Skip to content

Commit 9aed6b7

Browse files
Documentation: Add note to irradiance.haydavies docstring. Close #1352 (#1353)
* PR for issue #1314 * Documentation: Added note to `irradiance.haydavies` docstring. Close #1352 Added a note about projection_ratio parameter to `irradiance.haydavies` docstring as mentioned by @kanderso-nrel . * Documentation: Add note to irradiance.haydavies docstring. Update #1353 Added the changes suggested by @kanderso-nrel Co-authored-by: Kevin Anderson <[email protected]> Co-authored-by: Kevin Anderson <[email protected]>
1 parent 79454c4 commit 9aed6b7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pvlib/irradiance.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -795,6 +795,12 @@ def haydavies(surface_tilt, surface_azimuth, dhi, dni, dni_extra,
795795
sky_diffuse : numeric
796796
The sky diffuse component of the solar radiation.
797797
798+
Notes
799+
------
800+
When supplying ``projection_ratio``, consider constraining its values
801+
when zenith angle approaches 90 degrees or angle of incidence
802+
projection is negative. See code for details.
803+
798804
References
799805
-----------
800806
.. [1] Loutzenhiser P.G. et. al. "Empirical validation of models to

0 commit comments

Comments
 (0)