Skip to content

Commit 3d422ee

Browse files
committed
style fix
1 parent 43c3798 commit 3d422ee

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pvlib/iotools/surfrad.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,11 @@ def read_surfrad(filename, map_variables=True):
8080
8181
Dataframe includes the following fields:
8282
83-
======================= ====== ===========================================
83+
======================= ====== ==========================================
8484
raw, mapped Format Description
85-
======================= ====== ===========================================
85+
======================= ====== ==========================================
8686
**Mapped field names are returned when the map_variables argument is True**
87-
----------------------------------------------------------------------------
87+
---------------------------------------------------------------------------
8888
year int year as 4 digit int
8989
jday int day of year 1-365(or 366)
9090
month int month (1-12)
@@ -94,7 +94,7 @@ def read_surfrad(filename, map_variables=True):
9494
dt float decimal time i.e. 23.5 = 2330
9595
zen, solar_zenith float solar zenith angle (deg)
9696
**Fields below have associated qc flags labeled <field>_flag.**
97-
----------------------------------------------------------------------------
97+
---------------------------------------------------------------------------
9898
dw_solar, ghi float downwelling global solar(W/m^2)
9999
uw_solar float updownwelling global solar(W/m^2)
100100
direct_n, dni float direct normal solar (W/m^2)
@@ -115,7 +115,7 @@ def read_surfrad(filename, map_variables=True):
115115
windspd, wind_speed float wind speed (m/s)
116116
winddir, wind_direction float wind direction (deg, clockwise from north)
117117
pressure float station pressure (mb)
118-
======================= ====== ===========================================
118+
======================= ====== ==========================================
119119
120120
See README files located in the station directories in the SURFRAD
121121
data archives[2] for details on SURFRAD daily data files.

0 commit comments

Comments
 (0)