@@ -661,7 +661,7 @@ def klucher(surface_tilt, surface_azimuth, dhi, ghi, solar_zenith,
661
661
662
662
solar_zenith : numeric
663
663
Apparent (refraction-corrected) zenith angles.
664
- ``solar_zenith`` must be >=0° and <=180. See :term:`solar_zenith`. [°]
664
+ ``solar_zenith`` must be >=0° and <=180° . See :term:`solar_zenith`. [°]
665
665
666
666
solar_azimuth : numeric
667
667
Sun azimuth angles. ``solar_azimuth`` must be >=0° and <=360. See
@@ -2212,7 +2212,7 @@ def dirindex(ghi, ghi_clear, dni_clear, zenith, times, pressure=101325.,
2212
2212
Renamed from ``dni_clearsky`` to ``dni_clear``.
2213
2213
2214
2214
zenith : array-like
2215
- True (not refraction-corrected) zenith angles, must be >=0 and <=180.
2215
+ True (not refraction-corrected) zenith angles, must be >=0° and <=180° .
2216
2216
If ``zenith`` is a vector, it must be of the same size as all other
2217
2217
vector inputs. See :term`solar_zenith`. [°]
2218
2218
@@ -3073,7 +3073,7 @@ def campbell_norman(zenith, transmittance, pressure=101325.0,
3073
3073
Parameters
3074
3074
----------
3075
3075
zenith: pd.Series
3076
- True (not refraction-corrected) zenith angles, must be >=0 and <=180.
3076
+ True (not refraction-corrected) zenith angles, must be >=0° and <=180° .
3077
3077
If ``zenith`` is a vector, it must be of the same size as all other
3078
3078
vector inputs. [°]
3079
3079
@@ -3133,7 +3133,7 @@ def _liujordan(zenith, transmittance, airmass, dni_extra=1367.0):
3133
3133
zenith: pd.Series
3134
3134
True (not refraction-corrected) zenith angles in decimal
3135
3135
degrees. If Z is a vector it must be of the same size as all
3136
- other vector inputs. Z must be >=0 and <=180.
3136
+ other vector inputs. ``zenith`` must be >=0° and <=180° .
3137
3137
3138
3138
transmittance: float
3139
3139
Atmospheric transmittance between 0 and 1.
@@ -3706,7 +3706,7 @@ def dni(ghi, dhi, zenith, dni_clear=None, clearsky_tolerance=1.1,
3706
3706
Diffuse horizontal irradiance. See :term:`dhi`. [Wm⁻²]
3707
3707
3708
3708
zenith : Series
3709
- True (not refraction-corrected) zenith angles, must be >=0 and <=180.
3709
+ True (not refraction-corrected) zenith angles, must be >=0° and <=180° .
3710
3710
See :term:`solar_zenith`.
3711
3711
3712
3712
dni_clear : Series, optional
@@ -3781,14 +3781,14 @@ def complete_irradiance(solar_zenith,
3781
3781
----------
3782
3782
solar_zenith : series
3783
3783
Solar zenith angle, with datetime index.
3784
- Angles must be >=0 and <=180. Must have the same datetime index
3784
+ Angles must be >=0° and <=180° . Must have the same datetime index
3785
3785
as ``ghi``, ``dhi``, and ``dni`` series, when available.
3786
- See :term:`solar_zenith`.
3786
+ See :term:`solar_zenith`. [°]
3787
3787
3788
3788
ghi : Series, optional
3789
3789
Pandas series of dni data [Wm⁻²], with datetime index. Must have the
3790
3790
same datetime index as dni, dhi, and zenith series, when available.
3791
- See :term:`ghi`.
3791
+ See :term:`ghi`. [Wm⁻²]
3792
3792
3793
3793
dhi : Series, optional
3794
3794
Diffuse horizontal irradiance, with datetime index. Must have the
@@ -3798,12 +3798,12 @@ def complete_irradiance(solar_zenith,
3798
3798
dni : Series, optional
3799
3799
Pandas series of dni data [Wm⁻²], with datetime index. Must have the
3800
3800
same datetime index as ghi, dhi, and zenith series, when available.
3801
- See :term:`dni`.
3801
+ See :term:`dni`. [Wm⁻²]
3802
3802
3803
3803
dni_clear : Series, optional
3804
3804
Pandas series of clearsky dni data [Wm⁻²]. Must have the same datetime
3805
3805
index as ghi, dhi, dni, and zenith series, when available. See
3806
- :py:func:`dni` for details.
3806
+ :py:func:`dni` for details. [Wm⁻²]
3807
3807
3808
3808
solar_azimuth : numeric
3809
3809
Solar azimuth angle. See :term:`solar_azimuth`. [°]
0 commit comments