get_es: Calculate the saturation vapor pressure in kPa

Description Usage Arguments Details Examples

View source: R/fao_penman_monteith.R

Description

Calculate the saturation vapor pressure in kPa

Usage

1
get_es(T_C)

Arguments

T_C

Temperature in deg C

Details

Calculates the saturation vapor pressure in kPa as a function of temperature (deg C) as

es = a * exp(b * T_C / (T_C + c1)), where

a = 0.6108 b = 17.27 c = 237.3

Examples

1
get_es(24.5)

gopalpenny/fao56 documentation built on Feb. 14, 2022, 6:01 a.m.