From 0ab6e0baca18cdf5e42e4c6f727ec90ed7722233 Mon Sep 17 00:00:00 2001 From: Christopher Bull <5499680+chrisb13@users.noreply.github.com> Date: Fri, 6 Dec 2024 14:54:53 +1100 Subject: [PATCH 1/6] Update spack.yamlPreparing MOM6 updates to Will the '/' in the branch name work? --- spack.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spack.yaml b/spack.yaml index 514b28e..d67a7ce 100644 --- a/spack.yaml +++ b/spack.yaml @@ -11,7 +11,7 @@ spack: # Main Dependencies access-om3-nuopc: require: - - '@git.0.3.1' + - '@git.cbull/mom6_updates' # Other Dependencies esmf: From 926727bfc50eeaf72fe13a18c16cf2f137baec74 Mon Sep 17 00:00:00 2001 From: Christopher Bull <5499680+chrisb13@users.noreply.github.com> Date: Fri, 6 Dec 2024 15:04:18 +1100 Subject: [PATCH 2/6] Remove pesky slash. --- spack.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spack.yaml b/spack.yaml index d67a7ce..e078489 100644 --- a/spack.yaml +++ b/spack.yaml @@ -11,7 +11,7 @@ spack: # Main Dependencies access-om3-nuopc: require: - - '@git.cbull/mom6_updates' + - '@git.cbull_mom6_updates' # Other Dependencies esmf: From 9c62c0febe5b53271c6104cc424a98e6551859c3 Mon Sep 17 00:00:00 2001 From: Christopher Bull <5499680+chrisb13@users.noreply.github.com> Date: Fri, 6 Dec 2024 15:10:51 +1100 Subject: [PATCH 3/6] Changed spec on 'access-om3' for a bump minor version --- spack.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spack.yaml b/spack.yaml index e078489..7a8922c 100644 --- a/spack.yaml +++ b/spack.yaml @@ -6,7 +6,7 @@ # https://github.com/ACCESS-NRI/model-deployment-template/blob/main/spack.yaml spack: specs: - - access-om3@git.2024.09.0 + - access-om3@git.2024.09.1 packages: # Main Dependencies access-om3-nuopc: From 797a4ba6dcff731a9ea5157ef408d040aad87d6b Mon Sep 17 00:00:00 2001 From: Christopher Bull <5499680+chrisb13@users.noreply.github.com> Date: Fri, 6 Dec 2024 15:12:36 +1100 Subject: [PATCH 4/6] Fixing spec for matching 'projection' in spack.yaml --- spack.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spack.yaml b/spack.yaml index 7a8922c..8dcd2e2 100644 --- a/spack.yaml +++ b/spack.yaml @@ -51,5 +51,5 @@ spack: - access-om3 - access-om3-nuopc projections: - access-om3: '{name}/2024.09.0' + access-om3: '{name}/2024.09.1' access-om3-nuopc: '{name}/0.3.1-{hash:7}' From c94889dcb7d8d3ff635d7843091b8b6bc5869154 Mon Sep 17 00:00:00 2001 From: Christopher Bull <5499680+chrisb13@users.noreply.github.com> Date: Fri, 6 Dec 2024 15:15:00 +1100 Subject: [PATCH 5/6] Update spack.yaml with access-om3-nuopc projection (note crazy syntax!) --- spack.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spack.yaml b/spack.yaml index 8dcd2e2..735ca5a 100644 --- a/spack.yaml +++ b/spack.yaml @@ -52,4 +52,4 @@ spack: - access-om3-nuopc projections: access-om3: '{name}/2024.09.1' - access-om3-nuopc: '{name}/0.3.1-{hash:7}' + access-om3-nuopc: '{name}/cbull_mom6_updates-{hash:7}' From ff9176ef12b5b57ea9aa02727f59f18be58b6b9d Mon Sep 17 00:00:00 2001 From: Aidan Heerdegen Date: Fri, 6 Dec 2024 17:12:29 +1100 Subject: [PATCH 6/6] No-op commit to force deployment