198 | | {{{ |
199 | | #!sh |
200 | | [user@mycomputer~]$ wrf4g_submit --dry-run --rerun -c 1 -f -r test |
201 | | Submitting realization: "test" |
202 | | Submitting Chunk 1: 2011-08-28_12:00:00 2011-08-29_00:00:00 |
203 | | [user@mycomputer~]$ wrf4g_submit --rerun -c 1 -f -r test |
204 | | Submitting realization: "test" |
205 | | Submitting Chunk 1: 2011-08-28_12:00:00 2011-08-29_00:00:00 |
206 | | }}} |
207 | | {{{ |
208 | | #!sh |
209 | | [user@mycomputer~]$wrf4g_submit --dry-run --rerun -f -e test |
| 202 | * The experiment '''test''' has finished with an error and I want to run the experiment again. What should I do? |
| 203 | {{{ |
| 204 | #!sh |
| 205 | [user@mycomputer~]$ wrf4g_submit --rerun -f -e test |
214 | | [user@mycomputer~]$wrf4g_submit --rerun -f -e test |
215 | | Submitting realization: "test" |
216 | | Submitting Chunk 1: 2011-08-28_12:00:00 2011-08-29_00:00:00 |
217 | | Submitting Chunk 2: 2011-08-29_00:00:00 2011-08-29_12:00:00 |
218 | | Submitting Chunk 3: 2011-08-29_12:00:00 2011-08-30_00:00:00 |
219 | | }}} |
| 210 | }}} |
| 211 | |
| 212 | |
| 213 | * Imagine, you want to resubmit the chunk number '''1''' of the realization '''test'''. In this case, it is highly recommended that you use the option `--dry-run` of `wrf4g_submit` command before you submit your chunk. If you want to make sure you are submitting that chunk. |
| 214 | {{{ |
| 215 | #!sh |
| 216 | [user@mycomputer~]$ wrf4g_submit --dry-run --rerun -c 1 -f -r test |
| 217 | Submitting realization: "test" |
| 218 | Submitting Chunk 1: 2011-08-28_12:00:00 2011-08-29_00:00:00 |
| 219 | [user@mycomputer~]$ wrf4g_submit --rerun -c 1 -f -r test |
| 220 | Submitting realization: "test" |
| 221 | Submitting Chunk 1: 2011-08-28_12:00:00 2011-08-29_00:00:00 |
| 222 | }}} |
| 223 | |
| 224 | |