Description Usage Arguments Details Value Author(s) References See Also Examples
Function estimates Supit-Van Kappel model coefficients 'A', 'B' and 'C' based on reference data
| 1 | 
| days | Vector of class 'Date' of length n. | 
| lat | Latitude in decimal degrees. | 
| rad_mea | Vector of length n containing reference (e.g. measured) solar radiation [MJm-2]. | 
| extraT | Optional. Vector of length n of extraterrestrial solar radiation [MJm-2]. If 'NULL' then it is calculated by the function. Providing extraterrestrial solar radiation speeds up the computation | 
| tmax | Vector of length n containing daily maximum temperature [C]. | 
| tmin | Vector of length n containing daily minumum temperature [C]. | 
| cc | Vector of length n containing daily cloud coverage [octas]. | 
Function estimates Supit-Van Kappel model coefficients 'A', 'B' and 'C' based on reference (e.g. measured) solar radiation data. It performs a linear regression.
Vector of length 3:
| Sa | Supit-Van Kappel 'A' coefficient | 
| Sb | Supit-Van Kappel 'B' coefficient | 
| Sc | Supit-Van Kappel 'C' coefficient | 
| Sr2 | Coefficient of determination of performed linear regression | 
Jedrzej S. Bojanowski
Supit, I. 1994. Global radiation. Publication EUR 15745 EN of the Office for Official Publications of the EU, Luxembourg. 
Supit, I., Kappel, R.R. van, 1998. A simple method to estimate global radiation. Solar Energy, 63:147-160. 
'su'.
| 1 2 3 4 5 6 7 8 | 
         Sa          Sb          Sc         Sr2 
 0.07569503  0.51465044 -0.29283122  0.96217060 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.