Changes between Version 5 and Version 6 of doc/app/iofiles/wrf_interface


Ignore:
Timestamp:
Nov 2, 2020 4:33:28 PM (4 years ago)
Author:
resler
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/iofiles/wrf_interface

    v5 v6  
    44== Usage
    55
    6 The set of Python scripts in directory [source:palm/trunk/UTIL/WRF_interface WRF_interface] serves for processing of WRF and CAMx output
    7 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 configuration on the command line:
     6The set of Python scripts in directory [source:palm/trunk/UTIL/WRF_interface WRF_interface]
     7serves for processing of WRF and CAMx output files to the PALM dynamic driver.
     8The processing is launched by the Python script palm_dynamic.py from the subdirectory "dynamic".
     9This script requires name of the configuration as a parameter on the command line:
    1010
    1111`palm_dynamic.py -c <config_name> [-w]`
     
    1616options are described in the README file as well as at the end
    1717of this page. The values which agree with defaults need not to be
    18 present in the user config. The file palm_dynamic_init.py
     18present in the config file. The file palm_dynamic_init.py
    1919contains setting and calculation of standard initialization values
    2020for particular system and can be adjusted. The optional parameter -w
     
    2222already done in previous run of this script for the same domain and resolution.
    2323
    24 The scripts were implemented with regards to good portability and they
    25 only depend on standard and well-known Python libraries.
     24These scripts were implemented with regard to good portability and they
     25depend only on standard and well-known Python libraries.
    2626Needed modules are:
    2727