netcdf M0103.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 = "09-Jul-2003 17:49:52:  Modified [lon,lat] to [-67.881500,43.489700]." ;
		: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 = -1 ;
		:visibility_sensor_serial_number = 290 ;
		:processing = "realtime" ;
		:water_depth = 285 ;
		:mooring_site_id = "M0103" ;
		:mooring_site_desc = "Jordan Basin" ;
		:breakout_id = 1 ;
		:delta_t = 60 ;
		:magnetic_variation = -17.5333 ;
		: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:40:08\n",
			"AAN_VIZ_1.2:  27-Aug-2003 12:40:08" ;
data:

 lat = 43.4897 ;

 lon = -67.8815 ;

 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 =
  16.87,
  16.55,
  16.42,
  16.19,
  15.79,
  15.39,
  15.11,
  14.73,
  14.42,
  14.24,
  14.46,
  14.61,
  14.55,
  14.53,
  14.64,
  14.58,
  14.76,
  15,
  15.44,
  15.83,
  15.64,
  15.88,
  16.03,
  15.85,
  15.86,
  15.95,
  15.95,
  16.07,
  15.9,
  15.93,
  16.01,
  15.96,
  15.98,
  16.01,
  16.1,
  16.35,
  16.34,
  16.29,
  16.31,
  16.33,
  16.13,
  16.24,
  16.34,
  16.37,
  16.34,
  16.47,
  16.48,
  16.48,
  16.68,
  16.76,
  16.76,
  16.69,
  16.49,
  16.32,
  16.15,
  16.06,
  16.07,
  15.57,
  15.7,
  15.7,
  15.56,
  15.23,
  14.97,
  14.94,
  14.89,
  14.73,
  14.81,
  14.76,
  14.77,
  14.76,
  14.62,
  14.67,
  14.85,
  15.01,
  15.41,
  15.39,
  15.24,
  15.12,
  14.82,
  14.78,
  14.75,
  14.63,
  14.69,
  15.15,
  14.8,
  14.86,
  15.01,
  14.7,
  15.02,
  15.27,
  15.3,
  15.18,
  15.41,
  15.3,
  15.35,
  15.08,
  15.15,
  15.22,
  15.37,
  15.51,
  15.51,
  15.55,
  15.64,
  15.66,
  15.82,
  15.89,
  15.94,
  15.98,
  16.21,
  16.73,
  16.66,
  17.44,
  17.31,
  17.35,
  17.95,
  17.97,
  17.85,
  17.23,
  17.11,
  17.04,
  16.75,
  16.4,
  16.02,
  16.07,
  15.83,
  15.67,
  15.68,
  15.6,
  15.64,
  15.7,
  15.61,
  15.65,
  15.66,
  15.62,
  15.74,
  15.96,
  15.9,
  15.69,
  15.57,
  15.41,
  15.29,
  15.03,
  14.82,
  14.68,
  14.68,
  14.85,
  14.82,
  15.49,
  15.64,
  15.92,
  16.05,
  16.08,
  15.91,
  16.02,
  15.89,
  15.8,
  15.74,
  15.75,
  15.72,
  15.63,
  15.57,
  15.73,
  16.25,
  16.25,
  16.59,
  16.77,
  17.06,
  16.54 ;

 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.292,
  5.998,
  7.6,
  8.94,
  10.19,
  10.11,
  9.64,
  10.11,
  8.08,
  8.08,
  7.96,
  6.821,
  6.978,
  5.802,
  4.822,
  4.194,
  2.626,
  3.136,
  2.352,
  3.214,
  3.45,
  4.704,
  5.958,
  7.1,
  6.39,
  5.998,
  7.1,
  6.782,
  6.586,
  5.723,
  5.762,
  5.958,
  5.057,
  6.037,
  5.096,
  7.02,
  7.45,
  7.6,
  7.8,
  7.25,
  7.13,
  7.6,
  7.64,
  7.72,
  7.17,
  6.938,
  7.21,
  7.68,
  8.23,
  8.51,
  7.76,
  8.86,
  8.47,
  7.68,
  6.076,
  5.488,
  5.214,
  4.155,
  6.86,
  7.13,
  7.33,
  7.84,
  7.1,
  7.45,
  6.821,
  7.53,
  6.586,
  6.194,
  5.684,
  5.684,
  5.37,
  4.508,
  3.45,
  3.646,
  3.097,
  3.136,
  3.097,
  3.214,
  2.666,
  2.156,
  2.587,
  2.979,
  3.136,
  3.371,
  4.508,
  4.626,
  2.587,
  3.685,
  4.626,
  5.566,
  5.998,
  4.704,
  4.273,
  4.939,
  5.057,
  4.743,
  4.9,
  5.802,
  6.703,
  7.57,
  6.742,
  8.27,
  7.68,
  7.41,
  7.57,
  7.29,
  8.98,
  9.17,
  10.04,
  9.88,
  9.76,
  8.74,
  8.04,
  8.51,
  9.84,
  9.96,
  9.25,
  6.174,
  6.625,
  7.17,
  5.292,
  3.136,
  2.43,
  2.666,
  4.234,
  3.45,
  1.96,
  2.038,
  2.901,
  2.548,
  2.666,
  1.372,
  1.882,
  1.019,
  1.529,
  1.882,
  3.175,
  4.469,
  4.626,
  4.273,
  3.038,
  3.097,
  2.47,
  3.332,
  3.606,
  4.469,
  4.939,
  2.646,
  3.998,
  3.646,
  4.626,
  6.507,
  6.272,
  6.742,
  6.429,
  6.821,
  6.076,
  6.037,
  5.527,
  4.743,
  4.626,
  4.351,
  3.41,
  2.391,
  3.214,
  3.489,
  3.332,
  4.038 ;

 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.408,
  5.08,
  6.544,
  6.931,
  8.39,
  8.56,
  8.28,
  8.59,
  6.869,
  6.926,
  6.473,
  5.858,
  5.698,
  5,
  3.839,
  3.441,
  2.182,
  2.422,
  1.829,
  2.681,
  2.946,
  4.049,
  5.259,
  5.903,
  5.597,
  5.098,
  6.115,
  5.738,
  5.361,
  4.558,
  4.796,
  5.04,
  4.27,
  5.113,
  4.41,
  5.947,
  6.613,
  6.233,
  6.751,
  6.439,
  6.172,
  6.779,
  6.535,
  6.769,
  6.052,
  6.025,
  6.361,
  6.515,
  6.854,
  6.999,
  6.632,
  7.46,
  7.34,
  6.215,
  5.161,
  4.166,
  3.889,
  3.552,
  5.691,
  6.163,
  5.904,
  6.815,
  6.278,
  6.419,
  5.531,
  6.253,
  5.451,
  5.505,
  4.701,
  4.977,
  4.621,
  3.589,
  2.984,
  3.177,
  2.644,
  2.657,
  2.675,
  2.485,
  2.171,
  1.62,
  2.058,
  2.481,
  2.7,
  2.825,
  3.508,
  3.545,
  2.041,
  3.103,
  4.035,
  4.777,
  5.002,
  3.696,
  3.672,
  3.941,
  4.365,
  4.012,
  4.218,
  5.098,
  5.68,
  6.542,
  5.737,
  6.88,
  6.703,
  6.494,
  6.543,
  6.158,
  7.48,
  7.88,
  8.48,
  8.44,
  8.07,
  7.76,
  6.791,
  6.969,
  8.72,
  8.35,
  8.26,
  5.074,
  5.432,
  5.847,
  3.779,
  2.55,
  2.11,
  2.166,
  3.292,
  2.557,
  1.324,
  1.711,
  2.316,
  2.037,
  1.93,
  0.846,
  1.36,
  0.638,
  1.097,
  1.337,
  2.711,
  3.504,
  3.564,
  3.287,
  2.345,
  2.24,
  1.864,
  2.587,
  3.085,
  3.695,
  3.761,
  1.139,
  3.358,
  2.901,
  3.624,
  5.448,
  4.997,
  5.62,
  5.012,
  5.426,
  4.895,
  4.514,
  4.276,
  3.579,
  3.864,
  3.602,
  2.516,
  1.5,
  2.206,
  2.693,
  2.447,
  3.203 ;

 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 =
  355.0567,
  347.3537,
  342.5267,
  349.3877,
  345.6507,
  343.9267,
  356.2467,
  8.6367,
  8.5967,
  358.9067,
  3.9967,
  349.5167,
  345.0057,
  346.3107,
  344.6377,
  338.7667,
  328.8667,
  308.7667,
  291.2667,
  256.4667,
  230.2667,
  226.1667,
  233.8667,
  244.8667,
  261.0667,
  263.0667,
  247.5667,
  244.5667,
  242.6667,
  248.1667,
  245.0667,
  242.1667,
  252.0667,
  241.0667,
  229.9667,
  239.8667,
  237.0667,
  232.6667,
  232.5667,
  235.4667,
  226.0667,
  236.3667,
  234.0667,
  233.4667,
  230.4667,
  238.2667,
  234.5667,
  244.1667,
  233.9667,
  235.1667,
  236.3667,
  236.1667,
  244.1667,
  246.1667,
  254.1667,
  277.2667,
  350.3467,
  39.2767,
  54.4667,
  70.0667,
  53.8667,
  62.9667,
  61.4667,
  58.9667,
  66.0667,
  56.0667,
  60.6667,
  60.8667,
  60.9667,
  56.0667,
  50.5367,
  59.6667,
  60.8667,
  76.6667,
  76.0667,
  73.0667,
  93.9667,
  97.0667,
  107.2667,
  96.7667,
  61.6667,
  55.3667,
  37.2467,
  41.3067,
  54.3667,
  88.8667,
  63.4667,
  88.4667,
  123.3667,
  131.3667,
  120.1667,
  141.7667,
  143.7667,
  134.6667,
  139.9667,
  133.4667,
  129.4667,
  123.7667,
  130.1667,
  124.7667,
  130.5667,
  122.7667,
  125.6667,
  125.9667,
  125.4667,
  117.5667,
  125.5667,
  125.7667,
  124.8667,
  144.7667,
  154.7667,
  169.7667,
  181.5667,
  183.2667,
  187.5667,
  204.3667,
  204.2667,
  222.8667,
  219.3667,
  209.6667,
  225.6667,
  253.5667,
  258.9667,
  245.3667,
  270.8667,
  280.0667,
  221.7667,
  225.3667,
  234.6667,
  213.5667,
  339.7667,
  150.9667,
  285.2667,
  232.6667,
  278.4667,
  274.8667,
  284.5667,
  291.9667,
  285.1667,
  281.6667,
  282.9667,
  267.1667,
  223.3667,
  221.6667,
  233.6667,
  247.6667,
  277.5667,
  272.7667,
  298.1667,
  323.4667,
  328.6667,
  339.7667,
  337.0667,
  346.8927,
  341.9667,
  342.1667,
  338.2667,
  352.1367,
  350.1667,
  352.4367,
  330.3667,
  330.7667,
  322.8667,
  309.9667,
  278.5667,
  263.7667,
  233.3667,
  228.4667 ;

 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 =
  2955.521,
  2955.521,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2955.521,
  2956.121,
  2956.121,
  2955.521,
  2954.92,
  2905.662,
  2950.715,
  2953.118,
  2954.319,
  2950.715,
  2951.916,
  2950.715,
  2955.521,
  2956.121,
  2947.711,
  2932.093,
  2935.697,
  2954.319,
  2955.521,
  2955.521,
  2956.121,
  2956.121,
  2956.121,
  2955.521,
  2956.121,
  2956.121,
  2955.521,
  2956.121,
  2955.521,
  2952.517,
  2953.118,
  2951.316,
  2936.298,
  2924.885,
  2933.294,
  2857.005,
  2923.083,
  2905.061,
  2926.086,
  2942.906,
  2951.916,
  2956.121,
  2951.316,
  2951.916,
  2951.316,
  2945.909,
  2950.715,
  2947.111,
  2938.701,
  2910.468,
  2956.121,
  2920.079,
  2640.15,
  2947.711,
  2947.111,
  2951.916,
  2783.719,
  2943.506,
  2949.513,
  2938.701,
  2939.902,
  2954.92,
  2942.305,
  2503.189,
  2953.719,
  2954.92,
  2956.121,
  2956.121,
  2955.521,
  2956.121,
  2956.121,
  2956.121,
  2955.521,
  2955.521,
  2956.121,
  2956.121,
  2622.129,
  2079.692,
  2956.722,
  2954.92,
  2942.305,
  2956.121,
  2956.121,
  2956.121,
  2948.312,
  2954.92,
  2956.121,
  2954.319,
  2915.273,
  2954.92,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2954.319,
  2954.319,
  2955.521,
  2944.708,
  1982.377,
  2114.533,
  2140.964,
  2525.415,
  1412.909,
  2670.786,
  1926.512,
  2409.479,
  2568.065,
  2644.956,
  2429.302,
  2118.738,
  313.317,
  717.2915,
  1122.167,
  1495.806,
  2491.175,
  2646.157,
  2576.475,
  2037.042,
  1892.872,
  1570.293,
  2055.063,
  2004.003,
  1850.222,
  2486.369,
  342.5714,
  2057.466,
  2401.67,
  1287.361,
  843.4397,
  1384.675,
  1275.347,
  863.2629,
  472.8043,
  192.7554,
  188.5504,
  242.9143,
  341.43,
  325.8116,
  770.7543,
  2720.645,
  2891.245,
  2951.916,
  2955.521,
  2956.121,
  2955.521,
  2956.121,
  2955.521,
  2706.228,
  2953.118,
  2954.92,
  2954.319,
  2956.722,
  2956.121,
  2950.715,
  2956.121,
  2954.319,
  2956.121,
  2894.249,
  2939.302,
  2952.517 ;

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