Skip to content

Commit

Permalink
Don't include grounded ice in the ocean domain for now
Browse files Browse the repository at this point in the history
  • Loading branch information
xylar committed Jan 15, 2025
1 parent 070aa58 commit 00d9041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compass/ocean/tests/global_ocean/mesh/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 00d9041

Please sign in to comment.