PenMon: Penman-Monteith method

Description Usage Arguments Value

Description

Function for calculate the daily evapotranspiration.

Usage

1
2
PenMon(data, date, Tmin, Tmax, RHmin, RHmax, sunshine, wind, lat, alt, Hws,
  alb = 0.23)

Arguments

data

data frame with the metrerological information.

date

date of the weather measure. format: yyy-mm-dd.

Tmin

temperatura minima (ºC).

Tmax

temperatura maxima (ºC).

RHmin

humedad relativa minima (%).

RHmax

humedad relativa maxima (%).

sunshine

sunshine (hours).

wind

wind velocity (m.seg-1).

lat

latitud (deciaml radians).

alt

altitud (meters)

Hws

heigth of data collect for wind speed (meters).

alb

albedo

Value

data frame with daily evapotranspiration


Flavjack/elisios documentation built on May 6, 2019, 5:04 p.m.