rnl_calculation {BrazilMet}R Documentation

Net longwave radiation (rnl)

Description

Net outgoing longwave radiation is calculate with this function

Usage

rnl_calculation(tmin, tmax, ea, rs, rso)

Arguments

tmin

A dataframe with Minimum daily air temperature (°C)

tmax

A dataframe with Maximum daily air temperature (°C)

ea

A dataframe with the actual vapour pressure (KPa).

rs

A dataframe with the incomimg solar radiation (MJ m-2 day-1).

rso

A dataframe with the clear-sky radiation (MJ m-2 day-1)

Value

A data.frame object with the net longwave radiation.

Author(s)

Roberto Filgueiras, Luan P. Venancio, Catariny C. Aleman and Fernando F. da Cunha

Examples

## Not run: 
rnl_df <- rnl_calculation(tmin, tmax, ea, rs, rso)

## End(Not run)

[Package BrazilMet version 0.2.0 Index]