Skip to content

Commit 90d278e

Browse files
committed
Adding ocn/ice ICs for B-cases, fixing typo in dismf file extention
1 parent 419696a commit 90d278e

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
@@ -404,10 +404,10 @@ def buildnml(case, caseroot, compname):
404404
ic_date = '20240829'
405405
ic_prefix = 'mpaso.SOwISC12to30E3r3'
406406
if ocn_ic_mode == 'spunup':
407-
logger.warning("WARNING: The specified compset is requesting ocean ICs spunup from a G-case")
408-
logger.warning(" But no file available for this grid.")
407+
ic_date = '20240829'
408+
ic_prefix = 'mpaso.SOwISC12to30E3r3.rstFromG-chrysalis'
409409
if ocn_ismf == 'data':
410-
data_ismf_file = 'prescribed_ismf_paolo2023.SOwISC12to30E3r3.20240829.n'
410+
data_ismf_file = 'prescribed_ismf_paolo2023.SOwISC12to30E3r3.20240829.nc'
411411

412412

413413
#--------------------------------------------------------------------

components/mpas-seaice/cime_config/buildnml

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

341341
elif ice_grid == 'ICOS10':
342342
grid_date = '211015'

0 commit comments

Comments
 (0)