I tried to run the GC5 with Ozone redistribution on ARCHER2. I have copied the trunk of u-dk922 to my account (as u-dv291) and then made the changes following the full instructions in below to enable the Ozone Redistribution with pp_transfer on:
however, the run crashed on “fcm_make_pp_jasmin” because “make mirror” failed. I reran it in another day, but it still cannot go through this. could you help check this?
If you have done this previously, can you check it is still working, e.g. can you connect on the puma2 command-line without a passphrase or password:
ssh sci-vm-03
Note that this step is only required if you want data automatically migrated to Jasmin ET via JDMA. If you don’t need this, you can switch it off in the suite and it will not run the fcm_make_pp_jasmin task.
After I switched it off, no such error message anymore.
Now it fails in the coupled job, because the job cannot find some essential files (see attached) to proceed. I guess I need to update the corresponding path in my SUITE to solve this error, right? if so, this is not listed in the webpage.
I have spotted the issue. There are some dodgy variable names which means the paths are not being set. In ozone-redistribution.rc update these lines:
[[OZONE]]
[[[environment]]]
{% set UM_INITIAL_OZONE_ANCIL = 'set_by_install_ancil' if OZONE_ANCIL_INITIAL is not defined %}
{% set UM_OROG_ANCIL = 'set_by_install_ancil' if OROG_ANCIL is not defined %}
The GC5 ozone redistribution scheme is quite complicated and I have done a lot of work to get it to work properly on Archer2. It should work, but we seem to have missed a couple of things when merging in the changes to the various workflows.
So thank you for reporting these issues. Do let me know whether it works now, and I will get these fixed in the base suites.