From 8b3607535ad9123c4bcff18c7bb6cf234d7e9553 Mon Sep 17 00:00:00 2001 From: dupreeda Date: Tue, 2 Aug 2022 12:50:42 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b3d3e08..03473c5 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ **Scripts for processing of WRF-CHEM files to PALM dynamic driver.** + 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 +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 -- GitLab