tetens: Calculates water vapour saturation pressure as a function of...

tetensR Documentation

Calculates water vapour saturation pressure as a function of temperature.

Usage

tetens(temp)

Arguments

temp

Temperature in celsius (ºC)

Value

Returns the water vapour saturation pressure in kPa.

Author(s)

João Vitor de Nóvoa Pinto

Examples

##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (temp)
{
  0.6108 * exp(17.27 * temp / (237.3 + temp))
}

jvitorpinto/agmet documentation built on Jan. 30, 2023, 6:33 a.m.