netcdf F0108.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 = "03-May-2004 19:15:58:  Modified [lon,lat] to [-68.997700,44.056500].\n",
			"Tue Apr 27 17:27:33 2004: /usr/local/nco/bin/ncrcat -d time,2453123.6979,2453123.7813 F0108.met.realtime.nc F0108.met.realtime.nc.new" ;
		: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 = "RMYWM46265" ;
		:visibility_sensor_serial_number = "AANVS324" ;
		:processing = "realtime" ;
		:water_depth = 110 ;
		:mooring_site_id = "F0108" ;
		:mooring_site_desc = "W.Penobscot Bay" ;
		:breakout_id = 1 ;
		:delta_t = 60 ;
		:magnetic_variation = -17.4 ;
		:goes_platform_id = "00454716" ;
		:starting_julian_day_number = 2453149.00000579 ;
		:starting_julian_day_string = "2004-05-23 00:00:00" ;
		:ending_julian_day_number = 2453155.95833912 ;
		:ending_julian_day_string = "2004-05-29 23:00:00" ;
		:algorithm_ids = "WIND_DIR_1.2:  16-Apr-2004 18:21:07\n",
			"AAN_VIZ_1.2:  16-Apr-2004 18:21:07" ;
data:

 lat = 44.0565 ;

 lon = -68.9977 ;

 air_temperature_depth = -3 ;

 visibility_depth = -3 ;

 wind_depth = -4 ;

 time = 2453149, 2453149.04166667, 2453149.08333333, 2453149.125, 
    2453149.16666667, 2453149.20833333, 2453149.25, 2453149.29166667, 
    2453149.33333333, 2453149.375, 2453149.41666667, 2453149.45833333, 
    2453149.5, 2453149.54166667, 2453149.58333333, 2453149.625, 
    2453149.66666667, 2453149.70833333, 2453149.75, 2453149.79166667, 
    2453149.83333333, 2453149.875, 2453149.91666667, 2453149.95833333, 
    2453150, 2453150.04166667, 2453150.08333333, 2453150.125, 
    2453150.16666667, 2453150.20833333, 2453150.25, 2453150.29166667, 
    2453150.33333333, 2453150.375, 2453150.41666667, 2453150.45833333, 
    2453150.5, 2453150.54166667, 2453150.58333333, 2453150.625, 
    2453150.66666667, 2453150.70833333, 2453150.75, 2453150.79166667, 
    2453150.83333333, 2453150.875, 2453150.91666667, 2453150.95833333, 
    2453151, 2453151.04166667, 2453151.08333333, 2453151.125, 
    2453151.16666667, 2453151.20833333, 2453151.25, 2453151.29166667, 
    2453151.33333333, 2453151.375, 2453151.41666667, 2453151.45833333, 
    2453151.5, 2453151.54166667, 2453151.58333333, 2453151.625, 
    2453151.66666667, 2453151.70833333, 2453151.75, 2453151.79166667, 
    2453151.83333333, 2453151.875, 2453151.91666667, 2453151.95833333, 
    2453152, 2453152.04166667, 2453152.08333333, 2453152.125, 
    2453152.16666667, 2453152.20833333, 2453152.25, 2453152.29166667, 
    2453152.33333333, 2453152.375, 2453152.41666667, 2453152.45833333, 
    2453152.5, 2453152.54166667, 2453152.58333333, 2453152.625, 
    2453152.66666667, 2453152.70833333, 2453152.75, 2453152.79166667, 
    2453152.83333333, 2453152.875, 2453152.91666667, 2453152.95833333, 
    2453153, 2453153.04166667, 2453153.08333333, 2453153.125, 
    2453153.16666667, 2453153.20833333, 2453153.25, 2453153.29166667, 
    2453153.33333333, 2453153.375, 2453153.41666667, 2453153.45833333, 
    2453153.5, 2453153.54166667, 2453153.58333333, 2453153.625, 
    2453153.66666667, 2453153.70833333, 2453153.75, 2453153.79166667, 
    2453153.83333333, 2453153.875, 2453153.91666667, 2453153.95833333, 
    2453154, 2453154.04166667, 2453154.08333333, 2453154.125, 
    2453154.16666667, 2453154.20833333, 2453154.25, 2453154.29166667, 
    2453154.33333333, 2453154.375, 2453154.41666667, 2453154.45833333, 
    2453154.5, 2453154.54166667, 2453154.58333333, 2453154.625, 
    2453154.66666667, 2453154.70833333, 2453154.75, 2453154.79166667, 
    2453154.83333333, 2453154.875, 2453154.91666667, 2453154.95833333, 
    2453155, 2453155.04166667, 2453155.08333333, 2453155.125, 
    2453155.16666667, 2453155.20833333, 2453155.25, 2453155.29166667, 
    2453155.33333333, 2453155.375, 2453155.41666667, 2453155.45833333, 
    2453155.5, 2453155.54166667, 2453155.58333333, 2453155.625, 
    2453155.66666667, 2453155.70833333, 2453155.75, 2453155.79166667, 
    2453155.83333333, 2453155.875, 2453155.91666667, 2453155.95833333 ;

 air_temperature =
  6.787,
  7.04,
  6.903,
  7.05,
  6.859,
  6.843,
  6.706,
  6.781,
  6.869,
  6.976,
  6.92,
  7.02,
  6.477,
  6.485,
  6.787,
  6.91,
  7.28,
  7.64,
  8.74,
  9.7,
  9.42,
  9.8,
  10.18,
  10.09,
  8.9,
  8.72,
  9.09,
  8.69,
  8.58,
  7.68,
  7.41,
  8.13,
  7.98,
  8.62,
  7.85,
  7.68,
  7.73,
  7.88,
  8.45,
  8.3,
  8.74,
  8.11,
  7.97,
  7.7,
  7.39,
  7.82,
  8.24,
  7.98,
  7.66,
  7.56,
  7.77,
  8.04,
  7.7,
  7.92,
  7.52,
  7.46,
  7.21,
  7.22,
  7.02,
  7.22,
  7.4,
  7.35,
  7.54,
  8,
  8.15,
  8.37,
  8.11,
  8.12,
  7.9,
  7.55,
  7.36,
  7.39,
  7.59,
  7.63,
  7.37,
  7.14,
  6.59,
  6.402,
  6.518,
  6.579,
  6.686,
  6.742,
  6.48,
  6.441,
  6.385,
  6.334,
  6.277,
  6.253,
  6.377,
  6.315,
  6.289,
  6.232,
  6.394,
  6.303,
  6.362,
  6.443,
  6.449,
  6.519,
  6.551,
  6.721,
  6.768,
  6.697,
  6.684,
  6.727,
  6.699,
  6.713,
  6.762,
  6.957,
  7.01,
  6.674,
  7.28,
  9.23,
  8.65,
  9.84,
  8.78,
  8.43,
  8.32,
  8.09,
  8.18,
  8.81,
  7.58,
  7.5,
  7.92,
  8.15,
  8.29,
  8.03,
  7.56,
  7.36,
  7.19,
  6.999,
  6.962,
  7.1,
  6.966,
  7.17,
  7.23,
  7.64,
  7.56,
  7.55,
  7.45,
  7.34,
  7.48,
  7.69,
  7.97,
  8.36,
  8.17,
  7.99,
  7.92,
  8.41,
  8.95,
  9.28,
  9.62,
  9.99,
  10.39,
  9.53,
  9.47,
  9.67,
  9.51,
  9.48,
  10.02,
  10.55,
  11.34,
  12.09,
  12.1,
  12.12,
  12.08,
  12.26,
  12.2,
  12.55 ;

 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.9,
  5.214,
  3.038,
  2.783,
  2.391,
  2.43,
  3.058,
  3.489,
  3.724,
  4.351,
  4.312,
  1.96,
  5.253,
  2.94,
  2.117,
  3.724,
  3.959,
  3.332,
  1.666,
  1.96,
  1.921,
  1.215,
  0.882,
  2.156,
  3.567,
  2.352,
  1.764,
  3.528,
  0.706,
  1.882,
  2.822,
  2.156,
  3.175,
  4.9,
  4.626,
  2.979,
  2.979,
  2.587,
  0.98,
  6.664,
  6.978,
  7.8,
  8.94,
  7.96,
  9.02,
  11.37,
  6.703,
  5.684,
  6.233,
  5.253,
  7.41,
  4.782,
  7.64,
  8.43,
  10.54,
  7.53,
  8.94,
  6.37,
  6.782,
  7.57,
  6.272,
  5.88,
  5.253,
  4.939,
  6.115,
  4.116,
  4.665,
  6.507,
  9.25,
  8.08,
  6.978,
  7.21,
  6.938,
  5.684,
  5.762,
  5.958,
  6.742,
  4.998,
  3.214,
  3.254,
  3.802,
  4.665,
  7.13,
  6.821,
  5.998,
  6.076,
  4.939,
  5.253,
  4.802,
  3.802,
  4.39,
  5.998,
  5.645,
  4.9,
  6.076,
  4.39,
  5.37,
  4.194,
  4.665,
  4.312,
  2.509,
  2.058,
  5.488,
  2.45,
  2.862,
  4.743,
  2.587,
  2.94,
  4.351,
  4.155,
  1.764,
  1.45,
  1.882,
  1.058,
  5.253,
  6.86,
  4.939,
  3.842,
  3.097,
  2.47,
  2.352,
  1.254,
  3.41,
  1.47,
  0.49,
  1.725,
  2.979,
  2.901,
  3.489,
  3.959,
  5.057,
  3.528,
  3.959,
  3.842,
  6.233,
  6.076,
  6.664,
  6.174,
  5.527,
  6.821,
  4.39,
  3.234,
  1.372,
  2.234,
  2.705,
  2.254,
  2.274,
  1.47,
  2.43,
  1.764,
  0.392,
  2.195,
  8.58,
  5.802,
  3.528,
  8.51,
  11.33,
  8.35,
  9.09,
  11.29,
  12.66,
  13.8,
  13.96,
  15.8,
  16.19,
  17.05,
  13.56,
  12.9 ;

 wind_gust_qc =
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0 ;

 wind_speed =
  4.298,
  4.546,
  1.925,
  2.247,
  1.296,
  2.034,
  2.438,
  2.919,
  3.067,
  3.675,
  3.413,
  1.357,
  4.505,
  2.105,
  1.597,
  3.253,
  3.344,
  2.966,
  0.562,
  1.718,
  1.508,
  1.074,
  0.244,
  1.674,
  2.825,
  2.086,
  1.509,
  2.206,
  0.335,
  1.766,
  2.447,
  1.426,
  1.485,
  4.153,
  3.654,
  1.998,
  2.643,
  2.06,
  0.279,
  5.435,
  5.252,
  5.834,
  7.12,
  4.4,
  6.635,
  7.28,
  5.079,
  4.248,
  5.106,
  4.421,
  5.812,
  2.805,
  6.639,
  6.667,
  7.88,
  5.939,
  6.906,
  5.378,
  5.519,
  6.322,
  5.225,
  4.535,
  4.336,
  3.832,
  5.077,
  2.752,
  3.952,
  5.361,
  7.29,
  7.02,
  5.963,
  6.153,
  5.807,
  4.528,
  5.014,
  4.951,
  5.476,
  3.572,
  2.683,
  2.504,
  3.019,
  3.911,
  5.767,
  5.689,
  4.978,
  4.926,
  4.264,
  4.492,
  3.424,
  2.923,
  3.724,
  5.277,
  4.736,
  4.16,
  4.676,
  3.805,
  4.212,
  3.474,
  4.001,
  3.386,
  2.027,
  1.686,
  4.891,
  0.241,
  2.378,
  4.151,
  2.021,
  2.519,
  3.423,
  3.388,
  0.793,
  1.019,
  1.392,
  0.719,
  3.911,
  5.365,
  4.287,
  3.234,
  2.74,
  1.668,
  1.844,
  0.786,
  2.44,
  0.501,
  0.047,
  1.235,
  2.641,
  2.541,
  3.022,
  3.201,
  4.266,
  2.204,
  2.959,
  3.368,
  5.436,
  5.154,
  5.818,
  5.191,
  4.536,
  5.967,
  3.803,
  1.792,
  0.804,
  1.847,
  2.227,
  1.239,
  1.943,
  0.763,
  1.749,
  0.892,
  0.093,
  1.888,
  7.1,
  4.6,
  2.842,
  5.931,
  8.88,
  6.534,
  6.991,
  9.03,
  9.91,
  10.24,
  11.48,
  12.84,
  13.15,
  12.44,
  10.13,
  10.11 ;

 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 =
  48.94,
  40.27,
  90.7,
  150.5,
  51.71,
  49.54,
  76.6,
  54.8,
  77.9,
  110.8,
  87.1,
  121.7,
  111.6,
  78.1,
  67,
  43.21,
  16.48,
  2.19,
  53.9,
  350.47,
  1.87,
  27.54,
  258.4,
  222.5,
  211.6,
  230.2,
  223.4,
  198.4,
  219.6,
  169.9,
  70.4,
  174.4,
  303.7,
  66.3,
  124.3,
  98.9,
  77.8,
  92.6,
  284.6,
  81.9,
  100,
  82.5,
  91.6,
  83,
  97.1,
  86.9,
  82.4,
  69.6,
  73.5,
  66.7,
  77.7,
  76.1,
  87,
  74.2,
  74.5,
  81.6,
  67.9,
  74,
  72.8,
  63.8,
  51.79,
  51.65,
  41.57,
  44.69,
  46.55,
  69.8,
  91.3,
  82.8,
  73.9,
  80,
  86.2,
  78.7,
  71.6,
  72.4,
  81.9,
  92.9,
  109.5,
  121.6,
  157,
  190.6,
  147.8,
  134.6,
  125.3,
  125,
  120.3,
  123,
  140.3,
  150.4,
  137.2,
  143.9,
  129.8,
  136.4,
  144.5,
  116.7,
  141.7,
  139,
  118.3,
  147,
  143.6,
  136.4,
  164.8,
  129.8,
  111.6,
  238.7,
  92.1,
  120.6,
  95.6,
  59.3,
  146.1,
  141.3,
  102.1,
  320.8,
  59.7,
  65.2,
  159,
  155.4,
  136.2,
  153.3,
  159.5,
  130.4,
  130.5,
  131.8,
  240.2,
  177.3,
  96,
  131.4,
  172.5,
  167.2,
  146.3,
  126.1,
  118.8,
  155.2,
  147.3,
  143,
  118.6,
  137.4,
  145.8,
  130.3,
  160.3,
  118,
  123.3,
  155.8,
  42.97,
  128.7,
  145.5,
  143.9,
  162.7,
  195.3,
  264.2,
  286.2,
  304.8,
  291.1,
  327.3,
  317.5,
  286.9,
  315,
  316.2,
  300.5,
  307.3,
  292.9,
  294.7,
  297.7,
  313.2,
  297.3,
  300.1,
  305.3,
  302.4,
  305.9 ;

 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 =
  2850.397,
  2953.719,
  2495.981,
  2956.121,
  2481.564,
  1597.926,
  902.9095,
  510.6488,
  1153.404,
  1938.526,
  2157.183,
  2886.439,
  2088.102,
  2428.702,
  2091.105,
  2652.164,
  2885.839,
  2941.704,
  2926.086,
  2939.302,
  2942.906,
  2945.309,
  2954.92,
  2947.711,
  2942.906,
  2929.69,
  2933.895,
  2683.401,
  2902.058,
  2948.312,
  2948.913,
  2935.097,
  2952.517,
  1013.439,
  1477.785,
  2587.288,
  2844.991,
  2947.111,
  1202.061,
  2665.38,
  2955.521,
  2948.913,
  2539.832,
  1346.23,
  2333.189,
  2916.475,
  2956.121,
  2955.521,
  2950.715,
  1920.505,
  1801.565,
  1931.918,
  1210.471,
  2946.51,
  2931.492,
  2929.69,
  2076.688,
  2948.913,
  2272.518,
  2209.444,
  1224.287,
  1397.29,
  2742.27,
  2936.298,
  2953.118,
  2955.521,
  2956.121,
  2950.715,
  2945.309,
  2955.521,
  2954.92,
  2955.521,
  2955.521,
  2955.521,
  2953.118,
  2950.114,
  2158.985,
  2870.821,
  2851.598,
  2889.443,
  2953.118,
  2784.92,
  2192.625,
  2799.337,
  2722.447,
  2608.913,
  2831.175,
  2347.606,
  1625.558,
  2002.802,
  1317.997,
  647.0089,
  630.1892,
  325.3911,
  409.0695,
  644.6061,
  532.2742,
  1648.385,
  1867.042,
  1612.943,
  2280.327,
  2075.487,
  1812.979,
  1033.863,
  1339.622,
  620.5779,
  648.2103,
  1277.75,
  2657.571,
  2374.038,
  2464.744,
  2887.04,
  2895.45,
  2906.864,
  2929.69,
  2744.673,
  2932.694,
  2914.673,
  2932.093,
  1935.522,
  2940.503,
  2936.899,
  2339.797,
  2803.542,
  2491.175,
  2420.893,
  2179.409,
  1863.438,
  2204.639,
  2114.533,
  1805.77,
  2218.455,
  1213.474,
  2708.631,
  1456.76,
  2903.86,
  1404.499,
  1745.699,
  1806.371,
  1907.89,
  1356.442,
  1513.226,
  689.6591,
  904.111,
  702.2739,
  508.2459,
  304.1862,
  166.8049,
  2832.376,
  2441.317,
  2626.334,
  2724.85,
  2954.92,
  2954.92,
  2953.719,
  2948.312,
  2896.651,
  2942.906,
  2909.266,
  2936.298,
  2936.298,
  2942.906,
  2926.086,
  2931.492,
  2918.277,
  2937.499,
  2956.121,
  2954.92 ;

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