Learn R Programming

BrazilMet (version 0.2.0)

rso_calculation_1: Clear-sky solar radiation with calibrated values available

Description

Clear-sky solar radiation is calculated in this function for near sea level or when calibrated values for as and bs are available.

Usage

rso_calculation_1(as, bs, ra)

Value

A data.frame object with the clear-sky radiation data

Arguments

as

A dataframe with latitude in decimal degrees that you want to calculate the ra. The values of as = 0.25 is recommended by Allen et al. (1998).

bs

A dataframe with the dates that you want to calculate the ra. The values of bs = 0.50 is recommended by Allen et al. (1998).

ra

Extraterrestrial radiation for daily periods (ra).

Author

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

Examples

Run this code
if (FALSE) {
rso_df <- rso_calculation_1(as, bs, ra)
}

Run the code above in your browser using DataLab