powered by
calculate partial water vapor pressure \(e\) based on relative humdity and saturation water vapor pressure at temperature \(t\)
WVP(psi, Es)
relative humidity \(\psi\) in percentage (\(\%\))
saturation vapor pressure \(e_s\)(hPa) at temperature \(t\), which can be calculated by callling SVP function.
SVP
numeric partial water vapor pressure in Pascal (Pa)
SVP, SVP.ClaCla, SVP.Murray.
SVP.ClaCla
SVP.Murray
# NOT RUN { Es <- SVP(273.15) WVP(70, Es) # }
Run the code above in your browser using DataLab