netcdf J0206.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:17:39 2004: /usr/local/nco/bin/ncrcat -d time,2453054.625,2453060.6250 J0206.met.realtime.nc J0206.met.realtime.nc.new\n",
			"20-Feb-2004 22:33:50:  Modified [lon,lat] to [-67.012100,44.890000]." ;
		: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 = 49997 ;
		:visibility_sensor_serial_number = 267 ;
		:processing = "realtime" ;
		:water_depth = 35 ;
		:mooring_site_id = "J0206" ;
		:mooring_site_desc = "Cobscook Bay" ;
		:breakout_id = 1 ;
		:delta_t = 60 ;
		:magnetic_variation = -18.6 ;
		:goes_platform_id = "044073C4" ;
		:starting_julian_day_number = 2453100.00000579 ;
		:starting_julian_day_string = "2004-04-04 00:00:00" ;
		:ending_julian_day_number = 2453106.95833912 ;
		:ending_julian_day_string = "2004-04-10 23:00:00" ;
		:algorithm_ids = "WIND_DIR_1.2:  16-Jan-2004 21:02:30\n",
			"AAN_VIZ_1.2:  16-Jan-2004 21:02:30" ;
data:

 lat = 44.89 ;

 lon = -67.0121 ;

 air_temperature_depth = -3 ;

 visibility_depth = -3 ;

 wind_depth = -4 ;

 time = 2453100, 2453100.04166667, 2453100.08333333, 2453100.125, 
    2453100.16666667, 2453100.20833333, 2453100.25, 2453100.29166667, 
    2453100.33333333, 2453100.375, 2453100.41666667, 2453100.45833333, 
    2453100.5, 2453100.54166667, 2453100.58333333, 2453100.625, 
    2453100.66666667, 2453100.70833333, 2453100.75, 2453100.79166667, 
    2453100.83333333, 2453100.875, 2453100.91666667, 2453100.95833333, 
    2453101, 2453101.04166667, 2453101.08333333, 2453101.125, 
    2453101.16666667, 2453101.20833333, 2453101.25, 2453101.29166667, 
    2453101.33333333, 2453101.375, 2453101.41666667, 2453101.45833333, 
    2453101.5, 2453101.54166667, 2453101.58333333, 2453101.625, 
    2453101.66666667, 2453101.70833333, 2453101.75, 2453101.79166667, 
    2453101.83333333, 2453101.875, 2453101.91666667, 2453101.95833333, 
    2453102, 2453102.04166667, 2453102.08333333, 2453102.125, 
    2453102.16666667, 2453102.20833333, 2453102.25, 2453102.29166667, 
    2453102.33333333, 2453102.375, 2453102.41666667, 2453102.45833333, 
    2453102.5, 2453102.54166667, 2453102.58333333, 2453102.625, 
    2453102.66666667, 2453102.70833333, 2453102.75, 2453102.79166667, 
    2453102.83333333, 2453102.875, 2453102.91666667, 2453102.95833333, 
    2453103, 2453103.04166667, 2453103.08333333, 2453103.125, 
    2453103.16666667, 2453103.20833333, 2453103.25, 2453103.29166667, 
    2453103.33333333, 2453103.375, 2453103.41666667, 2453103.45833333, 
    2453103.5, 2453103.54166667, 2453103.58333333, 2453103.625, 
    2453103.66666667, 2453103.70833333, 2453103.75, 2453103.79166667, 
    2453103.83333333, 2453103.875, 2453103.91666667, 2453103.95833333, 
    2453104, 2453104.04166667, 2453104.08333333, 2453104.125, 
    2453104.16666667, 2453104.20833333, 2453104.25, 2453104.29166667, 
    2453104.33333333, 2453104.375, 2453104.41666667, 2453104.45833333, 
    2453104.5, 2453104.54166667, 2453104.58333333, 2453104.625, 
    2453104.66666667, 2453104.70833333, 2453104.75, 2453104.79166667, 
    2453104.83333333, 2453104.875, 2453104.91666667, 2453104.95833333, 
    2453105, 2453105.04166667, 2453105.08333333, 2453105.125, 
    2453105.16666667, 2453105.20833333, 2453105.25, 2453105.29166667, 
    2453105.33333333, 2453105.375, 2453105.41666667, 2453105.45833333, 
    2453105.5, 2453105.54166667, 2453105.58333333, 2453105.625, 
    2453105.66666667, 2453105.70833333, 2453105.75, 2453105.79166667, 
    2453105.83333333, 2453105.875, 2453105.91666667, 2453105.95833333, 
    2453106, 2453106.04166667, 2453106.08333333, 2453106.125, 
    2453106.16666667, 2453106.20833333, 2453106.25, 2453106.29166667, 
    2453106.33333333, 2453106.375, 2453106.41666667, 2453106.45833333, 
    2453106.5, 2453106.54166667, 2453106.58333333, 2453106.625, 
    2453106.66666667, 2453106.70833333, 2453106.75, 2453106.79166667, 
    2453106.83333333, 2453106.875, 2453106.91666667, 2453106.95833333 ;

 air_temperature =
  1.992,
  2.947,
  2.927,
  2.715,
  2.519,
  2.111,
  1.924,
  1.644,
  1.553,
  1.519,
  1.519,
  1.618,
  1.656,
  1.739,
  1.985,
  2.084,
  2.227,
  2.622,
  2.881,
  3.203,
  3.515,
  3.523,
  3.67,
  3.759,
  3.396,
  3.231,
  2.748,
  2.449,
  2.17,
  2.099,
  2.388,
  2.194,
  1.064,
  0.21,
  0.119,
  0.126,
  0.298,
  0.617,
  0.637,
  0.736,
  0.509,
  0.566,
  0.484,
  0.305,
  0.229,
  -0.03,
  -0.093,
  -1.25,
  -2.18,
  -2.394,
  -2.506,
  -2.468,
  -2.534,
  -2.643,
  -2.341,
  -2.111,
  -1.91,
  -1.934,
  -1.868,
  -1.747,
  -1.592,
  -1.427,
  -1.128,
  -0.634,
  0.03,
  0.726,
  1.094,
  0.966,
  1.662,
  2.061,
  2.124,
  1.949,
  1.352,
  0.477,
  0.559,
  0.537,
  0.65,
  1.007,
  1.142,
  1.119,
  1.216,
  1.234,
  1.429,
  1.662,
  1.965,
  2.666,
  3.296,
  3.757,
  4.245,
  4.627,
  3.503,
  3.216,
  3.231,
  2.941,
  3.302,
  4.096,
  3.457,
  3.508,
  2.891,
  2.152,
  2.504,
  1.602,
  0.905,
  0.69,
  1.205,
  0.982,
  1.35,
  1.799,
  2.881,
  4.285,
  5.05,
  6.59,
  7.72,
  5.802,
  7.75,
  7.14,
  8.11,
  7.53,
  6.414,
  4.82,
  3.789,
  3.407,
  3.248,
  3.817,
  3.657,
  2.454,
  1.313,
  1.203,
  1.818,
  1.526,
  1.598,
  3.39,
  3.826,
  4.818,
  3.792,
  4.379,
  3.862,
  3.608,
  3.031,
  3.618,
  3.533,
  3.385,
  2.334,
  2.3,
  4.473,
  5.987,
  5.677,
  4.769,
  4.032,
  3.378,
  2.739,
  2.238,
  1.817,
  1.453,
  0.945,
  1.29,
  2.582,
  3.744,
  4.411,
  5.035,
  5.03,
  5.286,
  5.103,
  5.692,
  6.046,
  6.355,
  5.976,
  5.032 ;

 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 =
  2.626,
  3.998,
  5.919,
  5.292,
  4.743,
  6.35,
  7.25,
  7.49,
  7.37,
  6.076,
  5.841,
  7.68,
  6.978,
  6.586,
  6.821,
  5.958,
  6.233,
  6.625,
  5.841,
  5.645,
  4.273,
  3.332,
  4.273,
  3.214,
  3.606,
  3.038,
  1.803,
  1.372,
  1.45,
  1.215,
  4.782,
  2.254,
  0.941,
  0,
  6.586,
  0.49,
  4.155,
  4.704,
  5.41,
  6.468,
  8.9,
  8.9,
  9.25,
  11.96,
  9.11,
  10.9,
  12.54,
  12.54,
  13.33,
  9.72,
  9.02,
  9.06,
  10.07,
  9.88,
  8.58,
  11.21,
  10.86,
  11.6,
  11.17,
  11.52,
  9.92,
  10.66,
  11.13,
  10.19,
  10.62,
  10.66,
  9.33,
  10.47,
  12.23,
  10.29,
  11.13,
  10.86,
  8.82,
  9.76,
  10.15,
  8.78,
  8.7,
  8.86,
  8.9,
  7.88,
  8.19,
  9.09,
  8.62,
  7.8,
  7.45,
  9.88,
  6.37,
  4.822,
  3.175,
  3.842,
  4.665,
  3.881,
  5.214,
  3.724,
  3.685,
  2.862,
  3.998,
  4.194,
  2.058,
  0.314,
  2.156,
  1.176,
  0.666,
  1.176,
  1.137,
  1.842,
  2.783,
  1.862,
  4.939,
  5.331,
  4.782,
  3.685,
  5.174,
  7.92,
  10.43,
  9.41,
  10.47,
  11.37,
  11.13,
  8.47,
  6.978,
  4.547,
  2.94,
  3.45,
  3.724,
  3.332,
  1.666,
  2.783,
  3.528,
  2.254,
  2.274,
  2.078,
  0.98,
  2.548,
  3.685,
  3.41,
  5.37,
  7.68,
  7.45,
  4.9,
  5.723,
  4.606,
  4.351,
  3.528,
  3.959,
  3.92,
  4.547,
  4.704,
  6.076,
  8,
  9.25,
  7.33,
  6.546,
  5.762,
  6.194,
  6.272,
  7.8,
  8.78,
  12.15,
  9.96,
  9.49,
  10,
  9.88,
  10.78,
  9.09,
  8.04,
  9.68,
  8.66 ;

 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 =
  1.808,
  3.21,
  4.076,
  4.23,
  3.548,
  4.762,
  5.07,
  5.908,
  5.367,
  4.934,
  4.359,
  5.264,
  5.171,
  4.527,
  4.791,
  4.13,
  4.226,
  4.363,
  4.478,
  4.798,
  3.436,
  2.713,
  3.512,
  2.302,
  2.886,
  1.999,
  1.312,
  0.992,
  1.123,
  0.98,
  3.187,
  1.343,
  0.485,
  0,
  1.634,
  0,
  3.463,
  3.351,
  4.643,
  5.311,
  6.361,
  7.35,
  7.17,
  10.37,
  7.41,
  8.57,
  9.81,
  9.63,
  10.06,
  7.47,
  6.947,
  6.958,
  7.77,
  7.74,
  7.22,
  7.82,
  7.63,
  9.12,
  8.33,
  8.43,
  7.6,
  7.68,
  8.55,
  8.07,
  8.94,
  8.62,
  7.68,
  8.42,
  9.4,
  8.37,
  8.41,
  9.23,
  7.37,
  7.28,
  7.14,
  6.312,
  7.2,
  7.17,
  7.4,
  6.408,
  6.324,
  7.3,
  6.606,
  6.527,
  5.713,
  8.04,
  4.652,
  3.794,
  2.547,
  3.174,
  3.593,
  3.109,
  3.819,
  2.903,
  3.088,
  2.093,
  3.223,
  3.304,
  0.588,
  0.018,
  1.693,
  0.265,
  0.185,
  0.68,
  0.623,
  1.296,
  2.097,
  0.658,
  4.075,
  4.153,
  3.401,
  2.369,
  3.438,
  6.537,
  7.22,
  6.369,
  7.63,
  8.47,
  7.02,
  5.224,
  5.456,
  3.167,
  2.096,
  2.467,
  2.864,
  2.798,
  0.767,
  1.849,
  2.688,
  1.493,
  1.72,
  0.939,
  0.397,
  0.823,
  3.266,
  2.463,
  4.781,
  6.58,
  6.485,
  3.324,
  4.514,
  3.604,
  3.575,
  2.35,
  2.803,
  3.01,
  3.932,
  4.037,
  4.834,
  5.545,
  5.804,
  5.292,
  5.308,
  4.229,
  5.156,
  4.926,
  5.638,
  6.841,
  9.33,
  7.33,
  7.38,
  7.21,
  6.875,
  7.47,
  6.603,
  6.317,
  5.941,
  7.24 ;

 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 =
  15.05,
  17.91,
  24.46,
  1.6,
  358.36,
  346.493,
  344.124,
  347.225,
  346.413,
  355.37,
  345.883,
  349.19,
  348.161,
  354.2,
  357.16,
  351.25,
  339.1,
  345.38,
  334.9,
  334.2,
  334.8,
  314.8,
  338.7,
  333.9,
  329.6,
  358.8,
  353.63,
  264.2,
  322,
  328.8,
  346.152,
  22.52,
  72.8,
  341.4,
  314.6,
  341.4,
  331.5,
  340,
  333.2,
  326.5,
  325.8,
  318.9,
  313.6,
  319.2,
  311.3,
  303.9,
  297.3,
  285.9,
  294.8,
  287.7,
  280.4,
  280.3,
  277.7,
  269.8,
  275.8,
  269.8,
  271.3,
  275.5,
  274.4,
  277.9,
  285,
  284,
  296.5,
  297.6,
  294.7,
  288.1,
  282.4,
  298.6,
  303.2,
  294.6,
  285.7,
  300.2,
  298.2,
  294.2,
  295.1,
  293.5,
  291.8,
  289.8,
  304.1,
  292.4,
  284.3,
  285.4,
  289.2,
  315.6,
  309.1,
  312.1,
  329.3,
  310,
  317.4,
  40.5,
  140.9,
  136.8,
  130,
  126.4,
  176,
  220,
  222.1,
  239.1,
  308.1,
  208,
  300.3,
  8.25,
  300.5,
  269.4,
  313.7,
  306,
  267,
  289.1,
  254.9,
  246.5,
  271,
  252.1,
  270.8,
  174.6,
  186.3,
  183,
  214.9,
  216.9,
  221.6,
  219.8,
  222.9,
  184.6,
  196.3,
  202.2,
  201,
  204.7,
  160.9,
  172.1,
  173.2,
  192.5,
  198,
  180.3,
  314.6,
  81.3,
  129.2,
  109.3,
  134.6,
  129.7,
  136.6,
  131.8,
  119.2,
  131.5,
  155.8,
  147.4,
  310.6,
  312.3,
  302.6,
  285.3,
  284,
  294.4,
  287,
  295.7,
  293.4,
  301.3,
  284.9,
  276.2,
  291.6,
  265.3,
  280.8,
  279.7,
  276.6,
  291.7,
  280.6,
  273,
  270.9,
  289,
  299.1,
  296.7 ;

 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 =
  2749.479,
  2135.557,
  2614.32,
  2956.722,
  2732.058,
  2313.366,
  2618.525,
  2266.511,
  2766.298,
  2958.524,
  2958.524,
  2957.923,
  2958.524,
  2958.524,
  2956.722,
  2771.104,
  2856.404,
  2959.125,
  2955.521,
  2936.298,
  2959.125,
  2958.524,
  2895.45,
  2958.524,
  2957.923,
  2958.524,
  2957.923,
  2958.524,
  2957.923,
  2958.524,
  2958.524,
  2922.482,
  1824.993,
  884.8884,
  1663.403,
  440.3662,
  102.0488,
  2876.828,
  1831,
  1174.428,
  913.7222,
  2283.932,
  1763.721,
  1227.291,
  2011.211,
  1798.562,
  449.3768,
  533.4756,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2958.524,
  2958.524,
  2958.524,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2913.471,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2958.524,
  2958.524,
  2604.108,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2959.125,
  2897.853,
  2959.125,
  2959.125,
  2959.125,
  2950.715,
  2957.923,
  2959.125,
  2958.524,
  2959.125,
  2959.125,
  2958.524,
  2957.923,
  2957.923,
  2957.923,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2888.241,
  2958.524,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2958.524,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2957.923,
  2957.923,
  2957.923,
  2957.923,
  2957.923,
  2957.923,
  2957.923,
  2958.524,
  2957.923,
  2957.923,
  2957.923,
  2957.923,
  2959.125,
  2956.722,
  2959.125,
  2957.923,
  2959.125,
  2959.125,
  2958.524,
  2928.489,
  2954.92,
  2959.125,
  2959.125,
  2959.125,
  2957.923,
  2957.923,
  2957.923,
  2957.923,
  2957.923,
  2957.923,
  2957.923,
  2957.923,
  2957.923,
  2957.923,
  2957.923,
  2846.793,
  2959.125,
  2959.125,
  2959.125,
  2954.92,
  2703.224,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2958.524,
  2959.125,
  2959.125,
  2958.524 ;

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