Skip to content

Commit 83a683a

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pvlib/irradiance.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -879,7 +879,7 @@ def reindl(surface_tilt, surface_azimuth, dhi, dni, ghi, dni_extra,
879879
direct normal irradiance in W/m^2.
880880
881881
ghi: numeric
882-
Global irradiance in W/m^2.
882+
Global horizontal irradiance in W/m^2.
883883
884884
dni_extra : numeric
885885
Extraterrestrial normal irradiance in W/m^2.
@@ -912,11 +912,11 @@ def reindl(surface_tilt, surface_azimuth, dhi, dni, ghi, dni_extra,
912912
and global horizontal irradiances, respectively. :math:`A` is the
913913
anisotropy index, which is the ratio of the direct normal irradiance to the
914914
extraterrestrial irradiation, :math:`R_b` is the projection ratio, which is
915-
defined as the cosine of the ratio of angle of incidence (AOI) to the
915+
defined as the cosine of the ratio of angle of incidence to the
916916
cosine of the zenith angle, and :math:`\theta_T` is the tilt angle of the
917917
array.
918918
919-
The poa_sky_diffuse calculation is generated from Loutzenhiser et al.
919+
The ``poa_sky_diffuse`` calculation is generated from Loutzenhiser et al.
920920
(2007) [3]_, Equation 8. The beam and ground reflectance portion of the
921921
equation have been removed, therefore the model described here generates
922922
ONLY the diffuse radiation from the sky and circumsolar, so the form of the

0 commit comments

Comments
 (0)