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 = 2453177.00000579 ;
		:starting_julian_day_string = "2004-06-20 00:00:00" ;
		:ending_julian_day_number = 2453183.95833912 ;
		:ending_julian_day_string = "2004-06-26 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 = 2453177, 2453177.04166667, 2453177.08333333, 2453177.125, 
    2453177.16666667, 2453177.20833333, 2453177.25, 2453177.29166667, 
    2453177.33333333, 2453177.375, 2453177.41666667, 2453177.45833333, 
    2453177.5, 2453177.54166667, 2453177.58333333, 2453177.625, 
    2453177.66666667, 2453177.70833333, 2453177.75, 2453177.79166667, 
    2453177.83333333, 2453177.875, 2453177.91666667, 2453177.95833333, 
    2453178, 2453178.04166667, 2453178.08333333, 2453178.125, 
    2453178.16666667, 2453178.20833333, 2453178.25, 2453178.29166667, 
    2453178.33333333, 2453178.375, 2453178.41666667, 2453178.45833333, 
    2453178.5, 2453178.54166667, 2453178.58333333, 2453178.625, 
    2453178.66666667, 2453178.70833333, 2453178.75, 2453178.79166667, 
    2453178.83333333, 2453178.875, 2453178.91666667, 2453178.95833333, 
    2453179, 2453179.04166667, 2453179.08333333, 2453179.125, 
    2453179.16666667, 2453179.20833333, 2453179.25, 2453179.29166667, 
    2453179.33333333, 2453179.375, 2453179.41666667, 2453179.45833333, 
    2453179.5, 2453179.54166667, 2453179.58333333, 2453179.625, 
    2453179.66666667, 2453179.70833333, 2453179.75, 2453179.79166667, 
    2453179.83333333, 2453179.875, 2453179.91666667, 2453179.95833333, 
    2453180, 2453180.04166667, 2453180.08333333, 2453180.125, 
    2453180.16666667, 2453180.20833333, 2453180.25, 2453180.29166667, 
    2453180.33333333, 2453180.375, 2453180.41666667, 2453180.45833333, 
    2453180.5, 2453180.54166667, 2453180.58333333, 2453180.625, 
    2453180.66666667, 2453180.70833333, 2453180.75, 2453180.79166667, 
    2453180.83333333, 2453180.875, 2453180.91666667, 2453180.95833333, 
    2453181, 2453181.04166667, 2453181.08333333, 2453181.125, 
    2453181.16666667, 2453181.20833333, 2453181.25, 2453181.29166667, 
    2453181.33333333, 2453181.375, 2453181.41666667, 2453181.45833333, 
    2453181.5, 2453181.54166667, 2453181.58333333, 2453181.625, 
    2453181.66666667, 2453181.70833333, 2453181.75, 2453181.79166667, 
    2453181.83333333, 2453181.875, 2453181.91666667, 2453181.95833333, 
    2453182, 2453182.04166667, 2453182.08333333, 2453182.125, 
    2453182.16666667, 2453182.20833333, 2453182.25, 2453182.29166667, 
    2453182.33333333, 2453182.375, 2453182.41666667, 2453182.45833333, 
    2453182.5, 2453182.54166667, 2453182.58333333, 2453182.625, 
    2453182.66666667, 2453182.70833333, 2453182.75, 2453182.79166667, 
    2453182.83333333, 2453182.875, 2453182.91666667, 2453182.95833333, 
    2453183, 2453183.04166667, 2453183.08333333, 2453183.125, 
    2453183.16666667, 2453183.20833333, 2453183.25, 2453183.29166667, 
    2453183.33333333, 2453183.375, 2453183.41666667, 2453183.45833333, 
    2453183.5, 2453183.54166667, 2453183.58333333, 2453183.625, 
    2453183.66666667, 2453183.70833333, 2453183.75, 2453183.79166667, 
    2453183.83333333, 2453183.875, 2453183.91666667, 2453183.95833333 ;

 air_temperature =
  12.81,
  12.32,
  15.17,
  14.48,
  14.59,
  13.22,
  12.48,
  11.87,
  10.71,
  10.4,
  9.85,
  10.53,
  11.97,
  12.52,
  13.15,
  14.03,
  14.85,
  15.68,
  16.41,
  16.67,
  17.37,
  17.3,
  14.32,
  14.77,
  15.66,
  13.08,
  13.24,
  13.41,
  13.79,
  13.16,
  12.77,
  12.94,
  12.63,
  12.53,
  12.39,
  12.68,
  14.18,
  15.99,
  16.86,
  17.32,
  13.87,
  14.43,
  14.78,
  15.04,
  14.9,
  14.79,
  13.77,
  14.02,
  13.26,
  13.11,
  12.97,
  12.54,
  12.13,
  12.6,
  13.11,
  12.59,
  12.61,
  12.04,
  12.29,
  12.51,
  13.34,
  13.88,
  12.67,
  12.34,
  12.04,
  12.38,
  12.32,
  12.2,
  12.2,
  11.17,
  12.04,
  11.81,
  11.63,
  11.16,
  11.44,
  11.56,
  11.76,
  11.36,
  11.53,
  11.42,
  12.72,
  13.02,
  12.64,
  12.78,
  14.05,
  13.22,
  12.67,
  13.03,
  13.22,
  13.04,
  14.07,
  13.4,
  13.95,
  13.78,
  13.73,
  14.23,
  11.07,
  11.85,
  10.43,
  10.11,
  10.28,
  10.28,
  10.07,
  10.06,
  10.4,
  10.51,
  10.8,
  10.29,
  10.1,
  10,
  10.02,
  9.88,
  9.87,
  10.29,
  10.29,
  10,
  9.82,
  9.99,
  10.04,
  9.96,
  9.96,
  10.23,
  10.22,
  10.11,
  10.05,
  9.96,
  10,
  9.93,
  10.07,
  10.17,
  10.27,
  10.43,
  10.34,
  10.47,
  10.7,
  10.85,
  10.96,
  10.76,
  10.86,
  10.86,
  10.75,
  10.52,
  10.29,
  10.63,
  10.86,
  10.8,
  10.61,
  10.7,
  11.25,
  11.69,
  11.69,
  11.56,
  10.77,
  10.28,
  10.23,
  10.99,
  11.08,
  11.03,
  11.14,
  11.51,
  11.74,
  10.39,
  10.78,
  10.7,
  10.73,
  10.94,
  10.88,
  10.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 =
  3.489,
  2.058,
  7.17,
  5.782,
  12.03,
  12.82,
  16.19,
  11.49,
  6.958,
  5.331,
  6.154,
  6.311,
  7.13,
  10.66,
  8.98,
  10,
  10.15,
  11.56,
  9.84,
  8.78,
  9.68,
  6.86,
  8.66,
  6.272,
  4.547,
  3.332,
  5.37,
  4.273,
  4.861,
  4.39,
  4.586,
  5.135,
  5.762,
  7.49,
  6.566,
  5.88,
  5.958,
  7.45,
  7.88,
  6.742,
  5.958,
  11.09,
  9.6,
  9.72,
  10.35,
  10.27,
  8.82,
  6.35,
  5.449,
  5.018,
  3.881,
  3.802,
  2.45,
  4.194,
  3.018,
  2.783,
  3.959,
  3.626,
  2.979,
  2.744,
  2.195,
  1.842,
  3.097,
  3.45,
  5.723,
  3.626,
  2.862,
  2.47,
  2.979,
  2.626,
  4.704,
  3.332,
  2.94,
  3.41,
  1.764,
  1.45,
  1.137,
  2.117,
  1.882,
  2.509,
  2.666,
  5.057,
  2.842,
  1.529,
  2.313,
  1.803,
  2.979,
  3.136,
  3.606,
  4.782,
  5.018,
  4.469,
  4.743,
  3.92,
  5.449,
  5.919,
  5.606,
  5.527,
  5.919,
  6.076,
  5.096,
  3.822,
  3.842,
  3.293,
  3.998,
  2.901,
  3.685,
  4.038,
  3.92,
  5.606,
  4.665,
  6.076,
  5.214,
  3.685,
  4.586,
  6.233,
  6.507,
  6.154,
  7.02,
  6.586,
  4.018,
  3.959,
  5.096,
  6.154,
  6.272,
  4.704,
  5.331,
  3.646,
  2.979,
  3.802,
  5.566,
  6.468,
  4.998,
  3.567,
  2.548,
  3.293,
  4.234,
  3.626,
  2.783,
  3.45,
  3.881,
  3.685,
  2.94,
  3.685,
  3.802,
  8,
  5.194,
  2.352,
  2.901,
  2.313,
  1.764,
  2.47,
  2.274,
  10.19,
  2.234,
  2.979,
  5.566,
  1.96,
  1.921,
  1.764,
  1.686,
  1.999,
  0.784,
  1.45,
  1.842,
  0.882,
  1.019,
  2.47 ;

 wind_gust_qc =
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0 ;

 wind_speed =
  2.52,
  0.905,
  6.044,
  4.286,
  9.6,
  10.31,
  12.77,
  9.51,
  5.693,
  4.528,
  5.205,
  5.349,
  5.349,
  8.34,
  6.828,
  6.177,
  6.667,
  8.95,
  7.61,
  5.964,
  6.775,
  5.592,
  5.76,
  4.209,
  4.01,
  2.898,
  4.567,
  3.686,
  4.043,
  3.866,
  4.08,
  4.579,
  5.034,
  6.348,
  5.598,
  5.042,
  5.342,
  6.507,
  6.071,
  5.101,
  4.841,
  9.17,
  8.57,
  8.74,
  8.5,
  8.47,
  6.928,
  5.362,
  4.954,
  4.5,
  3.371,
  3.352,
  1.896,
  3.484,
  2.616,
  2.509,
  3.474,
  2.051,
  2.687,
  2.293,
  1.798,
  1.534,
  2.679,
  2.876,
  5.033,
  2.263,
  2.005,
  2.161,
  2.583,
  2.11,
  3.796,
  2.509,
  2.419,
  2.886,
  0.581,
  0.97,
  0.799,
  1.746,
  1.536,
  1.934,
  2.25,
  4.217,
  1.845,
  0.95,
  1.692,
  1.193,
  2.483,
  2.718,
  3.221,
  4.22,
  4.236,
  3.098,
  3.927,
  3.443,
  4.517,
  4.736,
  4.708,
  3.932,
  5.241,
  5.157,
  4.187,
  2.313,
  3.398,
  2.924,
  3.445,
  2.121,
  2.964,
  3.455,
  3.272,
  4.7,
  3.895,
  5.266,
  4.388,
  3.143,
  4.015,
  5.325,
  5.732,
  5.33,
  5.975,
  5.358,
  3.173,
  3.343,
  4.262,
  5.632,
  4.733,
  3.995,
  4.194,
  2.952,
  2.289,
  3.3,
  4.972,
  5.36,
  4.283,
  2.892,
  1.915,
  2.792,
  3.595,
  2.648,
  2.452,
  3.007,
  3.058,
  3.186,
  2.42,
  2.965,
  3.201,
  5.841,
  4.366,
  1.72,
  2.234,
  1.717,
  1.235,
  1.888,
  1.644,
  5.386,
  1.809,
  2.533,
  4.131,
  1.553,
  1.315,
  1.425,
  1.489,
  1.196,
  0.51,
  1.103,
  1.185,
  0.296,
  0.668,
  1.609 ;

 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 =
  219.7,
  120.4,
  290.2,
  319.2,
  320.7,
  321.2,
  314.4,
  305.5,
  292.9,
  274.5,
  273.8,
  269.8,
  283.5,
  281.1,
  299.6,
  302.1,
  309.9,
  316,
  294.4,
  291.8,
  280.7,
  283.8,
  221.7,
  226.5,
  261.3,
  220.1,
  225.9,
  235.4,
  254.4,
  245.1,
  243.7,
  258.3,
  263.2,
  261.3,
  261.4,
  253.8,
  253.2,
  268.4,
  267.4,
  264,
  203,
  217.3,
  217.7,
  215.1,
  221.7,
  226.3,
  221.8,
  219.8,
  222.4,
  224.6,
  231.4,
  234.6,
  211.6,
  252.3,
  224.6,
  240.1,
  211.5,
  215,
  240.2,
  222.9,
  216.5,
  179.7,
  172.1,
  209,
  201.1,
  227,
  147,
  93.4,
  121.9,
  99.4,
  76,
  60.4,
  108.2,
  127.8,
  57.5,
  317,
  171.5,
  223.1,
  237.9,
  208.7,
  261.1,
  263.7,
  287.1,
  245.4,
  275.8,
  111.3,
  132.1,
  125.5,
  124.2,
  121.4,
  141.9,
  163.3,
  190.8,
  196.1,
  208.8,
  110.3,
  80.3,
  64.3,
  87.6,
  86.3,
  79.3,
  51.01,
  33.79,
  24.3,
  77.5,
  52.9,
  79.3,
  76.2,
  91.8,
  80.5,
  103.4,
  112.3,
  98.8,
  103,
  105.1,
  108.5,
  113.6,
  106.5,
  94.9,
  109.4,
  129.2,
  137.5,
  124.8,
  130.4,
  136,
  153.8,
  174.5,
  155.3,
  147,
  166.9,
  162.1,
  180,
  176.6,
  190.2,
  146.2,
  145.5,
  136.3,
  138.2,
  148,
  148.7,
  149.3,
  136.6,
  108.3,
  118.6,
  167.4,
  107.3,
  135.3,
  349.83,
  63.1,
  71.5,
  40.57,
  16.11,
  22.2,
  121.6,
  345.781,
  10.02,
  111.9,
  24.39,
  308,
  25.29,
  28.18,
  158.7,
  64.2,
  151,
  93.4,
  34.99,
  212.8,
  253.8 ;

 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 =
  1929.515,
  2010.01,
  2953.719,
  2953.118,
  2953.719,
  2953.719,
  2948.312,
  2938.701,
  2953.719,
  2953.719,
  2954.92,
  2954.92,
  2952.517,
  2949.513,
  2953.118,
  2949.513,
  2945.909,
  2930.291,
  2875.026,
  2951.916,
  2953.118,
  2954.92,
  2951.316,
  2829.973,
  2708.631,
  2952.517,
  2953.118,
  2953.719,
  2953.719,
  2953.719,
  2953.719,
  2953.719,
  2953.719,
  2953.719,
  2950.114,
  2954.319,
  2952.517,
  2949.513,
  2947.711,
  2951.316,
  2923.083,
  2920.68,
  2891.846,
  2823.365,
  2451.529,
  2592.094,
  901.7081,
  1494.604,
  2952.517,
  2953.118,
  2953.118,
  2953.118,
  2953.118,
  2953.719,
  2953.719,
  2953.118,
  2953.719,
  2953.118,
  2951.316,
  2868.418,
  2950.715,
  2936.899,
  2881.634,
  2912.87,
  2561.458,
  2783.118,
  2567.465,
  2860.008,
  2675.592,
  2244.886,
  1878.455,
  982.2026,
  1245.912,
  929.3406,
  993.0154,
  673.44,
  1570.293,
  2234.674,
  1614.746,
  1558.88,
  254.5079,
  212.5786,
  130.7625,
  149.3844,
  2150.575,
  2551.246,
  1846.618,
  2752.482,
  2643.754,
  2677.995,
  2789.726,
  2885.238,
  2778.913,
  2810.75,
  2653.366,
  2939.902,
  2719.443,
  2926.687,
  1757.113,
  561.108,
  421.1436,
  1067.503,
  2852.199,
  2917.075,
  2134.356,
  2660.574,
  2721.846,
  1964.356,
  2229.268,
  2929.09,
  2887.641,
  2849.196,
  2757.888,
  2740.468,
  2420.292,
  1412.308,
  414.5959,
  576.7264,
  401.02,
  251.3842,
  221.7694,
  219.6069,
  257.4514,
  207.6529,
  271.2676,
  537.0798,
  270.6068,
  115.3845,
  158.1547,
  189.5116,
  177.4374,
  153.3491,
  253.6068,
  211.9779,
  340.8293,
  181.5822,
  302.2039,
  379.4547,
  123.3739,
  125.2361,
  648.811,
  396.4546,
  600.1539,
  311.2145,
  579.1292,
  1317.396,
  2207.041,
  346.7763,
  159.236,
  165.6035,
  140.6141,
  154.8508,
  295.9566,
  181.3419,
  481.2142,
  1176.231,
  1302.379,
  1361.248,
  1970.363,
  1228.492,
  699.871,
  318.483,
  215.5822,
  582.7335,
  1641.177,
  2378.843,
  1328.81,
  638.5991 ;

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