Skip to content

Commit

Permalink
Adding spun up ICs from G-case
Browse files Browse the repository at this point in the history
  • Loading branch information
darincomeau authored and xylar committed Feb 9, 2024
1 parent 3332834 commit c6a073b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions components/mpas-ocean/cime_config/buildnml
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,8 @@ def buildnml(case, caseroot, compname):
ic_date = '20240104'
ic_prefix = 'mpaso.SOwISC12to30E3r2'
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.")
ic_date = '20240131'
ic_prefix = 'mpaso.SOwISC12to30E3r2.rstFromG-chrysalis'
if ocn_ismf == 'data':
data_ismf_file = 'prescribed_ismf_adusumilli2020.SOwISC12to30E3r2.20240104.nc'

Expand Down
4 changes: 2 additions & 2 deletions components/mpas-seaice/cime_config/buildnml
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,8 @@ def buildnml(case, caseroot, compname):
decomp_prefix = 'partitions/mpas-seaice.graph.info.'
data_iceberg_file = 'Iceberg_Climatology_Merino.SOwISC12to30E3r2.20240104.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.")
grid_date = '20240131'
grid_prefix = 'mpassi.SOwISC12to30E3r2.rstFromG-chrysalis'

elif ice_grid == 'ICOS10':
grid_date = '211015'
Expand Down

0 comments on commit c6a073b

Please sign in to comment.