5 | | * on your local machine do `cd ~/umui_jobs/jobname` |
6 | | * edit the `SUBMIT` file |
7 | | * change the line `TYPE=NRUN` to `TYPE=CRUN` |
8 | | * if your initial run was a compile and run job in one job then you need also to change to |
9 | | `STEP=4` |
10 | | in the `SUBMIT` script as well. |
11 | | * save and exit |
12 | | * resubmit the UM run as you did for the initial run. |
13 | | |
14 | | The model should now start from the end of the first year and run to completion. If you're running for more than a year or so, you should probably read about Docs/AutomaticResubmission. |
| 5 | Once done, you can now proceed with a continuation run (CRUN), and the model should now start from the end of the first run to completion. Instructions for submitting the continuation run can be found [Docs/AutomaticResubmission#ContinuationRun here]. This page also contains information on setting up the initial run and resubmission period [Docs/AutomaticResubmission#InitalRun here]. |