netcdf I0107.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 = "" ;
		: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 = "" ;
		: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 = "RMY46273" ;
		:visibility_sensor_serial_number = 320 ;
		:processing = "realtime" ;
		:water_depth = 100 ;
		:mooring_site_id = "I0107" ;
		:mooring_site_desc = "Acadia" ;
		:breakout_id = 1 ;
		:delta_t = 60 ;
		:magnetic_variation = -17.67 ;
		:goes_platform_id = "04401622" ;
		:starting_julian_day_number = 2453114.00000579 ;
		:starting_julian_day_string = "2004-04-18 00:00:00" ;
		:ending_julian_day_number = 2453120.95833912 ;
		:ending_julian_day_string = "2004-04-24 23:00:00" ;
		:algorithm_ids = "WIND_DIR_1.2:  22-Apr-2004 16:49:24\n",
			"AAN_VIZ_1.2:  22-Apr-2004 16:49:24" ;
data:

 lat = 44.1058 ;

 lon = -68.1087 ;

 air_temperature_depth = -3 ;

 visibility_depth = -3 ;

 wind_depth = -4 ;

 time = 2453114, 2453114.04166667, 2453114.08333333, 2453114.125, 
    2453114.16666667, 2453114.20833333, 2453114.25, 2453114.29166667, 
    2453114.33333333, 2453114.375, 2453114.41666667, 2453114.45833333, 
    2453114.5, 2453114.54166667, 2453114.58333333, 2453114.625, 
    2453114.66666667, 2453114.70833333, 2453114.75, 2453114.79166667, 
    2453114.83333333, 2453114.875, 2453114.91666667, 2453114.95833333, 
    2453115, 2453115.04166667, 2453115.08333333, 2453115.125, 
    2453115.16666667, 2453115.20833333, 2453115.25, 2453115.29166667, 
    2453115.33333333, 2453115.375, 2453115.41666667, 2453115.45833333, 
    2453115.5, 2453115.54166667, 2453115.58333333, 2453115.625, 
    2453115.66666667, 2453115.70833333, 2453115.75, 2453115.79166667, 
    2453115.83333333, 2453115.875, 2453115.91666667, 2453115.95833333, 
    2453116, 2453116.04166667, 2453116.08333333, 2453116.125, 
    2453116.16666667, 2453116.20833333, 2453116.25, 2453116.29166667, 
    2453116.33333333, 2453116.375, 2453116.41666667, 2453116.45833333, 
    2453116.5, 2453116.54166667, 2453116.58333333, 2453116.625, 
    2453116.66666667, 2453116.70833333, 2453116.75, 2453116.79166667, 
    2453116.83333333, 2453116.875, 2453116.91666667, 2453116.95833333, 
    2453117, 2453117.04166667, 2453117.08333333, 2453117.125, 
    2453117.16666667, 2453117.20833333, 2453117.25, 2453117.29166667, 
    2453117.33333333, 2453117.375, 2453117.41666667, 2453117.45833333, 
    2453117.5, 2453117.54166667, 2453117.58333333, 2453117.625, 
    2453117.66666667, 2453117.70833333, 2453117.75, 2453117.79166667, 
    2453117.83333333, 2453117.875, 2453117.91666667, 2453117.95833333, 
    2453118, 2453118.04166667, 2453118.08333333, 2453118.125, 
    2453118.16666667, 2453118.20833333, 2453118.25, 2453118.29166667, 
    2453118.33333333, 2453118.375, 2453118.41666667, 2453118.45833333, 
    2453118.5, 2453118.54166667, 2453118.58333333, 2453118.625, 
    2453118.66666667, 2453118.70833333, 2453118.75, 2453118.79166667, 
    2453118.83333333, 2453118.875, 2453118.91666667, 2453118.95833333, 
    2453119, 2453119.04166667, 2453119.08333333, 2453119.125, 
    2453119.16666667, 2453119.20833333, 2453119.25, 2453119.29166667, 
    2453119.33333333, 2453119.375, 2453119.41666667, 2453119.45833333, 
    2453119.5, 2453119.54166667, 2453119.58333333, 2453119.625, 
    2453119.66666667, 2453119.70833333, 2453119.75, 2453119.79166667, 
    2453119.83333333, 2453119.875, 2453119.91666667, 2453119.95833333, 
    2453120, 2453120.04166667, 2453120.08333333, 2453120.125, 
    2453120.16666667, 2453120.20833333, 2453120.25, 2453120.29166667, 
    2453120.33333333, 2453120.375, 2453120.41666667, 2453120.45833333, 
    2453120.5, 2453120.54166667, 2453120.58333333, 2453120.625, 
    2453120.66666667, 2453120.70833333, 2453120.75, 2453120.79166667, 
    2453120.83333333, 2453120.875, 2453120.91666667, 2453120.95833333 ;

 air_temperature =
  3.399,
  3.521,
  3.767,
  3.869,
  3.931,
  3.725,
  4.201,
  4.935,
  5.246,
  7.24,
  6.501,
  5.898,
  5.792,
  6.609,
  5.662,
  5.361,
  5.617,
  5.54,
  5.842,
  5.276,
  5.474,
  5.155,
  5.515,
  4.742,
  4.242,
  3.981,
  3.945,
  3.841,
  3.968,
  3.987,
  3.77,
  4.33,
  4.843,
  4.681,
  4.518,
  4.163,
  4.479,
  3.838,
  3.793,
  3.809,
  3.844,
  3.882,
  3.996,
  4.252,
  4.061,
  5.906,
  7.48,
  7.84,
  7.5,
  7.46,
  7.04,
  6.436,
  6.176,
  6.18,
  5.693,
  5.71,
  5.664,
  7.68,
  8.24,
  7.18,
  5.994,
  6.103,
  6.195,
  5.759,
  6.134,
  5.692,
  6.548,
  6.976,
  8.47,
  8.45,
  7.88,
  7.7,
  6.534,
  5.947,
  5.858,
  4.942,
  5.592,
  4.465,
  4.076,
  3.944,
  3.657,
  3.399,
  3.444,
  3.654,
  3.685,
  3.985,
  4.125,
  4.017,
  3.833,
  3.905,
  3.876,
  3.678,
  3.689,
  3.749,
  3.881,
  3.885,
  3.801,
  3.821,
  3.792,
  3.828,
  4.108,
  4.479,
  4.546,
  4.59,
  4.672,
  4.674,
  5.228,
  5.741,
  5.453,
  4.88,
  4.742,
  4.722,
  4.454,
  4.204,
  4.367,
  4.35,
  4.467,
  4.713,
  4.491,
  4.507,
  4.03,
  4.029,
  3.872,
  5.523,
  5.58,
  7.59,
  6.335,
  6.056,
  5.638,
  5.756,
  5.095,
  4.673,
  4.424,
  4.293,
  4.124,
  4.09,
  3.696,
  3.792,
  3.803,
  3.917,
  3.993,
  3.999,
  4.331,
  3.332,
  2.919,
  2.868,
  2.702,
  2.493,
  2.378,
  2.264,
  2.961,
  2.979,
  3.13,
  3.089,
  3.022,
  2.923,
  2.829,
  2.905,
  2.881,
  2.881,
  2.311,
  2.779,
  2.996,
  3.224,
  3.728,
  5.937,
  6.622,
  6.581 ;

 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 =
  1.862,
  2.156,
  3.175,
  3.371,
  4.273,
  3.528,
  4.822,
  5.527,
  6.821,
  8.86,
  8.19,
  5.762,
  4.606,
  1.862,
  3.254,
  3.332,
  4.351,
  4.351,
  5.527,
  5.919,
  5.919,
  4.802,
  5.331,
  5.41,
  4.351,
  3.038,
  2.901,
  2.391,
  2.862,
  3.881,
  3.097,
  7.49,
  6.742,
  5.782,
  4.312,
  4.077,
  5.018,
  7.37,
  7.92,
  8.47,
  9.8,
  8.23,
  6.86,
  9.09,
  4.41,
  3.763,
  9.53,
  12.94,
  13.25,
  14.39,
  13.84,
  11.17,
  10.9,
  12.07,
  9.06,
  8.33,
  7.37,
  6.782,
  8.66,
  13.41,
  11.21,
  9.72,
  8.19,
  5.998,
  6.35,
  3.842,
  4.743,
  4.351,
  4.743,
  8.43,
  6.429,
  6.076,
  4.704,
  4.9,
  4.586,
  4.155,
  5.41,
  3.724,
  3.763,
  4.077,
  4.586,
  5.958,
  4.43,
  4.116,
  3.646,
  2.391,
  3.018,
  3.685,
  4.743,
  5.566,
  6.154,
  6.39,
  7.84,
  8.94,
  8.55,
  8.66,
  9.09,
  9.09,
  9.09,
  8.39,
  8.04,
  9.37,
  9.96,
  8.7,
  9.13,
  8.04,
  9.56,
  10.15,
  7.45,
  4.606,
  4.704,
  5.057,
  4.077,
  3.528,
  4.508,
  3.822,
  4.116,
  6.115,
  4.586,
  5.527,
  4.312,
  3.646,
  3.136,
  4.782,
  3.822,
  7.92,
  6.742,
  6.154,
  5.723,
  3.724,
  4.194,
  3.45,
  5.214,
  5.723,
  5.488,
  5.449,
  4.39,
  4.782,
  3.234,
  2.038,
  1.333,
  1.646,
  1.294,
  1.568,
  1.078,
  1.137,
  1.254,
  1.45,
  0.882,
  0.392,
  1.764,
  2.274,
  1.96,
  2.666,
  2.666,
  4.155,
  4.782,
  4.665,
  5.762,
  5.762,
  4.665,
  6.115,
  6.821,
  6.39,
  7.37,
  9.41,
  12.62,
  14.66 ;

 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 =
  0.872,
  1.417,
  1.912,
  2.656,
  3.643,
  2.812,
  4.088,
  4.728,
  5.87,
  6.751,
  6.47,
  5.154,
  3.652,
  1.147,
  2.369,
  2.892,
  3.453,
  3.761,
  4.695,
  4.818,
  5.214,
  3.703,
  4.753,
  4.827,
  3.846,
  2.329,
  2.398,
  1.919,
  2.425,
  3.368,
  2.362,
  6.181,
  5.542,
  4.97,
  3.602,
  3.546,
  3.391,
  6.565,
  6.862,
  7.4,
  8.15,
  7.15,
  5.573,
  7.38,
  2.651,
  3.174,
  7.6,
  11.22,
  11.4,
  12.13,
  11.19,
  7.71,
  9.29,
  10.02,
  7.2,
  7.05,
  6.311,
  6.074,
  7.21,
  10.97,
  9.18,
  8.09,
  6.816,
  5.118,
  5.253,
  3.16,
  3.756,
  2.547,
  3.387,
  7.34,
  5.675,
  5.34,
  3.934,
  4.292,
  3.768,
  3.356,
  4.535,
  3.182,
  2.924,
  3.501,
  3.979,
  5.111,
  3.889,
  3.596,
  2.802,
  1.768,
  2.309,
  3.199,
  4.018,
  4.67,
  5.322,
  5.015,
  6.548,
  7.07,
  6.855,
  7.26,
  7.68,
  7.25,
  7.73,
  7.26,
  6.921,
  8.17,
  8.07,
  6.766,
  7.79,
  7,
  8.09,
  8.52,
  5.476,
  2.267,
  4.226,
  4.178,
  3.635,
  2.444,
  3.535,
  3.016,
  3.407,
  4.631,
  3.655,
  4.741,
  3.883,
  3.273,
  2.447,
  3.754,
  3.026,
  6.045,
  5.709,
  4.532,
  4.045,
  2.594,
  3.399,
  3.146,
  4.327,
  5.055,
  4.643,
  4.654,
  3.506,
  3.934,
  2.426,
  1.654,
  0.89,
  1.139,
  1.02,
  1.184,
  0.721,
  0.473,
  0.899,
  1.242,
  0.559,
  0.118,
  1.322,
  1.812,
  1.593,
  1.992,
  2.171,
  3.373,
  3.901,
  3.852,
  4.973,
  4.907,
  3.502,
  5.042,
  5.927,
  4.79,
  5.94,
  7.29,
  9.25,
  11.71 ;

 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 =
  224.13,
  172.33,
  188.73,
  236.13,
  277.83,
  293.23,
  291.63,
  290.73,
  292.23,
  317.83,
  311.83,
  306.73,
  332.03,
  335.03,
  192.53,
  210.73,
  223.73,
  219.73,
  210.23,
  224.53,
  218.23,
  224.93,
  233.13,
  236.73,
  233.13,
  203.93,
  203.33,
  191.73,
  171.23,
  170.93,
  162.33,
  166.53,
  189.73,
  203.53,
  181.63,
  140.03,
  161.03,
  187.33,
  199.83,
  208.73,
  215.13,
  222.23,
  222.63,
  209.93,
  235.43,
  269.73,
  215.33,
  209.53,
  215.23,
  211.43,
  212.03,
  249.43,
  237.93,
  236.13,
  238.23,
  239.53,
  256.23,
  294.63,
  313.63,
  305.13,
  329.03,
  329.93,
  309.13,
  295.83,
  296.63,
  310.83,
  292.83,
  353.74,
  342.23,
  318.13,
  312.43,
  308.83,
  308.73,
  331.53,
  337.13,
  359.37,
  11.24,
  33.05,
  19.37,
  36.43,
  37.47,
  46.3,
  63.03,
  69.33,
  76.53,
  65.43,
  74.23,
  100.63,
  123.73,
  139.33,
  151.03,
  142.23,
  144.63,
  156.03,
  155.43,
  159.33,
  151.03,
  150.33,
  150.73,
  149.63,
  159.23,
  157.33,
  162.63,
  157.83,
  172.23,
  156.23,
  167.43,
  174.43,
  235.63,
  246.03,
  232.13,
  236.43,
  190.03,
  215.03,
  188.53,
  216.33,
  205.23,
  225.83,
  245.73,
  224.23,
  186.23,
  194.43,
  266.73,
  309.43,
  309.53,
  347.66,
  5.17,
  355.21,
  7.06,
  338.43,
  9.5,
  13.55,
  33.36,
  40.85,
  46.93,
  38.82,
  52.73,
  49.53,
  85.73,
  159.93,
  110.93,
  90.13,
  200.13,
  213.33,
  231.83,
  276.13,
  313.43,
  319.83,
  73.93,
  86.33,
  86.03,
  104.23,
  160.23,
  143.33,
  148.43,
  147.73,
  143.83,
  156.53,
  168.53,
  194.73,
  254.03,
  237.83,
  237.83,
  273.83,
  240.33,
  286.53,
  305.23,
  302.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 =
  2825.768,
  2911.669,
  2912.27,
  2826.369,
  2789.726,
  2834.178,
  2917.075,
  2947.111,
  2935.697,
  2939.302,
  2923.083,
  2717.041,
  2219.656,
  2960.927,
  2950.114,
  2859.408,
  2900.256,
  2892.447,
  2870.22,
  2841.386,
  2811.952,
  2887.641,
  2687.606,
  2907.464,
  2898.454,
  2873.224,
  2872.623,
  2876.828,
  2879.832,
  2896.051,
  2235.275,
  2947.711,
  2942.305,
  2932.093,
  2936.298,
  2917.075,
  2906.263,
  506.4438,
  359.5713,
  385.4016,
  540.0833,
  486.6205,
  352.3028,
  759.9416,
  1814.781,
  2363.225,
  2409.479,
  2395.062,
  2406.476,
  2335.592,
  2300.151,
  2226.264,
  2237.077,
  2259.904,
  2229.268,
  2310.363,
  2374.638,
  2910.468,
  2933.895,
  2767.5,
  2810.15,
  2547.041,
  2925.485,
  2951.316,
  2915.273,
  2935.097,
  2852.199,
  2959.125,
  2956.722,
  2850.998,
  2500.786,
  2634.143,
  2958.524,
  2960.326,
  2960.927,
  2960.326,
  2960.927,
  2959.726,
  2958.524,
  2959.726,
  2957.323,
  2957.923,
  2944.107,
  2938.1,
  2800.539,
  2959.125,
  2949.513,
  2952.517,
  2915.273,
  2938.1,
  2928.489,
  2918.877,
  2903.259,
  2920.079,
  2924.284,
  2916.475,
  2915.273,
  2900.856,
  2881.634,
  2844.991,
  2816.157,
  2790.326,
  2757.288,
  2703.224,
  2603.507,
  2559.055,
  2656.97,
  2438.313,
  2369.232,
  2137.36,
  364.8575,
  259.4337,
  327.1332,
  278.7764,
  318.2428,
  250.6634,
  421.1436,
  233.0026,
  207.4727,
  110.1583,
  1948.137,
  2225.663,
  2426.299,
  2370.433,
  2369.232,
  2956.121,
  2956.722,
  2959.726,
  2959.125,
  2960.927,
  2959.726,
  2941.704,
  2955.521,
  2949.513,
  2955.521,
  2952.517,
  2948.913,
  2957.323,
  2948.913,
  2935.097,
  2949.513,
  2932.093,
  2954.319,
  2954.92,
  2959.726,
  2960.326,
  2960.927,
  2960.927,
  2959.726,
  2958.524,
  2959.726,
  2959.726,
  2781.917,
  1926.512,
  399.0977,
  1214.676,
  2083.897,
  2932.093,
  2930.892,
  2510.999,
  2939.902,
  2900.256,
  2900.856,
  2341.599,
  2913.471,
  2895.45,
  2865.415,
  2898.454 ;

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