Skip to content

Commit 3651c89

Browse files
committed
Update file datestamps
1 parent 9ef2ecf commit 3651c89

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
@@ -397,17 +397,17 @@ def buildnml(case, caseroot, compname):
397397
data_ismf_file = 'prescribed_ismf_paolo2023.RRSwISC6to18E3r5.20240327.nc'
398398

399399
elif ocn_grid == 'SOwISC12to30E3r3':
400-
decomp_date = '20240705'
400+
decomp_date = '20240711'
401401
decomp_prefix = 'partitions/mpas-o.graph.info.'
402-
restoring_file = 'sss.PHC2_monthlyClimatology.SOwISC12to30E3r3.20240705.nc'
402+
restoring_file = 'sss.PHC2_monthlyClimatology.SOwISC12to30E3r3.20240711.nc'
403403
analysis_mask_file = 'SOwISC12to30E3r3_mocBasinsAndTransects20210623.nc'
404-
ic_date = '20240705'
404+
ic_date = '20240711'
405405
ic_prefix = 'mpaso.SOwISC12to30E3r3'
406406
if ocn_ic_mode == 'spunup':
407407
logger.warning("WARNING: The specified compset is requesting ocean ICs spunup from a G-case")
408408
logger.warning(" But no file available for this grid.")
409409
if ocn_ismf == 'data':
410-
data_ismf_file = 'prescribed_ismf_paolo2023.SOwISC12to30E3r3.20240705.n'
410+
data_ismf_file = 'prescribed_ismf_paolo2023.SOwISC12to30E3r3.20240711.n'
411411

412412

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

components/mpas-seaice/cime_config/buildnml

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

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

0 commit comments

Comments
 (0)