Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Closed
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
19 changes: 7 additions & 12 deletions spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,23 @@
# https://github.com/ACCESS-NRI/model-deployment-template/blob/main/spack.yaml
spack:
specs:
- [email protected].000
- [email protected].rom3-debug
packages:
# Main Dependencies
access3:
require:
- '@git.2025.03.0'
- configurations=MOM6-CICE6,MOM6-CICE6-WW3
access-cice:
require:
- '@git.CICE6.6.0-1'
- io_type=PIO
- configurations=MOM6
- fflags="-O0 -g -check bounds -check pointers -fpe0 -check noarg_temp_created"
access-mom6:
require:
- '@git.2025.02.000'
- '+asymmetric_mem'
access-ww3:
require:
- '@git.2025.03.0'
- '~asymmetric_mem'
- fflags="-O0 -g -check bounds -check pointers -fpe0 -check noarg_temp_created"
access3-share:
require:
- '@git.2025.03.0'

- fflags="-O0 -g -check bounds -check pointers -fpe0 -check noarg_temp_created"
# Other Dependencies
esmf:
require:
Expand Down Expand Up @@ -69,5 +64,5 @@ spack:
- access-om3
- access3
projections:
access-om3: '{name}/2025.05.000'
access-om3: '{name}/2025.05.rom3-debug'
access3: '{name}/2025.03.0-{hash:7}'
Loading