netcdf E0110.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 = "03-May-2004 19:19:30:  Modified [lon,lat] to [-69.357000,43.714100].\n",
			"Wed Apr 28 00:35:01 2004: /usr/local/nco/bin/ncrcat -d time,2453123.9722,2453124.055 E0110.met.realtime.nc E0110.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 = 46267 ;
		:visibility_sensor_serial_number = 342 ;
		:processing = "realtime" ;
		:water_depth = 100 ;
		:mooring_site_id = "E0110" ;
		:mooring_site_desc = "Central Maine Shelf" ;
		:breakout_id = 1 ;
		:delta_t = 60 ;
		:magnetic_variation = -17.0167 ;
		:goes_platform_id = "044023B8" ;
		:starting_julian_day_number = 2453135.00000579 ;
		:starting_julian_day_string = "2004-05-09 00:00:00" ;
		:ending_julian_day_number = 2453141.95833912 ;
		:ending_julian_day_string = "2004-05-15 23:00:00" ;
		:algorithm_ids = "WIND_DIR_1.2:  16-Apr-2004 19:18:09\n",
			"AAN_VIZ_1.2:  16-Apr-2004 19:18:09" ;
data:

 lat = 43.7141 ;

 lon = -69.357 ;

 air_temperature_depth = -3 ;

 visibility_depth = -3 ;

 wind_depth = -4 ;

 time = 2453135, 2453135.04166667, 2453135.08333333, 2453135.125, 
    2453135.16666667, 2453135.20833333, 2453135.25, 2453135.29166667, 
    2453135.33333333, 2453135.375, 2453135.41666667, 2453135.45833333, 
    2453135.5, 2453135.54166667, 2453135.58333333, 2453135.625, 
    2453135.66666667, 2453135.70833333, 2453135.75, 2453135.79166667, 
    2453135.83333333, 2453135.875, 2453135.91666667, 2453135.95833333, 
    2453136, 2453136.04166667, 2453136.08333333, 2453136.125, 
    2453136.16666667, 2453136.20833333, 2453136.25, 2453136.29166667, 
    2453136.33333333, 2453136.375, 2453136.41666667, 2453136.45833333, 
    2453136.5, 2453136.54166667, 2453136.58333333, 2453136.625, 
    2453136.66666667, 2453136.70833333, 2453136.75, 2453136.79166667, 
    2453136.83333333, 2453136.875, 2453136.91666667, 2453136.95833333, 
    2453137, 2453137.04166667, 2453137.08333333, 2453137.125, 
    2453137.16666667, 2453137.20833333, 2453137.25, 2453137.29166667, 
    2453137.33333333, 2453137.375, 2453137.41666667, 2453137.45833333, 
    2453137.5, 2453137.54166667, 2453137.58333333, 2453137.625, 
    2453137.66666667, 2453137.70833333, 2453137.75, 2453137.79166667, 
    2453137.83333333, 2453137.875, 2453137.91666667, 2453137.95833333, 
    2453138, 2453138.04166667, 2453138.08333333, 2453138.125, 
    2453138.16666667, 2453138.20833333, 2453138.25, 2453138.29166667, 
    2453138.33333333, 2453138.375, 2453138.41666667, 2453138.45833333, 
    2453138.5, 2453138.54166667, 2453138.58333333, 2453138.625, 
    2453138.66666667, 2453138.70833333, 2453138.75, 2453138.79166667, 
    2453138.83333333, 2453138.875, 2453138.91666667, 2453138.95833333, 
    2453139, 2453139.04166667, 2453139.08333333, 2453139.125, 
    2453139.16666667, 2453139.20833333, 2453139.25, 2453139.29166667, 
    2453139.33333333, 2453139.375, 2453139.41666667, 2453139.45833333, 
    2453139.5, 2453139.54166667, 2453139.58333333, 2453139.625, 
    2453139.66666667, 2453139.70833333, 2453139.75, 2453139.79166667, 
    2453139.83333333, 2453139.875, 2453139.91666667, 2453139.95833333, 
    2453140, 2453140.04166667, 2453140.08333333, 2453140.125, 
    2453140.16666667, 2453140.20833333, 2453140.25, 2453140.29166667, 
    2453140.33333333, 2453140.375, 2453140.41666667, 2453140.45833333, 
    2453140.5, 2453140.54166667, 2453140.58333333, 2453140.625, 
    2453140.66666667, 2453140.70833333, 2453140.75, 2453140.79166667, 
    2453140.83333333, 2453140.875, 2453140.91666667, 2453140.95833333, 
    2453141, 2453141.04166667, 2453141.08333333, 2453141.125, 
    2453141.16666667, 2453141.20833333, 2453141.25, 2453141.29166667, 
    2453141.33333333, 2453141.375, 2453141.41666667, 2453141.45833333, 
    2453141.5, 2453141.54166667, 2453141.58333333, 2453141.625, 
    2453141.66666667, 2453141.70833333, 2453141.75, 2453141.79166667, 
    2453141.83333333, 2453141.875, 2453141.91666667, 2453141.95833333 ;

 air_temperature =
  6.898,
  7.02,
  7.25,
  7.23,
  7.33,
  7.11,
  7.22,
  7.11,
  7.12,
  6.81,
  6.861,
  6.961,
  7.06,
  6.975,
  6.944,
  6.924,
  7.02,
  7.07,
  7.07,
  7.22,
  7.42,
  7.72,
  7.68,
  7.48,
  7.66,
  7.43,
  7.02,
  7.45,
  7.18,
  6.953,
  7.15,
  7.79,
  7.66,
  7.27,
  7.08,
  6.86,
  6.631,
  6.64,
  6.671,
  6.504,
  6.349,
  6.381,
  6.349,
  6.706,
  6.649,
  6.558,
  6.417,
  6.273,
  6.272,
  6.281,
  6.41,
  6.586,
  6.682,
  6.849,
  6.833,
  6.911,
  7.19,
  7.12,
  6.902,
  6.62,
  6.272,
  6.509,
  6.987,
  7.11,
  7.5,
  8,
  8.59,
  9.11,
  9.88,
  10.83,
  10.53,
  13.47,
  11.93,
  12.08,
  10.65,
  11.55,
  13.01,
  9.53,
  9.18,
  9.37,
  10.58,
  9.43,
  8.37,
  8.38,
  8.4,
  9.01,
  8.43,
  8.34,
  8.38,
  8.71,
  10.46,
  10.53,
  10.79,
  10.74,
  11.15,
  10.87,
  10.18,
  9.52,
  9.4,
  9.62,
  9.38,
  10.66,
  9.69,
  8.97,
  8.81,
  8.67,
  8.32,
  7.73,
  7.5,
  7.58,
  7.5,
  7.27,
  7.29,
  6.798,
  6.704,
  6.767,
  6.926,
  7.07,
  6.977,
  6.892,
  7,
  7.05,
  7.06,
  7.06,
  7.17,
  7.1,
  7.09,
  7.11,
  6.793,
  6.453,
  6.64,
  6.638,
  6.769,
  6.919,
  7.09,
  7.31,
  7.52,
  7.6,
  7.69,
  7.59,
  7.6,
  7.72,
  7.69,
  7.57,
  7.6,
  7.61,
  7.79,
  7.78,
  7.91,
  8.5,
  8.62,
  8.53,
  8.56,
  8.6,
  8.63,
  8.7,
  8.83,
  8.94,
  9.12,
  9.44,
  9.74,
  10.76,
  11.45,
  11.35,
  11.98,
  12.19,
  12.39,
  12.64 ;

 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 =
  10.19,
  8.23,
  8.9,
  7.92,
  8.31,
  7.57,
  7.76,
  8.47,
  7.13,
  7.45,
  7.64,
  8.86,
  10.04,
  8.27,
  8.43,
  7.45,
  7.8,
  8.86,
  8.31,
  7.96,
  7.29,
  7.64,
  8.31,
  8.19,
  6.899,
  5.586,
  2.744,
  2.43,
  1.646,
  2.548,
  4.861,
  6.978,
  7.84,
  6.272,
  6.115,
  5.958,
  3.646,
  4.782,
  5.057,
  4.802,
  5.018,
  4.9,
  4.9,
  3.92,
  5.488,
  6.664,
  4.508,
  2.274,
  3.998,
  3.802,
  3.763,
  2.646,
  3.724,
  4.586,
  3.528,
  4.782,
  5.606,
  5.018,
  3.92,
  5.253,
  3.998,
  3.254,
  3.254,
  3.606,
  3.234,
  3.724,
  5.566,
  6.272,
  5.919,
  7.06,
  5.096,
  4.939,
  2.842,
  2.352,
  0.98,
  1.999,
  0.98,
  1.137,
  1.803,
  1.529,
  1.686,
  1.176,
  0.98,
  2.822,
  2.156,
  2.783,
  3.136,
  2.626,
  1.999,
  2.783,
  1.078,
  2.666,
  2.666,
  3.489,
  3.254,
  3.92,
  3.606,
  2.313,
  1.666,
  1.529,
  9.45,
  8.58,
  9.21,
  7.92,
  8.9,
  10.11,
  10.51,
  10.23,
  9.45,
  7.15,
  7.6,
  8.35,
  8.15,
  7.76,
  7.49,
  6.86,
  7.33,
  6.468,
  6.821,
  7.1,
  5.978,
  5.762,
  4.9,
  2.979,
  5.292,
  3.881,
  3.626,
  3.528,
  2.45,
  2.705,
  5.096,
  5.292,
  4.9,
  4.469,
  4.547,
  4.351,
  3.881,
  3.332,
  3.763,
  3.293,
  3.136,
  3.489,
  4.351,
  5.645,
  5.488,
  4.9,
  5.057,
  4.214,
  2.548,
  3.018,
  4.155,
  4.743,
  3.43,
  4.155,
  4.234,
  4.704,
  3.567,
  3.802,
  2.156,
  3.606,
  3.92,
  7.53,
  9.37,
  7.92,
  9.29,
  9.06,
  9.56,
  10.62 ;

 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 =
  8.26,
  7.08,
  7.7,
  6.921,
  7.1,
  6.719,
  6.588,
  7.2,
  6.04,
  6.237,
  6.489,
  7.48,
  8.38,
  7.36,
  7.24,
  6.414,
  6.799,
  7.72,
  7.3,
  6.944,
  6.398,
  6.596,
  6.6,
  7.15,
  6.051,
  3.025,
  2.323,
  1.799,
  1.179,
  1.897,
  3.929,
  6.029,
  7.04,
  5.592,
  5.551,
  5.008,
  3.133,
  4.253,
  4.437,
  3.979,
  4.393,
  4.129,
  4.349,
  3.15,
  4.414,
  5.486,
  3.604,
  1.834,
  3.241,
  2.914,
  3.129,
  1.908,
  3.178,
  3.733,
  3.071,
  3.915,
  4.902,
  4.429,
  3.176,
  4.536,
  3.289,
  2.676,
  2.287,
  3.204,
  2.42,
  3.306,
  4.813,
  5.47,
  4.978,
  6.354,
  4.114,
  3.291,
  1.712,
  1.377,
  0.46,
  1.272,
  0.252,
  0.756,
  0.849,
  1.041,
  1.37,
  0.997,
  0.75,
  2.502,
  1.922,
  2.141,
  2.476,
  2.061,
  1.685,
  2.316,
  0.567,
  2.218,
  2.193,
  3.031,
  2.949,
  3.514,
  2.453,
  1.807,
  1.267,
  1.365,
  8.02,
  7.44,
  7.94,
  6.711,
  7.42,
  8.63,
  9.22,
  8.72,
  7.77,
  5.921,
  6.592,
  7.2,
  6.912,
  6.795,
  6.468,
  5.813,
  5.942,
  5.536,
  5.799,
  6.145,
  5.25,
  4.939,
  3.545,
  2.461,
  4.572,
  3.222,
  2.563,
  2.968,
  1.84,
  2.263,
  4.48,
  4.57,
  4.17,
  3.755,
  3.947,
  3.556,
  3.286,
  2.856,
  2.988,
  2.535,
  2.59,
  2.883,
  3.644,
  4.855,
  4.625,
  4.279,
  4.14,
  3.135,
  1.867,
  2.562,
  3.426,
  3.983,
  2.843,
  3.611,
  3.842,
  4.064,
  2.895,
  3.194,
  1.908,
  2.918,
  3.55,
  6.064,
  8.17,
  7.35,
  8.31,
  7.83,
  8.53,
  9.02 ;

 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 =
  218.8833,
  221.0833,
  214.7833,
  217.1833,
  221.9833,
  218.3833,
  220.0833,
  213.9833,
  214.1833,
  207.3833,
  204.0833,
  209.8833,
  217.9833,
  215.1833,
  215.5833,
  214.8833,
  219.0833,
  217.3833,
  217.0833,
  215.2833,
  209.2833,
  213.3833,
  208.9833,
  214.5833,
  220.6833,
  263.2833,
  277.4833,
  280.8833,
  262.1833,
  302.4833,
  14.1933,
  66.3833,
  72.0833,
  72.3833,
  66.0833,
  61.2833,
  51.7833,
  48.1033,
  56.2833,
  69.2833,
  83.8833,
  108.5833,
  105.5833,
  138.6833,
  128.7833,
  153.8833,
  151.8833,
  151.0833,
  152.7833,
  150.4833,
  149.1833,
  157.9833,
  172.5833,
  192.9833,
  196.4833,
  180.1833,
  198.5833,
  199.0833,
  223.2833,
  219.0833,
  277.2833,
  252.8833,
  221.6833,
  227.2833,
  274.9833,
  218.2833,
  209.4833,
  207.6833,
  200.7833,
  220.3833,
  207.6833,
  331.0833,
  335.4833,
  242.0833,
  43.2433,
  150.4833,
  356.1033,
  42.1033,
  161.1833,
  138.7833,
  31.2333,
  28.5433,
  81.1833,
  67.3833,
  72.9833,
  57.4833,
  43.2833,
  73.3833,
  43.7533,
  75.7833,
  140.5833,
  156.1833,
  111.2833,
  134.5833,
  121.6833,
  167.2833,
  29.6333,
  51.5933,
  55.9833,
  65.5833,
  58.4833,
  69.1833,
  59.7833,
  68.0833,
  65.1833,
  58.2833,
  56.5833,
  57.3833,
  42.6633,
  48.2633,
  51.4233,
  54.3833,
  70.3833,
  72.6833,
  76.7833,
  71.6833,
  72.6833,
  75.7833,
  72.1833,
  81.2833,
  93.5833,
  102.6833,
  118.8833,
  139.6833,
  149.1833,
  147.5833,
  148.0833,
  169.1833,
  149.9833,
  102.7833,
  141.9833,
  155.6833,
  171.8833,
  173.0833,
  181.3833,
  189.0833,
  178.1833,
  188.0833,
  180.6833,
  167.1833,
  163.5833,
  148.5833,
  143.3833,
  136.8833,
  160.3833,
  164.0833,
  159.9833,
  150.9833,
  124.7833,
  167.2833,
  183.2833,
  179.6833,
  184.4833,
  191.1833,
  201.5833,
  227.4833,
  226.8833,
  225.2833,
  234.0833,
  220.3833,
  208.9833,
  205.5833,
  204.2833,
  197.2833,
  198.2833,
  196.6833,
  200.4833,
  205.7833 ;

 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 =
  2954.92,
  2954.319,
  2952.517,
  2927.888,
  2932.093,
  2924.885,
  2945.909,
  2945.309,
  2950.715,
  2940.503,
  2939.302,
  2948.913,
  2951.916,
  2951.916,
  2943.506,
  2948.913,
  2933.895,
  2915.874,
  2921.28,
  2895.45,
  2939.302,
  2762.093,
  1799.162,
  2274.921,
  2939.902,
  2916.475,
  2901.457,
  2938.701,
  2907.464,
  2894.849,
  2943.506,
  2955.521,
  2955.521,
  2954.92,
  2820.962,
  2860.008,
  2955.521,
  2916.475,
  2946.51,
  2948.913,
  2939.902,
  2945.909,
  2931.492,
  2924.885,
  2932.694,
  2937.499,
  2828.772,
  2581.882,
  2473.755,
  2502.589,
  2814.956,
  2744.072,
  2591.493,
  474.6064,
  289.2888,
  345.0943,
  570.7193,
  622.9807,
  299.681,
  271.0273,
  879.482,
  2714.638,
  2876.828,
  2935.697,
  2918.277,
  2901.457,
  2917.075,
  2896.651,
  2829.973,
  2779.514,
  1731.283,
  2921.881,
  2891.245,
  2909.266,
  2840.786,
  2846.192,
  2786.122,
  2271.917,
  2662.977,
  268.6845,
  2744.072,
  2943.506,
  2869.019,
  2939.302,
  2916.475,
  2927.287,
  2918.877,
  2944.107,
  2923.683,
  2936.298,
  2936.298,
  2933.895,
  2910.468,
  2864.814,
  2886.439,
  2774.708,
  2732.058,
  2778.913,
  2816.157,
  2793.931,
  2590.292,
  2954.319,
  2954.92,
  2954.92,
  2954.92,
  2954.92,
  2955.521,
  2955.521,
  2954.319,
  2950.114,
  2927.287,
  2936.298,
  2939.302,
  2929.09,
  2931.492,
  2951.316,
  2878.03,
  2930.892,
  2831.775,
  2956.722,
  2955.521,
  2955.521,
  2955.521,
  2955.521,
  2955.521,
  2955.521,
  2955.521,
  2955.521,
  2912.87,
  2592.094,
  2851.598,
  2659.373,
  2798.136,
  2734.461,
  2673.189,
  2748.878,
  2641.352,
  2584.885,
  2815.556,
  1863.438,
  2541.034,
  1663.403,
  557.5038,
  883.0862,
  1006.832,
  525.6664,
  884.8884,
  759.9416,
  2588.49,
  2467.748,
  571.9207,
  128.6,
  119.7096,
  159.7766,
  153.3491,
  187.5292,
  203.7483,
  186.2077,
  214.9214,
  359.5112,
  2034.639,
  2219.656,
  2451.529,
  2548.843,
  2549.444,
  2732.659,
  2198.632,
  1972.766 ;

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