@@ -908,7 +908,7 @@ def reindl(surface_tilt, surface_azimuth, dhi, dni, ghi, dni_extra,
908
908
Solar apparent (refraction-corrected) zenith angles.
909
909
See :term:`solar_zenith`. [°]
910
910
911
- solar_azimuth : numeric, optional
911
+ solar_azimuth : numeric
912
912
Solar azimuth angles. See :term:`solar_azimuth`. [°]
913
913
914
914
Returns
@@ -1339,7 +1339,7 @@ def perez_driesse(surface_tilt, surface_azimuth, dhi, dni, dni_extra,
1339
1339
Solar azimuth angle, must be >=0° and <=360°.
1340
1340
See :term:`solar_azimuth`. [°]
1341
1341
1342
- airmass : numeric
1342
+ airmass : numeric, optional
1343
1343
Relative (not pressure-corrected) airmass values. If AM is a
1344
1344
DataFrame it must be of the same size as all other DataFrame
1345
1345
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,
1944
1944
ghi : array-like
1945
1945
Global horizontal irradiance. See :term:`ghi`. [Wm⁻²]
1946
1946
1947
- solar_zenith : numeric
1947
+ solar_zenith : array-like
1948
1948
True (not refraction-corrected) solar zenith angles. See
1949
1949
:term:`solar_zenith`. [°]
1950
1950
@@ -2972,14 +2972,13 @@ def boland(ghi, solar_zenith, datetime_or_doy, a_coeff=8.645, b_coeff=0.613,
2972
2972
ghi: numeric
2973
2973
Global horizontal irradiance. See :term:`ghi`. [Wm⁻²]
2974
2974
2975
- zenith : numeric
2975
+ solar_zenith : numeric
2976
2976
True (not refraction-corrected) zenith angles. See
2977
2977
:term:`solar_zenith`. [°]
2978
2978
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.
2983
2982
2984
2983
a_coeff : float, default 8.645
2985
2984
Logistic curve fit coefficient.
@@ -3805,19 +3804,6 @@ def complete_irradiance(solar_zenith,
3805
3804
index as ghi, dhi, dni, and zenith series, when available. See
3806
3805
:py:func:`dni` for details. [Wm⁻²]
3807
3806
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
-
3821
3807
Returns
3822
3808
-------
3823
3809
component_sum_df : Dataframe
0 commit comments