Skip to content

Commit ed01978

Browse files
committed
increate timestep for low-res testmods and bump up core MOM6
1 parent 85462ca commit ed01978

5 files changed

Lines changed: 12 additions & 2 deletions

File tree

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
path = MOM6
33
url = https://github.com/NCAR/MOM6.git
44
fxDONOTUSEurl = https://github.com/NCAR/MOM6.git
5-
fxtag = dev/ncar_251120
5+
fxtag = dev/ncar_260311
66
fxrequired = AlwaysRequired
77

88
[submodule "stochastic_physics"]

MOM6

Submodule MOM6 updated 71 files

cime_config/testdefs/testlist_mom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,14 @@
182182
<option name="wallclock">00:30:00</option>
183183
</options>
184184
</test>
185+
<test name="ERI_cG_C2_Ld8" grid="T62_t232" compset="G" testmods="mom/tx10deg--mom/leapyear">
186+
<machines>
187+
<machine name="derecho" compiler="intel" category="fast_mom"/>
188+
</machines>
189+
<options>
190+
<option name="wallclock">00:30:00</option>
191+
</options>
192+
</test>
185193
<test name="SMS_D_Ld2" grid="T62_t232" compset="G" testmods="mom/tx10deg">
186194
<machines>
187195
<machine name="derecho" compiler="gnu" category="fast_mom"/>

cime_config/testdefs/testmods_dirs/mom/tx10deg/user_nl_mom

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
NIGLOBAL = 36
22
NJGLOBAL = 32
3+
DT = 3600
34
GRID_FILE = "tx10deg/ocean_hgrid_tx10deg_20260219.nc"
45
TOPO_FILE = "tx10deg/ocean_topog_tx10deg_20260219.nc"
56
CHL_FILE = "tx10deg/seawifs-clim-1997-2010-tx10deg_20260219.nc"

cime_config/testdefs/testmods_dirs/mom/tx3deg/user_nl_mom

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
NIGLOBAL = 108
22
NJGLOBAL = 96
3+
DT = 3600
34
GRID_FILE = "tx3deg/ocean_hgrid_tx3deg_20260219.nc"
45
TOPO_FILE = "tx3deg/ocean_topog_tx3deg_20260219.nc"
56
CHL_FILE = "tx3deg/seawifs-clim-1997-2010-tx3deg_20260219.nc"

0 commit comments

Comments
 (0)