Changes between Version 102 and Version 103 of WRF4G2.0/Experiment
- Timestamp:
- Sep 1, 2015 5:46:01 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WRF4G2.0/Experiment
v102 v103 40 40 * '''np:''' Number of processors requested in a parallel job. 41 41 42 * '''requirements:''' Requirements for computing re rources where the experiment is going to run (for more information see [wiki:WRF4G2.0Resources#RequirementExpressionSyntax advanced configuration]).42 * '''requirements:''' Requirements for computing resources where the experiment is going to run (for more information see [wiki:WRF4G2.0Resources#RequirementExpressionSyntax advanced configuration]). 43 43 44 44 * '''environment:''' Experiment environment variables are configuration options for jobs (for more information see [wiki:WRF4G2.0Resources#EnvironmentExpressionSyntax advanced configuration]). … … 47 47 48 48 * '''save_wps:''' Either yes or no (default value is no), indicating whether boundary and initial conditions (`real.exe` output) should be preserved or not. They will be used if the experiment is relaunched again. 49 50 * '''parallel_environment:''' Tag to configure the parallel execution environment, which can be `POE` for IBM's Parallel Environment, `SRUN` for SLURM 49 51 50 52 * '''parallel_real:''' Either yes or no (default value is yes), indicating whether the `real.exe` binary is compiled in serial or parallel mode.