I’m finding that the mitgcm payu collate crashes with the payu sourced from vk83 (see error below). There was no issue with the same operation for the old hh5 version. Note that payu run etc works fine, it just dies on collate with module not found. Ideas?
Environment:
What executed:
The .e for payu collate is the following:
Traceback (most recent call last):
File “/g/data/vk83/apps/base_conda/envs/payu-1.2.0/bin/payu-collate”, line 10, in
sys.exit(runscript())
File “/g/data/vk83/apps/base_conda/envs/payu-1.2.0/lib/python3.10/site-packages/payu/subcommands/collate_cmd.py”, line 111, in runscript
expt.collate()
File “/g/data/vk83/apps/base_conda/envs/payu-1.2.0/lib/python3.10/site-packages/payu/experiment.py”, line 973, in collate
model.collate()
File “/g/data/vk83/apps/base_conda/envs/payu-1.2.0/lib/python3.10/site-packages/payu/models/mitgcm.py”, line 281, in collate
from mnctools import mnctools as mnc
ModuleNotFoundError: No module named ‘mnctools’
Actual results:
Expected results:
Additional info:
Aidan
(Aidan Heerdegen, ACCESS-NRI Release Team Lead)
2
Thanks for reporting this. It is because the conda environment we deploy to support payu doesn’t have mnctools:
I’ll look into what is required to add it and get back to you.
Aidan
(Aidan Heerdegen, ACCESS-NRI Release Team Lead)
4