View source: R/radiation_parameters.R
rso_calculation_1 | R Documentation |
Clear-sky solar radiation is calculated in this function for near sea level or when calibrated values for as and bs are available.
rso_calculation_1(as, bs, ra)
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). |
A data.frame object with the clear-sky radiation data
Roberto Filgueiras, Luan P. Venancio, Catariny C. Aleman and Fernando F. da Cunha
## Not run:
rso_df <- rso_calculation_1(as, bs, ra)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.