Skip to content

Commit 08692ed

Browse files
Remove edge indexing capabilities
Co-authored-by: Andrew Nolan <[email protected]>
1 parent b22254a commit 08692ed

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

polaris/viz/spherical.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ def plot_global_mpas_field(
3131
descriptor=None,
3232
projection_name='PlateCarree',
3333
cell_indices=None,
34-
edge_indices=None,
3534
enforce_aspect_ratio=False,
3635
):
3736
"""
@@ -108,8 +107,6 @@ def plot_global_mpas_field(
108107
mesh_ds.attrs['is_periodic'] = 'NO'
109108
if cell_indices is not None:
110109
mesh_ds = mesh_ds.isel(nCells=cell_indices)
111-
if edge_indices is not None:
112-
mesh_ds = mesh_ds.isel(nEdges=edge_indices)
113110
descriptor = mosaic.Descriptor(
114111
mesh_ds,
115112
projection=projection,

0 commit comments

Comments
 (0)