pet_priestley_taylor: Potential Evapotranspiration

Description Usage Arguments Value Examples

View source: R/pet_priestley_taylor.r

Description

This function takes a dataframe object as input and computes PET using Makkink's method.

Usage

1

Arguments

indat

= dataframe containing the input variables

Value

A vector containing the daily Potential EvapoTranspiration (mm/day)

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
pet_priestley_taylor(indat)

Where the dataframe "indat" contains the following variables:

tmin  = Temperature min    (degrees Celsius)
tmax  = Temperature max    (degrees Celsius)
only one of the following variables (vp OR rh OR dp) are to be passed
vp  = Vapour pressure    (hPa)
rh =  Relative humidity  (%)
dp =  Dewpoint           (degrees Celsius)
rs  = radiation          (MJ/m^2)
Also rquired is the latitude and longitude (for land sea mask)
lat = Latitude  (degrees)
lons = Longitude (degrees)

Missing values should be converted to NA

ECA-D/PETr documentation built on Sept. 29, 2020, 7:50 p.m.