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 = 2453219.00000579 ;
		:starting_julian_day_string = "2004-08-01 00:00:00" ;
		:ending_julian_day_number = 2453225.95833912 ;
		:ending_julian_day_string = "2004-08-07 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 = 2453219, 2453219.04166667, 2453219.08333333, 2453219.125, 
    2453219.16666667, 2453219.20833333, 2453219.25, 2453219.29166667, 
    2453219.33333333, 2453219.375, 2453219.41666667, 2453219.45833333, 
    2453219.5, 2453219.54166667, 2453219.58333333, 2453219.625, 
    2453219.66666667, 2453219.70833333, 2453219.75, 2453219.79166667, 
    2453219.83333333, 2453219.875, 2453219.91666667, 2453219.95833333, 
    2453220, 2453220.04166667, 2453220.08333333, 2453220.125, 
    2453220.16666667, 2453220.20833333, 2453220.25, 2453220.29166667, 
    2453220.33333333, 2453220.375, 2453220.41666667, 2453220.45833333, 
    2453220.5, 2453220.54166667, 2453220.58333333, 2453220.625, 
    2453220.66666667, 2453220.70833333, 2453220.75, 2453220.79166667, 
    2453220.83333333, 2453220.875, 2453220.91666667, 2453220.95833333, 
    2453221, 2453221.04166667, 2453221.08333333, 2453221.125, 
    2453221.16666667, 2453221.20833333, 2453221.25, 2453221.29166667, 
    2453221.33333333, 2453221.375, 2453221.41666667, 2453221.45833333, 
    2453221.5, 2453221.54166667, 2453221.58333333, 2453221.625, 
    2453221.66666667, 2453221.70833333, 2453221.75, 2453221.79166667, 
    2453221.83333333, 2453221.875, 2453221.91666667, 2453221.95833333, 
    2453222, 2453222.04166667, 2453222.08333333, 2453222.125, 
    2453222.16666667, 2453222.20833333, 2453222.25, 2453222.29166667, 
    2453222.33333333, 2453222.375, 2453222.41666667, 2453222.45833333, 
    2453222.5, 2453222.54166667, 2453222.58333333, 2453222.625, 
    2453222.66666667, 2453222.70833333, 2453222.75, 2453222.79166667, 
    2453222.83333333, 2453222.875, 2453222.91666667, 2453222.95833333, 
    2453223, 2453223.04166667, 2453223.08333333, 2453223.125, 
    2453223.16666667, 2453223.20833333, 2453223.25, 2453223.29166667, 
    2453223.33333333, 2453223.375, 2453223.41666667, 2453223.45833333, 
    2453223.5, 2453223.54166667, 2453223.58333333, 2453223.625, 
    2453223.66666667, 2453223.70833333, 2453223.75, 2453223.79166667, 
    2453223.83333333, 2453223.875, 2453223.91666667, 2453223.95833333, 
    2453224, 2453224.04166667, 2453224.08333333, 2453224.125, 
    2453224.16666667, 2453224.20833333, 2453224.25, 2453224.29166667, 
    2453224.33333333, 2453224.375, 2453224.41666667, 2453224.45833333, 
    2453224.5, 2453224.54166667, 2453224.58333333, 2453224.625, 
    2453224.66666667, 2453224.70833333, 2453224.75, 2453224.79166667, 
    2453224.83333333, 2453224.875, 2453224.91666667, 2453224.95833333, 
    2453225, 2453225.04166667, 2453225.08333333, 2453225.125, 
    2453225.16666667, 2453225.20833333, 2453225.25, 2453225.29166667, 
    2453225.33333333, 2453225.375, 2453225.41666667, 2453225.45833333, 
    2453225.5, 2453225.54166667, 2453225.58333333, 2453225.625, 
    2453225.66666667, 2453225.70833333, 2453225.75, 2453225.79166667, 
    2453225.83333333, 2453225.875, 2453225.91666667, 2453225.95833333 ;

 air_temperature =
  14.04,
  14.17,
  15.27,
  14.9,
  15.18,
  14.97,
  14.9,
  15,
  15.67,
  15.6,
  15.12,
  14.97,
  14.77,
  15.55,
  15.37,
  14.95,
  14.55,
  15.12,
  15.66,
  15.71,
  16.08,
  15.67,
  15.57,
  15.35,
  17.57,
  15.39,
  15.22,
  14.15,
  15.33,
  13.35,
  15.27,
  13.32,
  12.99,
  11.72,
  12.79,
  12.88,
  13.48,
  15.09,
  16.42,
  18.14,
  18.4,
  16.17,
  16.64,
  15.78,
  15.69,
  15.48,
  16.42,
  15.19,
  15.46,
  15.1,
  15.38,
  13.39,
  12.64,
  13.49,
  13.25,
  12.26,
  12.32,
  12.78,
  14.13,
  15.13,
  14.23,
  14.66,
  14.62,
  13.78,
  13.38,
  13.2,
  13.47,
  13.11,
  13.75,
  13.81,
  13.8,
  14.62,
  14.75,
  15.47,
  14.97,
  15.24,
  13.73,
  14.7,
  14.5,
  14.06,
  14.67,
  14.5,
  15.67,
  16.66,
  16.16,
  16.77,
  17.29,
  18.22,
  19.57,
  19.68,
  16.35,
  16.5,
  16.17,
  15.97,
  16,
  17.01,
  17.13,
  16.56,
  18.17,
  17.4,
  17.94,
  17.19,
  17.24,
  16.15,
  16.67,
  17.1,
  16.61,
  16.27,
  16.03,
  15.97,
  14.8,
  15.69,
  15.79,
  16.05,
  16.66,
  17.26,
  16.76,
  16.23,
  16.3,
  16.44,
  16.54,
  18.18,
  17.96,
  17.39,
  17.08,
  16.71,
  16.12,
  15.69,
  15.45,
  14.94,
  14.75,
  15.43,
  15.23,
  15.38,
  15.15,
  15.19,
  16.88,
  17.44,
  16.32,
  15.12,
  16.14,
  15.36,
  15.06,
  15,
  14.52,
  14.19,
  15.02,
  15.29,
  15.49,
  15.2,
  15.42,
  16.16,
  16.05,
  15.81,
  15.43,
  15.54,
  16.29,
  15.82,
  15.33,
  15.88,
  16.38,
  17.85,
  17.05,
  17.04,
  18.08,
  16.27,
  16.83,
  17.17 ;

 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 =
  5.684,
  5.841,
  6.037,
  6.115,
  7.57,
  7.25,
  7.41,
  8.11,
  9.09,
  8.19,
  8.39,
  7.72,
  6.625,
  9.49,
  8.13,
  7.21,
  7.33,
  7.06,
  8.78,
  8.55,
  9.25,
  7.06,
  5.645,
  4.704,
  4.508,
  5.41,
  5.762,
  5.723,
  7.17,
  4.312,
  2.646,
  2.352,
  2.783,
  2.156,
  1.921,
  1.882,
  1.176,
  0.392,
  1.411,
  0.902,
  1.215,
  2.822,
  4.038,
  3.92,
  2.842,
  4.155,
  4.586,
  4.312,
  4.351,
  3.724,
  4.234,
  3.763,
  3.41,
  3.214,
  2.254,
  1.862,
  3.136,
  2.156,
  3.763,
  2.646,
  3.567,
  4.978,
  3.822,
  5.018,
  5.645,
  3.626,
  3.646,
  3.136,
  3.254,
  1.803,
  3.646,
  2.058,
  2.862,
  2.783,
  1.764,
  1.372,
  1.646,
  1.842,
  2.038,
  1.803,
  2.234,
  1.921,
  3.371,
  1.862,
  2.234,
  1.274,
  2.234,
  1.764,
  1.274,
  0.51,
  3.371,
  3.489,
  5.018,
  3.332,
  3.018,
  4.469,
  3.646,
  2.548,
  1.764,
  2.744,
  3.41,
  2.352,
  4.116,
  3.293,
  3.802,
  4.351,
  4.861,
  3.822,
  3.097,
  1.764,
  4.508,
  2.94,
  4.194,
  3.959,
  4.939,
  5.919,
  5.096,
  3.92,
  2.94,
  2.666,
  2.94,
  4.822,
  5.566,
  5.958,
  5.88,
  6.115,
  5.253,
  5.37,
  7.1,
  7.29,
  6.468,
  6.782,
  6.507,
  5.292,
  4.116,
  3.097,
  1.764,
  2.313,
  2.195,
  2.626,
  2.548,
  2.391,
  3.293,
  3.959,
  3.293,
  2.058,
  1.607,
  1.882,
  1.411,
  2.626,
  2.548,
  5.018,
  5.566,
  5.214,
  5.606,
  4.606,
  5.449,
  4.9,
  4.586,
  4.116,
  2.822,
  2.313,
  3.92,
  3.959,
  3.038,
  3.097,
  6.037,
  5.841 ;

 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.865,
  5.093,
  5.523,
  5.316,
  6.691,
  6.085,
  6.683,
  6.984,
  7.81,
  7.21,
  7.14,
  5.826,
  5.9,
  8.07,
  6.606,
  6.553,
  6.356,
  5.907,
  7.92,
  7.59,
  8.24,
  6.047,
  4.989,
  4.284,
  3.715,
  4.809,
  4.922,
  4.953,
  6.586,
  3.111,
  1.67,
  2.02,
  1.748,
  1.713,
  1.599,
  1.653,
  0.536,
  0.087,
  0.687,
  0.438,
  0.994,
  2.42,
  3.742,
  2.565,
  2.123,
  3.666,
  4.011,
  3.855,
  3.961,
  3.456,
  3.796,
  3.269,
  3.185,
  2.971,
  1.695,
  1.45,
  2.393,
  1.58,
  3.096,
  2.051,
  2.867,
  4.281,
  2.951,
  4.05,
  5.061,
  1.867,
  3.029,
  2.62,
  2.472,
  1.295,
  2.995,
  1.264,
  2.407,
  2.35,
  1.488,
  0.586,
  1.384,
  1.555,
  1.8,
  1.189,
  1.312,
  1.542,
  2.887,
  1.154,
  1.909,
  0.957,
  1.828,
  1.466,
  0.898,
  0.163,
  2.872,
  3.059,
  4.275,
  2.653,
  2.734,
  3.844,
  2.854,
  2.117,
  1.348,
  2.499,
  3.002,
  1.93,
  3.826,
  2.536,
  3.261,
  3.787,
  4.441,
  1.881,
  2.696,
  0.828,
  4.013,
  2.194,
  3.552,
  3.437,
  4.47,
  5.2,
  3.801,
  3.342,
  2.655,
  2.337,
  2.494,
  4.166,
  4.561,
  5.403,
  4.652,
  4.896,
  4.291,
  4.379,
  6.349,
  6.282,
  5.496,
  5.658,
  5.791,
  4.54,
  3.215,
  2.778,
  0.836,
  1.61,
  1.953,
  2.193,
  2.065,
  2.036,
  2.622,
  2.966,
  2.434,
  0.821,
  1.168,
  1.534,
  0.722,
  2.046,
  2.233,
  4.361,
  5.011,
  4.613,
  4.796,
  4.032,
  4.875,
  4.309,
  4.19,
  3.671,
  2.385,
  1.075,
  3.378,
  3.576,
  2.452,
  2.618,
  5.343,
  5.255 ;

 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 =
  227.7,
  213.6,
  214.6,
  216.6,
  217.7,
  227.2,
  224.1,
  224.8,
  219.7,
  217.8,
  218.7,
  202.5,
  211.1,
  223.9,
  221.3,
  215.1,
  208.3,
  210.8,
  213.2,
  210.9,
  214,
  210.2,
  215.2,
  208,
  210.6,
  191,
  212.8,
  196.4,
  211.1,
  212.5,
  242.7,
  168.7,
  333.3,
  348.454,
  15.63,
  25.23,
  316.6,
  189.8,
  149.7,
  151.5,
  165,
  203.1,
  207.9,
  226.3,
  184.6,
  197.5,
  189.1,
  186.1,
  199.9,
  216.8,
  230,
  175.8,
  196.5,
  211.8,
  209.8,
  158.6,
  164.8,
  162.7,
  178.8,
  224.7,
  199.4,
  181.3,
  185.8,
  138.4,
  159.6,
  191.1,
  168.4,
  150.2,
  191.6,
  176.1,
  141.1,
  98.6,
  167.2,
  254.2,
  105.5,
  296.5,
  167,
  202.2,
  321.5,
  151.7,
  299.9,
  46.24,
  355.62,
  25.59,
  350.87,
  46.15,
  39.65,
  59.5,
  153.2,
  82.2,
  209.1,
  201.2,
  210,
  189.8,
  210.8,
  217.5,
  237.2,
  244.1,
  275.7,
  318.7,
  335.2,
  16.64,
  343.386,
  10.71,
  331.1,
  332.7,
  352.54,
  7.93,
  0.28,
  307.9,
  191.4,
  224.8,
  214.5,
  183.4,
  204.4,
  209,
  203.9,
  224.6,
  211.4,
  211,
  232.5,
  326,
  345.063,
  356.8,
  337.3,
  348.301,
  351.14,
  354.04,
  357.78,
  353.53,
  355.6,
  356.16,
  354.1,
  6.89,
  11.38,
  29.94,
  4.5,
  22.21,
  184,
  166.7,
  138.2,
  187.3,
  148.7,
  128.9,
  134.2,
  121.1,
  186.8,
  241.4,
  303.1,
  14.53,
  3.85,
  354.59,
  346.268,
  357.92,
  3.13,
  346.295,
  356.44,
  347.386,
  24.08,
  25.87,
  34.42,
  273.1,
  213.2,
  222.4,
  221.5,
  193.6,
  218,
  236.6 ;

 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 =
  412.3133,
  523.2636,
  2005.204,
  1980.575,
  1745.699,
  626.585,
  306.8293,
  574.3235,
  2088.702,
  2208.844,
  1668.208,
  1230.294,
  191.554,
  248.621,
  189.2112,
  154.0699,
  195.2183,
  1502.414,
  1991.388,
  2045.452,
  1910.894,
  1735.487,
  1985.381,
  993.6161,
  2693.613,
  1106.549,
  1883.261,
  138.812,
  2108.526,
  1767.325,
  623.5814,
  190.713,
  142.6565,
  148.183,
  183.9851,
  280.8789,
  2706.828,
  487.822,
  1817.784,
  2553.048,
  2930.291,
  2816.157,
  2878.03,
  2863.012,
  2813.153,
  2918.877,
  2933.895,
  2893.047,
  2938.701,
  2929.69,
  2939.902,
  2849.196,
  2680.998,
  2872.022,
  2850.998,
  2627.535,
  2554.85,
  2417.288,
  2354.214,
  2387.253,
  220.9885,
  98.32444,
  117.2467,
  98.86507,
  111.0594,
  247.9602,
  183.8649,
  84.80856,
  113.3421,
  134.1265,
  135.2078,
  1462.166,
  618.7758,
  1034.464,
  1451.354,
  1178.033,
  270.1263,
  92.0771,
  107.3951,
  87.03117,
  198.1016,
  1875.452,
  2356.016,
  2180.01,
  2877.429,
  2889.443,
  2933.294,
  2927.888,
  2923.683,
  2933.895,
  2923.083,
  2926.687,
  2935.097,
  2937.499,
  2930.291,
  2941.704,
  2950.114,
  2945.309,
  2951.316,
  2951.916,
  2951.916,
  2951.916,
  2951.916,
  2951.916,
  2951.916,
  2951.916,
  2951.916,
  2951.916,
  2951.916,
  2945.909,
  2930.291,
  2927.888,
  2893.047,
  2894.249,
  2908.666,
  2837.182,
  2933.895,
  2948.913,
  2942.906,
  2951.916,
  2951.916,
  2951.316,
  2951.916,
  2951.916,
  2951.916,
  2951.916,
  2951.916,
  2951.916,
  2951.916,
  2951.916,
  2952.517,
  2951.316,
  2947.711,
  2950.114,
  2946.51,
  2952.517,
  2935.697,
  2898.454,
  2947.711,
  2950.114,
  2942.305,
  2945.309,
  2912.27,
  2951.316,
  2951.916,
  2948.913,
  2951.916,
  2951.316,
  2951.916,
  2951.316,
  2951.916,
  2951.916,
  2951.916,
  2951.916,
  2951.916,
  2951.916,
  2950.715,
  2950.114,
  2953.118,
  2950.114,
  2949.513,
  2939.302,
  2926.086,
  2942.906,
  2945.309,
  2947.711,
  2952.517,
  2952.517 ;

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