netcdf J0205.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 = "02-Oct-2003 11:56:52:  Modified [lon,lat] to [-67.013000,44.890900].\n",
			"25-Sep-2003 14:45:37:  Modified [lon,lat] to [-67.017300,44.891200].\n",
			"Wed Sep 24 23:53:55 2003: ncrcat -d time,2452907.95833332, J0205.met.realtime.nc tmp.nc" ;
		: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 = 49998 ;
		:visibility_sensor_serial_number = 267 ;
		:processing = "realtime" ;
		:water_depth = 35 ;
		:mooring_site_id = "J0205" ;
		:mooring_site_desc = "Cobscook Bay" ;
		:breakout_id = 1 ;
		:delta_t = 60 ;
		:magnetic_variation = -18.6 ;
		:goes_platform_id = "044073C4" ;
		:starting_julian_day_number = 2452995.00000579 ;
		:starting_julian_day_string = "2003-12-21 00:00:00" ;
		:ending_julian_day_number = 2453001.95833912 ;
		:ending_julian_day_string = "2003-12-27 23:00:00" ;
		:algorithm_ids = "WIND_DIR_1.2:  04-Sep-2003 12:18:12\n",
			"AAN_VIZ_1.2:  04-Sep-2003 12:18:12" ;
data:

 lat = 44.8909 ;

 lon = -67.013 ;

 air_temperature_depth = -3 ;

 visibility_depth = -3 ;

 wind_depth = -4 ;

 time = 2452995, 2452995.04166667, 2452995.08333333, 2452995.125, 
    2452995.16666667, 2452995.20833333, 2452995.25, 2452995.29166667, 
    2452995.33333333, 2452995.375, 2452995.41666667, 2452995.45833333, 
    2452995.5, 2452995.54166667, 2452995.58333333, 2452995.625, 
    2452995.66666667, 2452995.70833333, 2452995.75, 2452995.79166667, 
    2452995.83333333, 2452995.875, 2452995.91666667, 2452995.95833333, 
    2452996, 2452996.04166667, 2452996.08333333, 2452996.125, 
    2452996.16666667, 2452996.20833333, 2452996.25, 2452996.29166667, 
    2452996.33333333, 2452996.375, 2452996.41666667, 2452996.45833333, 
    2452996.5, 2452996.54166667, 2452996.58333333, 2452996.625, 
    2452996.66666667, 2452996.70833333, 2452996.75, 2452996.79166667, 
    2452996.83333333, 2452996.875, 2452996.91666667, 2452996.95833333, 
    2452997, 2452997.04166667, 2452997.08333333, 2452997.125, 
    2452997.16666667, 2452997.20833333, 2452997.25, 2452997.29166667, 
    2452997.33333333, 2452997.375, 2452997.41666667, 2452997.45833333, 
    2452997.5, 2452997.54166667, 2452997.58333333, 2452997.625, 
    2452997.66666667, 2452997.70833333, 2452997.75, 2452997.79166667, 
    2452997.83333333, 2452997.875, 2452997.91666667, 2452997.95833333, 
    2452998, 2452998.04166667, 2452998.08333333, 2452998.125, 
    2452998.16666667, 2452998.20833333, 2452998.25, 2452998.29166667, 
    2452998.33333333, 2452998.375, 2452998.41666667, 2452998.45833333, 
    2452998.5, 2452998.54166667, 2452998.58333333, 2452998.625, 
    2452998.66666667, 2452998.70833333, 2452998.75, 2452998.79166667, 
    2452998.83333333, 2452998.875, 2452998.91666667, 2452998.95833333, 
    2452999, 2452999.04166667, 2452999.08333333, 2452999.125, 
    2452999.16666667, 2452999.20833333, 2452999.25, 2452999.29166667, 
    2452999.33333333, 2452999.375, 2452999.41666667, 2452999.45833333, 
    2452999.5, 2452999.54166667, 2452999.58333333, 2452999.625, 
    2452999.66666667, 2452999.70833333, 2452999.75, 2452999.79166667, 
    2452999.83333333, 2452999.875, 2452999.91666667, 2452999.95833333, 
    2453000, 2453000.04166667, 2453000.08333333, 2453000.125, 
    2453000.16666667, 2453000.20833333, 2453000.25, 2453000.29166667, 
    2453000.33333333, 2453000.375, 2453000.41666667, 2453000.45833333, 
    2453000.5, 2453000.54166667, 2453000.58333333, 2453000.625, 
    2453000.66666667, 2453000.70833333, 2453000.75, 2453000.79166667, 
    2453000.83333333, 2453000.875, 2453000.91666667, 2453000.95833333, 
    2453001, 2453001.04166667, 2453001.08333333, 2453001.125, 
    2453001.16666667, 2453001.20833333, 2453001.25, 2453001.29166667, 
    2453001.33333333, 2453001.375, 2453001.41666667, 2453001.45833333, 
    2453001.5, 2453001.54166667, 2453001.58333333, 2453001.625, 
    2453001.66666667, 2453001.70833333, 2453001.75, 2453001.79166667, 
    2453001.83333333, 2453001.875, 2453001.91666667, 2453001.95833333 ;

 air_temperature =
  -2.751,
  -3.374,
  -4.009,
  -4.623,
  -5.636,
  -6.59,
  -6.682,
  -7.47,
  -7.75,
  -7.8,
  -8.49,
  -8.32,
  -8.44,
  -8.42,
  -8.83,
  -7.87,
  -6.755,
  -5.108,
  -3.687,
  -2.492,
  -1.555,
  -1.218,
  -0.689,
  -0.453,
  -0.719,
  -0.654,
  -0.817,
  -0.768,
  -0.733,
  -1.005,
  -0.971,
  -1.072,
  -0.771,
  -0.781,
  -1.096,
  -2.008,
  -2.255,
  -1.789,
  -0.815,
  -0.025,
  0.301,
  0.47,
  0.959,
  1.571,
  1.771,
  2.829,
  3.422,
  3.099,
  1.969,
  2.697,
  2.787,
  2.679,
  2.317,
  2.319,
  2.406,
  2.475,
  2.813,
  2.884,
  2.523,
  1.882,
  2.079,
  2.945,
  3.618,
  5.131,
  6.158,
  5.866,
  5.935,
  6.112,
  6.138,
  6.134,
  5.81,
  5.81,
  6.155,
  6.226,
  6.577,
  6.719,
  6.854,
  6.801,
  6.797,
  7.26,
  7.42,
  7.22,
  7.15,
  7.62,
  7.08,
  6.79,
  7.83,
  7.99,
  7.84,
  7.72,
  11.62,
  10.58,
  10.09,
  10,
  9.76,
  10.06,
  9.47,
  9.48,
  10.83,
  11.57,
  11.6,
  10.61,
  9.94,
  9.99,
  9.58,
  8.98,
  8.34,
  8.54,
  8.83,
  7.92,
  8.47,
  9.14,
  7.77,
  7.67,
  7.45,
  7.88,
  8.72,
  9.16,
  9.79,
  9.07,
  8.19,
  7.31,
  6.908,
  6.703,
  6.506,
  5.803,
  5.059,
  4.592,
  3.626,
  3.204,
  1.855,
  1.721,
  2.421,
  1.743,
  1.594,
  1.919,
  2.057,
  2.33,
  2.477,
  2.068,
  2.131,
  1.867,
  1.586,
  1.402,
  0.829,
  0.653,
  0.95,
  0.658,
  0.866,
  1.313,
  1.851,
  1.732,
  1.681,
  1.405,
  1.297,
  1.577,
  1.576,
  0.846,
  0.779,
  0.902,
  0.816,
  0.195,
  0.04,
  -0.393,
  -0.704,
  -1.229,
  -1.553,
  -1.953 ;

 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 =
  3.998,
  5.41,
  7.72,
  8.82,
  7.96,
  5.88,
  7.41,
  6.194,
  7.49,
  8.58,
  5.802,
  5.958,
  7.17,
  5.096,
  4.077,
  4.312,
  6.037,
  8.51,
  6.35,
  8.27,
  7.72,
  5.057,
  7.25,
  7.1,
  8.35,
  8.94,
  7.88,
  6.978,
  9.41,
  7.25,
  5.566,
  5.096,
  5.566,
  3.998,
  4.155,
  3.018,
  4.077,
  3.842,
  4.116,
  5.174,
  5.37,
  6.586,
  6.507,
  7.13,
  7.25,
  3.842,
  1.96,
  1.646,
  1.372,
  1.96,
  1.098,
  3.567,
  1.96,
  2.94,
  3.685,
  2.94,
  1.529,
  1.529,
  1.646,
  1.529,
  0.706,
  1.803,
  0.98,
  1.372,
  0.98,
  1.137,
  2.313,
  2.352,
  2.47,
  3.058,
  2.254,
  5.174,
  5.174,
  7.21,
  4.939,
  5.096,
  5.919,
  5.958,
  4.508,
  6.546,
  7.17,
  5.998,
  5.645,
  6.39,
  5.606,
  3.881,
  3.293,
  3.254,
  2.822,
  3.45,
  7.64,
  5.958,
  8.58,
  8.55,
  8.47,
  10.19,
  7.45,
  7.45,
  13.33,
  15.44,
  16.5,
  12.5,
  10.27,
  11.05,
  8.39,
  5.998,
  6.076,
  3.763,
  3.724,
  3.136,
  4.978,
  4.586,
  3.371,
  2.744,
  1.842,
  1.999,
  2.509,
  5.958,
  11.37,
  9.84,
  11.88,
  8.31,
  8.19,
  9.02,
  8.47,
  7.88,
  10.23,
  12.5,
  13.84,
  9.84,
  9.41,
  4.782,
  8.04,
  8.31,
  8.47,
  7.33,
  10.47,
  10.58,
  10.11,
  7.76,
  7.76,
  6.115,
  6.742,
  5.88,
  5.096,
  5.841,
  7.64,
  6.703,
  7.41,
  7.68,
  9.29,
  9.88,
  10.98,
  9.88,
  8.78,
  7.64,
  10.43,
  12.62,
  12.47,
  12.27,
  10.9,
  12.58,
  12.62,
  12,
  12.66,
  12.07,
  12.5,
  11.8 ;

 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 =
  3.199,
  4.273,
  6.713,
  7.18,
  6.396,
  4.76,
  6.296,
  5.125,
  5.568,
  5.808,
  4.046,
  4.769,
  5.819,
  3.818,
  2.694,
  2.898,
  4.077,
  5.932,
  4.669,
  4.524,
  4.798,
  3.506,
  4.913,
  5.613,
  6.479,
  6.595,
  6.194,
  5.721,
  6.929,
  5.48,
  4.713,
  4.186,
  3.982,
  3.187,
  3.181,
  2.406,
  3.282,
  3.105,
  3.24,
  4.116,
  3.878,
  5.158,
  5.361,
  5.671,
  5.766,
  2.554,
  1.061,
  1.281,
  0.887,
  1.269,
  0.807,
  2.888,
  0.882,
  2.312,
  2.139,
  2.069,
  0.633,
  1.129,
  1.058,
  0.733,
  0.287,
  1.137,
  0.411,
  0.96,
  0.58,
  0.749,
  1.754,
  1.779,
  1.981,
  2.615,
  1.731,
  4.197,
  3.703,
  4.98,
  3.607,
  4.01,
  4.832,
  4.1,
  3.53,
  4.443,
  5.188,
  4.011,
  4.523,
  4.297,
  4.401,
  3.248,
  2.633,
  2.59,
  2.428,
  2.942,
  5.174,
  4.029,
  6.311,
  6.699,
  6.491,
  7.45,
  6.153,
  6.479,
  10.66,
  11.56,
  12.18,
  10.11,
  8.07,
  7.87,
  6.233,
  4.566,
  4.825,
  2.89,
  2.847,
  2.501,
  4.225,
  3.794,
  2.851,
  1.696,
  1.237,
  1.642,
  1.933,
  4.48,
  9.11,
  7.33,
  9.29,
  5.767,
  5.845,
  6.542,
  6.505,
  5.68,
  7.58,
  8.97,
  10.18,
  6.322,
  6.759,
  3.501,
  5.394,
  5.39,
  6.001,
  5.962,
  7.47,
  7.19,
  7.46,
  6.063,
  5.641,
  4.527,
  5.298,
  4.3,
  3.785,
  4.799,
  5.844,
  5.333,
  6.074,
  6.123,
  7.49,
  7.89,
  8.33,
  8.03,
  6.869,
  6.212,
  7.78,
  9.14,
  9.25,
  9.78,
  9.15,
  9.68,
  9.05,
  7.09,
  9.24,
  8.34,
  8.1,
  8.33 ;

 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 =
  289.7,
  310,
  330.2,
  329.3,
  320,
  338.5,
  339,
  331.5,
  333.5,
  328.1,
  346.255,
  341.59,
  314.7,
  281.4,
  298.8,
  292.1,
  249,
  257.5,
  246.4,
  230.7,
  231.7,
  262,
  247.8,
  248,
  257.6,
  263.7,
  249.4,
  269.3,
  281.1,
  274.9,
  266.6,
  262.7,
  281.3,
  300.7,
  356.54,
  57.7,
  72.3,
  77.7,
  81.9,
  80.9,
  71.6,
  93.8,
  88.1,
  88,
  76.2,
  84.2,
  253.2,
  281.7,
  312.1,
  253.8,
  248.6,
  258.6,
  289.6,
  288.5,
  270.4,
  265.5,
  316.1,
  273.8,
  203,
  15.83,
  183.3,
  343.312,
  38.52,
  300.6,
  303.3,
  178.5,
  108.6,
  143.1,
  156.4,
  200.5,
  183.5,
  167.8,
  184.1,
  178.7,
  209.3,
  179.6,
  197.1,
  188.8,
  211.5,
  215,
  224.9,
  219,
  199,
  205.9,
  191.1,
  171.3,
  170.8,
  151,
  152,
  137.8,
  189.8,
  185.4,
  177.7,
  175.6,
  169.5,
  169.7,
  164,
  159.7,
  170,
  178.3,
  178.9,
  186.8,
  182.9,
  207.7,
  190.2,
  181.2,
  183.8,
  196.6,
  185.5,
  173.6,
  164.5,
  167.1,
  145.7,
  139,
  147.9,
  98.9,
  100,
  151.9,
  174.7,
  180.8,
  202.4,
  205.7,
  213.3,
  212.7,
  215.9,
  211.4,
  212.6,
  220.4,
  221.7,
  230.3,
  239.5,
  230.7,
  233.1,
  233.3,
  235.8,
  231.3,
  242.8,
  248,
  255.5,
  257.6,
  263.3,
  248,
  253.7,
  246.2,
  249.4,
  260.3,
  279.8,
  285.6,
  293.9,
  301.9,
  326.9,
  329,
  336.2,
  341.513,
  336,
  339.6,
  341.1,
  346.717,
  347.08,
  340,
  334.6,
  350.26,
  351.11,
  5.06,
  353.16,
  352.51,
  352.24,
  356.15 ;

 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 =
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2875.627,
  2110.328,
  2198.031,
  2915.273,
  2962.729,
  2962.729,
  2962.729,
  2962.729,
  2962.128,
  2962.128,
  2960.927,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2684.602,
  2495.38,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2951.316,
  2948.312,
  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,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2962.128,
  2962.128,
  1925.911,
  2962.128,
  2962.128,
  2962.128,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2956.121,
  2953.118,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2934.496,
  2675.592,
  2959.125,
  2961.528,
  2960.326,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2960.927,
  2881.033,
  2741.669,
  2815.556,
  2625.733,
  2125.345,
  2961.528,
  2961.528,
  2075.487,
  2953.719,
  2927.888,
  897.5032,
  2961.528,
  782.1677,
  2097.713,
  305.6279,
  773.1571,
  226.515,
  844.6411,
  242.7341,
  2200.434,
  2961.528,
  2694.214,
  577.3271,
  2932.694,
  2653.366,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2962.128,
  1041.672,
  2962.128,
  2962.128,
  2452.73,
  2962.128,
  2962.128,
  2961.528,
  2961.528,
  2961.528,
  2637.146,
  2872.022,
  2780.715,
  2880.432,
  2962.128,
  2962.128,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2962.128,
  2962.128,
  1225.488,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2962.128 ;

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