From 2cf4904e33c5f364060d069f874619526ac9f372 Mon Sep 17 00:00:00 2001 From: Dougie Squire <42455466+dougiesquire@users.noreply.github.com> Date: Mon, 1 Jul 2024 09:52:51 +1000 Subject: [PATCH] Update MOM5 to include ice-ocean BGC coupling bug fix (#12) * update MOM5 to include ice-ocean BGC coupling bug fix * Update mom5 version in spack.yaml spack:models:tcl:projections Co-authored-by: Tommy Gatti --------- Co-authored-by: Tommy Gatti --- spack.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/spack.yaml b/spack.yaml index a0d69ea..f1db83b 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,8 +63,8 @@ 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' + mom5: '{name}-bgc/2024.06.27' libaccessom2: '{name}/2023.10.26' oasis3-mct: '{name}/2023.11.09'