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

Include UM runtime orbital parameter changes #22

Merged
merged 2 commits into from
Dec 12, 2024
Merged
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
11 changes: 5 additions & 6 deletions spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# configuration settings.
spack:
specs:
- [email protected].05.1
- [email protected].12.0
packages:
# Direct ACCESS-NRI dependencies
# Note: some packages have branch-specific logic and hence can't use
Expand All @@ -18,7 +18,7 @@ spack:
- '@git.2024.05.21=access-esm1.5'
um7:
require:
- '@git.2024.07.03=access-esm1.5'
- '@git.2024.10.17=access-esm1.5'
# Lower-level ACCESS-NRI dependencies
gcom4:
require:
Expand All @@ -39,7 +39,6 @@ spack:
hdf5:
require:
- '@1.10.11'

# Preferences for all packages
all:
require:
Expand All @@ -57,13 +56,13 @@ spack:
- um7
- mom5
projections:
access-esm1p5: '{name}/2024.05.1'
access-esm1p5: '{name}/2024.12.0'
cice4: '{name}/2024.05.21-{hash:7}'
um7: '{name}/2024.07.03-{hash:7}'
um7: '{name}/2024.10.17-{hash:7}'
mom5: '{name}/access-esm1.5_2024.08.23-{hash:7}'
config:
install_tree:
root: $spack/../restricted/ukmo/release
source_cache: $spack/../restricted/ukmo/source_cache
build_stage:
- $TMPDIR/restricted/spack-stage
- $TMPDIR/restricted/spack-stage
Loading