netcdf F0106.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:_FillValue = -999. ;
		lat:valid_range = -90., 90. ;
		lat:epic_code = 500 ;
		lat:Comment = "Coordinate variable" ;
	double lon(lon) ;
		lon:long_name = "Longitude" ;
		lon:standard_name = "longitude" ;
		lon:short_name = "lon" ;
		lon:modulo = 360. ;
		lon:units = "degrees_east" ;
		lon:_FillValue = -999. ;
		lon:valid_range = -180., 180. ;
		lon:epic_code = 502 ;
		lon:Comment = "Coordinate variable" ;
	double air_temperature_depth(air_temperature_depth) ;
		air_temperature_depth:long_name = "Depth" ;
		air_temperature_depth:standard_name = "depth" ;
		air_temperature_depth:short_name = "D" ;
		air_temperature_depth:units = "meters" ;
		air_temperature_depth:positive = "down" ;
		air_temperature_depth:_FillValue = -999. ;
		air_temperature_depth:valid_range = -10000., 100. ;
		air_temperature_depth:epic_code = 3 ;
		air_temperature_depth:Comment = "Coordinate variable" ;
	double visibility_depth(visibility_depth) ;
		visibility_depth:long_name = "Depth" ;
		visibility_depth:standard_name = "depth" ;
		visibility_depth:short_name = "D" ;
		visibility_depth:units = "meters" ;
		visibility_depth:positive = "down" ;
		visibility_depth:_FillValue = -999. ;
		visibility_depth:valid_range = -10000., 100. ;
		visibility_depth:epic_code = 3 ;
		visibility_depth:Comment = "Coordinate variable" ;
	double wind_depth(wind_depth) ;
		wind_depth:long_name = "Depth" ;
		wind_depth:standard_name = "depth" ;
		wind_depth:short_name = "D" ;
		wind_depth:units = "meters" ;
		wind_depth:positive = "down" ;
		wind_depth:_FillValue = -999. ;
		wind_depth:valid_range = -10000., 100. ;
		wind_depth:Comment = "Coordinate variable" ;
	double time(time) ;
		time:long_name = "Time" ;
		time:standard_name = "time" ;
		time:short_name = "time" ;
		time:units = "days since -4713-01-01 00:00:00" ;
		time:_FillValue = -999. ;
		time:valid_range = 0., 2460000. ;
		time:epic_code = 624 ;
		time:Comment = "Coordinate variable" ;
	float air_temperature(time, air_temperature_depth, lat, lon) ;
		air_temperature:long_name = "Air Temperature" ;
		air_temperature:standard_name = "air_temperature" ;
		air_temperature:short_name = "AT" ;
		air_temperature:ancillary_variables = "air_temperature_qc" ;
		air_temperature:_FillValue = -999.f ;
		air_temperature:units = "celsius" ;
		air_temperature:valid_range = -40.f, 40.f ;
		air_temperature:is_dead = 0 ;
		air_temperature:epic_code = 20 ;
	byte air_temperature_qc(time, air_temperature_depth, lat, lon) ;
		air_temperature_qc:long_name = "Air Temperature QC" ;
		air_temperature_qc:short_name = "ATQC" ;
		air_temperature_qc:intent = "data_quality" ;
		air_temperature_qc:standard_name = "air_temperature data_quality" ;
		air_temperature_qc:_FillValue = 128s ;
		air_temperature_qc:units = "1" ;
		air_temperature_qc:valid_range = -127s, 127s ;
		air_temperature_qc:flag_values = 0s, 1s, 2s, 3s ;
		air_temperature_qc:flag_meanings = "quality_good out_of_range sensor_nonfunctional questionable" ;
	float wind_gust(time, wind_depth, lat, lon) ;
		wind_gust:long_name = "Wind Gust" ;
		wind_gust:short_name = "WGST" ;
		wind_gust:ancillary_variables = "wind_gust_qc" ;
		wind_gust:_FillValue = -999.f ;
		wind_gust:units = "m/s" ;
		wind_gust:valid_range = 0.f, 200.f ;
		wind_gust:is_dead = 0 ;
		wind_gust:epic_code = 42 ;
	byte wind_gust_qc(time, wind_depth, lat, lon) ;
		wind_gust_qc:long_name = "Wind Gust QC" ;
		wind_gust_qc:short_name = "WGSTQC" ;
		wind_gust_qc:intent = "data_quality" ;
		wind_gust_qc:standard_name = "wind_gust data_quality" ;
		wind_gust_qc:_FillValue = 128s ;
		wind_gust_qc:units = "1" ;
		wind_gust_qc:valid_range = -127s, 127s ;
		wind_gust_qc:flag_values = 0s, 1s, 2s, 3s ;
		wind_gust_qc:flag_meanings = "quality_good out_of_range sensor_nonfunctional questionable" ;
	float wind_speed(time, wind_depth, lat, lon) ;
		wind_speed:long_name = "Wind Speed" ;
		wind_speed:standard_name = "wind_speed" ;
		wind_speed:ancillary_variables = "wind_speed_qc" ;
		wind_speed:short_name = "WSPD" ;
		wind_speed:_FillValue = -999.f ;
		wind_speed:units = "m/s" ;
		wind_speed:valid_range = 0.f, 200.f ;
		wind_speed:is_dead = 0 ;
		wind_speed:epic_code = 401 ;
	byte wind_speed_qc(time, wind_depth, lat, lon) ;
		wind_speed_qc:long_name = "Wind Speed QC" ;
		wind_speed_qc:short_name = "WSPDQC" ;
		wind_speed_qc:intent = "data_quality" ;
		wind_speed_qc:standard_name = "wind_speed data_quality" ;
		wind_speed_qc:_FillValue = 128s ;
		wind_speed_qc:units = "1" ;
		wind_speed_qc:valid_range = -127s, 127s ;
		wind_speed_qc:flag_values = 0s, 1s, 2s, 3s ;
		wind_speed_qc:flag_meanings = "quality_good out_of_range sensor_nonfunctional questionable" ;
	float wind_direction(time, wind_depth, lat, lon) ;
		wind_direction:long_name = "Wind Direction" ;
		wind_direction:standard_name = "wind_from_direction" ;
		wind_direction:ancillary_variables = "wind_direction_qc" ;
		wind_direction:short_name = "WDIR" ;
		wind_direction:_FillValue = -999.f ;
		wind_direction:units = "degrees" ;
		wind_direction:valid_range = 0.f, 360.f ;
		wind_direction:is_dead = 0 ;
		wind_direction:epic_code = 410 ;
	byte wind_direction_qc(time, wind_depth, lat, lon) ;
		wind_direction_qc:long_name = "Wind Direction QC" ;
		wind_direction_qc:short_name = "WDIRQC" ;
		wind_direction_qc:intent = "data_quality" ;
		wind_direction_qc:standard_name = "wind_from_direction data_quality" ;
		wind_direction_qc:_FillValue = 128s ;
		wind_direction_qc:units = "1" ;
		wind_direction_qc:valid_range = -127s, 127s ;
		wind_direction_qc:flag_values = 0s, 1s, 2s, 3s ;
		wind_direction_qc:flag_meanings = "quality_good out_of_range sensor_nonfunctional questionable" ;
	float visibility(time, visibility_depth, lat, lon) ;
		visibility:long_name = "Visibility" ;
		visibility:standard_name = "visibility_in_air" ;
		visibility:short_name = "VIS" ;
		visibility:ancillary_variables = "visibility_qc" ;
		visibility:_FillValue = -999.f ;
		visibility:units = "meters" ;
		visibility:valid_range = 0.f, 3000.f ;
		visibility:is_dead = 0 ;
		visibility:calibration_coeffs = -0.5517, 0.6007056, 0., 0. ;
	byte visibility_qc(time, visibility_depth, lat, lon) ;
		visibility_qc:long_name = "Visibility Quality" ;
		visibility_qc:short_name = "VISQ" ;
		visibility_qc:intent = "data_quality" ;
		visibility_qc:standard_name = "visibility_in_air data_quality" ;
		visibility_qc:_FillValue = 128s ;
		visibility_qc:units = "1" ;
		visibility_qc:valid_range = -127s, 127s ;
		visibility_qc:flag_values = 0s, 1s, 2s, 3s ;
		visibility_qc:flag_meanings = "quality_good out_of_range sensor_nonfunctional questionable" ;

