Learn R Programming

FAO56 (version 1.0)

ETo_Pan: Evapotranspiration based on Pan Evaporation Method

Description

ETo_Pan returns the value of reference evapotranspiration based on the pan evaporation method.

Usage

ETo_Pan(K_p, E_pan)

Value

The function returns the value of the reference evapotranspiration as a numeric scalar.

Arguments

K_p

A numeric scalar that denotes the pan coefficient.

E_pan

A numeric scalar that denotes the pan evaporation [mm/day].

Details

This is a function to calculate the reference evapotranspiration [mm/day] based on the pan evaporation method.

See Also

ETo_FPM, ETo_Hrg.

Examples

Run this code
ETo_Pan(K_p = 0.6, E_pan = 5)

Run the code above in your browser using DataLab