Changes between Version 155 and Version 156 of WRF4G2.0/Experiment
- Timestamp:
- Sep 7, 2016 11:15:13 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WRF4G2.0/Experiment
v155 v156 38 38 * '''calendar: '''Either standard or no_leap (default value is standard). Type of calendar to create realizations. 39 39 40 * '''timestep_dxfactor:''' If present, the time step is computed as `dx*timestep_dxfactor`, in kilometers. Defaults to 6, as suggested by the WRF team for most applications. Under some circumstances (cfl problems) a lower value may be needed. In any case, the time step is adjusted to the highest value lower than `timestep_dxfactor` times `dx` fitting evenly in one hour period. 40 * '''timestep_dxfactor:''' If present, the time step is computed as `dx*timestep_dxfactor`, in kilometers. Defaults to 6, as suggested by the WRF team for most applications. Under some circumstances (cfl problems) a lower value may be needed. In any case, the time step is adjusted to the highest value lower than `timestep_dxfactor` times `dx` fitting evenly in one hour period. Optionally, it is possible to set a fix value by using the tag `manual:`, for instance `manual:150`. 41 41 42 42 * '''np:''' Number of processors requested in a parallel job.