From e2fc6de60be93799fd0c8d28d1164e47bb40063f Mon Sep 17 00:00:00 2001 From: dougiesquire Date: Thu, 27 Jun 2024 16:56:23 +1000 Subject: [PATCH 1/2] update MOM5 to include ice-ocean BGC coupling bug fix --- spack.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spack.yaml b/spack.yaml index a0d69ea..1b1e6a2 100644 --- a/spack.yaml +++ b/spack.yaml @@ -8,14 +8,14 @@ spack: # add package specs to the `specs` list specs: - - access-om2-bgc@git.2024.03.1 + - access-om2-bgc@git.2024.06.0 packages: cice5: require: - '@git.2023.10.19' mom5: require: - - '@git.2023.11.09' + - '@git.2024.06.27' libaccessom2: require: - '@git.2023.10.26' @@ -63,7 +63,7 @@ spack: 'SPACK_{name}_ROOT': '{prefix}' projections: all: '{name}/{version}' - access-om2-bgc: '{name}/2024.03.1' + access-om2-bgc: '{name}/2024.06.0' cice5: '{name}/2023.10.19' mom5: '{name}-bgc/2023.11.09' libaccessom2: '{name}/2023.10.26' From f773142899afa6246d20c814e5eaed0939b71eaa Mon Sep 17 00:00:00 2001 From: Dougie Squire <42455466+dougiesquire@users.noreply.github.com> Date: Fri, 28 Jun 2024 09:39:13 +1000 Subject: [PATCH 2/2] Update mom5 version in spack.yaml spack:models:tcl:projections Co-authored-by: Tommy Gatti --- spack.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spack.yaml b/spack.yaml index 1b1e6a2..f1db83b 100644 --- a/spack.yaml +++ b/spack.yaml @@ -65,6 +65,6 @@ spack: all: '{name}/{version}' access-om2-bgc: '{name}/2024.06.0' cice5: '{name}/2023.10.19' - mom5: '{name}-bgc/2023.11.09' + mom5: '{name}-bgc/2024.06.27' libaccessom2: '{name}/2023.10.26' oasis3-mct: '{name}/2023.11.09'