pet_makkink: Potential Evapotranspiration

Description Usage Arguments Value Examples

View source: R/pet_makkink.r

Description

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

Usage

1
pet_makkink(indat)

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
pet_makkink(indat)

Where the dataframe "indat" contains the following variables:

tmin  = Temperature min    (degrees Celsius)
tmax  = Temperature max    (degrees Celsius)
rs  = radiation          (MJ/m^2)

Missing values should be converted to NA

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