UM Training suite task fails to submit

Hi,
I have been running through the UM training and I am currently at the very end of the section “Errors resolved in compile and run” found here:
https://ncas-cms.github.io/um-training/solving-problems.html#errors-resolved-in-the-compile-and-run

However one of the tasks in the suite I am running (id: u-dk25), the atmos-main task, does not submit. it keeps on trying to re-submit it and then it eventually fails to submit. From my understanding I don’t think this is an error that the um training created for us, as I need this task to run to find the actual error the um training fabricated, the actual error being a convergence failure due to incorrect value for gcr_max_iterations.

I will also note, in case it is relevant, that the previous task, the recon task, succeeded but with a warning:

? Warning code: -10
? Warning from routine: GET_ENV_VAR
? Warning message: Environment variable ATMOS_COMP is not set.

Any help is greatly appreciated! Thanks.

Gabrielle

The job failed to submit (see /home/n02/n02/gcj_archer2/cylc-run/u-dk295/log/job/19880901T0000Z/atmos_main/01/job-activity.log) because it’s trying to run for 30mins in the short queue, which is limited to 20min wallclock time limit.
Change MAIN_CLOCK to PT20M.
In the rose edit gui under suite conf → Run initialisation …

(The warning from the reconfiguration task can be ignored.)

Grenville