uxarray.Grid.get_faces_at_constant_latitude

uxarray.Grid.get_faces_at_constant_latitude#

Grid.get_faces_at_constant_latitude(lat)#

Identifies the indices of faces that intersect with a line of constant latitude.

Parameters:

lat (float) – The latitude at which to extract the cross-section, in degrees. Must be between -90.0 and 90.0

Returns:

faces – An array of face indices that intersect with the specified latitude.

Return type:

numpy.ndarray