wrf.ll_points¶
- wrf.ll_points(lat, lon)¶
Return the lower left latitude and longitude point(s).
This functions extracts the lower left corner points and returns the result as either a single
CoordPairobject, or a list ofCoordPairobjects.This is primarily used for testing or constructing the corner point objects from the XLAT and XLONG variables.
- Parameters:
lat (
xarray.DataArrayornumpy.ndarray) – The latitude array. Must be at least two dimensions.lon (
xarray.DataArrayornumpy.ndarray) – The longitude array. Must be at least two dimensions.
- Returns:
A single
wrf.CoordPairobject or a list ofwrf.CoordPairobjects.- Return type: