Issue with postproc

Hi,
I have a UKESM1.1 experiment cn515 which has stopped due to a failed postproc_atmos task.
I think this is linked to a disk quota issue, so I suspect that there may have an issue with one of the files that has been created.
What would you advise. Should I try to regenerate these files somehow? Or is it best to just start from the previous set of restart files?
Many thanks
Andrew

File “/mnt/lustre/a2fs-work2/work/n02/n02/schn02/cylc-run/u-cn515/share/fcm_make_pp/build/bin/atmos_transform.py”, line 275, in create_um_mean
load_mule = [mule.load_umfile(f) for f in meanfile.component_files]
File “/mnt/lustre/a2fs-work2/work/n02/n02/schn02/cylc-run/u-cn515/share/fcm_make_pp/build/bin/atmos_transform.py”, line 275, in
load_mule = [mule.load_umfile(f) for f in meanfile.component_files]
File “/work/y07/shared/umshared/lib/python3.8/mule/init.py”, line 1845, in load_umfile
result = _load_umfile(file_path, open_file)
File “/work/y07/shared/umshared/lib/python3.8/mule/init.py”, line 1836, in _load_umfile
raise ValueError(msg)
ValueError: Unknown dataset_type 0, supported types are dict_keys([1, 2, 3, 4, 5])
[FAIL] main_pp.py atmos <<‘STDIN
[FAIL]
[FAIL] ‘STDIN’ # return-code=1

Andrew

This message isn’t helping much. I’d put a few print statements in to try to see which file it’s trying to read.

Grenville