add_height_to_pressure¶
- metpy.calc.add_height_to_pressure(pressure, height)¶
Calculate the pressure at a certain height above another pressure level.
This assumes a standard atmosphere [NOAA1976].
- Parameters
pressure (
pint.Quantity
) – Pressure levelheight (
pint.Quantity
) – Height above a pressure level
- Returns
pint.Quantity
– Corresponding pressure value for the height above the pressure level