Skip to content

Commit

Permalink
Drop unused upperSurface variable
Browse files Browse the repository at this point in the history
  • Loading branch information
xylar committed Dec 1, 2023
1 parent 1783799 commit ba7baad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions polaris/ocean/tasks/isomip_plus/topo/remap.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ def _preprocess(self):
'pressure at the ice base'
ds_in.iceThickness.attrs['units'] = 'Pa'

ds_in.drop_vars(['upperSurface'])
ds_in = ds_in.rename({'floatingMask': 'landIceFloatingFraction',
'groundedMask': 'landIceGroundedFraction',
'openOceanMask': 'openOceanFraction',
Expand Down

0 comments on commit ba7baad

Please sign in to comment.