@@ -19,7 +19,16 @@ There is a convention on consistent variable names throughout the library:
1919 albedo
2020 Ratio of reflected solar irradiance to global horizontal irradiance
2121 [unitless]
22-
22+
23+ aod
24+ aod500
25+ aerosol optical depth [unitless]. Measure of aerosols (e.g., smoke
26+ particles, desert dust) distributed within a column of air from the
27+ instrument (Earth's surface) to the top of the atmosphere. The AOD
28+ value indicates the level of extinction of sunlight in this column, and
29+ when followed by a number (e.g. AOD500), indicates the extinction at
30+ this wavelength (500nm).
31+
2332 aoi
2433 Angle of incidence. Angle between the surface normal vector and the
2534 vector pointing towards the sun's center. [°]
@@ -33,17 +42,26 @@ There is a convention on consistent variable names throughout the library:
3342
3443 apparent_zenith
3544 Refraction-corrected solar zenith angle. The solar
36- zenith angle describes the position of the sun relative to the vertical and is
37- defined as the angle between a vector pointed straight up and a vector pointed
38- at the sun, from the observer. [°]
45+ zenith angle describes the position of the sun relative to the vertical
46+ and is defined as the angle between a vector pointed straight up and a
47+ vector pointed at the sun, from the observer. [°]
3948
4049 apparent_elevation
4150 Refraction-corrected solar elevation angle. This is the complement of
4251 :term: `apparent_zenith ` (90 - apparent_zenith). [°]
4352
4453 bhi
4554 Beam/direct horizontal irradiance
46-
55+
56+ clearness_index
57+ clearness index [unitless]. Ratio of global horizontal irraidance to
58+ the extra terrestrial irriance. The clearness index ranges between
59+ 0 and 1, with values closer to 1 indicating clear skies.
60+
61+ clearsky_index
62+ clearsky index [unitless]. Ratio of actual global irradiance to modeled
63+ clearsky global irradiance.
64+
4765 dhi
4866 Diffuse horizontal irradiance
4967
@@ -95,10 +113,12 @@ There is a convention on consistent variable names throughout the library:
95113 Sandia Array Performance Model IV curve parameters
96114
97115 latitude
98- Latitude in decimal degrees. Positive north of equator, negative to south.
116+ Latitude in decimal degrees. Positive north of equator, negative to
117+ south.
99118
100119 longitude
101- Longitude in decimal degrees. Positive east of prime meridian, negative to west.
120+ Longitude in decimal degrees. Positive east of prime meridian, negative
121+ to west.
102122
103123 pac, ac
104124 AC power
@@ -149,15 +169,16 @@ There is a convention on consistent variable names throughout the library:
149169 Diode saturation current
150170
151171 solar_azimuth
152- Azimuth angle of the sun in degrees East of North. The solar azimuth angle
153- describes the sun’s position along the horizon relative to the observer.
154- The pvlib-python convention is defined as degrees East of North, so
155- North = 0°, East = 90°, South = 180°, West = 270°.
172+ Azimuth angle of the sun in degrees East of North. The solar azimuth
173+ angle describes the sun’s position along the horizon relative to the
174+ observer. Azimuth is defined as degrees East of
175+ North, so North = 0°, East = 90°, South = 180°, West = 270°.
156176
157177 solar_zenith
158- Zenith angle of the sun in degrees. This is the angle between is between a
159- vector pointed straight up and a vector pointed at the sun, from the observer.
160- This is the complement of solar elevation (90 - elevation). [°]
178+ Zenith angle of the sun in degrees [°]. Zenith is the angle between is
179+ between a vector pointed straight up and a vector pointed at the sun,
180+ from the observer. Zenith is the complement of solar elevation, i.e.,
181+ zenith = 90 - elevation.
161182
162183 spectra
163184 spectra_components
@@ -167,16 +188,17 @@ There is a convention on consistent variable names throughout the library:
167188 is composed of direct and diffuse components.
168189
169190 surface_azimuth
170- Azimuth angle of the surface in degrees East of North. This angle describes the
171- horizontal projection of the normal vector from the surface. The pvlib-python
172- convention is defined as degrees East (clockwise) of North, so North = 0°,
173- East = 90°, South = 180°, West = 270°.
191+ Azimuth angle of the surface in degrees East of North. Surface azimuth
192+ is specified by the horizontal projection of the normal vector from
193+ the surface. Azimuth is defined as degrees East
194+ (clockwise) of North, so North = 0°, East = 90°, South = 180°,
195+ West = 270°.
174196
175197 surface_tilt
176198 Tilt from horizontal [°]. The surface tilt angle
177199 is defined as degrees from the horizontal
178- such that a surface facing up would have a surface tilt of 0°, and one facing
179- the horizon would be 90°. [°]
200+ such that a surface facing up would have a surface tilt of 0°, and one
201+ facing the horizon would be 90°. [°]
180202
181203 temp_air
182204 Temperature of the air
0 commit comments