Changes between Version 5 and Version 6 of WRF4Gexperiment_wrf4g
- Timestamp:
- Sep 6, 2011 6:51:32 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WRF4Gexperiment_wrf4g
v5 v6 30 30 31 31 == Debugging == 32 * '''clean_after_run:''' binary flag (0: no, 1: yes) indicating whether heavy-staff of the simulation (g.e.: {{{wrf.exs, rsl.}}}) should be removed from '{{{${WRF4G_RUN_LOCAL}}}}'. It should be desirable for debugging purposes the maintenance of these files on running place. (Default value is 1)33 * '''save_wps:''' binary flag (0: no, 1: yes) indicating whether boundary and initial conditions ({{{real.exe}}} output) should be preserved. They will be used if experiment launched again. (Default value is 0)32 * '''clean_after_run:''' binary flag (0: no, 1: yes) indicating whether the heavy-stuff of the simulation (g.e.: {{{wrf.exs, rsl.}}}) should be removed from '{{{${WRF4G_RUN_LOCAL}}}}'. The maintenance of these files on running place could be desirable for debugging purposes. (Default value is 1) 33 * '''save_wps:''' binary flag (0: no, 1: yes) indicating whether boundary and initial conditions ({{{real.exe}}} output) should be preserved. They will be used if the experiment launched again. (Default value is 0) 34 34 35 35 == WRF-namelist parameters == 36 User provide s namelist values. They will be over-written on {{{multiple_parameters}}} experiments (only the included parameters). User can modify any of the paramters of the namelist. It has to be the same name as in the {{{namelist.input}}} with a prefix-flag and the record to its belongs37 * '''Single valued; NI_[namelist_parameter_name]_ _[record]:''' {{{NI}}} flag indicating that [namelist_parameter_name] of record [record] has a single value 38 * '''One value per all domains; NIN_[namelist_parameter_name]_ _[record]:''' {{{NIN}}} flag indicating that [namelist_paramter_name] of record [record] has the same value for all the domains of the experiment 39 * '''One value per domain; NIM_[namelist_name]_ _[record]:''' {{{NIM}}} flag indicating that [namelist_paramter_name] of record [record] has a different value value for each the domains of the experiment36 User provided namelist values. They will be over-written on {{{multiple_parameters}}} experiments (only the included parameters). User can modify any of the paramters of the namelist. The name must be the same of the {{{namelist.input}}} entry, with a prefix-flag and the record to where belongs. 37 * '''Single valued; NI_[namelist_parameter_name]_ _[record]:''' {{{NI}}} flag indicating that [namelist_parameter_name] of record [record] has a single value. 38 * '''One value per all domains; NIN_[namelist_parameter_name]_ _[record]:''' {{{NIN}}} flag indicating that [namelist_paramter_name] of record [record] has the same value for all the domains of the experiment. 39 * '''One value per domain; NIM_[namelist_name]_ _[record]:''' {{{NIM}}} flag indicating that [namelist_paramter_name] of record [record] has a different value for each the domains of the experiment. 40 40 41 41 == Others == 42 * '''timestep_dxfactor:''' If present, the time step is computed as this fa tor times the dxin 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 higest value lower than {{{timestep_dxfactor}}} times {{{dx}}} fitting evenly in a 1 hour period.42 * '''timestep_dxfactor:''' If present, the time step is computed as this factor times dx, 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 higest value lower than {{{timestep_dxfactor}}} times {{{dx}}} fitting evenly in a 1 hour period. 43 43 44 44 … … 53 53 is_continuous = 0 54 54 simulation_interval_h = 24 55 simulation_lenght_h = 168 # this 7 days in hours55 simulation_lenght_h = 168 # this is 7 days in hours 56 56 }}} 57 and the {{{wrf4g_submitter.sh}}} will setup 365 independent runs performing the 7-day forecasts which will be distributed in the grid or in your local cluster.57 and the {{{wrf4g_submitter.sh}}} will setup 365 independent runs performing the 7-day forecasts, which will be distributed in the grid or in your local cluster. 58 58 59 59 === Multipleparameters runs === 60 Multi-physics runs are activated when the {{{multiple_paramters}}} parameter is set to one. Three additional parameters allow you to configure the physics combinations to set up.60 Multi-physics runs are activated when the {{{multiple_paramters}}} parameter is set to one. Three additional parameters allow you to configure the physics combinations of your interest. 61 61 62 This mode allows varying parameters in general, not necessarily physics options. For instance, if user would like to checkWRF performance on domain MPI-decomposition, by settting:62 This mode allows varying parameters in general, not necessarily physics options. For instance, if user could be interested in checking WRF performance on domain MPI-decomposition, by settting: 63 63 64 64 {{{ … … 68 68 multiphysics_combinations = "1,4/4,1/2,2/-1,-1" 69 69 }}} 70 you can vary the domain decomposition and send an experiment with four realizationsand the only difference is the way the MPI domains are partitioned.70 you can vary the domain decomposition and send an experiments with four realizations, and the only difference is the way the MPI domains are partitioned.