From cc4d186100f71f20234e46c8df57863ed43e91e1 Mon Sep 17 00:00:00 2001 From: dupreeda Date: Tue, 2 Aug 2022 12:58:18 +0200 Subject: [PATCH] Update README.md --- README.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 18f6785..496cad6 100644 --- a/README.md +++ b/README.md @@ -6,19 +6,16 @@ The scripts are based on the [wrf-CAMx interface](https://palm.muk.uni-hannover. Usage: `palm_dynamic -c [-w]` -The optional parameter -w allows to skip horizontal and vertical interpolation in case it is already done. +The optional parameter -w allows to skip horizontal and vertical interpolation in case it has already been done. Example: `python3 palm_dynamic.py -c augsburg_validation_summer_10` The script requires the following: - - The name of the case configuration on the command line. +- 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. - - 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: +**Required modules:** - [numpy](https://pypi.org/project/numpy) - [scipy](https://pypi.org/project/scipy) - [pyproj](https://pypi.org/project/pyproj) -- GitLab