We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48c8bb6 commit a907f9bCopy full SHA for a907f9b
pvlib/iam.py
@@ -269,8 +269,8 @@ def martin_ruiz(aoi, a_r=0.16):
269
270
which is presented as :math:`AL(\alpha) = 1 - IAM` in equation 4 of [1]_,
271
with :math:`\alpha` representing the angle of incidence AOI. Thus IAM = 1
272
- at AOI = 0, and IAM = 0 at AOI = 90. This equation is only valid for
273
- 0 <= aoi <= 90, therefore `iam` is constrained to 0.0 outside this
+ at AOI = 0°, and IAM = 0 at AOI = 90°. This equation is only valid for
+ 0° <= aoi <= 90°, therefore `iam` is constrained to 0.0 outside this
274
interval.
275
276
References
0 commit comments