You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example the config.yaml might look something like the following:
# Modules for loading model executables
modules:
use:
- /g/data/vk83/modules
load:
- access-om2/2024.03.0
The fullpath executables would be just the filename, e.g.:
exe: yatm.exe
The QA tests were updated to check the executable paths (ACCESS-NRI/model-config-tests#18) so the version of model-config-tests will need to be updated in CI configuration file:
Currently the payu configuration executables use a full path:
access-om2-configs/config.yaml
Line 33 in fce24e3
Payu now supports finding model executables from loaded model modules. In
access-esm1.5-configs
configurations have already set this up (see https://github.com/ACCESS-NRI/access-esm1.5-configs/blob/475e222cd37aa3e0bdec384058cf2684e632dd7b/config.yaml#L24-L29)For example the
config.yaml
might look something like the following:The fullpath executables would be just the filename, e.g.:
The QA tests were updated to check the executable paths (ACCESS-NRI/model-config-tests#18) so the version of
model-config-tests
will need to be updated in CI configuration file:access-om2-configs/config/ci.json
Line 21 in e8ac854
The text was updated successfully, but these errors were encountered: