Skip to content

Commit 7274e0a

Browse files
authored
Fix typographical error in Klucher's transposition model equation (#930)
1 parent 13b0134 commit 7274e0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pvlib/irradiance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ def klucher(surface_tilt, surface_azimuth, dhi, ghi, solar_zenith,
622622
623623
.. math::
624624
625-
F' = 1 - (I_{d0} / GHI)
625+
F' = 1 - (I_{d0} / GHI)^2
626626
627627
Klucher's 1979 model determines the diffuse irradiance from the sky
628628
(ground reflected irradiance is not included in this algorithm) on a

0 commit comments

Comments
 (0)