Skip to content

Commit be7c32e

Browse files
committed
more untis
1 parent 2717fa7 commit be7c32e

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

pvlib/irradiance.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@ def klucher(surface_tilt, surface_azimuth, dhi, ghi, solar_zenith,
661661
662662
solar_zenith : numeric
663663
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`. [°]
665665
666666
solar_azimuth : numeric
667667
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.,
22122212
Renamed from ``dni_clearsky`` to ``dni_clear``.
22132213
22142214
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°.
22162216
If ``zenith`` is a vector, it must be of the same size as all other
22172217
vector inputs. See :term`solar_zenith`. [°]
22182218
@@ -3073,7 +3073,7 @@ def campbell_norman(zenith, transmittance, pressure=101325.0,
30733073
Parameters
30743074
----------
30753075
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°.
30773077
If ``zenith`` is a vector, it must be of the same size as all other
30783078
vector inputs. [°]
30793079
@@ -3133,7 +3133,7 @@ def _liujordan(zenith, transmittance, airmass, dni_extra=1367.0):
31333133
zenith: pd.Series
31343134
True (not refraction-corrected) zenith angles in decimal
31353135
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°.
31373137
31383138
transmittance: float
31393139
Atmospheric transmittance between 0 and 1.
@@ -3706,7 +3706,7 @@ def dni(ghi, dhi, zenith, dni_clear=None, clearsky_tolerance=1.1,
37063706
Diffuse horizontal irradiance. See :term:`dhi`. [Wm⁻²]
37073707
37083708
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°.
37103710
See :term:`solar_zenith`.
37113711
37123712
dni_clear : Series, optional
@@ -3781,14 +3781,14 @@ def complete_irradiance(solar_zenith,
37813781
----------
37823782
solar_zenith : series
37833783
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
37853785
as ``ghi``, ``dhi``, and ``dni`` series, when available.
3786-
See :term:`solar_zenith`.
3786+
See :term:`solar_zenith`. [°]
37873787
37883788
ghi : Series, optional
37893789
Pandas series of dni data [Wm⁻²], with datetime index. Must have the
37903790
same datetime index as dni, dhi, and zenith series, when available.
3791-
See :term:`ghi`.
3791+
See :term:`ghi`. [Wm⁻²]
37923792
37933793
dhi : Series, optional
37943794
Diffuse horizontal irradiance, with datetime index. Must have the
@@ -3798,12 +3798,12 @@ def complete_irradiance(solar_zenith,
37983798
dni : Series, optional
37993799
Pandas series of dni data [Wm⁻²], with datetime index. Must have the
38003800
same datetime index as ghi, dhi, and zenith series, when available.
3801-
See :term:`dni`.
3801+
See :term:`dni`. [Wm⁻²]
38023802
38033803
dni_clear : Series, optional
38043804
Pandas series of clearsky dni data [Wm⁻²]. Must have the same datetime
38053805
index as ghi, dhi, dni, and zenith series, when available. See
3806-
:py:func:`dni` for details.
3806+
:py:func:`dni` for details. [Wm⁻²]
38073807
38083808
solar_azimuth : numeric
38093809
Solar azimuth angle. See :term:`solar_azimuth`. [°]

0 commit comments

Comments
 (0)