netcdf I0107.met.realtime {
dimensions:
	lat = 1 ;
	lon = 1 ;
	air_temperature_depth = 1 ;
	visibility_depth = 1 ;
	wind_depth = 1 ;
	time = 167 ;
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 = "Wed Jan 28 02:25:50 2004: /usr/local/nco/bin/ncrcat -d time,2453033.048,2453033.1181 I0107.met.realtime.nc I0107.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 = "RMY46273" ;
		:visibility_sensor_serial_number = 320 ;
		:processing = "realtime" ;
		:water_depth = 100 ;
		:mooring_site_id = "I0107" ;
		:mooring_site_desc = "Acadia" ;
		:breakout_id = 1 ;
		:delta_t = 60 ;
		:magnetic_variation = -17.67 ;
		:goes_platform_id = "04401622" ;
		:starting_julian_day_number = 2453100.00000579 ;
		:starting_julian_day_string = "2004-04-04 00:00:00" ;
		:ending_julian_day_number = 2453106.91667244 ;
		:ending_julian_day_string = "2004-04-10 22:00:00" ;
		:algorithm_ids = "WIND_DIR_1.2:  31-Dec-2003 15:03:17\n",
			"AAN_VIZ_1.2:  31-Dec-2003 15:03:17" ;
data:

 lat = 44.1058 ;

 lon = -68.1087 ;

 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 ;

 air_temperature =
  2.589,
  3.009,
  2.885,
  2.936,
  2.977,
  2.771,
  2.729,
  2.756,
  2.692,
  2.525,
  2.455,
  2.383,
  2.408,
  2.473,
  2.646,
  2.902,
  3.158,
  3.233,
  3.503,
  3.541,
  3.34,
  3.181,
  2.884,
  2.776,
  2.798,
  2.587,
  2.479,
  2.597,
  2.842,
  2.787,
  2.644,
  2.612,
  2.35,
  0.859,
  0.6,
  0.52,
  0.384,
  0.65,
  0.592,
  0.413,
  0.267,
  0.456,
  0.119,
  -0.277,
  -0.11,
  -0.2,
  -0.65,
  -1.08,
  -1.104,
  -1.158,
  -1.139,
  -0.776,
  -0.785,
  -0.605,
  -0.212,
  -0.105,
  -0.302,
  -0.357,
  -0.67,
  -0.739,
  -0.997,
  -1.023,
  -0.739,
  -0.369,
  0.336,
  0.763,
  1.283,
  2.438,
  2.76,
  3.052,
  3.208,
  2.746,
  2.386,
  1.961,
  1.58,
  1.49,
  1.678,
  1.788,
  1.951,
  2.037,
  2.182,
  2.102,
  2.024,
  2.183,
  2.499,
  2.602,
  2.921,
  2.707,
  2.872,
  2.927,
  2.954,
  3.08,
  3.194,
  3.101,
  2.996,
  3.024,
  2.988,
  2.897,
  2.688,
  2.899,
  3.005,
  3.124,
  2.876,
  2.266,
  2.636,
  2.827,
  2.634,
  3.178,
  2.933,
  2.839,
  2.778,
  2.872,
  2.934,
  3.039,
  3.356,
  3.631,
  3.217,
  3.46,
  3.532,
  3.386,
  3.38,
  3.396,
  3.382,
  3.19,
  3.128,
  2.841,
  2.767,
  2.688,
  2.707,
  2.614,
  2.547,
  2.985,
  3.164,
  3.813,
  3.05,
  3.812,
  3.601,
  3.725,
  3.755,
  3.862,
  4.177,
  4.317,
  3.993,
  3.902,
  4.217,
  4.34,
  4.535,
  4.461,
  4.297,
  3.855,
  3.499,
  3.177,
  3.036,
  2.984,
  2.912,
  3.163,
  3.304,
  3.29,
  3.482,
  3.427,
  4.148,
  4.011,
  4.039,
  4.575,
  4.821,
  5.111,
  5.026 ;

 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 ;

 wind_gust =
  3.998,
  4.469,
  5.135,
  6.664,
  7.06,
  6.39,
  6.938,
  6.154,
  8.35,
  7.88,
  8.62,
  7.02,
  6.194,
  5.684,
  5.449,
  4.978,
  3.724,
  2.744,
  4.155,
  3.528,
  2.822,
  3.214,
  3.018,
  2.234,
  3.018,
  2.47,
  2.038,
  1.372,
  2.587,
  1.862,
  2.47,
  4.155,
  5.37,
  5.998,
  5.841,
  6.429,
  7.29,
  9.06,
  9.06,
  11.45,
  12.78,
  11.49,
  12.31,
  11.56,
  13.33,
  14.27,
  15.33,
  14.07,
  14.7,
  12.74,
  13.13,
  11.8,
  12.86,
  12.23,
  11.88,
  13.17,
  13.29,
  13.13,
  13.99,
  13.21,
  11.41,
  12.62,
  11.25,
  10.94,
  11.68,
  10.78,
  9.37,
  8.39,
  8.55,
  9.8,
  10.15,
  10.78,
  10.98,
  11.17,
  8.86,
  10.82,
  10.66,
  8.47,
  9.76,
  10.04,
  9.09,
  8.51,
  6.664,
  7.13,
  7.25,
  6.311,
  4.704,
  5.998,
  7.21,
  7.33,
  6.35,
  7.06,
  5.488,
  3.802,
  3.842,
  4.547,
  4.194,
  4.155,
  3.018,
  3.489,
  2.254,
  3.018,
  2.352,
  2.038,
  3.685,
  4.312,
  4.155,
  4.704,
  5.292,
  4.978,
  5.998,
  6.507,
  5.762,
  7.88,
  7.25,
  7.25,
  6.468,
  6.703,
  7.68,
  6.468,
  5.762,
  5.018,
  3.724,
  4.273,
  2.548,
  1.176,
  3.41,
  4.469,
  4.077,
  3.528,
  2.117,
  2.666,
  1.842,
  0.902,
  2.195,
  1.842,
  2.548,
  3.293,
  3.802,
  3.802,
  5.762,
  5.762,
  6.272,
  6.586,
  4.802,
  5.606,
  5.684,
  5.488,
  6.742,
  8.15,
  7.53,
  5.566,
  4.508,
  4.978,
  6.86,
  5.37,
  4.802,
  3.136,
  3.018,
  2.94,
  7.25,
  8.11,
  8.86,
  10.31,
  9.84,
  9.33,
  10.51 ;

 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 ;

 wind_speed =
  3.388,
  3.833,
  4.55,
  5.455,
  5.887,
  5.482,
  6.057,
  5.357,
  6.133,
  6.085,
  6.644,
  5.869,
  5.015,
  4.789,
  4.586,
  4.384,
  2.965,
  2.036,
  3.481,
  2.772,
  2.377,
  2.815,
  2.403,
  1.861,
  2.264,
  2.102,
  1.753,
  0.914,
  2.321,
  1.256,
  2.029,
  2.986,
  4.258,
  5.279,
  4.958,
  5.663,
  6.195,
  7.28,
  7.78,
  9.51,
  10.56,
  9.65,
  10.21,
  10.12,
  11.27,
  11.75,
  12.36,
  12.16,
  10.15,
  10.25,
  10.66,
  10,
  10.49,
  9.88,
  10.08,
  10.65,
  10.77,
  10.88,
  11.56,
  10.35,
  9.15,
  9.7,
  9.29,
  9.15,
  8.83,
  8.77,
  7.95,
  7.3,
  6.743,
  8.12,
  7.86,
  7.79,
  9.14,
  8.73,
  7.2,
  9.07,
  8.82,
  7.07,
  8.17,
  8.39,
  7.68,
  7.2,
  5.544,
  5.656,
  5.898,
  5.345,
  3.538,
  5.276,
  5.945,
  6.058,
  5.42,
  5.851,
  3.908,
  3.14,
  3.13,
  3.747,
  3.482,
  3.368,
  2.572,
  3.009,
  1.694,
  2.693,
  1.891,
  1.759,
  3.181,
  3.621,
  3.557,
  4.099,
  4.543,
  4.267,
  5.07,
  5.63,
  5.015,
  6.745,
  6.217,
  6.079,
  5.263,
  5.815,
  6.118,
  5.478,
  4.795,
  4.39,
  3.073,
  3.506,
  1.42,
  0.687,
  2.821,
  3.49,
  3.476,
  2.697,
  1.752,
  2.17,
  1.519,
  0.556,
  1.585,
  1.2,
  2.187,
  2.879,
  3.145,
  3.367,
  4.826,
  5.063,
  5.605,
  5.451,
  4.194,
  4.571,
  4.802,
  4.65,
  5.868,
  6.634,
  6.283,
  4.868,
  3.694,
  3.892,
  5.363,
  4.574,
  3.431,
  2.13,
  2.544,
  2.521,
  6.367,
  6.83,
  7.6,
  8.54,
  8.05,
  7.58,
  7.42 ;

 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 ;

 wind_direction =
  42.32,
  17.01,
  31.04,
  38.54,
  12.09,
  354.23,
  0.85,
  1.92,
  7.41,
  352.95,
  355.93,
  355.8,
  7.28,
  342.483,
  347.333,
  348.909,
  313.93,
  272.63,
  279.83,
  281.83,
  273.63,
  224.03,
  258.13,
  255.53,
  221.83,
  218.13,
  338.73,
  5.61,
  46.29,
  11.99,
  6.82,
  10.44,
  16.83,
  339.33,
  345.706,
  322.73,
  315.73,
  318.93,
  316.03,
  316.03,
  310.43,
  307.23,
  309.13,
  312.53,
  307.43,
  305.83,
  307.63,
  305.13,
  305.73,
  307.93,
  298.53,
  291.83,
  294.63,
  292.63,
  292.93,
  294.73,
  297.53,
  303.33,
  302.53,
  304.93,
  297.73,
  302.33,
  293.83,
  291.03,
  302.23,
  292.43,
  280.23,
  290.53,
  295.93,
  313.83,
  317.73,
  313.43,
  310.13,
  305.23,
  290.93,
  288.83,
  293.13,
  287.13,
  296.43,
  297.33,
  290.93,
  302.33,
  290.23,
  287.83,
  280.73,
  277.53,
  278.83,
  244.33,
  236.03,
  236.03,
  225.93,
  215.43,
  211.13,
  205.13,
  200.83,
  203.13,
  208.03,
  232.03,
  299.13,
  296.63,
  282.43,
  285.73,
  289.93,
  255.73,
  238.23,
  230.13,
  229.03,
  236.53,
  240.83,
  238.23,
  237.13,
  235.53,
  231.33,
  224.53,
  209.63,
  201.43,
  188.13,
  197.43,
  200.33,
  196.03,
  194.43,
  188.73,
  197.03,
  170.03,
  267.73,
  165.13,
  195.03,
  171.23,
  181.53,
  188.93,
  183.33,
  217.83,
  270.93,
  295.73,
  339.83,
  136.73,
  197.33,
  194.43,
  200.03,
  202.33,
  238.23,
  237.93,
  257.03,
  260.63,
  274.33,
  294.43,
  290.43,
  315.83,
  321.23,
  305.83,
  296.33,
  282.93,
  276.63,
  275.03,
  270.43,
  274.03,
  262.33,
  272.33,
  221.53,
  234.13,
  292.03,
  288.93,
  288.83,
  289.73,
  293.43,
  286.63,
  288.53 ;

 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 ;

 visibility =
  2727.853,
  2748.878,
  2691.811,
  2807.146,
  2859.408,
  2610.115,
  2879.832,
  2954.92,
  2960.326,
  2960.927,
  2960.326,
  2960.326,
  2957.323,
  2954.319,
  2950.114,
  2932.093,
  2942.305,
  2934.496,
  2948.312,
  2947.711,
  2953.719,
  2891.846,
  2954.319,
  2959.726,
  2959.125,
  2936.298,
  2927.888,
  2956.722,
  2959.125,
  2959.125,
  2586.087,
  2726.652,
  2863.613,
  2140.363,
  2058.667,
  1744.498,
  1809.975,
  2128.349,
  1237.503,
  1534.852,
  1587.113,
  1601.53,
  1608.138,
  1546.265,
  2175.805,
  2941.704,
  2956.121,
  2959.125,
  2960.927,
  2959.726,
  2960.326,
  2961.528,
  2961.528,
  2960.927,
  2960.927,
  2960.927,
  2960.927,
  2960.927,
  2957.923,
  2958.524,
  2948.913,
  2948.913,
  2953.118,
  2864.213,
  2948.913,
  2922.482,
  2959.125,
  2955.521,
  2648.56,
  2957.923,
  2817.358,
  2819.761,
  2960.927,
  2960.927,
  2960.927,
  2960.927,
  2960.927,
  2960.927,
  2960.927,
  2960.927,
  2960.927,
  2960.927,
  2960.326,
  2823.365,
  2823.365,
  2957.323,
  2959.125,
  2941.704,
  2866.015,
  2906.864,
  2896.651,
  2947.111,
  2959.125,
  2956.121,
  2960.326,
  2959.726,
  2960.326,
  2960.326,
  2960.326,
  2959.726,
  2960.927,
  2960.927,
  2960.927,
  2960.927,
  2960.927,
  2960.927,
  2959.726,
  2959.125,
  2953.118,
  2948.312,
  2958.524,
  2950.114,
  2958.524,
  2918.877,
  2867.217,
  2567.465,
  2959.125,
  2655.769,
  2936.899,
  2959.125,
  2957.323,
  2957.923,
  2959.726,
  2960.927,
  2960.927,
  2959.726,
  2959.726,
  2960.927,
  2959.125,
  2956.121,
  2914.673,
  1759.516,
  2819.16,
  2856.404,
  2884.637,
  2921.28,
  2916.475,
  2879.231,
  2895.45,
  2788.524,
  2860.008,
  1025.453,
  1507.219,
  2893.047,
  2953.719,
  2950.715,
  2956.722,
  2960.927,
  2960.927,
  2960.927,
  2960.927,
  2957.923,
  2959.726,
  2960.927,
  2950.114,
  2950.715,
  2935.697,
  2878.03,
  2960.927,
  2948.312,
  2947.111,
  2882.835,
  2956.722,
  2483.967,
  2893.047,
  2934.496,
  2882.835 ;

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