// global attributes:
		:title = "Gulf of Maine Ocean Observing System: Realtime Buoy Observations" ;
		:institution = "Department of Physical Oceanography, School of Marine Sciences, University of Maine" ;
		:institution_url = "http://gyre.umeoce.maine.edu" ;
		:history = "10-Sep-2003 14:02:45:  Modified [lon,lat] to [-68.998200,44.055500]." ;
		: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 = "RMYWM46266" ;
		:visibility_sensor_serial_number = "AANVS324" ;
		:processing = "realtime" ;
		:water_depth = 110 ;
		:mooring_site_id = "F0106" ;
		:mooring_site_desc = "W. Penobscot Bay" ;
		:breakout_id = 1 ;
		:delta_t = 60 ;
		:magnetic_variation = -17.67 ;
		: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:19:07\n",
			"AAN_VIZ_1.2:  27-Aug-2003 13:19:07" ;
data:

 lat = 44.0555 ;

 lon = -68.9982 ;

 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 =
  15.91,
  15.86,
  15.86,
  15.44,
  14.98,
  14.88,
  14.32,
  14.31,
  13.94,
  14,
  14.08,
  14.36,
  15.47,
  16.73,
  17.75,
  17.76,
  15.87,
  17.92,
  18.22,
  17.76,
  17.26,
  16.83,
  16.68,
  18.02,
  17,
  17.32,
  17.74,
  17.31,
  16.55,
  15.89,
  15.62,
  15.2,
  14.82,
  14.46,
  14.42,
  14.21,
  13.97,
  13.87,
  14.06,
  14.01,
  14.74,
  16.04,
  15.68,
  15.6,
  15.71,
  15.6,
  15.6,
  15.29,
  14.93,
  14.91,
  15.86,
  15.74,
  14.73,
  14.14,
  13.93,
  13.59,
  13.23,
  12.65,
  12.4,
  12.06,
  12.23,
  12.18,
  12.55,
  13.09,
  14.02,
  14.29,
  14.6,
  13.52,
  13.69,
  13.89,
  13.75,
  13.51,
  13.4,
  13.35,
  13.23,
  13.09,
  11.6,
  11.48,
  11.31,
  10.95,
  10.71,
  11,
  11.13,
  11.25,
  12.53,
  13.19,
  14.16,
  14.01,
  13.91,
  14.73,
  14.9,
  14.92,
  14.88,
  15.44,
  15.7,
  15.52,
  15.35,
  15.1,
  14.81,
  16.14,
  17.48,
  16.3,
  16.06,
  15.46,
  15.33,
  15.19,
  14.79,
  13.97,
  14.01,
  14.05,
  14.35,
  13.83,
  15.49,
  13.75,
  13.37,
  13.26,
  13.57,
  13.62,
  14.61,
  13.78,
  13.89,
  13.62,
  13.26,
  12.88,
  12.82,
  12.57,
  12.78,
  12.92,
  12.98,
  13.03,
  13.14,
  13.52,
  13.49,
  14.29,
  14.1,
  14.06,
  13.88,
  14.3,
  14.51,
  14.58,
  14.78,
  14.55,
  14.3,
  13.88,
  13.74,
  13.71,
  13.81,
  13.34,
  12.89,
  12.87,
  12.43,
  12.47,
  12.52,
  11.98,
  12.32,
  12.53,
  12.91,
  13.42,
  14.01,
  13.92,
  14.06,
  14.3,
  14.37,
  14.41,
  14.48,
  14.7,
  15.07,
  14.27 ;

 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.312,
  3.234,
  4.43,
  4.116,
  4.351,
  4.704,
  5.174,
  3.43,
  2.45,
  3.371,
  3.332,
  3.489,
  2.646,
  1.96,
  3.959,
  3.724,
  4.155,
  7.45,
  8.43,
  7.29,
  5.88,
  5.41,
  3.842,
  3.45,
  2.979,
  3.332,
  5.096,
  6.821,
  7.25,
  5.096,
  6.586,
  5.684,
  5.488,
  3.92,
  5.684,
  5.606,
  5.88,
  5.174,
  2.94,
  3.136,
  2.862,
  1.842,
  4.116,
  4.312,
  4.939,
  5.135,
  6.703,
  6.782,
  5.998,
  4.194,
  3.92,
  8.47,
  8.11,
  5.606,
  7.45,
  7.06,
  7.45,
  6.899,
  6.938,
  7.25,
  9.02,
  9.02,
  7.15,
  5.606,
  4.547,
  4.39,
  3.528,
  5.41,
  5.194,
  4.626,
  4.782,
  4.39,
  4.469,
  4.665,
  4.9,
  5.057,
  3.43,
  3.45,
  4.39,
  4.155,
  3.685,
  4.508,
  3.685,
  4.547,
  3.763,
  5.096,
  4.586,
  5.88,
  7.25,
  7.6,
  9.41,
  10.62,
  10.51,
  8.27,
  7.17,
  5.782,
  3.822,
  2.979,
  3.254,
  3.136,
  3.724,
  4.194,
  4.626,
  3.724,
  5.018,
  4.9,
  5.37,
  3.92,
  3.881,
  4.312,
  3.175,
  3.332,
  1.176,
  4.116,
  6.586,
  6.272,
  5.292,
  3.92,
  1.862,
  2.234,
  2.587,
  1.274,
  1.607,
  1.45,
  1.725,
  1.999,
  2.822,
  2.47,
  0.98,
  0.157,
  0,
  0.98,
  2.352,
  0.882,
  2.117,
  2.901,
  3.41,
  3.254,
  3.214,
  3.371,
  3.293,
  5.214,
  3.92,
  2.744,
  3.018,
  3.371,
  3.528,
  2.254,
  1.215,
  1.019,
  1.686,
  3.058,
  2.862,
  2.058,
  2.705,
  2.391,
  2.234,
  1.764,
  2.274,
  3.528,
  4.155,
  5.096,
  5.566,
  6.233,
  5.566,
  4.802,
  3.959,
  3.234 ;

 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.427,
  2.682,
  4.003,
  3.529,
  3.535,
  3.744,
  4.562,
  2.484,
  1.626,
  2.983,
  2.822,
  3.107,
  1.656,
  1.082,
  3.492,
  2.454,
  3.319,
  5.925,
  7.3,
  6.022,
  4.842,
  4.433,
  3.143,
  2.759,
  2.515,
  2.243,
  3.487,
  5.973,
  6.404,
  4.409,
  5.678,
  5.03,
  4.666,
  3.081,
  4.885,
  4.798,
  5.039,
  3.978,
  1.957,
  2.77,
  1.901,
  1.169,
  3.323,
  3.737,
  3.899,
  4.324,
  5.937,
  5.705,
  4.813,
  3.425,
  3.119,
  7.24,
  6.483,
  4.846,
  6.185,
  5.782,
  6.46,
  6.014,
  5.967,
  6.222,
  7.87,
  7.7,
  5.63,
  4.885,
  3.894,
  3.817,
  2.842,
  4.605,
  4.205,
  3.686,
  4.094,
  3.668,
  3.826,
  4.164,
  3.85,
  3.725,
  2.875,
  2.611,
  3.694,
  3.662,
  3.112,
  3.901,
  3.025,
  3.976,
  2.918,
  4.425,
  3.909,
  4.943,
  5.881,
  6.672,
  8.1,
  8.9,
  8.56,
  7.24,
  6.335,
  5.088,
  2.897,
  1.953,
  2.925,
  2.681,
  2.461,
  3.837,
  4.219,
  3.112,
  4.259,
  4.366,
  4.197,
  3.053,
  3.034,
  3.23,
  2.408,
  2.739,
  0,
  3.577,
  5.732,
  4.917,
  4.491,
  2.951,
  1.179,
  1.671,
  2.112,
  0.361,
  1.263,
  1.147,
  1.279,
  1.711,
  2.435,
  2.007,
  0.118,
  0.003,
  0,
  0.207,
  1.851,
  0,
  1.694,
  2.507,
  2.972,
  2.729,
  2.857,
  2.909,
  2.672,
  4.381,
  3.123,
  2.273,
  2.346,
  2.985,
  3.029,
  1.396,
  0.767,
  0.383,
  1.392,
  2.676,
  2.43,
  1.357,
  2.291,
  1.969,
  1.863,
  1.303,
  1.954,
  3.215,
  3.597,
  4.19,
  4.915,
  5.45,
  5.144,
  3.988,
  3.481,
  2.618 ;

 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 =
  245.33,
  242.83,
  262.23,
  270.93,
  263.93,
  269.23,
  257.73,
  283.33,
  259.53,
  230.43,
  252.83,
  255.23,
  214.33,
  271.13,
  272.53,
  228.53,
  196.73,
  228.13,
  230.23,
  227.83,
  221.73,
  220.63,
  240.13,
  356.13,
  346.958,
  8.35,
  356.18,
  349.103,
  1.26,
  3.6,
  0.97,
  9.22,
  9.59,
  1.33,
  0.72,
  12.55,
  12.02,
  14.06,
  36.48,
  52.63,
  66.33,
  104.03,
  215.23,
  214.23,
  224.33,
  210.73,
  234.33,
  226.33,
  241.53,
  293.43,
  324.23,
  19.99,
  43.24,
  49.88,
  40.79,
  32.83,
  27.18,
  29.72,
  19.1,
  24.4,
  26.94,
  23.08,
  32.63,
  22.74,
  14.96,
  16.61,
  27.71,
  147.63,
  148.63,
  193.03,
  217.73,
  227.63,
  231.13,
  225.53,
  239.33,
  252.63,
  278.23,
  284.23,
  256.13,
  263.83,
  275.23,
  258.63,
  249.83,
  274.63,
  294.93,
  258.83,
  230.23,
  206.43,
  208.93,
  211.83,
  223.03,
  228.83,
  223.93,
  223.63,
  231.73,
  232.23,
  252.03,
  283.63,
  264.63,
  312.53,
  30.85,
  32.48,
  30.45,
  50.02,
  41.27,
  35.61,
  72.23,
  66.83,
  62.03,
  51.55,
  36.07,
  14,
  342.33,
  155.03,
  142.03,
  142.53,
  158.23,
  166.63,
  197.93,
  236.23,
  248.23,
  186.43,
  137.13,
  136.63,
  144.03,
  140.43,
  153.03,
  161.53,
  187.73,
  283.93,
  342.33,
  298.13,
  233.03,
  342.33,
  153.83,
  166.33,
  177.53,
  191.63,
  186.43,
  186.83,
  165.13,
  203.33,
  203.83,
  209.53,
  202.63,
  208.53,
  223.73,
  240.63,
  290.43,
  242.73,
  295.53,
  265.23,
  246.03,
  262.53,
  248.13,
  237.43,
  240.83,
  212.33,
  157.83,
  171.13,
  181.43,
  191.33,
  200.63,
  193.43,
  197.93,
  205.53,
  215.03,
  203.43 ;

 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 =
  2950.715,
  2951.316,
  2951.316,
  2951.316,
  2951.316,
  2951.316,
  2951.316,
  2948.913,
  2951.316,
  2951.316,
  2950.715,
  2930.291,
  2332.589,
  2936.298,
  2944.708,
  2951.916,
  2808.348,
  2626.935,
  2869.019,
  2926.086,
  2899.655,
  2932.093,
  2947.711,
  2951.316,
  2951.316,
  2950.715,
  2950.114,
  2951.316,
  2950.715,
  2951.316,
  2950.715,
  2951.316,
  2951.316,
  2951.316,
  2950.715,
  2811.952,
  2615.521,
  2948.312,
  2876.828,
  2951.916,
  2951.316,
  2949.513,
  2951.316,
  2951.916,
  2938.1,
  2945.909,
  2679.196,
  2951.316,
  2951.316,
  2951.316,
  2951.316,
  2951.316,
  2951.316,
  2951.316,
  2950.715,
  2951.316,
  2951.316,
  2951.316,
  2951.316,
  2363.225,
  2536.829,
  2928.489,
  2903.86,
  2924.885,
  2950.114,
  2951.916,
  2951.316,
  2947.711,
  2945.909,
  2948.913,
  1946.936,
  2951.316,
  2951.316,
  2951.316,
  2951.316,
  2951.316,
  2951.316,
  2951.316,
  2951.316,
  2951.316,
  2951.316,
  2951.316,
  2949.513,
  2943.506,
  2875.026,
  2951.316,
  2771.104,
  2768.1,
  2714.037,
  2694.814,
  2712.835,
  2770.503,
  2774.708,
  2331.988,
  2860.609,
  2949.513,
  2951.316,
  2951.316,
  2951.316,
  2951.316,
  2951.316,
  2951.316,
  2950.114,
  2951.316,
  2951.316,
  2951.316,
  2950.715,
  2669.585,
  1769.728,
  2947.111,
  2948.312,
  2942.906,
  2917.075,
  2896.651,
  2857.605,
  2942.305,
  2942.305,
  2948.312,
  2941.104,
  2950.715,
  2951.316,
  2948.913,
  2950.114,
  2950.715,
  2948.913,
  2947.111,
  2950.715,
  2950.715,
  2950.715,
  2951.316,
  2950.715,
  2947.711,
  2946.51,
  2938.1,
  2944.107,
  2941.704,
  2938.1,
  2920.079,
  2926.086,
  2942.906,
  2921.881,
  2142.766,
  2951.316,
  2951.316,
  2951.316,
  2950.715,
  2951.316,
  2950.715,
  2951.316,
  2950.715,
  2951.316,
  2950.715,
  2950.715,
  2951.316,
  2950.715,
  2948.312,
  2951.916,
  2884.637,
  2935.097,
  2924.284,
  2932.093,
  2931.492,
  2902.658,
  2938.1,
  2939.302,
  2941.704,
  2938.1,
  2930.892 ;

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