netcdf N0101.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 = "05-Jul-2004 13:29:53:  Modified [lon,lat] to [-65.909000,42.329500].\n",
			"17-Jun-2004 16:52:10:  Modified [lon,lat] to [-65.906690,42.328446].\n",
			"17-Jun-2004 15:13:46:  Modified [lon,lat] to [-65.906685,42.328454].\n",
			"11-Jun-2004 11:42:36:  Modified [lon,lat] to [-69.906800,42.328400].\n",
			"03-Jun-2004 22:16:10:  Modified [lon,lat] to [-65.906400,42.327900].\n",
			"Thu Jun  3 21:34:15 2004: /usr/local/nco/bin/ncrcat -d time,2453160.8229,2453161.04 N0101.met.realtime.nc N0101.met.realtime.nc.new\n",
			"Thu Jun  3 21:12:45 2004: /usr/local/nco/bin/ncrcat -d time,2453160.04,2453160.8229 N0101.met.realtime.nc N0101.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 = "RMYWM49995" ;
		:visibility_sensor_serial_number = 343 ;
		:processing = "realtime" ;
		:water_depth = 225 ;
		:mooring_site_id = "N0101" ;
		:mooring_site_desc = "Northeast Channel" ;
		:breakout_id = 1 ;
		:delta_t = 60 ;
		:magnetic_variation = -17.8 ;
		:goes_platform_id = "04408340" ;
		: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:  11-May-2004 20:48:44\n",
			"AAN_VIZ_1.2:  11-May-2004 20:48:44" ;
		:longitude = -65.909 ;
		:latitude = 42.3295 ;
