pvtend.NHGrid
- class pvtend.NHGrid(lat: ndarray, lon: ndarray)[source]
Northern Hemisphere regular lat-lon grid.
- lat
1-D latitude array, descending (90 → 0).
- Type:
- lon
1-D longitude array (-180 → 180).
- Type:
- dlat
Grid spacing in latitude [deg].
- dlon
Grid spacing in longitude [deg].
Methods
__init__(lat, lon)Attributes
Grid spacing in latitude [deg].
Grid spacing in longitude [deg].
dx_arrZonal grid spacing per latitude row [m], shape (nlat,).
dyMeridional grid spacing in metres.
lat_descendingTrue if latitude array is in descending order.
nlatNumber of latitude points.
nlonNumber of longitude points.