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

Update cable3 #10

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
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
9 changes: 4 additions & 5 deletions spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,19 @@

# Build with:
# - UM7 from dev-access-esm1.6 branch
# - MOM5 from development branch
# - MOM5 from ESM1.5
# - CICE4 from ESM1.5 and change to CICE5 once CICE5 SPR has been updated.
spack:
specs:
- [email protected]_2024.12.0
- [email protected]_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'
Expand Down Expand Up @@ -75,7 +74,7 @@ spack:
access-esm1p6: '{name}/dev_2024.12.0'
cice4: '{name}/2024.05.21-{hash:7}'
um7: '{name}/dev-access-esm1.6-{hash:7}'
mom5: '{name}/dev_2024.08.14-{hash:7}'
mom5: '{name}/access-esm1.5_2024.08.23-{hash:7}'
config:
install_tree:
root: $spack/../restricted/ukmo/release
Expand Down
Loading