netcdf B0105.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 = "11-Oct-2003 13:45:15:  Modified [lon,lat] to [-70.426496,43.181098].\n",
			"Sat Oct 11 01:02:29 2003: ncrcat -d time,2452923.83333332, pre/B0105.met.realtime.nc post/B0105.met.realtime.nc" ;
		: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 = 17 ;
		:visibility_sensor_serial_number = 291 ;
		:processing = "realtime" ;
		:water_depth = 62 ;
		:mooring_site_id = "B0105" ;
		:mooring_site_desc = "Western Maine Shelf" ;
		:breakout_id = 1 ;
		:delta_t = 60 ;
		:magnetic_variation = -16.3167 ;
		:goes_platform_id = "04400554" ;
		:starting_julian_day_number = 2452974.04167244 ;
		:starting_julian_day_string = "2003-11-30 01:00:00" ;
		:ending_julian_day_number = 2452981.00000579 ;
		:ending_julian_day_string = "2003-12-07 00:00:00" ;
		:algorithm_ids = "WIND_DIR_1.2:  03-Oct-2003 12:08:54\n",
			"AAN_VIZ_1.2:  03-Oct-2003 12:08:54" ;
data:

 lat = 43.181098244407 ;

 lon = -70.4264956387607 ;

 air_temperature_depth = -3 ;

 visibility_depth = -3 ;

 wind_depth = -4 ;

 time = 2452974.04166667, 2452974.08333333, 2452974.125, 2452974.16666667, 
    2452974.20833333, 2452974.25, 2452974.29166667, 2452974.33333333, 
    2452974.375, 2452974.41666667, 2452974.45833333, 2452974.5, 
    2452974.54166667, 2452974.58333333, 2452974.625, 2452974.66666667, 
    2452974.70833333, 2452974.75, 2452974.79166667, 2452974.83333333, 
    2452974.875, 2452974.91666667, 2452974.95833333, 2452975, 
    2452975.04166667, 2452975.08333333, 2452975.125, 2452975.16666667, 
    2452975.20833333, 2452975.25, 2452975.29166667, 2452975.33333333, 
    2452975.375, 2452975.41666667, 2452975.45833333, 2452975.5, 
    2452975.54166667, 2452975.58333333, 2452975.625, 2452975.66666667, 
    2452975.70833333, 2452975.75, 2452975.79166667, 2452975.83333333, 
    2452975.875, 2452975.91666667, 2452975.95833333, 2452976, 
    2452976.04166667, 2452976.08333333, 2452976.125, 2452976.16666667, 
    2452976.20833333, 2452976.25, 2452976.29166667, 2452976.33333333, 
    2452976.375, 2452976.41666667, 2452976.45833333, 2452976.5, 
    2452976.54166667, 2452976.58333333, 2452976.625, 2452976.66666667, 
    2452976.70833333, 2452976.75, 2452976.79166667, 2452976.83333333, 
    2452976.875, 2452976.91666667, 2452976.95833333, 2452977, 
    2452977.04166667, 2452977.08333333, 2452977.125, 2452977.16666667, 
    2452977.20833333, 2452977.25, 2452977.29166667, 2452977.33333333, 
    2452977.375, 2452977.41666667, 2452977.45833333, 2452977.5, 
    2452977.54166667, 2452977.58333333, 2452977.625, 2452977.66666667, 
    2452977.70833333, 2452977.75, 2452977.79166667, 2452977.83333333, 
    2452977.875, 2452977.91666667, 2452977.95833333, 2452978, 
    2452978.04166667, 2452978.08333333, 2452978.125, 2452978.16666667, 
    2452978.20833333, 2452978.25, 2452978.29166667, 2452978.33333333, 
    2452978.375, 2452978.41666667, 2452978.45833333, 2452978.5, 
    2452978.54166667, 2452978.58333333, 2452978.625, 2452978.66666667, 
    2452978.70833333, 2452978.75, 2452978.79166667, 2452978.83333333, 
    2452978.875, 2452978.91666667, 2452978.95833333, 2452979, 
    2452979.04166667, 2452979.08333333, 2452979.125, 2452979.16666667, 
    2452979.20833333, 2452979.25, 2452979.29166667, 2452979.33333333, 
    2452979.375, 2452979.41666667, 2452979.45833333, 2452979.5, 
    2452979.54166667, 2452979.58333333, 2452979.625, 2452979.66666667, 
    2452979.70833333, 2452979.75, 2452979.79166667, 2452979.83333333, 
    2452979.875, 2452979.91666667, 2452979.95833333, 2452980, 
    2452980.04166667, 2452980.08333333, 2452980.125, 2452980.16666667, 
    2452980.20833333, 2452980.25, 2452980.29166667, 2452980.33333333, 
    2452980.375, 2452980.41666667, 2452980.45833333, 2452980.5, 
    2452980.54166667, 2452980.58333333, 2452980.625, 2452980.66666667, 
    2452980.70833333, 2452980.75, 2452980.79166667, 2452980.83333333, 
    2452980.875, 2452980.91666667, 2452980.95833333, 2452981 ;

 air_temperature =
  3.276,
  3.681,
  3.238,
  3.175,
  3.168,
  3.264,
  3.795,
  4.16,
  4.394,
  4.516,
  4.618,
  4.485,
  4.363,
  4.456,
  4.687,
  5.072,
  5.744,
  6.173,
  6.302,
  6.247,
  6.095,
  6.134,
  6.133,
  6.04,
  6.041,
  6.216,
  6.541,
  6.527,
  6.557,
  6.525,
  6.425,
  6.642,
  6.752,
  6.94,
  6.454,
  6.76,
  6.849,
  6.801,
  7.24,
  7.53,
  7.79,
  7.59,
  7.32,
  5.847,
  4.877,
  2.631,
  2.45,
  2.422,
  1.927,
  1.768,
  1.419,
  1.269,
  1.114,
  1.05,
  0.874,
  0.877,
  0.671,
  1.162,
  -2.569,
  -3.173,
  -2.411,
  -2.272,
  -2.07,
  -2.137,
  -1.764,
  -1.501,
  -1.941,
  -2.528,
  -3.549,
  -4.55,
  -5.53,
  -5.648,
  -6.133,
  -6.418,
  -6.593,
  -6.305,
  -6.974,
  -6.775,
  -6.774,
  -6.633,
  -6.321,
  -6.411,
  -6.367,
  -6.562,
  -6.256,
  -5.696,
  -4.611,
  -3.474,
  -2.472,
  -2.255,
  -2.911,
  -2.499,
  -2.303,
  -2.783,
  -3.151,
  -3.139,
  -3.389,
  -3.859,
  -3.958,
  -3.872,
  -4.226,
  -4.452,
  -4.498,
  -4.709,
  -4.953,
  -4.804,
  -5.472,
  -4.013,
  -4.511,
  -3.85,
  -3.496,
  -2.89,
  -1.663,
  -1.051,
  -0.423,
  -0.142,
  -0.654,
  -1.034,
  -1.878,
  -2.097,
  -2.405,
  -3.026,
  -3.538,
  -4.214,
  -4.458,
  -4.717,
  -4.709,
  -4.724,
  -4.59,
  -4.489,
  -4.361,
  -3.824,
  -3.159,
  -2.848,
  -3.269,
  -3.448,
  -3.295,
  -3.265,
  -3.256,
  -2.877,
  -2.701,
  -2.582,
  -2.359,
  -2.236,
  -1.712,
  -1.8,
  -1.582,
  -1.107,
  -0.864,
  -2.004,
  -2.456,
  -2.856,
  -3.346,
  -3.636,
  -3.901,
  -3.725,
  -3.634,
  -3.36,
  -3.365,
  -2.978,
  -2.803,
  -2.369,
  -2.133,
  -2.085,
  -2.017,
  -1.731,
  -1.46,
  -1.014 ;

 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 =
  13.33,
  16.74,
  16.97,
  14.9,
  14.43,
  13.29,
  13.09,
  13.21,
  13.64,
  13.88,
  13.48,
  14.62,
  13.72,
  12.43,
  12.03,
  11.88,
  11.17,
  10.39,
  11.6,
  11.25,
  10.47,
  11.05,
  10.15,
  10.82,
  11.29,
  12.23,
  11.68,
  10.15,
  10.54,
  10.9,
  10.82,
  12.31,
  12.15,
  10.19,
  11.41,
  13.01,
  13.76,
  13.76,
  14.54,
  15.84,
  16.15,
  14.9,
  12.86,
  12.39,
  18.89,
  14.5,
  9.96,
  12.39,
  10.98,
  12.43,
  13.09,
  12.7,
  11.68,
  9.37,
  7.02,
  8.98,
  10.54,
  12.58,
  12.86,
  8.92,
  10.31,
  8.74,
  9.76,
  10.31,
  10.54,
  12.9,
  13.25,
  13.84,
  14.86,
  16.31,
  15.25,
  16.74,
  14.23,
  15.76,
  15.99,
  14.82,
  14.03,
  13.45,
  12.31,
  13.84,
  15.21,
  14.5,
  13.52,
  13.05,
  13.88,
  12.82,
  11.92,
  12.39,
  12.07,
  14.7,
  14.39,
  13.41,
  13.88,
  12.86,
  13.72,
  13.29,
  11.45,
  10.86,
  10.86,
  10.7,
  10.19,
  10.9,
  11.13,
  11.13,
  8.86,
  11.96,
  9.64,
  12.15,
  10.54,
  9.29,
  8.19,
  7.25,
  9.02,
  10,
  10.7,
  10.78,
  12.47,
  11.76,
  10.51,
  11.21,
  10.58,
  9.49,
  9.25,
  6.664,
  5.841,
  5.214,
  4.273,
  2.783,
  3.293,
  5.606,
  5.606,
  4.547,
  3.646,
  4.704,
  6.233,
  8.04,
  7.88,
  7.53,
  7.8,
  7.76,
  6.938,
  7.21,
  8.66,
  10.35,
  10.78,
  12.66,
  14.31,
  14.43,
  15.41,
  16.66,
  16.93,
  17.13,
  18.03,
  18.11,
  18.78,
  17.68,
  18.86,
  18.23,
  18.89,
  19.4,
  19.72,
  20.31,
  19.72,
  20.93,
  20.62,
  20.03,
  19.4,
  22.89 ;

 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 =
  11.28,
  13.72,
  13.7,
  12.29,
  11.44,
  10.29,
  10.46,
  11.21,
  10.91,
  12.06,
  11.62,
  12.37,
  10.86,
  10.32,
  9.75,
  10.17,
  8.96,
  8.52,
  9.32,
  9.1,
  9.14,
  9.29,
  8.62,
  9.02,
  9.62,
  10.48,
  9.87,
  8.47,
  8.53,
  8.78,
  9.01,
  10.42,
  9.88,
  8.33,
  9.57,
  11.2,
  11.33,
  11.72,
  11.92,
  11.75,
  13.68,
  12.51,
  10.82,
  9.7,
  13.94,
  11.95,
  8.36,
  9.99,
  8.99,
  9.42,
  10.33,
  10.71,
  9.57,
  7.37,
  5.769,
  7.36,
  8.58,
  9.67,
  10.79,
  7.36,
  8.39,
  7.24,
  7.27,
  6.461,
  8,
  9.8,
  10.52,
  10.1,
  12.02,
  13.1,
  12.05,
  13.06,
  11.71,
  12.29,
  11.68,
  12.05,
  10.42,
  10.71,
  9.72,
  10.75,
  12.17,
  12.07,
  11.21,
  9.97,
  11.63,
  10.26,
  9.81,
  10.05,
  9.41,
  12.17,
  11.8,
  11.14,
  11.35,
  10.75,
  10.79,
  10.56,
  9.83,
  8.2,
  8.85,
  9.12,
  8.21,
  8.46,
  9.27,
  8.98,
  7.42,
  9.46,
  7.38,
  10.49,
  9.14,
  7.54,
  6.638,
  5.525,
  6.844,
  6.749,
  7.96,
  8.84,
  9.6,
  9.03,
  7.53,
  9.53,
  9.19,
  7.96,
  6.887,
  4.768,
  4.018,
  3.714,
  2.965,
  1.581,
  2.409,
  4.127,
  4.172,
  2.373,
  2.117,
  3.001,
  4.342,
  6.174,
  5.665,
  5.891,
  6.026,
  6.036,
  5.582,
  5.313,
  6.423,
  8.04,
  8.84,
  10.64,
  11.8,
  10.85,
  12.48,
  13.71,
  14.24,
  14.87,
  14.48,
  14.94,
  15.3,
  15.13,
  15.31,
  15.3,
  15.8,
  15.67,
  16.59,
  16.28,
  16.59,
  16.86,
  15.98,
  16.45,
  16.39,
  17.49 ;

 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 =
  279.6833,
  280.1833,
  276.5833,
  278.5833,
  278.1833,
  266.5833,
  254.1833,
  251.0833,
  253.7833,
  250.7833,
  249.7833,
  250.8833,
  258.2833,
  259.3833,
  253.5833,
  265.1833,
  270.0833,
  269.6833,
  282.7833,
  275.6833,
  280.8833,
  270.6833,
  258.5833,
  259.6833,
  254.3833,
  247.9833,
  240.1833,
  235.0833,
  238.4833,
  219.9833,
  224.5833,
  227.7833,
  223.8833,
  239.1833,
  249.3833,
  245.0833,
  255.6833,
  266.5833,
  263.2833,
  302.6833,
  299.9833,
  308.0833,
  315.8833,
  338.7833,
  321.5833,
  314.0833,
  306.5833,
  306.7833,
  303.3833,
  300.2833,
  297.0833,
  308.9833,
  301.2833,
  289.6833,
  274.9833,
  274.1833,
  265.3833,
  271.3833,
  12.1933,
  6.5833,
  345.4193,
  329.9833,
  316.7833,
  307.9833,
  320.3833,
  307.4833,
  319.9833,
  324.8833,
  327.9833,
  320.6833,
  329.1833,
  325.3833,
  326.9833,
  320.5833,
  318.5833,
  328.4833,
  318.3833,
  331.9833,
  323.1833,
  324.8833,
  331.4833,
  339.0833,
  323.4833,
  316.5833,
  322.4833,
  325.8833,
  331.3833,
  324.7833,
  320.1833,
  318.3833,
  310.9833,
  317.6833,
  318.8833,
  310.4833,
  305.9833,
  309.8833,
  312.9833,
  317.3833,
  311.3833,
  313.1833,
  300.7833,
  290.9833,
  292.7833,
  297.8833,
  310.1833,
  296.8833,
  306.9833,
  296.1833,
  307.6833,
  305.5833,
  323.9833,
  329.6833,
  314.2833,
  310.7833,
  320.5833,
  315.4833,
  316.8833,
  312.5833,
  322.2833,
  324.0833,
  330.4833,
  338.4833,
  351.5533,
  0.5433,
  0.1333,
  25.2533,
  28.4233,
  48.9733,
  24.6533,
  4.3033,
  12.9533,
  84.6833,
  118.6833,
  70.2833,
  95.1833,
  73.5833,
  77.5833,
  78.5833,
  76.5833,
  77.4833,
  92.2833,
  97.6833,
  74.7833,
  77.2833,
  72.8833,
  68.1833,
  63.3833,
  65.6833,
  57.8833,
  44.6933,
  47.2533,
  43.5333,
  47.5033,
  44.9933,
  43.1533,
  46.2533,
  45.2233,
  45.3933,
  39.8233,
  41.2733,
  41.0933,
  43.2033,
  43.8633,
  41.8533,
  46.0933,
  45.6133,
  44.8433,
  43.1733 ;

 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 =
  2750.68,
  2733.86,
  2702.023,
  2731.457,
  2712.835,
  2771.705,
  2763.896,
  2748.277,
  2744.072,
  2732.058,
  2729.054,
  2674.39,
  2744.072,
  2742.27,
  1463.368,
  1829.798,
  1808.173,
  2218.455,
  1682.025,
  2732.659,
  2728.454,
  2716.44,
  2723.648,
  2730.256,
  2708.03,
  2662.977,
  2676.192,
  2680.998,
  2697.217,
  2692.412,
  2627.535,
  2606.51,
  2587.288,
  2609.514,
  2664.779,
  2647.959,
  2628.737,
  2666.581,
  2542.235,
  2682.8,
  2296.547,
  2359.02,
  2534.426,
  2698.418,
  2517.606,
  2693.613,
  2763.295,
  2761.493,
  2769.903,
  2783.118,
  2780.115,
  2783.118,
  2798.736,
  2802.941,
  2799.938,
  2798.736,
  2722.447,
  2767.5,
  2572.27,
  2802.941,
  2811.351,
  2817.959,
  2830.574,
  2804.743,
  2780.715,
  1954.745,
  2461.14,
  2757.288,
  2699.62,
  2656.97,
  2667.182,
  2647.959,
  2709.231,
  2703.224,
  2712.235,
  2688.807,
  2727.252,
  2714.037,
  2756.687,
  2774.708,
  2740.468,
  2745.274,
  2746.475,
  2753.684,
  2745.274,
  2721.846,
  2551.246,
  2718.242,
  2659.373,
  2745.274,
  2764.496,
  2482.765,
  2756.086,
  2770.503,
  2777.111,
  2787.323,
  2783.719,
  2789.125,
  2796.333,
  2785.521,
  2778.312,
  2780.715,
  2782.517,
  2776.51,
  2789.726,
  2758.489,
  2788.524,
  2745.874,
  2784.92,
  2659.373,
  2709.832,
  2623.33,
  2608.313,
  2647.359,
  2359.02,
  1648.385,
  2788.524,
  2795.733,
  2795.733,
  2801.139,
  2783.118,
  2803.542,
  2793.931,
  2804.143,
  2793.33,
  2801.74,
  2822.765,
  2822.765,
  2819.16,
  2806.546,
  2792.729,
  2801.74,
  2806.546,
  2796.934,
  2744.673,
  2168.596,
  2783.719,
  2419.091,
  2087.501,
  2579.479,
  2783.118,
  2800.539,
  2785.521,
  2786.722,
  2770.503,
  2796.333,
  2717.641,
  2707.429,
  2606.51,
  2443.719,
  2352.412,
  2858.206,
  2850.998,
  2849.196,
  2861.811,
  2841.386,
  2842.588,
  2843.189,
  2846.192,
  2849.796,
  2837.182,
  2849.196,
  2842.588,
  2839.584,
  2764.496,
  2847.994,
  2770.503,
  1320.4 ;

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