Skip to content

Commit 8f26c27

Browse files
committed
move references (klucher and haydavies)
moved references from first line to notes section
1 parent 529596d commit 8f26c27

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pvlib/irradiance.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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.
634634
635635
Parameters
636636
----------
@@ -666,7 +666,7 @@ def klucher(surface_tilt, surface_azimuth, dhi, ghi, solar_zenith,
666666
667667
Notes
668668
-----
669-
The Klucher (1979) model determines the diffuse irradiance
669+
The Klucher (1979) model [1]_ [2]_ determines the diffuse irradiance
670670
from the sky (ground reflected irradiance is not included in this
671671
algorithm) on a tilted surface using the surface tilt angle, surface
672672
azimuth angle, diffuse horizontal irradiance, global horizontal irradiance,
@@ -729,7 +729,7 @@ def haydavies(surface_tilt, surface_azimuth, dhi, dni, dni_extra,
729729
return_components=False):
730730
r'''
731731
Determine diffuse irradiance from the sky on a tilted surface using the
732-
Hay and Davies (1980) model [1]_ [2]_.
732+
Hay and Davies (1980) model.
733733
734734
The Hay and Davies model determines the diffuse irradiance from
735735
the sky (ground reflected irradiance is not included in this
@@ -798,8 +798,8 @@ def haydavies(surface_tilt, surface_azimuth, dhi, dni, dni_extra,
798798
799799
Notes
800800
------
801-
In the Hay and Davies (1980) model, sky diffuse irradiance, :math:`I_d`,
802-
is as follows:
801+
In the Hay and Davies (1980) model [1]_ [2]_, sky diffuse irradiance,
802+
:math:`I_d`, is as follows:
803803
804804
.. math::
805805
I_{d} = DHI \left( A\cdot R_b + (1 - A) \left(\frac{

0 commit comments

Comments
 (0)