uxarray.Grid.get_faces_between_longitudes

uxarray.Grid.get_faces_between_longitudes#

Grid.get_faces_between_longitudes(lons)#

Identifies the indices of faces that are strictly between two lines of constant longitude.

Parameters:

lons (tuple[float, float]) – A tuple of longitudes that define that minimum and maximum longitude.

Returns:

faces – An array of face indices that are strictly between two lines of constant longitude.

Return type:

numpy.ndarray