WOMBAT crashing in Miocene ACCESS-ESM1.5 simulation

This is now ready to test. To use the version of ACCESS-ESM1.5 that includes the fix, replace the modules section in your config.yaml with:

modules:
  use:
      - /g/data/vk83/prerelease/modules
  load:
      - access-esm1p5/pr29-1

Your config.yaml is probably set up to disallow using different executables than what are specified in the manifest. You’ll need to turn this off by changing:

manifest:
  reproduce:
-    exe: True
+    exe: False

(Note you can turn this back on after updating the manifest if you like. I.e. change to False, run payu setup, change back to True)

Let us know how you go!

3 Likes