Skip to content

Commit 202fa3c

Browse files
authored
Merge pull request #589 from ACCESS-NRI/547-dev-MC_25km_jra_ryf
Use 2025.05.001 build using oneapi compiler
2 parents a905c6f + 449bec3 commit 202fa3c

File tree

9 files changed

+76
-75
lines changed

9 files changed

+76
-75
lines changed

config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,25 +14,25 @@ jobfs: 10GB
1414
mem: 8000GB
1515

1616
walltime: 24:00:00
17-
jobname: 025deg_jra55do_ryf
17+
jobname: 025km_jra55do_ryf
1818

1919
model: access-om3
2020

2121
exe: access-om3-MOM6-CICE6
2222
input:
2323
- /g/data/vk83/prerelease/configurations/inputs/access-om3/cice/grids/global.25km/2025.05.15/kmt.nc
2424
- /g/data/vk83/prerelease/configurations/inputs/access-om3/mom/grids/mosaic/global.25km/2025.05.15/ocean_hgrid.nc
25-
- /g/data/vk83/prerelease/configurations/inputs/access-om3/mom/grids/vertical/global.025deg/2025.03.12/ocean_vgrid.nc
26-
- /g/data/vk83/prerelease/configurations/inputs/access-om3/mom/initial_conditions/global.025deg/2025.03.19/ocean_temp_salt.res.nc
27-
- /g/data/vk83/prerelease/configurations/inputs/access-om3/mom/surface_salt_restoring/global.025deg/2025.01.30/salt_sfc_restore.nc
25+
- /g/data/vk83/prerelease/configurations/inputs/access-om3/mom/grids/vertical/global.25km/2025.03.12/ocean_vgrid.nc
26+
- /g/data/vk83/prerelease/configurations/inputs/access-om3/mom/initial_conditions/global.25km/2025.03.19/ocean_temp_salt.res.nc
27+
- /g/data/vk83/prerelease/configurations/inputs/access-om3/mom/surface_salt_restoring/global.25km/2025.01.30/salt_sfc_restore.nc
2828
- /g/data/vk83/prerelease/configurations/inputs/access-om3/mom/tidal_external_files/global.25km/2025.05.15/bottom_roughness.nc
2929
- /g/data/vk83/prerelease/configurations/inputs/access-om3/mom/tidal_external_files/global.25km/2025.05.15/tideamp.nc
3030
- /g/data/vk83/prerelease/configurations/inputs/access-om3/share/grids/global.25km/2025.05.15/topog.nc
31-
- /g/data/vk83/prerelease/configurations/inputs/access-om3/share/meshes/global.25km/2025.05.15/access-om3-025deg-ESMFmesh.nc
32-
- /g/data/vk83/prerelease/configurations/inputs/access-om3/share/meshes/global.25km/2025.05.15/access-om3-025deg-nomask-ESMFmesh.nc
31+
- /g/data/vk83/prerelease/configurations/inputs/access-om3/share/meshes/global.25km/2025.05.15/access-om3-25km-ESMFmesh.nc
32+
- /g/data/vk83/prerelease/configurations/inputs/access-om3/share/meshes/global.25km/2025.05.15/access-om3-25km-nomask-ESMFmesh.nc
3333
- /g/data/vk83/configurations/inputs/access-om3/share/meshes/share/2024.09.16/JRA55do-datm-ESMFmesh.nc
3434
- /g/data/vk83/configurations/inputs/access-om3/share/meshes/share/2024.09.16/JRA55do-drof-ESMFmesh.nc
35-
- /g/data/vk83/prerelease/configurations/inputs/access-om3/cmeps/remap_weights/global.25km/2025.05.15/access-om3-025deg-rof-remap-weights.nc
35+
- /g/data/vk83/prerelease/configurations/inputs/access-om3/cmeps/remap_weights/global.25km/2025.05.15/access-om3-25km-rof-remap-weights.nc
3636
- /g/data/vk83/experiments/inputs/JRA-55/RYF/v1-4/data
3737

