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 = 2453177.00000579 ;
		:starting_julian_day_string = "2004-06-20 00:00:00" ;
		:ending_julian_day_number = 2453183.95833912 ;
		:ending_julian_day_string = "2004-06-26 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 = 2453177, 2453177.04166667, 2453177.08333333, 2453177.125, 
    2453177.16666667, 2453177.20833333, 2453177.25, 2453177.29166667, 
    2453177.33333333, 2453177.375, 2453177.41666667, 2453177.45833333, 
    2453177.5, 2453177.54166667, 2453177.58333333, 2453177.625, 
    2453177.66666667, 2453177.70833333, 2453177.75, 2453177.79166667, 
    2453177.83333333, 2453177.875, 2453177.91666667, 2453177.95833333, 
    2453178, 2453178.04166667, 2453178.08333333, 2453178.125, 
    2453178.16666667, 2453178.20833333, 2453178.25, 2453178.29166667, 
    2453178.33333333, 2453178.375, 2453178.41666667, 2453178.45833333, 
    2453178.5, 2453178.54166667, 2453178.58333333, 2453178.625, 
    2453178.66666667, 2453178.70833333, 2453178.75, 2453178.79166667, 
    2453178.83333333, 2453178.875, 2453178.91666667, 2453178.95833333, 
    2453179, 2453179.04166667, 2453179.08333333, 2453179.125, 
    2453179.16666667, 2453179.20833333, 2453179.25, 2453179.29166667, 
    2453179.33333333, 2453179.375, 2453179.41666667, 2453179.45833333, 
    2453179.5, 2453179.54166667, 2453179.58333333, 2453179.625, 
    2453179.66666667, 2453179.70833333, 2453179.75, 2453179.79166667, 
    2453179.83333333, 2453179.875, 2453179.91666667, 2453179.95833333, 
    2453180, 2453180.04166667, 2453180.08333333, 2453180.125, 
    2453180.16666667, 2453180.20833333, 2453180.25, 2453180.29166667, 
    2453180.33333333, 2453180.375, 2453180.41666667, 2453180.45833333, 
    2453180.5, 2453180.54166667, 2453180.58333333, 2453180.625, 
    2453180.66666667, 2453180.70833333, 2453180.75, 2453180.79166667, 
    2453180.83333333, 2453180.875, 2453180.91666667, 2453180.95833333, 
    2453181, 2453181.04166667, 2453181.08333333, 2453181.125, 
    2453181.16666667, 2453181.20833333, 2453181.25, 2453181.29166667, 
    2453181.33333333, 2453181.375, 2453181.41666667, 2453181.45833333, 
    2453181.5, 2453181.54166667, 2453181.58333333, 2453181.625, 
    2453181.66666667, 2453181.70833333, 2453181.75, 2453181.79166667, 
    2453181.83333333, 2453181.875, 2453181.91666667, 2453181.95833333, 
    2453182, 2453182.04166667, 2453182.08333333, 2453182.125, 
    2453182.16666667, 2453182.20833333, 2453182.25, 2453182.29166667, 
    2453182.33333333, 2453182.375, 2453182.41666667, 2453182.45833333, 
    2453182.5, 2453182.54166667, 2453182.58333333, 2453182.625, 
    2453182.66666667, 2453182.70833333, 2453182.75, 2453182.79166667, 
    2453182.83333333, 2453182.875, 2453182.91666667, 2453182.95833333, 
    2453183, 2453183.04166667, 2453183.08333333, 2453183.125, 
    2453183.16666667, 2453183.20833333, 2453183.25, 2453183.29166667, 
    2453183.33333333, 2453183.375, 2453183.41666667, 2453183.45833333, 
    2453183.5, 2453183.54166667, 2453183.58333333, 2453183.625, 
    2453183.66666667, 2453183.70833333, 2453183.75, 2453183.79166667, 
    2453183.83333333, 2453183.875, 2453183.91666667, 2453183.95833333 ;

 air_temperature =
  17.39,
  17.15,
  16.54,
  14.92,
  15.42,
  14.33,
  13.83,
  13.23,
  12.48,
  12.38,
  12.17,
  11.82,
  12.4,
  12.87,
  13.55,
  14.25,
  14.3,
  14.55,
  15.55,
  16.5,
  16.59,
  17.39,
  16.69,
  16.63,
  15.9,
  15.81,
  14.86,
  14.34,
  14.19,
  14,
  13.61,
  13.29,
  12.88,
  12.69,
  13.08,
  13.86,
  15.35,
  14.38,
  14.62,
  14.82,
  16.5,
  17.16,
  18.28,
  18.33,
  17.66,
  17.13,
  17.36,
  17.1,
  16.94,
  15.83,
  15.31,
  15.45,
  14.76,
  15.78,
  14.53,
  14.33,
  13.81,
  13.77,
  14.13,
  13.83,
  14.05,
  13.92,
  14.16,
  14.19,
  14.45,
  14.6,
  15.54,
  14.96,
  15.33,
  14.89,
  14.3,
  14.01,
  13.87,
  13.8,
  14.02,
  13.87,
  13.85,
  13.72,
  13.58,
  13.72,
  14.66,
  15.75,
  15.94,
  16.13,
  16.52,
  16.96,
  17.7,
  19.83,
  18.39,
  17.96,
  18.46,
  17.6,
  17.63,
  17.84,
  18.42,
  17.43,
  16.95,
  17.06,
  16.74,
  16.28,
  16.44,
  16.33,
  15.88,
  15.32,
  13.75,
  11.94,
  11.55,
  11.44,
  11.49,
  11.52,
  11.7,
  11.63,
  11.8,
  11.89,
  12.28,
  12.99,
  13.03,
  13.96,
  14.36,
  14.85,
  15.22,
  14.8,
  14.44,
  15.45,
  15.52,
  14.7,
  13.86,
  14.09,
  13.66,
  13.83,
  14.1,
  14.21,
  14.02,
  13.81,
  13.66,
  13.88,
  14.01,
  14.45,
  14.62,
  14.67,
  14.88,
  14.86,
  15.05,
  14.86,
  16.24,
  14.15,
  13.58,
  13.45,
  13.21,
  13.28,
  13.24,
  13.07,
  12.88,
  12.78,
  12.76,
  12.72,
  12.81,
  12.76,
  12.96,
  12.73,
  12.6,
  12.48,
  12.52,
  12.97,
  12.91,
  12.93,
  13.03,
  14.15 ;

 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 =
  7.84,
  9.88,
  8.43,
  5.41,
  10.23,
  8.11,
  10.27,
  9.37,
  4.214,
  5.566,
  6.115,
  6.037,
  7.06,
  4.9,
  5.331,
  3.763,
  3.136,
  3.41,
  2.842,
  4.939,
  5.214,
  7.8,
  5.684,
  4.665,
  3.724,
  3.724,
  3.998,
  3.646,
  4.782,
  5.488,
  5.449,
  4.861,
  5.566,
  5.958,
  7.02,
  5.919,
  9.09,
  4.998,
  3.058,
  5.253,
  4.704,
  5.998,
  5.488,
  5.958,
  5.802,
  5.331,
  4.978,
  5.527,
  4.704,
  3.332,
  3.371,
  3.097,
  3.685,
  5.174,
  4.802,
  4.939,
  3.724,
  2.254,
  3.92,
  3.959,
  2.842,
  3.763,
  3.685,
  4.077,
  2.646,
  2.901,
  2.43,
  3.959,
  1.666,
  1.568,
  4.077,
  2.842,
  2.587,
  2.254,
  3.214,
  3.92,
  1.666,
  1.47,
  1.686,
  3.763,
  3.038,
  6.546,
  6.703,
  4.998,
  3.606,
  4.586,
  3.234,
  1.47,
  2.47,
  2.587,
  3.606,
  3.058,
  3.293,
  4.9,
  3.136,
  3.018,
  4.155,
  5.919,
  5.331,
  4.508,
  3.293,
  2.822,
  2.783,
  2.195,
  8.39,
  8.19,
  11.45,
  11.09,
  9.13,
  8.23,
  8.15,
  7.92,
  8.15,
  7.64,
  7.35,
  5.978,
  4.998,
  3.724,
  2.548,
  2.979,
  1.646,
  2.47,
  3.058,
  10.54,
  10.35,
  8.74,
  9.8,
  10.15,
  8.27,
  8.9,
  9.02,
  7.49,
  6.938,
  7.76,
  7.41,
  6.037,
  6.429,
  6.194,
  6.938,
  6.194,
  5.88,
  4.665,
  6.703,
  6.37,
  3.567,
  2.45,
  2.979,
  3.371,
  2.646,
  3.254,
  2.901,
  4.351,
  4.038,
  2.548,
  1.764,
  3.998,
  3.528,
  4.155,
  4.822,
  3.626,
  2.254,
  2.43,
  3.528,
  2.842,
  1.96,
  2.038,
  1.333,
  2.078 ;

 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 =
  6.558,
  8,
  6.599,
  3.921,
  8.82,
  7.04,
  8.08,
  7.16,
  3.197,
  4.828,
  5.212,
  4.878,
  5.291,
  3.152,
  4.155,
  3.07,
  1.943,
  2.881,
  1.282,
  4.352,
  4.362,
  5.556,
  4.502,
  4.172,
  3.415,
  2.676,
  3.672,
  3.366,
  4.041,
  4.896,
  4.86,
  4.274,
  4.903,
  5.106,
  6.109,
  4.85,
  6.993,
  3.189,
  2.637,
  4.516,
  3.697,
  3.641,
  4.878,
  4.528,
  4.419,
  4.467,
  4.521,
  4.749,
  3.879,
  2.229,
  3.103,
  2.94,
  3.188,
  4.699,
  3.838,
  4.381,
  3.18,
  1.509,
  3.565,
  3.239,
  2.224,
  3.425,
  2.974,
  3.062,
  1.899,
  2.408,
  2.117,
  3.425,
  0.104,
  1.181,
  3.652,
  2.396,
  2.228,
  1.529,
  2.714,
  2.816,
  1.041,
  1.038,
  1.387,
  3.261,
  2.591,
  5.809,
  6.074,
  3.182,
  3.365,
  4.132,
  2.68,
  0.634,
  1.938,
  2.185,
  3.073,
  2.666,
  2.962,
  3.588,
  2.354,
  2.753,
  3.445,
  4.333,
  4.641,
  3.623,
  2.453,
  2.379,
  2.12,
  1.869,
  6.621,
  7.23,
  9.3,
  9.34,
  8.01,
  7.35,
  6.971,
  6.923,
  7.24,
  6.845,
  6.175,
  4.944,
  3.981,
  2.487,
  2.241,
  2.485,
  1.241,
  2.129,
  2.584,
  8.25,
  8.54,
  7.62,
  7.94,
  7.98,
  7.34,
  7.67,
  7.78,
  6.612,
  6.104,
  6.719,
  6.628,
  5.171,
  5.518,
  5.534,
  5.954,
  5.339,
  5.061,
  4.108,
  6.014,
  5.171,
  2.859,
  1.561,
  2.211,
  3.006,
  2.162,
  2.391,
  2.551,
  3.563,
  3.36,
  1.919,
  1.434,
  3.295,
  2.838,
  3.287,
  4.249,
  2.403,
  1.652,
  1.951,
  3.068,
  2.17,
  1.592,
  1.444,
  0.883,
  1.726 ;

 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 =
  313.1833,
  309.4833,
  317.1833,
  291.0833,
  303.1833,
  303.7833,
  343.8503,
  342.2833,
  333.3833,
  310.7833,
  281.9833,
  299.9833,
  296.4833,
  297.5833,
  301.0833,
  300.6833,
  199.6833,
  202.2833,
  251.9833,
  284.0833,
  293.8833,
  282.3833,
  294.4833,
  289.1833,
  279.1833,
  231.3833,
  227.3833,
  221.8833,
  245.9833,
  248.3833,
  253.8833,
  261.7833,
  254.9833,
  242.7833,
  248.5833,
  257.1833,
  273.5833,
  221.6833,
  196.5833,
  201.8833,
  250.1833,
  254.6833,
  264.5833,
  255.5833,
  240.3833,
  225.5833,
  241.2833,
  231.3833,
  233.0833,
  223.4833,
  221.5833,
  248.3833,
  236.7833,
  237.2833,
  211.7833,
  223.6833,
  188.6833,
  252.3833,
  204.7833,
  206.6833,
  209.3833,
  184.9833,
  200.3833,
  187.1833,
  178.1833,
  168.9833,
  152.4833,
  137.9833,
  161.4833,
  46.9333,
  32.4833,
  35.2133,
  167.6833,
  37.6533,
  33.3533,
  27.5633,
  70.2833,
  343.2833,
  253.3833,
  194.9833,
  255.4833,
  269.8833,
  268.4833,
  255.6833,
  256.7833,
  298.5833,
  289.6833,
  72.0833,
  204.6833,
  184.8833,
  201.1833,
  170.7833,
  177.1833,
  178.6833,
  187.1833,
  187.8833,
  201.1833,
  206.0833,
  208.2833,
  215.8833,
  236.7833,
  238.8833,
  189.1833,
  336.0833,
  47.1233,
  37.0233,
  36.7133,
  34.1433,
  47.7433,
  46.0533,
  31.4333,
  39.4933,
  43.1833,
  40.7933,
  30.0033,
  52.4533,
  55.7833,
  64.8833,
  50.6733,
  77.6833,
  97.3833,
  174.1833,
  171.9833,
  179.0833,
  182.2833,
  183.9833,
  192.0833,
  194.9833,
  189.9833,
  177.1833,
  183.9833,
  194.4833,
  197.2833,
  182.5833,
  179.4833,
  187.1833,
  177.5833,
  169.8833,
  169.0833,
  166.8833,
  160.4833,
  164.7833,
  175.4833,
  191.9833,
  309.1833,
  4.1633,
  281.5833,
  344.1343,
  48.7233,
  12.2033,
  46.0033,
  48.8033,
  36.7533,
  87.6833,
  7.5633,
  5.1233,
  29.9233,
  354.3733,
  15.8433,
  69.7833,
  20.6933,
  0.7033,
  28.7333,
  53.3033,
  65.2833,
  69.0833,
  250.6833,
  203.0833 ;

 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 =
  2961.528,
  2960.326,
  2960.326,
  2960.326,
  2960.326,
  2960.326,
  2960.326,
  2960.326,
  2960.326,
  2875.627,
  2387.253,
  2479.161,
  2829.372,
  2958.524,
  2960.927,
  2960.326,
  2960.927,
  2960.326,
  2960.927,
  2961.528,
  2960.927,
  2960.927,
  2960.927,
  2960.927,
  2960.927,
  2960.326,
  2959.726,
  2959.726,
  2960.326,
  2960.326,
  2960.326,
  2959.726,
  2960.326,
  2960.326,
  2933.895,
  2959.726,
  2765.097,
  2934.496,
  2961.528,
  2945.309,
  2960.927,
  2961.528,
  2960.927,
  2959.125,
  2958.524,
  2960.927,
  2960.927,
  2960.927,
  2904.461,
  2960.326,
  2960.326,
  2960.326,
  2960.326,
  2960.326,
  2960.326,
  2960.326,
  2960.326,
  2960.326,
  2960.326,
  2960.326,
  2960.326,
  2873.224,
  2959.125,
  2444.921,
  2906.864,
  2894.849,
  2949.513,
  2925.485,
  2956.722,
  2903.86,
  2631.74,
  2670.786,
  2552.447,
  2668.984,
  2733.86,
  2472.553,
  2347.606,
  2340.999,
  2280.928,
  2427.5,
  2222.66,
  2792.729,
  2754.284,
  2690.009,
  2884.637,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2960.927,
  2960.927,
  2960.927,
  2960.927,
  2960.927,
  2960.927,
  2960.927,
  2960.927,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2956.121,
  689.6591,
  927.5385,
  989.4111,
  914.3229,
  780.3656,
  906.5137,
  1636.972,
  1526.442,
  1299.976,
  479.4121,
  377.0518,
  234.2041,
  2025.028,
  1868.243,
  2287.536,
  2488.172,
  2575.875,
  2677.995,
  2959.125,
  2939.902,
  2546.44,
  300.582,
  325.4512,
  667.4329,
  2335.592,
  2380.645,
  2331.988,
  2548.242,
  872.2736,
  1921.706,
  2241.882,
  2286.334,
  2899.054,
  2881.033,
  2867.217,
  2896.651,
  2941.104,
  2904.461,
  2883.436,
  2950.715,
  2680.397,
  2566.864,
  2639.549,
  2664.779,
  2651.563,
  2508.596,
  2697.818,
  2616.122,
  2609.514,
  2718.242,
  2521.811,
  2434.108,
  2665.98,
  2835.379,
  2727.853,
  2640.751,
  371.6455,
  817.6093,
  2204.639,
  2579.479,
  765.9487,
  2477.96,
  2362.624 ;

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