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 = "29-Jan-2004 13:51:49:  Modified [lon,lat] to [-69.357300,43.713800].\n",
			"28-Jan-2004 11:36:50:  Modified [lon,lat] to [-69.357300,42.713000].\n",
			"Wed Jan 28 10:19:44 2004: /usr/local/nco/bin/ncrcat -d time,2453033.34028,2453033.44444 E0109.met.realtime.nc E0109.met.realtime.nc.new" ;
		:source = "Ocean Data Acquisition Systems (ODAS) Buoy" ;
		:references = "http://gyre.umeoce.maine.edu/data/gomoos/buoy/doc/buoy_system_doc/buoy_system/book1.html" ;
		:comment = "" ;
		:Conventions = "CF-1.0" ;
		:project = "GOMOOS" ;
		:project_url = "http://gomoos.org" ;
		:contact = "nealp@maine.edu,ljm@umeoce.maine.edu,jevans@umeoce.maine.edu" ;
		:time_zone = "UTC" ;
		:julian_day_convention = "Julian date convention begins at 00:00:00 UTC on 1 January 4713 BC" ;
		:buffer_type = "met" ;
		:instrument_number = 0 ;
		:wind_sensor_serial_number = 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 = 2453100.00000579 ;
		:starting_julian_day_string = "2004-04-04 00:00:00" ;
		:ending_julian_day_number = 2453106.95833912 ;
		:ending_julian_day_string = "2004-04-10 23:00:00" ;
		:algorithm_ids = "WIND_DIR_1.2:  16-Jan-2004 16:27:00\n",
			"AAN_VIZ_1.2:  16-Jan-2004 16:27:00" ;
