|
|
@ -396,7 +396,7 @@ def get_stag_height(wrfin, timeidx=0, method="cat", squeeze=True, |
|
|
|
@set_height_metadata(geopt=False, stag=False) |
|
|
|
@set_height_metadata(geopt=False, stag=False) |
|
|
|
@convert_units("height", "m") |
|
|
|
@convert_units("height", "m") |
|
|
|
def get_height_agl(wrfin, timeidx=0, method="cat", squeeze=True, |
|
|
|
def get_height_agl(wrfin, timeidx=0, method="cat", squeeze=True, |
|
|
|
cache=None, meta=True, _key=None, units="m"): |
|
|
|
cache=None, meta=True, _key=None, units="m"): |
|
|
|
"""Return the geopotential height (AGL). |
|
|
|
"""Return the geopotential height (AGL). |
|
|
|
|
|
|
|
|
|
|
|
The geopotential height is returned as Above Ground Level (AGL) by |
|
|
|
The geopotential height is returned as Above Ground Level (AGL) by |
|
|
|