3838
runlog: false
@@ -60,7 +60,7 @@ modules:
6060
use:
6161
- /g/data/vk83/modules
6262
load:
63-
- access-om3/2025.01.2
63+
- access-om3/2025.05.001
6464
- nco/5.0.5
6565

6666
payu_minimum_version: 1.1.6

datm_in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
flds_preso3 = .false.
99
flds_wiso = .false.
1010
iradsw = 1
11-
model_maskfile = "./INPUT/access-om3-025deg-nomask-ESMFmesh.nc"
12-
model_meshfile = "./INPUT/access-om3-025deg-nomask-ESMFmesh.nc"
11+
model_maskfile = "./INPUT/access-om3-25km-nomask-ESMFmesh.nc"
12+
model_meshfile = "./INPUT/access-om3-25km-nomask-ESMFmesh.nc"
1313
nx_global = 1440
1414
ny_global = 1142
1515
restfilm = "null"

drof_in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
&drof_nml
22
datamode = "copyall"
3-
model_maskfile = "./INPUT/access-om3-025deg-nomask-ESMFmesh.nc"
4-
model_meshfile = "./INPUT/access-om3-025deg-nomask-ESMFmesh.nc"
3+
model_maskfile = "./INPUT/access-om3-25km-nomask-ESMFmesh.nc"
4+
model_meshfile = "./INPUT/access-om3-25km-nomask-ESMFmesh.nc"
55
nx_global = 1440
66
ny_global = 1142
77
restfilm = "null"

ice_in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
grid_ice = "B"
2525
grid_ocn = "A"
2626
grid_type = "tripole"
27+
grid_outfile = .true.
2728
kcatbound = 0
2829
kmt_file = "./INPUT/kmt.nc"
2930
nblyr = 1

manifests/exe.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ format: yamanifest
22
version: 1.0
33
---
44
work/access-om3-MOM6-CICE6:
5-
fullpath: /g/data/vk83/apps/spack/0.22/release/linux-rocky8-x86_64/intel-2021.10.0/access-om3-nuopc-git.0.4.1_0.4.1-da4dcqojvm4siufkyf3fifawf5tpjlfu/bin/access-om3-MOM6-CICE6
5+
fullpath: /g/data/vk83/apps/spack/0.22/release/linux-rocky8-x86_64_v4/oneapi-2025.0.4/access3-2025.03.1-3joxy64tlxmkt66pxhpw6gydxfnd7fvl/bin/access-om3-MOM6-CICE6
66
hashes:
7-
binhash: 4e921c28f229aa272c853de61e34cb99
8-
md5: 23e5622d1f50742e07554ebdd8cb23b3
7+
binhash: 37359bf2f545a1dabd018143cbcde32a
8+
md5: 6caef5a9389009d920c5ff90f5b13867

