Skip to content

Commit

Permalink
Don't add cellMask variable
Browse files Browse the repository at this point in the history
  • Loading branch information
xylar committed Sep 20, 2024
1 parent 7775a08 commit 33a25f8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions e3sm_to_cmip/mpas.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,6 @@ def add_mask(ds, mask):
ds[varName] = var.where(mask)


ds["cellMask"] = 1.0 * mask

return ds


Expand Down

0 comments on commit 33a25f8

Please sign in to comment.