SlpSVPC {FAO56}R Documentation

Slope of Saturation Vapour Pressure Curve (Delta)

Description

SlpSVPC returns the value of slope of saturation vapour pressure curve at a specific air temperature.

Usage

SlpSVPC(Temp)

Arguments

Temp

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

Details

This is a function to calculate the slope of saturation vapour pressure curve at the air temperature Temp [kPa/C].

Value

The function returns the value of the slope of saturation vapour pressure curve at air temperature Temp 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

SatVP.

Examples

SlpSVPC(Temp = 25)


[Package FAO56 version 1.0 Index]