powered by
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)
A data.frame object with the clear-sky radiation data
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).
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).
Extraterrestrial radiation for daily periods (ra).
Roberto Filgueiras, Luan P. Venancio, Catariny C. Aleman and Fernando F. da Cunha
if (FALSE) { rso_df <- rso_calculation_1(as, bs, ra) }
Run the code above in your browser using DataLab