Learn R Programming

BrazilMet (version 0.2.0)

rnl_calculation: Net longwave radiation (rnl)

Description

Net outgoing longwave radiation is calculate with this function

Usage

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

Value

A data.frame object with the net longwave radiation.

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)

Author

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

Examples

Run this code
if (FALSE) {
rnl_df <- rnl_calculation(tmin, tmax, ea, rs, rso)
}

Run the code above in your browser using DataLab