netcdf J0208.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 = "13-May-2004 21:15:32:  Modified [lon,lat] to [-67.012500,44.889900].\n",
			"Thu May 13 20:33:32 2004: /usr/local/nco/bin/ncrcat -d time,2453139.6875,2453139.833 J0208.met.realtime.nc J0208.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 = 49999 ;
		:visibility_sensor_serial_number = 262 ;
		:processing = "realtime" ;
		:water_depth = 35 ;
		:mooring_site_id = "J0208" ;
		:mooring_site_desc = "Cobscook Bay" ;
		:breakout_id = 1 ;
		:delta_t = 60 ;
		:magnetic_variation = -18.6 ;
		:goes_platform_id = "04405528" ;
		:starting_julian_day_number = 2453177.00000579 ;
		:starting_julian_day_string = "2004-06-20 00:00:00" ;
		:ending_julian_day_number = 2453183.95833912 ;
		:ending_julian_day_string = "2004-06-26 23:00:00" ;
		:algorithm_ids = "WIND_DIR_1.2:  12-May-2004 17:24:17\n",
			"AAN_VIZ_1.2:  12-May-2004 17:24:17" ;
data:

 lat = 44.8899 ;

 lon = -67.0125 ;

 air_temperature_depth = -3 ;

 visibility_depth = -3 ;

 wind_depth = -4 ;

 time = 2453177, 2453177.04166667, 2453177.08333333, 2453177.125, 
    2453177.16666667, 2453177.20833333, 2453177.25, 2453177.29166667, 
    2453177.33333333, 2453177.375, 2453177.41666667, 2453177.45833333, 
    2453177.5, 2453177.54166667, 2453177.58333333, 2453177.625, 
    2453177.66666667, 2453177.70833333, 2453177.75, 2453177.79166667, 
    2453177.83333333, 2453177.875, 2453177.91666667, 2453177.95833333, 
    2453178, 2453178.04166667, 2453178.08333333, 2453178.125, 
    2453178.16666667, 2453178.20833333, 2453178.25, 2453178.29166667, 
    2453178.33333333, 2453178.375, 2453178.41666667, 2453178.45833333, 
    2453178.5, 2453178.54166667, 2453178.58333333, 2453178.625, 
    2453178.66666667, 2453178.70833333, 2453178.75, 2453178.79166667, 
    2453178.83333333, 2453178.875, 2453178.91666667, 2453178.95833333, 
    2453179, 2453179.04166667, 2453179.08333333, 2453179.125, 
    2453179.16666667, 2453179.20833333, 2453179.25, 2453179.29166667, 
    2453179.33333333, 2453179.375, 2453179.41666667, 2453179.45833333, 
    2453179.5, 2453179.54166667, 2453179.58333333, 2453179.625, 
    2453179.66666667, 2453179.70833333, 2453179.75, 2453179.79166667, 
    2453179.83333333, 2453179.875, 2453179.91666667, 2453179.95833333, 
    2453180, 2453180.04166667, 2453180.08333333, 2453180.125, 
    2453180.16666667, 2453180.20833333, 2453180.25, 2453180.29166667, 
    2453180.33333333, 2453180.375, 2453180.41666667, 2453180.45833333, 
    2453180.5, 2453180.54166667, 2453180.58333333, 2453180.625, 
    2453180.66666667, 2453180.70833333, 2453180.75, 2453180.79166667, 
    2453180.83333333, 2453180.875, 2453180.91666667, 2453180.95833333, 
    2453181, 2453181.04166667, 2453181.08333333, 2453181.125, 
    2453181.16666667, 2453181.20833333, 2453181.25, 2453181.29166667, 
    2453181.33333333, 2453181.375, 2453181.41666667, 2453181.45833333, 
    2453181.5, 2453181.54166667, 2453181.58333333, 2453181.625, 
    2453181.66666667, 2453181.70833333, 2453181.75, 2453181.79166667, 
    2453181.83333333, 2453181.875, 2453181.91666667, 2453181.95833333, 
    2453182, 2453182.04166667, 2453182.08333333, 2453182.125, 
    2453182.16666667, 2453182.20833333, 2453182.25, 2453182.29166667, 
    2453182.33333333, 2453182.375, 2453182.41666667, 2453182.45833333, 
    2453182.5, 2453182.54166667, 2453182.58333333, 2453182.625, 
    2453182.66666667, 2453182.70833333, 2453182.75, 2453182.79166667, 
    2453182.83333333, 2453182.875, 2453182.91666667, 2453182.95833333, 
    2453183, 2453183.04166667, 2453183.08333333, 2453183.125, 
    2453183.16666667, 2453183.20833333, 2453183.25, 2453183.29166667, 
    2453183.33333333, 2453183.375, 2453183.41666667, 2453183.45833333, 
    2453183.5, 2453183.54166667, 2453183.58333333, 2453183.625, 
    2453183.66666667, 2453183.70833333, 2453183.75, 2453183.79166667, 
    2453183.83333333, 2453183.875, 2453183.91666667, 2453183.95833333 ;

 air_temperature =
  9.04,
  8.43,
  9.09,
  10.28,
  11.69,
  11.87,
  10.19,
  10.06,
  8.99,
  8.36,
  8.59,
  9.08,
  10.27,
  11.07,
  11.14,
  12.06,
  13.06,
  14.43,
  15.14,
  15.17,
  15.03,
  17.36,
  17.15,
  16.96,
  16.28,
  14.97,
  14.71,
  13.48,
  13.21,
  11.99,
  11.85,
  11.71,
  11.68,
  12.51,
  12.79,
  14.18,
  14.67,
  14.84,
  15.63,
  14.21,
  15.35,
  17.98,
  14.19,
  15.96,
  15.73,
  16.51,
  17.04,
  11.47,
  10.5,
  10.01,
  10.11,
  9.99,
  10.18,
  12.39,
  9.25,
  10.8,
  11.44,
  10.48,
  14.32,
  14.11,
  14.83,
  13.76,
  17.48,
  17.66,
  13.73,
  19.58,
  21.62,
  20.71,
  20.58,
  19.53,
  16.89,
  14.24,
  13.26,
  11.32,
  11.4,
  10.22,
  10.07,
  10.27,
  9.51,
  9.25,
  9.16,
  9.01,
  9.37,
  10.1,
  9.41,
  10.92,
  10.33,
  9.61,
  10.3,
  10.01,
  11.02,
  10.1,
  11.07,
  10.6,
  10.65,
  11.32,
  10.16,
  9.86,
  10.28,
  10.02,
  9.99,
  9.11,
  9.59,
  8.95,
  9.49,
  8.99,
  9.17,
  9.05,
  9.54,
  10.38,
  10.47,
  10.88,
  10.59,
  10.23,
  10.44,
  11.63,
  10.23,
  10.48,
  9.38,
  9.08,
  8.12,
  7.75,
  8.19,
  8.42,
  8.36,
  8.56,
  8.43,
  8.8,
  8.6,
  8.5,
  8.32,
  8.57,
  8.53,
  9.16,
  10.11,
  10.38,
  10.58,
  10.69,
  10.3,
  10.58,
  10.96,
  10.49,
  10.84,
  10.41,
  10.61,
  8.71,
  9.05,
  9.24,
  8.49,
  9.05,
  8.63,
  8.47,
  8.57,
  9.22,
  8.62,
  8.42,
  8.81,
  8.49,
  8.55,
  9.33,
  9.56,
  9.55,
  9.57,
  10.04,
  10.21,
  9.9,
  9.6,
  9.01 ;

 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 =
  5.057,
  5.841,
  3.959,
  2.822,
  5.919,
  12.03,
  8.82,
  11.29,
  8.27,
  5.096,
  6.429,
  6.272,
  8.31,
  8.98,
  9.68,
  8.39,
  13.64,
  10.43,
  11.13,
  11.05,
  7.84,
  12.31,
  8.19,
  6.311,
  4.822,
  4.743,
  4.547,
  3.528,
  4.9,
  3.293,
  5.253,
  5.37,
  4.469,
  4.9,
  6.272,
  5.723,
  7.45,
  7.64,
  5.958,
  4.9,
  3.802,
  2.862,
  4.155,
  4.861,
  3.528,
  7.13,
  4.214,
  4.39,
  3.685,
  2.156,
  2.156,
  1.666,
  2.313,
  2.038,
  2.94,
  1.176,
  1.098,
  0.745,
  2.705,
  2.509,
  1.078,
  1.686,
  1.725,
  3.724,
  5.057,
  6.272,
  9.17,
  7.8,
  8.94,
  9.09,
  7.76,
  5.998,
  4.116,
  5.331,
  7.72,
  6.272,
  4.861,
  2.94,
  1.862,
  1.764,
  1.646,
  2.352,
  2.94,
  2.45,
  2.822,
  2.195,
  2.666,
  2.038,
  1.568,
  3.724,
  2.646,
  4.155,
  4.9,
  3.626,
  3.332,
  2.94,
  2.94,
  1.666,
  1.686,
  3.567,
  2.313,
  2.391,
  2.783,
  1.764,
  0.902,
  1.176,
  1.568,
  2.234,
  1.372,
  1.568,
  2.195,
  1.372,
  2.666,
  4.469,
  5.566,
  4.743,
  5.723,
  6.625,
  5.645,
  5.214,
  3.998,
  4.155,
  3.959,
  6.076,
  6.546,
  6.782,
  6.233,
  7.72,
  7.06,
  5.174,
  6.899,
  7.84,
  6.39,
  7.02,
  9.76,
  5.802,
  5.919,
  6.821,
  6.546,
  6.664,
  5.292,
  7.02,
  4.822,
  4.822,
  2.352,
  3.959,
  3.685,
  1.921,
  2.352,
  1.529,
  1.333,
  2.391,
  2.979,
  2.156,
  1.47,
  1.411,
  3.881,
  1.372,
  1.764,
  3.685,
  2.94,
  1.45,
  1.45,
  2.548,
  2.822,
  1.96,
  3.058,
  3.058 ;

 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 =
  4.355,
  4.929,
  2.147,
  2.117,
  4.799,
  9.7,
  7.03,
  8.58,
  6.974,
  4.158,
  5.19,
  5.083,
  6.006,
  7.01,
  7.67,
  6.287,
  8.35,
  7.58,
  8.19,
  8.21,
  6.908,
  8.17,
  6.893,
  4.327,
  3.441,
  3.884,
  3.455,
  2.693,
  3.734,
  2.776,
  4.604,
  4.808,
  3.543,
  4.016,
  5.224,
  4.665,
  5.799,
  4.797,
  3.786,
  3.802,
  3.301,
  1.605,
  3.467,
  4.284,
  2.816,
  6.341,
  1.912,
  3.731,
  2.985,
  1.131,
  1.338,
  1.015,
  1.876,
  1.602,
  2.004,
  0.558,
  0.534,
  0.338,
  2.294,
  1.911,
  0.078,
  0.81,
  1.246,
  2.54,
  4.584,
  3.534,
  6.255,
  5.083,
  6.877,
  6.325,
  5.888,
  4.763,
  3.129,
  3.955,
  6.026,
  4.56,
  3.06,
  1.85,
  1.564,
  1.38,
  1.137,
  1.723,
  2.442,
  1.654,
  2.181,
  1.813,
  2.351,
  1.435,
  1.319,
  3.376,
  1.8,
  3.616,
  4.536,
  2.629,
  2.617,
  2.356,
  1.985,
  0.952,
  0.572,
  2.814,
  1.683,
  2.141,
  2.133,
  0.801,
  0.732,
  0.709,
  1.254,
  1.455,
  0.653,
  0.965,
  1.974,
  0.748,
  2.226,
  4.035,
  5.068,
  4.232,
  4.711,
  5.886,
  4.792,
  4.204,
  2.862,
  3.467,
  3.14,
  4.664,
  5.223,
  5.129,
  4.85,
  6.356,
  5.33,
  4.009,
  4.759,
  4.758,
  4.702,
  5.378,
  5.443,
  4.179,
  4.364,
  5.006,
  4.234,
  5.391,
  3.874,
  5.144,
  3.635,
  3.72,
  1.699,
  3.268,
  2.635,
  1.129,
  1.629,
  1.039,
  0.831,
  1.535,
  1.311,
  1.798,
  0.349,
  1.103,
  2.963,
  0.351,
  1.324,
  3.009,
  1.293,
  1.113,
  1.19,
  1.824,
  2.343,
  1.761,
  2.747,
  2.557 ;

 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 =
  137.4,
  139.2,
  330.2,
  319.6,
  283.3,
  289.8,
  304.6,
  312.6,
  302.4,
  291,
  264.4,
  267,
  273.5,
  281.7,
  312.5,
  297.5,
  300.4,
  283.5,
  290.2,
  295.7,
  305.3,
  280.4,
  276.5,
  272,
  254.2,
  260.6,
  242.8,
  231.5,
  268,
  274.2,
  255.5,
  254.9,
  251.9,
  265.4,
  269.5,
  267.1,
  261.9,
  260.4,
  293.3,
  320.5,
  327.6,
  301.7,
  314.8,
  320.7,
  313.8,
  309.1,
  339.1,
  182.7,
  153.4,
  150.1,
  127.2,
  119.6,
  87.4,
  349.09,
  154.6,
  99.4,
  298.5,
  6.92,
  322,
  327.3,
  202.6,
  177.4,
  284.3,
  130.3,
  133.6,
  195.6,
  198.5,
  206.5,
  218.2,
  217,
  219.2,
  199.9,
  191,
  173.8,
  179.1,
  163.2,
  161.5,
  161.1,
  93.3,
  15.7,
  336.4,
  17.97,
  302.3,
  327.8,
  102.2,
  190.3,
  119.4,
  165.4,
  167.6,
  169.9,
  143,
  108.7,
  106.8,
  93.5,
  75.1,
  68.7,
  73.7,
  147.9,
  238.7,
  78.6,
  66.2,
  29.48,
  61.7,
  267.4,
  262.4,
  119.3,
  273.1,
  98.8,
  139.2,
  91.6,
  75.8,
  98.8,
  125.9,
  125.3,
  132,
  133.7,
  128.6,
  152.2,
  150.1,
  144.6,
  141,
  161.9,
  176.5,
  176,
  174.9,
  180.3,
  164.8,
  171.3,
  174.1,
  186,
  184,
  197.6,
  171.4,
  167.6,
  203,
  189.9,
  176.3,
  185.6,
  174.7,
  198.6,
  186.2,
  180.7,
  199.9,
  178.6,
  187.3,
  145.1,
  169.9,
  55.8,
  158,
  120.3,
  204.7,
  132,
  193,
  70.9,
  25.01,
  110.3,
  356.74,
  301.3,
  111.5,
  141.9,
  129.2,
  121,
  65,
  124.6,
  106.5,
  113.4,
  149.5,
  144.6 ;

 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 =
  1451.954,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  716.6908,
  2157.783,
  2574.073,
  2942.305,
  2962.729,
  2962.729,
  2962.729,
  2952.517,
  2962.729,
  2962.729,
  2962.729,
  2962.729,
  2962.729,
  2962.729,
  2962.729,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2962.128,
  2962.128,
  2962.729,
  2962.729,
  2962.729,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2962.128,
  2962.128,
  2962.128,
  2962.729,
  2962.729,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2961.528,
  2961.528,
  2960.927,
  2325.38,
  1659.198,
  2296.547,
  2399.868,
  1282.555,
  344.5537,
  397.2956,
  684.8534,
  2010.611,
  414.8362,
  406.4263,
  656.0195,
  373.0271,
  1863.438,
  2837.782,
  2275.522,
  2813.754,
  2934.496,
  2942.305,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2787.323,
  2961.528,
  2961.528,
  449.3768,
  380.9564,
  2751.881,
  2962.128,
  2962.128,
  2962.729,
  2962.729,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2959.726,
  2962.128,
  2962.128,
  2961.528,
  660.8252,
  809.1995,
  848.846,
  686.0548,
  1018.846,
  627.1857,
  812.203,
  532.2742,
  893.8989,
  1519.834,
  1120.365,
  1573.898,
  1169.022,
  2374.638,
  2621.528,
  2730.857,
  2962.128,
  2947.111,
  2177.006,
  2953.719,
  2693.012,
  2262.306,
  1288.562,
  2961.528,
  1752.307,
  2920.079,
  2364.426,
  2960.927,
  424.1472,
  204.4691,
  395.4334,
  572.5214,
  2845.592,
  2961.528,
  562.9102,
  1991.388,
  2421.493,
  739.5176,
  2879.832,
  2761.493,
  2501.387,
  556.9031,
  610.3659,
  578.5285,
  324.6703,
  496.8326,
  914.3229 ;

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