netcdf A0106.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:scale_factor = 1. ;
		lat:add_offset = 0. ;
		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:scale_factor = 1. ;
		lon:add_offset = 0. ;
		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:scale_factor = 1. ;
		air_temperature_depth:add_offset = 0. ;
		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:scale_factor = 1. ;
		visibility_depth:add_offset = 0. ;
		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:scale_factor = 1. ;
		wind_depth:add_offset = 0. ;
		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:scale_factor = 1. ;
		time:add_offset = 0. ;
		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:scale_factor = 1. ;
		air_temperature:add_offset = 0. ;
		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:scale_factor = 1. ;
		air_temperature_qc:add_offset = 0. ;
		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:scale_factor = 1. ;
		wind_gust:add_offset = 0. ;
		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:scale_factor = 1. ;
		wind_gust_qc:add_offset = 0. ;
		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:scale_factor = 1. ;
		wind_speed:add_offset = 0. ;
		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:scale_factor = 1. ;
		wind_speed_qc:add_offset = 0. ;
		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:scale_factor = 1. ;
		wind_direction:add_offset = 0. ;
		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:scale_factor = 1. ;
		wind_direction_qc:add_offset = 0. ;
		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:scale_factor = 1. ;
		visibility:add_offset = 0. ;
		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:scale_factor = 1. ;
		visibility_qc:add_offset = 0. ;
		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 = "30-Jun-2003 15:05:00:  Modified [lon,lat] to [-70.566500,42.527670]." ;
		: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 = "processed with MATLAB" ;
		: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 ;
		:processing = "realtime" ;
		:water_depth = 65. ;
		:mooring_site_id = "A0106" ;
		:mooring_site_desc = "Massachusetts Bay" ;
		:breakout_id = 1 ;
		:delta_t = 60 ;
		:magnetic_variation = -16. ;
		:last_mysql_update_index = -1 ;
		:starting_julian_day_number = 2452890.00000579 ;
		:starting_julian_day_string = "2003-09-07 00:00:00" ;
		:ending_julian_day_number = 2452896.95833912 ;
		:ending_julian_day_string = "2003-09-13 23:00:00" ;
		:algorithm_ids = "WIND_DIR_1.2:  27-Aug-2003 13:11:07\n",
			"AAN_VIZ_1.2:  27-Aug-2003 13:11:07" ;
