Changes between Version 2 and Version 3 of doc/app/iofiles/wrf_interface
- Timestamp:
- Nov 2, 2020 4:06:08 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/iofiles/wrf_interface
v2 v3 14 14 "configuration" and they are named <config_name>.conf. Examples of 15 15 the config files are supplied with the scripts, all configuration 16 options are described in the file palm_dynamic_defaults.py as well as17 at the end of this page. The values which agree with defaults 18 need not bepresent in the user config. The file palm_dynamic_init.py16 options are described in the README file as well as at the end 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.py 19 19 contains setting and calculation of standard initialization values 20 20 for particular system and can be adjusted. The optional parameter -w 21 allows to skip horizontal and vertical interpolation in case it is22 already done .21 allows to skip horizontal and vertical interpolation in case it has been 22 already done in previous run of this script for the same domain and resolution. 23 23 24 24 The scripts were implemented with regards to good portability and they … … 72 72 |----------- 73 73 || domain || "" || Name of the simulation case. || 74 || resolution || "" || Name of the particular domain resolution scenario. ||75 || scenario || "" || Name of the individual scenario in the case. ||74 || scenario || "" || Name of the scenario in the case. || 75 || resolution || "" || Name of the domain resolution. || 76 76 || nested_domain || False || False indicates parent and True nested domain. || 77 77 || dynamic_driver_file || "" || File name of output dynamic driver. The default value "" means the standard name assigned in the palm_dynamic_init. ||