Skip to content

Commit c53c499

Browse files
committed
add general technical descriptions/definitions
1 parent b1ff71f commit c53c499

1 file changed

Lines changed: 14 additions & 7 deletions

File tree

docs/sphinx/source/user_guide/extras/nomenclature.rst

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@ 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. [°]
35+
Apparent (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 the sun’s rays and a vector pointing straight up
38+
from the observer. [°]
3639

3740
apparent_elevation
3841
Refraction-corrected solar elevation angle. This is the complement of
@@ -146,7 +149,8 @@ There is a convention on consistent variable names throughout the library:
146149
Diode saturation current
147150

148151
solar_azimuth
149-
Azimuth angle of the sun in degrees East of North.
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 a reference point.
150154
The pvlib-python convention is defined as degrees east of north, so
151155
North = 0°, East = 90°, South = 180°, West = 270°.
152156

@@ -163,14 +167,17 @@ There is a convention on consistent variable names throughout the library:
163167
is composed of direct and diffuse components.
164168

165169
surface_azimuth
166-
Azimuth angle of the surface in degrees East of North. The pvlib-python
167-
convention is defined as degrees east (clockwise) of north, so North = 0°,
168-
East = 90°, South = 180°, West = 270°. Other tools may use different
170+
Azimuth angle of the surface in degrees East of North. This angle describes the
171+
horizontal orientation of the PV panel relative to a reference direction. The
172+
pvlib-python convention is defined as degrees east (clockwise) of north, so
173+
North = 0°, East = 90°, South = 180°, West = 270°. Other tools may use different
169174
conventions.
170175

171176
surface_tilt
172-
Panel tilt from horizontal [°]. A surface facing up = 0°, surface facing
173-
horizon = 90°.
177+
Panel tilt from horizontal [°]. The surface tilt angle describes
178+
the inclination of the PV panel and is defined as degrees from the horizontal
179+
such that a surface facing up would have a surface tilt of 0°, and one facing
180+
the horizon would be 90°. [°]
174181

175182
temp_air
176183
Temperature of the air

0 commit comments

Comments
 (0)