From a24bb1ea2b605084a37a12768e144a4d36f38454 Mon Sep 17 00:00:00 2001 From: anton-seaice Date: Fri, 27 Sep 2024 12:52:36 +1000 Subject: [PATCH 1/2] Remove dependency on hh5 in model run per https://github.com/COSIMA/access-om3/issues/229 Note that the archive script starts a seperate PBS job which uses hh5 --- config.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/config.yaml b/config.yaml index d8a72c2..212eae9 100644 --- a/config.yaml +++ b/config.yaml @@ -45,9 +45,8 @@ userscripts: modules: use: - /g/data/vk83/modules - - /g/data/hh5/public/modules load: - access-om3/2024.09.0 - - conda/analysis3-24.01 + - nco/5.0.5 -payu_minimum_version: 1.1.4 \ No newline at end of file +payu_minimum_version: 1.1.4 From 739a5413b6d5d4cec14390059fac88e02695f7c4 Mon Sep 17 00:00:00 2001 From: access-bot <113399144+access-bot@users.noreply.github.com> Date: Thu, 24 Oct 2024 02:33:00 +0000 Subject: [PATCH 2/2] Added initial checksums generated from cherry_pick_from_pr146_into_dev-025deg_jra55do_ryf --- testing/checksum/historical-3hr-checksum.json | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 testing/checksum/historical-3hr-checksum.json diff --git a/testing/checksum/historical-3hr-checksum.json b/testing/checksum/historical-3hr-checksum.json new file mode 100644 index 0000000..8fc8a91 --- /dev/null +++ b/testing/checksum/historical-3hr-checksum.json @@ -0,0 +1,32 @@ +{ + "schema_version": "1-0-0", + "output": { + "En": [ + "6.3048230599477494E-22" + ], + "CFL": [ + "0.00000" + ], + "SL": [ + "6.8348E-10" + ], + "M": [ + "1.36283E+21" + ], + "S": [ + "34.7205" + ], + "T": [ + "3.6237" + ], + "Me": [ + "0.00E+00" + ], + "Se": [ + "0.00E+00" + ], + "Te": [ + "0.00E+00" + ] + } +} \ No newline at end of file