SatVP {FAO56}R Documentation

Saturation Vapour Pressure at a specific Air Temperature (e0T)

Description

SatVP returns the value of saturation vapour pressure at the air temperature Temp [kPa].

Usage

SatVP(Temp)

Arguments

Temp

A numeric scalar that denotes the air temperature [C].

Details

This is a function to calculate the saturation vapour pressure at the air temperature Temp [kPa].

Value

The function returns the value of the saturation vapour pressure at the air temperature Temp [kPa] as a numeric scalar.

Reference

Allen, R. G., Pereira, L. S., Raes, D., & Smith, M. (1998). Crop evapotranspiration - Guidelines for computing crop water requirements - FAO Irrigation and drainage paper 56. Fao, Rome, 300(9), D05109.

See Also

MSVP.

Examples

SatVP(Temp = 25)


[Package FAO56 version 1.0 Index]