air_spechum: Air specific humidity

air_spechumR Documentation

Air specific humidity

Description

The specific humidity of air (mass mixing ratio in wet air), in kg/kg

Usage

air_spechum(t = 25, rh = 50, P = 1.013253)

Arguments

t

Temperature, ^\circC.

rh

Relative humidity, %

P

True pressure, bar

Value

The specific humidity, in kg/kg.

Author(s)

Karline Soetaert <karline.soetaert@nioz.nl>, Lorenz Meire <lorenz.meire@nioz.nl>

References

Lowe, P.R. and J.M. Ficke, 1974: The computation of saturation vapor pressure. Tech. Paper No. 4-74, Environmental Prediction Research Facility, Naval Postgraduate School, Monterey, CA, 27 pp.

http://www.cactus2000.de/uk/unit/masshum.shtml

See Also

vapor, air_density, gas_O2sat, gas_satconc, gas_schmidt, gas_solubility, gas_transfer, atmComp

Examples

air_spechum(t = 25, rh = 50)*1000     # 9.7778
plot(0:30, air_spechum(t = 0:30), xlab = "Temperature, dgC", ylab = "kg/kg")
plot(0:100, air_spechum(rh = 0:100), xlab = "percent humidity", ylab = "kg/kg")

marelac documentation built on Sept. 25, 2023, 5:06 p.m.