Skip to content

Commit

Permalink
Add IC and monthly forcing file to support BGC for IcoswISC30E3r5
Browse files Browse the repository at this point in the history
  • Loading branch information
jonbob committed Feb 29, 2024
1 parent c8208a4 commit aa53ecb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/mpas-ocean/cime_config/buildnml
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,10 @@ def buildnml(case, caseroot, compname):
if ocn_ic_mode == 'spunup':
ic_date = '20231121'
ic_prefix = 'mpaso.IcoswISC30E3r5.rstFromG-chrysalis'
if ocn_bgc in ['eco_only', 'eco_and_dms', 'eco_and_macromolecules', 'eco_and_dms_and_macromolecules']:
ic_date = '20231215'
ic_prefix = 'mpaso.IcoswISC30E3r5.20231120+MARBL_ICfromOMIP_64levels'
eco_forcing_file = 'ecoForcingSurfaceMonthly.IcoswISC30E3r5.20231215.nc'
if ocn_ismf == 'data':
data_ismf_file = 'prescribed_ismf_adusumilli2020.IcoswISC30E3r5.20231120.nc'

Expand Down

0 comments on commit aa53ecb

Please sign in to comment.