Learn R Programming

BrazilMet (version 0.2.0)

rns_calculation: Net solar or net shortwave radiation (rns)

Description

The rns results form the balance between incoming and reflected solar radiation (MJ m-2 day-1).

Usage

rns_calculation(albedo, rs)

Value

A data.frame object with the net solar or net shortwave radiation data.

Arguments

albedo

Albedo or canopy reflectance coefficient. The 0.23 is the value used for hypothetical grass reference crop (dimensionless).

rs

The incoming solar 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) {
ra <- rns_calculation(albedo, rs)
}

Run the code above in your browser using DataLab