Skip to content

Commit 1773149

Browse files
committed
Update irradiance.py
1 parent 83a683a commit 1773149

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pvlib/irradiance.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -851,13 +851,13 @@ def reindl(surface_tilt, surface_azimuth, dhi, dni, ghi, dni_extra,
851851
solar_zenith, solar_azimuth):
852852
r'''
853853
Determine the diffuse irradiance from the sky on a tilted surface using
854-
the Reindl (1990) model [1, 2]_.
854+
the Reindl (1990) model.
855855
856-
The Reindl model determines the diffuse irradiance from the sky
856+
The Reindl model [1]_ [2]_ determines the diffuse irradiance from the sky
857857
(ground reflected irradiance is not included in this algorithm) on a
858858
tilted surface using the surface tilt angle, surface azimuth angle,
859859
diffuse horizontal irradiance, direct normal irradiance, global
860-
horizontal irradiance, extraterrestrial irradiance, sun zenith
860+
horizontal irradiance, extraterrestrial normal irradiance, sun zenith
861861
angle, and sun azimuth angle.
862862
863863
Parameters
@@ -899,8 +899,8 @@ def reindl(surface_tilt, surface_azimuth, dhi, dni, ghi, dni_extra,
899899
900900
Notes
901901
-----
902-
The Reindl (1990) model for the sky diffuse irradiance, :math:`I_d`, is as
903-
follows:
902+
The Reindl (1990) model for the sky diffuse irradiance,
903+
:math:`I_d`, is as follows:
904904
905905
.. math::
906906
@@ -1268,8 +1268,8 @@ def _f(i, j, zeta):
12681268
[+0.328, +0.471, -0.216, +0.069, -0.105, -0.028],
12691269
[+0.557, +0.241, -0.300, +0.086, -0.085, -0.012],
12701270
[+0.861, -0.323, -0.355, +0.240, -0.467, -0.008],
1271-
[ 1.212, -1.239, -0.444, +0.305, -0.797, +0.047],
1272-
[ 1.099, -1.847, -0.365, +0.275, -1.132, +0.124],
1271+
[1.212, -1.239, -0.444, +0.305, -0.797, +0.047],
1272+
[1.099, -1.847, -0.365, +0.275, -1.132, +0.124],
12731273
[+0.544, +0.157, -0.213, +0.118, -1.455, +0.292],
12741274
[+0.544, +0.157, -0.213, +0.118, -1.455, +0.292],
12751275
[+0.000, +0.000, +0.000, +0.000, +0.000, +0.000],

0 commit comments

Comments
 (0)