uxarray.Grid.get_faces_at_constant_longitude

uxarray.Grid.get_faces_at_constant_longitude#

Grid.get_faces_at_constant_longitude(lon)#

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

Parameters:

lon (float) – The longitude 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 longitude.

Return type:

numpy.ndarray