netcdf F0108.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:15:58:  Modified [lon,lat] to [-68.997700,44.056500].\n",
			"Tue Apr 27 17:27:33 2004: /usr/local/nco/bin/ncrcat -d time,2453123.6979,2453123.7813 F0108.met.realtime.nc F0108.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 = "RMYWM46265" ;
		:visibility_sensor_serial_number = "AANVS324" ;
		:processing = "realtime" ;
		:water_depth = 110 ;
		:mooring_site_id = "F0108" ;
		:mooring_site_desc = "W.Penobscot Bay" ;
		:breakout_id = 1 ;
		:delta_t = 60 ;
		:magnetic_variation = -17.4 ;
		:goes_platform_id = "00454716" ;
		: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 18:21:07\n",
			"AAN_VIZ_1.2:  16-Apr-2004 18:21:07" ;
data:

 lat = 44.0565 ;

 lon = -68.9977 ;

 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.902,
  7,
  7.17,
  7.28,
  7.46,
  7.43,
  7.28,
  6.906,
  7.09,
  7.03,
  6.923,
  6.887,
  6.83,
  6.991,
  7.04,
  6.964,
  7.11,
  7.26,
  7.35,
  7.39,
  7.87,
  7.9,
  8.23,
  8.21,
  7.89,
  8.62,
  8.9,
  9.05,
  8.7,
  8.6,
  7.72,
  7.91,
  7.68,
  6.836,
  6.75,
  6.687,
  6.827,
  7.13,
  8.26,
  7.37,
  6.937,
  6.441,
  6.239,
  6.164,
  6.115,
  5.761,
  5.83,
  5.775,
  5.775,
  5.501,
  5.457,
  5.847,
  5.968,
  5.943,
  5.818,
  5.959,
  5.748,
  5.909,
  5.942,
  6.111,
  6.248,
  6.138,
  6.907,
  7.48,
  7.72,
  8.15,
  8.42,
  7.87,
  7.99,
  8.36,
  8.97,
  8.41,
  10.06,
  8.25,
  8.16,
  9.65,
  9.48,
  9.98,
  10.81,
  10.05,
  8.64,
  7.87,
  8.27,
  8.7,
  9.79,
  10.45,
  12.09,
  10.3,
  10.17,
  9.3,
  9.22,
  9.08,
  9.15,
  9.01,
  9.33,
  8.28,
  9.85,
  9.69,
  9.13,
  10.59,
  11.56,
  11.66,
  11.75,
  11.04,
  9.99,
  8.56,
  8.11,
  8.63,
  8.56,
  8.55,
  8.52,
  8.87,
  8.87,
  8.15,
  7.05,
  7.47,
  7.26,
  7.33,
  7.33,
  7.25,
  6.694,
  6.601,
  6.528,
  6.324,
  6.287,
  6.383,
  6.321,
  6.425,
  6.349,
  6.255,
  5.43,
  6.125,
  6.444,
  6.373,
  6.363,
  6.221,
  6.423,
  6.603,
  6.828,
  6.846,
  6.862,
  6.946,
  6.937,
  6.835,
  6.73,
  7.12,
  7.19,
  6.732,
  6.656,
  6.674,
  6.819,
  7,
  7.43,
  7.79,
  7.26,
  8.17,
  8,
  8.31,
  8.21,
  8.46,
  8.62,
  8.87,
  9.7,
  10.92,
  10.64,
  11.29,
  12.61,
  11.83 ;

 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 =
  9.76,
  10.15,
  10.15,
  8.82,
  6.86,
  8.04,
  7.76,
  6.703,
  6.978,
  7.02,
  7.17,
  6.194,
  6.742,
  9.13,
  10.15,
  9.21,
  8.74,
  10.15,
  9.53,
  10.51,
  11.17,
  10.04,
  8.82,
  8,
  5.88,
  3.038,
  3.097,
  2.43,
  1.725,
  5.174,
  4.116,
  4.743,
  4.861,
  4.018,
  2.862,
  2.94,
  4.626,
  3.41,
  1.862,
  4.273,
  5.253,
  5.057,
  4.508,
  3.959,
  4.508,
  5.135,
  3.822,
  2.783,
  5.41,
  5.057,
  4.312,
  4.704,
  5.566,
  4.508,
  4.469,
  3.881,
  3.528,
  4.077,
  3.606,
  2.587,
  2.352,
  2.822,
  3.685,
  2.744,
  1.999,
  4.665,
  4.469,
  3.528,
  4.743,
  4.586,
  3.626,
  2.646,
  2.783,
  3.175,
  2.979,
  2.783,
  2.156,
  1.294,
  3.646,
  2.509,
  2.274,
  3.646,
  2.94,
  2.509,
  3.41,
  1.764,
  2.352,
  2.666,
  3.489,
  3.802,
  4.743,
  4.273,
  3.646,
  3.959,
  3.802,
  2.156,
  3.842,
  2.352,
  1.882,
  5.174,
  7.17,
  5.41,
  7.41,
  6.194,
  6.566,
  6.429,
  4.606,
  8.11,
  7.33,
  5.723,
  6.782,
  5.88,
  6.194,
  7.6,
  8.39,
  7.68,
  6.272,
  4.9,
  5.292,
  4.469,
  4.547,
  3.234,
  2.862,
  2.352,
  1.568,
  1.764,
  2.548,
  2.47,
  2.43,
  3.489,
  3.332,
  2.744,
  2.391,
  5.919,
  4.214,
  3.293,
  4.077,
  5.057,
  4.43,
  4.43,
  4.155,
  5.018,
  5.214,
  5.135,
  4.704,
  4.312,
  3.763,
  2.47,
  3.097,
  2.509,
  2.862,
  2.587,
  2.548,
  1.568,
  2.156,
  2.352,
  3.254,
  4.038,
  4.978,
  4.351,
  7.72,
  6.154,
  5.292,
  4.822,
  5.331,
  5.174,
  7.21,
  7.57 ;

 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 =
  7.96,
  8.56,
  8.62,
  7.41,
  5.955,
  6.507,
  6.695,
  5.817,
  5.772,
  5.896,
  5.79,
  4.813,
  5.965,
  7.75,
  8.82,
  7.65,
  7.46,
  8.57,
  8.33,
  9.28,
  8.97,
  8.12,
  7.09,
  7.17,
  5.19,
  1.463,
  2.683,
  1.246,
  1.511,
  4.257,
  3.325,
  4.087,
  4.05,
  3.354,
  2.457,
  2.661,
  4.107,
  2.711,
  0.876,
  3.703,
  4.613,
  4.193,
  3.806,
  3.155,
  3.869,
  4.64,
  2.278,
  2.423,
  4.658,
  4.179,
  3.733,
  3.913,
  4.823,
  3.749,
  3.979,
  3.424,
  3.112,
  3.708,
  3.184,
  2.005,
  1.893,
  2.29,
  3.058,
  1.479,
  1.624,
  3.471,
  3.661,
  3.041,
  3.863,
  3.993,
  2.605,
  1.51,
  2.057,
  2.431,
  2.295,
  2.271,
  1.662,
  0.832,
  2.234,
  1.347,
  1.739,
  3.283,
  2.417,
  2.212,
  2.805,
  0.602,
  1.674,
  2.055,
  2.966,
  3.245,
  4.234,
  3.484,
  2.732,
  3.708,
  3.139,
  1.483,
  3.454,
  1.358,
  1.038,
  4.575,
  4.812,
  4.847,
  6.203,
  5.664,
  5.29,
  5.321,
  3.827,
  6.296,
  5.49,
  4.922,
  5.717,
  5.167,
  4.686,
  6,
  6.679,
  6.705,
  4.534,
  4.153,
  4.671,
  3.874,
  3.826,
  2.716,
  2.328,
  1.862,
  1.104,
  1.396,
  2.003,
  2.064,
  1.977,
  2.849,
  2.605,
  2.215,
  1.826,
  5.059,
  3.469,
  2.652,
  3.709,
  4.329,
  3.691,
  3.826,
  3.558,
  4.217,
  4.413,
  4.4,
  4.155,
  3.519,
  3.278,
  2.019,
  2.549,
  2.032,
  2.416,
  1.957,
  2.075,
  0.529,
  1.628,
  1.991,
  2.686,
  3.365,
  4.175,
  3.963,
  6.498,
  5.181,
  4.456,
  4.12,
  4.811,
  4.653,
  6.121,
  6.579 ;

 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 =
  229.9,
  231.5,
  231.3,
  237.5,
  230.1,
  225,
  221.4,
  213.9,
  225.2,
  222.4,
  218.2,
  217.6,
  220.1,
  216.7,
  223.7,
  226.7,
  224.1,
  218.3,
  220.8,
  218.4,
  221.1,
  216.6,
  227.3,
  213.7,
  222.5,
  149.7,
  227.3,
  291,
  176.5,
  20.56,
  26.66,
  45.31,
  53.7,
  28.43,
  22.71,
  9.68,
  15.65,
  5.43,
  91.5,
  121.3,
  120.9,
  126.9,
  133.3,
  132.7,
  141.2,
  132.8,
  169.3,
  153.7,
  163.8,
  142.2,
  150,
  157.6,
  150.4,
  161.3,
  160.9,
  169.5,
  147.6,
  170.4,
  194.6,
  202.5,
  201,
  176.4,
  174.3,
  249.3,
  147.7,
  185.3,
  160.2,
  137.4,
  123.6,
  176.3,
  161.1,
  146.2,
  37.37,
  160.2,
  224.2,
  227.5,
  45.98,
  126,
  6.35,
  113.6,
  334.8,
  3.92,
  336,
  4.94,
  13.57,
  306.7,
  170.7,
  128.8,
  159.2,
  170.9,
  185.1,
  178.5,
  162.6,
  169.9,
  190.3,
  183.8,
  193.2,
  247.9,
  114.2,
  54.8,
  9.2,
  33.07,
  45.6,
  33.95,
  45.82,
  49.83,
  56,
  59.8,
  52.9,
  53.3,
  90.7,
  78.4,
  100.5,
  123.3,
  129.1,
  118.3,
  113.3,
  120.4,
  122,
  112.4,
  113.8,
  115.5,
  122.9,
  151.7,
  115.8,
  126.9,
  120.8,
  120.1,
  111.1,
  159.2,
  157,
  163.5,
  161.7,
  173.8,
  168.7,
  136.8,
  143.9,
  147.6,
  153.5,
  165.1,
  150.3,
  153.9,
  158.5,
  155.6,
  166.9,
  188,
  175.3,
  127.5,
  144,
  138.6,
  113.6,
  126.4,
  160,
  237.8,
  161.9,
  199.3,
  202.3,
  202.7,
  181.8,
  179.4,
  182.2,
  183.7,
  208.1,
  199.5,
  175.4,
  200.2,
  218.9,
  212.2 ;

 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 =
  2956.722,
  2956.722,
  2956.121,
  2955.521,
  2955.521,
  2949.513,
  2942.305,
  2938.1,
  2946.51,
  2951.316,
  2945.909,
  2940.503,
  2940.503,
  2942.305,
  2941.704,
  2944.107,
  2941.104,
  2951.916,
  2903.259,
  2612.518,
  2844.991,
  2214.851,
  1554.074,
  2717.641,
  2950.715,
  2956.722,
  2956.722,
  2956.722,
  2956.722,
  2956.121,
  2956.121,
  2956.722,
  2956.722,
  2956.121,
  1855.629,
  1862.236,
  2702.023,
  2953.719,
  2951.316,
  2948.312,
  2917.075,
  2939.302,
  2911.068,
  2947.111,
  2946.51,
  2956.722,
  2939.302,
  2654.567,
  2744.072,
  1799.162,
  2333.79,
  2635.344,
  1694.64,
  323.8894,
  173.713,
  174.0734,
  199.6034,
  369.9635,
  199.3631,
  163.0204,
  241.2323,
  718.4929,
  2379.444,
  2795.132,
  2668.984,
  2789.726,
  2823.966,
  2884.637,
  2807.747,
  2801.139,
  2785.521,
  2767.5,
  2930.291,
  2829.372,
  2810.15,
  2920.079,
  2914.673,
  2942.906,
  2956.722,
  2953.719,
  2954.92,
  2882.234,
  2913.471,
  2915.874,
  2953.719,
  2921.881,
  2950.114,
  2954.92,
  2949.513,
  2948.312,
  2920.68,
  2813.754,
  2840.786,
  2917.075,
  2768.701,
  2870.22,
  2920.68,
  2916.475,
  2864.213,
  2866.616,
  2955.521,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2955.521,
  2956.121,
  2955.521,
  2917.075,
  2948.913,
  2915.874,
  2869.62,
  2886.439,
  2811.952,
  2956.722,
  2947.711,
  2953.719,
  2954.92,
  2956.722,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2954.92,
  2933.294,
  2948.312,
  2954.92,
  1633.368,
  410.8115,
  326.7728,
  451.1789,
  295.7163,
  457.7867,
  709.4823,
  1644.781,
  362.5748,
  480.0128,
  256.0697,
  330.2569,
  1825.593,
  661.4258,
  175.1547,
  189.5116,
  149.2643,
  169.1476,
  96.28204,
  108.8368,
  107.3951,
  122.1725,
  77.35982,
  87.33153,
  92.13718,
  117.547,
  132.024,
  152.8084,
  196.1193,
  1999.197,
  2233.472,
  2231.67,
  2267.713,
  1096.337,
  2312.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 ;
}
