View source: R/cal_radiation.R
cal_Rsi | R Documentation |
Daily inward shortwave solar radiation at crop surface [MJ m-2 day-1]
by
providing sunshine duration (SSD) in hours or cloud cover in fraction.
cal_Rsi(lat, J, ssd = NULL, cld = NULL, Z = 0, a = 0.25, b = 0.5)
lat |
Latitude |
J |
day of year |
ssd |
sunshine duration hours. If |
cld |
Cloud cover |
Z |
elevation (m) |
a |
Coefficient of the Angstrom formula. Determine the relationship between ssd and radiation. Default 0.25. |
b |
Coefficient of the Angstrom formula. Default 0.50. |
A data.table, solar radiation at crop surface [MJ m-2 day-1]
.
Rsi_toa
: Clear-sky surface downward shortwave radiation
Rsi
: Surface downward shortwave radiation
Martinezlozano J A, Tena F, Onrubia J E, et al. The historical evolution of the Angstrom formula and its modifications: review and bibliography.J. Agricultural & Forest Meteorology, 1985, 33(2):109-128.
https://github.com/sbegueria/SPEI/blob/master/R/penman.R
cal_Rsi_toa()
, cal_Rn()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.