Skip to content

cice5-build-demo #70

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

Draft
wants to merge 15 commits into
base: main
Choose a base branch
from
14 changes: 7 additions & 7 deletions spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@
# Build with:
# - UM7 from dev-access-esm1.6 branch
# - MOM5 from development branch
# - CICE4 from ESM1.5 and change to CICE5 once CICE5 SPR has been updated.
# - CICE5 from development branch
spack:
specs:
- access-esm1p6@git.dev_2025.04.000
- access-esm1p6@git.dev_2025.04.cice5 cice=5
packages:
mom5:
require:
- '@git.dev-2025.03.001=access-esm1.6'
- '+access-gtracers'
cice4:
cice5:
require:
- '@git.access-esm1.6-2025.04.000=access-esm1.5'
- '@git.355043772d5b6a2a3af7be6f73c48d872a418bda=access-esm1.6'
um7:
require:
- '@git.access-esm1.6-2025.04.000=access-esm1.6'
Expand Down Expand Up @@ -62,12 +62,12 @@ spack:
tcl:
include:
- access-esm1p6
- cice4
- cice5
- um7
- mom5
projections:
access-esm1p6: '{name}/dev_2025.04.000'
cice4: '{name}/access-esm1.6-2025.04.000-{hash:7}'
access-esm1p6: '{name}/dev_2025.04.cice5'
cice5: '{name}/02bff0578ade8362e2fca729d450378be7149e8a-{hash:7}'
um7: '{name}/access-esm1.6-2025.04.000-{hash:7}'
mom5: '{name}/dev-2025.03.001-{hash:7}'
config:
Expand Down
Loading