netcdf A0110.met.realtime {
dimensions:
	lat = 1 ;
	lon = 1 ;
	air_temperature_depth = 1 ;
	visibility_depth = 1 ;
	wind_depth = 1 ;
	time = 167 ;
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 = "26-Jun-2004 16:03:17:  Modified [lon,lat] to [-70.565932,42.523603].\n",
			"26-Jun-2004 11:52:57:  Modified [lon,lat] to [-70.566000,42.523700]." ;
		: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 = 46269 ;
		:visibility_sensor_serial_number = 292 ;
		:processing = "realtime" ;
		:water_depth = 65 ;
		:mooring_site_id = "A0110" ;
		:mooring_site_desc = "Massachusetts Bay" ;
		:breakout_id = 1 ;
		:delta_t = 60 ;
		:magnetic_variation = -15.9833 ;
		:goes_platform_id = "0440465E" ;
		:starting_julian_day_number = 2453219.00000579 ;
		:starting_julian_day_string = "2004-08-01 00:00:00" ;
		:ending_julian_day_number = 2453225.91667244 ;
		:ending_julian_day_string = "2004-08-07 22:00:00" ;
		:algorithm_ids = "WIND_DIR_1.2:  26-Jun-2004 05:12:21\n",
			"AAN_VIZ_1.2:  26-Jun-2004 05:12:21" ;
		:longitude = -70.5659321376256 ;
		:latitude = 42.5236026218959 ;
data:

 lat = 42.5236026218959 ;

 lon = -70.5659321376256 ;

 air_temperature_depth = -3 ;

 visibility_depth = -3 ;

 wind_depth = -4 ;

 time = 2453219, 2453219.04166667, 2453219.08333333, 2453219.125, 
    2453219.16666667, 2453219.20833333, 2453219.25, 2453219.29166667, 
    2453219.33333333, 2453219.375, 2453219.41666667, 2453219.45833333, 
    2453219.5, 2453219.54166667, 2453219.58333333, 2453219.625, 
    2453219.66666667, 2453219.70833333, 2453219.75, 2453219.79166667, 
    2453219.83333333, 2453219.875, 2453219.91666667, 2453219.95833333, 
    2453220, 2453220.04166667, 2453220.08333333, 2453220.125, 
    2453220.16666667, 2453220.20833333, 2453220.25, 2453220.29166667, 
    2453220.33333333, 2453220.375, 2453220.41666667, 2453220.45833333, 
    2453220.5, 2453220.54166667, 2453220.58333333, 2453220.625, 
    2453220.66666667, 2453220.70833333, 2453220.75, 2453220.79166667, 
    2453220.83333333, 2453220.875, 2453220.91666667, 2453220.95833333, 
    2453221, 2453221.04166667, 2453221.08333333, 2453221.125, 
    2453221.16666667, 2453221.20833333, 2453221.25, 2453221.29166667, 
    2453221.33333333, 2453221.375, 2453221.41666667, 2453221.45833333, 
    2453221.5, 2453221.54166667, 2453221.58333333, 2453221.625, 
    2453221.66666667, 2453221.70833333, 2453221.75, 2453221.79166667, 
    2453221.83333333, 2453221.875, 2453221.91666667, 2453221.95833333, 
    2453222, 2453222.04166667, 2453222.08333333, 2453222.125, 
    2453222.16666667, 2453222.20833333, 2453222.25, 2453222.29166667, 
    2453222.33333333, 2453222.375, 2453222.41666667, 2453222.45833333, 
    2453222.5, 2453222.54166667, 2453222.58333333, 2453222.625, 
    2453222.66666667, 2453222.70833333, 2453222.75, 2453222.79166667, 
    2453222.83333333, 2453222.875, 2453222.91666667, 2453222.95833333, 
    2453223, 2453223.04166667, 2453223.08333333, 2453223.125, 
    2453223.16666667, 2453223.20833333, 2453223.25, 2453223.29166667, 
    2453223.33333333, 2453223.375, 2453223.41666667, 2453223.45833333, 
    2453223.5, 2453223.54166667, 2453223.58333333, 2453223.625, 
    2453223.66666667, 2453223.70833333, 2453223.75, 2453223.79166667, 
    2453223.83333333, 2453223.875, 2453223.91666667, 2453223.95833333, 
    2453224, 2453224.04166667, 2453224.08333333, 2453224.125, 
    2453224.16666667, 2453224.20833333, 2453224.25, 2453224.29166667, 
    2453224.33333333, 2453224.375, 2453224.41666667, 2453224.45833333, 
    2453224.5, 2453224.54166667, 2453224.58333333, 2453224.625, 
    2453224.66666667, 2453224.70833333, 2453224.75, 2453224.79166667, 
    2453224.83333333, 2453224.875, 2453224.91666667, 2453224.95833333, 
    2453225, 2453225.04166667, 2453225.08333333, 2453225.125, 
    2453225.16666667, 2453225.20833333, 2453225.25, 2453225.29166667, 
    2453225.33333333, 2453225.375, 2453225.41666667, 2453225.45833333, 
    2453225.5, 2453225.54166667, 2453225.58333333, 2453225.625, 
    2453225.66666667, 2453225.70833333, 2453225.75, 2453225.79166667, 
    2453225.83333333, 2453225.875, 2453225.91666667 ;

 air_temperature =
  21.96,
  21.85,
  21.75,
  21.32,
  20.99,
  20.73,
  20.1,
  20.68,
  20.15,
  20.79,
  20.6,
  20.75,
  20.82,
  20.65,
  21.1,
  20.68,
  20.77,
  20.55,
  20.75,
  21.39,
  20.63,
  21.05,
  21.05,
  20.78,
  20.6,
  19.88,
  19.59,
  19.79,
  19.53,
  19.12,
  19.09,
  19.32,
  19.22,
  19.03,
  18.9,
  19.08,
  19.05,
  19.46,
  19.34,
  19.69,
  19.57,
  19.77,
  20.07,
  19.96,
  19.94,
  19.89,
  19.88,
  19.74,
  19.19,
  19.49,
  19.8,
  19.18,
  20.08,
  20.02,
  19.23,
  19.4,
  19.47,
  19.08,
  19.25,
  19.22,
  19.25,
  19.72,
  20.25,
  20.02,
  20.45,
  21.1,
  21.4,
  21.56,
  21.8,
  21.63,
  21.94,
  21.26,
  21.34,
  21.23,
  20.55,
  20.73,
  20.37,
  18.36,
  18.33,
  18.27,
  17.75,
  17.97,
  17.7,
  17.93,
  18.23,
  18.37,
  18.48,
  18.58,
  18.66,
  18.88,
  19.27,
  19.52,
  19.74,
  19.91,
  20.2,
  19.43,
  19.22,
  19.21,
  19.25,
  19.33,
  19.54,
  19.19,
  19,
  18.98,
  19.07,
  18.24,
  17.88,
  16.87,
  17.06,
  16.92,
  17.05,
  17.2,
  17.33,
  17.47,
  17.84,
  18.21,
  19.74,
  18.77,
  18.26,
  18.18,
  18.09,
  18.12,
  18.26,
  18.33,
  18.18,
  18.13,
  18.25,
  17.62,
  17.12,
  16.62,
  16.17,
  16.03,
  15.87,
  15.69,
  15.92,
  16.36,
  16.57,
  16.8,
  17.15,
  17.36,
  17.52,
  17.55,
  17.61,
  17.6,
  17.52,
  17.35,
  17.23,
  17.23,
  16.94,
  16.49,
  15.72,
  15.79,
  15.08,
  15.01,
  15.1,
  14.82,
  15.36,
  16.24,
  16.8,
  16.83,
  17.09,
  17.06,
  17.31,
  17.7,
  17.94,
  17.75,
  17.73 ;

 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 ;

 wind_gust =
  8.82,
  8.23,
  8.15,
  7.88,
  7.6,
  5.88,
  3.802,
  5.998,
  5.88,
  6.507,
  5.998,
  6.821,
  6.86,
  5.88,
  5.802,
  4.214,
  4.234,
  3.685,
  4.077,
  5.41,
  3.724,
  5.096,
  6.507,
  4.939,
  4.018,
  3.528,
  4.469,
  4.606,
  4.469,
  3.646,
  4.273,
  3.802,
  4.116,
  3.038,
  3.724,
  4.586,
  2.744,
  3.136,
  4.43,
  3.802,
  4.312,
  3.234,
  2.234,
  2.626,
  3.214,
  3.058,
  3.371,
  2.352,
  2.313,
  3.45,
  2.509,
  1.803,
  3.763,
  5.057,
  4.194,
  4.038,
  4.43,
  3.254,
  2.744,
  3.018,
  2.842,
  3.41,
  4.351,
  3.724,
  4.665,
  6.39,
  6.507,
  6.664,
  7.29,
  7.57,
  8,
  6.899,
  6.703,
  6.429,
  5.194,
  6.86,
  7.64,
  2.646,
  2.705,
  2.391,
  2.038,
  3.489,
  3.058,
  2.744,
  4.038,
  3.959,
  4.822,
  5.762,
  4.9,
  3.685,
  3.41,
  2.45,
  2.509,
  2.509,
  1.666,
  1.568,
  2.587,
  2.058,
  2.313,
  1.882,
  2.195,
  2.391,
  2.117,
  3.254,
  2.548,
  4.665,
  3.881,
  2.744,
  1.686,
  3.371,
  2.744,
  1.96,
  4.234,
  3.489,
  3.136,
  1.96,
  0.745,
  2.313,
  3.41,
  3.881,
  3.254,
  1.862,
  2.038,
  3.724,
  2.94,
  4.194,
  7.88,
  9.29,
  10.15,
  10.11,
  8.58,
  8.15,
  7.53,
  8.82,
  6.468,
  7.33,
  6.507,
  6.899,
  5.566,
  4.782,
  3.92,
  2.822,
  1.803,
  1.764,
  0.686,
  0.706,
  2.548,
  3.685,
  4.782,
  5.214,
  5.919,
  7.06,
  6.664,
  6.39,
  5.684,
  5.37,
  4.822,
  4.116,
  2.744,
  4.038,
  2.646,
  1.803,
  3.058,
  2.548,
  3.175,
  5.057,
  3.724 ;

 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 ;

 wind_speed =
  7.65,
  7.29,
  7.13,
  7,
  6.585,
  5.259,
  2.69,
  5.373,
  4.756,
  5.87,
  5.296,
  6.138,
  6.137,
  4.504,
  5.029,
  3.597,
  3.774,
  3.307,
  3.589,
  4.796,
  3.389,
  4.644,
  5.691,
  4.202,
  3.517,
  3.119,
  3.85,
  3.809,
  3.8,
  3.21,
  3.798,
  3.361,
  3.503,
  1.81,
  3.329,
  3.895,
  1.978,
  2.858,
  3.93,
  3.341,
  3.881,
  2.582,
  2.058,
  2.256,
  2.956,
  2.613,
  3.02,
  1.683,
  2.141,
  3.154,
  2.057,
  1.506,
  3.001,
  4.438,
  3.555,
  3.5,
  4.009,
  2.718,
  2.467,
  2.711,
  2.344,
  2.835,
  3.393,
  3.402,
  4.151,
  5.428,
  5.848,
  5.849,
  6.405,
  6.504,
  7.25,
  5.816,
  5.91,
  5.824,
  4.597,
  6.113,
  4.365,
  0.719,
  2.156,
  1.824,
  1.625,
  2.634,
  2.395,
  2.209,
  3.521,
  2.989,
  4.169,
  4.993,
  3.568,
  3.23,
  2.917,
  1.73,
  2.018,
  1.959,
  1.367,
  1.292,
  2.22,
  1.589,
  2.006,
  1.537,
  1.558,
  1.975,
  1.706,
  2.852,
  1.672,
  3.897,
  3.205,
  2.123,
  1.321,
  2.743,
  2.334,
  1.413,
  3.145,
  2.836,
  2.589,
  1.65,
  0.432,
  1.86,
  3.04,
  3.203,
  2.455,
  1.447,
  1.675,
  2.882,
  1.975,
  3.445,
  6.76,
  7.74,
  8.4,
  8.2,
  7.36,
  6.924,
  6.466,
  7.43,
  5.437,
  6.048,
  5.532,
  5.653,
  4.778,
  4.245,
  3.013,
  2.2,
  1.433,
  1.26,
  0.249,
  0.393,
  2.144,
  2.928,
  4.108,
  4.346,
  5.298,
  6.134,
  5.652,
  5.317,
  4.765,
  4.765,
  4.139,
  3.457,
  2.18,
  3.336,
  2.038,
  1.337,
  2.52,
  1.971,
  2.741,
  4.468,
  3.038 ;

 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 ;

 wind_direction =
  189.8167,
  199.5167,
  200.3167,
  196.3167,
  194.4167,
  193.1167,
  197.2167,
  194.9167,
  190.2167,
  192.8167,
  197.0167,
  191.1167,
  194.3167,
  197.7167,
  203.7167,
  199.1167,
  194.6167,
  187.5167,
  213.6167,
  217.5167,
  212.6167,
  210.2167,
  193.3167,
  220.4167,
  213.5167,
  198.0167,
  168.7167,
  189.7167,
  188.5167,
  194.7167,
  195.6167,
  205.1167,
  229.3167,
  230.6167,
  239.0167,
  262.8167,
  301.6167,
  357.5867,
  1.0367,
  1.4167,
  355.9167,
  20.8667,
  64.7167,
  124.3167,
  155.3167,
  134.7167,
  158.9167,
  141.9167,
  147.4167,
  170.5167,
  158.4167,
  122.5167,
  178.2167,
  178.0167,
  189.1167,
  194.5167,
  204.3167,
  184.4167,
  188.8167,
  229.3167,
  189.1167,
  216.7167,
  206.4167,
  182.6167,
  168.7167,
  169.9167,
  173.0167,
  170.8167,
  174.7167,
  175.2167,
  188.2167,
  198.2167,
  197.0167,
  211.1167,
  205.2167,
  221.6167,
  344.7677,
  298.9167,
  312.1167,
  235.4167,
  338.6167,
  19.5467,
  1.8667,
  28.7967,
  344.3717,
  2.3867,
  10.5267,
  8.3167,
  26.3967,
  358.2467,
  4.2067,
  63.2167,
  110.9167,
  154.0167,
  242.2167,
  301.9167,
  298.4167,
  284.6167,
  260.7167,
  269.2167,
  318.5167,
  269.7167,
  263.2167,
  260.2167,
  268.7167,
  312.3167,
  309.3167,
  304.5167,
  200.8167,
  335.2167,
  10.9767,
  14.0167,
  353.2767,
  11.8067,
  9.8967,
  48.5367,
  147.3167,
  129.0167,
  126.6167,
  140.8167,
  162.3167,
  160.7167,
  243.5167,
  268.3167,
  298.4167,
  37.2167,
  8.3667,
  358.8067,
  8.8667,
  3.4467,
  1.4867,
  1.1467,
  348.6357,
  355.7867,
  352.3867,
  2.1267,
  359.6267,
  357.9767,
  9.6567,
  34.9867,
  57.4167,
  58.1167,
  53.4167,
  43.8267,
  64.5167,
  284.4167,
  290.9167,
  277.6167,
  318.7167,
  334.4167,
  311.4167,
  335.6167,
  332.4167,
  326.8167,
  320.6167,
  311.5167,
  328.7167,
  316.3167,
  350.1987,
  21.3267,
  42.5867,
  108.0167,
  151.0167,
  150.5167,
  159.3167,
  188.2167,
  200.8167 ;

 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 ;

 visibility =
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2957.923,
  2954.92,
  2956.121,
  2932.694,
  2949.513,
  2934.496,
  2955.521,
  2956.121,
  2945.309,
  2953.118,
  2946.51,
  2952.517,
  2955.521,
  2959.125,
  2958.524,
  2959.125,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2942.906,
  2790.927,
  2892.447,
  2907.464,
  2929.69,
  2928.489,
  2955.521,
  2959.125,
  2959.726,
  2956.722,
  2954.319,
  2952.517,
  2959.125,
  2595.698,
  2908.065,
  2951.916,
  2957.923,
  2957.323,
  2905.061,
  2753.083,
  2295.946,
  282.0202,
  1964.957,
  132.6247,
  163.1406,
  1402.096,
  1561.283,
  1960.151,
  2165.593,
  2319.373,
  2184.215,
  2123.543,
  2458.737,
  2551.846,
  2676.793,
  2696.616,
  2724.85,
  2846.192,
  2894.849,
  2950.715,
  2932.694,
  2858.807,
  2958.524,
  2908.666,
  2235.875,
  2340.398,
  2378.843,
  2476.758,
  2544.037,
  2161.989,
  2462.341,
  2741.669,
  2954.319,
  2930.291,
  2924.885,
  2941.104,
  2951.916,
  2953.118,
  2957.923,
  2959.125,
  2945.909,
  2932.694,
  2956.722,
  2954.92,
  2958.524,
  2959.125,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2949.513,
  2847.394,
  2891.245,
  2593.896,
  2876.828,
  2957.923,
  2958.524,
  2959.125,
  2959.125,
  2959.125,
  2956.722,
  2949.513,
  2959.125,
  2953.719,
  2959.726,
  2959.125,
  2959.125,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2954.92,
  2956.722,
  2951.916,
  2940.503,
  2952.517,
  2955.521,
  2932.093,
  2957.923,
  2959.125,
  2959.726,
  2949.513,
  2958.524,
  2959.125,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2946.51,
  2959.125,
  2959.125,
  2952.517,
  2483.967,
  2774.107,
  2938.701,
  2906.864,
  2959.125,
  2959.726,
  2959.726,
  2958.524,
  2959.125,
  2956.722,
  2956.121,
  2958.524 ;

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