Skip to content

Commit e6dea98

Browse files
author
dacoex
committed
moving the file the hard way
1 parent 284f421 commit e6dea98

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ coverage.xml
6969

7070

7171
#Datafiles
72-
*.csv
72+
#*.csv
7373

7474
# vi
7575
*.swp

pvlib/data/variables_style-rules.csv

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
variable;description;comment;Symbol acc. IEC 61724:1998;Unit acc. IEC 61724:1998
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.;;:math:`G_{I}`;:math:`W x m^{-2}`
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;;;

0 commit comments

Comments
 (0)