Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Um7 iss25 #18

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://github.com/ACCESS-NRI/schema/blob/main/au.org.access-nri/model/deployment/config/versions/3-0-0.json",
"spack": "0.22",
"spack-packages": "2024.11.2"
"spack-packages": "2024.12.0"
}
23 changes: 14 additions & 9 deletions spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,29 @@
#
# It describes a set of packages to be installed, along with
# configuration settings.

# Build with:
# - UM7 from dev-access-esm1.6
# - MOM5 from ESM1.5
# - CICE4 from ESM1.5 and change to CICE5 once CICE5 SPR has been updated.
spack:
specs:
- access-esm1p6@git.2024.10.0
- access-esm1p6@git.dev_2024.12.0 ~generic-tracers
packages:
# Direct ACCESS-NRI dependencies
# Note: some packages have branch-specific logic and hence can't use
# the usual '@git.DATE' calver (https://calver.org) format, instead
# requiring a `@git.DATE=BRANCH` version.
mom5:
require:
- '@git.dev_2024.08.14=access-esm1.6'
- '+access-gtracers'
- '@git.access-esm1.5_2024.08.23=access-esm1.5'
cice4:
require:
- '@git.2024.05.21=access-esm1.5'
# eea2338
um7:
require:
- '@git.18-esm15-cable3=access-esm1.5'
- '@git.f25-local-ch=access-esm1.6'
# Lower-level ACCESS-NRI dependencies
gcom4:
require:
Expand All @@ -42,10 +47,10 @@ spack:
- '@1.10.11'
access-fms:
require:
- '@git.dev_2024.11.0'
- '@git.dev_2024.12.0'
access-generic-tracers:
require:
- '@git.dev_2024.11.0'
- '@git.dev_2024.12.0'
access-mocsy:
require:
- '@git.2017.12.0'
Expand All @@ -67,10 +72,10 @@ spack:
- um7
- mom5
projections:
access-esm1p6: '{name}/2024.10.0'
access-esm1p6: '{name}/dev_2024.12.0'
cice4: '{name}/2024.05.21-{hash:7}'
um7: '{name}/18-esm15-cable3-{hash:7}'
mom5: '{name}/dev_2024.08.14-{hash:7}'
um7: '{name}/f25-local-ch-{hash:7}'
mom5: '{name}/access-esm1.5_2024.08.23-{hash:7}'
config:
install_tree:
root: $spack/../restricted/ukmo/release
Expand Down
Loading