We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b22254a commit 08692edCopy full SHA for 08692ed
polaris/viz/spherical.py
@@ -31,7 +31,6 @@ def plot_global_mpas_field(
31
descriptor=None,
32
projection_name='PlateCarree',
33
cell_indices=None,
34
- edge_indices=None,
35
enforce_aspect_ratio=False,
36
):
37
"""
@@ -108,8 +107,6 @@ def plot_global_mpas_field(
108
107
mesh_ds.attrs['is_periodic'] = 'NO'
109
if cell_indices is not None:
110
mesh_ds = mesh_ds.isel(nCells=cell_indices)
111
- if edge_indices is not None:
112
- mesh_ds = mesh_ds.isel(nEdges=edge_indices)
113
descriptor = mosaic.Descriptor(
114
mesh_ds,
115
projection=projection,
0 commit comments