Skip to content

Commit

Permalink
Point at updated ocn/ice spunup IC files
Browse files Browse the repository at this point in the history
  • Loading branch information
jonbob authored and xylar committed May 16, 2024
1 parent 5b12080 commit 8869ff4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/mpas-ocean/cime_config/buildnml
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ def buildnml(case, caseroot, compname):
ic_date = '20240227'
ic_prefix = 'mpaso.NARRM14to30E3r1'
if ocn_ic_mode == 'spunup':
ic_date = '20240312'
ic_date = '20240328'
ic_prefix = 'mpaso.NARRM14to30E3r1.rstFromG-chrysalis'

elif ocn_grid == 'NARRM14to30E3r2':
Expand Down
2 changes: 1 addition & 1 deletion components/mpas-seaice/cime_config/buildnml
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ def buildnml(case, caseroot, compname):
grid_date = '20240227'
grid_prefix = 'mpassi.NARRM14to30E3r1'
if ice_ic_mode == 'spunup':
grid_date = '20240312'
grid_date = '20240328'
grid_prefix = 'mpassi.NARRM14to30E3r1.rstFromG-chrysalis'

elif ice_grid == 'NARRM14to30E3r2':
Expand Down

0 comments on commit 8869ff4

Please sign in to comment.