data:

 lat = 42.52767 ;

 lon = -70.5665 ;

 air_temperature_depth = -3 ;

 visibility_depth = -3 ;

 wind_depth = -4 ;

 time = 2452890, 2452890.04166667, 2452890.08333333, 2452890.125, 
    2452890.16666667, 2452890.20833333, 2452890.25, 2452890.29166667, 
    2452890.33333333, 2452890.375, 2452890.41666667, 2452890.45833333, 
    2452890.5, 2452890.54166667, 2452890.58333333, 2452890.625, 
    2452890.66666667, 2452890.70833333, 2452890.75, 2452890.79166667, 
    2452890.83333333, 2452890.875, 2452890.91666667, 2452890.95833333, 
    2452891, 2452891.04166667, 2452891.08333333, 2452891.125, 
    2452891.16666667, 2452891.20833333, 2452891.25, 2452891.29166667, 
    2452891.33333333, 2452891.375, 2452891.41666667, 2452891.45833333, 
    2452891.5, 2452891.54166667, 2452891.58333333, 2452891.625, 
    2452891.66666667, 2452891.70833333, 2452891.75, 2452891.79166667, 
    2452891.83333333, 2452891.875, 2452891.91666667, 2452891.95833333, 
    2452892, 2452892.04166667, 2452892.08333333, 2452892.125, 
    2452892.16666667, 2452892.20833333, 2452892.25, 2452892.29166667, 
    2452892.33333333, 2452892.375, 2452892.41666667, 2452892.45833333, 
    2452892.5, 2452892.54166667, 2452892.58333333, 2452892.625, 
    2452892.66666667, 2452892.70833333, 2452892.75, 2452892.79166667, 
    2452892.83333333, 2452892.875, 2452892.91666667, 2452892.95833333, 
    2452893, 2452893.04166667, 2452893.08333333, 2452893.125, 
    2452893.16666667, 2452893.20833333, 2452893.25, 2452893.29166667, 
    2452893.33333333, 2452893.375, 2452893.41666667, 2452893.45833333, 
    2452893.5, 2452893.54166667, 2452893.58333333, 2452893.625, 
    2452893.66666667, 2452893.70833333, 2452893.75, 2452893.79166667, 
    2452893.83333333, 2452893.875, 2452893.91666667, 2452893.95833333, 
    2452894, 2452894.04166667, 2452894.08333333, 2452894.125, 
    2452894.16666667, 2452894.20833333, 2452894.25, 2452894.29166667, 
    2452894.33333333, 2452894.375, 2452894.41666667, 2452894.45833333, 
    2452894.5, 2452894.54166667, 2452894.58333333, 2452894.625, 
    2452894.66666667, 2452894.70833333, 2452894.75, 2452894.79166667, 
    2452894.83333333, 2452894.875, 2452894.91666667, 2452894.95833333, 
    2452895, 2452895.04166667, 2452895.08333333, 2452895.125, 
    2452895.16666667, 2452895.20833333, 2452895.25, 2452895.29166667, 
    2452895.33333333, 2452895.375, 2452895.41666667, 2452895.45833333, 
    2452895.5, 2452895.54166667, 2452895.58333333, 2452895.625, 
    2452895.66666667, 2452895.70833333, 2452895.75, 2452895.79166667, 
    2452895.83333333, 2452895.875, 2452895.91666667, 2452895.95833333, 
    2452896, 2452896.04166667, 2452896.08333333, 2452896.125, 
    2452896.16666667, 2452896.20833333, 2452896.25, 2452896.29166667, 
    2452896.33333333, 2452896.375, 2452896.41666667, 2452896.45833333, 
    2452896.5, 2452896.54166667, 2452896.58333333, 2452896.625, 
    2452896.66666667, 2452896.70833333, 2452896.75, 2452896.79166667, 
    2452896.83333333, 2452896.875, 2452896.91666667, 2452896.95833333 ;

 air_temperature =
  17.57,
  17.57,
  17.76,
  17.4,
  16.79,
  16.75,
  16.4,
  16.08,
  16.06,
  15.97,
  15.62,
  15.88,
  16.16,
  15.88,
  16.17,
  16.81,
  17.24,
  17.96,
  18.26,
  18.79,
  19.02,
  18.51,
  18.5,
  18.17,
  18.51,
  18.16,
  18.45,
  18.55,
  18.04,
  17.99,
  17.75,
  17.07,
  17,
  16.75,
  16.54,
  16.41,
  16.41,
  16.2,
  16.03,
  15.81,
  15.85,
  16.03,
  16.2,
  16.49,
  16.46,
  16.4,
  16.58,
  16.33,
  16.38,
  16.33,
  16.3,
  16.4,
  16.14,
  15.33,
  15.34,
  16.08,
  16.33,
  15.84,
  15.84,
  15.74,
  15.5,
  15.36,
  15.26,
  15.15,
  15.2,
  15.18,
  15.01,
  15.02,
  15.06,
  14.95,
  15.05,
  14.83,
  14.72,
  14.68,
  14.67,
  14.64,
  14.48,
  14.44,
  13.9,
  13.52,
  13.18,
  13.16,
  13.16,
  13.31,
  13.51,
  14.07,
  14.05,
  14.41,
  14.63,
  15.15,
  15.7,
  15.95,
  16.32,
  16.59,
  16.6,
  16.58,
  16.69,
  16.51,
  16.39,
  16.18,
  16.65,
  16.91,
  16.73,
  16.92,
  17.03,
  16.87,
  16.69,
  16.53,
  16.56,
  16.38,
  16.38,
  16.16,
  16.2,
  16.12,
  16,
  16.27,
  16.18,
  16.34,
  16.42,
  16.35,
  16.23,
  15.99,
  15.81,
  15.75,
  15.84,
  15.77,
  15.75,
  15.79,
  15.75,
  15.67,
  15.5,
  16.13,
  16.64,
  16.78,
  16.66,
  16.47,
  16.33,
  16.39,
  16.54,
  16.53,
  16.55,
  16.55,
  16.48,
  16.19,
  16.07,
  16.01,
  16.02,
  16.05,
  16.08,
  16.02,
  15.92,
  15.77,
  15.94,
  16.05,
  16.01,
  16.26,
  16.48,
  16.53,
  16.61,
  16.91,
  17.44,
  17.32,
  17.32,
  17.32,
  17.46,
  17.49,
  17.42,
  17.33 ;

 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 =
  4.782,
  5.606,
  6.233,
  5.331,
  4.312,
  4.273,
  4.038,
  4.312,
  4.547,
  5.449,
  4.9,
  3.998,
  4.273,
  3.959,
  3.646,
  2.822,
  2.705,
  3.724,
  3.606,
  3.646,
  3.234,
  4.704,
  4.508,
  2.979,
  2.705,
  1.96,
  2.94,
  5.723,
  5.645,
  7.84,
  7.53,
  9.09,
  8.04,
  8.35,
  7.96,
  8.7,
  8.82,
  8.39,
  8.04,
  7.37,
  7.02,
  5.39,
  3.646,
  4.234,
  4.665,
  4.312,
  4.234,
  3.92,
  3.097,
  3.371,
  2.587,
  2.94,
  1.47,
  6.154,
  5.488,
  7.06,
  7.33,
  11.56,
  11.49,
  10.78,
  10.51,
  10.15,
  9.8,
  9.33,
  8.23,
  6.782,
  7.33,
  6.899,
  7.13,
  5.841,
  5.135,
  4.469,
  3.959,
  3.293,
  2.94,
  2.313,
  1.803,
  1.529,
  2.548,
  4.077,
  4.39,
  4.018,
  3.234,
  2.47,
  2.626,
  2.313,
  2.313,
  2.313,
  3.489,
  4.782,
  4.155,
  5.488,
  4.155,
  3.332,
  2.979,
  4.469,
  3.959,
  3.136,
  2.744,
  2.626,
  3.018,
  3.724,
  2.744,
  4.194,
  5.41,
  6.86,
  6.625,
  5.802,
  4.939,
  5.645,
  5.566,
  7.57,
  7.64,
  6.586,
  6.194,
  5.135,
  5.292,
  4.802,
  3.175,
  3.646,
  2.862,
  2.352,
  1.882,
  1.686,
  2.548,
  2.666,
  3.097,
  3.567,
  3.038,
  2.254,
  2.626,
  3.45,
  4.39,
  3.763,
  3.763,
  4.077,
  3.802,
  4.312,
  4.586,
  5.566,
  5.214,
  4.547,
  4.704,
  5.214,
  5.214,
  4.351,
  4.626,
  4.9,
  4.312,
  2.548,
  2.156,
  1.49,
  3.175,
  5.214,
  6.938,
  5.645,
  4.9,
  4.116,
  4.665,
  4.508,
  2.94,
  2.862,
  3.92,
  4.43,
  3.234,
  3.646,
  2.744,
  2.862 ;

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

 wind_speed =
  4.209,
  4.657,
  5.308,
  4.708,
  3.718,
  3.651,
  3.092,
  3.54,
  3.497,
  4.305,
  4.048,
  2.971,
  3.245,
  3.016,
  3.102,
  2.368,
  2.244,
  3.223,
  3.169,
  3.286,
  2.797,
  4.14,
  3.744,
  2.538,
  2.352,
  1.611,
  2.521,
  4.724,
  4.697,
  6.763,
  6.719,
  7.48,
  6.803,
  7.16,
  6.816,
  7.42,
  7.64,
  7.16,
  6.517,
  6.447,
  5.961,
  4.161,
  3.059,
  3.572,
  3.718,
  3.675,
  3.469,
  3.003,
  2.688,
  2.675,
  2.19,
  2.537,
  1.056,
  5.336,
  4.708,
  6,
  6.064,
  9.57,
  9.99,
  9.31,
  8.97,
  8.82,
  8.28,
  7.95,
  6.942,
  6.044,
  5.952,
  5.711,
  5.988,
  4.915,
  4.324,
  3.677,
  3.228,
  2.309,
  2.174,
  1.912,
  1.076,
  0.953,
  2.067,
  3.631,
  3.667,
  3.551,
  2.519,
  2.035,
  2.215,
  1.944,
  1.882,
  1.827,
  2.901,
  4.046,
  3.66,
  4.529,
  3.505,
  2.772,
  2.491,
  3.819,
  3.428,
  2.611,
  2.309,
  1.914,
  2.681,
  3.198,
  2.342,
  3.859,
  4.684,
  5.974,
  5.943,
  4.928,
  4.147,
  4.878,
  4.815,
  6.748,
  6.212,
  5.485,
  5.281,
  4.342,
  4.695,
  3.481,
  2.629,
  2.929,
  2.46,
  1.836,
  1.592,
  1.374,
  2.187,
  2.181,
  2.607,
  2.965,
  2.305,
  1.657,
  2.217,
  2.996,
  3.531,
  3.134,
  3.16,
  3.384,
  3.391,
  3.759,
  3.797,
  4.835,
  4.454,
  3.843,
  3.828,
  4.403,
  4.412,
  3.497,
  4.024,
  4.199,
  2.937,
  2.055,
  1.69,
  1.043,
  2.593,
  4.362,
  6.011,
  4.884,
  3.905,
  3.561,
  3.779,
  3.54,
  1.687,
  2.377,
  3.169,
  3.871,
  2.216,
  3.119,
  2.236,
  2.382 ;

 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 =
  184.9,
  192.8,
  200.4,
  212.7,
  239.1,
  246.4,
  283.7,
  267.6,
  258.9,
  257.3,
  264.8,
  269.6,
  275.5,
  263.4,
  238.7,
  244,
  219.1,
  214.5,
  199.6,
  205.9,
  197.4,
  190.4,
  199.7,
  199.8,
  231.4,
  236.6,
  335.9,
  1.09,
  15.38,
  27.97,
  31.02,
  23.33,
  18.89,
  27.49,
  25.41,
  27.1,
  33.11,
  27.12,
  25.19,
  21.07,
  28.7,
  47.28,
  42.61,
  68.9,
  97.6,
  111.2,
  129.5,
  150.4,
  164.3,
  155.6,
  157.3,
  171.7,
  259.1,
  357.09,
  351.04,
  11.82,
  51.93,
  70.8,
  53.8,
  59.9,
  57.8,
  58.9,
  61.5,
  56.2,
  58.7,
  55,
  48.02,
  46.9,
  55.4,
  73.1,
  108.8,
  106.6,
  110.1,
  96.2,
  97.8,
  82.2,
  62,
  14.6,
  343.8,
  345.473,
  328.3,
  340,
  353.77,
  347.754,
  326.1,
  314,
  282.9,
  246.9,
  220.1,
  205.8,
  201.1,
  180.3,
  176.4,
  176.1,
  191.6,
  192,
  200.7,
  215.8,
  221.9,
  259.2,
  322.8,
  334.8,
  352.57,
  356.08,
  359.41,
  4.12,
  18.53,
  30.34,
  28.34,
  26.26,
  28.06,
  21.02,
  27.15,
  34.52,
  36.08,
  48.1,
  56.8,
  59.9,
  73.4,
  93.6,
  98.3,
  100.6,
  101.7,
  122.6,
  127.3,
  117.9,
  98.9,
  92.2,
  91.5,
  82.8,
  37,
  52.92,
  95,
  97,
  65.9,
  70.5,
  69.5,
  75,
  80.7,
  70,
  98.2,
  109.2,
  112,
  120.1,
  118.7,
  108.7,
  109.1,
  86.2,
  89.3,
  82.8,
  62.7,
  8.1,
  21.28,
  30.86,
  44.32,
  50.69,
  58.2,
  50.24,
  47.61,
  65.4,
  23.87,
  27.68,
  41.31,
  63.5,
  60.9,
  61.3,
  60.7,
  91.5 ;

 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 =
  2958.524,
  2958.524,
  2958.524,
  2956.121,
  2948.913,
  2945.309,
  2957.923,
  2957.923,
  2958.524,
  2954.92,
  2955.521,
  2378.843,
  2950.114,
  2863.613,
  2874.425,
  2900.256,
  2928.489,
  2946.51,
  2878.03,
  2953.719,
  2951.916,
  2949.513,
  2937.499,
  2957.323,
  2958.524,
  2957.923,
  2956.722,
  2957.923,
  2957.923,
  2957.323,
  2955.521,
  2926.086,
  2957.923,
  2953.719,
  2951.316,
  2949.513,
  2855.803,
  2929.09,
  2945.909,
  2854.602,
  2931.492,
  2884.037,
  2906.263,
  2951.916,
  2952.517,
  2953.719,
  2941.104,
  2955.521,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2957.323,
  2956.121,
  2956.722,
  2956.121,
  2957.323,
  2946.51,
  2955.521,
  2252.695,
  2669.585,
  2921.881,
  2890.044,
  2933.294,
  2796.934,
  2845.592,
  2956.121,
  2878.03,
  2926.687,
  2952.517,
  2956.722,
  2958.524,
  2958.524,
  2958.524,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2957.923,
  2937.499,
  2947.711,
  2901.457,
  2933.294,
  2953.719,
  2952.517,
  2945.309,
  2953.719,
  2945.909,
  2955.521,
  2958.524,
  2957.923,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2941.104,
  2937.499,
  2933.294,
  2932.694,
  2943.506,
  2927.888,
  2909.867,
  2894.849,
  2897.853,
  2879.231,
  2854.001,
  2911.068,
  2953.118,
  2950.715,
  2950.715,
  2952.517,
  2950.715,
  2950.114,
  2947.711,
  2948.312,
  2951.916,
  2955.521,
  2954.92,
  2938.701,
  2948.312,
  2948.913,
  2942.305,
  2954.319,
  2954.319,
  2950.715,
  2945.909,
  2953.118,
  2948.913,
  2942.906,
  2897.853,
  2777.111,
  2957.323,
  2957.323,
  2957.923,
  2958.524,
  2957.323,
  2957.323,
  2957.923,
  2956.722,
  2956.722,
  2956.722,
  2957.323,
  2953.719,
  2893.648,
  2925.485,
  2914.673,
  2878.03,
  2923.683,
  2939.902,
  2954.319,
  2932.694,
  2870.821,
  2931.492,
  2942.906,
  2877.429,
  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,
  0 ;
}
