Skip to content

Commit f7644f6

Browse files
committed
comment
1 parent b6d5d23 commit f7644f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pvlib/irradiance.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1140,6 +1140,7 @@ def disc(ghi, zenith, datetime_or_doy, pressure=101325):
11401140
dirint
11411141
"""
11421142

1143+
# this is the I0 calculation from the reference
11431144
I0 = extraradiation(datetime_or_doy, 1370, 'spencer')
11441145
I0h = I0 * np.cos(np.radians(zenith))
11451146

0 commit comments

Comments
 (0)