Error Finding Next Lookup Entry In Atmosphere only Timeslice Suite

Hi,

I am running an atmosphere only timeslice suite (u-dz534), which has been running for 6 years fine, but I have now run into the following error:

? Error code: 500

? Error from routine: UP_ANCIL

? Error message: REPLANCA: error finding next lookup entry for field: 9 stashcode 627

? Error from processor: 165

? Error number: 78

Emission Calendar Problem - Unified Model - NCAS Modelling Support I have found this previous ticket and I have the rose-app-archer2.conf file in the app/um/opt directory. 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?

Thanks for the help,

Ed

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

Hi Ed,

Stashcode 627 is the population density ancil for INFERNO

ancilfilename=‘/data/users/joao.teixeira/inferno_ancils/pop_den_HYDEv3.2_1850-2017_n96e.anc’

I think you have run to the end of 2016 (your basis time is 20110101) and so the above ancil has run out. I have put ancil files that extend beyond 2016 at /projects/ukesm/j.m.weber.ext and you are welcome to use them.

I’m a little surprised it didn’t fail on stash code 628 which is the HDI and looks like it cuts out at 2015.

ancilfilename=‘/data/users/steven.turnock/ancils/HDI/HDI_1970_2015_N96_360_V1_yr_ext.anc’

Cheers,

James

Hi Both,

Thank you for all the help and will give these a go now.

All the best,

Ed