diff --git a/cime_config/config_grids.xml b/cime_config/config_grids.xml
index 99e2d13e3525..b4893e886d73 100755
--- a/cime_config/config_grids.xml
+++ b/cime_config/config_grids.xml
@@ -386,14 +386,14 @@
WCAtl12to45E2r4
-
+
T62
T62
- SOwISC12to60E2r4
+ SOwISC12to60E3r3
rx1
null
null
- SOwISC12to60E2r4
+ SOwISC12to30E3r3
diff --git a/cime_config/tests.py b/cime_config/tests.py
index 17d8c0d4d338..a60e01490baa 100644
--- a/cime_config/tests.py
+++ b/cime_config/tests.py
@@ -396,7 +396,7 @@
"inherit" : "e3sm_atm_hi_res",
"tests" : (
"SMS_Ld3.ne120pg2_r025_RRSwISC6to18E3r5.WCYCL1850NS.eam-cosplite",
- "SMS.T62_SOwISC12to60E2r4.GMPAS-IAF",
+ "SMS.T62_SOwISC12to30E3r3.GMPAS-IAF",
)
},
diff --git a/components/mpas-ocean/bld/build-namelist b/components/mpas-ocean/bld/build-namelist
index 14e95edfc014..ff103c099b94 100755
--- a/components/mpas-ocean/bld/build-namelist
+++ b/components/mpas-ocean/bld/build-namelist
@@ -815,6 +815,13 @@ if ($OCN_ISMF eq 'coupled') {
add_default($nl, 'config_frazil_under_land_ice');
}
+############################
+# Namelist group: land_ice #
+############################
+
+add_default($nl, 'config_land_ice_draft_mode');
+add_default($nl, 'config_land_ice_rho_ocean');
+
###################################
# Namelist group: land_ice_fluxes #
###################################
@@ -1866,6 +1873,7 @@ my @groups = qw(run_modes
self_attraction_loading
tidal_potential_forcing
frazil_ice
+ land_ice
land_ice_fluxes
advection
bottom_drag
diff --git a/components/mpas-ocean/bld/build-namelist-group-list b/components/mpas-ocean/bld/build-namelist-group-list
index 2adb0b92288b..ec96ea010ce3 100644
--- a/components/mpas-ocean/bld/build-namelist-group-list
+++ b/components/mpas-ocean/bld/build-namelist-group-list
@@ -20,6 +20,7 @@ my @groups = qw(run_modes
self_attraction_loading
tidal_potential_forcing
frazil_ice
+ land_ice
land_ice_fluxes
advection
bottom_drag
diff --git a/components/mpas-ocean/bld/build-namelist-section b/components/mpas-ocean/bld/build-namelist-section
index 23ad36a868e0..8976bc526ea4 100644
--- a/components/mpas-ocean/bld/build-namelist-section
+++ b/components/mpas-ocean/bld/build-namelist-section
@@ -305,6 +305,13 @@ add_default($nl, 'config_frazil_sea_ice_reference_salinity');
add_default($nl, 'config_frazil_maximum_freezing_temperature');
add_default($nl, 'config_frazil_use_surface_pressure');
+############################
+# Namelist group: land_ice #
+############################
+
+add_default($nl, 'config_land_ice_draft_mode');
+add_default($nl, 'config_land_ice_rho_ocean');
+
###################################
# Namelist group: land_ice_fluxes #
###################################
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 2a8ed57abc18..e28e528708a3 100644
--- a/components/mpas-ocean/bld/namelist_files/namelist_defaults_mpaso.xml
+++ b/components/mpas-ocean/bld/namelist_files/namelist_defaults_mpaso.xml
@@ -428,6 +428,20 @@
0.0
.false.
+
+'pressure-dependent'
+'data'
+'data'
+'data'
+'data'
+'data'
+'data'
+'data'
+'data'
+'data'
+'data'
+1028
+
'off'
'pressure_only'
diff --git a/components/mpas-ocean/bld/namelist_files/namelist_definition_mpaso.xml b/components/mpas-ocean/bld/namelist_files/namelist_definition_mpaso.xml
index 23130f5947d2..fd2e2708d020 100644
--- a/components/mpas-ocean/bld/namelist_files/namelist_definition_mpaso.xml
+++ b/components/mpas-ocean/bld/namelist_files/namelist_definition_mpaso.xml
@@ -1644,6 +1644,25 @@ Default: Defined in namelist_defaults.xml
+
+
+
+Selects the mode in which land-ice draft is computed.
+
+Valid values= 'data,'pressure-dependent'
+Default: Defined in namelist_defaults.xml
+
+
+
+ocean density used to calculate landIceDraft at floatation (assumed constant and uniform). Should be consistent with MALI's config_ocean_density when used to determine grounding line location. This is an alternative to the coupler variable effectiveDensityInLandIce which is not currently used.
+
+Valid values: Any positive real number
+Default: Defined in namelist_defaults.xml
+
+
+
+
+
+
+
+