Skip to content

Commit a65e881

Browse files
committed
add nrel reference, remove ``
1 parent 93f675b commit a65e881

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

pvlib/irradiance.py

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ def get_extra_radiation(datetime_or_doy, solar_constant=1366.1,
4545
4646
method : string, default 'spencer'
4747
The method by which the extraterrestrial radiation should be
48-
calculated. Options include: ``'pyephem', 'spencer' [2]_, 'asce' [3]_,
49-
'nrel'``.
48+
calculated. Options include: 'pyephem', 'spencer' [2]_, 'asce' [3]_,
49+
'nrel' [4]_.
5050
5151
epoch_year : int, default 2014
5252
The year in which a day of year input will be calculated. Only
@@ -78,13 +78,17 @@ def get_extra_radiation(datetime_or_doy, solar_constant=1366.1,
7878
reference evapotranspiration equation. Reston, Va.: American Society of
7979
Civil Engineers, 2005
8080
81-
.. [4] http://solardata.uoregon.edu/SolarRadiationBasics.html, Eqs.
81+
.. [4] Reda, I., Andreas, A., 2003. Solar position algorithm for solar
82+
radiation applications. Technical report: NREL/TP-560- 34302. Golden,
83+
USA, http://www.nrel.gov
84+
85+
.. [5] http://solardata.uoregon.edu/SolarRadiationBasics.html, Eqs.
8286
SR1 and SR2
8387
84-
.. [5] Partridge, G. W. and Platt, C. M. R. 1976. Radiative Processes
88+
.. [6] Partridge, G. W. and Platt, C. M. R. 1976. Radiative Processes
8589
in Meteorology and Climatology.
8690
87-
.. [6] Duffie, J. A. and Beckman, W. A. 1991. Solar Engineering of
91+
.. [7] Duffie, J. A. and Beckman, W. A. 1991. Solar Engineering of
8892
Thermal Processes, 2nd edn. J. Wiley and Sons, New York.
8993
9094
"""

0 commit comments

Comments
 (0)