Hi,
Sorry to bother you on a Friday afternoon after a busy workshop. I am trying out the ESM1.5 release. I followed the instructions here,
And when running payu setup, I ran into the following error:
File "/g/data/vk83/apps/payu/1.1.5/lib/python3.10/site-packages/payu/models/model.py", line 316, in setup
raise FileNotFoundError(
FileNotFoundError: Executable for atmosphere model not found on path: /scratch/y99/dkh157/access-esm/bin/um_hg3.exe
Thanks Anton! I tried what you suggested, and it found the UM executable fine.
Bizarrely, I tried doing the exact same procedure I did the first time payu setup
in the original, and it found the UM executable fine.
So, either someone worked some magic in the background, or I somehow missed something the first time. But anyway, I get the model running just fine now, so go figure?!
We’ve been having these sorts of problems when multiple versions of payu can be found. If anyone is reading this in the future, it may also be worth trying:
module purge before loading payu
and
pip uninstall payu
1 Like
Aidan
(Aidan Heerdegen, ACCESS-NRI Release Team Lead)
7
Ah! Good point. payu is available in the CLEX conda/analysis3 environments, and that would certainly muck up what you’re trying to do if it was finding an older version.