Skip to content

Commit 5fdff97

Browse files
committed
messing around with cmake in cice5
1 parent 8856960 commit 5fdff97

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

config/versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"$schema": "https://github.com/ACCESS-NRI/schema/blob/main/au.org.access-nri/model/deployment/config/versions/3-0-0.json",
33
"spack": "0.22",
4-
"spack-packages": "2025.09.004"
4+
"spack-packages": "bf617a8049ac2837271e0d20d223a16f8523665a"
55
}

spack.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,14 @@
55
spack:
66
# add package specs to the `specs` list
77
specs:
8-
8+
- [email protected]=latest ^cice5 nxglob=360 nyglob=300 blckx=15 blcky=300 mxblcks=1
9+
- [email protected]=latest ^cice5 nxglob=1440 nyglob=1080 blckx=30 blcky=27 mxblcks=4
10+
- [email protected]=latest ^cice5 nxglob=3600 nyglob=2700 blckx=18 blcky=15 mxblcks=22
11+
912
packages:
1013
cice5:
1114
require:
12-
- '@git.2025.03.001=access-om2'
15+
- '@git.0612f2297edbc12f268d0ca3f4cb7e412310f65a=stable model=access-om2'
1316
mom5:
1417
require:
1518
- '@git.2025.08.000=access-om2'
@@ -47,4 +50,4 @@ spack:
4750
- 'target=x86_64'
4851
view: true
4952
concretizer:
50-
unify: true
53+
unify: when_possible

0 commit comments

Comments
 (0)