Skip to content

Commit 0e3731e

Browse files
committed
Update irradiance.py
1 parent be7c32e commit 0e3731e

File tree

1 file changed

+7
-21
lines changed

1 file changed

+7
-21
lines changed

pvlib/irradiance.py

+7-21
Original file line numberDiff line numberDiff line change
@@ -908,7 +908,7 @@ def reindl(surface_tilt, surface_azimuth, dhi, dni, ghi, dni_extra,
908908
Solar apparent (refraction-corrected) zenith angles.
909909
See :term:`solar_zenith`. [°]
910910
911-
solar_azimuth : numeric, optional
911+
solar_azimuth : numeric
912912
Solar azimuth angles. See :term:`solar_azimuth`. [°]
913913
914914
Returns
@@ -1339,7 +1339,7 @@ def perez_driesse(surface_tilt, surface_azimuth, dhi, dni, dni_extra,
13391339
Solar azimuth angle, must be >=0° and <=360°.
13401340
See :term:`solar_azimuth`. [°]
13411341
1342-
airmass : numeric
1342+
airmass : numeric, optional
13431343
Relative (not pressure-corrected) airmass values. If AM is a
13441344
DataFrame it must be of the same size as all other DataFrame
13451345
inputs. AM must be >=0 (careful using the 1/sec(z) model of AM
@@ -1944,7 +1944,7 @@ def dirint(ghi, solar_zenith, times, pressure=101325., use_delta_kt_prime=True,
19441944
ghi : array-like
19451945
Global horizontal irradiance. See :term:`ghi`. [Wm⁻²]
19461946
1947-
solar_zenith : numeric
1947+
solar_zenith : array-like
19481948
True (not refraction-corrected) solar zenith angles. See
19491949
:term:`solar_zenith`. [°]
19501950
@@ -2972,14 +2972,13 @@ def boland(ghi, solar_zenith, datetime_or_doy, a_coeff=8.645, b_coeff=0.613,
29722972
ghi: numeric
29732973
Global horizontal irradiance. See :term:`ghi`. [Wm⁻²]
29742974
2975-
zenith: numeric
2975+
solar_zenith: numeric
29762976
True (not refraction-corrected) zenith angles. See
29772977
:term:`solar_zenith`. [°]
29782978
2979-
datetime_or_doy : int, float, array or pd.DatetimeIndex, optional
2980-
Day of year or array of days of year e.g.
2981-
pd.DatetimeIndex.dayofyear, or pd.DatetimeIndex.
2982-
Either datetime_or_doy or dni_extra must be provided.
2979+
datetime_or_doy : numeric or pd.DatetimeIndex.
2980+
Day of year or array of days of year e.g. pd.DatetimeIndex.dayofyear,
2981+
or pd.DatetimeIndex.
29832982
29842983
a_coeff : float, default 8.645
29852984
Logistic curve fit coefficient.
@@ -3805,19 +3804,6 @@ def complete_irradiance(solar_zenith,
38053804
index as ghi, dhi, dni, and zenith series, when available. See
38063805
:py:func:`dni` for details. [Wm⁻²]
38073806
3808-
solar_azimuth : numeric
3809-
Solar azimuth angle. See :term:`solar_azimuth`. [°]
3810-
3811-
poa_global : numeric
3812-
Plane-of-array global irradiance, aka global tilted irradiance.
3813-
See :term:`poa_global`. [Wm⁻²]
3814-
3815-
dni_extra : numeric, optional
3816-
Extraterrestrial direct normal irradiance. See :term:`dni_extra`.
3817-
[Wm⁻²]
3818-
3819-
3820-
38213807
Returns
38223808
-------
38233809
component_sum_df : Dataframe

0 commit comments

Comments
 (0)