You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Validity checks with new kwargs min_pw and max_pw
- Note added in docstring of epw.read_epw() concerning TMY3.epw files from energyplus.net
- corresponding tests
index A pandas datetime index. NOTE, times are set to local standard time (daylight savings is not included). Days run from 0-23h to comply with PVLIB's convention
74
74
year Year, from original EPW file. Can be overwritten using coerce function.
ceiling_height Height of cloud base above local terrain (7777=unlimited), meter
100
100
present_weather_observation Indicator for remaining fields: If 0, then the observed weather codes are taken from the following field. If 9, then missing weather is assumed.
101
101
present_weather_codes Present weather code, see [1], chapter 2.9.1.28
102
-
precipitable_water Total precipitable water contained in a column of unit cross section from earth to top of atmosphere, cm
102
+
precipitable_water Total precipitable water contained in a column of unit cross section from earth to top of atmosphere, cm. Note that some old *_TMY3.epw files may have incorrect unit if it was retrieved from www.energyplus.net.
103
103
aerosol_optical_depth The broadband aerosol optical depth per unit of air mass due to extinction by aerosol component of atmosphere, unitless
104
104
snow_depth Snow depth in centimeters on the day indicated, (999 = missing data)
105
105
days_since_last_snowfall Number of days since last snowfall (maximum value of 88, where 88 = 88 or greater days; 99 = missing data)
106
106
albedo The ratio of reflected solar irradiance to global horizontal irradiance, unitless
107
107
liquid_precipitation_depth The amount of liquid precipitation observed at indicated time for the period indicated in the liquid precipitation quantity field, millimeter
108
108
liquid_precipitation_quantity The period of accumulation for the liquid precipitation depth field, hour
0 commit comments