Skip to content

Commit

Permalink
Updates from review / discussion
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mnlevy1981 committed Oct 3, 2024
1 parent fada218 commit 7618bcd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions cime_config/testdefs/testlist_mom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@
</test>
<test name="SMS_Ld1_D" grid="TL319_t232" compset="C1850MARBL_JRA">
<machines>
<machine name="derecho" compiler="intel" category="aux_mom"/>
<machine name="derecho" compiler="intel" category="aux_mom_MARBL"/>
<machine name="derecho" compiler="intel" category="prebeta"/>
</machines>
Expand Down
2 changes: 2 additions & 0 deletions standalone/examples/cesm_t232_with_MARBL/MOM_input
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@

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

TRIPOLAR_N = True
! "[Boolean] default = False
Expand Down
1 change: 0 additions & 1 deletion standalone/examples/cesm_t232_with_MARBL/MOM_override
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
! Parameter changes to run CESM-MOM6 config in standalone mode

#override INPUTDIR = /glade/work/altuntas/mom6.standalone.runs/cesm/INPUT/t232
#override READ_RIV_FLUXES = False
WIND_FILE = "ocean_forcing_daily.nc"
DT_FORCING = 1800.0
Expand Down

2 comments on commit 7618bcd

@alperaltuntas
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any idea why the lines 6 though 24 start with '~' ?

@mnlevy1981
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Weird - they don't show up in my repo on disk, nor do they appear when I click on view file

I'll look into it more after the away day (or maybe Monday)

Please sign in to comment.