netcdf A0109.met.realtime {
dimensions:
	lat = 1 ;
	lon = 1 ;
	air_temperature_depth = 1 ;
	visibility_depth = 1 ;
	wind_depth = 1 ;
	time = 166 ;
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 = "14-May-2004 20:16:39:  Modified [lon,lat] to [-70.565200,43.522300].\n",
			"Fri May 14 19:36:17 2004: /usr/local/nco/bin/ncrcat -d time,2453140.77083,2453140.9167 A0109.met.realtime.nc A0109.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 = 46269 ;
		:visibility_sensor_serial_number = 292 ;
		:processing = "realtime" ;
		:water_depth = 65 ;
		:mooring_site_id = "A0109" ;
		:mooring_site_desc = "Massachusetts Bay" ;
		:breakout_id = 1 ;
		:delta_t = 60 ;
		:magnetic_variation = -15.9833 ;
		:goes_platform_id = "0440465E" ;
		: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 16:40:09\n",
			"AAN_VIZ_1.2:  12-May-2004 16:40:09" ;
data:

 lat = 43.5223 ;

 lon = -70.5652 ;

 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.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 =
  13.33,
  15.45,
  15.11,
  13.54,
  14.16,
  12.43,
  13.7,
  12.71,
  13.68,
  14.22,
  13.46,
  13.99,
  13.17,
  12.62,
  11.32,
  10.62,
  10.53,
  10.24,
  10.02,
  10.38,
  10.6,
  10.69,
  10.82,
  10.77,
  10.59,
  9.96,
  9.6,
  9.67,
  9.75,
  9.71,
  9.79,
  10.02,
  10.09,
  10.06,
  9.76,
  9.66,
  9.57,
  9.84,
  10.11,
  10.82,
  10.33,
  10.6,
  10.81,
  11.03,
  11.23,
  11.36,
  11.46,
  11.06,
  10.85,
  11.02,
  10.79,
  10.41,
  10.37,
  10.18,
  10.28,
  10.16,
  10.3,
  10.63,
  10.77,
  11.06,
  11.27,
  11.28,
  11.49,
  11.81,
  12.14,
  12.06,
  13.03,
  13.76,
  13.75,
  13.55,
  12.8,
  14.52,
  13.49,
  13.42,
  12.76,
  13.4,
  13.39,
  13.11,
  13.56,
  13.39,
  13.06,
  13.3,
  12.55,
  13.28,
  12.55,
  12.88,
  12.97,
  12.48,
  12.53,
  12.8,
  12.89,
  12.54,
  12.55,
  12.12,
  11.54,
  11.75,
  11.54,
  11.4,
  11.42,
  11.53,
  11.2,
  10.89,
  10.6,
  11.01,
  11.24,
  11.06,
  10.97,
  11.6,
  11.88,
  12.43,
  12.42,
  12.41,
  12.95,
  12.54,
  12.88,
  12.79,
  13.24,
  12.95,
  12.52,
  12.04,
  11.87,
  11.29,
  11.08,
  10.65,
  10.63,
  10.62,
  10.69,
  10.56,
  10.53,
  10.93,
  10.85,
  11.05,
  11.64,
  12,
  13.36,
  13.5,
  13.44,
  13.78,
  13.93,
  14.37,
  14.27,
  13.66,
  13.33,
  13.69,
  13.23,
  13.06,
  12.85,
  12.62,
  13.1,
  11.84,
  11.91,
  11.35,
  11.74,
  10.96,
  10.2,
  10.32,
  10.45,
  9.59,
  8.95,
  8.67,
  8.11,
  7.99,
  8.25,
  8.48,
  8.5,
  8.21 ;

 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 ;

 wind_gust =
  5.606,
  3.724,
  3.332,
  3.842,
  3.175,
  3.45,
  4.508,
  3.43,
  3.038,
  4.077,
  3.175,
  4.312,
  4.939,
  6.546,
  9.53,
  6.507,
  7.96,
  6.35,
  6.468,
  4.743,
  5.41,
  4.116,
  2.548,
  2.274,
  1.686,
  3.802,
  2.254,
  1.842,
  1.215,
  0.902,
  0.745,
  1.45,
  0.784,
  2.822,
  4.547,
  5.41,
  3.41,
  2.901,
  2.705,
  3.724,
  5.331,
  4.214,
  4.508,
  4.351,
  6.115,
  7.17,
  9.45,
  10,
  10.66,
  10.9,
  8.7,
  8.27,
  9.17,
  8.31,
  6.468,
  7.37,
  6.86,
  7.45,
  7.45,
  7.8,
  6.938,
  5.586,
  5.527,
  4.351,
  7.41,
  7.13,
  6.782,
  8.04,
  8.82,
  7.1,
  6.174,
  7.02,
  6.664,
  7.68,
  5.684,
  4.704,
  5.292,
  5.331,
  8.62,
  7.35,
  5.958,
  3.998,
  3.332,
  6.625,
  3.528,
  5.253,
  4.116,
  3.41,
  3.038,
  2.254,
  2.352,
  1.999,
  1.764,
  2.156,
  2.078,
  2.548,
  2.078,
  1.862,
  2.43,
  2.862,
  2.352,
  2.156,
  1.529,
  2.43,
  2.254,
  2.587,
  1.862,
  1.176,
  1.568,
  2.666,
  3.45,
  4.547,
  6.115,
  6.664,
  7.02,
  10.11,
  9.37,
  10.04,
  9.96,
  8.23,
  7.06,
  9.64,
  8.62,
  8.66,
  7.41,
  5.37,
  5.41,
  4.469,
  6.899,
  5.88,
  3.959,
  4.586,
  5.645,
  4.508,
  3.763,
  1.999,
  2.94,
  3.528,
  3.724,
  3.038,
  3.567,
  3.332,
  2.979,
  4.469,
  2.274,
  2.391,
  0.745,
  2.352,
  2.078,
  3.371,
  5.096,
  4.782,
  6.115,
  6.233,
  3.92,
  4.39,
  5.057,
  9.64,
  10.62,
  10.86,
  10.43,
  10.86,
  10.43,
  9.49,
  9.29,
  9.84 ;

 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 ;

 wind_speed =
  5.093,
  1.192,
  2.789,
  2.991,
  2.263,
  2.699,
  4.04,
  2.902,
  2.125,
  2.631,
  2.914,
  3.803,
  4.588,
  5.329,
  7.53,
  5.399,
  6.681,
  5.378,
  5.19,
  3.878,
  4.379,
  2.886,
  1.325,
  1.936,
  1.238,
  3.254,
  1.246,
  1.344,
  0.954,
  0.393,
  0.511,
  0.892,
  0.43,
  2.4,
  3.82,
  4.548,
  2.686,
  2.488,
  2.274,
  3.261,
  4.674,
  3.427,
  3.923,
  3.652,
  5.28,
  6.17,
  7.92,
  8.7,
  9.08,
  8.61,
  7.26,
  7.23,
  7.89,
  7.2,
  5.241,
  6.202,
  6.159,
  6.532,
  6.435,
  6.66,
  6.045,
  4.327,
  4.743,
  3.837,
  6.374,
  5.837,
  5.911,
  7.3,
  7.65,
  6.405,
  5.144,
  6.262,
  5.635,
  6.817,
  4.791,
  4.229,
  4.906,
  4.672,
  7.78,
  5.822,
  5.449,
  3.571,
  2.049,
  5.537,
  1.939,
  4.322,
  3.516,
  2.998,
  2.647,
  1.744,
  2.123,
  1.789,
  1.51,
  1.908,
  1.893,
  2.311,
  1.873,
  1.593,
  2.256,
  2.614,
  1.966,
  1.904,
  1.185,
  2.15,
  1.35,
  2.194,
  1.496,
  0.593,
  1.392,
  2.309,
  2.965,
  3.67,
  5.335,
  5.9,
  6.142,
  8.73,
  8.24,
  8.63,
  8.34,
  6.66,
  6.141,
  8.48,
  7.35,
  7.13,
  6.313,
  4.728,
  4.758,
  3.981,
  6.078,
  4.415,
  3.148,
  3.99,
  5.094,
  3.249,
  1.86,
  1.063,
  2.655,
  3.214,
  3.383,
  2.46,
  3.219,
  2.823,
  2.742,
  3.48,
  1.501,
  1.27,
  0.372,
  1.969,
  1.683,
  2.922,
  4.008,
  4.248,
  5.208,
  5.214,
  3.095,
  3.906,
  4.304,
  7.92,
  8.93,
  9.01,
  9.06,
  8.9,
  8.57,
  7.62,
  7.61,
  8.25 ;

 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 ;

 wind_direction =
  181.1167,
  299.9167,
  178.2167,
  288.0167,
  222.0167,
  242.2167,
  267.4167,
  252.7167,
  328.5167,
  272.5167,
  4.8967,
  349.3757,
  349.4637,
  12.3867,
  56.6167,
  26.4467,
  55.9167,
  25.5667,
  20.1067,
  26.9867,
  51.7567,
  55.2167,
  72.1167,
  84.1167,
  105.2167,
  118.4167,
  154.9167,
  261.0167,
  260.7167,
  197.3167,
  279.4167,
  313.3167,
  220.8167,
  183.5167,
  169.4167,
  158.9167,
  183.2167,
  182.7167,
  176.7167,
  173.7167,
  180.3167,
  173.4167,
  167.5167,
  148.7167,
  145.3167,
  150.7167,
  154.8167,
  159.1167,
  164.3167,
  171.8167,
  173.2167,
  172.1167,
  183.1167,
  185.5167,
  195.1167,
  167.8167,
  173.1167,
  178.2167,
  172.8167,
  175.3167,
  183.3167,
  190.4167,
  173.5167,
  187.1167,
  177.6167,
  192.9167,
  197.2167,
  188.8167,
  194.2167,
  186.1167,
  177.0167,
  193.9167,
  187.0167,
  188.6167,
  204.7167,
  207.9167,
  203.0167,
  220.0167,
  231.0167,
  241.6167,
  246.2167,
  275.7167,
  324.9167,
  344.0277,
  330.2167,
  346.5297,
  15.6667,
  64.2167,
  88.2167,
  108.0167,
  98.7167,
  216.4167,
  252.3167,
  238.9167,
  231.0167,
  206.1167,
  228.3167,
  163.0167,
  171.7167,
  193.7167,
  249.5167,
  263.5167,
  235.9167,
  209.3167,
  236.5167,
  254.2167,
  266.5167,
  227.4167,
  200.2167,
  147.0167,
  141.8167,
  149.7167,
  149.0167,
  140.2167,
  140.7167,
  150.4167,
  157.7167,
  161.8167,
  163.2167,
  168.4167,
  176.1167,
  170.4167,
  187.1167,
  193.4167,
  212.5167,
  195.5167,
  185.3167,
  195.2167,
  206.0167,
  205.8167,
  217.0167,
  201.2167,
  236.7167,
  222.0167,
  229.7167,
  144.8167,
  189.1167,
  166.3167,
  147.1167,
  130.1167,
  128.2167,
  157.1167,
  154.1167,
  169.9167,
  97.4167,
  71.4167,
  119.9167,
  135.0167,
  184.1167,
  52.7967,
  70.9167,
  44.3867,
  63.0167,
  78.4167,
  353.6267,
  45.0467,
  64.7167,
  26.5067,
  25.9467,
  22.2867,
  16.0367,
  10.3167,
  9.4867,
  15.4167,
  12.8067,
  16.3667 ;

 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 ;

 visibility =
  2744.673,
  2816.758,
  2770.503,
  2572.871,
  2561.458,
  2312.766,
  2411.882,
  2249.091,
  2091.706,
  1564.887,
  2647.959,
  2619.125,
  2243.084,
  2804.143,
  2890.044,
  2333.189,
  2714.638,
  2870.22,
  2890.644,
  2906.864,
  2932.694,
  2933.294,
  2956.121,
  2953.118,
  2957.923,
  2945.909,
  2945.309,
  2942.906,
  2941.104,
  2933.895,
  2909.266,
  2869.62,
  2893.047,
  2849.796,
  2674.39,
  2620.327,
  2502.589,
  2827.57,
  2826.969,
  2903.259,
  2699.62,
  2663.578,
  2581.882,
  2846.793,
  2917.075,
  2736.864,
  2826.369,
  2844.39,
  2900.256,
  2888.842,
  2899.655,
  2738.666,
  2481.564,
  1285.559,
  1480.788,
  815.8072,
  896.9025,
  464.9951,
  914.9236,
  679.447,
  656.0195,
  2163.791,
  825.4185,
  2063.473,
  2268.914,
  2297.147,
  2456.334,
  2470.15,
  2520.61,
  2378.242,
  2094.109,
  2526.617,
  2470.751,
  2401.069,
  2266.511,
  1883.862,
  1215.276,
  1740.293,
  2186.617,
  1957.148,
  2169.197,
  2310.363,
  2932.093,
  2923.083,
  2905.662,
  2914.072,
  2918.877,
  2899.655,
  2908.065,
  2902.658,
  2915.874,
  2923.083,
  2926.687,
  2946.51,
  2942.906,
  2945.909,
  2947.111,
  2949.513,
  2932.093,
  2942.305,
  2933.294,
  2913.471,
  2867.217,
  2893.047,
  731.7084,
  2757.288,
  2745.874,
  2661.175,
  2562.058,
  2601.705,
  2796.934,
  2867.818,
  2835.379,
  2906.263,
  2931.492,
  2780.115,
  2252.695,
  2768.1,
  2942.305,
  2947.111,
  2941.104,
  2905.662,
  2784.32,
  2689.408,
  2854.602,
  2309.161,
  2857.605,
  2858.807,
  2458.136,
  2780.715,
  2808.948,
  2805.945,
  2774.107,
  2768.1,
  2794.531,
  2772.305,
  2757.288,
  2771.705,
  2802.941,
  2805.945,
  2813.153,
  2724.85,
  2753.083,
  2789.726,
  2715.238,
  2685.203,
  2486.97,
  2444.921,
  2401.069,
  2315.769,
  2545.239,
  2777.712,
  2941.704,
  2857.005,
  2763.295,
  2527.218,
  608.5638,
  2816.758,
  2858.206,
  2831.175,
  2517.005,
  2519.408,
  2795.132,
  2864.213,
  2842.588,
  2861.21 ;

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