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 = 2453114.00000579 ;
		:starting_julian_day_string = "2004-04-18 00:00:00" ;
		:ending_julian_day_number = 2453120.95833912 ;
		:ending_julian_day_string = "2004-04-24 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 = 2453114, 2453114.04166667, 2453114.08333333, 2453114.125, 
    2453114.16666667, 2453114.20833333, 2453114.25, 2453114.29166667, 
    2453114.33333333, 2453114.375, 2453114.41666667, 2453114.45833333, 
    2453114.5, 2453114.54166667, 2453114.58333333, 2453114.625, 
    2453114.66666667, 2453114.70833333, 2453114.75, 2453114.79166667, 
    2453114.83333333, 2453114.875, 2453114.91666667, 2453114.95833333, 
    2453115, 2453115.04166667, 2453115.08333333, 2453115.125, 
    2453115.16666667, 2453115.20833333, 2453115.25, 2453115.29166667, 
    2453115.33333333, 2453115.375, 2453115.41666667, 2453115.45833333, 
    2453115.5, 2453115.54166667, 2453115.58333333, 2453115.625, 
    2453115.66666667, 2453115.70833333, 2453115.75, 2453115.79166667, 
    2453115.83333333, 2453115.875, 2453115.91666667, 2453115.95833333, 
    2453116, 2453116.04166667, 2453116.08333333, 2453116.125, 
    2453116.16666667, 2453116.20833333, 2453116.25, 2453116.29166667, 
    2453116.33333333, 2453116.375, 2453116.41666667, 2453116.45833333, 
    2453116.5, 2453116.54166667, 2453116.58333333, 2453116.625, 
    2453116.66666667, 2453116.70833333, 2453116.75, 2453116.79166667, 
    2453116.83333333, 2453116.875, 2453116.91666667, 2453116.95833333, 
    2453117, 2453117.04166667, 2453117.08333333, 2453117.125, 
    2453117.16666667, 2453117.20833333, 2453117.25, 2453117.29166667, 
    2453117.33333333, 2453117.375, 2453117.41666667, 2453117.45833333, 
    2453117.5, 2453117.54166667, 2453117.58333333, 2453117.625, 
    2453117.66666667, 2453117.70833333, 2453117.75, 2453117.79166667, 
    2453117.83333333, 2453117.875, 2453117.91666667, 2453117.95833333, 
    2453118, 2453118.04166667, 2453118.08333333, 2453118.125, 
    2453118.16666667, 2453118.20833333, 2453118.25, 2453118.29166667, 
    2453118.33333333, 2453118.375, 2453118.41666667, 2453118.45833333, 
    2453118.5, 2453118.54166667, 2453118.58333333, 2453118.625, 
    2453118.66666667, 2453118.70833333, 2453118.75, 2453118.79166667, 
    2453118.83333333, 2453118.875, 2453118.91666667, 2453118.95833333, 
    2453119, 2453119.04166667, 2453119.08333333, 2453119.125, 
    2453119.16666667, 2453119.20833333, 2453119.25, 2453119.29166667, 
    2453119.33333333, 2453119.375, 2453119.41666667, 2453119.45833333, 
    2453119.5, 2453119.54166667, 2453119.58333333, 2453119.625, 
    2453119.66666667, 2453119.70833333, 2453119.75, 2453119.79166667, 
    2453119.83333333, 2453119.875, 2453119.91666667, 2453119.95833333, 
    2453120, 2453120.04166667, 2453120.08333333, 2453120.125, 
    2453120.16666667, 2453120.20833333, 2453120.25, 2453120.29166667, 
    2453120.33333333, 2453120.375, 2453120.41666667, 2453120.45833333, 
    2453120.5, 2453120.54166667, 2453120.58333333, 2453120.625, 
    2453120.66666667, 2453120.70833333, 2453120.75, 2453120.79166667, 
    2453120.83333333, 2453120.875, 2453120.91666667, 2453120.95833333 ;

 air_temperature =
  5.548,
  5.579,
  5.488,
  5.461,
  6.136,
  5.935,
  6.247,
  6.208,
  7.13,
  7.5,
  6.87,
  7.81,
  7.17,
  6.967,
  7.82,
  10.56,
  10.48,
  8.96,
  8.45,
  6.546,
  6.818,
  6.862,
  6.7,
  6.517,
  6.395,
  6.499,
  6.464,
  6.402,
  6.354,
  5.979,
  6.394,
  5.849,
  5.492,
  5.389,
  5.617,
  5.315,
  5.424,
  5.349,
  5.713,
  5.601,
  6.012,
  7.01,
  8.37,
  10.43,
  10.54,
  10.38,
  9.93,
  9.41,
  10.44,
  10.01,
  9.68,
  8.96,
  8.11,
  15.68,
  11.31,
  9.48,
  11.86,
  9.98,
  9.13,
  8.18,
  7.66,
  7.72,
  7.43,
  7.06,
  7.56,
  8.5,
  8.98,
  9.4,
  9.34,
  9.49,
  9.05,
  7.2,
  9.05,
  8.69,
  8.04,
  7.53,
  6.712,
  5.735,
  5.785,
  5.826,
  5.693,
  5.412,
  5.223,
  5.277,
  5.054,
  5.169,
  5.1,
  5.014,
  4.997,
  4.797,
  4.914,
  5.195,
  5.199,
  5.544,
  5.587,
  5.634,
  5.431,
  5.563,
  5.519,
  5.717,
  5.25,
  5.413,
  5.426,
  5.358,
  5.535,
  5.679,
  5.5,
  5.43,
  5.443,
  5.571,
  5.557,
  5.889,
  5.889,
  6.263,
  6.7,
  7.26,
  8.27,
  8.45,
  8.54,
  7.65,
  6.927,
  7.53,
  7.49,
  9.81,
  9.23,
  10.37,
  8.96,
  8.39,
  7.42,
  7.67,
  7.17,
  6.768,
  6.065,
  5.858,
  5.98,
  5.703,
  5.687,
  5.883,
  5.787,
  4.989,
  5.201,
  5.182,
  4.791,
  4.89,
  4.608,
  4.599,
  4.563,
  4.506,
  4.45,
  4.526,
  4.576,
  4.62,
  4.464,
  4.528,
  4.288,
  4.579,
  4.519,
  4.55,
  4.851,
  5.234,
  5.577,
  6.105,
  10.42,
  10.12,
  10.54,
  10.41,
  10.02,
  9.19 ;

 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.116,
  1.411,
  2.94,
  3.606,
  5.096,
  3.724,
  2.47,
  3.998,
  3.626,
  4.273,
  3.136,
  7.84,
  4.508,
  2.744,
  2.94,
  2.195,
  3.097,
  3.763,
  5.684,
  5.723,
  6.115,
  6.115,
  6.468,
  5.488,
  3.43,
  4.39,
  4.273,
  4.586,
  4.822,
  3.646,
  3.254,
  3.646,
  2.234,
  2.509,
  4.038,
  6.938,
  8.04,
  7.8,
  8.27,
  8.51,
  7.84,
  9.17,
  8.27,
  10.78,
  11.21,
  13.21,
  13.37,
  12.7,
  14.11,
  12.62,
  12.23,
  10.82,
  8.43,
  13.09,
  8.43,
  5.684,
  11.25,
  8.43,
  8.62,
  8.86,
  7.49,
  7.21,
  7.76,
  5.292,
  5.762,
  4.704,
  5.488,
  7.64,
  6.174,
  5.135,
  4.998,
  2.94,
  3.018,
  4.743,
  4.273,
  5.488,
  3.332,
  1.078,
  3.606,
  4.665,
  5.723,
  7.68,
  8.11,
  6.35,
  5.135,
  4.41,
  4.116,
  5.527,
  5.174,
  5.331,
  5.802,
  4.586,
  6.076,
  5.998,
  7.17,
  8.19,
  7.72,
  6.86,
  7.33,
  7.13,
  5.488,
  5.331,
  4.704,
  4.116,
  6.272,
  4.214,
  5.527,
  1.47,
  1.842,
  2.391,
  2.94,
  2.862,
  3.371,
  4.194,
  4.351,
  6.311,
  5.802,
  5.958,
  4.743,
  5.096,
  4.116,
  4.194,
  3.254,
  5.253,
  3.528,
  6.703,
  5.488,
  3.332,
  2.47,
  3.802,
  6.272,
  5.135,
  2.038,
  3.097,
  2.156,
  2.862,
  5.292,
  2.45,
  3.018,
  5.37,
  4.234,
  3.528,
  4.273,
  4.116,
  3.842,
  3.528,
  3.214,
  2.548,
  2.195,
  1.49,
  0.784,
  1.999,
  1.019,
  2.352,
  0.784,
  3.136,
  4.978,
  5.802,
  6.703,
  6.782,
  6.233,
  5.762,
  11.92,
  14.15,
  13.6,
  14.78,
  12.78,
  9.92 ;

 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 =
  2.714,
  0.358,
  1.86,
  3.175,
  3.649,
  0.745,
  2.086,
  3.19,
  3.073,
  3.961,
  2.179,
  6.947,
  3.299,
  2.213,
  2.358,
  1.901,
  2.626,
  3.479,
  4.908,
  4.783,
  5.143,
  5.414,
  5.802,
  4.139,
  2.789,
  3.894,
  3.563,
  4.025,
  4.012,
  2.96,
  2.696,
  2.733,
  1.684,
  2.1,
  2.75,
  5.606,
  6.653,
  6.613,
  7.21,
  7.51,
  6.54,
  7.6,
  7.32,
  8.24,
  9.45,
  11.65,
  11.53,
  11.08,
  11.87,
  10.85,
  10.6,
  9.37,
  6.904,
  10.46,
  7.26,
  4.359,
  8.49,
  7.15,
  7.33,
  7.64,
  5.835,
  5.907,
  5.863,
  3.269,
  4.247,
  3.823,
  4.945,
  6.519,
  4.9,
  4.488,
  3.989,
  2.122,
  1.997,
  3.038,
  3.613,
  4.429,
  2.764,
  0.002,
  2.968,
  4.136,
  4.981,
  6.735,
  6.324,
  5.341,
  4.361,
  3.432,
  3.328,
  4.327,
  4.345,
  4.404,
  4.631,
  4.022,
  4.904,
  5.165,
  6.008,
  6.553,
  6.485,
  5.799,
  6.143,
  6.296,
  3.99,
  4.693,
  3.916,
  3.6,
  5.08,
  1.803,
  3.55,
  0.605,
  1.274,
  2.017,
  2.22,
  2.448,
  2.414,
  3.467,
  3.758,
  5.631,
  4.753,
  5.162,
  3.479,
  4.616,
  3.254,
  3.253,
  2.771,
  4.525,
  2.959,
  5.998,
  4.395,
  2.322,
  1.819,
  3.231,
  5.236,
  3.709,
  1.31,
  2.325,
  1.537,
  2.281,
  4.17,
  1.494,
  2.374,
  4.562,
  3.445,
  2.966,
  3.688,
  3.272,
  3.247,
  2.796,
  2.658,
  1.932,
  1.709,
  0.803,
  0.128,
  1.581,
  0.481,
  1.839,
  0.269,
  2.572,
  4.056,
  5.039,
  5.727,
  5.99,
  5.285,
  4.869,
  10.41,
  10.65,
  11.04,
  11.94,
  10.95,
  6.534 ;

 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 =
  94.0667,
  134.4667,
  221.6667,
  208.5667,
  264.5667,
  13.4667,
  16.0967,
  334.2667,
  329.6667,
  7.6267,
  9.0667,
  22.4767,
  0.2067,
  14.3767,
  54.6667,
  106.5667,
  138.4667,
  143.8667,
  168.1667,
  207.5667,
  213.9667,
  222.1667,
  224.0667,
  212.3667,
  225.5667,
  213.8667,
  222.2667,
  220.2667,
  179.3667,
  198.7667,
  174.9667,
  167.3667,
  179.5667,
  131.5667,
  163.0667,
  183.8667,
  196.6667,
  202.2667,
  197.6667,
  197.1667,
  197.5667,
  190.5667,
  195.3667,
  190.6667,
  198.4667,
  198.7667,
  195.9667,
  193.8667,
  200.9667,
  206.3667,
  206.0667,
  209.6667,
  241.5667,
  267.6667,
  245.7667,
  252.4667,
  308.5667,
  318.9667,
  342.7667,
  346.0367,
  321.0667,
  332.2667,
  345.9877,
  354.4867,
  347.8127,
  2.7167,
  350.2857,
  356.5067,
  351.1067,
  8.3267,
  4.4667,
  274.9667,
  319.6667,
  318.4667,
  19.1967,
  20.2267,
  12.8867,
  9.1867,
  23.1467,
  46.0367,
  69.6667,
  99.1667,
  98.4667,
  104.8667,
  90.4667,
  100.5667,
  93.1667,
  111.6667,
  130.6667,
  126.9667,
  126.5667,
  145.7667,
  146.9667,
  163.9667,
  149.8667,
  146.1667,
  151.0667,
  149.4667,
  156.4667,
  151.8667,
  164.7667,
  149.8667,
  158.6667,
  155.2667,
  148.2667,
  172.3667,
  275.9667,
  132.0667,
  126.3667,
  230.6667,
  201.0667,
  197.5667,
  179.6667,
  172.2667,
  175.3667,
  172.7667,
  163.2667,
  195.7667,
  199.3667,
  214.8667,
  234.4667,
  226.6667,
  51.5567,
  10.6567,
  14.6367,
  4.7167,
  2.1967,
  25.4667,
  47.4467,
  45.7967,
  89.9667,
  95.2667,
  58.8667,
  90.5667,
  49.9667,
  103.4667,
  87.8667,
  63.4667,
  126.7667,
  128.2667,
  134.7667,
  157.7667,
  186.6667,
  178.7667,
  156.8667,
  162.1667,
  166.4667,
  160.0667,
  156.4667,
  217.6667,
  281.3667,
  235.3667,
  136.9667,
  181.2667,
  38.3067,
  215.3667,
  186.4667,
  184.5667,
  201.8667,
  213.2667,
  186.3667,
  191.7667,
  309.4667,
  319.5667,
  314.0667,
  315.4667,
  312.6667,
  337.6667 ;

 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 =
  2901.457,
  2896.651,
  2868.418,
  2876.828,
  2891.846,
  2859.408,
  2872.623,
  2867.217,
  2885.238,
  2855.203,
  2767.5,
  2866.616,
  2858.807,
  2879.832,
  2879.231,
  2891.245,
  2866.015,
  2896.651,
  2912.87,
  2849.796,
  2849.196,
  2845.592,
  2840.185,
  2810.15,
  2859.408,
  2867.818,
  2908.065,
  2930.291,
  2932.093,
  2860.609,
  2938.1,
  2928.489,
  2918.277,
  2918.277,
  2912.27,
  654.8181,
  217.2641,
  137.1901,
  160.077,
  138.1512,
  1585.912,
  2291.741,
  2550.645,
  2677.995,
  2611.316,
  2474.956,
  2437.112,
  2404.073,
  2457.536,
  2421.493,
  2405.875,
  2402.871,
  2374.638,
  2795.132,
  2892.447,
  2858.807,
  2930.892,
  2924.885,
  2922.482,
  2917.075,
  2917.075,
  2929.09,
  2921.28,
  2913.471,
  2933.895,
  2933.895,
  2930.892,
  2639.549,
  2635.945,
  2337.995,
  2654.567,
  2940.503,
  2953.719,
  2954.319,
  2956.722,
  2954.319,
  2954.92,
  2956.121,
  2955.521,
  2956.121,
  2956.722,
  2947.711,
  2945.309,
  2819.761,
  2921.881,
  2881.033,
  2930.291,
  2933.895,
  2920.68,
  2943.506,
  2939.302,
  2915.874,
  2921.28,
  2908.666,
  2832.376,
  2850.397,
  2792.729,
  2834.779,
  2816.758,
  2819.16,
  2730.857,
  2745.874,
  2683.401,
  2653.966,
  2609.514,
  2549.444,
  833.8284,
  680.0477,
  405.4052,
  881.2841,
  1604.534,
  1729.48,
  1981.777,
  1860.434,
  2261.706,
  2065.275,
  2228.667,
  2145.769,
  2258.101,
  2122.342,
  2383.649,
  2568.065,
  2325.38,
  2777.111,
  2934.496,
  2953.118,
  2948.312,
  2950.715,
  2878.63,
  2878.03,
  2917.676,
  2950.114,
  2948.312,
  2589.691,
  2933.895,
  2772.906,
  2930.291,
  2945.909,
  2953.719,
  2679.797,
  2948.913,
  2954.92,
  2956.121,
  2955.521,
  2957.323,
  2956.121,
  2957.323,
  2954.319,
  2956.121,
  2955.521,
  2955.521,
  2956.121,
  2957.323,
  2957.323,
  2603.507,
  2950.114,
  2947.711,
  2924.284,
  2858.807,
  2893.047,
  2930.291,
  2895.45,
  2387.854,
  2340.398,
  2100.116,
  1824.392,
  2224.462,
  1599.127 ;

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