netcdf B0106.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 = "" ;
		: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 = 46266 ;
		:visibility_sensor_serial_number = 266 ;
		:processing = "realtime" ;
		:water_depth = 62 ;
		:mooring_site_id = "B0106" ;
		:mooring_site_desc = "Western Maine Shelf" ;
		:breakout_id = 1 ;
		:delta_t = 60 ;
		:magnetic_variation = -16.3167 ;
		:goes_platform_id = "04400554" ;
		: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:  22-Apr-2004 15:31:32\n",
			"AAN_VIZ_1.2:  22-Apr-2004 15:31:32" ;
data:

 lat = 43.1807 ;

 lon = -70.4278 ;

 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.375, 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 =
  18.5,
  13.77,
  13.99,
  12.72,
  12.88,
  13.64,
  12.49,
  13,
  12.42,
  14.51,
  12.8,
  13.12,
  11.75,
  11.51,
  10.09,
  9.79,
  9.8,
  10.09,
  10.07,
  10.42,
  11.17,
  11.42,
  10.98,
  10.38,
  10.05,
  9.9,
  9.71,
  9.55,
  9.57,
  9.64,
  9.62,
  9.69,
  9.56,
  9.53,
  9.45,
  9.5,
  9.81,
  9.94,
  10.04,
  10.19,
  10.28,
  10.13,
  10.06,
  9.35,
  9.23,
  9.37,
  9.87,
  10.21,
  10.12,
  9.72,
  9.73,
  10.02,
  9.8,
  9.56,
  9.68,
  9.74,
  9.76,
  9.95,
  10.08,
  10.2,
  10.24,
  10.27,
  10.52,
  10.87,
  11.53,
  11.59,
  11.9,
  12.23,
  12.91,
  13.19,
  13.16,
  12.28,
  12.29,
  12.92,
  13.83,
  13.34,
  12.85,
  12.29,
  11.56,
  11.58,
  12.11,
  12.79,
  12.94,
  12.36,
  13.32,
  13.72,
  12.67,
  12.86,
  12.98,
  13.29,
  12.74,
  12.6,
  12.56,
  12.57,
  12.03,
  13.17,
  11.43,
  11.6,
  11.34,
  11.12,
  10.8,
  11.18,
  10.59,
  10.41,
  10.18,
  9.91,
  10.75,
  10.9,
  11.68,
  11.04,
  12.09,
  12.36,
  12.29,
  12.65,
  12.58,
  12.34,
  12.35,
  12.61,
  12.18,
  12.27,
  12.11,
  12.14,
  11.93,
  11.56,
  11.02,
  10.53,
  10.43,
  10.36,
  10.23,
  10.17,
  10.04,
  10.04,
  9.94,
  10.01,
  10.39,
  10.66,
  11.09,
  11.61,
  12.79,
  13,
  13.48,
  13.63,
  13.36,
  13.68,
  12.36,
  12.77,
  12.41,
  12.87,
  10.97,
  11,
  11.17,
  11.15,
  10.92,
  10.99,
  11.13,
  10.75,
  9.71,
  8.72,
  7.85,
  7.38,
  7.36,
  7.36,
  7.62,
  7.94,
  8.23,
  8.24,
  8.28,
  7.94 ;

 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 =
  4.116,
  4.861,
  2.058,
  13.45,
  3.822,
  2.038,
  2.391,
  1.47,
  2.156,
  3.606,
  3.41,
  5.958,
  6.35,
  5.88,
  7.29,
  7.25,
  7.64,
  5.645,
  4.116,
  2.352,
  1.176,
  0.862,
  1.411,
  2.352,
  1.568,
  4.038,
  4.469,
  3.214,
  2.744,
  2.587,
  1.764,
  1.568,
  4.508,
  2.705,
  2.979,
  2.352,
  2.666,
  2.117,
  2.783,
  3.802,
  4.665,
  4.743,
  6.311,
  7.64,
  7.55,
  5.723,
  6.938,
  7.41,
  7.49,
  7.53,
  8.08,
  8.7,
  9.09,
  10.19,
  8.94,
  8.7,
  6.821,
  7.25,
  8.19,
  8.51,
  6.37,
  7.88,
  7.06,
  6.86,
  7.76,
  9.02,
  8.39,
  9.33,
  10.47,
  10.15,
  9.13,
  7.6,
  6.272,
  7.64,
  5.39,
  7.57,
  6.39,
  5.331,
  5.41,
  3.626,
  3.606,
  2.587,
  2.862,
  3.646,
  4.626,
  4.743,
  3.763,
  4.508,
  5.37,
  4.606,
  2.313,
  2.705,
  2.822,
  3.058,
  4.234,
  4.155,
  3.038,
  3.058,
  2.979,
  2.156,
  2.078,
  3.293,
  2.156,
  1.686,
  1.842,
  1.96,
  1.529,
  1.725,
  1.45,
  1.215,
  0.588,
  2.94,
  4.547,
  5.566,
  6.115,
  8.08,
  9.8,
  9.56,
  10.82,
  10.86,
  11.41,
  11.25,
  10.54,
  10.9,
  10.31,
  9.45,
  10.07,
  9.68,
  7.94,
  7.53,
  5.292,
  3.371,
  4.939,
  4.606,
  3.802,
  2.979,
  3.763,
  4.273,
  3.43,
  3.45,
  4.665,
  4.547,
  4.626,
  2.842,
  3.41,
  3.018,
  3.92,
  1.764,
  3.489,
  3.489,
  5.174,
  4.782,
  6.311,
  7.76,
  8.27,
  8.35,
  9.33,
  10.9,
  12.19,
  11.96,
  11.56,
  11.33,
  11.33,
  10.11,
  9.06,
  9.06,
  8.82,
  8.58 ;

 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 =
  2.547,
  3.245,
  1.092,
  6.259,
  1.81,
  1.68,
  1.994,
  0.959,
  1.2,
  2.741,
  3.092,
  5.079,
  5.574,
  5.23,
  6.286,
  6.048,
  6.451,
  4.999,
  3.226,
  1.399,
  0.635,
  0.548,
  1.287,
  1.924,
  1.292,
  2.614,
  3.072,
  2.762,
  2.338,
  2.108,
  0.871,
  1.241,
  3.576,
  1.897,
  2.498,
  1.997,
  2.057,
  1.796,
  2.049,
  3.221,
  3.744,
  4.232,
  5.243,
  6.582,
  6.352,
  5.082,
  5.754,
  6.428,
  6.367,
  6.446,
  6.976,
  7.38,
  7.89,
  8.15,
  7.33,
  7.45,
  5.969,
  6.014,
  6.602,
  7.24,
  4.622,
  7.06,
  6.165,
  6.056,
  6.638,
  7.98,
  7.19,
  8.31,
  8.82,
  8.88,
  8.14,
  6.723,
  5.08,
  6.251,
  3.684,
  5.963,
  5.252,
  4.763,
  4.508,
  2.54,
  2.947,
  2.226,
  2.437,
  2.717,
  4.076,
  3.731,
  2.791,
  3.862,
  4.457,
  2.806,
  1.873,
  2.324,
  2.42,
  2.634,
  3.571,
  3.827,
  2.108,
  2.669,
  2.672,
  1.244,
  1.57,
  2.526,
  1.735,
  1.394,
  1.555,
  1.488,
  1.026,
  1.418,
  1.157,
  0.928,
  0.157,
  2.655,
  4.067,
  4.731,
  5.447,
  6.906,
  7.78,
  8.33,
  9.21,
  9.42,
  9.99,
  9.82,
  9.23,
  9.48,
  8.96,
  7.91,
  8.39,
  8.16,
  5.682,
  6.527,
  4.664,
  3.004,
  4.295,
  3.007,
  3.099,
  2.512,
  3.459,
  3.773,
  2.96,
  3.024,
  4.236,
  3.954,
  4.134,
  1.625,
  2.6,
  2.251,
  2.888,
  1.122,
  3.079,
  2.888,
  4.49,
  4.128,
  5.17,
  6.567,
  6.99,
  7.28,
  7.33,
  8.93,
  10.67,
  9.87,
  9.93,
  9.68,
  9.57,
  8.84,
  7.41,
  7.78,
  7.82,
  6.913 ;

 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 =
  241.8833,
  275.0833,
  178.2833,
  220.6833,
  119.9833,
  193.6833,
  35.1333,
  7.2733,
  232.3833,
  341.5833,
  340.0833,
  24.0133,
  25.0933,
  30.2133,
  48.4033,
  46.4333,
  40.6633,
  40.5533,
  16.5533,
  56.6833,
  45.2533,
  162.8833,
  104.6833,
  192.4833,
  210.3833,
  180.0833,
  172.3833,
  202.5833,
  215.3833,
  229.6833,
  227.8833,
  179.6833,
  186.8833,
  187.2833,
  184.6833,
  122.9833,
  175.2833,
  127.0833,
  153.2833,
  170.8833,
  171.2833,
  172.9833,
  172.1833,
  172.4833,
  179.5833,
  159.4833,
  159.5833,
  179.9833,
  174.1833,
  169.5833,
  169.7833,
  166.3833,
  176.7833,
  173.6833,
  171.5833,
  176.1833,
  166.0833,
  184.1833,
  176.5833,
  181.1833,
  184.9833,
  183.5833,
  182.4833,
  188.3833,
  186.5833,
  182.6833,
  179.8833,
  184.9833,
  184.6833,
  185.3833,
  192.1833,
  183.1833,
  172.2833,
  197.0833,
  216.2833,
  187.6833,
  225.4833,
  227.7833,
  235.2833,
  234.1833,
  227.6833,
  236.7833,
  295.3833,
  330.4833,
  330.4833,
  14.5633,
  31.0133,
  2.1833,
  347.2383,
  14.5233,
  118.3833,
  142.9833,
  147.2833,
  177.5833,
  218.2833,
  219.4833,
  213.7833,
  188.1833,
  239.0833,
  224.6833,
  162.5833,
  205.4833,
  261.4833,
  199.5833,
  248.8833,
  293.3833,
  346.2803,
  349.4003,
  320.0833,
  311.4833,
  93.1833,
  139.1833,
  165.0833,
  177.4833,
  175.2833,
  171.4833,
  157.0833,
  157.9833,
  164.7833,
  159.5833,
  167.7833,
  178.2833,
  183.2833,
  174.0833,
  178.7833,
  179.5833,
  185.1833,
  185.4833,
  183.6833,
  195.8833,
  194.3833,
  212.5833,
  197.4833,
  184.4833,
  220.5833,
  172.0833,
  166.5833,
  165.2833,
  163.2833,
  144.7833,
  170.4833,
  177.0833,
  180.7833,
  195.8833,
  246.8833,
  197.0833,
  214.1833,
  224.5833,
  53.9833,
  38.2933,
  30.1033,
  40.6533,
  33.6733,
  33.7933,
  51.8333,
  53.9833,
  67.7833,
  50.0433,
  38.6533,
  29.5833,
  29.4033,
  25.4433,
  25.0733,
  16.0233,
  18.1133,
  28.9533,
  28.0233,
  41.7733 ;

 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 =
  2947.711,
  665.6308,
  136.4693,
  108.7767,
  68.34924,
  132.9852,
  139.9533,
  135.388,
  176.4162,
  2239.479,
  1445.347,
  2887.641,
  2928.489,
  2960.326,
  2671.988,
  2509.797,
  2942.906,
  2961.528,
  2961.528,
  2961.528,
  2939.902,
  2961.528,
  2960.927,
  2960.927,
  2960.326,
  2960.326,
  2960.326,
  2960.326,
  2960.326,
  2960.927,
  2960.927,
  2960.927,
  2960.927,
  2960.326,
  2960.326,
  2960.326,
  2961.528,
  2959.125,
  2946.51,
  940.1533,
  2749.479,
  2918.277,
  2732.058,
  270.4266,
  390.9281,
  992.4147,
  2961.528,
  2216.052,
  2960.326,
  2954.92,
  2957.923,
  2912.27,
  1984.78,
  780.3656,
  443.3698,
  618.7758,
  584.5356,
  609.1645,
  857.8566,
  707.0795,
  777.9628,
  853.6517,
  678.8463,
  1032.061,
  563.5109,
  1698.844,
  2112.731,
  2253.896,
  2350.61,
  2294.744,
  2301.352,
  2073.685,
  2146.37,
  2254.497,
  805.5952,
  1346.23,
  1730.682,
  921.5314,
  235.6457,
  283.6421,
  345.7551,
  424.7479,
  2922.482,
  2956.121,
  2960.927,
  2960.927,
  2960.927,
  2960.927,
  2958.524,
  2958.524,
  2960.927,
  2960.927,
  2960.927,
  2960.927,
  2960.927,
  2960.927,
  2960.326,
  2960.326,
  2960.326,
  2960.326,
  2960.326,
  2960.326,
  2960.326,
  2960.326,
  2960.326,
  2960.326,
  1826.795,
  1897.077,
  2957.323,
  2960.927,
  2960.326,
  2960.927,
  2954.92,
  2948.312,
  2953.719,
  2943.506,
  2960.326,
  2887.04,
  2592.694,
  2960.326,
  2960.326,
  2960.326,
  2960.326,
  2960.326,
  2960.326,
  2831.175,
  1673.615,
  2562.058,
  2525.415,
  2667.182,
  2622.73,
  2953.118,
  2937.499,
  2950.114,
  2916.475,
  2894.249,
  2946.51,
  2942.305,
  2948.913,
  2900.256,
  2893.648,
  2804.743,
  1409.905,
  1248.315,
  2954.319,
  2959.726,
  2959.726,
  2956.121,
  2785.521,
  2813.153,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2258.101,
  2262.306,
  2959.726,
  2696.016,
  1550.47,
  1967.36,
  2569.868,
  2930.892,
  2958.524,
  2960.927,
  2960.326,
  2960.326,
  2960.326 ;

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