@@ -58,8 +58,12 @@ def get_solarposition(time, location, method='nrel_numpy', pressure=101325,
58
58
59
59
References
60
60
----------
61
- [1] I. Reda and A. Andreas, Solar position algorithm for solar radiation applications. Solar Energy, vol. 76, no. 5, pp. 577-589, 2004.
62
- [2] I. Reda and A. Andreas, Corrigendum to Solar position algorithm for solar radiation applications. Solar Energy, vol. 81, no. 6, p. 838, 2007.
61
+ [1] I. Reda and A. Andreas, Solar position algorithm for solar radiation
62
+ applications. Solar Energy, vol. 76, no. 5, pp. 577-589, 2004.
63
+
64
+ [2] I. Reda and A. Andreas, Corrigendum to Solar position algorithm for
65
+ solar radiation applications. Solar Energy, vol. 81, no. 6, p. 838, 2007.
66
+
63
67
[3] NREL SPA code: http://rredc.nrel.gov/solar/codesandalgorithms/spa/
64
68
"""
65
69
@@ -123,6 +127,7 @@ def spa_c(time, location, pressure=101325, temperature=12, delta_t=67.0,
123
127
References
124
128
----------
125
129
NREL SPA code: http://rredc.nrel.gov/solar/codesandalgorithms/spa/
130
+
126
131
USNO delta T: http://www.usno.navy.mil/USNO/earth-orientation/eo-products/long-term
127
132
128
133
See also
@@ -153,7 +158,7 @@ def spa_c(time, location, pressure=101325, temperature=12, delta_t=67.0,
153
158
hour = date .hour ,
154
159
minute = date .minute ,
155
160
second = date .second ,
156
- timezone = 0 , # timezone corrections handled above
161
+ timezone = 0 , # tz corrections handled above
157
162
latitude = location .latitude ,
158
163
longitude = location .longitude ,
159
164
elevation = location .altitude ,
@@ -252,8 +257,12 @@ def spa_python(time, location, pressure=101325, temperature=12, delta_t=None,
252
257
253
258
References
254
259
----------
255
- [1] I. Reda and A. Andreas, Solar position algorithm for solar radiation applications. Solar Energy, vol. 76, no. 5, pp. 577-589, 2004.
256
- [2] I. Reda and A. Andreas, Corrigendum to Solar position algorithm for solar radiation applications. Solar Energy, vol. 81, no. 6, p. 838, 2007.
260
+ [1] I. Reda and A. Andreas, Solar position algorithm for solar
261
+ radiation applications. Solar Energy, vol. 76, no. 5, pp. 577-589, 2004.
262
+
263
+ [2] I. Reda and A. Andreas, Corrigendum to Solar position algorithm for
264
+ solar radiation applications. Solar Energy, vol. 81, no. 6, p. 838, 2007.
265
+
257
266
[3] USNO delta T: http://www.usno.navy.mil/USNO/earth-orientation/eo-products/long-term
258
267
259
268
See also
@@ -334,7 +343,9 @@ def get_sun_rise_set_transit(time, location, how='numpy', delta_t=None,
334
343
335
344
References
336
345
----------
337
- [1] Reda, I., Andreas, A., 2003. Solar position algorithm for solar radiation applications. Technical report: NREL/TP-560- 34302. Golden, USA, http://www.nrel.gov.
346
+ [1] Reda, I., Andreas, A., 2003. Solar position algorithm for solar
347
+ radiation applications. Technical report: NREL/TP-560- 34302. Golden,
348
+ USA, http://www.nrel.gov.
338
349
"""
339
350
# Added by Tony Lorenzo (@alorenzo175), University of Arizona, 2015
340
351
0 commit comments