netcdf E0106.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:short_name = "lat" ;
		lat:units = "degrees_north" ;
		lat:scale_factor = 1. ;
		lat:add_offset = 0. ;
		lat:_FillValue = -999. ;
		lat:valid_range = -90., 90. ;
		lat:epic_code = 500 ;
		lat:Comment = "Coordinate variable" ;
	double lon(lon) ;
		lon:long_name = "Longitude" ;
		lon:short_name = "lon" ;
		lon:modulo = 360. ;
		lon:units = "degrees_east" ;
		lon:scale_factor = 1. ;
		lon:add_offset = 0. ;
		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:short_name = "D" ;
		air_temperature_depth:units = "meters" ;
		air_temperature_depth:positive = "down" ;
		air_temperature_depth:scale_factor = 1. ;
		air_temperature_depth:add_offset = 0. ;
		air_temperature_depth:_FillValue = -999. ;
		air_temperature_depth:valid_range = -10000., 100. ;
		air_temperature_depth:epic_code = 3 ;
		air_temperature_depth:Comment = "Coordinate variable" ;
		air_temperature_depth:standard_name = "depth" ;
	double visibility_depth(visibility_depth) ;
		visibility_depth:long_name = "Depth" ;
		visibility_depth:short_name = "D" ;
		visibility_depth:units = "meters" ;
		visibility_depth:positive = "down" ;
		visibility_depth:scale_factor = 1. ;
		visibility_depth:add_offset = 0. ;
		visibility_depth:_FillValue = -999. ;
		visibility_depth:valid_range = -10000., 100. ;
		visibility_depth:epic_code = 3 ;
		visibility_depth:Comment = "Coordinate variable" ;
		visibility_depth:standard_name = "depth" ;
	double wind_depth(wind_depth) ;
		wind_depth:long_name = "Depth" ;
		wind_depth:short_name = "D" ;
		wind_depth:units = "meters" ;
		wind_depth:positive = "down" ;
		wind_depth:scale_factor = 1. ;
		wind_depth:add_offset = 0. ;
		wind_depth:_FillValue = -999. ;
		wind_depth:valid_range = -10000., 100. ;
		wind_depth:Comment = "Coordinate variable" ;
		wind_depth:standard_name = "depth" ;
	double time(time) ;
		time:long_name = "Time" ;
		time:short_name = "time" ;
		time:units = "days since -4713-01-01 00:00:00" ;
		time:scale_factor = 1. ;
		time:add_offset = 0. ;
		time:_FillValue = -999. ;
		time:valid_range = 0., 2460000. ;
		time:epic_code = 624 ;
		time:Comment = "Coordinate variable" ;
		time:standard_name = "time" ;
	float air_temperature(time, air_temperature_depth, lat, lon) ;
		air_temperature:long_name = "Air Temperature" ;
		air_temperature:standard_name = "air_temperature" ;
		air_temperature:grib_code = "11 E 130" ;
		air_temperature:short_name = "AT" ;
		air_temperature:scale_factor = 1.f ;
		air_temperature:add_offset = 0.f ;
		air_temperature:_FillValue = -999.f ;
		air_temperature:units = "celsius" ;
		air_temperature:valid_range = -40.f, 40.f ;
		air_temperature:is_dead = 0 ;
		air_temperature:sensor_depth = -3. ;
		air_temperature:epic_code = 20 ;
		air_temperature:ancillary_variables = "air_temperature_qc" ;
	byte air_temperature_qc(time, air_temperature_depth, lat, lon) ;
		air_temperature_qc:long_name = "Air Temperature Quality" ;
		air_temperature_qc:short_name = "ATQC" ;
		air_temperature_qc:_FillValue = 128s ;
		air_temperature_qc:valid_range = -127s, 127s ;
		air_temperature_qc:quality_good = 0s ;
		air_temperature_qc:quality_bad = 1s ;
		air_temperature_qc:sensor_depth = -3. ;
		air_temperature_qc:flag_values = 0s, 1s, 2s, 3s ;
		air_temperature_qc:flag_meanings = 0s ;
		air_temperature_qc:intent = "data_quality" ;
		air_temperature_qc:standard_name = "air_temperature data_quality" ;
		air_temperature_qc:units = "1" ;
	float wind_gust(time, wind_depth, lat, lon) ;
		wind_gust:long_name = "Wind Gust" ;
		wind_gust:short_name = "WGST" ;
		wind_gust:scale_factor = 1.f ;
		wind_gust:add_offset = 0.f ;
		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:sensor_depth = -4. ;
		wind_gust:epic_code = 42 ;
		wind_gust:ancillary_variables = "wind_gust_qc" ;
	byte wind_gust_qc(time, wind_depth, lat, lon) ;
		wind_gust_qc:long_name = "Wind Gust Quality" ;
		wind_gust_qc:short_name = "WGSTQC" ;
		wind_gust_qc:_FillValue = 128s ;
		wind_gust_qc:valid_range = -127s, 127s ;
		wind_gust_qc:quality_good = 0s ;
		wind_gust_qc:quality_bad = 1s ;
		wind_gust_qc:sensor_depth = -4. ;
		wind_gust_qc:flag_values = 0s, 1s, 2s, 3s ;
		wind_gust_qc:flag_meanings = 0s ;
		wind_gust_qc:intent = "data_quality" ;
		wind_gust_qc:standard_name = "wind_gust data_quality" ;
		wind_gust_qc:units = "1" ;
	float wind_speed(time, wind_depth, lat, lon) ;
		wind_speed:long_name = "Wind Speed" ;
		wind_speed:standard_name = "wind_speed" ;
		wind_speed:grib_code = "32" ;
		wind_speed:short_name = "WSPD" ;
		wind_speed:scale_factor = 1.f ;
		wind_speed:add_offset = 0.f ;
		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:sensor_depth = -4. ;
		wind_speed:epic_code = 401 ;
		wind_speed:ancillary_variables = "wind_speed_qc" ;
	byte wind_speed_qc(time, wind_depth, lat, lon) ;
		wind_speed_qc:long_name = "Wind Speed Quality" ;
		wind_speed_qc:short_name = "WSPDQC" ;
		wind_speed_qc:_FillValue = 128s ;
		wind_speed_qc:valid_range = -127s, 127s ;
		wind_speed_qc:quality_good = 0s ;
		wind_speed_qc:quality_bad = 1s ;
		wind_speed_qc:sensor_depth = -4. ;
		wind_speed_qc:flag_values = 0s, 1s, 2s, 3s ;
		wind_speed_qc:flag_meanings = 0s ;
		wind_speed_qc:intent = "data_quality" ;
		wind_speed_qc:standard_name = "wind_speed data_quality" ;
		wind_speed_qc:units = "1" ;
	float wind_direction(time, wind_depth, lat, lon) ;
		wind_direction:long_name = "Wind Direction" ;
		wind_direction:standard_name = "wind_from_direction" ;
		wind_direction:grib_code = "31" ;
		wind_direction:short_name = "WDIR" ;
		wind_direction:scale_factor = 1.f ;
		wind_direction:add_offset = 0.f ;
		wind_direction:_FillValue = -999.f ;
		wind_direction:units = "degrees" ;
		wind_direction:valid_range = 0.f, 360.f ;
		wind_direction:is_dead = 0 ;
		wind_direction:sensor_depth = -4. ;
		wind_direction:epic_code = 410 ;
		wind_direction:ancillary_variables = "wind_direction_qc" ;
	byte wind_direction_qc(time, wind_depth, lat, lon) ;
		wind_direction_qc:long_name = "Wind Direction Quality" ;
		wind_direction_qc:short_name = "WDIRQC" ;
		wind_direction_qc:_FillValue = 128s ;
		wind_direction_qc:valid_range = -127s, 127s ;
		wind_direction_qc:quality_good = 0s ;
		wind_direction_qc:quality_bad = 1s ;
		wind_direction_qc:sensor_depth = -4. ;
		wind_direction_qc:flag_values = 0s, 1s, 2s, 3s ;
		wind_direction_qc:flag_meanings = 0s ;
		wind_direction_qc:intent = "data_quality" ;
		wind_direction_qc:standard_name = "wind_direction data_quality" ;
		wind_direction_qc:units = "1" ;
	float visibility(time, visibility_depth, lat, lon) ;
		visibility:long_name = "Visibility" ;
		visibility:standard_name = "visibility_in_air" ;
		visibility:grib_code = "20" ;
		visibility:short_name = "VIS" ;
		visibility:scale_factor = 1.f ;
		visibility:add_offset = 0.f ;
		visibility:_FillValue = -999.f ;
		visibility:units = "meters" ;
		visibility:valid_range = 0.f, 1000000.f ;
		visibility:is_dead = 0 ;
		visibility:calibration_coeffs = -0.5517, 0.6007056, 0., 0. ;
		visibility:sensor_depth = -4. ;
		visibility:ancillary_variables = "visibility_qc" ;
	byte visibility_qc(time, visibility_depth, lat, lon) ;
		visibility_qc:long_name = "Visibility Quality" ;
		visibility_qc:short_name = "VISQ" ;
		visibility_qc:_FillValue = 128s ;
		visibility_qc:valid_range = -127s, 127s ;
		visibility_qc:quality_good = 0s ;
		visibility_qc:quality_bad = 1s ;
		visibility_qc:sensor_depth = -4. ;
		visibility_qc:flag_values = 0s, 1s, 2s, 3s ;
		visibility_qc:flag_meanings = 0s ;
		visibility_qc:intent = "data_quality" ;
		visibility_qc:standard_name = "visibility data_quality" ;
		visibility_qc:units = "1" ;

