arlmet.z_agl#
- arlmet.z_agl(ds)[source]#
Height above ground level (m) at each level.
- Parameters:
ds (xr.Dataset) – Dataset from
arlmet.open_dataset().- Returns:
flag=2:
HGTS - SHGT(geopotential height minus terrain). RequiresHGTSandSHGTin the dataset.flag=1/4: hypsometric integration from surface pressure and temperature. Requires
PRSSandTEMP.flag=3: the stored 1D
heightnon-dim coord(level,)— terrain-following levels are heights AGL.
- Return type:
xr.DataArray