Skip to content

Commit 3ccef46

Browse files
committed
initial test
1 parent 4cfda4a commit 3ccef46

File tree

3 files changed

+26
-0
lines changed

3 files changed

+26
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
.. glossary:
2+
3+
Glossary
4+
========
5+
6+
.. glossary::
7+
8+
dni
9+
Direct Normal Irradiance [Wm⁻²]. Amount of radiation received per unit
10+
area by a surface perpendicular (normal) to the sun's rays that
11+
propagate in a straight line from the sun.
12+
13+
surface_tilt
14+
Panel tilt from horizontal [°]. For example, a surface facing up = 0°,
15+
surface facing horizon = 90°.

docs/sphinx/source/user_guide/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ User Guide
1616
bifacial
1717
weather_data
1818
variables_style_rules
19+
glossary
1920
singlediode
2021
faq

pvlib/irradiance.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -745,6 +745,10 @@ def haydavies(surface_tilt, surface_azimuth, dhi, dni, dni_extra,
745745
defined as degrees from horizontal (e.g. surface facing up = 0,
746746
surface facing horizon = 90)
747747
748+
surface_tilt : numeric
749+
Panel tilt from the horizontal, in decimal degrees, see
750+
:term:`surface_tilt`.
751+
748752
surface_azimuth : numeric
749753
Surface azimuth angles in decimal degrees. The azimuth
750754
convention is defined as degrees east of north (e.g. North=0,
@@ -756,6 +760,12 @@ def haydavies(surface_tilt, surface_azimuth, dhi, dni, dni_extra,
756760
dni : numeric
757761
Direct normal irradiance. [Wm⁻²]
758762
763+
dni : numeric
764+
Direct normal irradiance, see :term:`dni`. [Wm⁻²]
765+
766+
dni : numeric
767+
:term:`Direct Normal Irradiance<dni>` [Wm⁻²]
768+
759769
dni_extra : numeric
760770
Extraterrestrial normal irradiance. [Wm⁻²]
761771

0 commit comments

Comments
 (0)