Skip to content

Commit db76e76

Browse files
committed
Update ocn and ice datestamps (again, again)
1 parent 17e3e82 commit db76e76

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

components/mpas-ocean/cime_config/buildnml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -407,17 +407,17 @@ def buildnml(case, caseroot, compname):
407407
data_ismf_file = 'prescribed_ismf_paolo2023.RRSwISC6to18E3r5.20240327.nc'
408408

409409
elif ocn_grid == 'SOwISC12to30E3r3':
410-
decomp_date = '20240801'
410+
decomp_date = '20240829'
411411
decomp_prefix = 'partitions/mpas-o.graph.info.'
412-
restoring_file = 'sss.PHC2_monthlyClimatology.SOwISC12to30E3r3.20240801.nc'
412+
restoring_file = 'sss.PHC2_monthlyClimatology.SOwISC12to30E3r3.20240829.nc'
413413
analysis_mask_file = 'SOwISC12to30E3r3_mocBasinsAndTransects20210623.nc'
414-
ic_date = '20240801'
414+
ic_date = '20240829'
415415
ic_prefix = 'mpaso.SOwISC12to30E3r3'
416416
if ocn_ic_mode == 'spunup':
417417
logger.warning("WARNING: The specified compset is requesting ocean ICs spunup from a G-case")
418418
logger.warning(" But no file available for this grid.")
419419
if ocn_ismf == 'data':
420-
data_ismf_file = 'prescribed_ismf_paolo2023.SOwISC12to30E3r3.20240801.n'
420+
data_ismf_file = 'prescribed_ismf_paolo2023.SOwISC12to30E3r3.20240829.n'
421421

422422

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

components/mpas-seaice/cime_config/buildnml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -331,11 +331,11 @@ def buildnml(case, caseroot, compname):
331331
logger.warning(" But no file available for this grid.")
332332

333333
elif ice_grid == 'SOwISC12to30E3r3':
334-
grid_date = '20240801'
334+
grid_date = '20240829'
335335
grid_prefix = 'mpassi.SOwISC12to30E3r3'
336-
decomp_date = '20240801'
336+
decomp_date = '20240829'
337337
decomp_prefix = 'partitions/mpas-seaice.graph.info.'
338-
data_iceberg_file = 'Iceberg_Climatology_Merino.SOwISC12to30E3r3.20240801.nc'
338+
data_iceberg_file = 'Iceberg_Climatology_Merino.SOwISC12to30E3r3.20240829.nc'
339339
if ice_ic_mode == 'spunup':
340340
logger.warning("WARNING: The specified compset is requesting seaice ICs spunup from a G-case")
341341
logger.warning(" But no file available for this grid.")

0 commit comments

Comments
 (0)