netcdf J0208.met.realtime {
dimensions:
	lat = 1 ;
	lon = 1 ;
	air_temperature_depth = 1 ;
	visibility_depth = 1 ;
	wind_depth = 1 ;
	time = 167 ;
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 = 2453142.00000579 ;
		:starting_julian_day_string = "2004-05-16 00:00:00" ;
		:ending_julian_day_number = 2453148.95833912 ;
		:ending_julian_day_string = "2004-05-22 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 = 2453142, 2453142.04166667, 2453142.08333333, 2453142.125, 
    2453142.16666667, 2453142.20833333, 2453142.25, 2453142.29166667, 
    2453142.33333333, 2453142.375, 2453142.41666667, 2453142.45833333, 
    2453142.5, 2453142.54166667, 2453142.58333333, 2453142.625, 
    2453142.66666667, 2453142.70833333, 2453142.75, 2453142.79166667, 
    2453142.83333333, 2453142.875, 2453142.91666667, 2453142.95833333, 
    2453143, 2453143.04166667, 2453143.08333333, 2453143.125, 
    2453143.16666667, 2453143.20833333, 2453143.25, 2453143.29166667, 
    2453143.33333333, 2453143.375, 2453143.41666667, 2453143.45833333, 
    2453143.5, 2453143.54166667, 2453143.58333333, 2453143.625, 
    2453143.66666667, 2453143.70833333, 2453143.75, 2453143.79166667, 
    2453143.83333333, 2453143.875, 2453143.91666667, 2453143.95833333, 
    2453144, 2453144.04166667, 2453144.08333333, 2453144.125, 
    2453144.16666667, 2453144.20833333, 2453144.25, 2453144.29166667, 
    2453144.33333333, 2453144.375, 2453144.41666667, 2453144.45833333, 
    2453144.5, 2453144.54166667, 2453144.58333333, 2453144.625, 
    2453144.66666667, 2453144.70833333, 2453144.75, 2453144.79166667, 
    2453144.83333333, 2453144.875, 2453144.91666667, 2453144.95833333, 
    2453145, 2453145.04166667, 2453145.08333333, 2453145.125, 
    2453145.16666667, 2453145.20833333, 2453145.25, 2453145.29166667, 
    2453145.33333333, 2453145.41666667, 2453145.45833333, 2453145.5, 
    2453145.54166667, 2453145.58333333, 2453145.625, 2453145.66666667, 
    2453145.70833333, 2453145.75, 2453145.79166667, 2453145.83333333, 
    2453145.875, 2453145.91666667, 2453145.95833333, 2453146, 
    2453146.04166667, 2453146.08333333, 2453146.125, 2453146.16666667, 
    2453146.20833333, 2453146.25, 2453146.29166667, 2453146.33333333, 
    2453146.375, 2453146.41666667, 2453146.45833333, 2453146.5, 
    2453146.54166667, 2453146.58333333, 2453146.625, 2453146.66666667, 
    2453146.70833333, 2453146.75, 2453146.79166667, 2453146.83333333, 
    2453146.875, 2453146.91666667, 2453146.95833333, 2453147, 
    2453147.04166667, 2453147.08333333, 2453147.125, 2453147.16666667, 
    2453147.20833333, 2453147.25, 2453147.29166667, 2453147.33333333, 
    2453147.375, 2453147.41666667, 2453147.45833333, 2453147.5, 
    2453147.54166667, 2453147.58333333, 2453147.625, 2453147.66666667, 
    2453147.70833333, 2453147.75, 2453147.79166667, 2453147.83333333, 
    2453147.875, 2453147.91666667, 2453147.95833333, 2453148, 
    2453148.04166667, 2453148.08333333, 2453148.125, 2453148.16666667, 
    2453148.20833333, 2453148.25, 2453148.29166667, 2453148.33333333, 
    2453148.375, 2453148.41666667, 2453148.45833333, 2453148.5, 
    2453148.54166667, 2453148.58333333, 2453148.625, 2453148.66666667, 
    2453148.70833333, 2453148.75, 2453148.79166667, 2453148.83333333, 
    2453148.875, 2453148.91666667, 2453148.95833333 ;

 air_temperature =
  7.31,
  6.738,
  6.805,
  7.34,
  6.657,
  7.74,
  12.39,
  11.01,
  11.48,
  10.93,
  10.42,
  9.73,
  9.39,
  9.24,
  9.34,
  9.9,
  6.682,
  7.46,
  7.76,
  6.652,
  6.905,
  7.37,
  7.58,
  7.56,
  6.542,
  6.08,
  4.477,
  4.292,
  3.997,
  3.638,
  4.303,
  3.768,
  4.388,
  4.525,
  4.764,
  5.221,
  6.564,
  7.14,
  7.04,
  6.436,
  7.13,
  7.16,
  9.09,
  9.62,
  7.86,
  8.39,
  8.8,
  7.74,
  6.677,
  6.021,
  4.973,
  4.915,
  5.374,
  6.21,
  5.912,
  5.86,
  5.567,
  5.385,
  5.415,
  5.74,
  6.227,
  6.33,
  6.155,
  5.89,
  5.896,
  5.823,
  7.04,
  7.28,
  8,
  8.1,
  8.53,
  9.37,
  9.64,
  9.89,
  9.81,
  9.8,
  10.12,
  8.88,
  8.91,
  10.5,
  6.5,
  5.881,
  10.97,
  11.43,
  12.15,
  13.27,
  13.64,
  14.57,
  15.76,
  16.49,
  17.48,
  17.84,
  17.56,
  18.27,
  16.57,
  9.31,
  7.78,
  6.379,
  5.616,
  5.541,
  4.996,
  6.119,
  4.782,
  5.255,
  4.819,
  7.47,
  6.85,
  8.39,
  8.52,
  10.71,
  10.83,
  10.37,
  12.81,
  12.99,
  8.37,
  12.06,
  10.37,
  10.65,
  9.08,
  8.32,
  9.24,
  9.27,
  9.16,
  8.89,
  9.12,
  8.71,
  8.93,
  8.67,
  7.69,
  8.28,
  8.36,
  8.1,
  8.47,
  6.388,
  7.03,
  5.97,
  6.824,
  6.902,
  7.18,
  7.97,
  7.51,
  7.84,
  6.609,
  6.926,
  6.806,
  6.543,
  8.29,
  10.18,
  9.18,
  7.24,
  8.29,
  8.02,
  7.69,
  7.15,
  7.41,
  6.918,
  7.73,
  7.27,
  7.67,
  6.708,
  6.177,
  6.086,
  5.608,
  5.79,
  6.403,
  6.597,
  6.058 ;

 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 ;

 wind_gust =
  3.214,
  4.312,
  3.332,
  1.411,
  1.764,
  1.96,
  5.606,
  4.861,
  7.57,
  4.978,
  6.782,
  8.31,
  6.429,
  5.566,
  5.331,
  4.782,
  3.038,
  4.234,
  2.626,
  1.176,
  1.137,
  0.862,
  1.372,
  1.96,
  1.098,
  1.882,
  1.274,
  0.98,
  0.588,
  1.49,
  1.411,
  1.49,
  0.588,
  1.372,
  1.607,
  1.568,
  1.411,
  3.959,
  3.959,
  3.724,
  5.057,
  5.802,
  7.06,
  6.429,
  6.899,
  6.076,
  6.35,
  6.546,
  5.958,
  4.9,
  5.057,
  4.547,
  4.704,
  6.35,
  4.9,
  5.527,
  7.45,
  7.68,
  8.66,
  6.194,
  8.39,
  7.76,
  9.96,
  12.35,
  12.58,
  13.48,
  10.78,
  11.25,
  10.62,
  9.37,
  10.27,
  9.76,
  9.96,
  9.06,
  9.29,
  6.272,
  6.782,
  1.921,
  1.882,
  0.882,
  1.529,
  2.156,
  7.88,
  5.919,
  5.723,
  4.704,
  8.78,
  7.02,
  6.978,
  6.938,
  7.68,
  6.625,
  7.21,
  4.41,
  2.744,
  3.646,
  2.352,
  1.568,
  0.686,
  0.392,
  1.254,
  1.764,
  1.45,
  1.49,
  1.921,
  0.98,
  1.568,
  1.098,
  1.96,
  4.665,
  8.23,
  7.49,
  8.15,
  8.11,
  6.664,
  6.664,
  5.488,
  6.429,
  6.39,
  6.586,
  7.64,
  7.21,
  9.45,
  9.29,
  8.86,
  11.72,
  7.74,
  8.78,
  5.998,
  5.762,
  8,
  6.742,
  4.312,
  5.527,
  5.214,
  6.507,
  7.92,
  4.9,
  7.53,
  6.664,
  8.04,
  6.566,
  5.566,
  3.881,
  2.705,
  2.078,
  5.449,
  4.312,
  2.705,
  2.626,
  2.666,
  3.489,
  5.998,
  5.174,
  7.06,
  6.586,
  7.02,
  6.35,
  5.841,
  3.332,
  2.744,
  1.764,
  0.882,
  1.176,
  2.117,
  0.882,
  1.294 ;

 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 ;

 wind_speed =
  1.069,
  3.03,
  2.339,
  0.487,
  1.272,
  1.167,
  4.256,
  2.892,
  4.486,
  3.249,
  5.131,
  5.219,
  4.547,
  3.585,
  4.258,
  3.304,
  1.786,
  3.482,
  1.528,
  0.716,
  0.945,
  0.506,
  0.858,
  1.382,
  0.757,
  1.509,
  0.49,
  0.775,
  0.094,
  1.19,
  0.845,
  1.189,
  0.102,
  0.966,
  1.446,
  1.343,
  1.117,
  3.424,
  3.346,
  3.224,
  4.388,
  5.025,
  5.687,
  5.29,
  5.411,
  5.392,
  5.344,
  5.388,
  5.072,
  3.524,
  4.296,
  3.04,
  3.459,
  4.659,
  3.995,
  4.708,
  6.023,
  5.731,
  6.949,
  4.731,
  6.524,
  5.764,
  7.86,
  10.4,
  9.87,
  9.72,
  7.77,
  8.18,
  7.35,
  7.21,
  7.79,
  7.33,
  7.58,
  5.76,
  6.745,
  3.531,
  2.282,
  1.255,
  1.353,
  0.119,
  0.451,
  1.168,
  5.417,
  4.229,
  3.665,
  3.442,
  5.547,
  4.618,
  4.895,
  5.307,
  5.352,
  5.096,
  5.087,
  2.672,
  2.225,
  3.099,
  0.914,
  1.06,
  0,
  0.102,
  1.154,
  0.797,
  1.167,
  0.78,
  1.522,
  0.497,
  1.129,
  0.879,
  1.224,
  3.816,
  7.32,
  6.465,
  6.807,
  5.716,
  5.662,
  5.647,
  4.355,
  4.92,
  5.036,
  5.296,
  5.539,
  5.075,
  7.15,
  6.406,
  6.431,
  8,
  4.788,
  6.931,
  3.934,
  4.165,
  5.512,
  4.602,
  2.428,
  4.444,
  4.097,
  5.951,
  6.872,
  3.775,
  6.299,
  5.955,
  6.868,
  5.645,
  4.222,
  1.826,
  1.731,
  1.664,
  3.276,
  2.716,
  1.732,
  2.036,
  1.558,
  2.732,
  4.628,
  3.755,
  5.341,
  5.575,
  5.473,
  5.044,
  4.634,
  1.54,
  2.301,
  1.175,
  0.412,
  0.775,
  1.607,
  0.279,
  0.784 ;

 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 ;

 wind_direction =
  35.55,
  185.9,
  127.7,
  51.8,
  155.2,
  277.6,
  347.808,
  345.866,
  341.3,
  331.2,
  348.64,
  0.27,
  356.99,
  345.355,
  1.23,
  353.29,
  95.7,
  82,
  84.9,
  152.8,
  232.1,
  158.8,
  169.8,
  141.4,
  139.5,
  153.5,
  297.6,
  293.7,
  11.59,
  296.9,
  121.7,
  303.2,
  285.1,
  354.93,
  184.3,
  145.8,
  105.7,
  122.6,
  151.8,
  149.3,
  134.4,
  130.9,
  165.3,
  164.1,
  130.8,
  155.4,
  163.2,
  168,
  163.2,
  184.4,
  160.2,
  190.5,
  187.1,
  186.9,
  186.9,
  173.4,
  184.5,
  186.9,
  184.8,
  164.7,
  187.2,
  184.2,
  177.3,
  174.6,
  176.8,
  179.6,
  183.3,
  186.1,
  188.8,
  186.4,
  198.5,
  211.5,
  221,
  229.5,
  199.5,
  213.6,
  200.7,
  79.7,
  143.2,
  56,
  197.4,
  155.7,
  331,
  339.5,
  338.9,
  351.97,
  345.863,
  349.46,
  341.867,
  349.33,
  341.722,
  344.949,
  347.92,
  346.324,
  329.2,
  153.6,
  156.3,
  128.3,
  341.4,
  184.6,
  276.4,
  9.92,
  279.2,
  0.9,
  341,
  306.9,
  303.7,
  158.6,
  160.1,
  114.9,
  163.4,
  160.2,
  179.3,
  175.1,
  144.5,
  174,
  165.1,
  193.2,
  184.4,
  196.7,
  201.7,
  194.2,
  205.4,
  199.2,
  201.9,
  201.1,
  196.3,
  193.2,
  183.6,
  193.9,
  201,
  213,
  199.8,
  134.8,
  142.9,
  138.2,
  141.4,
  163.5,
  150.2,
  148.7,
  151.7,
  156.1,
  146.4,
  110,
  9.27,
  331.3,
  331.4,
  11.62,
  3.18,
  302.6,
  348.97,
  353.12,
  37.51,
  65.3,
  71,
  72.8,
  79.5,
  84.6,
  79.8,
  128.1,
  116.2,
  116.8,
  196.1,
  297.3,
  319,
  6.94,
  137.9 ;

 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 ;

 visibility =
  2497.783,
  2555.451,
  2315.168,
  1609.94,
  2136.158,
  1866.441,
  2963.93,
  2237.077,
  2963.93,
  2963.93,
  2961.528,
  2963.93,
  2963.93,
  2964.531,
  2965.132,
  2964.531,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  1252.52,
  2963.93,
  2963.93,
  2963.93,
  2963.93,
  2964.531,
  2964.531,
  2964.531,
  2964.531,
  2964.531,
  2964.531,
  2963.93,
  2965.132,
  2965.733,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2964.531,
  2187.218,
  2963.93,
  2963.93,
  2860.609,
  2093.508,
  2963.33,
  2963.93,
  2963.93,
  2963.93,
  2925.485,
  1940.929,
  2910.468,
  2963.93,
  2962.128,
  2963.93,
  2625.133,
  2965.132,
  2190.222,
  2817.358,
  2965.132,
  2965.132,
  2965.132,
  2964.531,
  2963.93,
  1954.745,
  946.761,
  1612.343,
  1158.209,
  2963.93,
  2918.877,
  1063.899,
  231.3207,
  608.5638,
  1015.842,
  255.8295,
  2963.93,
  2965.132,
  2965.132,
  2964.531,
  2964.531,
  2965.132,
  2964.531,
  2964.531,
  2965.132,
  2964.531,
  2964.531,
  2964.531,
  2964.531,
  2963.33,
  2963.33,
  2963.93,
  2963.93,
  2963.93,
  2963.93,
  2964.531,
  2963.93,
  2964.531,
  2963.93,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2964.531,
  2965.132,
  2964.531,
  2965.132,
  2964.531,
  2964.531,
  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,
  2963.93,
  2963.93,
  2963.93,
  2963.93,
  2964.531,
  2964.531,
  2965.132,
  2964.531,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2964.531,
  2965.132,
  2964.531,
  2963.93,
  2963.93,
  2963.93,
  2963.93,
  2963.93,
  2963.93,
  2963.93,
  2963.93,
  2963.93,
  2963.93,
  2963.93,
  2964.531,
  2965.132,
  2965.132,
  2964.531,
  2964.531,
  2965.132,
  2949.513,
  2963.93,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132 ;

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