Description Usage Arguments Details Value Author(s) References Examples
Calcualte the saturated vapour pressure from the temperature according to a relationship reported in Dingman (2002).
1 | sat.vap.pres(temp)
|
temp |
vector of temperatures in degree celcius |
the staturated vapour pressure (in kPa) is defined as: 0.611*exp(17.3*temp/(temp+237.3))
staturated vapour pressure in kPa
Dominik Reusser
Dingman, S. L. (2002): Physical hydrology,Waveland Press, Long Grove, Ill.
1 2 | temp <- 20
sat.vap.pres(temp)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.