netcdf B0105.met.realtime {
dimensions:
	lat = 1 ;
	lon = 1 ;
	air_temperature_depth = 1 ;
	visibility_depth = 1 ;
	wind_depth = 1 ;
	time = 168 ;
variables:
	double lat(lat) ;
		lat:long_name = "Latitude" ;
		lat:standard_name = "latitude" ;
		lat:short_name = "lat" ;
		lat:units = "degrees_north" ;
		lat:_FillValue = -999. ;
		lat:valid_range = -90., 90. ;
		lat:epic_code = 500 ;
		lat:Comment = "Coordinate variable" ;
	double lon(lon) ;
		lon:long_name = "Longitude" ;
		lon:standard_name = "longitude" ;
		lon:short_name = "lon" ;
		lon:modulo = 360. ;
		lon:units = "degrees_east" ;
		lon:_FillValue = -999. ;
		lon:valid_range = -180., 180. ;
		lon:epic_code = 502 ;
		lon:Comment = "Coordinate variable" ;
	double air_temperature_depth(air_temperature_depth) ;
		air_temperature_depth:long_name = "Depth" ;
		air_temperature_depth:standard_name = "depth" ;
		air_temperature_depth:short_name = "D" ;
		air_temperature_depth:units = "meters" ;
		air_temperature_depth:positive = "down" ;
		air_temperature_depth:_FillValue = -999. ;
		air_temperature_depth:valid_range = -10000., 100. ;
		air_temperature_depth:epic_code = 3 ;
		air_temperature_depth:Comment = "Coordinate variable" ;
	double visibility_depth(visibility_depth) ;
		visibility_depth:long_name = "Depth" ;
		visibility_depth:standard_name = "depth" ;
		visibility_depth:short_name = "D" ;
		visibility_depth:units = "meters" ;
		visibility_depth:positive = "down" ;
		visibility_depth:_FillValue = -999. ;
		visibility_depth:valid_range = -10000., 100. ;
		visibility_depth:epic_code = 3 ;
		visibility_depth:Comment = "Coordinate variable" ;
	double wind_depth(wind_depth) ;
		wind_depth:long_name = "Depth" ;
		wind_depth:standard_name = "depth" ;
		wind_depth:short_name = "D" ;
		wind_depth:units = "meters" ;
		wind_depth:positive = "down" ;
		wind_depth:_FillValue = -999. ;
		wind_depth:valid_range = -10000., 100. ;
		wind_depth:Comment = "Coordinate variable" ;
	double time(time) ;
		time:long_name = "Time" ;
		time:standard_name = "time" ;
		time:short_name = "time" ;
		time:units = "days since -4713-01-01 00:00:00" ;
		time:_FillValue = -999. ;
		time:valid_range = 0., 2460000. ;
		time:epic_code = 624 ;
		time:Comment = "Coordinate variable" ;
	float air_temperature(time, air_temperature_depth, lat, lon) ;
		air_temperature:long_name = "Air Temperature" ;
		air_temperature:standard_name = "air_temperature" ;
		air_temperature:short_name = "AT" ;
		air_temperature:ancillary_variables = "air_temperature_qc" ;
		air_temperature:_FillValue = -999.f ;
		air_temperature:units = "celsius" ;
		air_temperature:valid_range = -40.f, 40.f ;
		air_temperature:is_dead = 0 ;
		air_temperature:epic_code = 20 ;
	byte air_temperature_qc(time, air_temperature_depth, lat, lon) ;
		air_temperature_qc:long_name = "Air Temperature QC" ;
		air_temperature_qc:short_name = "ATQC" ;
		air_temperature_qc:intent = "data_quality" ;
		air_temperature_qc:standard_name = "air_temperature data_quality" ;
		air_temperature_qc:_FillValue = 128s ;
		air_temperature_qc:units = "1" ;
		air_temperature_qc:valid_range = -127s, 127s ;
		air_temperature_qc:flag_values = 0s, 1s, 2s, 3s ;
		air_temperature_qc:flag_meanings = "quality_good out_of_range sensor_nonfunctional questionable" ;
	float wind_gust(time, wind_depth, lat, lon) ;
		wind_gust:long_name = "Wind Gust" ;
		wind_gust:short_name = "WGST" ;
		wind_gust:ancillary_variables = "wind_gust_qc" ;
		wind_gust:_FillValue = -999.f ;
		wind_gust:units = "m/s" ;
		wind_gust:valid_range = 0.f, 200.f ;
		wind_gust:is_dead = 0 ;
		wind_gust:epic_code = 42 ;
	byte wind_gust_qc(time, wind_depth, lat, lon) ;
		wind_gust_qc:long_name = "Wind Gust QC" ;
		wind_gust_qc:short_name = "WGSTQC" ;
		wind_gust_qc:intent = "data_quality" ;
		wind_gust_qc:standard_name = "wind_gust data_quality" ;
		wind_gust_qc:_FillValue = 128s ;
		wind_gust_qc:units = "1" ;
		wind_gust_qc:valid_range = -127s, 127s ;
		wind_gust_qc:flag_values = 0s, 1s, 2s, 3s ;
		wind_gust_qc:flag_meanings = "quality_good out_of_range sensor_nonfunctional questionable" ;
	float wind_speed(time, wind_depth, lat, lon) ;
		wind_speed:long_name = "Wind Speed" ;
		wind_speed:standard_name = "wind_speed" ;
		wind_speed:ancillary_variables = "wind_speed_qc" ;
		wind_speed:short_name = "WSPD" ;
		wind_speed:_FillValue = -999.f ;
		wind_speed:units = "m/s" ;
		wind_speed:valid_range = 0.f, 200.f ;
		wind_speed:is_dead = 0 ;
		wind_speed:epic_code = 401 ;
	byte wind_speed_qc(time, wind_depth, lat, lon) ;
		wind_speed_qc:long_name = "Wind Speed QC" ;
		wind_speed_qc:short_name = "WSPDQC" ;
		wind_speed_qc:intent = "data_quality" ;
		wind_speed_qc:standard_name = "wind_speed data_quality" ;
		wind_speed_qc:_FillValue = 128s ;
		wind_speed_qc:units = "1" ;
		wind_speed_qc:valid_range = -127s, 127s ;
		wind_speed_qc:flag_values = 0s, 1s, 2s, 3s ;
		wind_speed_qc:flag_meanings = "quality_good out_of_range sensor_nonfunctional questionable" ;
	float wind_direction(time, wind_depth, lat, lon) ;
		wind_direction:long_name = "Wind Direction" ;
		wind_direction:standard_name = "wind_from_direction" ;
		wind_direction:ancillary_variables = "wind_direction_qc" ;
		wind_direction:short_name = "WDIR" ;
		wind_direction:_FillValue = -999.f ;
		wind_direction:units = "degrees" ;
		wind_direction:valid_range = 0.f, 360.f ;
		wind_direction:is_dead = 0 ;
		wind_direction:epic_code = 410 ;
	byte wind_direction_qc(time, wind_depth, lat, lon) ;
		wind_direction_qc:long_name = "Wind Direction QC" ;
		wind_direction_qc:short_name = "WDIRQC" ;
		wind_direction_qc:intent = "data_quality" ;
		wind_direction_qc:standard_name = "wind_from_direction data_quality" ;
		wind_direction_qc:_FillValue = 128s ;
		wind_direction_qc:units = "1" ;
		wind_direction_qc:valid_range = -127s, 127s ;
		wind_direction_qc:flag_values = 0s, 1s, 2s, 3s ;
		wind_direction_qc:flag_meanings = "quality_good out_of_range sensor_nonfunctional questionable" ;
	float visibility(time, visibility_depth, lat, lon) ;
		visibility:long_name = "Visibility" ;
		visibility:standard_name = "visibility_in_air" ;
		visibility:short_name = "VIS" ;
		visibility:ancillary_variables = "visibility_qc" ;
		visibility:_FillValue = -999.f ;
		visibility:units = "meters" ;
		visibility:valid_range = 0.f, 3000.f ;
		visibility:is_dead = 0 ;
		visibility:calibration_coeffs = -0.5517, 0.6007056, 0., 0. ;
	byte visibility_qc(time, visibility_depth, lat, lon) ;
		visibility_qc:long_name = "Visibility Quality" ;
		visibility_qc:short_name = "VISQ" ;
		visibility_qc:intent = "data_quality" ;
		visibility_qc:standard_name = "visibility_in_air data_quality" ;
		visibility_qc:_FillValue = 128s ;
		visibility_qc:units = "1" ;
		visibility_qc:valid_range = -127s, 127s ;
		visibility_qc:flag_values = 0s, 1s, 2s, 3s ;
		visibility_qc:flag_meanings = "quality_good out_of_range sensor_nonfunctional questionable" ;

// global attributes:
		:title = "Gulf of Maine Ocean Observing System: Realtime Buoy Observations" ;
		:institution = "Department of Physical Oceanography, School of Marine Sciences, University of Maine" ;
		:institution_url = "http://gyre.umeoce.maine.edu" ;
		:history = "Wed Feb 11 19:23:46 2004: /usr/local/nco/bin/ncrcat -d time,2452923.8236,2453047.8333 B0105.met.realtime.nc B0105.met.realtime.nc.new\n",
			"11-Oct-2003 13:45:15:  Modified [lon,lat] to [-70.426496,43.181098].\n",
			"Sat Oct 11 01:02:29 2003: ncrcat -d time,2452923.83333332, pre/B0105.met.realtime.nc post/B0105.met.realtime.nc" ;
		:source = "Ocean Data Acquisition Systems (ODAS) Buoy" ;
		:references = "http://gyre.umeoce.maine.edu/data/gomoos/buoy/doc/buoy_system_doc/buoy_system/book1.html" ;
		:comment = "" ;
		:Conventions = "CF-1.0" ;
		:project = "GOMOOS" ;
		:project_url = "http://gomoos.org" ;
		:contact = "nealp@maine.edu,ljm@umeoce.maine.edu,jevans@umeoce.maine.edu" ;
		:time_zone = "UTC" ;
		:julian_day_convention = "Julian date convention begins at 00:00:00 UTC on 1 January 4713 BC" ;
		:buffer_type = "met" ;
		:instrument_number = 0 ;
		:wind_sensor_serial_number = 17 ;
		:visibility_sensor_serial_number = 291 ;
		:processing = "realtime" ;
		:water_depth = 62 ;
		:mooring_site_id = "B0105" ;
		:mooring_site_desc = "Western Maine Shelf" ;
		:breakout_id = 1 ;
		:delta_t = 60 ;
		:magnetic_variation = -16.3167 ;
		:goes_platform_id = "04400554" ;
		:starting_julian_day_number = 2453044.04167244 ;
		:starting_julian_day_string = "2004-02-08 01:00:00" ;
		:ending_julian_day_number = 2453051.00000579 ;
		:ending_julian_day_string = "2004-02-15 00:00:00" ;
		:algorithm_ids = "WIND_DIR_1.2:  03-Oct-2003 12:08:54\n",
			"AAN_VIZ_1.2:  03-Oct-2003 12:08:54" ;
data:

 lat = 43.181098244407 ;

 lon = -70.4264956387607 ;

 air_temperature_depth = -3 ;

 visibility_depth = -3 ;

 wind_depth = -4 ;

 time = 2453044.04166667, 2453044.08333333, 2453044.125, 2453044.16666667, 
    2453044.20833333, 2453044.25, 2453044.29166667, 2453044.33333333, 
    2453044.375, 2453044.41666667, 2453044.45833333, 2453044.5, 
    2453044.54166667, 2453044.58333333, 2453044.625, 2453044.66666667, 
    2453044.70833333, 2453044.75, 2453044.79166667, 2453044.83333333, 
    2453044.875, 2453044.91666667, 2453044.95833333, 2453045, 
    2453045.04166667, 2453045.08333333, 2453045.125, 2453045.16666667, 
    2453045.20833333, 2453045.25, 2453045.29166667, 2453045.33333333, 
    2453045.375, 2453045.41666667, 2453045.45833333, 2453045.5, 
    2453045.54166667, 2453045.58333333, 2453045.625, 2453045.66666667, 
    2453045.70833333, 2453045.75, 2453045.79166667, 2453045.83333333, 
    2453045.875, 2453045.91666667, 2453045.95833333, 2453046, 
    2453046.04166667, 2453046.08333333, 2453046.125, 2453046.16666667, 
    2453046.20833333, 2453046.25, 2453046.29166667, 2453046.33333333, 
    2453046.375, 2453046.41666667, 2453046.45833333, 2453046.5, 
    2453046.54166667, 2453046.58333333, 2453046.625, 2453046.66666667, 
    2453046.70833333, 2453046.75, 2453046.79166667, 2453046.83333333, 
    2453046.875, 2453046.91666667, 2453046.95833333, 2453047, 
    2453047.04166667, 2453047.08333333, 2453047.125, 2453047.16666667, 
    2453047.20833333, 2453047.25, 2453047.29166667, 2453047.33333333, 
    2453047.375, 2453047.41666667, 2453047.45833333, 2453047.5, 
    2453047.54166667, 2453047.58333333, 2453047.625, 2453047.66666667, 
    2453047.70833333, 2453047.75, 2453047.79166667, 2453047.83333333, 
    2453047.875, 2453047.91666667, 2453047.95833333, 2453048, 
    2453048.04166667, 2453048.08333333, 2453048.125, 2453048.16666667, 
    2453048.20833333, 2453048.25, 2453048.29166667, 2453048.33333333, 
    2453048.375, 2453048.41666667, 2453048.45833333, 2453048.5, 
    2453048.54166667, 2453048.58333333, 2453048.625, 2453048.66666667, 
    2453048.70833333, 2453048.75, 2453048.79166667, 2453048.83333333, 
    2453048.875, 2453048.91666667, 2453048.95833333, 2453049, 
    2453049.04166667, 2453049.08333333, 2453049.125, 2453049.16666667, 
    2453049.20833333, 2453049.25, 2453049.29166667, 2453049.33333333, 
    2453049.375, 2453049.41666667, 2453049.45833333, 2453049.5, 
    2453049.54166667, 2453049.58333333, 2453049.625, 2453049.66666667, 
    2453049.70833333, 2453049.75, 2453049.79166667, 2453049.83333333, 
    2453049.875, 2453049.91666667, 2453049.95833333, 2453050, 
    2453050.04166667, 2453050.08333333, 2453050.125, 2453050.16666667, 
    2453050.20833333, 2453050.25, 2453050.29166667, 2453050.33333333, 
    2453050.375, 2453050.41666667, 2453050.45833333, 2453050.5, 
    2453050.54166667, 2453050.58333333, 2453050.625, 2453050.66666667, 
    2453050.70833333, 2453050.75, 2453050.79166667, 2453050.83333333, 
    2453050.875, 2453050.91666667, 2453050.95833333, 2453051 ;

 air_temperature =
  1.357,
  -0.593,
  -2.491,
  -3.567,
  -4.182,
  -4.51,
  -4.371,
  -4.638,
  -5.369,
  -6.865,
  -8.31,
  -9.97,
  -9.41,
  -10.12,
  -9.42,
  -8.65,
  -7.93,
  -7.25,
  -6.633,
  -6.196,
  -5.579,
  -5.443,
  -5.555,
  -5.027,
  -4.56,
  -4.231,
  -3.832,
  -3.807,
  -3.582,
  -3.337,
  -3.152,
  -3.157,
  -3.32,
  -3.172,
  -3.197,
  -3.076,
  -2.968,
  -2.525,
  -1.886,
  -1.076,
  -0.439,
  0.691,
  1.089,
  2.765,
  3.184,
  3.14,
  3.31,
  3.112,
  2.88,
  2.8,
  2.576,
  2.554,
  2.604,
  2.671,
  2.364,
  2.275,
  2.091,
  2.08,
  2.09,
  1.839,
  2.026,
  1.756,
  2.171,
  2.661,
  3.655,
  3.874,
  4.378,
  4.072,
  4.493,
  3.845,
  3.852,
  3.537,
  2.934,
  2.693,
  2.14,
  1.63,
  1.531,
  1.382,
  1.252,
  1.139,
  0.718,
  0.643,
  0.449,
  0.1,
  0.022,
  0.098,
  0.677,
  0.911,
  1.166,
  1.237,
  1.146,
  0.95,
  0.31,
  -1.065,
  -1.888,
  -2.825,
  -3.496,
  -3.953,
  -4.237,
  -4.777,
  -5.183,
  -5.453,
  -6.117,
  -6.443,
  -6.757,
  -6.829,
  -6.922,
  -6.852,
  -6.142,
  -6.105,
  -5.643,
  -4.896,
  -4.093,
  -3.049,
  -2.352,
  -1.427,
  -0.979,
  -0.192,
  0.057,
  0.159,
  0.799,
  0.751,
  0.543,
  0.18,
  0.288,
  -0.428,
  0.142,
  0.394,
  0.138,
  -0.106,
  -0.469,
  -0.584,
  -0.27,
  -0.22,
  0.427,
  1.66,
  2.066,
  2.153,
  2.767,
  2.999,
  3.04,
  3.159,
  2.821,
  2.493,
  2.749,
  2.594,
  2.34,
  2.082,
  1.94,
  2.098,
  2,
  1.737,
  1.602,
  1.586,
  1.464,
  1.349,
  1.006,
  0.878,
  1.389,
  2.057,
  2.158,
  2.647,
  2.987,
  3.349,
  3.823,
  3.156,
  2.631,
  2.341 ;

 air_temperature_qc =
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0 ;

 wind_gust =
  12.23,
  15.52,
  12.39,
  12.11,
  11.45,
  11.29,
  12.39,
  14.19,
  14.5,
  16.93,
  17.6,
  17.44,
  17.25,
  14.27,
  17.48,
  15.21,
  17.21,
  15.48,
  14.58,
  15.84,
  16.03,
  15.29,
  11.33,
  11.64,
  12.74,
  10.35,
  13.05,
  12.39,
  13.48,
  11.88,
  12.82,
  12.58,
  11.41,
  11.21,
  11.96,
  10.39,
  10.66,
  9.56,
  9.25,
  9.06,
  8.94,
  8.31,
  5.586,
  8.04,
  7.84,
  7.21,
  8.31,
  9.45,
  10.51,
  9.49,
  7.8,
  6.586,
  7.64,
  8.51,
  7.92,
  7.88,
  6.938,
  6.782,
  6.39,
  5.841,
  6.507,
  7.96,
  7.37,
  7.68,
  8.35,
  5.958,
  8.51,
  7.21,
  8.31,
  5.684,
  4.939,
  7.84,
  7.33,
  5.331,
  5.018,
  4.273,
  6.664,
  7.25,
  7.29,
  8.11,
  8.55,
  7.25,
  9.13,
  7.92,
  9.13,
  11.09,
  9.29,
  9.29,
  10.66,
  12.54,
  11.6,
  13.25,
  12.86,
  15.09,
  16.35,
  14.74,
  14.9,
  13.01,
  13.48,
  11.84,
  10.54,
  11.92,
  11.8,
  8.66,
  8.39,
  6.625,
  4.665,
  6.742,
  5.566,
  6.703,
  8.98,
  9.25,
  9.84,
  8.7,
  9.72,
  7.64,
  7.1,
  5.723,
  4.508,
  4.43,
  6.586,
  5.978,
  7.02,
  6.938,
  8.23,
  7.6,
  9.76,
  10.82,
  10.58,
  8.9,
  9.13,
  9.37,
  8.7,
  8.78,
  7.84,
  13.21,
  10.7,
  9.92,
  8.55,
  6.35,
  10,
  10.47,
  8.43,
  5.998,
  9.53,
  9.06,
  9.72,
  9.49,
  9.09,
  9.84,
  10.31,
  11.6,
  10.19,
  9.49,
  9.13,
  9.02,
  8.74,
  7.68,
  7.37,
  7.49,
  8.94,
  9.13,
  7.02,
  6.468,
  8.74,
  9.56,
  8.19,
  7.21 ;

 wind_gust_qc =
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0 ;

 wind_speed =
  9.27,
  13.13,
  10.23,
  9.95,
  9.08,
  8.96,
  9.75,
  11.51,
  12.16,
  14.15,
  13.95,
  13.35,
  12.52,
  11.12,
  12.99,
  12.13,
  13.7,
  12.86,
  12.41,
  13,
  13.31,
  11.31,
  8.57,
  9.66,
  10.41,
  8.71,
  11.26,
  10.61,
  10.73,
  9.85,
  10.71,
  10.49,
  9.96,
  9.81,
  10.15,
  8.91,
  9.3,
  8.24,
  7.87,
  7.58,
  7.91,
  6.828,
  3.814,
  6.081,
  6.429,
  6.186,
  7.13,
  8.13,
  9.13,
  8.21,
  6.515,
  5.769,
  6.333,
  7.29,
  6.875,
  6.985,
  5.823,
  5.822,
  5.148,
  4.978,
  5.443,
  6.777,
  6.323,
  6.198,
  5.524,
  4.808,
  6.813,
  5.947,
  6.754,
  4.872,
  4.365,
  6.361,
  5.876,
  4.288,
  4.268,
  3.69,
  5.274,
  6.051,
  6.157,
  6.651,
  6.76,
  5.721,
  7.51,
  6.817,
  8.02,
  8.81,
  7.17,
  7.29,
  8.7,
  9.64,
  9.15,
  10.64,
  10.88,
  12.81,
  13.44,
  12.79,
  12.31,
  10.68,
  10.3,
  8.23,
  8.33,
  9.66,
  9.77,
  6.961,
  5.895,
  4.691,
  3.454,
  5.399,
  4.345,
  5.49,
  7.44,
  7.52,
  7.72,
  7.1,
  7.6,
  6.625,
  5.746,
  4.451,
  3.787,
  3.733,
  5.586,
  5.026,
  5.926,
  5.84,
  6.646,
  6.458,
  8.14,
  8.52,
  8.63,
  7.6,
  7.79,
  8.08,
  7.65,
  7.52,
  6.407,
  10.2,
  8.27,
  7.96,
  6.405,
  5.257,
  8.11,
  8.65,
  5.947,
  4.732,
  8.1,
  7.32,
  8.28,
  8.05,
  8.08,
  8.01,
  8.43,
  9.76,
  8.83,
  8.07,
  7.73,
  7.38,
  7.3,
  6.59,
  6.452,
  6.346,
  7.05,
  7.45,
  5.394,
  5.706,
  6.452,
  8,
  6.35,
  6.296 ;

 wind_speed_qc =
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0 ;

 wind_direction =
  309.2833,
  315.2833,
  309.1833,
  303.4833,
  285.9833,
  282.4833,
  295.8833,
  302.7833,
  319.9833,
  316.4833,
  309.6833,
  313.0833,
  328.2833,
  313.5833,
  312.5833,
  310.7833,
  307.8833,
  300.3833,
  307.6833,
  307.9833,
  303.7833,
  307.8833,
  291.7833,
  278.8833,
  264.8833,
  254.7833,
  246.1833,
  241.8833,
  246.5833,
  241.5833,
  243.4833,
  245.4833,
  247.5833,
  235.3833,
  244.1833,
  249.1833,
  243.1833,
  236.3833,
  220.3833,
  189.8833,
  196.9833,
  217.0833,
  227.9833,
  178.1833,
  201.8833,
  217.4833,
  197.7833,
  186.9833,
  204.2833,
  203.2833,
  193.0833,
  188.6833,
  199.0833,
  199.2833,
  224.6833,
  221.0833,
  230.7833,
  236.2833,
  254.2833,
  239.3833,
  238.4833,
  236.8833,
  227.5833,
  231.3833,
  264.8833,
  246.6833,
  263.1833,
  255.8833,
  270.3833,
  268.1833,
  281.2833,
  280.6833,
  272.4833,
  305.9833,
  254.8833,
  253.3833,
  238.8833,
  247.7833,
  237.9833,
  269.5833,
  262.9833,
  267.0833,
  270.7833,
  268.8833,
  256.9833,
  275.4833,
  267.5833,
  268.4833,
  278.4833,
  273.2833,
  313.6833,
  300.7833,
  315.7833,
  316.0833,
  309.8833,
  298.7833,
  305.8833,
  308.3833,
  299.9833,
  274.2833,
  303.1833,
  301.4833,
  325.2833,
  310.0833,
  326.2833,
  333.0833,
  325.5833,
  300.2833,
  308.1833,
  249.0833,
  258.5833,
  273.9833,
  269.0833,
  256.7833,
  233.7833,
  231.2833,
  188.2833,
  214.8833,
  217.5833,
  217.1833,
  194.4833,
  181.1833,
  204.3833,
  187.4833,
  182.4833,
  166.9833,
  164.1833,
  133.7833,
  147.8833,
  154.9833,
  144.9833,
  139.6833,
  143.7833,
  248.2833,
  232.5833,
  179.1833,
  247.3833,
  161.9833,
  224.9833,
  218.1833,
  216.9833,
  137.6833,
  236.2833,
  199.5833,
  236.0833,
  124.3833,
  240.5833,
  243.5833,
  239.8833,
  232.2833,
  229.3833,
  215.9833,
  237.2833,
  213.5833,
  238.6833,
  166.3833,
  143.2833,
  160.2833,
  254.0833,
  219.6833,
  214.3833,
  203.4833,
  186.5833,
  218.1833,
  265.6833,
  274.7833,
  232.5833,
  236.2833 ;

 wind_direction_qc =
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0 ;

 visibility =
  2756.687,
  2687.005,
  2745.274,
  2771.705,
  2783.118,
  2781.917,
  2778.312,
  2759.69,
  2740.468,
  2678.595,
  2629.337,
  2657.571,
  2694.814,
  2744.673,
  2634.744,
  2730.256,
  2533.225,
  2720.044,
  2704.426,
  2721.846,
  2794.531,
  2621.528,
  2837.782,
  2815.556,
  2806.546,
  2826.969,
  2783.719,
  2781.316,
  2756.086,
  2766.298,
  2778.913,
  2807.747,
  2808.348,
  2802.341,
  2786.122,
  2415.486,
  2804.143,
  2780.715,
  2751.881,
  2741.669,
  2751.281,
  2699.62,
  2675.592,
  2724.85,
  2684.602,
  2714.037,
  2726.652,
  2687.005,
  2674.991,
  2688.807,
  2645.556,
  2638.348,
  2643.154,
  2666.581,
  2640.751,
  2653.366,
  2653.366,
  2681.599,
  2655.769,
  2658.772,
  2004.604,
  2447.924,
  2050.257,
  2562.659,
  2610.716,
  2504.391,
  2464.143,
  2708.631,
  2593.295,
  2664.178,
  2754.284,
  2744.072,
  2756.687,
  2766.298,
  2742.871,
  2747.677,
  2725.45,
  2727.853,
  2724.85,
  2748.878,
  2774.107,
  2778.913,
  2761.493,
  2745.874,
  2745.274,
  2750.079,
  2426.299,
  2772.305,
  2586.087,
  2354.815,
  2736.864,
  2561.458,
  1941.53,
  1770.929,
  2721.846,
  2764.496,
  2777.111,
  2781.316,
  2785.521,
  2794.531,
  2806.546,
  2796.934,
  2804.743,
  2824.567,
  2817.358,
  2827.57,
  2824.567,
  2818.56,
  2804.143,
  2830.574,
  2775.91,
  2767.5,
  2774.107,
  2768.701,
  2732.659,
  2422.695,
  1108.952,
  2778.312,
  2795.132,
  2787.924,
  2783.719,
  2772.305,
  2792.129,
  2778.312,
  2737.464,
  2758.489,
  2730.256,
  2677.394,
  2669.585,
  2685.804,
  2676.793,
  2687.005,
  2698.418,
  2647.359,
  2724.85,
  2690.009,
  2538.631,
  2554.249,
  2563.26,
  2336.193,
  2440.716,
  2373.437,
  2735.662,
  2727.853,
  2719.443,
  2706.228,
  2680.998,
  2696.016,
  2682.199,
  2708.631,
  2684.602,
  2691.811,
  2705.026,
  2700.221,
  2712.835,
  2697.217,
  2723.648,
  2667.182,
  2709.832,
  2569.267,
  2627.535,
  2583.083,
  2448.525,
  2370.433,
  2474.956,
  2707.429,
  2724.85,
  2730.256 ;

 visibility_qc =
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0 ;
}