manifests/input.yaml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -71,20 +71,20 @@ work/INPUT/RYF.vas.1990_1991.nc:
7171
hashes:
7272
binhash: d15ca562e37e82fb2d31657701f0a560
7373
md5: 88dc8c70338bbc8f5efc48ed0009a99f
74-
work/INPUT/access-om3-025deg-ESMFmesh.nc:
75-
fullpath: /g/data/vk83/prerelease/configurations/inputs/access-om3/share/meshes/global.25km/2025.05.15/access-om3-025deg-ESMFmesh.nc
74+
work/INPUT/access-om3-25km-ESMFmesh.nc:
75+
fullpath: /g/data/vk83/prerelease/configurations/inputs/access-om3/share/meshes/global.25km/2025.05.15/access-om3-25km-ESMFmesh.nc
7676
hashes:
77-
binhash: 6730a85009a40b4fb9befcb33d72c7b0
77+
binhash: 6c270b8ff1439b5797ccf597308a9c33
7878
md5: a98052c00d51f105615141ff2f961ad2
79-
work/INPUT/access-om3-025deg-nomask-ESMFmesh.nc:
80-
fullpath: /g/data/vk83/prerelease/configurations/inputs/access-om3/share/meshes/global.25km/2025.05.15/access-om3-025deg-nomask-ESMFmesh.nc
79+
work/INPUT/access-om3-25km-nomask-ESMFmesh.nc:
80+
fullpath: /g/data/vk83/prerelease/configurations/inputs/access-om3/share/meshes/global.25km/2025.05.15/access-om3-25km-nomask-ESMFmesh.nc
8181
hashes:
82-
binhash: 004a109477411495e4b83b0700de4cc6
82+
binhash: 4eb3a5196deff02d0f365e3971706190
8383
md5: d9dd454a184ba0c48409e433b635a795
84-
work/INPUT/access-om3-025deg-rof-remap-weights.nc:
85-
fullpath: /g/data/vk83/prerelease/configurations/inputs/access-om3/cmeps/remap_weights/global.25km/2025.05.15/access-om3-025deg-rof-remap-weights.nc
84+
work/INPUT/access-om3-25km-rof-remap-weights.nc:
85+
fullpath: /g/data/vk83/prerelease/configurations/inputs/access-om3/cmeps/remap_weights/global.25km/2025.05.15/access-om3-25km-rof-remap-weights.nc
8686
hashes:
87-
binhash: 72b02f07b141ec1471c7bd3d41498863
87+
binhash: 57e0009f8526d84f603246a3b8bbeb28
8888
md5: 41657fc054785cc0e1741dd3639c3c16
8989
work/INPUT/bottom_roughness.nc:
9090
fullpath: /g/data/vk83/prerelease/configurations/inputs/access-om3/mom/tidal_external_files/global.25km/2025.05.15/bottom_roughness.nc
@@ -102,19 +102,19 @@ work/INPUT/ocean_hgrid.nc:
102102
binhash: 48eefda3750efba76d5180a356444415
103103
md5: e37b7499e33443c504c2873961ef3f8c
104104
work/INPUT/ocean_temp_salt.res.nc:
105-
fullpath: /g/data/vk83/prerelease/configurations/inputs/access-om3/mom/initial_conditions/global.025deg/2025.03.19/ocean_temp_salt.res.nc
105+
fullpath: /g/data/vk83/prerelease/configurations/inputs/access-om3/mom/initial_conditions/global.25km/2025.03.19/ocean_temp_salt.res.nc
106106
hashes:
107-
binhash: 94b9748f0898ea25d0247c98762e8909
107+
binhash: 51a70a96824d51fff7e389c0d0ebd9f5
108108
md5: a1b5711e7638521b0d73f648b7090650
109109
work/INPUT/ocean_vgrid.nc:
110-
fullpath: /g/data/vk83/prerelease/configurations/inputs/access-om3/mom/grids/vertical/global.025deg/2025.03.12/ocean_vgrid.nc
110+
fullpath: /g/data/vk83/prerelease/configurations/inputs/access-om3/mom/grids/vertical/global.25km/2025.03.12/ocean_vgrid.nc
111111
hashes:
112-
binhash: 1a0891515558b87f200786a9ac2f7132
112+
binhash: 1c74a4ae036c70d30fbf49fe6b73483e
113113
md5: 66f71f2b24bd00b1c220787505e0106e
114114
work/INPUT/salt_sfc_restore.nc:
115-
fullpath: /g/data/vk83/prerelease/configurations/inputs/access-om3/mom/surface_salt_restoring/global.025deg/2025.01.30/salt_sfc_restore.nc
115+
fullpath: /g/data/vk83/prerelease/configurations/inputs/access-om3/mom/surface_salt_restoring/global.25km/2025.01.30/salt_sfc_restore.nc
116116
hashes:
117-
binhash: a5bf255da3f43e764cc25469bfe816e3
117+
binhash: c0087207de3474818b4c70e06c675656
118118
md5: 6e37313d88f867af9f1d9f656ab633c9
119119
work/INPUT/tideamp.nc:
120120
fullpath: /g/data/vk83/prerelease/configurations/inputs/access-om3/mom/tidal_external_files/global.25km/2025.05.15/tideamp.nc

