Error Finding Next Lookup Entry In Atmosphere only Timeslice Suite

Hi Ed.

Just to check, are you running this on ARCHER2 or Monsoon3?

However, wanted to check this is the same for MONSOON3 and whether the problem with the rose-app-archer2.conf file is shared for all .conf files in the app/um/opt directory?

As @Luke mentioned in the previous thread, the paths in optional configuration files can be difficult to see from the Rose GUI, if you’re using that.

That said, you can check which optional config files are being used by examining the job.out file in the ~/cylc-run directory, like in this example I recently ran…

$ cat /home1/home/n02/n02/jonnyhtw/cylc-run/ \
> u-dx690/run1/log/job/18530101T0000Z/coupled/NN/job.out \
> | grep -i 'optional key'

[INFO]     optional key: gregorian
[INFO]     optional key: ozone
[INFO]     optional key: (archer2)

Here the brackets around archer2 indicate that it is used if app/coupled/opt/rose-app-archer2.conf is present and ignored if not. This is documented here or at the command line with rose app-run -h if you want to read more about it.

Cheers