Skip to content

Commit 1100e12

Browse files
committed
Merge branch 'darincomeau/ocn/revert-sorrm-ocn-ic' (PR #7388)
Revert spun-up ocean IC back to cold-start for SORRME3r3 Changes the ocean spun-up initial condition that was set in #6758 back to the 'cold-start' initial condition. There was concern using the initial condition interpolated from the v2.1 spinup was baking in warm biases in the Southern Ocean. Ocean initial condition file is staged in public inputdata repo, world-readable. [BFB] for all currently tested configurations [non-BFB] only for B-cases with the SOwISC12to30E3r3 ocean mesh
2 parents ecd45f9 + 039ecf3 commit 1100e12

File tree

1 file changed

+2
-2
lines changed
  • components/mpas-ocean/cime_config

1 file changed

+2
-2
lines changed

components/mpas-ocean/cime_config/buildnml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -415,8 +415,8 @@ def buildnml(case, caseroot, compname):
415415
ic_date = '20240829'
416416
ic_prefix = 'mpaso.SOwISC12to30E3r3'
417417
if ocn_ic_mode == 'spunup':
418-
ic_date = '20241023'
419-
ic_prefix = 'mpaso.SOwISC12to30E3r3.interpFrom2p1-anvil'
418+
ic_date = '20240829'
419+
ic_prefix = 'mpaso.SOwISC12to30E3r3.rstFromG-chrysalis'
420420
if ocn_glc_ismf_coupling == 'data_mpaso':
421421
data_ismf_file = 'prescribed_ismf_paolo2023.SOwISC12to30E3r3.20241017.nc'
422422

0 commit comments

Comments
 (0)