Changes between Version 16 and Version 17 of WRF4GFAQ
- Timestamp:
- Sep 28, 2012 6:48:29 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WRF4GFAQ
v16 v17 37 37 Experiment already exists 38 38 }}} 39 In order to do it, you need to execute `wrf4g_prepare --reconfigure`. 39 In order to do it, you need to execute `wrf4g_prepare --reconfigure`. In the example below, we are going to expend the `end_date` of one experiment. 40 40 {{{ 41 41 #!sh … … 77 77 }}} 78 78 79 == What should I do if I want to rerun a nspecific chunk of a realization? ==79 == What should I do if I want to rerun a specific chunk of a realization? == 80 80 81 81 Imagine, you want to resubmit the chunk number '''1''' of the realization '''test2'''. In this case, it is highly recommended that you use the option `--dry-run` of `wrf4g_submit` command before you submit your chunk in order to make sure you are submitting that chunk an nothing else.