From c6a073bc93321d7d1134889d6d63b675f7efc2a1 Mon Sep 17 00:00:00 2001 From: Darin Comeau Date: Fri, 9 Feb 2024 10:24:49 -0600 Subject: [PATCH] Adding spun up ICs from G-case --- components/mpas-ocean/cime_config/buildnml | 4 ++-- components/mpas-seaice/cime_config/buildnml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components/mpas-ocean/cime_config/buildnml b/components/mpas-ocean/cime_config/buildnml index b37c0bd95862..89c71b9b5a7b 100755 --- a/components/mpas-ocean/cime_config/buildnml +++ b/components/mpas-ocean/cime_config/buildnml @@ -304,8 +304,8 @@ def buildnml(case, caseroot, compname): ic_date = '20240104' ic_prefix = 'mpaso.SOwISC12to30E3r2' if ocn_ic_mode == 'spunup': - logger.warning("WARNING: The specified compset is requesting ocean ICs spunup from a G-case") - logger.warning(" But no file available for this grid.") + ic_date = '20240131' + ic_prefix = 'mpaso.SOwISC12to30E3r2.rstFromG-chrysalis' if ocn_ismf == 'data': data_ismf_file = 'prescribed_ismf_adusumilli2020.SOwISC12to30E3r2.20240104.nc' diff --git a/components/mpas-seaice/cime_config/buildnml b/components/mpas-seaice/cime_config/buildnml index 26354b66c8ae..83a549c1465e 100755 --- a/components/mpas-seaice/cime_config/buildnml +++ b/components/mpas-seaice/cime_config/buildnml @@ -270,8 +270,8 @@ def buildnml(case, caseroot, compname): decomp_prefix = 'partitions/mpas-seaice.graph.info.' data_iceberg_file = 'Iceberg_Climatology_Merino.SOwISC12to30E3r2.20240104.nc' if ice_ic_mode == 'spunup': - logger.warning("WARNING: The specified compset is requesting seaice ICs spunup from a G-case") - logger.warning(" But no file available for this grid.") + grid_date = '20240131' + grid_prefix = 'mpassi.SOwISC12to30E3r2.rstFromG-chrysalis' elif ice_grid == 'ICOS10': grid_date = '211015'