From b72808334fe36cc4419e0d241187563ff390d6c4 Mon Sep 17 00:00:00 2001 From: dupreeda Date: Tue, 2 Aug 2022 12:55:07 +0200 Subject: [PATCH] Update README.md --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 03473c5..48d39cc 100644 --- a/README.md +++ b/README.md @@ -5,14 +5,15 @@ Version: v.1.0 The scripts are based on the [wrf-CAMx interface](https://palm.muk.uni-hannover.de/trac/wiki/doc/app/iofiles/wrf_interface) Usage: `palm_dynamic -c [-w]` + The optional parameter -w allows to skip horizontal and vertical interpolation in case it is already done. + Example: `python3 palm_dynamic.py -c augsburg_validation_summer_10` -The script requires name of the case configuration on the command line. -The corresponding configuration files are placed in subdirectory -"configuration" and they are named .conf. The values which -agree with defaults need not be present in the user config. The file -palm_dynamic_init.py contains setting and calculation of standard +The script requires the following: + * The name of the case configuration on the command line. + * The corresponding configuration file `config_name.conf` in the `configuration` subdirectory. + * The values which agree with defaults do not need to be set. `palm_dynamic_init.py` contains setting and calculation of standard initialization values for particular system and can be adjusted. Needed modules are: -- GitLab