@@ -630,7 +630,7 @@ def klucher(surface_tilt, surface_azimuth, dhi, ghi, solar_zenith,
630630 solar_azimuth ):
631631 r'''
632632 Determine diffuse irradiance from the sky on a tilted surface
633- using the Klucher (1979) model [1]_[2]_.
633+ using the Klucher (1979) model [1]_ [2]_.
634634
635635 Parameters
636636 ----------
@@ -676,10 +676,10 @@ def klucher(surface_tilt, surface_azimuth, dhi, ghi, solar_zenith,
676676
677677 .. math::
678678
679- I_{d} = DHI \frac{1 + \cos\theta_T }{2} (1 + F' \sin^3(\theta_T /2))
679+ I_{d} = DHI \frac{1 + \cos\beta }{2} (1 + F' \sin^3(\beta /2))
680680 (1 + F' \cos^2\theta\sin^3\theta_z).
681681
682- DHI is the diffuse horizontal irradiance, :math:`\theta_T ` is the surface
682+ DHI is the diffuse horizontal irradiance, :math:`\beta ` is the surface
683683 tilt angle, :math:`\theta_z` is the solar zenith angle, and :math:`\theta`
684684 is the angle of incidence. :math:`F'` is a modulating function to account
685685 for when the sky changes from clear to overcast, and is defined as follows:
@@ -698,6 +698,7 @@ def klucher(surface_tilt, surface_azimuth, dhi, ghi, solar_zenith,
698698 .. [2] Loutzenhiser P.G. et. al. "Empirical validation of models to
699699 compute solar irradiance on inclined surfaces for building energy
700700 simulation" 2007, Solar Energy vol. 81. pp. 254-267
701+ :doi:`10.1016/j.solener.2006.03.009`
701702 '''
702703
703704 # zenith angle with respect to panel normal.
0 commit comments