data:

 lat = 42.3295 ;

 lon = -65.909 ;

 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 =
  15.43,
  15.77,
  15.97,
  15.96,
  15.92,
  15.56,
  15.46,
  14.98,
  14.46,
  14.7,
  14.36,
  14.45,
  14.72,
  15.19,
  15.57,
  15.58,
  15.67,
  15.86,
  16,
  15.26,
  15.51,
  14.83,
  15,
  15.24,
  15.6,
  15.63,
  15.4,
  15.27,
  16.77,
  16.02,
  15.93,
  15.78,
  17.23,
  16.55,
  14.85,
  15.23,
  14.78,
  15.08,
  15.41,
  15.19,
  15.37,
  15.16,
  14.8,
  14.96,
  15.2,
  15.68,
  15.19,
  15.16,
  15.21,
  15.19,
  15,
  14.42,
  14.84,
  15.4,
  15.38,
  14.87,
  14.67,
  14.36,
  14.45,
  14.64,
  14.64,
  14.95,
  15.65,
  15.62,
  16.9,
  17.25,
  17.03,
  17.27,
  17.15,
  16.09,
  15.92,
  15.14,
  15.67,
  15.27,
  15.17,
  15.78,
  16.07,
  16.17,
  16.28,
  16.33,
  16.5,
  16.4,
  16.15,
  15.52,
  15.23,
  15.82,
  15.86,
  16.09,
  16.5,
  16.86,
  17.14,
  17.68,
  17.07,
  16.33,
  15.12,
  14.91,
  15.07,
  15,
  14.68,
  14.09,
  14.39,
  15.05,
  15.26,
  14.83,
  14.64,
  14.27,
  13.98,
  14.12,
  14.57,
  16.4,
  15.61,
  15.59,
  15.15,
  15.46,
  15.99,
  16.13,
  15.43,
  15.32,
  14.56,
  14.28,
  14.55,
  14.37,
  14.58,
  13.77,
  13.53,
  13.65,
  12.75,
  12.83,
  13.44,
  13.86,
  13.35,
  13.1,
  13.63,
  13.29,
  12.96,
  12.44,
  12.6,
  13.44,
  13.82,
  14.08,
  14.85,
  14.98,
  14.52,
  14.8,
  14.66,
  14.51,
  14.71,
  14.67,
  13.59,
  14,
  14.89,
  14.73,
  14.08,
  14.17,
  13.76,
  14.01,
  14.52,
  14.32,
  14.59,
  14.68,
  15.03,
  15.11,
  15.43,
  15.68,
  15.78,
  15.66,
  15.98,
  15.92 ;

 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.469,
  5.449,
  6.115,
  6.586,
  6.899,
  6.233,
  6.154,
  5.096,
  4.43,
  5.41,
  4.351,
  5.018,
  5.449,
  5.802,
  6.115,
  6.272,
  6.233,
  6.35,
  5.998,
  5.057,
  4.9,
  4.41,
  4.586,
  5.449,
  6.546,
  6.194,
  7.57,
  6.37,
  9.6,
  7.74,
  6.664,
  7.1,
  7.21,
  5.096,
  3.724,
  4.508,
  6.821,
  6.233,
  4.39,
  5.488,
  5.096,
  4.9,
  3.92,
  4.9,
  4.077,
  2.744,
  4.547,
  4.194,
  4.351,
  4.077,
  3.489,
  3.371,
  4.586,
  4.155,
  3.234,
  2.509,
  4.194,
  3.528,
  2.94,
  2.548,
  1.96,
  1.137,
  1.294,
  2.705,
  1.764,
  2.352,
  3.842,
  2.705,
  4.743,
  2.94,
  2.901,
  2.94,
  2.548,
  2.783,
  2.646,
  3.92,
  4.116,
  3.43,
  3.371,
  3.724,
  4.743,
  5.135,
  4.665,
  3.646,
  2.587,
  2.254,
  2.156,
  2.117,
  2.509,
  1.921,
  1.882,
  1.078,
  2.274,
  5.37,
  3.822,
  2.744,
  3.097,
  2.94,
  3.606,
  7.92,
  8.66,
  9.02,
  9.13,
  8.27,
  7.72,
  6.468,
  5.214,
  3.528,
  4.626,
  3.763,
  3.646,
  3.646,
  4.077,
  4.116,
  2.94,
  3.018,
  5.37,
  8.51,
  5.978,
  5.919,
  6.233,
  7.13,
  8,
  9.21,
  8.15,
  6.586,
  7.45,
  8.58,
  10.07,
  12.23,
  9.11,
  7.96,
  8.04,
  5.449,
  6.311,
  7.53,
  8.35,
  8.7,
  10.04,
  8.13,
  8.04,
  6.782,
  8.27,
  6.566,
  6.154,
  7.76,
  8.19,
  7.17,
  7.92,
  11.21,
  10.66,
  9.53,
  9.7,
  8.23,
  9.02,
  8.7,
  7.35,
  6.154,
  7.8,
  7.88,
  8.04,
  6.86,
  6.782,
  5.449,
  4.782,
  4.351,
  3.254,
  4.39 ;

 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 =
  3.985,
  4.852,
  5.371,
  5.969,
  5.934,
  5.551,
  5.271,
  4.449,
  3.895,
  4.777,
  3.852,
  4.355,
  4.925,
  5.231,
  5.381,
  5.497,
  5.662,
  5.57,
  5.365,
  4.517,
  4.423,
  3.661,
  4.118,
  4.89,
  5.651,
  5.39,
  6.76,
  4.76,
  8.02,
  5.691,
  5.677,
  4.906,
  5.915,
  3.1,
  2.901,
  4.049,
  5.772,
  5.315,
  3.885,
  4.151,
  4.514,
  4.117,
  3.386,
  4.207,
  3.506,
  1.915,
  3.961,
  3.489,
  3.571,
  3.345,
  3.042,
  3.071,
  4.05,
  3.468,
  2.565,
  2.171,
  3.755,
  3.019,
  2.648,
  2.315,
  1.366,
  0.809,
  0.769,
  2.157,
  1.182,
  1.945,
  3.389,
  2.279,
  4.124,
  2.174,
  2.576,
  2.544,
  1.718,
  2.441,
  2.194,
  3.261,
  3.711,
  2.903,
  2.949,
  3.308,
  4.101,
  4.643,
  4.206,
  3.249,
  2.278,
  1.51,
  1.57,
  1.849,
  1.845,
  1.318,
  1.446,
  0.518,
  1.87,
  4.735,
  2.846,
  2.387,
  2.467,
  2.348,
  2.785,
  6.393,
  6.724,
  6.901,
  7.22,
  6.871,
  5.71,
  4.865,
  4.001,
  2.742,
  3.441,
  2.899,
  2.947,
  2.959,
  3.298,
  3.282,
  1.629,
  2.397,
  4.68,
  7.5,
  5.041,
  5.081,
  5.241,
  6.196,
  6.602,
  7.59,
  6.766,
  5.473,
  6.183,
  7.1,
  8.63,
  10.65,
  7.67,
  6.838,
  6.877,
  4.765,
  5.267,
  6.591,
  7.09,
  7.52,
  7.96,
  6.54,
  6.86,
  5.503,
  7.26,
  4.764,
  5.534,
  6.667,
  7.04,
  6.277,
  6.551,
  9.12,
  8.99,
  8.45,
  8.04,
  6.964,
  7.8,
  7.05,
  5.786,
  5.246,
  6.472,
  6.846,
  6.888,
  5.66,
  5.593,
  4.637,
  3.672,
  3.512,
  2.75,
  3.556 ;

 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 =
  185.2,
  186.2,
  196.4,
  200.5,
  204.9,
  203,
  214.7,
  211.7,
  219.3,
  215.5,
  209.8,
  213.5,
  205.7,
  197.4,
  196.3,
  200.5,
  211.6,
  214,
  220.5,
  213.2,
  217.9,
  216.6,
  213.7,
  206.1,
  201.4,
  203.1,
  192.7,
  200.3,
  198.3,
  206.5,
  198.9,
  209,
  227.7,
  175.6,
  168.5,
  191,
  193.5,
  212.4,
  250.6,
  220.6,
  259.1,
  247.7,
  255.1,
  257,
  261.4,
  271.9,
  200.2,
  205.8,
  210.2,
  203.7,
  188.3,
  206.8,
  210.6,
  211.2,
  218.3,
  230.6,
  212.6,
  210.3,
  238.9,
  227,
  249.5,
  198.5,
  221.5,
  184,
  157.8,
  187.6,
  182.7,
  195.9,
  175.6,
  199.6,
  230.1,
  222.7,
  260.4,
  238.9,
  207.6,
  218.3,
  197.5,
  215.5,
  214.6,
  219.3,
  226.7,
  227.6,
  241.2,
  247.7,
  225,
  222.1,
  221.9,
  216.8,
  276.9,
  289.1,
  245.6,
  260.1,
  317.5,
  343.168,
  21.73,
  23.52,
  16.06,
  1.82,
  343.361,
  339.9,
  350.68,
  2.05,
  352.36,
  346.203,
  346.543,
  342.341,
  332.3,
  318.2,
  328.4,
  294,
  290.9,
  273.9,
  257.1,
  277.4,
  219.8,
  318.3,
  322.1,
  341.9,
  352.16,
  4.98,
  19.73,
  13.66,
  24.85,
  34.14,
  29.55,
  32.35,
  54,
  9.39,
  12.18,
  51.46,
  23.03,
  25.56,
  39.2,
  7.06,
  0.16,
  358.25,
  3.09,
  358.77,
  6.66,
  13.85,
  33.51,
  15.42,
  45.12,
  35.26,
  30.33,
  15.71,
  4.13,
  4.5,
  349.79,
  340.4,
  353.91,
  13.66,
  338.6,
  353.55,
  334,
  330.2,
  325.3,
  318.7,
  295,
  299.4,
  305.3,
  290.5,
  294,
  298,
  292,
  292.9,
  276.3,
  265.3 ;

 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 =
  417.5394,
  556.9031,
  337.4653,
  566.5144,
  542.4861,
  308.9919,
  760.5423,
  532.8749,
  369.9635,
  292.4725,
  410.6913,
  467.9987,
  239.3701,
  242.9743,
  243.2747,
  287.9672,
  358.0095,
  324.5502,
  170.7695,
  280.9389,
  312.7763,
  156.1123,
  312.4159,
  497.4332,
  418.4405,
  532.8749,
  609.1645,
  522.6629,
  366.96,
  470.4015,
  2025.028,
  841.0369,
  1058.492,
  776.1606,
  606.1609,
  1675.417,
  1243.51,
  558.7052,
  616.3729,
  1147.397,
  2127.748,
  248.9814,
  1026.655,
  246.6387,
  418.7408,
  519.0587,
  261.4761,
  597.1504,
  627.1857,
  424.1472,
  399.3981,
  458.9881,
  471.6029,
  251.9849,
  253.1863,
  226.7553,
  279.9778,
  190.4727,
  1014.04,
  728.7049,
  1061.496,
  633.7934,
  612.168,
  570.1186,
  519.0587,
  785.7719,
  1056.69,
  230.1793,
  604.9595,
  246.939,
  326.112,
  219.7871,
  433.1577,
  477.61,
  311.0944,
  358.4901,
  673.44,
  524.465,
  295.2958,
  240.6316,
  446.974,
  590.5426,
  483.617,
  288.5078,
  594.1469,
  1384.075,
  421.7443,
  413.815,
  609.7652,
  231.5009,
  331.5183,
  149.4445,
  163.0204,
  182.3031,
  830.2241,
  595.3483,
  386.6031,
  680.6484,
  557.5038,
  2824.567,
  2836.581,
  2843.189,
  2873.224,
  2838.984,
  2844.39,
  2821.563,
  2746.475,
  2227.465,
  1905.487,
  2873.825,
  2819.16,
  2832.376,
  2766.298,
  2813.153,
  2855.803,
  2879.832,
  2811.952,
  2729.655,
  2431.104,
  2096.511,
  2492.977,
  2010.611,
  2639.549,
  1785.346,
  2520.61,
  2271.317,
  2400.469,
  1555.276,
  1021.249,
  1750.505,
  2695.415,
  2741.069,
  2065.275,
  2714.037,
  2625.133,
  2302.553,
  2721.245,
  2730.857,
  2690.609,
  2772.305,
  2810.75,
  2831.175,
  2597.5,
  2803.542,
  2742.871,
  2736.263,
  2720.044,
  2553.048,
  2568.065,
  1803.367,
  1328.81,
  1160.612,
  2706.828,
  2529.62,
  2659.973,
  2694.814,
  2751.881,
  2835.98,
  2869.019,
  2849.796,
  2750.079,
  2793.931,
  2812.553,
  2845.592,
  2825.768,
  2375.84,
  2894.849,
  2819.16 ;

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