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 = 2453142.00000579 ;
		:starting_julian_day_string = "2004-05-16 00:00:00" ;
		:ending_julian_day_number = 2453148.95833912 ;
		:ending_julian_day_string = "2004-05-22 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 = 2453142, 2453142.04166667, 2453142.08333333, 2453142.125, 
    2453142.16666667, 2453142.20833333, 2453142.25, 2453142.29166667, 
    2453142.33333333, 2453142.375, 2453142.41666667, 2453142.45833333, 
    2453142.5, 2453142.54166667, 2453142.58333333, 2453142.625, 
    2453142.66666667, 2453142.70833333, 2453142.75, 2453142.79166667, 
    2453142.83333333, 2453142.875, 2453142.91666667, 2453142.95833333, 
    2453143, 2453143.04166667, 2453143.08333333, 2453143.125, 
    2453143.16666667, 2453143.20833333, 2453143.25, 2453143.29166667, 
    2453143.33333333, 2453143.375, 2453143.41666667, 2453143.45833333, 
    2453143.5, 2453143.54166667, 2453143.58333333, 2453143.625, 
    2453143.66666667, 2453143.70833333, 2453143.75, 2453143.79166667, 
    2453143.83333333, 2453143.875, 2453143.91666667, 2453143.95833333, 
    2453144, 2453144.04166667, 2453144.08333333, 2453144.125, 
    2453144.16666667, 2453144.20833333, 2453144.25, 2453144.29166667, 
    2453144.33333333, 2453144.375, 2453144.41666667, 2453144.45833333, 
    2453144.5, 2453144.54166667, 2453144.58333333, 2453144.625, 
    2453144.66666667, 2453144.70833333, 2453144.75, 2453144.79166667, 
    2453144.83333333, 2453144.875, 2453144.91666667, 2453144.95833333, 
    2453145, 2453145.04166667, 2453145.08333333, 2453145.125, 
    2453145.16666667, 2453145.20833333, 2453145.25, 2453145.29166667, 
    2453145.33333333, 2453145.375, 2453145.41666667, 2453145.45833333, 
    2453145.5, 2453145.54166667, 2453145.58333333, 2453145.625, 
    2453145.66666667, 2453145.70833333, 2453145.75, 2453145.79166667, 
    2453145.83333333, 2453145.875, 2453145.91666667, 2453145.95833333, 
    2453146, 2453146.04166667, 2453146.08333333, 2453146.125, 
    2453146.16666667, 2453146.20833333, 2453146.25, 2453146.29166667, 
    2453146.33333333, 2453146.375, 2453146.41666667, 2453146.45833333, 
    2453146.5, 2453146.54166667, 2453146.58333333, 2453146.625, 
    2453146.66666667, 2453146.70833333, 2453146.75, 2453146.79166667, 
    2453146.83333333, 2453146.875, 2453146.91666667, 2453146.95833333, 
    2453147, 2453147.04166667, 2453147.08333333, 2453147.125, 
    2453147.16666667, 2453147.20833333, 2453147.25, 2453147.29166667, 
    2453147.33333333, 2453147.375, 2453147.41666667, 2453147.45833333, 
    2453147.5, 2453147.54166667, 2453147.58333333, 2453147.625, 
    2453147.66666667, 2453147.70833333, 2453147.75, 2453147.79166667, 
    2453147.83333333, 2453147.875, 2453147.91666667, 2453147.95833333, 
    2453148, 2453148.04166667, 2453148.08333333, 2453148.125, 
    2453148.16666667, 2453148.20833333, 2453148.25, 2453148.29166667, 
    2453148.33333333, 2453148.375, 2453148.41666667, 2453148.45833333, 
    2453148.5, 2453148.54166667, 2453148.58333333, 2453148.625, 
    2453148.66666667, 2453148.70833333, 2453148.75, 2453148.79166667, 
    2453148.83333333, 2453148.875, 2453148.91666667, 2453148.95833333 ;

 air_temperature =
  16.45,
  13.91,
  13.62,
  11.57,
  11.71,
  11.91,
  11.99,
  13.64,
  13.15,
  13.26,
  11.97,
  11.84,
  11.7,
  10.93,
  10.01,
  9.84,
  9.89,
  10.35,
  10.79,
  12.61,
  11.81,
  10.89,
  10.66,
  10.29,
  9.94,
  9.61,
  8.75,
  8,
  8.34,
  8.97,
  9.38,
  9.35,
  9.43,
  9.49,
  9.51,
  9.47,
  9.58,
  9.71,
  10.15,
  10.04,
  10.05,
  9.29,
  9.48,
  10.06,
  9.1,
  8.82,
  9.06,
  9.78,
  9.8,
  9.85,
  8.95,
  8.78,
  9.35,
  9.4,
  9.29,
  9.15,
  9.36,
  9.34,
  9.56,
  9.53,
  9.34,
  9.45,
  9.8,
  9.95,
  10.24,
  10.48,
  11.57,
  11.63,
  12.75,
  12.1,
  12.19,
  12.34,
  12.34,
  11.46,
  12.44,
  12.93,
  11.2,
  11.99,
  10.64,
  11.96,
  11.5,
  12.14,
  11.4,
  11.53,
  11.47,
  12.9,
  12.47,
  11.76,
  12.54,
  13.24,
  13.84,
  12.4,
  12.95,
  11.85,
  11.96,
  11.87,
  11.08,
  10.76,
  11.41,
  11.03,
  10.93,
  10.07,
  9.32,
  9.15,
  9.34,
  8.99,
  9.68,
  10.21,
  10.24,
  11.06,
  12.07,
  12.14,
  11.45,
  11.47,
  11.49,
  11.41,
  11.43,
  11.68,
  11.24,
  11.3,
  11.68,
  11.72,
  11.06,
  10.86,
  10.59,
  10.35,
  9.84,
  9.99,
  9.82,
  9.68,
  9.85,
  10.02,
  9.77,
  9.7,
  9.78,
  9.82,
  10.38,
  10.9,
  11.24,
  11.46,
  12.24,
  12.12,
  12.63,
  12.09,
  11.92,
  14.55,
  12.74,
  11.52,
  11.68,
  12.07,
  11.51,
  11.44,
  11.15,
  11.21,
  10.95,
  10.38,
  10.18,
  10.11,
  8.28,
  7.55,
  6.836,
  7.15,
  7.34,
  7.52,
  7.64,
  7.35,
  7.72,
  7.45 ;

 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 =
  9.29,
  4.998,
  2.391,
  1.803,
  1.882,
  2.587,
  3.018,
  2.47,
  3.332,
  3.998,
  4.077,
  5.057,
  5.88,
  5.292,
  7.17,
  4.704,
  2.842,
  2.822,
  3.097,
  1.666,
  1.842,
  3.136,
  3.489,
  3.254,
  3.293,
  4.743,
  4.194,
  4.508,
  4.312,
  3.626,
  2.626,
  1.47,
  2.195,
  1.882,
  4.351,
  4.822,
  3.92,
  3.802,
  3.332,
  5.645,
  5.331,
  6.468,
  6.625,
  7.1,
  8.47,
  8.53,
  7.68,
  7.84,
  8.19,
  6.899,
  8.23,
  9.64,
  8.62,
  8.7,
  11.21,
  10.04,
  8.66,
  11.05,
  9.8,
  8.9,
  9.06,
  10,
  7.76,
  6.625,
  7.29,
  7.17,
  10.51,
  9.53,
  12.43,
  10.58,
  9.6,
  8.86,
  8.51,
  7.41,
  10.51,
  9.64,
  5.586,
  8.23,
  4.704,
  3.214,
  3.254,
  3.959,
  4.234,
  5.174,
  5.998,
  4.586,
  8.78,
  6.076,
  3.136,
  2.47,
  2.509,
  4.351,
  4.665,
  4.508,
  4.665,
  4.469,
  3.724,
  3.332,
  5.331,
  4.469,
  3.626,
  3.175,
  2.254,
  1.764,
  1.842,
  2.038,
  1.999,
  1.372,
  1.058,
  0.51,
  2.038,
  2.666,
  4.782,
  5.723,
  5.841,
  7.57,
  7.29,
  8.55,
  9.84,
  9.21,
  12.66,
  13.17,
  11.13,
  10.78,
  9.84,
  11.05,
  10.07,
  9.17,
  9.84,
  7.72,
  8.31,
  6.272,
  4.194,
  5.096,
  5.292,
  4.234,
  2.744,
  4.9,
  4.704,
  5.645,
  4.861,
  3.998,
  5.057,
  4.116,
  2.862,
  1.764,
  2.234,
  1.999,
  2.783,
  4.508,
  4.273,
  5.135,
  4.626,
  6.625,
  9.68,
  9.02,
  7.84,
  8.31,
  8.39,
  9.02,
  8.35,
  8.94,
  8.51,
  8.04,
  7.41,
  9.09,
  6.037,
  7.49 ;

 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 =
  7.51,
  1.191,
  1.534,
  1.337,
  1.148,
  1.754,
  2.418,
  1.923,
  2.831,
  3.37,
  3.433,
  4.094,
  5.185,
  4.615,
  6.095,
  4.161,
  1.604,
  2.069,
  2.467,
  0.047,
  1.238,
  2.794,
  3.02,
  2.772,
  2.761,
  3.932,
  3.356,
  3.684,
  3.641,
  2.877,
  2.025,
  0.958,
  1.879,
  1.484,
  3.961,
  4.298,
  2.675,
  3.327,
  2.811,
  4.62,
  4.68,
  5.56,
  5.479,
  5.816,
  7.22,
  7.09,
  6.775,
  6.955,
  6.551,
  5.639,
  6.718,
  7.96,
  6.899,
  7.58,
  9.44,
  8.09,
  7.67,
  9.62,
  7.22,
  7.68,
  7.92,
  8.46,
  6.393,
  5.771,
  6.429,
  6.15,
  8.48,
  8.04,
  10.61,
  8.6,
  8.09,
  7.83,
  7.33,
  6.484,
  9.2,
  8.23,
  3.541,
  7.22,
  2.143,
  2.608,
  2.759,
  3.562,
  2.977,
  4.377,
  4.806,
  2.442,
  7.84,
  4.234,
  1.943,
  1.359,
  2.27,
  3.577,
  4.057,
  4.195,
  4.14,
  3.864,
  3.217,
  2.962,
  4.839,
  3.874,
  3.027,
  2.734,
  1.636,
  1.435,
  1.562,
  1.74,
  1.657,
  0.746,
  0.825,
  0.263,
  1.688,
  2.316,
  3.94,
  5.017,
  5.174,
  6.663,
  6.372,
  7.52,
  8.69,
  7.51,
  10.48,
  11.49,
  8.83,
  9.32,
  8.54,
  9.44,
  8.7,
  7.75,
  8.25,
  6.879,
  6.993,
  4.75,
  3.306,
  4.167,
  4.673,
  3.737,
  1.919,
  4.514,
  4.251,
  5.086,
  4.137,
  3.177,
  4.446,
  3.595,
  0.995,
  0.49,
  1.682,
  1.668,
  2.31,
  4.02,
  3.931,
  4.598,
  4.013,
  5.631,
  7.87,
  7.83,
  6.298,
  5.968,
  7.26,
  7.79,
  7.17,
  7.69,
  7.42,
  6.993,
  6.513,
  7.48,
  5.301,
  6.64 ;

 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 =
  329.1667,
  36.3267,
  187.2667,
  28.7067,
  179.6667,
  252.4667,
  217.9667,
  260.4667,
  301.8667,
  347.4467,
  356.1567,
  355.9467,
  13.0167,
  34.3667,
  56.6667,
  57.5667,
  17.5167,
  58.6667,
  2.8867,
  328.3667,
  184.0667,
  159.5667,
  169.0667,
  163.2667,
  176.5667,
  140.6667,
  188.7667,
  227.7667,
  224.8667,
  210.7667,
  163.8667,
  218.7667,
  220.8667,
  170.5667,
  169.4667,
  188.3667,
  191.5667,
  195.9667,
  190.0667,
  180.8667,
  180.1667,
  193.9667,
  201.2667,
  197.2667,
  195.0667,
  187.3667,
  185.0667,
  177.7667,
  182.3667,
  190.0667,
  194.6667,
  192.3667,
  180.4667,
  175.8667,
  186.0667,
  183.1667,
  187.2667,
  189.3667,
  188.4667,
  186.9667,
  184.5667,
  180.3667,
  185.1667,
  196.3667,
  187.1667,
  183.8667,
  194.1667,
  190.4667,
  199.7667,
  194.3667,
  194.8667,
  196.6667,
  196.8667,
  201.9667,
  218.7667,
  199.8667,
  264.7667,
  237.6667,
  282.3667,
  234.2667,
  252.7667,
  303.9667,
  339.7667,
  352.3967,
  5.2167,
  6.3467,
  340.2667,
  351.9467,
  1.1767,
  173.7667,
  221.3667,
  211.9667,
  210.3667,
  189.1667,
  207.1667,
  209.1667,
  190.1667,
  199.4667,
  205.8667,
  216.9667,
  214.6667,
  260.3667,
  235.5667,
  350.0887,
  40.5367,
  350.3197,
  356.3967,
  67.0667,
  3.6967,
  354.6167,
  141.5667,
  152.3667,
  155.7667,
  168.5667,
  181.1667,
  175.1667,
  179.3667,
  163.8667,
  172.1667,
  177.4667,
  177.5667,
  174.6667,
  180.5667,
  182.3667,
  184.0667,
  188.9667,
  186.1667,
  187.7667,
  192.8667,
  204.9667,
  209.9667,
  210.4667,
  216.6667,
  227.7667,
  218.4667,
  207.0667,
  195.6667,
  188.3667,
  185.2667,
  209.8667,
  201.1667,
  188.1667,
  205.2667,
  232.9667,
  315.1667,
  252.9667,
  106.8667,
  82.8667,
  59.9667,
  33.5467,
  25.2967,
  31.4267,
  33.1167,
  43.1867,
  70.2667,
  62.5667,
  64.4667,
  60.2667,
  64.7667,
  30.0767,
  18.9267,
  32.2267,
  30.9367,
  37.0967,
  48.3667,
  53.3467,
  44.2367,
  72.8667 ;

 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 =
  2691.811,
  1184.04,
  124.9958,
  177.6176,
  134.7272,
  175.6953,
  378.4935,
  145.6,
  148.3632,
  2302.553,
  2476.157,
  1345.63,
  2232.271,
  1465.771,
  2074.285,
  2784.92,
  2937.499,
  2936.899,
  2929.09,
  2930.291,
  2950.114,
  2952.517,
  2956.722,
  2956.722,
  2955.521,
  2955.521,
  1248.916,
  284.7234,
  591.1433,
  2951.316,
  2952.517,
  2956.722,
  2956.722,
  2953.118,
  2947.711,
  2933.294,
  2945.309,
  2912.27,
  2938.701,
  2855.203,
  2905.061,
  212.3384,
  797.7861,
  2909.867,
  213.2394,
  308.8117,
  379.8151,
  2938.1,
  2929.69,
  2885.238,
  677.6449,
  795.3832,
  407.5677,
  631.9913,
  637.9984,
  532.8749,
  464.9951,
  339.8081,
  710.6837,
  474.0057,
  543.0869,
  1668.809,
  557.5038,
  275.052,
  508.8466,
  215.8225,
  1241.107,
  1526.442,
  2156.582,
  2031.035,
  2085.098,
  2056.865,
  2029.233,
  1877.254,
  1644.18,
  1740.894,
  1390.082,
  493.829,
  230.0592,
  226.6952,
  177.077,
  259.9142,
  430.1542,
  2891.846,
  2939.302,
  2915.874,
  2929.69,
  2943.506,
  2939.302,
  2942.305,
  2946.51,
  2950.114,
  2946.51,
  2952.517,
  2954.92,
  2955.521,
  2954.92,
  2956.722,
  2956.722,
  2956.722,
  2956.722,
  2956.121,
  2953.118,
  2955.521,
  2956.121,
  2947.711,
  2946.51,
  2939.902,
  2940.503,
  2942.305,
  2948.913,
  2944.107,
  2950.715,
  2939.902,
  2948.913,
  2912.87,
  2948.312,
  2947.711,
  2930.291,
  2793.931,
  2934.496,
  2914.673,
  2897.252,
  2894.249,
  2894.849,
  2828.171,
  1866.441,
  2580.68,
  2512.801,
  2597.5,
  2458.737,
  2215.451,
  2739.867,
  2801.74,
  2814.355,
  2793.33,
  2869.62,
  2895.45,
  2878.03,
  2897.252,
  2891.846,
  2896.651,
  2881.634,
  2899.655,
  2860.609,
  2938.1,
  2914.072,
  2891.245,
  2874.425,
  2956.121,
  2956.722,
  2956.121,
  2956.722,
  2955.521,
  2953.719,
  2956.121,
  2953.719,
  2906.864,
  1890.469,
  1250.718,
  1388.28,
  2318.172,
  1940.328,
  2616.723,
  2944.107,
  2946.51,
  2903.259,
  2411.882 ;

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