From c9170442b08fd8f27084b7e26f0e707f4ed2fa30 Mon Sep 17 00:00:00 2001 From: Anton Steketee <79179784+anton-seaice@users.noreply.github.com> Date: Wed, 29 Jan 2025 09:19:21 +1100 Subject: [PATCH 1/3] Use mom symmetric memory Use mom symmetric memory per https://github.com/COSIMA/access-om3/issues/255 --- spack.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/spack.yaml b/spack.yaml index 514b28e..fb96727 100644 --- a/spack.yaml +++ b/spack.yaml @@ -12,6 +12,7 @@ spack: access-om3-nuopc: require: - '@git.0.3.1' + - +mom_symmetric # Other Dependencies esmf: From f5570b28c197815f159ab97048e81c6df6ed8c15 Mon Sep 17 00:00:00 2001 From: Anton Steketee <79179784+anton-seaice@users.noreply.github.com> Date: Wed, 29 Jan 2025 09:22:47 +1100 Subject: [PATCH 2/3] Use updated upstream builds Updated cosima/access-om3 https://github.com/COSIMA/access-om3/releases/tag/0.4.0 with new model components. Update versions of dependencies --- spack.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/spack.yaml b/spack.yaml index fb96727..7459784 100644 --- a/spack.yaml +++ b/spack.yaml @@ -6,18 +6,18 @@ # https://github.com/ACCESS-NRI/model-deployment-template/blob/main/spack.yaml spack: specs: - - access-om3@git.2024.09.0 + - access-om3@git.2025.01.0 packages: # Main Dependencies access-om3-nuopc: require: - - '@git.0.3.1' + - '@git.0.4.0' - +mom_symmetric # Other Dependencies esmf: require: - - '@8.5.0' + - '@git.v8.7.0' parallelio: require: - '@2.6.2' @@ -30,10 +30,10 @@ spack: - '@4.6.1' fms: require: - - '@2023.02' + - '@git.2024.03' openmpi: require: - - '@4.1.5' + - '@4.1.7' fortranxml: require: - '@4.1.2' @@ -52,5 +52,5 @@ spack: - access-om3 - access-om3-nuopc projections: - access-om3: '{name}/2024.09.0' - access-om3-nuopc: '{name}/0.3.1-{hash:7}' + access-om3: '{name}/2025.01.0' + access-om3-nuopc: '{name}/0.4.0-{hash:7}' From 6ef4337a09a2002c94e0b4afadfb391523e3280b Mon Sep 17 00:00:00 2001 From: Anton Steketee <79179784+anton-seaice@users.noreply.github.com> Date: Wed, 29 Jan 2025 09:27:26 +1100 Subject: [PATCH 3/3] Include MOM6 only build for regional ocean modelling --- spack.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/spack.yaml b/spack.yaml index 7459784..43e0332 100644 --- a/spack.yaml +++ b/spack.yaml @@ -13,6 +13,7 @@ spack: require: - '@git.0.4.0' - +mom_symmetric + - configurations=MOM6,MOM6-CICE6,MOM6-CICE6-WW3 # Other Dependencies esmf: