Skip to content

Commit

Permalink
Modify cull step to include landIceFloatingMask
Browse files Browse the repository at this point in the history
  • Loading branch information
cbegeman committed Feb 6, 2023
1 parent 6c2acaa commit 51ad833
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compass/ocean/mesh/cull.py
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,7 @@ def _cull_mesh_with_logging(logger, with_cavities, with_critical_passages,
landIceMask = dsMask.regionCellMasks.isel(nRegions=0)
dsLandIceMask = xarray.Dataset()
dsLandIceMask['landIceMask'] = landIceMask
dsLandIceMask['landIceFloatingMask'] = landIceMask

write_netcdf(dsLandIceMask, 'land_ice_mask.nc')

Expand Down

0 comments on commit 51ad833

Please sign in to comment.