MR {humidity} | R Documentation |
calculate mixing ratio \omega
based on specific humidity q
MR(q)
q |
specific humidity |
numeric mixing ratio \omega
(kg/kg
)
Jun Cai (cai-j12@mails.tsinghua.edu.cn), PhD candidate from Department of Earth System Science, Tsinghua University
SH
.
t <- 273.15
Es <- SVP(t)
e <- WVP2(70, Es)
q <- SH(e, p = 101325)
MR(q)