From aec6c0b5bd5963507015e3ded1d3032455b29808 Mon Sep 17 00:00:00 2001 From: Xylar Asay-Davis Date: Tue, 22 Aug 2023 10:09:08 +0200 Subject: [PATCH 1/7] Add SOwISC12to30E3r2 to MPAS-Ocean --- .../namelist_defaults_mpaso.xml | 21 +++++++++++++++++++ components/mpas-ocean/cime_config/buildnml | 13 ++++++++++++ 2 files changed, 34 insertions(+) diff --git a/components/mpas-ocean/bld/namelist_files/namelist_defaults_mpaso.xml b/components/mpas-ocean/bld/namelist_files/namelist_defaults_mpaso.xml index 4069eb144cff..d7af26fb9c02 100644 --- a/components/mpas-ocean/bld/namelist_files/namelist_defaults_mpaso.xml +++ b/components/mpas-ocean/bld/namelist_files/namelist_defaults_mpaso.xml @@ -49,6 +49,7 @@ '00:10:00' '00:30:00' '00:30:00' +'00:10:00' 'split_explicit_ab2' 2 @@ -73,6 +74,7 @@ .true. .true. .true. +.true. -1.0 .false. 30.0e3 @@ -89,6 +91,7 @@ .true. .true. .true. +.true. 10.0 1000.0 1000.0 @@ -99,6 +102,7 @@ 462.0 1000.0 1000.0 +462.0 .false. 10.0 @@ -124,6 +128,7 @@ 1.18e10 1.2e11 1.2e11 +1.18e10 1.0 .false. 0.0 @@ -156,6 +161,7 @@ 'RossbyRadius' 'ramp' +'RossbyRadius' 20e3 30e3 30e3 @@ -182,6 +188,7 @@ 'N2_dependent' 'constant' +'N2_dependent' 900.0 600.0 600.0 @@ -191,6 +198,7 @@ 600.0 600.0 600.0 +600.0 0.3 'constant' 300.0 @@ -200,6 +208,7 @@ 1.0 3.0 +1.0 0.13 1000.0 200.0 @@ -211,6 +220,7 @@ 'RossbyRadius' 'ramp' +'RossbyRadius' 20e3 30e3 30e3 @@ -347,6 +357,7 @@ 'pressure_only' 'pressure_only' 'pressure_only' +'pressure_only' 'Jenkins' .false. 10.0 @@ -360,6 +371,7 @@ 4.48e-3 4.48e-3 4.48e-3 +4.48e-3 1e-4 5e-2 0.011 @@ -368,12 +380,14 @@ 0.00295 0.00295 0.00295 +0.00295 3.1e-4 8.42e-5 8.42e-5 8.42e-5 8.42e-5 8.42e-5 +8.42e-5 'flux-form' @@ -397,6 +411,7 @@ 4.48e-3 4.48e-3 4.48e-3 +4.48e-3 1.0e-3 10.0 2.5e-3 @@ -475,6 +490,7 @@ '0000_00:00:15' '0000_00:01:15' '0000_00:01:00' +'0000_00:00:15' 2 .true. 2 @@ -516,6 +532,7 @@ .false. .false. .false. +.false. .false. .false. .false. @@ -1033,6 +1050,7 @@ .true. .true. .true. +.true. '0000-00-00_01:00:00' 'mocStreamfunctionOutput' .true. @@ -1115,16 +1133,19 @@ .true. .true. .true. +.true. 'dt' 'conservationCheckOutput' .false. .true. .true. .true. +.true. .false. .true. .true. .true. +.true. .true. 'conservationCheckRestart' diff --git a/components/mpas-ocean/cime_config/buildnml b/components/mpas-ocean/cime_config/buildnml index a363c27883a3..b37c0bd95862 100755 --- a/components/mpas-ocean/cime_config/buildnml +++ b/components/mpas-ocean/cime_config/buildnml @@ -296,6 +296,19 @@ def buildnml(case, caseroot, compname): if ocn_ismf == 'data': data_ismf_file = 'prescribed_ismf_adusumilli2020.IcoswISC30E3r5.20231120.nc' + elif ocn_grid == 'SOwISC12to30E3r2': + decomp_date = '20240104' + decomp_prefix = 'partitions/mpas-o.graph.info.' + restoring_file = 'sss.PHC2_monthlyClimatology.SOwISC12to30E3r2.20240104.nc' + analysis_mask_file = 'SOwISC12to30E3r2_mocBasinsAndTransects20210623.nc' + 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.") + if ocn_ismf == 'data': + data_ismf_file = 'prescribed_ismf_adusumilli2020.SOwISC12to30E3r2.20240104.nc' + #-------------------------------------------------------------------- # Set OCN_FORCING = datm_forced_restoring if restoring file is available #-------------------------------------------------------------------- From 48281a4fb3247ea4450ab1f950c2f6706dff1fe2 Mon Sep 17 00:00:00 2001 From: Xylar Asay-Davis Date: Tue, 22 Aug 2023 10:11:26 +0200 Subject: [PATCH 2/7] Add SOwISC12to30E3r2 to MPAS-Seaice --- .../bld/namelist_files/namelist_defaults_mpassi.xml | 4 ++++ components/mpas-seaice/cime_config/buildnml | 10 ++++++++++ 2 files changed, 14 insertions(+) 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..a60e1d26de1d 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,7 @@ 1800.0 1800.0 1800.0 +1800.0 'noleap' '2000-01-01_00:00:00' 'none' @@ -77,6 +78,7 @@ 75.0 70.0 +85.0 75.0 85.0 85.0 @@ -87,6 +89,7 @@ -75.0 -60.0 +-85.0 -85.0 -85.0 -85.0 @@ -148,6 +151,7 @@ 1 1 1 +1 true true 120 diff --git a/components/mpas-seaice/cime_config/buildnml b/components/mpas-seaice/cime_config/buildnml index 92e5eaf0d004..26354b66c8ae 100755 --- a/components/mpas-seaice/cime_config/buildnml +++ b/components/mpas-seaice/cime_config/buildnml @@ -263,6 +263,16 @@ def buildnml(case, caseroot, compname): grid_date = '20231121' grid_prefix = 'mpassi.IcoswISC30E3r5.rstFromG-chrysalis' + elif ice_grid == 'SOwISC12to30E3r2': + grid_date = '20240104' + grid_prefix = 'mpassi.SOwISC12to30E3r2' + decomp_date = '20240104' + 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.") + elif ice_grid == 'ICOS10': grid_date = '211015' grid_prefix = 'seaice.ICOS10' From 2c48c79e14d7ae1eeec0bb46d817faaac4bd1d0e Mon Sep 17 00:00:00 2001 From: Xylar Asay-Davis Date: Tue, 22 Aug 2023 10:12:04 +0200 Subject: [PATCH 3/7] Add SOwISC12to30E3r2 to ELM --- components/elm/bld/namelist_files/namelist_definition.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/elm/bld/namelist_files/namelist_definition.xml b/components/elm/bld/namelist_files/namelist_definition.xml index 1353f8b84b64..74b40f966f0d 100644 --- a/components/elm/bld/namelist_files/namelist_definition.xml +++ b/components/elm/bld/namelist_files/namelist_definition.xml @@ -1404,7 +1404,7 @@ Representative concentration pathway for future scenarios [radiative forcing at + valid_values="USGS,gx3v7,gx1v6,navy,test,tx0.1v2,tx1v1,T62,TL319,cruncep,oEC60to30v3,oEC60to30v3wLI,ECwISC30to60E1r2,EC30to60E2r2,WC14to60E2r3,WCAtl12to45E2r4,SOwISC12to60E2r4,ECwISC30to60E2r1,oRRS18to6,oRRS18to6v3,oRRS15to5,oARRM60to10,oARRM60to6,ARRM10to60E2r1,oQU480,oQU240,oQU240wLI,oQU120,oRRS30to10v3,oRRS30to10v3wLI,360x720cru,NLDASww3a,NLDAS,tx0.1v2,ICOS10,IcoswISC30E3r5,SOwISC12to30E3r2"> Land mask description From e7cb1a8890b80f01bc964b6b5def8f88e4473678 Mon Sep 17 00:00:00 2001 From: Jon Wolfe Date: Tue, 16 Jan 2024 14:11:55 -0600 Subject: [PATCH 4/7] Add mapping and domain files to support new SOwISC12to30E3r2 mesh --- cime_config/config_grids.xml | 113 +++++++++++++++++++++++++++++++++++ 1 file changed, 113 insertions(+) diff --git a/cime_config/config_grids.xml b/cime_config/config_grids.xml index 1894ef66fa5d..dd64820b6930 100755 --- a/cime_config/config_grids.xml +++ b/cime_config/config_grids.xml @@ -409,6 +409,16 @@ IcoswISC30E3r5 + + T62 + T62 + SOwISC12to30E3r2 + rx1 + null + null + SOwISC12to30E3r2 + + TL319 TL319 @@ -529,6 +539,16 @@ IcoswISC30E3r5 + + TL319 + TL319 + SOwISC12to30E3r2 + JRA025 + null + null + SOwISC12to30E3r2 + + TL319 TL319 @@ -1213,6 +1233,16 @@ IcoswISC30E3r5 + + ne30np4.pg2 + ne30np4.pg2 + SOwISC12to30E3r2 + r05 + null + null + SOwISC12to30E3r2 + + ne0np4_northamericax4v1 r0125 @@ -1476,6 +1506,16 @@ IcoswISC30E3r5 + + ne120np4.pg2 + r05 + SOwISC12to30E3r2 + r05 + null + null + SOwISC12to30E3r2 + + ne240np4 ne240np4 @@ -2054,6 +2094,16 @@ IcoswISC30E3r5 + + ne30np4.pg2 + r05 + SOwISC12to30E3r2 + r05 + null + null + SOwISC12to30E3r2 + + ne30np4.pg2 r05 @@ -2364,6 +2414,7 @@ $DIN_LOC_ROOT/share/domains/domain.lnd.T62_SOwISC12to60E2r4.210119.nc $DIN_LOC_ROOT/share/domains/domain.lnd.T62_ECwISC30to60E2r1.201007.nc $DIN_LOC_ROOT/share/domains/domain.lnd.T62_IcoswISC30E3r5.231121.nc + $DIN_LOC_ROOT/share/domains/domain.lnd.T62_SOwISC12to30E3r2.240112.nc T62 is Gaussian grid: @@ -2408,6 +2459,8 @@ $DIN_LOC_ROOT/share/domains/domain.ocn.TL319_ECwISC30to60E2r1.201007.nc $DIN_LOC_ROOT/share/domains/domain.lnd.TL319_IcoswISC30E3r5.231121.nc $DIN_LOC_ROOT/share/domains/domain.ocn.TL319_IcoswISC30E3r5.231121.nc + $DIN_LOC_ROOT/share/domains/domain.lnd.TL319_SOwISC12to30E3r2.240112.nc + $DIN_LOC_ROOT/share/domains/domain.ocn.TL319_SOwISC12to30E3r2.240112.nc $DIN_LOC_ROOT/share/domains/domain.lnd.TL319_oRRS18to6v3.220124.nc $DIN_LOC_ROOT/share/domains/domain.ocn.TL319_oRRS18to6v3.220124.nc TL319 is JRA lat/lon grid: @@ -2517,6 +2570,8 @@ $DIN_LOC_ROOT/share/domains/domain.ocn.ne30pg2_oRRS18to6v3.211101.nc $DIN_LOC_ROOT/share/domains/domain.lnd.ne30pg2_IcoswISC30E3r5.231121.nc $DIN_LOC_ROOT/share/domains/domain.ocn.ne30pg2_IcoswISC30E3r5.231121.nc + $DIN_LOC_ROOT/share/domains/domain.lnd.ne30pg2_SOwISC12to30E3r2.240112.nc + $DIN_LOC_ROOT/share/domains/domain.ocn.ne30pg2_SOwISC12to30E3r2.240112.nc $DIN_LOC_ROOT/share/domains/domain.lnd.ne30pg2_gx1v6.190806.nc $DIN_LOC_ROOT/share/domains/domain.ocn.ne30pg2_gx1v6.190806.nc ne30np4.pg2 is Spectral Elem 1-deg grid w/ 2x2 FV physics grid per element: @@ -2588,6 +2643,8 @@ $DIN_LOC_ROOT/share/domains/domain.ocn.ne120pg2_ICOS10.230120.nc $DIN_LOC_ROOT/share/domains/domain.lnd.ne120pg2_IcoswISC30E3r5.231121.nc $DIN_LOC_ROOT/share/domains/domain.ocn.ne120pg2_IcoswISC30E3r5.231121.nc + $DIN_LOC_ROOT/share/domains/domain.lnd.ne120pg2_SOwISC12to30E3r2.240112.nc + $DIN_LOC_ROOT/share/domains/domain.ocn.ne120pg2_SOwISC12to30E3r2.240112.nc $DIN_LOC_ROOT/share/domains/domain.lnd.ne120pg2_gx1v6.190819.nc $DIN_LOC_ROOT/share/domains/domain.ocn.ne120pg2_gx1v6.190819.nc ne120np4 is Spectral Elem 1/4-deg grid w/ 2x2 FV physics grid @@ -2791,6 +2848,13 @@ IcoswISC30E3r5 is a MPAS ocean grid generated with the jigsaw/compass process using a dual mesh that is a subdivided icosahedron, resulting in a nearly uniform resolution of 30 km. Additionally, it has ocean in ice-shelf cavities: + + 811730 + 1 + $DIN_LOC_ROOT/share/domains/domain.ocn.SOwISC12to30E3r2.240112.nc + SOwISC12to30E3r2 is a MPAS ocean grid generated with the jigsaw/compass process using XXXXX. Additionally, it has ocean in ice-shelf cavities: + + @@ -2823,6 +2887,8 @@ $DIN_LOC_ROOT/share/domains/domain.lnd.r05_WC14to60E2r3.200929.nc $DIN_LOC_ROOT/share/domains/domain.lnd.r05_IcoswISC30E3r5.231121.nc $DIN_LOC_ROOT/share/domains/domain.lnd.r05_IcoswISC30E3r5.231121.nc + $DIN_LOC_ROOT/share/domains/domain.lnd.r05_SOwISC12to30E3r2.240112.nc + $DIN_LOC_ROOT/share/domains/domain.lnd.r05_SOwISC12to30E3r2.240112.nc $DIN_LOC_ROOT/share/domains/domain.lnd.r05_gx1v6.191014.nc r05 is 1/2 degree river routing grid: @@ -3285,6 +3351,14 @@ cpl/gridmaps/IcoswISC30E3r5/map_IcoswISC30E3r5_to_ne30pg2_traave.20231121.nc + + cpl/gridmaps/ne30pg2/map_ne30pg2_to_SOwISC12to30E3r2_traave.20240112.nc + cpl/gridmaps/ne30pg2/map_ne30pg2_to_SOwISC12to30E3r2_trbilin.20240112.nc + cpl/gridmaps/ne30pg2/map_ne30pg2_to_SOwISC12to30E3r2-nomask_trbilin.20240112.nc + cpl/gridmaps/SOwISC12to30E3r2/map_SOwISC12to30E3r2_to_ne30pg2_traave.20240112.nc + cpl/gridmaps/SOwISC12to30E3r2/map_SOwISC12to30E3r2_to_ne30pg2_traave.20240112.nc + + cpl/gridmaps/ne30pg3/map_ne30pg3_to_oEC60to30v3_mono.200331.nc cpl/gridmaps/ne30pg3/map_ne30pg3_to_oEC60to30v3_bilin.200331.nc @@ -3506,6 +3580,14 @@ cpl/gridmaps/IcoswISC30E3r5/map_IcoswISC30E3r5_to_ne120pg2_traave.20231121.nc + + cpl/gridmaps/ne120pg2/map_ne120pg2_to_SOwISC12to30E3r2_traave.20240112.nc + cpl/gridmaps/ne120pg2/map_ne120pg2_to_SOwISC12to30E3r2_trbilin.20240112.nc + cpl/gridmaps/ne120pg2/map_ne120pg2_to_SOwISC12to30E3r2-nomask_trbilin.20240112.nc + cpl/gridmaps/SOwISC12to30E3r2/map_SOwISC12to30E3r2_to_ne120pg2_traave.20240112.nc + cpl/gridmaps/SOwISC12to30E3r2/map_SOwISC12to30E3r2_to_ne120pg2_traave.20240112.nc + + cpl/gridmaps/ne120pg2/map_ne120pg2_to_r05_mono.200331.nc cpl/gridmaps/ne120pg2/map_ne120pg2_to_r05_bilin.200331.nc @@ -4004,6 +4086,14 @@ cpl/gridmaps/IcoswISC30E3r5/map_IcoswISC30E3r5_to_T62_traave.20231121.nc + + cpl/gridmaps/T62/map_T62_to_SOwISC12to30E3r2_traave.20240112.nc + cpl/gridmaps/T62/map_T62_to_SOwISC12to30E3r2-nomask_trbilin.20240112.nc + cpl/gridmaps/T62/map_T62_to_SOwISC12to30E3r2_esmfpatch.20240112.nc + cpl/gridmaps/SOwISC12to30E3r2/map_SOwISC12to30E3r2_to_T62_traave.20240112.nc + cpl/gridmaps/SOwISC12to30E3r2/map_SOwISC12to30E3r2_to_T62_traave.20240112.nc + + cpl/gridmaps/TL319/map_TL319_to_oEC60to30v3_aave.181203.nc cpl/gridmaps/TL319/map_TL319_to_oEC60to30v3_bilin.181203.nc @@ -4100,6 +4190,14 @@ cpl/gridmaps/IcoswISC30E3r5/map_IcoswISC30E3r5_to_TL319_traave.20231121.nc + + cpl/gridmaps/TL319/map_TL319_to_SOwISC12to30E3r2_traave.20240112.nc + cpl/gridmaps/TL319/map_TL319_to_SOwISC12to30E3r2-nomask_trbilin.20240112.nc + cpl/gridmaps/TL319/map_TL319_to_SOwISC12to30E3r2_esmfpatch.20240112.nc + cpl/gridmaps/SOwISC12to30E3r2/map_SOwISC12to30E3r2_to_TL319_traave.20240112.nc + cpl/gridmaps/SOwISC12to30E3r2/map_SOwISC12to30E3r2_to_TL319_traave.20240112.nc + + cpl/gridmaps/TL319/map_TL319_to_oRRS18to6v3_aave.220124.nc cpl/gridmaps/TL319/map_TL319_to_oRRS18to6v3_bilin.220124.nc @@ -4560,6 +4658,11 @@ cpl/cpl6/map_rx1_to_IcoswISC30E3r5_cstmnn.r150e300.20231121.nc + + cpl/cpl6/map_rx1_to_SOwISC12to30E3r2_cstmnn.r150e300.20240112.nc + cpl/cpl6/map_rx1_to_SOwISC12to30E3r2_cstmnn.r150e300.20240112.nc + + cpl/cpl6/map_JRA025_to_oEC60to30v3_smoothed.r150e300.181204.nc cpl/cpl6/map_JRA025_to_oEC60to30v3_smoothed.r150e300.181204.nc @@ -4620,6 +4723,11 @@ cpl/cpl6/map_JRA025_to_IcoswISC30E3r5_cstmnn.r150e300.20231121.nc + + cpl/cpl6/map_JRA025_to_SOwISC12to30E3r2_cstmnn.r150e300.20240112.nc + cpl/cpl6/map_JRA025_to_SOwISC12to30E3r2_cstmnn.r150e300.20240112.nc + + cpl/cpl6/map_JRA025_to_oRRS18to6v3_smoothed.r50e100.220124.nc cpl/cpl6/map_JRA025_to_oRRS18to6v3_smoothed.r50e100.220124.nc @@ -4705,6 +4813,11 @@ cpl/cpl6/map_r05_to_IcoswISC30E3r5_cstmnn.r150e300.20231121.nc + + cpl/cpl6/map_r05_to_SOwISC12to30E3r2_cstmnn.r150e300.20240112.nc + cpl/cpl6/map_r05_to_SOwISC12to30E3r2_cstmnn.r150e300.20240112.nc + + cpl/cpl6/map_r0125_to_WC14to60E2r3_smoothed.r150e300.200929.nc cpl/cpl6/map_r0125_to_WC14to60E2r3_smoothed.r150e300.200929.nc From 56de7daf840e0aacdf6054c6bce8e2e68de4c62b Mon Sep 17 00:00:00 2001 From: Darin Comeau Date: Fri, 9 Feb 2024 10:24:49 -0600 Subject: [PATCH 5/7] 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' From 7b55b9cd274293cd1d229735810062dbf39bdb05 Mon Sep 17 00:00:00 2001 From: Darin Comeau Date: Fri, 9 Feb 2024 12:25:12 -0600 Subject: [PATCH 6/7] Adding M PE layout for chrysalis --- cime_config/allactive/config_pesall.xml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/cime_config/allactive/config_pesall.xml b/cime_config/allactive/config_pesall.xml index 67a74a3f60c0..3b7345fd86e3 100644 --- a/cime_config/allactive/config_pesall.xml +++ b/cime_config/allactive/config_pesall.xml @@ -1100,6 +1100,29 @@ + + + + -compset WCYCL*/CRYO* -res SOwISC12to60E2r4* on 52 nodes pure-MPI, ~8.5 sypd + + 1350 + 128 + 128 + 1280 + 1920 + 1408 + + + 0 + 1280 + 1280 + 0 + 1408 + 0 + + + + From b19e3f31df01d6bf239b6fee86ade9d251a40b26 Mon Sep 17 00:00:00 2001 From: Xylar Asay-Davis Date: Tue, 27 Feb 2024 15:42:04 -0600 Subject: [PATCH 7/7] Switch DISMF to Paolo et al. (2023) --- components/mpas-ocean/cime_config/buildnml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/mpas-ocean/cime_config/buildnml b/components/mpas-ocean/cime_config/buildnml index 89c71b9b5a7b..f5a7a9eb446b 100755 --- a/components/mpas-ocean/cime_config/buildnml +++ b/components/mpas-ocean/cime_config/buildnml @@ -307,7 +307,7 @@ def buildnml(case, caseroot, compname): ic_date = '20240131' ic_prefix = 'mpaso.SOwISC12to30E3r2.rstFromG-chrysalis' if ocn_ismf == 'data': - data_ismf_file = 'prescribed_ismf_adusumilli2020.SOwISC12to30E3r2.20240104.nc' + data_ismf_file = 'prescribed_ismf_paolo2023.SOwISC12to30E3r2.20240227.nc' #-------------------------------------------------------------------- # Set OCN_FORCING = datm_forced_restoring if restoring file is available