Skip to content

Commit c56351e

Browse files
committed
Update iam.py
1 parent 4cfda4a commit c56351e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pvlib/iam.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ def martin_ruiz(aoi, a_r=0.16):
270270
which is presented as :math:`AL(\alpha) = 1 - IAM` in equation 4 of [1]_,
271271
with :math:`\alpha` representing the angle of incidence AOI. Thus IAM = 1
272272
at AOI = 0, and IAM = 0 at AOI = 90. This equation is only valid for
273-
-90 <= aoi <= 90, therefore `iam` is constrained to 0.0 outside this
273+
0 <= aoi <= 90, therefore `iam` is constrained to 0.0 outside this
274274
interval.
275275
276276
References
@@ -292,7 +292,6 @@ def martin_ruiz(aoi, a_r=0.16):
292292
pvlib.iam.interp
293293
pvlib.iam.sapm
294294
'''
295-
# Contributed by Anton Driesse (@adriesse), PV Performance Labs. July, 2019
296295

297296
aoi_input = aoi
298297

@@ -891,8 +890,8 @@ def schlick_diffuse(surface_tilt):
891890
implements only the integrated Schlick approximation.
892891
893892
Note also that the output of this function (which is an exact integration)
894-
can be compared with the output of :py:func:`marion_diffuse` which numerically
895-
integrates the Schlick approximation:
893+
can be compared with the output of :py:func:`marion_diffuse` which
894+
numerically integrates the Schlick approximation:
896895
897896
.. code::
898897

0 commit comments

Comments
 (0)