data:

 lat = 43.7138 ;

 lon = -69.3573 ;

 air_temperature_depth = -3 ;

 visibility_depth = -3 ;

 wind_depth = -4 ;

 time = 2453100, 2453100.04166667, 2453100.08333333, 2453100.125, 
    2453100.16666667, 2453100.20833333, 2453100.25, 2453100.29166667, 
    2453100.33333333, 2453100.375, 2453100.41666667, 2453100.45833333, 
    2453100.5, 2453100.54166667, 2453100.58333333, 2453100.625, 
    2453100.66666667, 2453100.70833333, 2453100.75, 2453100.79166667, 
    2453100.83333333, 2453100.875, 2453100.91666667, 2453100.95833333, 
    2453101, 2453101.04166667, 2453101.08333333, 2453101.125, 
    2453101.16666667, 2453101.20833333, 2453101.25, 2453101.29166667, 
    2453101.33333333, 2453101.375, 2453101.41666667, 2453101.45833333, 
    2453101.5, 2453101.54166667, 2453101.58333333, 2453101.625, 
    2453101.66666667, 2453101.70833333, 2453101.75, 2453101.79166667, 
    2453101.83333333, 2453101.875, 2453101.91666667, 2453101.95833333, 
    2453102, 2453102.04166667, 2453102.08333333, 2453102.125, 
    2453102.16666667, 2453102.20833333, 2453102.25, 2453102.29166667, 
    2453102.33333333, 2453102.375, 2453102.41666667, 2453102.45833333, 
    2453102.5, 2453102.54166667, 2453102.58333333, 2453102.625, 
    2453102.66666667, 2453102.70833333, 2453102.75, 2453102.79166667, 
    2453102.83333333, 2453102.875, 2453102.91666667, 2453102.95833333, 
    2453103, 2453103.04166667, 2453103.08333333, 2453103.125, 
    2453103.16666667, 2453103.20833333, 2453103.25, 2453103.29166667, 
    2453103.33333333, 2453103.375, 2453103.41666667, 2453103.45833333, 
    2453103.5, 2453103.54166667, 2453103.58333333, 2453103.625, 
    2453103.66666667, 2453103.70833333, 2453103.75, 2453103.79166667, 
    2453103.83333333, 2453103.875, 2453103.91666667, 2453103.95833333, 
    2453104, 2453104.04166667, 2453104.08333333, 2453104.125, 
    2453104.16666667, 2453104.20833333, 2453104.25, 2453104.29166667, 
    2453104.33333333, 2453104.375, 2453104.41666667, 2453104.45833333, 
    2453104.5, 2453104.54166667, 2453104.58333333, 2453104.625, 
    2453104.66666667, 2453104.70833333, 2453104.75, 2453104.79166667, 
    2453104.83333333, 2453104.875, 2453104.91666667, 2453104.95833333, 
    2453105, 2453105.04166667, 2453105.08333333, 2453105.125, 
    2453105.16666667, 2453105.20833333, 2453105.25, 2453105.29166667, 
    2453105.33333333, 2453105.375, 2453105.41666667, 2453105.45833333, 
    2453105.5, 2453105.54166667, 2453105.58333333, 2453105.625, 
    2453105.66666667, 2453105.70833333, 2453105.75, 2453105.79166667, 
    2453105.83333333, 2453105.875, 2453105.91666667, 2453105.95833333, 
    2453106, 2453106.04166667, 2453106.08333333, 2453106.125, 
    2453106.16666667, 2453106.20833333, 2453106.25, 2453106.29166667, 
    2453106.33333333, 2453106.375, 2453106.41666667, 2453106.45833333, 
    2453106.5, 2453106.54166667, 2453106.58333333, 2453106.625, 
    2453106.66666667, 2453106.70833333, 2453106.75, 2453106.79166667, 
    2453106.83333333, 2453106.875, 2453106.91666667, 2453106.95833333 ;

 air_temperature =
  3.024,
  3.348,
  3.08,
  2.858,
  2.886,
  2.857,
  2.67,
  2.781,
  2.7,
  2.66,
  2.678,
  2.73,
  2.745,
  2.718,
  2.97,
  3.165,
  3.097,
  3.016,
  3.189,
  2.979,
  3.031,
  3.013,
  2.827,
  2.895,
  3.008,
  2.912,
  2.839,
  2.856,
  3.087,
  3.125,
  3.269,
  2.54,
  1.946,
  1.807,
  1.713,
  0.818,
  -0.151,
  -1.015,
  -1.514,
  -1.865,
  -1.55,
  -1.03,
  -0.206,
  0.065,
  0.43,
  0.515,
  -0.049,
  -0.579,
  -0.542,
  -0.124,
  -0.172,
  -0.022,
  0.239,
  0.181,
  0.359,
  0.478,
  -0.006,
  -0.244,
  -0.673,
  -0.993,
  -1.146,
  -1.209,
  -0.832,
  -0.05,
  0.52,
  1.175,
  1.967,
  2.677,
  3.435,
  3.91,
  3.985,
  3.158,
  2.596,
  2.265,
  2.278,
  2.287,
  2.464,
  2.556,
  2.708,
  2.688,
  2.698,
  2.824,
  2.76,
  2.912,
  2.902,
  2.768,
  2.807,
  2.842,
  2.856,
  3.279,
  3.734,
  3.145,
  3.611,
  4.227,
  4.061,
  3.637,
  3.37,
  3.234,
  4.073,
  4.262,
  3.889,
  3.773,
  3.5,
  3.366,
  3.512,
  3.345,
  3.253,
  3.283,
  4.467,
  3.239,
  3.856,
  3.315,
  3.387,
  3.483,
  3.65,
  4.013,
  4.278,
  4.171,
  4.26,
  4.183,
  4.301,
  4.238,
  3.875,
  3.848,
  3.594,
  3.52,
  3.1,
  2.821,
  2.874,
  2.506,
  2.401,
  3.153,
  3.131,
  3.305,
  3.482,
  3.763,
  4.2,
  4.195,
  4.344,
  4.498,
  4.597,
  4.756,
  4.748,
  4.646,
  5.1,
  5.106,
  4.707,
  5.011,
  4.839,
  4.096,
  3.763,
  3.759,
  3.723,
  3.728,
  3.62,
  3.844,
  3.531,
  3.587,
  3.892,
  4.172,
  4.657,
  4.966,
  5.471,
  6.076,
  5.982,
  5.854,
  6.013,
  5.501 ;

 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.018,
  6.154,
  4.116,
  3.528,
  5.41,
  4.665,
  3.92,
  5.802,
  4.41,
  4.194,
  4.508,
  6.821,
  3.998,
  3.058,
  3.018,
  1.882,
  2.862,
  3.41,
  4.077,
  3.763,
  4.508,
  4.978,
  2.587,
  3.92,
  1.96,
  2.078,
  3.998,
  4.704,
  4.018,
  4.194,
  3.293,
  9.41,
  9.56,
  10.15,
  10.23,
  11.49,
  12.35,
  14.74,
  13.25,
  14.19,
  12.98,
  12.5,
  13.48,
  13.41,
  13.37,
  13.37,
  14.66,
  14.03,
  14.03,
  14.11,
  12,
  11.96,
  11.56,
  12.11,
  11.68,
  13.56,
  13.72,
  14.7,
  13.17,
  14.9,
  13.52,
  10.68,
  11.13,
  9.68,
  8.74,
  8.11,
  8.35,
  7.8,
  7.68,
  6.899,
  8.35,
  9.92,
  13.45,
  10.78,
  10.19,
  9.11,
  8.62,
  7.13,
  6.39,
  6.233,
  6.39,
  6.899,
  6.076,
  6.194,
  5.958,
  6.899,
  5.88,
  6.076,
  6.233,
  7.21,
  5.841,
  7.29,
  7.64,
  5.958,
  8.11,
  5.39,
  3.43,
  3.175,
  2.274,
  3.528,
  2.45,
  1.725,
  1.686,
  3.881,
  4.626,
  3.881,
  4.586,
  4.547,
  3.959,
  4.312,
  5.214,
  4.586,
  5.684,
  6.546,
  6.821,
  7.68,
  7.57,
  6.978,
  8.35,
  7.25,
  8.08,
  6.978,
  5.527,
  5.057,
  4.018,
  2.744,
  1.96,
  1.686,
  2.509,
  1.372,
  1.372,
  1.607,
  2.391,
  2.901,
  1.49,
  2.391,
  3.293,
  3.998,
  5.919,
  6.272,
  5.527,
  5.292,
  5.919,
  5.449,
  6.468,
  4.802,
  3.685,
  5.606,
  7.49,
  6.625,
  3.763,
  4.861,
  4.547,
  5.566,
  5.194,
  6.782,
  6.703,
  5.449,
  8.19,
  6.762,
  3.92,
  3.763,
  4.939,
  5.488,
  6.703,
  5.566,
  5.135,
  6.233 ;

 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.316,
  5.307,
  3.638,
  3.137,
  4.738,
  3.861,
  3.373,
  5.027,
  3.506,
  3.554,
  3.741,
  5.068,
  3.368,
  2.613,
  2.628,
  1.188,
  2.345,
  2.853,
  3.33,
  3.096,
  3.888,
  3.998,
  1.554,
  3.149,
  0.939,
  1.596,
  3.014,
  3.857,
  3.014,
  3.384,
  2.594,
  7.75,
  8.24,
  8.29,
  8.4,
  9.84,
  10.08,
  12.06,
  11.24,
  12.04,
  11.28,
  10.36,
  10.85,
  11.35,
  11.28,
  11.1,
  11.95,
  11.53,
  10.46,
  11.82,
  10.14,
  9.91,
  9.18,
  10.24,
  10.04,
  11.17,
  11.54,
  11.99,
  11.37,
  10.74,
  11.1,
  8.98,
  8.96,
  8.04,
  7.36,
  6.333,
  6.482,
  6.325,
  6.435,
  5.889,
  6.789,
  8.5,
  11.2,
  8.89,
  8.44,
  7.78,
  7.08,
  5.968,
  5.577,
  5.363,
  5.49,
  5.969,
  5.117,
  5.556,
  5.179,
  6.103,
  5.125,
  5.199,
  5.516,
  5.985,
  4.895,
  6.065,
  6.276,
  5.117,
  6.3,
  4.401,
  2.105,
  2.419,
  1.839,
  2.97,
  1.744,
  1.095,
  1.222,
  3.469,
  3.983,
  2.868,
  4.006,
  3.958,
  3.276,
  3.75,
  4.632,
  3.904,
  4.898,
  5.629,
  6.016,
  6.42,
  6.372,
  6.088,
  7,
  6.223,
  6.328,
  5.959,
  4.868,
  4.338,
  2.126,
  2.176,
  1.349,
  1.008,
  1.998,
  0.953,
  1.113,
  1.162,
  1.796,
  2.365,
  1.109,
  2.094,
  2.941,
  3.542,
  4.843,
  5.514,
  4.942,
  4.602,
  5.174,
  4.605,
  5.522,
  4.282,
  3.175,
  4.888,
  6.205,
  5.262,
  3.001,
  3.844,
  3.836,
  4.94,
  4.182,
  5.795,
  5.521,
  4.353,
  6.806,
  4.867,
  3.385,
  3.223,
  3.846,
  4.613,
  5.611,
  4.957,
  3.964,
  5.344 ;

 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 =
  49.1333,
  51.8333,
  22.8733,
  358.8933,
  4.7333,
  357.4933,
  358.7433,
  1.6033,
  348.9283,
  347.0083,
  359.2733,
  14.4133,
  4.4933,
  338.5833,
  328.5833,
  313.2833,
  261.7833,
  220.7833,
  236.8833,
  222.6833,
  223.4833,
  244.3833,
  254.1833,
  273.9833,
  209.4833,
  197.5833,
  259.1833,
  311.8833,
  6.3633,
  14.5933,
  25.6433,
  351.2633,
  347.7313,
  351.0433,
  344.7253,
  327.2833,
  325.0833,
  324.3833,
  324.7833,
  328.2833,
  323.1833,
  323.3833,
  316.5833,
  317.9833,
  319.2833,
  329.7833,
  315.7833,
  323.8833,
  323.3833,
  322.1833,
  303.6833,
  295.1833,
  288.6833,
  294.9833,
  293.2833,
  310.1833,
  316.8833,
  307.8833,
  314.1833,
  314.7833,
  313.5833,
  312.1833,
  311.1833,
  316.5833,
  305.9833,
  301.8833,
  303.3833,
  315.5833,
  306.7833,
  320.5833,
  335.7833,
  328.3833,
  325.6833,
  317.3833,
  306.2833,
  295.9833,
  299.5833,
  283.1833,
  285.8833,
  283.5833,
  282.9833,
  285.1833,
  282.3833,
  282.5833,
  264.2833,
  249.4833,
  250.1833,
  253.0833,
  241.4833,
  240.8833,
  208.1833,
  207.7833,
  213.5833,
  212.9833,
  221.5833,
  230.9833,
  254.5833,
  301.3833,
  353.5733,
  10.0833,
  349.7913,
  217.2833,
  233.4833,
  235.8833,
  243.0833,
  255.5833,
  279.6833,
  267.4833,
  265.9833,
  241.0833,
  242.0833,
  222.4833,
  215.2833,
  222.4833,
  197.9833,
  209.3833,
  200.9833,
  197.3833,
  201.4833,
  198.0833,
  198.2833,
  203.0833,
  179.1833,
  191.4833,
  299.8833,
  195.5833,
  171.1833,
  247.4833,
  332.5833,
  32.8133,
  25.1833,
  334.8833,
  342.1833,
  333.3833,
  277.4833,
  215.7833,
  218.1833,
  220.7833,
  200.8833,
  224.5833,
  226.5833,
  229.2833,
  248.9833,
  282.6833,
  280.4833,
  317.8833,
  305.3833,
  322.7833,
  321.2833,
  308.4833,
  288.7833,
  267.7833,
  263.1833,
  255.3833,
  258.6833,
  268.9833,
  273.3833,
  272.0833,
  275.3833,
  270.0833,
  267.3833,
  287.0833,
  282.6833,
  300.5833,
  315.8833,
  326.0833,
  334.4833,
  349.3823 ;

 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 =
  2661.175,
  2858.206,
  2559.055,
  2222.059,
  2451.529,
  2663.578,
  2641.352,
  2944.708,
  2956.722,
  2933.895,
  2956.722,
  2956.722,
  2957.323,
  2957.323,
  2957.923,
  2957.323,
  2949.513,
  2957.923,
  2951.316,
  2939.902,
  2786.722,
  2543.437,
  2605.91,
  2587.288,
  2646.758,
  2353.013,
  2210.045,
  2310.963,
  1910.293,
  2330.787,
  2456.935,
  2541.034,
  2809.549,
  2834.178,
  2456.334,
  1619.551,
  2956.722,
  2957.323,
  2957.323,
  2957.323,
  2957.923,
  2957.923,
  2957.923,
  1835.805,
  1175.63,
  938.9518,
  2917.075,
  2954.319,
  2956.121,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2953.719,
  2957.323,
  2953.719,
  2957.323,
  2957.323,
  2957.323,
  2932.093,
  2806.546,
  2866.616,
  2894.849,
  2876.828,
  2616.122,
  2936.298,
  2950.715,
  2763.896,
  1743.897,
  2578.277,
  2956.722,
  2895.45,
  2956.722,
  2957.323,
  2957.323,
  2957.323,
  2956.722,
  2956.722,
  2956.722,
  2956.722,
  2956.722,
  2538.631,
  2957.923,
  2948.312,
  2957.323,
  2941.104,
  2920.079,
  2888.842,
  2947.711,
  2957.923,
  2951.916,
  2292.342,
  2688.807,
  2951.916,
  2956.722,
  2956.722,
  2956.722,
  2956.722,
  2956.722,
  2956.722,
  2956.722,
  2956.722,
  2956.722,
  2956.722,
  2956.722,
  2957.923,
  2957.923,
  2957.923,
  2952.517,
  2957.923,
  2893.047,
  2928.489,
  2937.499,
  2956.722,
  2947.711,
  2941.704,
  2955.521,
  2955.521,
  2956.722,
  2956.722,
  2953.719,
  2949.513,
  2913.471,
  2894.849,
  2839.584,
  2771.104,
  2739.267,
  2599.903,
  2750.079,
  2233.472,
  2488.772,
  2919.478,
  2930.291,
  2951.916,
  2939.902,
  2926.086,
  2817.358,
  2808.948,
  2703.825,
  2953.118,
  2947.111,
  2956.121,
  2956.722,
  2956.722,
  2956.722,
  2956.722,
  2956.722,
  2956.722,
  2956.722,
  2956.722,
  2956.722,
  2956.722,
  2956.722,
  2492.977,
  2387.253,
  2622.129,
  2431.104,
  2852.199,
  2955.521,
  2957.323,
  2954.319,
  2902.058,
  2948.312,
  2799.938,
  2957.323,
  2957.323 ;

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