diff --git a/components/mpas-seaice/bld/namelist_files/namelist_defaults_mpassi.xml b/components/mpas-seaice/bld/namelist_files/namelist_defaults_mpassi.xml index 1414ffc777de..dae389240fde 100644 --- a/components/mpas-seaice/bld/namelist_files/namelist_defaults_mpassi.xml +++ b/components/mpas-seaice/bld/namelist_files/namelist_defaults_mpassi.xml @@ -25,6 +25,8 @@ 1800.0 1800.0 1800.0 +1800.0 +1800.0 'noleap' '2000-01-01_00:00:00' 'none' @@ -148,6 +150,8 @@ 1 1 1 +1 +1 true true 120 diff --git a/components/mpas-seaice/cime_config/buildnml b/components/mpas-seaice/cime_config/buildnml index cbb6109018e2..93ca6d8b56a7 100755 --- a/components/mpas-seaice/cime_config/buildnml +++ b/components/mpas-seaice/cime_config/buildnml @@ -267,6 +267,24 @@ def buildnml(case, caseroot, compname): grid_date = '20231121' grid_prefix = 'mpassi.IcoswISC30E3r5.rstFromG-chrysalis' + elif ice_grid == 'NARRM14to30E3r1': + decomp_date = '20240227' + decomp_prefix = 'partitions/mpas-seaice.graph.info.' + grid_date = '20240227' + grid_prefix = 'mpassi.NARRM14to30E3r1' + 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.") + + elif ice_grid == 'NARRM14to30E3r2': + decomp_date = '20240228' + decomp_prefix = 'partitions/mpas-seaice.graph.info.' + grid_date = '20240228' + grid_prefix = 'mpassi.NARRM14to30E3r2' + 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.") + elif ice_grid == 'ICOS10': grid_date = '211015' grid_prefix = 'seaice.ICOS10'