Learn R Programming

MeTo (version 0.1.1)

Rnl: Net longwave radiation (Rnl)

Description

Net longwave radiation (Rnl).

Usage

Rnl(
  x,
  Tmax = NULL,
  Tmin = NULL,
  Rhmax = NULL,
  Rhmin = NULL,
  Rs = NULL,
  lat.rad = NULL,
  lat.deg = NULL,
  long.deg = NULL,
  elev,
  actVP = NULL,
  tl,
  Tmean = NULL,
  Rhmean = NULL,
  control = list()
)

Arguments

x

date-time object or day of the year (must be date-time object if calculation period is shorter than a day)

Tmax

maximum temperature [degreeC] during 24-hour period (for daily values)

Tmin

minimum temperature [degreeC] during 24-hour period (for daily values)

Rhmax

daily maximum of air humidity [percent] (for daily values)

Rhmin

daily minimum of air humidity [percent] (for daily values)

Rs

incoming solar radiation [MJ/(m2 time)]

lat.rad

latitude [rad]. Use either lat.rad or lat.deg. Latitude is positive for the northern hemisphere and negative for the southern hemisphere

lat.deg

latitude [degree]. Use either lat.deg or lat.rad. Latitude is positive for the northern hemisphere and negative for the southern hemisphere

long.deg

see Rso

elev

station elevation above sea level [m]

actVP

Actual vapor pressure [kPa]. If Rhmax, Rhmin and Rhmean are NULL

tl

length of calculation period [hour] (1 for hourly period, 0.5 for a 30-minute period or 24 for daily period). Only needed if length of x is date-time object with length of 1.

Tmean

mean temperature [degreeC] during the time period (for periods shorter than a day)

Rhmean

Mean air humidity [percent] (for periods shorter than a day or if Rhmax and Rhmin are missing)

control

list for control parameters and empirical factors (see Details and controlDefaults)

Value

Rnl net outgoing longwave radiation [MJ(/m2 time)]

Details

References

Allen, R. G., Pereira, L. S., Raes, D., & Smith, M. (1998). Crop evapotranspiration-Guidelines for computing crop water requirements-FAO Irrigation and drainage paper 56. FAO, Rome, 300(9).