Changes between Version 5 and Version 6 of doc/app/iofiles/wrf_interface
- Timestamp:
- Nov 2, 2020 4:33:28 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/iofiles/wrf_interface
v5 v6 4 4 == Usage 5 5 6 The set of Python scripts in directory [source:palm/trunk/UTIL/WRF_interface WRF_interface] serves for processing of WRF and CAMx output7 files to the PALM dynamic driver. The processing is launched by script 8 python palm_dynamic.py from the subdirectory "dynamic". This script requires 9 name of the configurationon the command line:6 The set of Python scripts in directory [source:palm/trunk/UTIL/WRF_interface WRF_interface] 7 serves for processing of WRF and CAMx output files to the PALM dynamic driver. 8 The processing is launched by the Python script palm_dynamic.py from the subdirectory "dynamic". 9 This script requires name of the configuration as a parameter on the command line: 10 10 11 11 `palm_dynamic.py -c <config_name> [-w]` … … 16 16 options are described in the README file as well as at the end 17 17 of this page. The values which agree with defaults need not to be 18 present in the user config. The file palm_dynamic_init.py18 present in the config file. The file palm_dynamic_init.py 19 19 contains setting and calculation of standard initialization values 20 20 for particular system and can be adjusted. The optional parameter -w … … 22 22 already done in previous run of this script for the same domain and resolution. 23 23 24 The scripts were implemented with regardsto good portability and they25 only dependon standard and well-known Python libraries.24 These scripts were implemented with regard to good portability and they 25 depend only on standard and well-known Python libraries. 26 26 Needed modules are: 27 27