netcdf C0205.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 = "Tue Feb 24 14:18:46 2004: /usr/local/nco/bin/ncrcat -d time,2453056.5104,2453060.6250 C0205.met.realtime.nc C0205.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 = 46267 ;
		:visibility_sensor_serial_number = 318 ;
		:processing = "realtime" ;
		:water_depth = 46 ;
		:mooring_site_id = "C0205" ;
		:mooring_site_desc = "Casco Bay" ;
		:breakout_id = 1 ;
		:delta_t = 60 ;
		:magnetic_variation = -16.6333 ;
		:goes_platform_id = "04405528" ;
		:starting_julian_day_number = 2453135.00000579 ;
		:starting_julian_day_string = "2004-05-09 00:00:00" ;
		:ending_julian_day_number = 2453141.95833912 ;
		:ending_julian_day_string = "2004-05-15 23:00:00" ;
		:algorithm_ids = "WIND_DIR_1.2:  20-Feb-2004 16:15:07\n",
			"AAN_VIZ_1.2:  20-Feb-2004 16:15:07" ;
data:

 lat = 43.5695 ;

 lon = -70.055 ;

 air_temperature_depth = -3 ;

 visibility_depth = -3 ;

 wind_depth = -4 ;

 time = 2453135, 2453135.04166667, 2453135.08333333, 2453135.125, 
    2453135.16666667, 2453135.20833333, 2453135.25, 2453135.29166667, 
    2453135.33333333, 2453135.375, 2453135.41666667, 2453135.45833333, 
    2453135.5, 2453135.54166667, 2453135.58333333, 2453135.625, 
    2453135.66666667, 2453135.70833333, 2453135.75, 2453135.79166667, 
    2453135.83333333, 2453135.875, 2453135.91666667, 2453135.95833333, 
    2453136, 2453136.04166667, 2453136.08333333, 2453136.125, 
    2453136.16666667, 2453136.20833333, 2453136.25, 2453136.29166667, 
    2453136.33333333, 2453136.375, 2453136.41666667, 2453136.45833333, 
    2453136.5, 2453136.54166667, 2453136.58333333, 2453136.625, 
    2453136.66666667, 2453136.70833333, 2453136.75, 2453136.79166667, 
    2453136.83333333, 2453136.875, 2453136.91666667, 2453136.95833333, 
    2453137, 2453137.04166667, 2453137.08333333, 2453137.125, 
    2453137.16666667, 2453137.20833333, 2453137.25, 2453137.29166667, 
    2453137.33333333, 2453137.375, 2453137.41666667, 2453137.45833333, 
    2453137.5, 2453137.54166667, 2453137.58333333, 2453137.625, 
    2453137.66666667, 2453137.70833333, 2453137.75, 2453137.79166667, 
    2453137.83333333, 2453137.875, 2453137.91666667, 2453137.95833333, 
    2453138, 2453138.04166667, 2453138.08333333, 2453138.125, 
    2453138.16666667, 2453138.20833333, 2453138.25, 2453138.29166667, 
    2453138.33333333, 2453138.375, 2453138.41666667, 2453138.45833333, 
    2453138.5, 2453138.54166667, 2453138.58333333, 2453138.625, 
    2453138.66666667, 2453138.70833333, 2453138.75, 2453138.79166667, 
    2453138.83333333, 2453138.875, 2453138.91666667, 2453138.95833333, 
    2453139, 2453139.04166667, 2453139.08333333, 2453139.125, 
    2453139.16666667, 2453139.20833333, 2453139.25, 2453139.29166667, 
    2453139.33333333, 2453139.375, 2453139.41666667, 2453139.45833333, 
    2453139.5, 2453139.54166667, 2453139.58333333, 2453139.625, 
    2453139.66666667, 2453139.70833333, 2453139.75, 2453139.79166667, 
    2453139.83333333, 2453139.875, 2453139.91666667, 2453139.95833333, 
    2453140, 2453140.04166667, 2453140.08333333, 2453140.125, 
    2453140.16666667, 2453140.20833333, 2453140.25, 2453140.29166667, 
    2453140.33333333, 2453140.375, 2453140.41666667, 2453140.45833333, 
    2453140.5, 2453140.54166667, 2453140.58333333, 2453140.625, 
    2453140.66666667, 2453140.70833333, 2453140.75, 2453140.79166667, 
    2453140.83333333, 2453140.875, 2453140.91666667, 2453140.95833333, 
    2453141, 2453141.04166667, 2453141.08333333, 2453141.125, 
    2453141.16666667, 2453141.20833333, 2453141.25, 2453141.29166667, 
    2453141.33333333, 2453141.375, 2453141.41666667, 2453141.45833333, 
    2453141.5, 2453141.54166667, 2453141.58333333, 2453141.625, 
    2453141.66666667, 2453141.70833333, 2453141.75, 2453141.79166667, 
    2453141.83333333, 2453141.875, 2453141.91666667, 2453141.95833333 ;

 air_temperature =
  7.16,
  7.38,
  7.44,
  6.996,
  7.34,
  7.51,
  7.39,
  7.58,
  7.37,
  7.54,
  7.57,
  7.42,
  7.25,
  7.09,
  7.14,
  7.19,
  7.24,
  7.37,
  7.59,
  7.93,
  7.97,
  8.29,
  7.95,
  8.12,
  8.1,
  8.33,
  8.38,
  8.87,
  9.29,
  8.51,
  7.51,
  8.48,
  8.48,
  8.05,
  7.92,
  7.67,
  7.2,
  7.73,
  8.07,
  7.94,
  7.5,
  7.33,
  7.49,
  7.53,
  7.26,
  7.33,
  7.15,
  7.13,
  7.2,
  7.33,
  7.5,
  7.53,
  7.67,
  7.94,
  7.27,
  7.04,
  6.874,
  6.793,
  6.734,
  7.26,
  7.3,
  7.16,
  7.74,
  9.08,
  9.96,
  9.48,
  10.1,
  10.17,
  11.42,
  11.73,
  12.22,
  11.87,
  11.92,
  11.85,
  10.69,
  10.55,
  9.38,
  9.71,
  9.4,
  9.31,
  9.22,
  9.54,
  9.6,
  10.47,
  9.77,
  10.83,
  12.3,
  11.55,
  10.42,
  10.52,
  10.47,
  11.1,
  10.98,
  11.07,
  11.51,
  11.52,
  10.82,
  10.6,
  10.75,
  10.57,
  10.54,
  10.93,
  11.38,
  10.21,
  9.96,
  9.63,
  9.7,
  9.26,
  9.02,
  9.1,
  9.1,
  8.84,
  8.35,
  8.16,
  8.02,
  8.03,
  8.29,
  8.15,
  8.14,
  8.17,
  7.97,
  7.91,
  7.8,
  7.55,
  7.45,
  7.37,
  7.27,
  6.835,
  6.784,
  6.884,
  6.925,
  6.875,
  6.958,
  7.24,
  7.4,
  7.59,
  8.03,
  8.09,
  8.15,
  8.12,
  8.16,
  8.03,
  7.77,
  7.81,
  7.78,
  7.85,
  8.08,
  8.09,
  8.15,
  8.12,
  8.07,
  7.99,
  7.97,
  8.29,
  8.64,
  8.87,
  9.28,
  9.62,
  10.25,
  10.89,
  11.66,
  11.76,
  12.65,
  13.14,
  12.71,
  12.37,
  12.44,
  12.61 ;

 air_temperature_qc =
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0 ;

 wind_gust =
  6.664,
  8,
  7.33,
  5.684,
  4.9,
  7.6,
  8.15,
  8.82,
  7.15,
  7.6,
  7.57,
  7.76,
  9.45,
  8.39,
  8.15,
  8.04,
  7.21,
  7.41,
  6.958,
  6.233,
  5.958,
  6.703,
  6.978,
  7.64,
  6.762,
  5.194,
  6.194,
  4.214,
  1.882,
  2.822,
  3.842,
  5.449,
  7.37,
  8.08,
  6.272,
  4.234,
  3.626,
  4.743,
  4.861,
  5.566,
  7.1,
  5.606,
  5.606,
  4.312,
  4.351,
  4.508,
  4.018,
  4.155,
  4.743,
  4.978,
  4.43,
  3.92,
  4.273,
  5.057,
  2.352,
  1.215,
  2.43,
  3.175,
  2.254,
  2.901,
  2.744,
  2.234,
  1.882,
  1.176,
  2.391,
  3.371,
  4.9,
  5.096,
  5.488,
  4.9,
  4.9,
  4.704,
  5.331,
  3.45,
  2.548,
  3.959,
  2.666,
  2.058,
  1.96,
  2.587,
  2.548,
  2.117,
  2.705,
  1.568,
  2.195,
  1.274,
  1.215,
  2.783,
  3.293,
  3.097,
  4.077,
  4.038,
  2.352,
  3.058,
  3.41,
  2.822,
  1.686,
  1.411,
  2.313,
  2.979,
  4.626,
  9.25,
  10.9,
  8.33,
  6.507,
  6.86,
  9.13,
  10.54,
  8.23,
  10.27,
  10.19,
  10.9,
  10.11,
  10.19,
  8.33,
  8.31,
  7.68,
  7.57,
  7.8,
  6.86,
  6.076,
  6.154,
  5.057,
  4.43,
  4.234,
  4.116,
  2.94,
  2.234,
  1.803,
  2.234,
  4.038,
  3.136,
  3.489,
  3.528,
  3.058,
  4.077,
  4.665,
  4.273,
  5.057,
  5.214,
  4.547,
  4.861,
  6.115,
  5.684,
  4.9,
  3.724,
  4.234,
  2.352,
  2.744,
  3.371,
  1.999,
  2.038,
  0.941,
  1.098,
  1.098,
  1.96,
  4.586,
  5.135,
  6.821,
  7.02,
  7.8,
  7.96,
  8.7,
  7.88,
  8.78,
  7.33,
  7.33,
  6.742 ;

 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 =
  5.563,
  6.753,
  6.307,
  4.588,
  4.02,
  6.692,
  6.769,
  7.7,
  6.218,
  6.648,
  6.684,
  6.761,
  8.31,
  7.21,
  7.13,
  7.25,
  6.236,
  6.644,
  5.993,
  5.517,
  5.21,
  5.989,
  6.145,
  6.795,
  5.672,
  3.831,
  5.665,
  2.143,
  1.207,
  2.438,
  3.381,
  4.89,
  6.43,
  6.597,
  4.51,
  3.613,
  2.963,
  4.073,
  4.314,
  4.615,
  6.144,
  4.603,
  4.558,
  3.504,
  3.73,
  3.526,
  3.02,
  3.476,
  4.207,
  4.238,
  3.807,
  3.347,
  3.551,
  3.373,
  0.927,
  0.565,
  1.318,
  2.647,
  0.822,
  2.342,
  2.221,
  1.851,
  1.433,
  0.372,
  1.559,
  2.828,
  4.113,
  4.184,
  5.105,
  4.44,
  4.269,
  4.249,
  4.578,
  1.894,
  1.603,
  3.632,
  1.597,
  1.457,
  1.587,
  2.215,
  1.938,
  1.78,
  2.456,
  0.688,
  1.739,
  0.807,
  0.88,
  2.424,
  2.891,
  2.7,
  3.504,
  3.602,
  1.528,
  2.45,
  2.658,
  2.144,
  0.451,
  0.745,
  1.974,
  2.396,
  3.664,
  7.98,
  9.14,
  6.924,
  5.584,
  5.88,
  7.91,
  9.11,
  7.04,
  8.68,
  8.52,
  9.15,
  8.6,
  8.3,
  7.17,
  6.78,
  6.371,
  6.363,
  6.776,
  5.759,
  4.988,
  5.157,
  4.205,
  3.796,
  3.421,
  3.441,
  1.325,
  1.693,
  1.276,
  1.602,
  3.177,
  2.647,
  2.864,
  2.646,
  2.484,
  3.477,
  4.092,
  3.539,
  4.408,
  3.949,
  3.752,
  3.898,
  5.237,
  4.653,
  4.101,
  2.966,
  3.596,
  1.396,
  2.277,
  2.83,
  1.451,
  1.257,
  0.461,
  0.738,
  0.665,
  1.503,
  3.863,
  4.3,
  5.447,
  6.32,
  6.753,
  7.04,
  7.66,
  6.897,
  7.24,
  6.429,
  6.458,
  5.959 ;

 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 =
  218.8667,
  207.5667,
  210.7667,
  219.9667,
  214.3667,
  216.0667,
  209.3667,
  214.1667,
  213.5667,
  209.8667,
  205.0667,
  207.7667,
  208.3667,
  207.4667,
  214.3667,
  212.4667,
  206.0667,
  202.1667,
  201.6667,
  189.2667,
  194.8667,
  187.7667,
  186.7667,
  199.3667,
  210.6667,
  245.0667,
  241.3667,
  243.3667,
  304.4667,
  344.6797,
  356.5067,
  43.2167,
  74.9667,
  75.3667,
  63.8667,
  50.2067,
  33.1167,
  53.5667,
  55.5667,
  71.1667,
  79.7667,
  94.0667,
  109.8667,
  136.8667,
  128.4667,
  136.0667,
  125.5667,
  100.2667,
  106.4667,
  114.9667,
  124.2667,
  143.1667,
  151.7667,
  200.7667,
  203.3667,
  237.9667,
  202.6667,
  211.2667,
  272.7667,
  238.5667,
  309.0667,
  354.4767,
  138.7667,
  116.9667,
  142.9667,
  147.8667,
  178.2667,
  171.5667,
  183.8667,
  180.2667,
  187.6667,
  188.6667,
  184.8667,
  16.0867,
  79.1667,
  93.6667,
  20.4167,
  24.7767,
  343.9967,
  333.1667,
  324.0667,
  335.7667,
  5.3667,
  183.2667,
  338.8667,
  54.3667,
  92.8667,
  81.2667,
  91.1667,
  122.3667,
  128.8667,
  134.3667,
  97.7667,
  70.8667,
  80.1667,
  11.3367,
  108.1667,
  66.2667,
  78.8667,
  83.8667,
  46.1867,
  60.9667,
  80.3667,
  67.5667,
  63.6667,
  62.6667,
  79.3667,
  75.3667,
  47.3367,
  63.5667,
  61.5667,
  69.2667,
  73.9667,
  81.8667,
  82.2667,
  82.0667,
  81.3667,
  79.4667,
  83.0667,
  87.5667,
  104.2667,
  117.0667,
  138.0667,
  145.7667,
  141.3667,
  151.4667,
  151.8667,
  159.8667,
  204.1667,
  131.1667,
  140.1667,
  169.9667,
  176.4667,
  185.8667,
  192.9667,
  189.4667,
  188.9667,
  172.0667,
  166.1667,
  175.1667,
  163.1667,
  156.2667,
  152.7667,
  146.4667,
  149.7667,
  142.1667,
  129.6667,
  61.5667,
  18.1467,
  17.6767,
  354.5267,
  0.0367,
  114.7667,
  151.9667,
  207.1667,
  204.7667,
  201.9667,
  201.1667,
  202.6667,
  198.1667,
  193.3667,
  194.6667,
  195.0667,
  191.3667,
  197.3667,
  199.7667,
  199.3667,
  211.2667 ;

 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 =
  2936.899,
  2915.273,
  2897.853,
  2912.27,
  2913.471,
  2913.471,
  2902.658,
  2906.263,
  2914.072,
  2932.093,
  2918.877,
  2924.885,
  2911.669,
  2920.079,
  2908.065,
  2921.28,
  2917.075,
  2897.853,
  2914.673,
  2882.835,
  2911.068,
  2875.627,
  2855.803,
  2827.57,
  2831.775,
  2822.765,
  2811.952,
  2871.422,
  2922.482,
  2893.648,
  2850.397,
  2936.899,
  2941.704,
  2939.902,
  2716.44,
  2611.316,
  2929.09,
  2932.694,
  2945.309,
  2936.298,
  2926.687,
  2923.083,
  2913.471,
  2911.068,
  2887.641,
  2885.238,
  2276.723,
  997.821,
  2321.776,
  2402.871,
  2465.946,
  1761.318,
  510.6488,
  252.7659,
  281.3594,
  1704.851,
  279.6775,
  301.423,
  394.4122,
  946.1603,
  1248.916,
  463.193,
  1791.353,
  2696.616,
  2760.291,
  2813.754,
  2905.662,
  2900.856,
  2792.729,
  2782.517,
  2801.139,
  2774.708,
  2699.62,
  2697.818,
  2548.242,
  2681.599,
  2509.196,
  2479.161,
  1437.537,
  231.4408,
  911.3194,
  1653.792,
  2382.448,
  2756.687,
  2664.779,
  2801.74,
  2896.051,
  2885.238,
  2857.605,
  2875.627,
  2853.401,
  2873.224,
  2785.521,
  2789.125,
  2432.907,
  2231.07,
  2742.871,
  2741.669,
  2719.443,
  2542.235,
  2533.825,
  2756.687,
  2921.881,
  2914.072,
  2942.906,
  2951.916,
  2932.694,
  2944.107,
  2867.217,
  2951.316,
  2945.309,
  2923.683,
  2781.316,
  2918.877,
  2914.072,
  2901.457,
  2941.104,
  2801.139,
  2557.253,
  2795.733,
  2951.316,
  2954.319,
  2954.92,
  2945.909,
  2938.701,
  2925.485,
  2926.086,
  1963.756,
  1987.183,
  2467.147,
  2346.405,
  2242.483,
  2155.381,
  2720.044,
  1960.752,
  1897.678,
  2783.719,
  2747.076,
  2787.323,
  2864.213,
  2244.285,
  474.0057,
  531.6735,
  281.6598,
  338.7268,
  477.0092,
  238.5291,
  811.0016,
  433.7585,
  199.4232,
  195.2183,
  157.3137,
  308.5714,
  139.0523,
  75.5577,
  75.85806,
  106.494,
  105.4128,
  1296.972,
  1775.134,
  1964.957,
  2061.671,
  2287.536,
  2443.119,
  2610.115,
  2541.634,
  2531.422,
  2489.974 ;

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