Skip to content

Commit

Permalink
Adding ocean/ice initial conditions for B-cases
Browse files Browse the repository at this point in the history
  • Loading branch information
darincomeau committed Jul 26, 2024
1 parent 8975426 commit cfebe67
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 @@ -404,8 +404,8 @@ def buildnml(case, caseroot, compname):
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.")
ic_date = '20240725'
ic_prefix = 'mpaso.SOwISC12to30E3r3.rstFromG-chrysalis'
if ocn_ismf == 'data':
data_ismf_file = 'prescribed_ismf_paolo2023.SOwISC12to30E3r3.20240724.n'

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 @@ -335,8 +335,8 @@ def buildnml(case, caseroot, compname):
decomp_prefix = 'partitions/mpas-seaice.graph.info.'
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.")
grid_date = '20240725'
grid_prefix = 'mpassi.SOwISC12to30E3r3.rstFromG-chrysalis'

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

0 comments on commit cfebe67

Please sign in to comment.