MR {humidity} | R Documentation |
calculate mixing ratio
Description
calculate mixing ratio \omega
based on specific humidity q
Usage
MR(q)
Arguments
q |
specific humidity |
Value
numeric mixing ratio \omega
(kg/kg
)
Author(s)
Jun Cai (cai-j12@mails.tsinghua.edu.cn), PhD candidate from Department of Earth System Science, Tsinghua University
See Also
SH
.
Examples
t <- 273.15
Es <- SVP(t)
e <- WVP2(70, Es)
q <- SH(e, p = 101325)
MR(q)
[Package humidity version 0.1.5 Index]