netcdf E0109.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 = 48489 ;
		:visibility_sensor_serial_number = 261 ;
		:processing = "realtime" ;
		:water_depth = 100 ;
		:mooring_site_id = "E0109" ;
		:mooring_site_desc = "Central Maine Shelf" ;
		:breakout_id = 1 ;
		:delta_t = 60 ;
		:magnetic_variation = -17.0167 ;
		:goes_platform_id = "044023B8" ;
		:starting_julian_day_number = 2453114.00000579 ;
		:starting_julian_day_string = "2004-04-18 00:00:00" ;
		:ending_julian_day_number = 2453120.95833912 ;
		:ending_julian_day_string = "2004-04-24 23:00:00" ;
		:algorithm_ids = "WIND_DIR_1.2:  21-Apr-2004 20:03:12\n",
			"AAN_VIZ_1.2:  21-Apr-2004 20:03:12" ;
data:

 lat = 43.7148 ;

 lon = -69.3578 ;

 air_temperature_depth = -3 ;

 visibility_depth = -3 ;

 wind_depth = -4 ;

 time = 2453114, 2453114.04166667, 2453114.08333333, 2453114.125, 
    2453114.16666667, 2453114.20833333, 2453114.25, 2453114.29166667, 
    2453114.33333333, 2453114.375, 2453114.41666667, 2453114.45833333, 
    2453114.5, 2453114.54166667, 2453114.58333333, 2453114.625, 
    2453114.66666667, 2453114.70833333, 2453114.75, 2453114.79166667, 
    2453114.83333333, 2453114.875, 2453114.91666667, 2453114.95833333, 
    2453115, 2453115.04166667, 2453115.08333333, 2453115.125, 
    2453115.16666667, 2453115.20833333, 2453115.25, 2453115.29166667, 
    2453115.33333333, 2453115.375, 2453115.41666667, 2453115.45833333, 
    2453115.5, 2453115.54166667, 2453115.58333333, 2453115.625, 
    2453115.66666667, 2453115.70833333, 2453115.75, 2453115.79166667, 
    2453115.83333333, 2453115.875, 2453115.91666667, 2453115.95833333, 
    2453116, 2453116.04166667, 2453116.08333333, 2453116.125, 
    2453116.16666667, 2453116.20833333, 2453116.25, 2453116.29166667, 
    2453116.33333333, 2453116.375, 2453116.41666667, 2453116.45833333, 
    2453116.5, 2453116.54166667, 2453116.58333333, 2453116.625, 
    2453116.66666667, 2453116.70833333, 2453116.75, 2453116.79166667, 
    2453116.83333333, 2453116.875, 2453116.91666667, 2453116.95833333, 
    2453117, 2453117.04166667, 2453117.08333333, 2453117.125, 
    2453117.16666667, 2453117.20833333, 2453117.25, 2453117.29166667, 
    2453117.33333333, 2453117.375, 2453117.41666667, 2453117.45833333, 
    2453117.5, 2453117.54166667, 2453117.58333333, 2453117.625, 
    2453117.66666667, 2453117.70833333, 2453117.75, 2453117.79166667, 
    2453117.83333333, 2453117.875, 2453117.91666667, 2453117.95833333, 
    2453118, 2453118.04166667, 2453118.08333333, 2453118.125, 
    2453118.16666667, 2453118.20833333, 2453118.25, 2453118.29166667, 
    2453118.33333333, 2453118.375, 2453118.41666667, 2453118.45833333, 
    2453118.5, 2453118.54166667, 2453118.58333333, 2453118.625, 
    2453118.66666667, 2453118.70833333, 2453118.75, 2453118.79166667, 
    2453118.83333333, 2453118.875, 2453118.91666667, 2453118.95833333, 
    2453119, 2453119.04166667, 2453119.08333333, 2453119.125, 
    2453119.16666667, 2453119.20833333, 2453119.25, 2453119.29166667, 
    2453119.33333333, 2453119.375, 2453119.41666667, 2453119.45833333, 
    2453119.5, 2453119.54166667, 2453119.58333333, 2453119.625, 
    2453119.66666667, 2453119.70833333, 2453119.75, 2453119.79166667, 
    2453119.83333333, 2453119.875, 2453119.91666667, 2453119.95833333, 
    2453120, 2453120.04166667, 2453120.08333333, 2453120.125, 
    2453120.16666667, 2453120.20833333, 2453120.25, 2453120.29166667, 
    2453120.33333333, 2453120.375, 2453120.41666667, 2453120.45833333, 
    2453120.5, 2453120.54166667, 2453120.58333333, 2453120.625, 
    2453120.66666667, 2453120.70833333, 2453120.75, 2453120.79166667, 
    2453120.83333333, 2453120.875, 2453120.91666667, 2453120.95833333 ;

 air_temperature =
  4.354,
  4.405,
  4.194,
  4.582,
  4.701,
  5.267,
  5.159,
  6.185,
  6.121,
  6.821,
  6.15,
  5.989,
  5.696,
  5.969,
  5.71,
  6.097,
  7.13,
  6.837,
  6.42,
  6.401,
  6.173,
  5.567,
  5.41,
  4.872,
  4.996,
  4.555,
  5.401,
  5.289,
  5.27,
  4.931,
  4.789,
  4.868,
  5.198,
  4.599,
  4.655,
  4.674,
  4.363,
  4.373,
  4.423,
  4.409,
  4.504,
  4.529,
  5.297,
  7.4,
  8.39,
  8.32,
  8.24,
  8.02,
  8.2,
  8.38,
  8.18,
  7.8,
  7.31,
  7.06,
  6.838,
  8.53,
  9.67,
  8.67,
  8.47,
  7.69,
  7.11,
  6.616,
  6.373,
  6.743,
  6.897,
  6.553,
  7.53,
  7.9,
  7.59,
  8.91,
  8.02,
  8.18,
  7.37,
  7.2,
  6.282,
  5.9,
  5.287,
  5.138,
  5.858,
  5.229,
  4.953,
  4.537,
  4.239,
  4.265,
  4.391,
  4.217,
  4.136,
  4.103,
  4.284,
  4.346,
  4.318,
  4.363,
  4.531,
  4.523,
  4.706,
  4.512,
  4.555,
  4.435,
  4.437,
  4.424,
  4.537,
  4.386,
  4.606,
  4.698,
  4.793,
  4.807,
  5.303,
  5.897,
  5.097,
  5.062,
  5.412,
  5.263,
  5.213,
  4.985,
  5.364,
  5.17,
  5.231,
  6.242,
  6.506,
  6.495,
  6.345,
  5.183,
  6.001,
  6.666,
  6.572,
  7.46,
  7.31,
  7.31,
  6.673,
  6.639,
  5.533,
  5.196,
  5.292,
  5.558,
  5.369,
  5.758,
  4.798,
  4.898,
  4.498,
  3.944,
  3.804,
  3.692,
  3.753,
  3.788,
  3.835,
  3.901,
  3.678,
  3.402,
  3.465,
  3.35,
  3.609,
  3.687,
  3.614,
  3.618,
  3.387,
  3.063,
  3.267,
  3.635,
  3.67,
  3.666,
  3.754,
  4.133,
  4.524,
  5.222,
  9.06,
  9.09,
  8.19,
  8.07 ;

 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 =
  3.528,
  2.862,
  2.979,
  2.43,
  3.685,
  4.43,
  5.174,
  5.331,
  7.25,
  5.998,
  4.41,
  7.41,
  4.802,
  2.254,
  2.862,
  2.195,
  3.724,
  3.685,
  3.489,
  4.077,
  4.469,
  5.174,
  5.37,
  4.214,
  2.078,
  3.254,
  2.45,
  2.822,
  1.96,
  2.156,
  2.078,
  4.9,
  6.39,
  4.116,
  2.822,
  5.802,
  6.468,
  8.82,
  7.88,
  7.84,
  7.57,
  8.7,
  6.174,
  11.05,
  12.62,
  13.33,
  13.29,
  13.25,
  15.48,
  14.9,
  13.33,
  12.23,
  11.07,
  8.43,
  6.115,
  8.19,
  9.13,
  8.15,
  8.31,
  12.86,
  9.6,
  9.68,
  6.468,
  7.17,
  6.115,
  5.057,
  6.076,
  5.958,
  4.214,
  4.704,
  4.978,
  3.528,
  4.508,
  4.116,
  3.724,
  2.744,
  3.606,
  2.979,
  5.37,
  6.586,
  7.72,
  7.13,
  5.645,
  4.822,
  4.194,
  3.881,
  5.096,
  4.743,
  5.684,
  5.292,
  5.566,
  6.194,
  6.507,
  6.39,
  7.29,
  7.41,
  7.06,
  6.194,
  6.703,
  7.21,
  6.782,
  4.704,
  6.899,
  5.488,
  4.802,
  2.901,
  3.371,
  5.331,
  2.352,
  3.92,
  4.586,
  4.018,
  3.802,
  4.586,
  5.214,
  5.37,
  6.782,
  6.194,
  6.86,
  6.272,
  4.998,
  3.038,
  2.391,
  2.626,
  2.842,
  5.41,
  5.802,
  4.586,
  3.92,
  4.194,
  4.547,
  3.881,
  3.332,
  5.018,
  4.782,
  6.703,
  4.018,
  5.37,
  3.881,
  3.058,
  4.626,
  5.841,
  6.233,
  4.547,
  3.43,
  2.626,
  1.372,
  0.902,
  0.902,
  1.176,
  1.372,
  1.176,
  1.176,
  2.156,
  2.156,
  3.685,
  4.743,
  4.822,
  3.92,
  4.704,
  7.02,
  7.21,
  8.47,
  7.72,
  15.68,
  14.9,
  10.78,
  14.46 ;

 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.086,
  2.28,
  2.183,
  2.012,
  2.964,
  3.669,
  4.422,
  4.458,
  6.195,
  4.98,
  3.137,
  6.076,
  2.423,
  1.618,
  2.583,
  1.852,
  2.573,
  3.185,
  3.22,
  3.538,
  3.932,
  4.558,
  4.621,
  3.531,
  1.669,
  2.846,
  1.189,
  2.217,
  1.285,
  1.516,
  1.663,
  4.141,
  5.554,
  2.51,
  1.813,
  4.989,
  5.604,
  7.48,
  6.694,
  6.459,
  6.301,
  7.04,
  4.299,
  9.7,
  10.57,
  11.63,
  11.62,
  11.41,
  12.29,
  12.17,
  11.47,
  11.1,
  9.32,
  6.731,
  4.991,
  7.17,
  7.76,
  6.794,
  7.05,
  9.63,
  7.97,
  7.62,
  5.106,
  5.942,
  5.404,
  4.177,
  4.761,
  4.678,
  3.042,
  4.012,
  4.321,
  2.725,
  3.52,
  3.442,
  3.069,
  2.104,
  3.042,
  2.616,
  4.83,
  5.725,
  6.82,
  5.973,
  4.652,
  3.984,
  3.617,
  3.431,
  4.165,
  4.046,
  4.829,
  4.332,
  4.631,
  5.153,
  5.501,
  5.105,
  6.266,
  6.225,
  6.209,
  5.399,
  5.843,
  6.007,
  5.568,
  3.913,
  5.727,
  4.683,
  3.818,
  2.271,
  2.396,
  3.652,
  1.411,
  3.526,
  4.023,
  3.148,
  3.269,
  4.005,
  4.512,
  4.661,
  5.761,
  5.221,
  6.187,
  5.462,
  4.147,
  0.962,
  1.512,
  1.749,
  2.026,
  4.112,
  5.02,
  3.094,
  3.382,
  3.461,
  3.962,
  3.086,
  2.369,
  4.001,
  3.929,
  5.126,
  2.886,
  4.5,
  3.063,
  2.566,
  3.809,
  5.072,
  5.135,
  3.889,
  2.555,
  1.98,
  0.581,
  0.547,
  0.614,
  0.808,
  1.083,
  0.788,
  0.944,
  1.856,
  1.6,
  3.332,
  3.74,
  4.123,
  3.418,
  3.883,
  5.891,
  6.118,
  6.963,
  6.363,
  12.89,
  11.1,
  7.57,
  11.79 ;

 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 =
  10.9933,
  166.4833,
  186.8833,
  250.4833,
  258.0833,
  295.3833,
  289.1833,
  329.8833,
  13.5633,
  332.6833,
  339.6833,
  6.5533,
  25.8433,
  46.6333,
  208.6833,
  217.5833,
  199.7833,
  215.2833,
  213.1833,
  192.2833,
  198.3833,
  207.0833,
  223.8833,
  237.9833,
  273.1833,
  72.9833,
  209.6833,
  210.2833,
  242.8833,
  223.2833,
  158.5833,
  194.7833,
  201.3833,
  185.2833,
  152.5833,
  192.3833,
  211.8833,
  205.5833,
  212.7833,
  202.0833,
  220.4833,
  215.0833,
  207.3833,
  204.2833,
  205.0833,
  208.2833,
  210.7833,
  209.6833,
  211.9833,
  214.3833,
  221.6833,
  220.9833,
  223.1833,
  247.4833,
  248.0833,
  261.2833,
  301.5833,
  318.5833,
  321.3833,
  334.9833,
  339.4833,
  323.6833,
  311.8833,
  316.3833,
  310.3833,
  297.2833,
  311.1833,
  314.0833,
  252.7833,
  311.4833,
  292.9833,
  278.2833,
  325.2833,
  20.6033,
  20.7733,
  21.3433,
  2.9433,
  31.9833,
  57.0833,
  69.3833,
  95.9833,
  99.3833,
  102.1833,
  93.0833,
  97.3833,
  108.5833,
  102.2833,
  117.5833,
  125.5833,
  144.2833,
  140.5833,
  155.7833,
  163.0833,
  164.7833,
  162.1833,
  166.1833,
  162.3833,
  153.5833,
  148.7833,
  161.6833,
  164.5833,
  178.5833,
  157.0833,
  173.5833,
  164.5833,
  173.8833,
  183.7833,
  235.3833,
  203.5833,
  205.9833,
  212.2833,
  213.0833,
  212.1833,
  198.8833,
  215.8833,
  200.4833,
  203.7833,
  197.8833,
  211.2833,
  205.0833,
  243.3833,
  4.1833,
  357.3533,
  23.3933,
  16.4533,
  37.5233,
  32.4533,
  13.9833,
  21.6633,
  45.7833,
  87.2833,
  71.0833,
  88.4833,
  60.1833,
  55.2833,
  47.9633,
  53.8833,
  80.5833,
  135.4833,
  135.8833,
  146.6833,
  137.7833,
  137.8833,
  158.7833,
  149.7833,
  155.0833,
  247.5833,
  278.9833,
  230.4833,
  283.7833,
  350.4633,
  213.6833,
  98.9833,
  162.4833,
  179.3833,
  145.0833,
  209.3833,
  236.3833,
  201.5833,
  226.5833,
  232.7833,
  220.6833,
  236.6833,
  247.5833,
  323.3833,
  319.1833,
  332.2833,
  335.2833 ;

 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 =
  2943.506,
  2896.651,
  2870.22,
  2735.062,
  2817.358,
  2912.87,
  2911.068,
  2940.503,
  2823.966,
  2903.86,
  2749.479,
  2420.893,
  2166.193,
  2915.273,
  2838.984,
  2808.948,
  2847.394,
  2905.662,
  2929.09,
  2924.284,
  2847.994,
  2826.969,
  2860.008,
  2777.111,
  2813.754,
  2734.461,
  2933.895,
  2943.506,
  2897.252,
  2932.694,
  2945.909,
  2956.722,
  2953.719,
  2937.499,
  2920.079,
  2845.592,
  236.3666,
  440.3662,
  252.4054,
  326.112,
  216.7235,
  180.6211,
  2149.374,
  2522.412,
  2383.048,
  2330.186,
  2286.334,
  2241.281,
  2267.713,
  2219.656,
  2200.434,
  2261.105,
  2266.511,
  2223.26,
  2375.84,
  2760.291,
  2804.143,
  2944.708,
  2942.906,
  2869.62,
  2858.206,
  2881.634,
  2948.913,
  2810.15,
  2786.122,
  2911.068,
  2939.302,
  2936.298,
  2924.284,
  2905.662,
  2768.701,
  2560.857,
  2956.121,
  2956.722,
  2956.722,
  2956.722,
  2956.722,
  2956.722,
  2956.722,
  2956.722,
  2956.722,
  2956.722,
  2952.517,
  2392.659,
  2894.249,
  2954.92,
  2944.708,
  2951.316,
  2945.309,
  2948.913,
  2924.885,
  2939.302,
  2902.058,
  2865.415,
  2834.178,
  2502.589,
  2786.722,
  2723.048,
  2671.387,
  2641.952,
  2633.542,
  2625.133,
  2604.108,
  2472.553,
  2438.914,
  2499.585,
  2613.719,
  1903.685,
  230.4797,
  236.8472,
  295.0555,
  204.9497,
  160.077,
  326.5926,
  218.1652,
  452.981,
  547.8925,
  1685.028,
  2155.381,
  2324.78,
  2267.713,
  2115.134,
  2217.854,
  2217.854,
  2792.129,
  2956.722,
  2956.722,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2956.722,
  2956.722,
  2956.722,
  2956.722,
  2951.916,
  2944.708,
  2956.722,
  2957.323,
  2932.093,
  2947.111,
  2954.92,
  2953.118,
  2956.722,
  2956.722,
  2956.121,
  2956.722,
  2956.722,
  2956.722,
  2956.722,
  2956.722,
  2956.722,
  2956.722,
  2956.722,
  2800.539,
  2855.203,
  2730.857,
  2956.722,
  2956.722,
  2934.496,
  2957.323,
  2956.722,
  2886.439,
  2926.687,
  2541.634,
  2471.953,
  1765.523,
  2933.895 ;

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