powered by
calculate partial water vapor pressure \(e\) based on relative humdity \(\psi\) and saturation water vapor pressure at temperature \(t\)
WVP2(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) WVP2(70, Es) # }
Run the code above in your browser using DataLab