Changes between Version 140 and Version 141 of WRF4G2.0/Experiment
- Timestamp:
- Jan 18, 2016 12:35:14 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WRF4G2.0/Experiment
v140 v141 98 98 * '''namelist_version:''' Namelist version to use ( from 3.2 to 3.7.1 ). 99 99 100 * '''namelist_values:''' Users are able to over-write or add parameters to the namelist file. The name mustbe the same as the `namelist.input` entry. No record specification is necessary if the parameter already appears on the provided WRF-version `namelist.input` template. If not, it should be `record.parameter`.100 * '''namelist_values:''' Users are able to over-write or add parameters to the namelist file. The name has to be the same as the `namelist.input` entry. No record specification is necessary if the parameter already appears on the provided WRF-version `namelist.input` template. If not, it should be `record.parameter`. 101 101 * '''single:''' Indicate that namelist parameter of record has a single value. One value per all domains. (Optional) 102 102 * '''max_dom:''' Indicate that namelist parameter of record has the same value for all the domains of the experiment. (Optional) … … 104 104 Example for one domain : 105 105 {{{ 106 namelist_values = single: ra_lw_physics | 3107 single: physics.ra_sw_physics| 3106 namelist_values = single:physics.ra_sw_physics | 3 107 single:ra_lw_physics | 3 108 108 }}} 109 109 Example for two domains : 110 110 {{{ 111 namelist_values = ra_ lw_physics | 2, 2112 ra_ sw_physics | 2, 2111 namelist_values = ra_sw_physics | 2, 2 112 ra_lw_physics | 2, 2 113 113 }}} 114 114