nuopc.runconfig

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,11 @@ ALLCOMP_attributes::
9898
hostname = gadi
9999
ice_ncat = 5
100100
mediator_present = true
101-
mesh_atm = ./INPUT/access-om3-025deg-nomask-ESMFmesh.nc
102-
mesh_ice = ./INPUT/access-om3-025deg-ESMFmesh.nc
101+
mesh_atm = ./INPUT/access-om3-25km-nomask-ESMFmesh.nc
102+
mesh_ice = ./INPUT/access-om3-25km-ESMFmesh.nc
103103
mesh_lnd = UNSET
104-
mesh_mask = ./INPUT/access-om3-025deg-ESMFmesh.nc
105-
mesh_ocn = ./INPUT/access-om3-025deg-ESMFmesh.nc
104+
mesh_mask = ./INPUT/access-om3-25km-ESMFmesh.nc
105+
mesh_ocn = ./INPUT/access-om3-25km-ESMFmesh.nc
106106
model_version = unknown
107107
ocn2glc_coupling = .false.
108108
ocn2glc_levels = 1:10:19:26:30:33:35
@@ -249,8 +249,8 @@ MED_attributes::
249249
ocn_surface_flux_scheme = 0
250250
rof2lnd_map = unset
251251
rof2ocn_fmapname = unset
252-
rof2ocn_ice_rmapname = ./INPUT/access-om3-025deg-rof-remap-weights.nc
253-
rof2ocn_liq_rmapname = ./INPUT/access-om3-025deg-rof-remap-weights.nc
252+
rof2ocn_ice_rmapname = ./INPUT/access-om3-25km-rof-remap-weights.nc
253+
rof2ocn_liq_rmapname = ./INPUT/access-om3-25km-rof-remap-weights.nc
254254
rof_nx = 1440
255255
rof_ny = 1142
256256
wav2ocn_smapname = unset
@@ -302,7 +302,7 @@ OCN_attributes::
302302

303303
ROF_attributes::
304304
Verbosity = off
305-
mesh_rof = ./INPUT/access-om3-025deg-nomask-ESMFmesh.nc
305+
mesh_rof = ./INPUT/access-om3-25km-nomask-ESMFmesh.nc
306306
::
307307

308308
MED_modelio::

nuopc.runseq

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,13 @@ runSeq::
44
MED med_phases_prep_ocn_accum
55
MED med_phases_ocnalb_run
66
MED med_phases_diag_ocn
7-
MED med_phases_prep_ice
8-
MED -> ICE :remapMethod=redist
97
MED med_phases_prep_ocn_avg
108
MED -> OCN :remapMethod=redist
9+
OCN
10+
MED med_phases_prep_ice
11+
MED -> ICE :remapMethod=redist
1112
ICE
1213
ROF
13-
OCN
14-
OCN -> MED :remapMethod=redist
15-
MED med_phases_post_ocn
1614
MED med_phases_diag_rof
1715
MED med_phases_diag_ice_ice2med
1816
ICE -> MED :remapMethod=redist
@@ -24,10 +22,12 @@ runSeq::
2422
MED med_phases_diag_ice_med2ice
2523
ROF -> MED :remapMethod=redist
2624
MED med_phases_post_rof
25+
OCN -> MED :remapMethod=redist
26+
MED med_phases_post_ocn
2727
MED med_phases_diag_accum
2828
MED med_phases_diag_print
29-
MED med_phases_history_write
30-
MED med_phases_restart_write
31-
MED med_phases_profile
32-
@
29+
MED med_phases_history_write
30+
MED med_phases_restart_write
31+
MED med_phases_profile
32+
@
3333
::

