@@ -32,7 +32,7 @@ There is a convention on consistent variable names throughout the library:
3232 Average photon energy
3333
3434 apparent_zenith
35- Refraction-corrected solar zenith angle in degrees. Must be >=0 and <=180.
35+ Refraction-corrected solar zenith angle in degrees.
3636 This angle accounts for atmospheric refraction effects.
3737
3838 apparent_elevation
@@ -147,14 +147,14 @@ There is a convention on consistent variable names throughout the library:
147147 Diode saturation current
148148
149149 solar_azimuth
150- Azimuth angle of the sun in degrees East of North. Must be >=0 and <=360.
150+ Azimuth angle of the sun in degrees East of North.
151151 The pvlib-python convention is defined as degrees east of north, so that
152152 North = 0°, East = 90°, South = 180°, West = 270°.
153153
154154 solar_zenith
155- Zenith angle of the sun in degrees. Must be >=0 and <=180.
156- This is the angle between the sun's rays and the vertical direction.
157- This is the complement of :term: ` solar_elevation ` (90 - elevation).
155+ Zenith angle of the sun in degrees. This is the angle between the sun's rays and
156+ the vertical direction. This is the complement of :term: ` solar_elevation `
157+ (90 - elevation).
158158
159159 spectra
160160 spectra_components
@@ -164,10 +164,10 @@ There is a convention on consistent variable names throughout the library:
164164 is composed of direct and diffuse components.
165165
166166 surface_azimuth
167- Azimuth angle of the surface in degrees East of North. Must be >=0 and <=360.
168- The pvlib-python convention is defined as degrees east (clockwise) of north, so
169- that North = 0°, East = 90°, South = 180°, West = 270°. Other tools may
170- use different conventions.
167+ Azimuth angle of the surface in degrees East of North. The pvlib-python
168+ convention is defined as degrees east (clockwise) of north, so that North = 0°,
169+ East = 90°, South = 180°, West = 270°. Other tools may use different
170+ conventions.
171171
172172 surface_tilt
173173 Panel tilt from horizontal [°]. Must be >=0 and <=180.
0 commit comments