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 = 2453149.00000579 ;
		:starting_julian_day_string = "2004-05-23 00:00:00" ;
		:ending_julian_day_number = 2453155.95833912 ;
		:ending_julian_day_string = "2004-05-29 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 = 2453149, 2453149.04166667, 2453149.08333333, 2453149.125, 
    2453149.16666667, 2453149.20833333, 2453149.25, 2453149.29166667, 
    2453149.33333333, 2453149.375, 2453149.41666667, 2453149.45833333, 
    2453149.5, 2453149.54166667, 2453149.58333333, 2453149.625, 
    2453149.66666667, 2453149.70833333, 2453149.75, 2453149.79166667, 
    2453149.83333333, 2453149.875, 2453149.91666667, 2453149.95833333, 
    2453150, 2453150.04166667, 2453150.08333333, 2453150.125, 
    2453150.16666667, 2453150.20833333, 2453150.25, 2453150.29166667, 
    2453150.33333333, 2453150.375, 2453150.41666667, 2453150.45833333, 
    2453150.5, 2453150.54166667, 2453150.58333333, 2453150.625, 
    2453150.66666667, 2453150.70833333, 2453150.75, 2453150.79166667, 
    2453150.83333333, 2453150.875, 2453150.91666667, 2453150.95833333, 
    2453151, 2453151.04166667, 2453151.08333333, 2453151.125, 
    2453151.16666667, 2453151.20833333, 2453151.25, 2453151.29166667, 
    2453151.33333333, 2453151.375, 2453151.41666667, 2453151.45833333, 
    2453151.5, 2453151.54166667, 2453151.58333333, 2453151.625, 
    2453151.66666667, 2453151.70833333, 2453151.75, 2453151.79166667, 
    2453151.83333333, 2453151.875, 2453151.91666667, 2453151.95833333, 
    2453152, 2453152.04166667, 2453152.08333333, 2453152.125, 
    2453152.16666667, 2453152.20833333, 2453152.25, 2453152.29166667, 
    2453152.33333333, 2453152.375, 2453152.41666667, 2453152.45833333, 
    2453152.5, 2453152.54166667, 2453152.58333333, 2453152.625, 
    2453152.66666667, 2453152.70833333, 2453152.75, 2453152.79166667, 
    2453152.83333333, 2453152.875, 2453152.91666667, 2453152.95833333, 
    2453153, 2453153.04166667, 2453153.08333333, 2453153.125, 
    2453153.16666667, 2453153.20833333, 2453153.25, 2453153.29166667, 
    2453153.33333333, 2453153.375, 2453153.41666667, 2453153.45833333, 
    2453153.5, 2453153.54166667, 2453153.58333333, 2453153.625, 
    2453153.66666667, 2453153.70833333, 2453153.75, 2453153.79166667, 
    2453153.83333333, 2453153.875, 2453153.91666667, 2453153.95833333, 
    2453154, 2453154.04166667, 2453154.08333333, 2453154.125, 
    2453154.16666667, 2453154.20833333, 2453154.25, 2453154.29166667, 
    2453154.33333333, 2453154.375, 2453154.41666667, 2453154.45833333, 
    2453154.5, 2453154.54166667, 2453154.58333333, 2453154.625, 
    2453154.66666667, 2453154.70833333, 2453154.75, 2453154.79166667, 
    2453154.83333333, 2453154.875, 2453154.91666667, 2453154.95833333, 
    2453155, 2453155.04166667, 2453155.08333333, 2453155.125, 
    2453155.16666667, 2453155.20833333, 2453155.25, 2453155.29166667, 
    2453155.33333333, 2453155.375, 2453155.41666667, 2453155.45833333, 
    2453155.5, 2453155.54166667, 2453155.58333333, 2453155.625, 
    2453155.66666667, 2453155.70833333, 2453155.75, 2453155.79166667, 
    2453155.83333333, 2453155.875, 2453155.91666667, 2453155.95833333 ;

 air_temperature =
  5.753,
  5.414,
  5.302,
  5.139,
  5.229,
  5.515,
  4.991,
  5.399,
  5.768,
  5.784,
  5.684,
  5.381,
  5.683,
  5.907,
  6.356,
  6.796,
  6.134,
  6.687,
  9.26,
  7.92,
  8.41,
  8.4,
  8.39,
  8.79,
  7.07,
  6.388,
  7.44,
  5.635,
  5.268,
  5.356,
  5.767,
  5.993,
  5.465,
  5.99,
  6.803,
  6.568,
  7.05,
  7.28,
  6.84,
  6.859,
  6.959,
  6.188,
  6.058,
  7.03,
  6.742,
  7.09,
  7.78,
  8.47,
  8.2,
  7.9,
  8.49,
  7.93,
  7.86,
  6.747,
  6.222,
  6.169,
  5.929,
  6.204,
  6.076,
  5.96,
  5.97,
  6.019,
  6.449,
  6.561,
  6.791,
  7.02,
  7.44,
  6.278,
  6.225,
  6.419,
  6.952,
  7.27,
  6.716,
  6.553,
  6.259,
  6.561,
  6.25,
  6.107,
  5.689,
  5.608,
  5.401,
  5.459,
  5.446,
  5.429,
  5.555,
  5.879,
  6.211,
  6.104,
  6.105,
  5.982,
  5.983,
  6.083,
  5.614,
  5.975,
  6.193,
  5.713,
  5.29,
  5.197,
  5.263,
  5.279,
  5.552,
  5.619,
  5.76,
  5.598,
  5.47,
  5.599,
  5.485,
  5.557,
  5.499,
  5.809,
  5.792,
  6.22,
  6.538,
  7.81,
  7.63,
  7.62,
  7.82,
  7.63,
  7.63,
  6.482,
  6.876,
  6.867,
  6.84,
  6.669,
  6.681,
  6.647,
  6.282,
  6.161,
  5.789,
  5.974,
  5.919,
  5.903,
  6.548,
  6.923,
  8.22,
  8.98,
  8.5,
  7.63,
  8.05,
  7.36,
  7.14,
  5.845,
  6.256,
  6.17,
  6.274,
  6.478,
  6.903,
  6.909,
  6.916,
  7.23,
  6.972,
  7.11,
  7.08,
  7.5,
  8.01,
  8.59,
  8.72,
  9.21,
  9.42,
  9.44,
  10.23,
  9.9,
  9.97,
  10.7,
  10.93,
  11.07,
  10.42,
  9.42 ;

 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 =
  1.333,
  1.999,
  0.784,
  0.823,
  0.314,
  0.706,
  1.568,
  0.784,
  1.176,
  0.862,
  1.098,
  1.529,
  1.725,
  2.705,
  2.783,
  2.509,
  1.686,
  0.882,
  0.902,
  2.705,
  2.509,
  3.097,
  2.744,
  3.371,
  3.881,
  2.45,
  2.783,
  2.548,
  2.548,
  3.175,
  1.666,
  1.058,
  2.783,
  1.176,
  2.626,
  0.941,
  2.822,
  5.253,
  8.15,
  5.586,
  4.547,
  10.27,
  7.06,
  5.057,
  6.194,
  6.899,
  7.37,
  12.27,
  9.64,
  9.45,
  13.84,
  11.96,
  10.66,
  12.07,
  10.27,
  11.45,
  11.64,
  12.11,
  9.11,
  11.8,
  9.02,
  7.92,
  4.9,
  6.703,
  8.55,
  7.45,
  7.6,
  6.037,
  7.8,
  9.25,
  7.45,
  7.13,
  5.449,
  3.43,
  1.568,
  2.47,
  2.274,
  2.666,
  1.999,
  1.96,
  1.078,
  1.568,
  2.313,
  4.077,
  3.41,
  4.508,
  4.116,
  4.194,
  3.528,
  2.548,
  2.117,
  2.744,
  4.782,
  3.763,
  2.45,
  2.234,
  1.764,
  1.568,
  1.529,
  0.98,
  1.96,
  3.097,
  3.254,
  2.352,
  2.509,
  1.176,
  3.175,
  1.176,
  0.588,
  0.627,
  1.254,
  1.058,
  1.607,
  1.764,
  2.979,
  2.783,
  1.568,
  1.078,
  2.313,
  2.587,
  1.999,
  2.43,
  2.038,
  1.372,
  1.372,
  1.137,
  1.372,
  1.137,
  2.156,
  1.568,
  1.49,
  1.607,
  1.568,
  1.137,
  4.39,
  3.763,
  3.685,
  5.645,
  5.684,
  4.626,
  5.527,
  6.429,
  6.272,
  5.919,
  6.115,
  7.17,
  6.115,
  4.39,
  4.155,
  2.744,
  2.783,
  1.882,
  2.979,
  3.489,
  4.508,
  5.919,
  8.9,
  9.45,
  9.02,
  10.43,
  9.56,
  11.56,
  13.05,
  12,
  11.45,
  11.64,
  12.62,
  11.64 ;

 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 =
  0.704,
  1.744,
  0.043,
  0.481,
  0.052,
  0.113,
  1.302,
  0.312,
  0.387,
  0.475,
  0.688,
  1.157,
  1.128,
  1.956,
  2.062,
  1.518,
  1.235,
  0.146,
  0.183,
  2.343,
  1.977,
  2.341,
  1.979,
  3.014,
  2.935,
  1.968,
  2.086,
  2.154,
  2.008,
  2.441,
  1.098,
  0.713,
  1.807,
  0.578,
  2.257,
  0.187,
  1.4,
  3.828,
  6.738,
  3.637,
  1.388,
  8.01,
  6.063,
  3.789,
  4.432,
  4.275,
  5.56,
  8.86,
  7.81,
  7.04,
  9.41,
  8.77,
  7.54,
  9.59,
  8.11,
  8.4,
  9.43,
  9.14,
  6.92,
  8.71,
  6.518,
  6.071,
  3.453,
  5.214,
  6.078,
  5.863,
  5.959,
  4.683,
  6.549,
  7.48,
  5.601,
  4.952,
  3.592,
  1.762,
  0.956,
  2.041,
  1.664,
  1.908,
  1.202,
  1.5,
  0.449,
  0.723,
  1.281,
  3.337,
  2.586,
  3.435,
  3.438,
  3.373,
  2.814,
  2.132,
  1.814,
  1.965,
  3.984,
  3.248,
  1.797,
  1.581,
  1.215,
  1.067,
  0.77,
  0.697,
  1.557,
  2.599,
  2.515,
  2.017,
  1.653,
  0.769,
  2.463,
  0.102,
  0.226,
  0.144,
  0.843,
  0.679,
  1.442,
  1.478,
  2.696,
  2.157,
  1.29,
  0.892,
  1.911,
  2.051,
  1.638,
  1.923,
  1.544,
  0.99,
  0.857,
  0.766,
  0.72,
  0.702,
  1.738,
  1.054,
  1.168,
  1.217,
  1.158,
  0.65,
  2.776,
  2.491,
  1.816,
  4.236,
  4.701,
  4.121,
  4.611,
  5.31,
  5.37,
  5.12,
  5.387,
  5.555,
  4.219,
  3.283,
  3.432,
  0.812,
  2.267,
  0.939,
  2.114,
  2.566,
  3.86,
  4.97,
  7.61,
  7.9,
  6.958,
  8.87,
  8.14,
  9.9,
  10.24,
  9.41,
  8.86,
  9.03,
  9.57,
  7.98 ;

 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 =
  182.2,
  180.7,
  165.7,
  142.5,
  188.5,
  50.02,
  169.5,
  1.3,
  292.6,
  355.21,
  112.2,
  93,
  353.24,
  358.62,
  61.2,
  86.9,
  259.6,
  214.5,
  169,
  168.9,
  166.6,
  157.9,
  172,
  177.3,
  169.4,
  161.1,
  145.1,
  148,
  147.8,
  165.5,
  51.9,
  132,
  6.13,
  118.3,
  320.6,
  32.08,
  65.1,
  41.03,
  65.5,
  60.1,
  74.3,
  85.2,
  83.2,
  76.4,
  68,
  61.6,
  52,
  62.9,
  68.7,
  64.2,
  69.7,
  66.6,
  71.9,
  78.9,
  77.6,
  72.8,
  79.5,
  69.6,
  61.4,
  68.9,
  70.8,
  52.2,
  50.09,
  51.4,
  64.1,
  71,
  67.1,
  86.3,
  86.3,
  82.9,
  90.4,
  60.9,
  84.2,
  97,
  206.7,
  63.2,
  51.03,
  63.8,
  128,
  149.2,
  93.2,
  334.2,
  112.1,
  89.4,
  85.7,
  89.6,
  89,
  99.4,
  71.5,
  106.4,
  86.7,
  109.3,
  102.3,
  131.3,
  177.9,
  173.3,
  143.7,
  129,
  120.9,
  110.3,
  171.2,
  149,
  193.2,
  156.7,
  186,
  153.7,
  125,
  108.3,
  329.6,
  19.91,
  141.9,
  87.3,
  69.8,
  93.1,
  104.3,
  143.7,
  135.1,
  172.9,
  124.2,
  160,
  92.4,
  133.6,
  108.6,
  152.5,
  266.2,
  280,
  112.4,
  293.4,
  319.8,
  124.1,
  162.5,
  91.7,
  255.4,
  169.2,
  209,
  229.4,
  184.8,
  151.6,
  179.1,
  159.6,
  156.6,
  147.5,
  169.2,
  160,
  160.9,
  159.4,
  179.6,
  177.3,
  186.2,
  220.8,
  176.6,
  179.5,
  246.3,
  274.1,
  260.5,
  289.8,
  296.2,
  313.2,
  323.5,
  313.7,
  300.9,
  311.6,
  301.7,
  312.2,
  314.1,
  297.2,
  305.8,
  322.7 ;

 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 =
  2963.93,
  2963.93,
  2963.93,
  2963.93,
  2963.93,
  2963.93,
  2963.93,
  2963.93,
  2963.93,
  2959.125,
  2882.835,
  2963.93,
  2963.93,
  2964.531,
  2965.132,
  2965.132,
  2965.132,
  2061.07,
  2791.528,
  2965.132,
  2965.132,
  2964.531,
  2964.531,
  2964.531,
  2963.93,
  2963.93,
  2963.93,
  2963.93,
  2963.93,
  2963.93,
  2963.93,
  2963.93,
  2963.93,
  2963.93,
  1491.601,
  650.6132,
  2964.531,
  2964.531,
  2964.531,
  2953.118,
  2941.104,
  1406.901,
  2965.132,
  2965.132,
  2963.93,
  2963.93,
  2895.45,
  2915.874,
  2963.93,
  1633.368,
  1930.116,
  2796.333,
  2577.076,
  2450.327,
  2759.09,
  2180.61,
  1304.181,
  2963.93,
  2963.93,
  2907.464,
  2918.277,
  2963.93,
  1971.565,
  2350.61,
  2561.458,
  2208.844,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2963.93,
  2963.93,
  2963.93,
  2963.93,
  2963.93,
  2963.93,
  2963.93,
  2963.93,
  2963.93,
  2963.93,
  2963.93,
  2963.93,
  2963.93,
  2963.93,
  2965.132,
  2965.132,
  2965.132,
  2964.531,
  2965.132,
  2964.531,
  2964.531,
  2965.132,
  2965.132,
  2963.93,
  2963.93,
  2963.93,
  2963.93,
  1986.582,
  487.2213,
  934.7469,
  2963.93,
  2801.139,
  2963.93,
  1617.749,
  2240.08,
  761.143,
  571.9207,
  523.2636,
  2384.85,
  632.592,
  2963.93,
  2958.524,
  2964.531,
  2964.531,
  2964.531,
  2964.531,
  2885.839,
  2964.531,
  2963.93,
  2963.93,
  2963.93,
  2963.93,
  2963.93,
  2963.93,
  1354.64,
  684.8534,
  1797.961,
  2211.246,
  634.9948,
  1058.492,
  542.4861,
  2550.044,
  2439.514,
  2963.93,
  2964.531,
  2964.531,
  2964.531,
  2276.723,
  1657.396,
  2274.921,
  2535.027,
  2963.93,
  2963.93,
  2963.93,
  2963.93,
  2963.93,
  2963.93,
  2963.93,
  2951.916,
  2962.729,
  2963.93,
  2963.93,
  2963.93,
  2963.93,
  2963.93,
  2964.531,
  2964.531,
  2964.531,
  2897.252,
  2964.531,
  2965.132,
  2964.531,
  2964.531,
  2960.326,
  2956.121,
  2964.531,
  2963.93 ;

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