testing/checksum/historical-3hr-checksum.json

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -2,94 +2,94 @@
22
"schema_version": "1-0-0",
33
"output": {
44
"Salt": [
5-
"11C3AB3AC2A89B90"
5+
"11AAE990CCD04FF2"
66
],
77
"Temp": [
8-
"32D0C1063EE09438"
8+
"333090515A2A5F7F"
99
],
1010
"h": [
11-
"5DF5CDD2793D166A"
11+
"5DF62A8F4935BA82"
1212
],
1313
"u": [
14-
"7AC78199D3D4F1C4"
14+
"F9E44BFBD64E02D2"
1515
],
1616
"CAu": [
17-
"E3120914F470DEC0"
17+
"ED340B22B3DE11D2"
1818
],
1919
"First_direction": [
2020
"0"
2121
],
2222
"ave_ssh": [
23-
"E5FF3050187E9E76"
23+
"65D2AD9D59C9DD5E"
2424
],
2525
"frazil": [
26-
"5B9BD6478E535109"
26+
"5CA3C164A204C459"
2727
],
2828
"sfc": [
29-
"E90F473E07B40D0A"
29+
"E89FA353C65C6198"
3030
],
3131
"u2": [
32-
"C8A19B3FAF6D943A"
32+
"431EF08F600B2889"
3333
],
3434
"v": [
35-
"4F6AADB0C39C9528"
35+
"EF36CD035C52DE15"
3636
],
3737
"v2": [
38-
"DE006DFD0F03D9AA"
38+
"EC21B78A3F61A950"
3939
],
4040
"CAv": [
41-
"E3312D15FCA3DE15"
41+
"5037A5DB553B4C86"
4242
],
4343
"DTBT": [
44-
"4032D873E69959C9"
44+
"4032D873E699055B"
4545
],
4646
"MEKE": [
47-
"D168265897CF0725"
47+
"D15EE64E1413C367"
4848
],
4949
"MEKE_Kh": [
50-
"2278B4CD0A571CDD"
50+
"2083216E9E2E9952"
5151
],
5252
"age": [
53-
"DBD9C8C9568B4B8D"
53+
"6E081A3CE21623D0"
5454
],
5555
"diffu": [
56-
"D439A978D7D13639"
56+
"4CC701FEDC50FE24"
5757
],
5858
"diffv": [
59-
"9E4384D4AA185048"
59+
"533F0202D65E04EE"
6060
],
6161
"ubtav": [
62-
"41EA9E5E6D8FD941"
62+
"C269EB61C88765BF"
6363
],
6464
"vbtav": [
65-
"93F8B21F33C4A2F2"
65+
"140C67B5A1BAD97B"
6666
],
6767
"Kd_shear": [
68-
"CB65E530DCEADA41"
68+
"F57411E89510BD4E"
6969
],
7070
"Kv_shear": [
71-
"BC26ABE3661E5A20"
71+
"4CCED9346371EC2B"
7272
],
7373
"Kv_shear_Bu": [
74-
"E2CD6F42D417A2F6"
74+
"A09D153F30A91434"
7575
],
7676
"MLD": [
77-
"176D82DA7598228F"
77+
"16FABA526E7282DB"
7878
],
7979
"MLD_MLE_filtered": [
80-
"8D6756AA134FE82D"
80+
"8D43D8B91E335218"
8181
],
8282
"MLD_MLE_filtered_slow": [
83-
"F6E213EA40082607"
83+
"F6C5B776D2118B00"
8484
],
8585
"MLE_Bflux": [
86-
"DC9654BB92BBDAA9"
86+
"DCA7F50A3F74E9C7"
8787
],
8888
"SFC_BFLX": [
89-
"1AD6BE83D8FBF452"
89+
"1930DB9513B32510"
9090
],
9191
"h_ML": [
92-
"176D82DA7598228F"
92+
"16FABA526E7282DB"
9393
]
9494
}
9595
}

0 commit comments

Comments
 (0)