powered by
If global radiation is not measure at station, it can be estimated with this function.
sr_ang_calculation(latitude, date, n, as, bs)
A data.frame object with solar radiation data
A dataframe with latitude in decimal degrees that you want to calculate the ra.
A dataframe with the dates that you want to calculate the ra.
The actual duration of sunshine. This variable is recorded with Campbell-Stokes sunshine recorder.
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).
Roberto Filgueiras, Luan P. Venancio, Catariny C. Aleman and Fernando F. da Cunha
if (FALSE) { sr_ang <- sr_ang_calculation(latitude, date, n, as, bs) }
Run the code above in your browser using DataLab