Skip to content

Commit 9d7fbb1

Browse files
darincomeauxylar
authored andcommitted
Adding ocn/ice ICs for B-cases, fixing typo in dismf file extention
1 parent db76e76 commit 9d7fbb1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

components/mpas-ocean/cime_config/buildnml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -414,10 +414,10 @@ def buildnml(case, caseroot, compname):
414414
ic_date = '20240829'
415415
ic_prefix = 'mpaso.SOwISC12to30E3r3'
416416
if ocn_ic_mode == 'spunup':
417-
logger.warning("WARNING: The specified compset is requesting ocean ICs spunup from a G-case")
418-
logger.warning(" But no file available for this grid.")
417+
ic_date = '20240829'
418+
ic_prefix = 'mpaso.SOwISC12to30E3r3.rstFromG-chrysalis'
419419
if ocn_ismf == 'data':
420-
data_ismf_file = 'prescribed_ismf_paolo2023.SOwISC12to30E3r3.20240829.n'
420+
data_ismf_file = 'prescribed_ismf_paolo2023.SOwISC12to30E3r3.20240829.nc'
421421

422422

423423
#--------------------------------------------------------------------

components/mpas-seaice/cime_config/buildnml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,8 +337,8 @@ def buildnml(case, caseroot, compname):
337337
decomp_prefix = 'partitions/mpas-seaice.graph.info.'
338338
data_iceberg_file = 'Iceberg_Climatology_Merino.SOwISC12to30E3r3.20240829.nc'
339339
if ice_ic_mode == 'spunup':
340-
logger.warning("WARNING: The specified compset is requesting seaice ICs spunup from a G-case")
341-
logger.warning(" But no file available for this grid.")
340+
grid_date = '20240829'
341+
grid_prefix = 'mpassi.SOwISC12to30E3r3.rstFromG-chrysalis'
342342

343343
elif ice_grid == 'ICOS10':
344344
grid_date = '211015'

0 commit comments

Comments
 (0)