Changes between Version 49 and Version 50 of WRF4Gresources_wrf4g
- Timestamp:
- Apr 18, 2013 6:48:55 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WRF4Gresources_wrf4g
v49 v50 16 16 }}} 17 17 18 The following is a complete list of the available options: 18 == Package Version == 19 19 20 20 WRF4G_VERSION:: WRF4G version to use. A file {{{WRF4G-[WRF4G_VERSION].tar.gz}}} must exist under {{{$WRF4G_LOCATION/etc/templates}}}. 21 21 22 22 WRF_VERSION:: WRFbin version to use. A file {{{WRFbin-[WRF_VERSION].tar.gz}}} must exist under {{{$WRF4G_APPS}}}. 23 24 == Data Repository == 23 25 24 26 WRF4G_BASEPATH:: Under this path one must find the following hierarchy to find the domain files and to save the {{{output/restart/realout}}} data … … 39 41 40 42 WRF4G_APPS:: This is the path for the application binaries. Here you must find the files {{{WRF4G-[WRF4G_VERSION].tar.gz}}} and {{{WRFbin-[WRF_VERSION].tar.gz}}}. It supports the same access protocols as WRF4G_BASEPATH. 43 44 == Running Options == 41 45 42 46 NP:: Number of processors requested in a parallel job. Note that it has to be enough resources to run. For example, if we only configure 1 processor (NODECOUNT=1) of a computer in {{{framework4g.conf}}}, WRF4G can not submit an experiment demanding NP=2.