diff --git a/components/mpas-ocean/cime_config/buildnml b/components/mpas-ocean/cime_config/buildnml index 6420b20d3d89..14f4125f6611 100755 --- a/components/mpas-ocean/cime_config/buildnml +++ b/components/mpas-ocean/cime_config/buildnml @@ -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': diff --git a/components/mpas-seaice/cime_config/buildnml b/components/mpas-seaice/cime_config/buildnml index b51386ff0020..e42572cd15d8 100755 --- a/components/mpas-seaice/cime_config/buildnml +++ b/components/mpas-seaice/cime_config/buildnml @@ -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':