@@ -80,11 +80,11 @@ def read_surfrad(filename, map_variables=True):
80
80
81
81
Dataframe includes the following fields:
82
82
83
- ======================= ====== ===========================================
83
+ ======================= ====== ==========================================
84
84
raw, mapped Format Description
85
- ======================= ====== ===========================================
85
+ ======================= ====== ==========================================
86
86
**Mapped field names are returned when the map_variables argument is True**
87
- ----------------------------------------------------------------------------
87
+ ---------------------------------------------------------------------------
88
88
year int year as 4 digit int
89
89
jday int day of year 1-365(or 366)
90
90
month int month (1-12)
@@ -94,7 +94,7 @@ def read_surfrad(filename, map_variables=True):
94
94
dt float decimal time i.e. 23.5 = 2330
95
95
zen, solar_zenith float solar zenith angle (deg)
96
96
**Fields below have associated qc flags labeled <field>_flag.**
97
- ----------------------------------------------------------------------------
97
+ ---------------------------------------------------------------------------
98
98
dw_solar, ghi float downwelling global solar(W/m^2)
99
99
uw_solar float updownwelling global solar(W/m^2)
100
100
direct_n, dni float direct normal solar (W/m^2)
@@ -115,7 +115,7 @@ def read_surfrad(filename, map_variables=True):
115
115
windspd, wind_speed float wind speed (m/s)
116
116
winddir, wind_direction float wind direction (deg, clockwise from north)
117
117
pressure float station pressure (mb)
118
- ======================= ====== ===========================================
118
+ ======================= ====== ==========================================
119
119
120
120
See README files located in the station directories in the SURFRAD
121
121
data archives[2] for details on SURFRAD daily data files.
0 commit comments