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 = 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 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 = 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 =
  18.2,
  18.19,
  17.52,
  17.08,
  16.44,
  16.41,
  16.02,
  15.73,
  15.53,
  15.37,
  15.07,
  14.91,
  15.01,
  14.9,
  15.29,
  15.12,
  15.22,
  15.54,
  15.58,
  16.29,
  16.37,
  16.63,
  16.71,
  16.59,
  16.72,
  16.89,
  17.11,
  16.71,
  16.84,
  16.54,
  16.38,
  16.13,
  16.23,
  16.47,
  16.58,
  16.57,
  16.51,
  16.59,
  16.7,
  16.94,
  16.86,
  17,
  17.25,
  17.37,
  17.48,
  17.63,
  17.57,
  17.46,
  17.15,
  16.89,
  16.77,
  16.62,
  16.41,
  16.31,
  16.18,
  16.06,
  15.7,
  15.57,
  14.91,
  15.06,
  15.03,
  15.03,
  15.46,
  15.69,
  15.89,
  15.92,
  16.35,
  16.49,
  16.33,
  16.22,
  16.13,
  16.04,
  15.81,
  15.49,
  15.55,
  15.31,
  15.39,
  15.54,
  15.7,
  15.65,
  15.51,
  15.55,
  15.35,
  15.4,
  15.4,
  15.71,
  16.16,
  16.46,
  16.59,
  17.03,
  16.89,
  17.01,
  17.01,
  16.97,
  16.72,
  16.7,
  16.73,
  16.72,
  16.63,
  16.6,
  16.48,
  16.68,
  16.83,
  16.88,
  16.95,
  16.96,
  17.31,
  18.05,
  18.03,
  17.89,
  17.95,
  15.74,
  15.62,
  15.68,
  15.33,
  15.48,
  15.49,
  15.77,
  16.01,
  16.09,
  16.16,
  16.02,
  16.06,
  16.24,
  16.09,
  16.32,
  16.31,
  16.09,
  16.13,
  15.7,
  15.76,
  16.2,
  16.46,
  16.26,
  16.23,
  16.21,
  15.99,
  15.77,
  16.55,
  17.83,
  18.57,
  19.02,
  18.93,
  17.61,
  17.68,
  17.81,
  17.98,
  17.38,
  17,
  16.55,
  16.17,
  16,
  16,
  15.39,
  15.35,
  15.6,
  15.73,
  16.01,
  16.66,
  16.49,
  16.81,
  17.31,
  17.62,
  17.94,
  17.83,
  17.86,
  17.94,
  17.57 ;

 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.88,
  6.233,
  7.41,
  6.821,
  6.037,
  7.06,
  9.6,
  9.37,
  8.94,
  7.6,
  7.57,
  7.29,
  6.821,
  5.88,
  5.841,
  4.312,
  3.293,
  1.764,
  2.548,
  3.018,
  4.508,
  4.586,
  5.174,
  5.723,
  5.723,
  5.253,
  6.899,
  6.664,
  7.17,
  7.84,
  7.45,
  7.13,
  7.1,
  6.742,
  6.154,
  7.6,
  7.53,
  7.37,
  7.68,
  6.821,
  5.292,
  3.646,
  4.978,
  5.096,
  4.665,
  4.9,
  4.234,
  5.958,
  7.49,
  6.272,
  4.861,
  5.057,
  4.273,
  4.312,
  3.763,
  3.724,
  3.92,
  3.136,
  3.528,
  3.646,
  3.136,
  2.744,
  4.155,
  3.724,
  4.978,
  6.899,
  6.233,
  4.704,
  6.468,
  5.958,
  5.841,
  4.782,
  4.626,
  4.861,
  3.92,
  3.92,
  3.842,
  3.332,
  2.862,
  3.567,
  3.959,
  4.508,
  4.43,
  4.704,
  5.096,
  4.234,
  3.136,
  3.371,
  4.077,
  4.978,
  4.234,
  3.45,
  4.822,
  5.723,
  6.115,
  6.938,
  5.41,
  5.292,
  5.253,
  4.802,
  5.331,
  4.802,
  6.664,
  7.88,
  8.35,
  6.154,
  6.978,
  7.45,
  5.998,
  5.194,
  5.606,
  6.194,
  6.978,
  5.586,
  6.194,
  5.37,
  2.842,
  2.548,
  3.175,
  1.862,
  1.882,
  1.921,
  1.49,
  1.372,
  0.706,
  0.666,
  1.098,
  2.038,
  2.274,
  1.47,
  1.411,
  2.038,
  4.077,
  3.802,
  4.39,
  3.371,
  4.194,
  4.116,
  2.842,
  2.038,
  1.078,
  1.842,
  1.725,
  1.725,
  3.567,
  2.901,
  6.076,
  4.782,
  5.645,
  5.606,
  4.861,
  5.096,
  4.586,
  4.704,
  5.684,
  4.43,
  4.978,
  4.038,
  5.566,
  4.939,
  3.959,
  2.744,
  1.96,
  2.862,
  3.293,
  4.116,
  2.666,
  4.351 ;

 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 =
  5.149,
  5.209,
  5.873,
  5.811,
  5.225,
  5.817,
  7.96,
  8.25,
  7.41,
  6.74,
  6.533,
  6.084,
  5.979,
  4.887,
  4.885,
  3.64,
  2.65,
  1.238,
  1.99,
  2.521,
  3.872,
  4.016,
  4.335,
  4.939,
  5.05,
  4.547,
  5.769,
  5.483,
  6.251,
  6.459,
  6.46,
  6.124,
  6.015,
  5.569,
  5.292,
  6.459,
  6.388,
  6.387,
  6.266,
  5.593,
  4.119,
  3.181,
  4.433,
  4.338,
  4.138,
  4.101,
  3.75,
  5.251,
  6.599,
  5.191,
  4.175,
  4.315,
  3.676,
  3.633,
  3.192,
  2.614,
  3.151,
  2.585,
  2.812,
  3.25,
  2.583,
  2.28,
  2.608,
  2.89,
  4.229,
  5.732,
  5.066,
  3.944,
  5.544,
  5.1,
  5.042,
  3.939,
  3.7,
  3.617,
  2.802,
  2.693,
  2.764,
  2.184,
  2.428,
  3.094,
  3.437,
  3.863,
  3.76,
  4.236,
  4.524,
  3.582,
  2.6,
  2.827,
  3.563,
  4.152,
  3.671,
  2.93,
  3.944,
  4.925,
  5.414,
  6.012,
  4.476,
  4.518,
  4.619,
  3.734,
  4.49,
  3.587,
  5.653,
  6.623,
  7.23,
  5.103,
  5.786,
  6.518,
  5.292,
  4.419,
  4.87,
  4.822,
  5.881,
  4.041,
  5.361,
  4.578,
  1.959,
  2.161,
  2.797,
  0.558,
  1.251,
  1.456,
  1.032,
  1.067,
  0.367,
  0.29,
  0.786,
  1.579,
  1.88,
  0.765,
  1.068,
  1.803,
  3.355,
  3.124,
  3.748,
  2.89,
  3.582,
  3.513,
  1.717,
  1.649,
  0.423,
  1.47,
  1.294,
  1.375,
  2.804,
  2.385,
  5.493,
  4.191,
  4.735,
  4.937,
  4.085,
  4.253,
  3.846,
  4.095,
  4.904,
  3.615,
  4.136,
  3.328,
  4.584,
  4.138,
  3.454,
  2.029,
  1.514,
  2.389,
  2.84,
  3.634,
  1.971,
  3.774 ;

 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 =
  7.77,
  357.84,
  358.29,
  341.3,
  3.82,
  22.21,
  42.37,
  30.44,
  31.05,
  24.15,
  22.62,
  12.85,
  19.92,
  21.13,
  24.24,
  23.87,
  23.63,
  51.36,
  86.6,
  146.8,
  170.5,
  173.3,
  175,
  190.1,
  181.4,
  192.4,
  217.3,
  227.1,
  230.3,
  231.2,
  232.4,
  242.7,
  252.3,
  251.3,
  245.4,
  248.3,
  246.3,
  251.8,
  233.7,
  249.8,
  242,
  220.1,
  217.3,
  237.9,
  236,
  227.5,
  224.9,
  222.7,
  224,
  228.8,
  229.9,
  230.5,
  229.7,
  249.6,
  238.3,
  254.2,
  248.6,
  261.7,
  294,
  261.4,
  272.6,
  272.1,
  13,
  27.1,
  27.49,
  16.32,
  58.4,
  52.17,
  52.69,
  48.08,
  61.8,
  40.16,
  30.49,
  54.5,
  49.78,
  67.5,
  40.42,
  69.3,
  5.43,
  351.13,
  3.17,
  7.66,
  9.46,
  11.5,
  17.46,
  34.6,
  66.5,
  90.2,
  106.7,
  122,
  143.9,
  136.8,
  129.2,
  132.9,
  128.1,
  129.4,
  133.9,
  141.1,
  131.8,
  124.4,
  130.5,
  135.4,
  148.5,
  149.5,
  156.4,
  156,
  163.3,
  178.1,
  179.9,
  177.9,
  179.1,
  348.598,
  352.77,
  8.91,
  3.66,
  14.6,
  47.34,
  43.04,
  111,
  251.2,
  150,
  290.6,
  263.8,
  223.3,
  350.214,
  341.2,
  92.3,
  359.8,
  1.88,
  342.4,
  331.3,
  358.08,
  2.73,
  15.94,
  10.8,
  22.02,
  9.57,
  27.94,
  48.18,
  61.2,
  38.24,
  118.4,
  177.4,
  259.5,
  290.4,
  292,
  339.2,
  337,
  344,
  346.774,
  342.5,
  334.4,
  350.698,
  342.3,
  345.074,
  343.6,
  336.7,
  342.9,
  2.16,
  2.89,
  12.95,
  16.07,
  43.64,
  103.9,
  136.1,
  161.1,
  152.6,
  188.3 ;

 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 =
  2948.312,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2957.923,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2956.121,
  2786.122,
  2948.312,
  2939.902,
  2948.913,
  2938.701,
  2943.506,
  2949.513,
  2937.499,
  2905.662,
  2951.316,
  2952.517,
  2955.521,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2950.114,
  2947.711,
  2949.513,
  2939.302,
  2921.28,
  2932.694,
  2947.711,
  2953.118,
  2945.309,
  2954.92,
  2958.524,
  2956.121,
  2957.923,
  2957.323,
  2957.323,
  2935.697,
  2958.524,
  2957.323,
  2620.327,
  2587.288,
  2559.656,
  2744.072,
  2643.754,
  2838.383,
  2885.238,
  2639.549,
  2602.906,
  2742.27,
  2891.245,
  2903.86,
  2907.464,
  2920.079,
  2906.864,
  2936.298,
  2957.923,
  2956.722,
  2958.524,
  2957.923,
  2957.923,
  2956.121,
  2957.923,
  2957.923,
  2957.923,
  2956.722,
  2958.524,
  2954.92,
  2954.319,
  2939.902,
  2946.51,
  2956.722,
  2957.323,
  2932.694,
  2942.906,
  2935.097,
  2933.895,
  2841.987,
  2878.63,
  2952.517,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2957.923,
  1994.392,
  2944.708,
  2905.061,
  2080.893,
  496.2318,
  457.7867,
  1808.774,
  2337.395,
  1863.438,
  1284.958,
  2300.151,
  2807.747,
  2348.808,
  2932.093,
  2926.687,
  2629.337,
  2957.923,
  2958.524,
  2957.323,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2957.923,
  2958.524,
  1758.314,
  124.2749,
  85.40927,
  113.6424,
  605.5602,
  575.525,
  314.6385,
  2103.119,
  530.472,
  1128.775,
  255.8295,
  697.4682,
  1080.118,
  2923.683,
  2920.68,
  2950.715,
  2956.722,
  2622.73,
  2908.065,
  2957.923,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2957.323,
  2956.121,
  2736.263,
  2422.695,
  2930.892,
  2958.524,
  2957.923,
  2956.722,
  2956.121,
  2959.125,
  2958.524,
  2958.524,
  2946.51,
  2948.312,
  2951.916 ;

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