From 6c7a0ba86326bffc3a5a5babfed0b452cc55a59a Mon Sep 17 00:00:00 2001 From: Xylar Asay-Davis Date: Tue, 27 Feb 2024 16:35:54 -0600 Subject: [PATCH] Fix typo culeed --> culled --- compass/ocean/mesh/cull.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compass/ocean/mesh/cull.py b/compass/ocean/mesh/cull.py index a969ec2a75..b8c5e38724 100644 --- a/compass/ocean/mesh/cull.py +++ b/compass/ocean/mesh/cull.py @@ -460,7 +460,7 @@ def _cull_mesh_with_logging(logger, with_cavities, with_critical_passages, if has_remapped_topo: write_map_culled_to_base(base_mesh_filename='base_mesh.nc', - culled_mesh_filename='culeed_mesh.nc', + culled_mesh_filename='culled_mesh.nc', out_filename='map_culled_to_base.nc') _cull_topo()