netcdf J0208.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 = "13-May-2004 21:15:32:  Modified [lon,lat] to [-67.012500,44.889900].\n",
			"Thu May 13 20:33:32 2004: /usr/local/nco/bin/ncrcat -d time,2453139.6875,2453139.833 J0208.met.realtime.nc J0208.met.realtime.nc.new" ;
		: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 = 49999 ;
		:visibility_sensor_serial_number = 262 ;
		:processing = "realtime" ;
		:water_depth = 35 ;
		:mooring_site_id = "J0208" ;
		:mooring_site_desc = "Cobscook Bay" ;
		:breakout_id = 1 ;
		:delta_t = 60 ;
		:magnetic_variation = -18.6 ;
		:goes_platform_id = "04405528" ;
		:starting_julian_day_number = 2453219.00000579 ;
		:starting_julian_day_string = "2004-08-01 00:00:00" ;
		:ending_julian_day_number = 2453225.95833912 ;
		:ending_julian_day_string = "2004-08-07 23:00:00" ;
		:algorithm_ids = "WIND_DIR_1.2:  12-May-2004 17:24:17\n",
			"AAN_VIZ_1.2:  12-May-2004 17:24:17" ;
data:

 lat = 44.8899 ;

 lon = -67.0125 ;

 air_temperature_depth = -3 ;

 visibility_depth = -3 ;

 wind_depth = -4 ;

 time = 2453219, 2453219.04166667, 2453219.08333333, 2453219.125, 
    2453219.16666667, 2453219.20833333, 2453219.25, 2453219.29166667, 
    2453219.33333333, 2453219.375, 2453219.41666667, 2453219.45833333, 
    2453219.5, 2453219.54166667, 2453219.58333333, 2453219.625, 
    2453219.66666667, 2453219.70833333, 2453219.75, 2453219.79166667, 
    2453219.83333333, 2453219.875, 2453219.91666667, 2453219.95833333, 
    2453220, 2453220.04166667, 2453220.08333333, 2453220.125, 
    2453220.16666667, 2453220.20833333, 2453220.25, 2453220.29166667, 
    2453220.33333333, 2453220.375, 2453220.41666667, 2453220.45833333, 
    2453220.5, 2453220.54166667, 2453220.58333333, 2453220.625, 
    2453220.66666667, 2453220.70833333, 2453220.75, 2453220.79166667, 
    2453220.83333333, 2453220.875, 2453220.91666667, 2453220.95833333, 
    2453221, 2453221.04166667, 2453221.08333333, 2453221.125, 
    2453221.16666667, 2453221.20833333, 2453221.25, 2453221.29166667, 
    2453221.33333333, 2453221.375, 2453221.41666667, 2453221.45833333, 
    2453221.5, 2453221.54166667, 2453221.58333333, 2453221.625, 
    2453221.66666667, 2453221.70833333, 2453221.75, 2453221.79166667, 
    2453221.83333333, 2453221.875, 2453221.91666667, 2453221.95833333, 
    2453222, 2453222.04166667, 2453222.08333333, 2453222.125, 
    2453222.16666667, 2453222.20833333, 2453222.25, 2453222.29166667, 
    2453222.33333333, 2453222.375, 2453222.41666667, 2453222.45833333, 
    2453222.5, 2453222.54166667, 2453222.58333333, 2453222.625, 
    2453222.66666667, 2453222.70833333, 2453222.75, 2453222.79166667, 
    2453222.83333333, 2453222.875, 2453222.91666667, 2453222.95833333, 
    2453223, 2453223.04166667, 2453223.08333333, 2453223.125, 
    2453223.16666667, 2453223.20833333, 2453223.25, 2453223.29166667, 
    2453223.33333333, 2453223.375, 2453223.41666667, 2453223.45833333, 
    2453223.5, 2453223.54166667, 2453223.58333333, 2453223.625, 
    2453223.66666667, 2453223.70833333, 2453223.75, 2453223.79166667, 
    2453223.83333333, 2453223.875, 2453223.91666667, 2453223.95833333, 
    2453224, 2453224.04166667, 2453224.08333333, 2453224.125, 
    2453224.16666667, 2453224.20833333, 2453224.25, 2453224.29166667, 
    2453224.33333333, 2453224.375, 2453224.41666667, 2453224.45833333, 
    2453224.5, 2453224.54166667, 2453224.58333333, 2453224.625, 
    2453224.66666667, 2453224.70833333, 2453224.75, 2453224.79166667, 
    2453224.83333333, 2453224.875, 2453224.91666667, 2453224.95833333, 
    2453225, 2453225.04166667, 2453225.08333333, 2453225.125, 
    2453225.16666667, 2453225.20833333, 2453225.25, 2453225.29166667, 
    2453225.33333333, 2453225.375, 2453225.41666667, 2453225.45833333, 
    2453225.5, 2453225.54166667, 2453225.58333333, 2453225.625, 
    2453225.66666667, 2453225.70833333, 2453225.75, 2453225.79166667, 
    2453225.83333333, 2453225.875, 2453225.91666667, 2453225.95833333 ;

 air_temperature =
  18.85,
  18.58,
  17.75,
  17.49,
  17.84,
  17.84,
  17.62,
  17.49,
  17.14,
  17.37,
  17.28,
  13.63,
  13.11,
  14.1,
  19.25,
  19.67,
  22.98,
  22.88,
  21.3,
  15.34,
  13.38,
  13.67,
  21.18,
  12.24,
  12.51,
  11.6,
  12.99,
  11.07,
  11.24,
  10.97,
  10.47,
  11.52,
  10.91,
  11.71,
  11.32,
  11.5,
  13.13,
  13.97,
  14.93,
  16.41,
  15.73,
  18.07,
  16.49,
  15.65,
  14.42,
  15.97,
  12.81,
  12.54,
  12.02,
  11.56,
  11.09,
  10.98,
  11.1,
  10.6,
  10.44,
  10.28,
  10.3,
  10.56,
  11.3,
  11.94,
  11.96,
  12.34,
  11.76,
  11.93,
  12.67,
  14.38,
  19.66,
  19.34,
  17.47,
  12.95,
  13.29,
  12.87,
  12.71,
  11.44,
  12.85,
  11.46,
  11.03,
  12.01,
  11,
  10.64,
  10.82,
  10.81,
  11.21,
  11.1,
  12.47,
  18.77,
  19.79,
  17.94,
  19.76,
  20.78,
  21.4,
  19.68,
  17.74,
  18.19,
  15.57,
  14.82,
  13.05,
  12.14,
  12.54,
  11.96,
  11.2,
  11.76,
  12.2,
  11.88,
  11.75,
  11.68,
  13.31,
  13.41,
  14.71,
  16.84,
  16.92,
  17.02,
  18.7,
  15.7,
  17.27,
  17.5,
  19.08,
  13.43,
  12.71,
  13.12,
  11.79,
  11.46,
  11.45,
  11.19,
  11.07,
  10.72,
  11.01,
  10.63,
  10.74,
  11.53,
  11.2,
  11.47,
  12.9,
  14,
  13.73,
  13.77,
  16.36,
  14.8,
  14.67,
  13.72,
  14.77,
  13.38,
  12.84,
  12.88,
  12.75,
  12.28,
  12.04,
  11.93,
  11.94,
  11.22,
  11.45,
  12.3,
  12.12,
  12.72,
  14.86,
  15.14,
  15.39,
  16.16,
  17.32,
  17.11,
  16.02,
  16.3,
  16.55,
  16.57,
  17.92,
  18.17,
  17.27,
  16.1 ;

 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 =
  9.72,
  10.58,
  9.84,
  8.94,
  9.8,
  7.92,
  9.49,
  6.272,
  4.998,
  3.606,
  3.136,
  4.194,
  5.331,
  4.626,
  6.546,
  5.37,
  9.17,
  8.78,
  6.429,
  6.076,
  6.742,
  5.782,
  4.822,
  5.998,
  5.566,
  4.312,
  5.841,
  4.194,
  3.881,
  3.724,
  2.548,
  1.254,
  2.666,
  1.725,
  1.49,
  0.823,
  1.803,
  1.078,
  1.921,
  0.784,
  3.136,
  4.665,
  4.508,
  3.92,
  3.136,
  4.978,
  4.508,
  3.685,
  3.646,
  3.489,
  3.567,
  2.45,
  3.489,
  2.509,
  1.529,
  1.764,
  1.686,
  2.783,
  2.822,
  3.45,
  4.234,
  5.684,
  7.53,
  8.19,
  6.978,
  7.25,
  7.06,
  8.23,
  6.037,
  6.311,
  7.25,
  4.606,
  3.959,
  4.665,
  3.136,
  3.41,
  4.547,
  1.666,
  1.176,
  1.646,
  1.725,
  1.137,
  0.294,
  1.882,
  1.137,
  6.39,
  4.077,
  2.352,
  1.411,
  7.68,
  4.116,
  3.567,
  4.273,
  3.43,
  1.49,
  0.588,
  2.666,
  1.098,
  0.588,
  0.98,
  0.666,
  0.941,
  2.626,
  1.176,
  1.137,
  1.45,
  2.43,
  4.155,
  4.978,
  3.528,
  4.39,
  1.862,
  1.254,
  5.292,
  7.21,
  7.1,
  4.312,
  5.253,
  2.744,
  1.96,
  1.568,
  0.745,
  2.705,
  1.274,
  0.627,
  1.764,
  2.626,
  0.902,
  1.921,
  3.646,
  2.548,
  1.568,
  1.529,
  1.058,
  1.058,
  2.47,
  2.156,
  1.764,
  4.351,
  3.136,
  3.41,
  3.332,
  1.568,
  1.294,
  1.96,
  1.274,
  1.411,
  0.588,
  1.411,
  1.372,
  1.176,
  0.98,
  1.725,
  1.607,
  4.155,
  5.292,
  5.919,
  6.194,
  7.02,
  8.7,
  9.72,
  7.72,
  8.47,
  9.02,
  7.94,
  4.077,
  1.666,
  3.646 ;

 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 =
  7.12,
  6.655,
  7.59,
  6.474,
  6.919,
  6.069,
  6.097,
  4.583,
  2.809,
  2.34,
  1.879,
  3.459,
  4.22,
  3.473,
  4.413,
  3.791,
  6.339,
  5.509,
  4.308,
  4.318,
  5.873,
  3.888,
  4.189,
  4.92,
  4.7,
  3.278,
  3.549,
  3.651,
  3.258,
  2.54,
  0.59,
  0.743,
  1.599,
  1.142,
  0.756,
  0.429,
  1.578,
  0.635,
  1.431,
  0.285,
  2.246,
  4.306,
  3.829,
  3.484,
  2.257,
  4.127,
  3.279,
  3.014,
  3.02,
  2.62,
  3.148,
  1.76,
  2.462,
  2.052,
  0.487,
  1.238,
  1.362,
  1.833,
  2.151,
  2.764,
  3.63,
  5.331,
  6.257,
  6.993,
  5.923,
  6.019,
  5.644,
  6.712,
  4.595,
  5.512,
  5.895,
  3.734,
  2.761,
  3.489,
  1.871,
  2.736,
  3.726,
  0.245,
  0.871,
  1.202,
  0.556,
  0.819,
  0,
  1.438,
  0.664,
  4.547,
  3.046,
  1.015,
  0.574,
  3.838,
  3.338,
  3.021,
  3.596,
  1.934,
  0.871,
  0.15,
  2.188,
  0.664,
  0.329,
  0.764,
  0.222,
  0.683,
  2.293,
  0.273,
  0.64,
  0.95,
  1.649,
  3.289,
  4.725,
  2.352,
  2.951,
  0.75,
  0.993,
  3.821,
  5.383,
  5.604,
  2.892,
  4.174,
  1.542,
  1.455,
  1.041,
  0.126,
  2.269,
  0.536,
  0.181,
  1.257,
  1.54,
  0.174,
  1.507,
  2.378,
  1.633,
  0.699,
  1.23,
  0.672,
  0.805,
  1.986,
  1.574,
  1.554,
  4.054,
  1.984,
  3.052,
  2.736,
  0.915,
  0.874,
  1.499,
  0.757,
  0.868,
  0.011,
  0.903,
  0.839,
  0.525,
  0.381,
  1.266,
  1.43,
  3.177,
  4.079,
  4.409,
  4.397,
  5.035,
  6.124,
  7.99,
  5.429,
  6.375,
  6.397,
  4.133,
  2.776,
  1.242,
  1.85 ;

 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 =
  214.1,
  225,
  204.4,
  214.9,
  214.5,
  215.9,
  216.4,
  219.6,
  190.2,
  201.6,
  182.4,
  147.2,
  132.5,
  130.9,
  219.2,
  183.2,
  236.2,
  213,
  188.4,
  138.7,
  152.6,
  145.2,
  204.9,
  147.4,
  152,
  135.3,
  103.2,
  144.1,
  146.7,
  149.4,
  149.7,
  353.43,
  169.9,
  205.3,
  14.32,
  9.66,
  145.1,
  34.5,
  154.7,
  89.1,
  157.6,
  171.5,
  163.1,
  159.7,
  188.7,
  140,
  139.2,
  139.8,
  155.6,
  124.8,
  149,
  127.6,
  145.1,
  144.9,
  129.3,
  129.4,
  160.1,
  131.5,
  146.5,
  136.7,
  117.5,
  135.8,
  141.4,
  134.5,
  140.6,
  139.4,
  172.9,
  177.4,
  167.9,
  141.4,
  157.5,
  153.6,
  201.1,
  134.9,
  144.1,
  124.3,
  145.4,
  217.8,
  103.3,
  38.81,
  168,
  173.7,
  341.4,
  165.1,
  240.2,
  341.566,
  4.22,
  113.7,
  115.1,
  352.07,
  342.288,
  312.9,
  325.5,
  224.9,
  128.5,
  79.7,
  190.7,
  147.5,
  77.8,
  102.3,
  203.5,
  248.2,
  297.4,
  302.3,
  227.2,
  349.3,
  337.5,
  311.6,
  308.5,
  334.7,
  2.14,
  241,
  84.1,
  155.6,
  169.8,
  172.3,
  185.3,
  129.1,
  87.4,
  159.2,
  141.9,
  351.17,
  170.5,
  197.9,
  32.09,
  150.3,
  158.4,
  165.7,
  300.5,
  109.4,
  308,
  310.6,
  168.1,
  204,
  136.4,
  118.8,
  114.5,
  118.9,
  136.5,
  151.6,
  164.3,
  164.5,
  151.6,
  3.62,
  167.6,
  164.4,
  115.6,
  55.7,
  150.3,
  232.6,
  29.47,
  158.8,
  302.1,
  283.5,
  344.663,
  344.039,
  347.742,
  346.094,
  345.626,
  349.32,
  1.52,
  352.76,
  1.94,
  2.12,
  349.28,
  351.17,
  272.4,
  248.5 ;

 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 =
  2959.125,
  2959.726,
  971.9907,
  980.4006,
  1278.35,
  1667.007,
  1617.148,
  701.6732,
  531.0728,
  710.083,
  1579.304,
  2048.455,
  2894.249,
  2551.846,
  2960.326,
  2958.524,
  2960.326,
  2960.326,
  2960.326,
  2960.326,
  2960.326,
  2960.927,
  2960.927,
  2959.726,
  2959.726,
  2791.528,
  1142.591,
  460.1895,
  198.7624,
  269.3453,
  340.589,
  113.1619,
  241.0521,
  121.752,
  118.388,
  385.9423,
  228.7977,
  462.5923,
  327.5537,
  2724.249,
  2919.478,
  2960.927,
  2960.927,
  2960.927,
  2960.927,
  2960.927,
  2960.927,
  2960.927,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2956.722,
  2945.309,
  2894.249,
  2956.121,
  2706.828,
  2789.125,
  2486.369,
  2960.326,
  2939.302,
  2957.323,
  2960.326,
  2960.326,
  2030.434,
  328.7551,
  399.2179,
  350.6809,
  258.6528,
  347.2568,
  308.0909,
  132.024,
  82.04532,
  172.9321,
  104.9923,
  229.5185,
  114.0629,
  405.7055,
  1283.757,
  2959.726,
  2960.326,
  2960.326,
  2960.326,
  2960.326,
  2960.326,
  2960.326,
  2960.326,
  2960.326,
  2960.326,
  2960.326,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2960.326,
  2959.726,
  2959.726,
  1608.739,
  2960.927,
  2960.326,
  2960.927,
  2960.927,
  2960.326,
  2960.326,
  2960.326,
  2960.326,
  2960.326,
  2960.326,
  2960.326,
  2960.326,
  2960.326,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2960.927,
  2960.326,
  2960.326,
  2935.097,
  2960.326,
  2960.326,
  2960.326,
  2960.326,
  2960.927,
  2960.927,
  2960.326,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2960.326,
  2960.326,
  2960.326,
  2960.326,
  2960.326,
  2960.326,
  2960.326,
  2953.719,
  2845.592,
  2835.98,
  2960.326,
  2959.726 ;

 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 ;
}
