powered by
calculate specific humidity \(q\) based on partial water vapor pressure \(e\) under given atmospheric pressure \(p\)
SH(e, p = 101325)
partial water vapor pressure in Pascal (Pa)
atmospheric pressure in Pascal (Pa). The default is standard atmospheric pressure of 101325Pa.
numeric specific humidity \(q\) (\(kg/kg\))
WVP2, WVP2, AH, RH, MR.
WVP2
AH
RH
MR
# NOT RUN { t <- 273.15 Es <- SVP(t) e <- WVP2(70, Es) SH(e, p = 101325) # }
Run the code above in your browser using DataLab