
Calculate saturation vapor pressure
Source:R/cal_saturation_vapor_pressure.R
cal_saturation_vapor_pressure.Rd
Calculate saturation vapor pressure \(e_s\) (hPa) from air temperature \(T\) (°C).
Details
Saturation vapor pressure \(e_s\) (hPa) is the vapor pressure of saturated air. It is calculated using the formula:
$$e_s = 6.108 \cdot exp(\frac{17.27 \cdot T}{T + 237.3})$$
where \(T\) is air temperature (°C).
The temperature input is converted to degree Celsius (°C) based on
the provided t_unit
before calculation.
References
Davis, Robert E., Glenn R. McGregor, and Kyle B. Enfield. “Humidity: A Review and Primer on Atmospheric Moisture and Human Health.” Environmental Research 144 (January 2016): 106–16. https://doi.org/10.1016/j.envres.2015.10.014.