Skip to content

Commit 8e92381

Browse files
committed
use solar_zenith in irradiance.boland docstring since pvlib#1403
1 parent 27ff16e commit 8e92381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pvlib/irradiance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2283,7 +2283,7 @@ def boland(ghi, zenith, datetime_or_doy, min_cos_zenith=0.065, max_zenith=87):
22832283
----------
22842284
ghi: numeric
22852285
Global horizontal irradiance. [W/m^2]
2286-
zenith: numeric
2286+
solar_zenith: numeric
22872287
True (not refraction-corrected) zenith angles in decimal degrees.
22882288
datetime_or_doy : int, float, numpy.ndarray, pandas.DatetimeIndex
22892289
Day of year or array of days of year e.g.

0 commit comments

Comments
 (0)