uxarray.Grid.get_faces_between_latitudes

uxarray.Grid.get_faces_between_latitudes#

Grid.get_faces_between_latitudes(lats)#

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

Parameters:

lats (tuple[float, float]) – A tuple of latitudes that define that minimum and maximum latitudes.

Returns:

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

Return type:

numpy.ndarray