From 00d90417d4ba2b2a9bfcb5e71ca4995898e25dd9 Mon Sep 17 00:00:00 2001 From: Xylar Asay-Davis Date: Wed, 15 Jan 2025 13:54:20 -0600 Subject: [PATCH] Don't include grounded ice in the ocean domain for now --- compass/ocean/tests/global_ocean/mesh/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compass/ocean/tests/global_ocean/mesh/__init__.py b/compass/ocean/tests/global_ocean/mesh/__init__.py index fcee1f0b85..e5092e0134 100644 --- a/compass/ocean/tests/global_ocean/mesh/__init__.py +++ b/compass/ocean/tests/global_ocean/mesh/__init__.py @@ -155,7 +155,7 @@ def __init__(self, test_group, mesh_name, # noqa: C901 remap_step = RemapMaliTopography( test_case=self, base_mesh_step=base_mesh_step, mesh_name=mesh_name, mali_ais_topo=mali_ais_topo, - ocean_includes_grounded=True) + ocean_includes_grounded=False) self.add_step(remap_step)