Changes between Version 85 and Version 86 of WRF4G2.0/Experiment
- Timestamp:
- Aug 21, 2015 12:34:48 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WRF4G2.0/Experiment
v85 v86 114 114 == Resource section == 115 115 116 Each resource section has to begin with the line [resource_name] followed by `key = value` entries. Thus, experiment variables such as: 117 * '''clean_after_run''' 118 * '''save_wps''' 119 * '''real_parallel''' 120 * '''wrf_parallel''' 121 * '''domain_path''' 122 * '''preprocessor''' 123 * '''extdata_path''' 124 * '''postprocessor''' 125 * '''app''' 126 * '''output_path''' 127 128 can be defined depending on each computing resource. Therefore you can simulate your realizations concurrently on different resources. 129 116 Each resource section has to begin with the line [resource_name] followed by `key = value` entries. Thus, experiment variables such as `clean_after_run`, `save_wps`, `real_parallel`, `wrf_parallel`, `domain_path`, `preprocessor`, `extdata_path`, `postprocessor`, `app` and `output_path` can be defined depending on each computing resource. Therefore you can simulate your realizations concurrently on different resources. 130 117 131 118 == How to create one ==