Skip to content

Commit bdc3311

Browse files
committed
remove partridge, update uoregon
1 parent aaee8da commit bdc3311

1 file changed

Lines changed: 11 additions & 13 deletions

File tree

pvlib/irradiance.py

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def get_extra_radiation(datetime_or_doy, solar_constant=1366.1,
3636
Determine extraterrestrial radiation from day of year. Specific references
3737
for each method of caclulating the earth-sun distance are cited in the
3838
parameter descriptions below, while a more general discussion of the
39-
different models may also be found in [1]_ and [2]_.
39+
different models may also be found in [1]_, [2]_, and [3]_.
4040
4141
Parameters
4242
----------
@@ -48,8 +48,8 @@ def get_extra_radiation(datetime_or_doy, solar_constant=1366.1,
4848
4949
method : string, default 'spencer'
5050
The method by which the extraterrestrial radiation should be
51-
calculated. Options include: 'pyephem', 'spencer' [2]_, 'asce' [3]_,
52-
'nrel' [4]_.
51+
calculated. Options include: 'pyephem', 'spencer' [4]_, 'asce' [5]_,
52+
'nrel' [6]_.
5353
5454
epoch_year : int, default 2014
5555
The year in which a day of year input will be calculated. Only
@@ -75,24 +75,22 @@ def get_extra_radiation(datetime_or_doy, solar_constant=1366.1,
7575
7676
.. [2] Duffie, J. A. and Beckman, W. A. 1991. Solar Engineering of
7777
Thermal Processes, 2nd edn. J. Wiley and Sons, New York.
78-
79-
[3] J. W. Spencer, "Fourier series representation of the sun," Search,
78+
79+
.. [3] "Solar Radiation Basics". University of Oregon. Accessed: 04 April,
80+
2025. [Online.] Available <https://web.archive.org/web/20240424224453/ \
81+
http://solardata.uoregon.edu/SolarRadiationBasics.html
82+
83+
.. [4] J. W. Spencer, "Fourier series representation of the sun," Search,
8084
vol. 2, p. 172, 1971.
8185
82-
.. [4] R. G. Allen, Environmental, and E. Water Resources institute. Task
86+
.. [5] R. G. Allen, Environmental, and E. Water Resources institute. Task
8387
Committee on Standardization of Reference, The ASCE standardized
8488
reference evapotranspiration equation. Reston, Va.: American Society of
8589
Civil Engineers, 2005
8690
87-
.. [5] I. Reda, A. Andreas, "Solar position algorithm for solar
91+
.. [6] I. Reda, A. Andreas, "Solar position algorithm for solar
8892
radiation applications" NREL Golden, USA. NREL/TP-560- 34302, 2008.
8993
90-
.. [6] http://solardata.uoregon.edu/SolarRadiationBasics.html, Eqs.
91-
SR1 and SR2
92-
93-
.. [7] Partridge, G. W. and Platt, C. M. R. 1976. Radiative Processes
94-
in Meteorology and Climatology.
95-
9694
"""
9795

9896
to_doy, to_datetimeindex, to_output = \

0 commit comments

Comments
 (0)