Skip to content

Commit

Permalink
use solar_zenith in irradiance.boland docstring since pvlib#1403
Browse files Browse the repository at this point in the history
  • Loading branch information
mikofski committed Mar 5, 2023
1 parent 27ff16e commit 8e92381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pvlib/irradiance.py
Original file line number Diff line number Diff line change
Expand Up @@ -2283,7 +2283,7 @@ def boland(ghi, zenith, datetime_or_doy, min_cos_zenith=0.065, max_zenith=87):
----------
ghi: numeric
Global horizontal irradiance. [W/m^2]
zenith: numeric
solar_zenith: numeric
True (not refraction-corrected) zenith angles in decimal degrees.
datetime_or_doy : int, float, numpy.ndarray, pandas.DatetimeIndex
Day of year or array of days of year e.g.
Expand Down

0 comments on commit 8e92381

Please sign in to comment.