netcdf A0108.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 = "22-Mar-2004 17:43:05:  Modified [lon,lat] to [-70.565200,42.522300]." ;
		: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 = 46269 ;
		:visibility_sensor_serial_number = 292 ;
		:processing = "realtime" ;
		:water_depth = 65 ;
		:mooring_site_id = "A0108" ;
		:mooring_site_desc = "Massachusetts Bay" ;
		:breakout_id = 1 ;
		:delta_t = 60 ;
		:magnetic_variation = -15.9833 ;
		:goes_platform_id = "04405528" ;
		: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:  23-Mar-2004 17:54:08\n",
			"AAN_VIZ_1.2:  23-Mar-2004 17:54:08" ;
data:

 lat = 42.5223 ;

 lon = -70.5652 ;

 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 =
  8.83,
  8.1,
  9.84,
  8.31,
  8.34,
  7.7,
  7.27,
  7.79,
  8.01,
  10.8,
  9.81,
  9.06,
  8.14,
  7.11,
  8.08,
  7.46,
  7.8,
  8.51,
  9.09,
  8.17,
  8.78,
  8.24,
  7.59,
  7.16,
  7.33,
  7.09,
  7.24,
  6.594,
  6.503,
  6.465,
  6.344,
  6.868,
  6.71,
  6.273,
  6.285,
  6.258,
  6.176,
  6.705,
  6.947,
  8.22,
  9,
  10.3,
  10.52,
  10.95,
  10.01,
  9.48,
  9.81,
  13.08,
  11.61,
  10.51,
  10.01,
  10.39,
  11.23,
  10.96,
  9.79,
  12.6,
  12.32,
  11.11,
  10.47,
  10.72,
  10.7,
  9.72,
  8.99,
  9.26,
  8.82,
  8.21,
  7.71,
  7.69,
  7.93,
  9.32,
  8.04,
  7.57,
  7.08,
  6.68,
  7,
  6.557,
  8.32,
  7.33,
  6.845,
  7.19,
  6.642,
  6.676,
  6.637,
  6.379,
  6.115,
  5.949,
  5.991,
  6.099,
  6.3,
  6.384,
  6.542,
  6.515,
  6.602,
  7.26,
  6.743,
  6.633,
  7.07,
  7.38,
  6.927,
  6.95,
  6.846,
  6.8,
  6.95,
  7.32,
  8.2,
  8.65,
  8.44,
  8.45,
  7.6,
  7.62,
  7.81,
  8.53,
  8.31,
  8.34,
  8.63,
  8.96,
  9.52,
  10.15,
  9.98,
  9.87,
  9.81,
  10.1,
  12.78,
  11.55,
  10.92,
  10.26,
  8.53,
  8.22,
  7.88,
  7.42,
  6.872,
  6.529,
  6.196,
  6.04,
  5.81,
  5.611,
  5.099,
  5.17,
  5.029,
  5.132,
  4.888,
  4.836,
  4.816,
  4.697,
  4.755,
  4.756,
  4.763,
  4.685,
  4.639,
  4.606,
  4.625,
  4.7,
  4.609,
  4.815,
  4.585,
  4.822,
  5.1,
  5.499,
  5.477,
  6.077,
  6.579,
  8.65,
  11.41,
  11.81,
  12.02,
  12.34,
  11.99,
  11.68 ;

 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 =
  6.782,
  4.704,
  6.194,
  4.665,
  3.92,
  3.685,
  3.332,
  3.528,
  4.038,
  4.822,
  5.802,
  5.919,
  4.704,
  2.744,
  2.901,
  2.94,
  2.744,
  1.372,
  3.214,
  2.626,
  2.274,
  3.371,
  3.881,
  3.45,
  7.64,
  5.292,
  3.998,
  2.156,
  3.685,
  4.586,
  3.489,
  6.742,
  8.19,
  6.546,
  4.704,
  4.822,
  4.155,
  3.567,
  4.273,
  5.292,
  3.822,
  6.154,
  8.58,
  10.74,
  11.25,
  12,
  10.23,
  10.98,
  10.43,
  8.23,
  8.66,
  8.7,
  9.21,
  7.96,
  6.664,
  10,
  8.72,
  6.566,
  5.331,
  8.47,
  14.58,
  10.94,
  8.11,
  5.606,
  5.841,
  4.606,
  3.685,
  3.136,
  3.214,
  2.45,
  2.862,
  3.018,
  2.352,
  2.117,
  1.176,
  1.882,
  1.686,
  2.548,
  3.646,
  3.959,
  3.626,
  4.273,
  7.72,
  5.488,
  4.508,
  4.508,
  3.881,
  5.566,
  6.899,
  9.02,
  8.9,
  7.72,
  8,
  7.49,
  8.58,
  7.49,
  7.37,
  8.19,
  6.978,
  6.899,
  6.86,
  6.742,
  5.606,
  5.998,
  9.6,
  9.21,
  7.25,
  8.35,
  4.704,
  3.371,
  3.254,
  2.94,
  5.096,
  4.939,
  5.018,
  6.076,
  5.958,
  6.742,
  6.35,
  6.311,
  4.939,
  5.018,
  7.92,
  4.802,
  2.646,
  5.88,
  3.038,
  3.92,
  6.742,
  8.55,
  9.21,
  9.8,
  8.78,
  8.27,
  8.31,
  7.68,
  12.58,
  6.586,
  7.29,
  6.86,
  5.88,
  4.704,
  4.508,
  4.822,
  3.822,
  2.979,
  2.47,
  2.979,
  2.47,
  1.372,
  2.548,
  3.214,
  3.567,
  2.744,
  3.293,
  1.666,
  1.529,
  2.548,
  4.547,
  4.861,
  4.782,
  3.606,
  7.49,
  7.57,
  8.7,
  11.05,
  8.47,
  8.78 ;

 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 =
  6.133,
  3.624,
  5.624,
  3.85,
  3.506,
  2.843,
  2.678,
  2.984,
  3.656,
  4.294,
  5.285,
  5.264,
  3.482,
  1.923,
  2.527,
  2.584,
  2.413,
  0.708,
  2.609,
  2.11,
  1.981,
  2.878,
  3.137,
  3.044,
  6.504,
  3.098,
  3.363,
  1.146,
  2.984,
  3.962,
  2.807,
  5.882,
  6.924,
  5.719,
  3.503,
  4.174,
  3.37,
  2.799,
  3.741,
  4.467,
  2.472,
  5.637,
  7.46,
  9.51,
  10.17,
  10.52,
  8.79,
  9.27,
  9.22,
  7.45,
  7.68,
  8.02,
  8.28,
  6.898,
  5.791,
  7.34,
  7.03,
  5.107,
  4.742,
  7.53,
  11.03,
  9.41,
  6.13,
  4.985,
  5.215,
  4.095,
  3.097,
  2.537,
  2.61,
  1.945,
  2.392,
  2.695,
  1.023,
  1.727,
  0.495,
  1.481,
  0.977,
  1.832,
  3.19,
  3.389,
  3,
  3.633,
  6.313,
  4.661,
  3.995,
  3.749,
  3.372,
  4.569,
  5.879,
  7.5,
  7.43,
  6.808,
  6.819,
  6.564,
  7.28,
  6.649,
  6.488,
  7.07,
  6.083,
  5.758,
  5.966,
  6.025,
  4.636,
  5.04,
  7.86,
  8.22,
  6.122,
  6.755,
  2.744,
  3.057,
  2.857,
  2.306,
  4.264,
  4.338,
  4.559,
  5.447,
  5.384,
  5.309,
  5.344,
  5.765,
  4.604,
  4.547,
  6.226,
  4.064,
  0.663,
  5.141,
  2.059,
  2.97,
  5.412,
  7.26,
  7.71,
  8.2,
  7.27,
  6.808,
  6.864,
  6.375,
  8.48,
  5.525,
  6.219,
  5.919,
  5.077,
  4.072,
  3.929,
  4.19,
  2.869,
  2.42,
  2.02,
  2.298,
  1.841,
  0.465,
  1.994,
  2.751,
  2.995,
  2.318,
  2.462,
  0.962,
  1.121,
  2.043,
  3.993,
  4.13,
  4.191,
  2.093,
  5.878,
  5.699,
  6.873,
  8.42,
  6.999,
  7.17 ;

 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 =
  199.5167,
  224.2167,
  239.2167,
  225.8167,
  245.4167,
  243.6167,
  257.1167,
  268.8167,
  303.6167,
  330.9167,
  342.2167,
  0.8667,
  44.1167,
  111.5167,
  39.9667,
  359.0167,
  24.7667,
  30.4767,
  160.4167,
  166.6167,
  198.5167,
  155.7167,
  149.2167,
  158.9167,
  154.3167,
  130.6167,
  201.3167,
  140.4167,
  122.7167,
  133.6167,
  142.0167,
  165.2167,
  176.8167,
  181.7167,
  199.8167,
  191.7167,
  208.6167,
  198.5167,
  195.4167,
  194.6167,
  163.4167,
  172.4167,
  173.9167,
  178.1167,
  177.1167,
  176.8167,
  177.5167,
  210.1167,
  211.1167,
  213.0167,
  210.1167,
  210.2167,
  219.1167,
  226.3167,
  228.7167,
  263.7167,
  274.5167,
  266.0167,
  274.2167,
  332.5167,
  316.4167,
  323.4167,
  326.9167,
  340.5167,
  1.0667,
  64.9167,
  106.4167,
  131.2167,
  126.7167,
  124.4167,
  107.6167,
  56.9167,
  124.6167,
  126.4167,
  326.2167,
  248.8167,
  200.7167,
  36.2267,
  45.9267,
  41.6867,
  49.2167,
  70.4167,
  93.7167,
  100.3167,
  100.7167,
  92.3167,
  109.2167,
  111.0167,
  112.7167,
  123.3167,
  136.7167,
  135.6167,
  135.0167,
  140.3167,
  124.4167,
  143.7167,
  145.7167,
  158.9167,
  160.7167,
  162.8167,
  158.0167,
  153.3167,
  174.6167,
  165.9167,
  172.0167,
  170.8167,
  167.8167,
  184.7167,
  188.1167,
  192.1167,
  185.3167,
  206.6167,
  181.9167,
  170.8167,
  151.5167,
  161.2167,
  161.7167,
  171.3167,
  181.9167,
  192.5167,
  192.1167,
  219.6167,
  281.5167,
  241.5167,
  313.1167,
  11.8467,
  73.2167,
  41.9367,
  45.8667,
  64.1167,
  81.2167,
  64.4167,
  51.4167,
  62.4167,
  66.7167,
  90.6167,
  85.5167,
  68.8167,
  46.2967,
  65.4167,
  78.1167,
  84.0167,
  66.6167,
  59.1167,
  62.3167,
  69.8167,
  86.4167,
  83.2167,
  95.0167,
  147.4167,
  25.0067,
  20.8367,
  352.9367,
  338.1167,
  338.1167,
  356.9267,
  138.0167,
  211.8167,
  190.0167,
  193.1167,
  181.6167,
  86.5167,
  323.1167,
  322.5167,
  327.5167,
  326.4167,
  329.7167,
  329.7167 ;

 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 =
  2905.662,
  2915.273,
  2926.086,
  2906.864,
  2903.86,
  2888.842,
  2905.662,
  2893.047,
  2894.849,
  2907.464,
  2915.874,
  1444.145,
  2025.028,
  2767.5,
  2896.051,
  2837.782,
  2875.627,
  2845.592,
  2877.429,
  2867.818,
  2894.249,
  2902.658,
  2907.464,
  2923.083,
  2951.916,
  2954.319,
  2950.715,
  2952.517,
  2948.312,
  2951.916,
  2949.513,
  2943.506,
  2038.844,
  1556.477,
  324.6703,
  294.0944,
  1412.909,
  1916.901,
  2028.632,
  2446.723,
  2705.627,
  2806.546,
  2795.733,
  2691.21,
  2589.09,
  2487.571,
  2581.882,
  2793.931,
  2715.839,
  2662.376,
  2652.765,
  2699.62,
  2754.284,
  2739.267,
  2685.804,
  2946.51,
  2955.521,
  2953.719,
  2954.92,
  2754.885,
  2567.465,
  2447.924,
  2927.888,
  2953.719,
  2897.853,
  2959.125,
  2957.323,
  2959.726,
  2953.118,
  2912.87,
  2587.889,
  2951.916,
  2958.524,
  2958.524,
  2957.923,
  2956.722,
  2959.125,
  2958.524,
  2957.323,
  2958.524,
  2959.726,
  2957.923,
  2956.121,
  2945.909,
  2945.309,
  2921.28,
  2908.666,
  2856.404,
  2915.874,
  2914.072,
  2867.217,
  2757.888,
  2817.358,
  2897.853,
  2864.213,
  2815.556,
  2919.478,
  2931.492,
  2929.09,
  2933.895,
  2917.075,
  2832.977,
  2823.365,
  2826.369,
  2797.535,
  2473.154,
  1474.781,
  1004.429,
  1560.682,
  1953.544,
  1745.699,
  1957.749,
  2234.073,
  2452.129,
  2565.062,
  2685.203,
  2756.086,
  2711.634,
  2750.079,
  2710.433,
  2702.023,
  2745.274,
  2788.524,
  2770.503,
  2684.602,
  2888.241,
  2580.08,
  2530.221,
  2053.862,
  2489.974,
  2831.175,
  2285.734,
  2255.098,
  2681.599,
  2479.161,
  2604.108,
  2556.051,
  2882.835,
  2930.892,
  2945.309,
  2957.323,
  2948.312,
  2952.517,
  2957.923,
  2956.121,
  2953.719,
  2959.125,
  2959.125,
  2959.125,
  2958.524,
  2959.125,
  2958.524,
  2951.916,
  2959.726,
  2956.722,
  2957.323,
  2943.506,
  2909.867,
  2789.726,
  2894.249,
  2860.609,
  2933.294,
  2938.1,
  2951.916,
  2260.504,
  1268.139,
  2957.323,
  2959.125 ;

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