Skip to content

Commit

Permalink
Update datestamps (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
xylar committed Jul 25, 2024
1 parent 1294fb3 commit 8975426
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions components/mpas-ocean/cime_config/buildnml
Original file line number Diff line number Diff line change
Expand Up @@ -397,17 +397,17 @@ def buildnml(case, caseroot, compname):
data_ismf_file = 'prescribed_ismf_paolo2023.RRSwISC6to18E3r5.20240327.nc'

elif ocn_grid == 'SOwISC12to30E3r3':
decomp_date = '20240718'
decomp_date = '20240724'
decomp_prefix = 'partitions/mpas-o.graph.info.'
restoring_file = 'sss.PHC2_monthlyClimatology.SOwISC12to30E3r3.20240718.nc'
restoring_file = 'sss.PHC2_monthlyClimatology.SOwISC12to30E3r3.20240724.nc'
analysis_mask_file = 'SOwISC12to30E3r3_mocBasinsAndTransects20210623.nc'
ic_date = '20240718'
ic_date = '20240724'
ic_prefix = 'mpaso.SOwISC12to30E3r3'
if ocn_ic_mode == 'spunup':
logger.warning("WARNING: The specified compset is requesting ocean ICs spunup from a G-case")
logger.warning(" But no file available for this grid.")
if ocn_ismf == 'data':
data_ismf_file = 'prescribed_ismf_paolo2023.SOwISC12to30E3r3.20240718.n'
data_ismf_file = 'prescribed_ismf_paolo2023.SOwISC12to30E3r3.20240724.n'


#--------------------------------------------------------------------
Expand Down
6 changes: 3 additions & 3 deletions components/mpas-seaice/cime_config/buildnml
Original file line number Diff line number Diff line change
Expand Up @@ -329,11 +329,11 @@ def buildnml(case, caseroot, compname):
logger.warning(" But no file available for this grid.")

elif ice_grid == 'SOwISC12to30E3r3':
grid_date = '20240718'
grid_date = '20240724'
grid_prefix = 'mpassi.SOwISC12to30E3r3'
decomp_date = '20240718'
decomp_date = '20240724'
decomp_prefix = 'partitions/mpas-seaice.graph.info.'
data_iceberg_file = 'Iceberg_Climatology_Merino.SOwISC12to30E3r3.20240718.nc'
data_iceberg_file = 'Iceberg_Climatology_Merino.SOwISC12to30E3r3.20240724.nc'
if ice_ic_mode == 'spunup':
logger.warning("WARNING: The specified compset is requesting seaice ICs spunup from a G-case")
logger.warning(" But no file available for this grid.")
Expand Down

0 comments on commit 8975426

Please sign in to comment.