Learn R Programming

FAO56 (version 1.0)

PanCoef: Pan Coefficient (K_p)

Description

PanCoef returns the value of Pan Coefficient (K_p).

Usage

PanCoef(u_2, RH_mean, FET, type, fetch)

Value

The function returns the value of the pan coefficient.

Arguments

u_2

A numeric scalar that denotes the wind speed at the height 2m above the ground surface [m/s].

RH_mean

A numeric scalar that denotes the mean relative humidity. (\(30\% <= RH_mean <= 84\%\))

FET

A numeric scalar that denotes the fetch, or distance of the identified surface type [m] (\(1m <= FET <= 1000m\)) (grass or short green agricultural crop for case A, dry crop or bare soil for case B upwind of the evaporation pan)

type

A character string that denotes the type of pan and can take the options "Class A" for Class A pan and "Colorado" for Colorado sunken pan.

fetch

A character string that denotes the fetch state and can take the options "dry" and "green".

Details

This is a function to calculate the pan coefficient used in the pan evaporation method to calculate the reference evapotranspiration.

See Also

ETo_Pan, MeanRH.

Examples

Run this code
PanCoef(u_2 = 2, RH_mean = 50, FET = 3, type = "Class A", fetch = "dry")

Run the code above in your browser using DataLab