From 8869ff4c04138b876a29cdc141beaf7fd07df0c5 Mon Sep 17 00:00:00 2001 From: Jon Wolfe Date: Thu, 28 Mar 2024 13:03:49 -0500 Subject: [PATCH] Point at updated ocn/ice spunup IC files --- components/mpas-ocean/cime_config/buildnml | 2 +- components/mpas-seaice/cime_config/buildnml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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':