Bill Ladwig 6 years ago
parent
commit
c41b704724
  1. 2
      src/wrf/g_geoht.py

2
src/wrf/g_geoht.py

@ -396,7 +396,7 @@ def get_stag_height(wrfin, timeidx=0, method="cat", squeeze=True, @@ -396,7 +396,7 @@ def get_stag_height(wrfin, timeidx=0, method="cat", squeeze=True,
@set_height_metadata(geopt=False, stag=False)
@convert_units("height", "m")
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).
The geopotential height is returned as Above Ground Level (AGL) by

Loading…
Cancel
Save