@@ -529,7 +529,7 @@ def get_ground_diffuse(surface_tilt, ghi, albedo=.25, surface_type=None):
529529 Parameters
530530 ----------
531531 surface_tilt : numeric
532- Surface tilt angles in decimal degrees. Tilt must be >=0 and
532+ Surface tilt angles. [°] Tilt must be >=0 and
533533 <=180. The tilt angle is defined as degrees from horizontal
534534 (e.g. surface facing up = 0, surface facing horizon = 90).
535535
@@ -640,12 +640,12 @@ def klucher(surface_tilt, surface_azimuth, dhi, ghi, solar_zenith,
640640 Parameters
641641 ----------
642642 surface_tilt : numeric
643- Surface tilt angles in decimal degrees. ``surface_tilt`` must be >=0
643+ Surface tilt angles. [°] ``surface_tilt`` must be >=0
644644 and <=180. The tilt angle is defined as degrees from horizontal
645645 (e.g. surface facing up = 0, surface facing horizon = 90)
646646
647647 surface_azimuth : numeric
648- Surface azimuth angles in decimal degrees. ``surface_azimuth`` must
648+ Surface azimuth angles. [°] ``surface_azimuth`` must
649649 be >=0 and <=360. The Azimuth convention is defined as degrees
650650 east of north (e.g. North = 0, South=180 East = 90, West = 270).
651651
@@ -660,7 +660,7 @@ def klucher(surface_tilt, surface_azimuth, dhi, ghi, solar_zenith,
660660 degrees. ``solar_zenith`` must be >=0 and <=180.
661661
662662 solar_azimuth : numeric
663- Sun azimuth angles in decimal degrees. ``solar_azimuth`` must be >=0
663+ Sun azimuth angles. [°] ``solar_azimuth`` must be >=0
664664 and <=360. The Azimuth convention is defined as degrees east of
665665 north (e.g. North = 0, East = 90, West = 270).
666666
@@ -749,7 +749,7 @@ def haydavies(surface_tilt, surface_azimuth, dhi, dni, dni_extra,
749749 :term:`surface_tilt`.
750750
751751 surface_azimuth : numeric
752- Surface azimuth angles in decimal degrees. The azimuth
752+ Surface azimuth angles. [°] The azimuth
753753 convention is defined as degrees east of north (e.g. North=0,
754754 South=180, East=90, West=270).
755755
@@ -768,7 +768,7 @@ def haydavies(surface_tilt, surface_azimuth, dhi, dni, dni_extra,
768768 supply ``projection_ratio``.
769769
770770 solar_azimuth : numeric, optional
771- Solar azimuth angles in decimal degrees. Must supply
771+ Solar azimuth angles. [°] Must supply
772772 ``solar_zenith`` and ``solar_azimuth`` or supply
773773 ``projection_ratio``.
774774
@@ -887,12 +887,12 @@ def reindl(surface_tilt, surface_azimuth, dhi, dni, ghi, dni_extra,
887887 Parameters
888888 ----------
889889 surface_tilt : numeric
890- Surface tilt angles in decimal degrees. The tilt angle is
890+ Surface tilt angles. [°] The tilt angle is
891891 defined as degrees from horizontal (e.g. surface facing up = 0,
892892 surface facing horizon = 90)
893893
894894 surface_azimuth : numeric
895- Surface azimuth angles in decimal degrees. The azimuth
895+ Surface azimuth angles. [°] The azimuth
896896 convention is defined as degrees east of north (e.g. North = 0,
897897 South=180 East = 90, West = 270).
898898
@@ -909,10 +909,10 @@ def reindl(surface_tilt, surface_azimuth, dhi, dni, ghi, dni_extra,
909909 Extraterrestrial normal irradiance. [Wm⁻²]
910910
911911 solar_zenith : numeric
912- Apparent (refraction-corrected) zenith angles in decimal degrees.
912+ Apparent (refraction-corrected) zenith angles. [°]
913913
914914 solar_azimuth : numeric
915- Sun azimuth angles in decimal degrees. The azimuth convention is
915+ Sun azimuth angles. [°] The azimuth convention is
916916 defined as degrees east of north (e.g. North = 0, East = 90,
917917 West = 270).
918918
@@ -1004,7 +1004,7 @@ def king(surface_tilt, dhi, ghi, solar_zenith):
10041004 Parameters
10051005 ----------
10061006 surface_tilt : numeric
1007- Surface tilt angles in decimal degrees. The tilt angle is
1007+ Surface tilt angles. [°] The tilt angle is
10081008 defined as degrees from horizontal (e.g. surface facing up = 0,
10091009 surface facing horizon = 90)
10101010
@@ -1015,7 +1015,7 @@ def king(surface_tilt, dhi, ghi, solar_zenith):
10151015 Global horizontal irradiance. [Wm⁻²]
10161016
10171017 solar_zenith : numeric
1018- Apparent (refraction-corrected) zenith angles in decimal degrees.
1018+ Apparent (refraction-corrected) zenith angles. [°]
10191019
10201020 Returns
10211021 --------
@@ -1056,12 +1056,12 @@ def perez(surface_tilt, surface_azimuth, dhi, dni, dni_extra,
10561056 Parameters
10571057 ----------
10581058 surface_tilt : numeric
1059- Surface tilt angles in decimal degrees. surface_tilt must be >=0
1059+ Surface tilt angles. [°] surface_tilt must be >=0
10601060 and <=180. The tilt angle is defined as degrees from horizontal
10611061 (e.g. surface facing up = 0, surface facing horizon = 90)
10621062
10631063 surface_azimuth : numeric
1064- Surface azimuth angles in decimal degrees. surface_azimuth must
1064+ Surface azimuth angles. [°] surface_azimuth must
10651065 be >=0 and <=360. The azimuth convention is defined as degrees
10661066 east of north (e.g. North = 0, South=180 East = 90, West = 270).
10671067
@@ -1079,7 +1079,7 @@ def perez(surface_tilt, surface_azimuth, dhi, dni, dni_extra,
10791079 degrees. solar_zenith must be >=0 and <=180.
10801080
10811081 solar_azimuth : numeric
1082- Sun azimuth angles in decimal degrees. solar_azimuth must be >=0
1082+ Sun azimuth angles. [°] solar_azimuth must be >=0
10831083 and <=360. The azimuth convention is defined as degrees east of
10841084 north (e.g. North = 0, East = 90, West = 270).
10851085
@@ -1322,12 +1322,12 @@ def perez_driesse(surface_tilt, surface_azimuth, dhi, dni, dni_extra,
13221322 Parameters
13231323 ----------
13241324 surface_tilt : numeric
1325- Surface tilt angles in decimal degrees. surface_tilt must be >=0
1325+ Surface tilt angles. [°] surface_tilt must be >=0
13261326 and <=180. The tilt angle is defined as degrees from horizontal
13271327 (e.g. surface facing up = 0, surface facing horizon = 90)
13281328
13291329 surface_azimuth : numeric
1330- Surface azimuth angles in decimal degrees. surface_azimuth must
1330+ Surface azimuth angles. [°] surface_azimuth must
13311331 be >=0 and <=360. The azimuth convention is defined as degrees
13321332 east of north (e.g. North = 0, South=180 East = 90, West = 270).
13331333
@@ -1345,7 +1345,7 @@ def perez_driesse(surface_tilt, surface_azimuth, dhi, dni, dni_extra,
13451345 degrees. solar_zenith must be >=0 and <=180.
13461346
13471347 solar_azimuth : numeric
1348- Sun azimuth angles in decimal degrees. solar_azimuth must be >=0
1348+ Sun azimuth angles. [°] solar_azimuth must be >=0
13491349 and <=360. The azimuth convention is defined as degrees east of
13501350 north (e.g. North = 0, East = 90, West = 270).
13511351
@@ -2305,18 +2305,18 @@ def gti_dirint(poa_global, aoi, solar_zenith, solar_azimuth, times,
23052305 degrees.
23062306
23072307 solar_azimuth : array-like
2308- Solar azimuth angles in decimal degrees.
2308+ Solar azimuth angles. [°]
23092309
23102310 times : DatetimeIndex
23112311 Time indices for the input array-like data
23122312
23132313 surface_tilt : numeric
2314- Surface tilt angles in decimal degrees. Tilt must be >=0 and
2314+ Surface tilt angles. [°] Tilt must be >=0 and
23152315 <=180. The tilt angle is defined as degrees from horizontal
23162316 (e.g. surface facing up = 0, surface facing horizon = 90).
23172317
23182318 surface_azimuth : numeric
2319- Surface azimuth angles in decimal degrees. surface_azimuth must
2319+ Surface azimuth angles. [°] surface_azimuth must
23202320 be >=0 and <=360. The Azimuth convention is defined as degrees
23212321 east of north (e.g. North = 0, South=180 East = 90, West = 270).
23222322
@@ -2628,7 +2628,7 @@ def erbs(ghi, zenith, datetime_or_doy, min_cos_zenith=0.065, max_zenith=87):
26282628 ghi: numeric
26292629 Global horizontal irradiance. [Wm⁻²]
26302630 zenith: numeric
2631- True (not refraction-corrected) zenith angles in decimal degrees.
2631+ True (not refraction-corrected) zenith angles. [°]
26322632 datetime_or_doy : int, float, array, pd.DatetimeIndex
26332633 Day of year or array of days of year e.g.
26342634 pd.DatetimeIndex.dayofyear, or pd.DatetimeIndex.
@@ -2726,7 +2726,7 @@ def erbs_driesse(ghi, zenith, datetime_or_doy=None, dni_extra=None,
27262726 ghi: numeric
27272727 Global horizontal irradiance. [Wm⁻²]
27282728 zenith: numeric
2729- True (not refraction-corrected) zenith angles in decimal degrees.
2729+ True (not refraction-corrected) zenith angles. [°]
27302730 datetime_or_doy : int, float, array or pd.DatetimeIndex, optional
27312731 Day of year or array of days of year e.g.
27322732 pd.DatetimeIndex.dayofyear, or pd.DatetimeIndex.
@@ -2847,7 +2847,7 @@ def orgill_hollands(ghi, zenith, datetime_or_doy, dni_extra=None,
28472847 ghi: numeric
28482848 Global horizontal irradiance. [Wm⁻²]
28492849 zenith: numeric
2850- True (not refraction-corrected) zenith angles in decimal degrees.
2850+ True (not refraction-corrected) zenith angles. [°]
28512851 datetime_or_doy : int, float, array, pd.DatetimeIndex
28522852 Day of year or array of days of year e.g.
28532853 pd.DatetimeIndex.dayofyear, or pd.DatetimeIndex.
@@ -2940,7 +2940,7 @@ def boland(ghi, solar_zenith, datetime_or_doy, a_coeff=8.645, b_coeff=0.613,
29402940 ghi: numeric
29412941 Global horizontal irradiance. [Wm⁻²]
29422942 solar_zenith: numeric
2943- True (not refraction-corrected) zenith angles in decimal degrees.
2943+ True (not refraction-corrected) zenith angles. [°]
29442944 datetime_or_doy : numeric, pandas.DatetimeIndex
29452945 Day of year or array of days of year e.g.
29462946 pd.DatetimeIndex.dayofyear, or pd.DatetimeIndex.
0 commit comments