Skip to content

Commit 7618bcd

Browse files
committed
Updates from review / discussion
1. No longer override INPUTDIR (MOM_input sets it to CESM input directory on campaign, which is fine for now) 2. Added debug test with MARBL to aux_mom
1 parent fada218 commit 7618bcd

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

cime_config/testdefs/testlist_mom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@
121121
</test>
122122
<test name="SMS_Ld1_D" grid="TL319_t232" compset="C1850MARBL_JRA">
123123
<machines>
124+
<machine name="derecho" compiler="intel" category="aux_mom"/>
124125
<machine name="derecho" compiler="intel" category="aux_mom_MARBL"/>
125126
<machine name="derecho" compiler="intel" category="prebeta"/>
126127
</machines>

standalone/examples/cesm_t232_with_MARBL/MOM_input

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111

1212
INPUTDIR = /glade/campaign/cesm/cesmdata/inputdata/ocn/mom/tx2_3v2
1313
! "The directory in which input files are found."
14+
! NOTE: this needs to point to CESM input directory
15+
! current default is for NCAR super computers
1416

1517
TRIPOLAR_N = True
1618
! "[Boolean] default = False

standalone/examples/cesm_t232_with_MARBL/MOM_override

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
! Parameter changes to run CESM-MOM6 config in standalone mode
22

3-
#override INPUTDIR = /glade/work/altuntas/mom6.standalone.runs/cesm/INPUT/t232
43
#override READ_RIV_FLUXES = False
54
WIND_FILE = "ocean_forcing_daily.nc"
65
DT_FORCING = 1800.0

0 commit comments

Comments
 (0)