Estimates total precipitable water in the atmosphere. It uses a moist adiabatic temperature gradient which might not be suitable for every application.

hum_precipitable_water(...)

# S3 method for numeric
hum_precipitable_water(p, t, elev, ...)

# S3 method for weather_station
hum_precipitable_water(weather_station, height = "lower", ...)

Arguments

...

Additional parameters passed to later functions.

p

Air pressure in hPa.

t

Air temperature in degrees C.

elev

Elevation above sea level in m.

weather_station

Object of class weather_station.

height

Height of measurement. "lower" or "upper".

Value

Total precipitable water in cm (grams).