Skip to content

Commit 7c0d704

Browse files
authored
Add bhi, pressure, and wind_ to list of variables (#1247)
All the terms except bhi are in agreement with pv-terms.
1 parent f80068c commit 7c0d704

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pvlib/data/variables_style_rules.csv

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ longitude;longitude
55
dni;direct normal irradiance
66
dni_extra;direct normal irradiance at top of atmosphere (extraterrestrial)
77
dhi;diffuse horizontal irradiance
8+
bhi;beam/direct horizontal irradiance
89
ghi;global horizontal irradiance
910
aoi;angle of incidence between :math:`90\deg` and :math:`90\deg`
1011
aoi_projection;cos(aoi)
@@ -27,6 +28,9 @@ temp_module;temperature of the module
2728
temp_air;temperature of the air
2829
temp_dew;dewpoint temperature
2930
relative_humidity;relative humidity
31+
wind_speed;wind speed
32+
wind_direction;wind direction
33+
pressure;atmospheric pressure
3034
v_mp, i_mp, p_mp;module voltage, current, power at the maximum power point
3135
v_oc;open circuit module voltage
3236
i_sc;short circuit module current

0 commit comments

Comments
 (0)