Hi All!
We have a UKESM postproc_atmos task that is a bit stuck (/home/n02/n02/bsenapati/cylc-run/u-eb029/run1/log/job/19040401T0000Z/postproc_atmos).
What seems to have happened is that the task ran out of disk space when calculating the MAM seasonal mean from monthly means, but managed to write a zero length monthly mean file. On the next attempt, the monthly mean file existed, and so the task succeeded.
The monthly means were converted to pp files and archived to ET via the JDMA. When postproc_atmos got to the end of the year it tried to calculate the annual mean from the seasonal means, but failed because MAM was of zero length.
To fix this, I have tried to retried the monthly means pp files from ET and transferred them to the /home/n02/n02/bsenapati/cylc-run/u-eb029/run1/share/data/History_Data directory - but postproc_atmos still fails when triggered. Is postproc_atmos looking for a fields file, rather than a pp file? Or should it cope with pp-files for the missing months? If the former, is it possible to convert pp-files to fields files?
Thanks!