metpy.calc.
add_pressure_to_height
Calculate the height at a certain pressure above another height.
This assumes a standard atmosphere [NOAA1976].
height (pint.Quantity) – Height level
pint.Quantity
pressure (pint.Quantity) – Pressure above height level
pint.Quantity – The corresponding height value for the pressure above the height level
See also
pressure_to_height_std, height_to_pressure_std, add_height_to_pressure
pressure_to_height_std
height_to_pressure_std
add_height_to_pressure