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

Build ESM1.6 with wombatlite-sinking #26

Draft
wants to merge 3 commits 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
7 changes: 4 additions & 3 deletions spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# - CICE4 from ESM1.5 and change to CICE5 once CICE5 SPR has been updated.
spack:
specs:
- access-esm1p6@git.dev_2024.12.0
- access-esm1p6@git.dev_2025.01.0
packages:
# Direct ACCESS-NRI dependencies
# Note: some packages have branch-specific logic and hence can't use
Expand Down Expand Up @@ -48,9 +48,10 @@ spack:
access-fms:
require:
- '@git.dev_2024.12.0'
# Includes wombatlite-sinking: https://github.com/ACCESS-NRI/GFDL-generic-tracers/commit/4779c63d8b61c191152823404015bdfe963ff92a
access-generic-tracers:
require:
- '@git.dev_2024.12.0'
- '@git.dev_2025.01.0'
access-mocsy:
require:
- '@git.2017.12.0'
Expand All @@ -72,7 +73,7 @@ spack:
- um7
- mom5
projections:
access-esm1p6: '{name}/dev_2024.12.0'
access-esm1p6: '{name}/dev_2025.01.0'
cice4: '{name}/2024.05.21-{hash:7}'
um7: '{name}/dev-access-esm1.6-{hash:7}'
mom5: '{name}/dev_2024.08.14-{hash:7}'
Expand Down
Loading