netcdf I0105.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 = "" ;
		: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 ;
		:wind_sensor_serial_number = "RMY49994" ;
		:visibility_sensor_serial_number = 260 ;
		:processing = "realtime" ;
		:water_depth = 100 ;
		:mooring_site_id = "I0105" ;
		:mooring_site_desc = "Acadia" ;
		:breakout_id = 1 ;
		:delta_t = 60 ;
		:magnetic_variation = -17.68 ;
		:last_mysql_update_index = -1 ;
		:starting_julian_day_number = 2452883.00000579 ;
		:starting_julian_day_string = "2003-08-31 00:00:00" ;
		:ending_julian_day_number = 2452889.95833912 ;
		:ending_julian_day_string = "2003-09-06 23:00:00" ;
		:algorithm_ids = "WIND_DIR_1.2:  27-Aug-2003 12:44:15\n",
			"AAN_VIZ_1.2:  27-Aug-2003 12:44:15" ;
data:

 lat = 44.1058 ;

 lon = -68.1087 ;

 air_temperature_depth = -3 ;

 visibility_depth = -3 ;

 wind_depth = -4 ;

 time = 2452883, 2452883.04166667, 2452883.08333333, 2452883.125, 
    2452883.16666667, 2452883.20833333, 2452883.25, 2452883.29166667, 
    2452883.33333333, 2452883.375, 2452883.41666667, 2452883.45833333, 
    2452883.5, 2452883.54166667, 2452883.58333333, 2452883.625, 
    2452883.66666667, 2452883.70833333, 2452883.75, 2452883.79166667, 
    2452883.83333333, 2452883.875, 2452883.91666667, 2452883.95833333, 
    2452884, 2452884.04166667, 2452884.08333333, 2452884.125, 
    2452884.16666667, 2452884.20833333, 2452884.25, 2452884.29166667, 
    2452884.33333333, 2452884.375, 2452884.41666667, 2452884.45833333, 
    2452884.5, 2452884.54166667, 2452884.58333333, 2452884.625, 
    2452884.66666667, 2452884.70833333, 2452884.75, 2452884.79166667, 
    2452884.83333333, 2452884.875, 2452884.91666667, 2452884.95833333, 
    2452885, 2452885.04166667, 2452885.08333333, 2452885.125, 
    2452885.16666667, 2452885.20833333, 2452885.25, 2452885.29166667, 
    2452885.33333333, 2452885.375, 2452885.41666667, 2452885.45833333, 
    2452885.5, 2452885.54166667, 2452885.58333333, 2452885.625, 
    2452885.66666667, 2452885.70833333, 2452885.75, 2452885.79166667, 
    2452885.83333333, 2452885.875, 2452885.91666667, 2452885.95833333, 
    2452886, 2452886.04166667, 2452886.08333333, 2452886.125, 
    2452886.16666667, 2452886.20833333, 2452886.25, 2452886.29166667, 
    2452886.33333333, 2452886.375, 2452886.41666667, 2452886.45833333, 
    2452886.5, 2452886.54166667, 2452886.58333333, 2452886.625, 
    2452886.66666667, 2452886.70833333, 2452886.75, 2452886.79166667, 
    2452886.83333333, 2452886.875, 2452886.91666667, 2452886.95833333, 
    2452887, 2452887.04166667, 2452887.08333333, 2452887.125, 
    2452887.16666667, 2452887.20833333, 2452887.25, 2452887.29166667, 
    2452887.33333333, 2452887.375, 2452887.41666667, 2452887.45833333, 
    2452887.5, 2452887.54166667, 2452887.58333333, 2452887.625, 
    2452887.66666667, 2452887.70833333, 2452887.75, 2452887.79166667, 
    2452887.83333333, 2452887.875, 2452887.91666667, 2452887.95833333, 
    2452888, 2452888.04166667, 2452888.08333333, 2452888.125, 
    2452888.16666667, 2452888.20833333, 2452888.25, 2452888.29166667, 
    2452888.33333333, 2452888.375, 2452888.41666667, 2452888.45833333, 
    2452888.5, 2452888.54166667, 2452888.58333333, 2452888.625, 
    2452888.66666667, 2452888.70833333, 2452888.75, 2452888.79166667, 
    2452888.83333333, 2452888.875, 2452888.91666667, 2452888.95833333, 
    2452889, 2452889.04166667, 2452889.08333333, 2452889.125, 
    2452889.16666667, 2452889.20833333, 2452889.25, 2452889.29166667, 
    2452889.33333333, 2452889.375, 2452889.41666667, 2452889.45833333, 
    2452889.5, 2452889.54166667, 2452889.58333333, 2452889.625, 
    2452889.66666667, 2452889.70833333, 2452889.75, 2452889.79166667, 
    2452889.83333333, 2452889.875, 2452889.91666667, 2452889.95833333 ;

 air_temperature =
  14.55,
  14.59,
  14.57,
  13.89,
  13.57,
  13.09,
  12.72,
  12.4,
  12.13,
  11.9,
  11.9,
  12.07,
  12.01,
  12.44,
  12.49,
  12.86,
  13.27,
  13.46,
  13.71,
  13.45,
  13.18,
  13.19,
  13.36,
  13.17,
  13.16,
  13.42,
  13.11,
  12.79,
  12.5,
  12.46,
  12.72,
  12.57,
  12.44,
  12.9,
  12.79,
  12.75,
  12.81,
  12.62,
  12.99,
  12.98,
  13.2,
  13.14,
  13.29,
  13.45,
  13.47,
  13.62,
  13.29,
  13.53,
  13.08,
  13.11,
  13.21,
  13.42,
  13.11,
  13.05,
  12.55,
  12.81,
  12.97,
  12.63,
  12.63,
  12.63,
  12.41,
  12.35,
  12.44,
  12.36,
  12.34,
  12.45,
  12.45,
  12.46,
  12.62,
  12.85,
  12.96,
  12.16,
  11.68,
  11.85,
  11.7,
  11.6,
  11.63,
  11.76,
  11.55,
  11.55,
  11.51,
  11.44,
  11.45,
  11.73,
  11.96,
  11.93,
  12.23,
  12.27,
  12.48,
  13.21,
  13.37,
  13.67,
  13.73,
  13.8,
  13.44,
  12.97,
  12.76,
  12.63,
  12.29,
  12.46,
  12.32,
  12.43,
  12.27,
  12.63,
  12.46,
  12.8,
  12.84,
  13.08,
  13.56,
  13.83,
  13.85,
  13.83,
  13.51,
  13.28,
  13.84,
  13.88,
  13.53,
  12.57,
  12.78,
  12.48,
  12.41,
  12.91,
  12.51,
  12.59,
  12.73,
  13.04,
  12.42,
  12.64,
  12.43,
  12.52,
  11.97,
  12.14,
  12.16,
  12.14,
  12.25,
  12.43,
  12.63,
  12.38,
  12.86,
  13.43,
  13.37,
  13.86,
  13.98,
  13.45,
  13.39,
  13.86,
  13.65,
  13.07,
  13.56,
  14.04,
  14.2,
  13.42,
  13.29,
  13.12,
  12.67,
  13.38,
  13.54,
  13.46,
  13.66,
  13.91,
  15.32,
  15.01,
  14.75,
  14.77,
  14.38,
  14.18,
  14.19,
  14.1 ;

 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 =
  5.096,
  5.527,
  7.21,
  6.468,
  6.821,
  6.546,
  6.821,
  5.37,
  4.273,
  3.606,
  3.332,
  3.724,
  3.724,
  2.646,
  2.058,
  2.038,
  3.058,
  4.155,
  4.978,
  5.723,
  5.958,
  5.998,
  7.17,
  6.507,
  6.154,
  6.35,
  5.527,
  4.822,
  3.43,
  2.646,
  3.842,
  3.763,
  3.018,
  3.214,
  4.116,
  2.47,
  3.92,
  3.802,
  6.037,
  3.92,
  4.038,
  7.1,
  6.86,
  7.8,
  6.938,
  7.57,
  7.17,
  6.86,
  5.39,
  4.704,
  3.606,
  4.704,
  4.077,
  3.724,
  2.254,
  3.293,
  4.39,
  3.998,
  4.39,
  5.331,
  5.018,
  5.449,
  5.292,
  4.508,
  4.665,
  4.077,
  3.959,
  3.234,
  2.587,
  2.156,
  2.234,
  1.47,
  1.45,
  1.176,
  0.686,
  1.607,
  2.548,
  2.038,
  1.725,
  1.078,
  2.038,
  1.882,
  1.078,
  6.272,
  3.43,
  2.822,
  3.45,
  2.744,
  1.862,
  2.234,
  2.744,
  3.214,
  2.94,
  2.862,
  1.96,
  1.568,
  3.058,
  3.058,
  2.274,
  3.058,
  2.058,
  2.509,
  2.979,
  3.724,
  3.371,
  5.057,
  5.37,
  6.664,
  8.04,
  10.35,
  8.82,
  8.47,
  6.076,
  3.842,
  4.704,
  5.606,
  4.214,
  2.842,
  4.312,
  3.332,
  3.567,
  4.39,
  2.352,
  3.45,
  3.371,
  2.783,
  2.862,
  2.94,
  3.567,
  2.548,
  0.706,
  0.745,
  2.038,
  1.47,
  2.313,
  2.979,
  3.41,
  3.214,
  2.744,
  3.41,
  3.332,
  3.254,
  3.802,
  3.332,
  4.155,
  3.41,
  3.92,
  2.842,
  3.136,
  3.45,
  4.704,
  3.136,
  1.666,
  2.43,
  1.764,
  2.313,
  1.372,
  2.626,
  1.882,
  2.313,
  1.49,
  2.509,
  2.979,
  3.214,
  4.116,
  4.508,
  4.018,
  4.978 ;

 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 =
  3.412,
  3.789,
  5.778,
  5.584,
  5.682,
  5.84,
  6.028,
  4.701,
  3.686,
  2.903,
  2.875,
  3.256,
  3.178,
  2.295,
  1.49,
  1.727,
  2.521,
  3.532,
  4.277,
  5.019,
  5.332,
  5.181,
  6.362,
  5.545,
  5.405,
  5.559,
  4.921,
  4.212,
  2.729,
  2.054,
  3.346,
  3.3,
  2.693,
  2.514,
  3.594,
  1.744,
  3.342,
  3.203,
  4.944,
  3.28,
  3.374,
  6.107,
  6.204,
  6.477,
  6.091,
  6.461,
  6.228,
  6.034,
  4.506,
  4,
  3.005,
  4.275,
  3.689,
  2.858,
  1.648,
  2.588,
  3.772,
  3.628,
  3.889,
  4.778,
  4.463,
  4.75,
  4.611,
  4.024,
  3.807,
  3.444,
  3.381,
  2.72,
  2.192,
  1.89,
  1.917,
  1.111,
  1.171,
  0.888,
  0.445,
  1.331,
  2.245,
  1.692,
  1.444,
  0.739,
  1.784,
  1.625,
  0.743,
  5.468,
  2.118,
  2.5,
  3.049,
  2.344,
  1.575,
  1.876,
  2.341,
  2.753,
  2.619,
  2.369,
  1.498,
  1.322,
  2.718,
  2.519,
  2.02,
  2.623,
  1.634,
  2.132,
  2.69,
  3.344,
  2.811,
  4.601,
  4.617,
  5.89,
  7.01,
  8.97,
  7.24,
  7.04,
  4.016,
  3.349,
  4.207,
  5.069,
  3.298,
  2.301,
  3.909,
  2.916,
  3.173,
  2.754,
  1.424,
  2.868,
  2.579,
  2.349,
  2.361,
  2.418,
  3.034,
  1.872,
  0.296,
  0.278,
  1.289,
  1.079,
  1.86,
  2.531,
  2.96,
  2.792,
  2.401,
  2.907,
  2.817,
  2.783,
  3.184,
  2.749,
  3.569,
  2.981,
  3.223,
  1.766,
  2.318,
  2.985,
  3.915,
  2.518,
  0.904,
  2.017,
  1.011,
  1.65,
  0.566,
  1.851,
  1.545,
  1.527,
  0.614,
  2.003,
  2.327,
  2.297,
  3.475,
  3.947,
  3.37,
  4.305 ;

 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 =
  335.62,
  344.321,
  347.194,
  338.72,
  342.387,
  343.445,
  345.364,
  344.876,
  325.12,
  329.62,
  319.92,
  316.22,
  303.22,
  312.12,
  291.32,
  235.32,
  231.42,
  217.42,
  201.42,
  206.02,
  219.42,
  219.12,
  236.42,
  238.52,
  244.32,
  247.32,
  243.02,
  244.82,
  251.62,
  244.82,
  263.42,
  240.82,
  229.72,
  256.32,
  225.62,
  235.72,
  242.62,
  235.22,
  221.72,
  241.12,
  246.52,
  219.52,
  216.92,
  223.02,
  231.32,
  232.92,
  241.22,
  235.82,
  227.22,
  232.62,
  227.02,
  263.32,
  257.02,
  276.12,
  19.83,
  47.68,
  37.16,
  34.25,
  44.21,
  33.15,
  44.66,
  28.6,
  31.8,
  32.23,
  28.02,
  37.75,
  40.68,
  47.6,
  80.42,
  103.32,
  108.52,
  109.92,
  309.02,
  0.21,
  312.92,
  348.934,
  344.478,
  316.62,
  353.65,
  349.069,
  58.72,
  32.4,
  33.15,
  91.52,
  55.52,
  80.12,
  83.02,
  94.92,
  105.52,
  99.12,
  101.72,
  150.62,
  157.82,
  167.62,
  132.52,
  139.42,
  125.02,
  115.22,
  102.42,
  119.22,
  110.02,
  90.62,
  111.82,
  110.82,
  100.62,
  104.52,
  103.72,
  108.92,
  119.92,
  121.82,
  139.92,
  138.42,
  168.02,
  160.92,
  181.72,
  178.92,
  205.02,
  237.62,
  243.02,
  237.32,
  209.12,
  219.72,
  248.02,
  244.22,
  240.92,
  271.02,
  214.62,
  254.62,
  258.02,
  250.72,
  161.42,
  294.82,
  226.02,
  203.22,
  215.62,
  260.62,
  254.32,
  253.32,
  235.02,
  233.22,
  209.22,
  236.72,
  222.62,
  244.42,
  271.52,
  299.32,
  315.32,
  356.89,
  353.82,
  334.62,
  321.42,
  327.02,
  326.92,
  302.82,
  295.62,
  304.92,
  147.22,
  308.72,
  280.92,
  289.42,
  184.92,
  181.62,
  195.42,
  184.22,
  193.22,
  204.92,
  221.02,
  225.72 ;

 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,
  2958.524,
  2959.125,
  2958.524,
  2959.125,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2959.726,
  2365.628,
  2959.726,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2958.524,
  2959.125,
  2959.125,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2959.125,
  2959.125,
  2956.121,
  2944.708,
  2957.923,
  2957.323,
  2958.524,
  2959.125,
  2959.726,
  2959.726,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2959.125,
  2959.125,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2958.524,
  2958.524,
  2958.524,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2958.524,
  2875.627,
  2882.234,
  2959.125,
  2958.524,
  1244.711,
  1251.919,
  1160.011,
  254.3277,
  1327.008,
  268.4443,
  286.8259,
  234.3843,
  141.335,
  153.9498,
  218.4656,
  372.066,
  411.4723,
  129.2608,
  202.4267,
  2136.158,
  1098.74,
  1939.127,
  567.1151,
  305.1474,
  268.204,
  151.0664,
  85.46935,
  185.0663,
  76.5789,
  151.7272,
  139.0523,
  259.7941,
  212.3384,
  2389.055,
  2944.107,
  2958.524,
  2957.923,
  2959.125,
  2959.125,
  2959.125,
  2958.524,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2612.518,
  2959.726,
  2959.726,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  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 ;
}
