Skip to content

Commit 8088ee8

Browse files
author
dacoex
committed
fix for pvlib#102
inserted link to variables
1 parent 612e9ea commit 8088ee8

File tree

3 files changed

+54
-0
lines changed

3 files changed

+54
-0
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
variable;description;comment
2+
tz;timezone;
3+
latitude;latitude;
4+
longitude;longitude;
5+
dni;direct normal irradiance;
6+
dni_extra;direct normal irradiance at top of atmosphere (extraterrestrial);
7+
dhi;diffuse horizontal irradiance;
8+
ghi;global horizontal irradiance;
9+
aoi;angle of incidence;
10+
aoi_projection;cos(aoi);
11+
airmass;airmass;
12+
airmass_relative;relative airmass;
13+
airmass_absolute;absolute airmass;
14+
poa_ground_diffuse;in plane ground reflected irradiation;
15+
poa_direct;direct/beam irradiation in plane;
16+
poa_diffuse;total diffuse irradiation in plane. sum of ground and sky diffuse.;
17+
poa_global;global irradiation in plane. sum of diffuse and beam projection.;
18+
poa_sky_diffuse;diffuse irradiation in plane from scattered light in the atmosphere (without ground reflected irradiation);
19+
surface_tilt;tilt angle of the surface;
20+
surface_azimuth;azimuth angle of the surface;
21+
solar_zenith;zenith angle of the sun in degrees;
22+
apparent_zenith;refraction-corrected solar zenith angle in degrees;
23+
solar_azimuth;azimuth angle of the sun in degrees East of North;
24+
temp_cell;temperature of the cell;
25+
temp_module;temperature of the module;
26+
temp_air;temperature of the air;
27+
temp_dew;dewpoint temperature;
28+
relative_humidity;relative humidity;
29+
v_mp, i_mp, p_mp;module voltage, current, power at the maximum power point;
30+
v_oc;open circuit module voltage;
31+
i_sc;short circuit module current;
32+
i_x, i_xx;Sandia Array Performance Model IV curve parameters;
33+
effective_irradiance;effective irradiance;
34+
photocurrent;photocurrent;
35+
saturation_current;diode saturation current;
36+
resistance_series;series resistance;
37+
resistance_shunt;shunt resistance;

docs/sphinx/source/index.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ and
4242

4343
The GitHub wiki also has a page on `Projects and publications that use pvlib python <https://github.com/pvlib/pvlib-python/wiki/Projects-and-publications-that-use-pvlib-python>`_ for inspiration and listing of your application.
4444

45+
There is a :ref:`convention of variable naming <variables_style_rules>` to ensure consistency throughout the library.
46+
4547
Installation
4648
============
4749

@@ -60,6 +62,7 @@ Contents
6062
self
6163
whatsnew
6264
comparison_pvlib_matlab
65+
variables_style_rules
6366
pvlib
6467

6568

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
.. _variables_style_rules:
2+
3+
*************************
4+
Variables and style rules
5+
*************************
6+
7+
There is a convention on consistent variable names throughout the library:
8+
9+
.. csv-table:: List of Variables
10+
:file: ./_static/variables_style-rules.csv
11+
:delim: ;
12+
:header-rows: 1
13+
:widths: 5, 20, 10
14+

0 commit comments

Comments
 (0)