// 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 = "27-Jun-2003 12:56:27:  Added ancillary_variables, intent attributes for CF compliance.\n",
			"07-Apr-2003 16:03:13:  Moved air_temperature back to celsius." ;
		:source = "realtime observations" ;
		:references = "http://gyre.umeoce.maine.edu/data/gomoos/buoy/doc/buoy_system_doc/buoy_system/book1.html" ;
		:comment = "processed with MATLAB" ;
		:latitude = 43.714451 ;
		:longitude = -69.359253 ;
		: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 starts at 00:00:00 UTC on 1 January 4713 BC" ;
		:buffer_type = "met" ;
		:instrument_number = 0 ;
		:processing = "realtime" ;
		:water_depth = 100. ;
		:mooring_site_id = "E0106" ;
		:mooring_site_desc = "Central Maine Shelf" ;
		:breakout_id = 1 ;
		:delta_t = 60 ;
		:magnetic_variation = -17.8 ;
		:last_mysql_update_index = -1 ;
		:starting_julian_day_number = 2452890.00000579 ;
		:starting_julian_day_string = "2003-09-07 00:00:00" ;
		:ending_julian_day_number = 2452896.95833912 ;
		:ending_julian_day_string = "2003-09-13 23:00:00" ;
		:algorithm_ids = "WIND_DIR_1.2:  27-Aug-2003 12:43:11\n",
			"AAN_VIZ_1.2:  27-Aug-2003 12:43:11" ;
