From e4bc04e5e0d3bb74fd1630bd3aaa74d33c0e0c0c Mon Sep 17 00:00:00 2001 From: dupreeda Date: Tue, 2 Aug 2022 12:56:19 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 48d39cc..451d72e 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,9 @@ The optional parameter -w allows to skip horizontal and vertical interpolation i 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 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 + - 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