| 3 | When you set a model running, (or at least when I) set a model running, it only runs for the first Year and then halts. This is to allow you to check everything is running OK. Once done you can now proceed with a continuation run. To do this: |
| 4 | |
| 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. |