data:

 lat = 43.714451 ;

 lon = -69.359253 ;

 air_temperature_depth = -3 ;

 visibility_depth = -3 ;

 wind_depth = -4 ;

 time = 2452890, 2452890.04166667, 2452890.08333333, 2452890.125, 
    2452890.16666667, 2452890.20833333, 2452890.25, 2452890.29166667, 
    2452890.33333333, 2452890.375, 2452890.41666667, 2452890.45833333, 
    2452890.5, 2452890.54166667, 2452890.58333333, 2452890.625, 
    2452890.66666667, 2452890.70833333, 2452890.75, 2452890.79166667, 
    2452890.83333333, 2452890.875, 2452890.91666667, 2452890.95833333, 
    2452891, 2452891.04166667, 2452891.08333333, 2452891.125, 
    2452891.16666667, 2452891.20833333, 2452891.25, 2452891.29166667, 
    2452891.33333333, 2452891.375, 2452891.41666667, 2452891.45833333, 
    2452891.5, 2452891.54166667, 2452891.58333333, 2452891.625, 
    2452891.66666667, 2452891.70833333, 2452891.75, 2452891.79166667, 
    2452891.83333333, 2452891.875, 2452891.91666667, 2452891.95833333, 
    2452892, 2452892.04166667, 2452892.08333333, 2452892.125, 
    2452892.16666667, 2452892.20833333, 2452892.25, 2452892.29166667, 
    2452892.33333333, 2452892.375, 2452892.41666667, 2452892.45833333, 
    2452892.5, 2452892.54166667, 2452892.58333333, 2452892.625, 
    2452892.66666667, 2452892.70833333, 2452892.75, 2452892.79166667, 
    2452892.83333333, 2452892.875, 2452892.91666667, 2452892.95833333, 
    2452893, 2452893.04166667, 2452893.08333333, 2452893.125, 
    2452893.16666667, 2452893.20833333, 2452893.25, 2452893.29166667, 
    2452893.33333333, 2452893.375, 2452893.41666667, 2452893.45833333, 
    2452893.5, 2452893.54166667, 2452893.58333333, 2452893.625, 
    2452893.66666667, 2452893.70833333, 2452893.75, 2452893.79166667, 
    2452893.83333333, 2452893.875, 2452893.91666667, 2452893.95833333, 
    2452894, 2452894.04166667, 2452894.08333333, 2452894.125, 
    2452894.16666667, 2452894.20833333, 2452894.25, 2452894.29166667, 
    2452894.33333333, 2452894.375, 2452894.41666667, 2452894.45833333, 
    2452894.5, 2452894.54166667, 2452894.58333333, 2452894.625, 
    2452894.66666667, 2452894.70833333, 2452894.75, 2452894.79166667, 
    2452894.83333333, 2452894.875, 2452894.91666667, 2452894.95833333, 
    2452895, 2452895.04166667, 2452895.08333333, 2452895.125, 
    2452895.16666667, 2452895.20833333, 2452895.25, 2452895.29166667, 
    2452895.33333333, 2452895.375, 2452895.41666667, 2452895.45833333, 
    2452895.5, 2452895.54166667, 2452895.58333333, 2452895.625, 
    2452895.66666667, 2452895.70833333, 2452895.75, 2452895.79166667, 
    2452895.83333333, 2452895.875, 2452895.91666667, 2452895.95833333, 
    2452896, 2452896.04166667, 2452896.08333333, 2452896.125, 
    2452896.16666667, 2452896.20833333, 2452896.25, 2452896.29166667, 
    2452896.33333333, 2452896.375, 2452896.41666667, 2452896.45833333, 
    2452896.5, 2452896.54166667, 2452896.58333333, 2452896.625, 
    2452896.66666667, 2452896.70833333, 2452896.75, 2452896.79166667, 
    2452896.83333333, 2452896.875, 2452896.91666667, 2452896.95833333 ;

 air_temperature =
  16.7,
  16.87,
  16.4,
  16.54,
  16.14,
  15.76,
  15.49,
  15.27,
  15.11,
  14.78,
  14.4,
  15.43,
  15.27,
  15.28,
  15.47,
  15.53,
  15.82,
  15.96,
  16.2,
  16.71,
  16.88,
  16.81,
  16.25,
  16.32,
  16.43,
  16.82,
  16.19,
  16.36,
  16.55,
  15.66,
  14.96,
  14.8,
  14.48,
  14.29,
  13.94,
  13.89,
  13.82,
  14.01,
  14.3,
  14.63,
  14.88,
  15.07,
  15.38,
  15.43,
  15.67,
  15.8,
  15.8,
  15.57,
  15.6,
  15.64,
  15.28,
  14.82,
  15.27,
  14.67,
  14.2,
  13.99,
  13.59,
  13.56,
  12.74,
  12.57,
  12.41,
  12.76,
  13.03,
  13.15,
  13.3,
  13.55,
  13.49,
  13.68,
  13.67,
  13.84,
  13.8,
  13.45,
  13.41,
  13.63,
  13.78,
  13.88,
  13.75,
  13.75,
  13.52,
  13.3,
  12.97,
  12.93,
  13.03,
  13.39,
  13.67,
  13.53,
  13.45,
  13.82,
  14.29,
  14.42,
  14.81,
  15.01,
  15.14,
  15.17,
  15.26,
  15.04,
  14.77,
  14.64,
  14.93,
  14.74,
  14.84,
  15.92,
  15.17,
  15.6,
  15.05,
  15.73,
  15.16,
  13.65,
  13.49,
  13.4,
  13.44,
  13.49,
  13.36,
  13.24,
  13.19,
  13.26,
  13.68,
  14.06,
  14.1,
  13.5,
  13.41,
  13.29,
  13.24,
  13.05,
  13.09,
  13.28,
  13.2,
  13.2,
  13.32,
  13.28,
  13.17,
  13.65,
  14.21,
  14.24,
  14.19,
  14.71,
  14.98,
  15.61,
  15.5,
  15.26,
  14.89,
  14.93,
  14.65,
  14.13,
  14.08,
  14.28,
  14.3,
  13.87,
  13.73,
  13.66,
  13.4,
  13.45,
  13.47,
  13.48,
  13.33,
  13.53,
  14.76,
  14.35,
  14.62,
  15.33,
  14.99,
  15.07,
  15.14,
  15.39,
  15.64,
  16,
  16.25,
  15.29 ;

 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 =
  5.606,
  5.958,
  4.214,
  5.841,
  4.939,
  4.978,
  4.9,
  3.998,
  4.508,
  3.685,
  2.058,
  1.45,
  1.882,
  3.528,
  3.41,
  3.92,
  3.254,
  3.136,
  4.978,
  4.469,
  4.43,
  4.861,
  4.155,
  3.998,
  3.92,
  4.508,
  3.254,
  3.097,
  5.135,
  4.508,
  4.508,
  4.978,
  5.802,
  6.782,
  5.88,
  5.998,
  6.703,
  5.958,
  3.626,
  2.548,
  2.313,
  2.822,
  3.332,
  3.998,
  5.566,
  3.92,
  3.489,
  3.058,
  3.998,
  4.508,
  3.528,
  2.195,
  7.33,
  9.68,
  8.19,
  8.74,
  6.86,
  7.6,
  6.821,
  7.6,
  6.468,
  7.17,
  6.233,
  4.978,
  4.822,
  4.038,
  3.606,
  3.763,
  3.626,
  3.254,
  2.626,
  2.901,
  3.92,
  4.43,
  3.606,
  3.489,
  2.646,
  3.097,
  2.862,
  4.665,
  4.155,
  4.038,
  4.077,
  2.842,
  3.528,
  4.469,
  3.842,
  5.998,
  6.821,
  7.64,
  7.49,
  7.92,
  7.53,
  7.1,
  6.115,
  5.018,
  3.842,
  2.901,
  3.606,
  2.842,
  2.274,
  4.312,
  3.92,
  6.703,
  4.214,
  5.174,
  6.35,
  9.33,
  7.45,
  7.96,
  8.15,
  6.938,
  6.35,
  5.88,
  4.508,
  4.586,
  4.116,
  3.489,
  2.548,
  2.666,
  1.862,
  2.117,
  1.372,
  1.294,
  1.45,
  2.156,
  2.822,
  2.313,
  1.568,
  1.294,
  1.686,
  1.921,
  1.45,
  1.921,
  2.979,
  2.254,
  1.294,
  0.941,
  2.234,
  2.117,
  3.489,
  2.47,
  1.764,
  2.47,
  2.901,
  3.489,
  3.528,
  2.352,
  2.195,
  1.176,
  0.588,
  1.098,
  1.45,
  1.372,
  1.019,
  0.941,
  0.588,
  1.49,
  1.646,
  1.45,
  2.47,
  2.587,
  3.175,
  2.509,
  2.038,
  2.352,
  1.568,
  1.215 ;

 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 =
  4.796,
  5.148,
  3.579,
  4.764,
  4.178,
  4.217,
  4.186,
  3.389,
  3.699,
  3.165,
  1.146,
  1.136,
  1.56,
  2.979,
  2.88,
  3.328,
  2.761,
  2.616,
  4.524,
  3.569,
  3.961,
  4.222,
  3.301,
  3.328,
  3.322,
  3.613,
  2.377,
  2.616,
  4.449,
  3.957,
  3.743,
  4.133,
  5.003,
  5.7,
  4.632,
  5.156,
  5.802,
  4.923,
  2.489,
  1.786,
  1.772,
  2.142,
  2.929,
  3.418,
  4.833,
  3.335,
  3.106,
  2.692,
  3.317,
  3.983,
  2.811,
  1.143,
  6.492,
  8.36,
  7.02,
  7.07,
  5.687,
  6.232,
  5.95,
  6.509,
  5.463,
  6.099,
  5.463,
  4.362,
  4.142,
  3.391,
  3.087,
  2.975,
  2.796,
  2.539,
  2.107,
  2.367,
  3.381,
  3.768,
  3.192,
  2.973,
  1.892,
  2.623,
  2.398,
  4.068,
  3.447,
  3.333,
  3.086,
  2.372,
  2.906,
  3.57,
  3.284,
  5.161,
  5.928,
  6.574,
  6.507,
  6.797,
  6.839,
  6.15,
  5.389,
  4.274,
  3.4,
  2.548,
  3.042,
  2.327,
  1.775,
  2.247,
  3.039,
  5.981,
  2.402,
  4.616,
  5.242,
  7.46,
  6.379,
  6.981,
  6.706,
  6.256,
  5.218,
  4.946,
  3.881,
  3.954,
  3.286,
  2.83,
  2.154,
  2.186,
  1.523,
  1.814,
  1.086,
  0.773,
  1.162,
  1.812,
  2.276,
  1.951,
  1.139,
  1.034,
  1.186,
  1.618,
  1.165,
  1.575,
  2.398,
  1.536,
  0.997,
  0.573,
  1.783,
  1.699,
  2.843,
  1.943,
  1.44,
  2.111,
  2.424,
  3.136,
  3.076,
  1.899,
  1.649,
  0.831,
  0.168,
  0.826,
  1.255,
  0.764,
  0.718,
  0.612,
  0.293,
  1.145,
  1.228,
  1.067,
  2.113,
  2.075,
  2.666,
  1.956,
  1.685,
  1.814,
  1.134,
  0.771 ;

 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 =
  232.7,
  227.6,
  222.8,
  233.1,
  256.3,
  260.2,
  257.7,
  247.6,
  260.9,
  272.5,
  297,
  223.3,
  238.7,
  236,
  229.2,
  241.6,
  244.6,
  214.7,
  229.3,
  208.2,
  217.8,
  216.8,
  278.4,
  230.3,
  274.9,
  324.1,
  322.5,
  359.9,
  352.18,
  353.56,
  347.633,
  358.01,
  351.02,
  352.5,
  352.44,
  359.19,
  357.35,
  359.45,
  359.51,
  3.54,
  125.7,
  139,
  169.5,
  189.4,
  198.4,
  210.3,
  215,
  214.2,
  230.3,
  242.1,
  304.4,
  12.25,
  10.13,
  34.57,
  34.73,
  35.8,
  30.57,
  25.64,
  11.19,
  12.77,
  16.85,
  34.68,
  37.99,
  39.35,
  50.58,
  76.4,
  102.3,
  107.5,
  140.5,
  150.9,
  180.4,
  182.7,
  182.2,
  184.9,
  182.1,
  189.1,
  231.9,
  247.2,
  263.4,
  286.8,
  286.9,
  272.3,
  256.5,
  237.3,
  254.3,
  257.4,
  256.2,
  242.6,
  236.5,
  231,
  224.9,
  216.3,
  223.2,
  215.5,
  229.1,
  232.2,
  244,
  218,
  260.7,
  253,
  278.9,
  4.3,
  1.12,
  7.02,
  11.54,
  34.4,
  66.8,
  50.76,
  53.7,
  49.97,
  48.46,
  58.3,
  65,
  79,
  89.7,
  118,
  128.4,
  140.1,
  119.3,
  132.9,
  158.5,
  182.9,
  167.6,
  82.9,
  80.2,
  81.4,
  115,
  128.7,
  121,
  114.6,
  120.6,
  144.6,
  122.4,
  125.3,
  141.4,
  140.1,
  79.4,
  89.9,
  165.1,
  108.4,
  169.5,
  152,
  136.5,
  144.2,
  155.6,
  178.4,
  193.8,
  194.3,
  196.4,
  198.2,
  312.8,
  200.9,
  219.4,
  210.1,
  257.6,
  301.4,
  28.83,
  108,
  92.8,
  138.5,
  139.2,
  145.1,
  158.4,
  163.8,
  186.5,
  197.7,
  155.4,
  220.1 ;

 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,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2959.125,
  2961.528,
  2933.895,
  2878.63,
  2948.913,
  2927.287,
  2956.722,
  2955.521,
  2962.128,
  2961.528,
  2958.524,
  2962.128,
  2959.726,
  2959.125,
  2768.1,
  2961.528,
  2960.927,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  1553.474,
  2865.415,
  2917.075,
  2952.517,
  2962.128,
  2935.097,
  2962.128,
  2957.323,
  2961.528,
  2957.923,
  2941.704,
  2370.433,
  1531.848,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2567.465,
  2214.851,
  2690.609,
  2774.708,
  2919.478,
  2957.323,
  2950.114,
  2956.121,
  2962.128,
  2962.128,
  2960.326,
  1193.651,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2960.927,
  2960.927,
  2960.927,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2960.927,
  2962.729,
  2962.128,
  2962.128,
  2962.128,
  2960.326,
  2962.128,
  2956.121,
  2957.923,
  2879.832,
  2869.62,
  2832.376,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2786.722,
  2907.464,
  2937.499,
  2897.853,
  2696.616,
  2905.662,
  2936.899,
  2958.524,
  2915.874,
  2942.305,
  2951.316,
  2953.118,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2960.326,
  2962.729,
  2962.128,
  2955.521,
  2960.326,
  2962.128,
  2962.128,
  2959.726,
  2960.326,
  2904.461,
  2636.546,
  2957.323,
  2960.927,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2929.09,
  2954.92,
  2962.128,
  2961.528,
  2960.326,
  2962.128,
  2961.528,
  2961.528,
  2960.927,
  2961.528,
  2961.528,
  2328.985,
  2959.125 ;

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