Payu collate tries to find hh5 conda

I’m trying to collate some outputs from some old runs (run using the old payu), e.g. here:
/g/data/ol01/outputs/mom6-panan/panant-005-zstar-ACCESSyr2/output109/

I’m trying to run:

cd /g/data/ol01/outputs/mom6-panan/panant-005-zstar-ACCESSyr2/output109
module use /g/data/vk83/modules
module load payu
payu collate -d /g/data/ol01/outputs/mom6-panan/panant-005-zstar-ACCESSyr2/output109

In the error file after this tries to run, it is looking for hh5 conda. I’m not sure why it’s looking for hh5 conda or how to fix this.

more collate_all_manually.sh.e134203208
ERROR: Directory '/g/data/hh5/public/modules' not found
ERROR: Unable to locate a modulefile for 'conda/analysis3'
ERROR: Directory '/g/data/hh5/public/modules' not found
ERROR: Unable to locate a modulefile for 'conda/analysis3'

Hi Adele

That is the wrong log file for payu collate, they are left over from an old script in that folder.

The right ones are these two:

-rw-------  1 akm157 x77         1038 Jun 19 12:29 mom6_panan-00_c.o171655956
-rw-------  1 akm157 x77         1960 Jun 19 12:29 mom6_panan-00_c.e171655956

(I don’t have access to check them)

Ah that makes more sense, thanks @anton !