netcdf C0205.met.realtime {
dimensions:
	lat = 1 ;
	lon = 1 ;
	air_temperature_depth = 1 ;
	visibility_depth = 1 ;
	wind_depth = 1 ;
	time = 166 ;
variables:
	double lat(lat) ;
		lat:long_name = "Latitude" ;
		lat:standard_name = "latitude" ;
		lat:short_name = "lat" ;
		lat:units = "degrees_north" ;
		lat:_FillValue = -999. ;
		lat:valid_range = -90., 90. ;
		lat:epic_code = 500 ;
		lat:Comment = "Coordinate variable" ;
	double lon(lon) ;
		lon:long_name = "Longitude" ;
		lon:standard_name = "longitude" ;
		lon:short_name = "lon" ;
		lon:modulo = 360. ;
		lon:units = "degrees_east" ;
		lon:_FillValue = -999. ;
		lon:valid_range = -180., 180. ;
		lon:epic_code = 502 ;
		lon:Comment = "Coordinate variable" ;
	double air_temperature_depth(air_temperature_depth) ;
		air_temperature_depth:long_name = "Depth" ;
		air_temperature_depth:standard_name = "depth" ;
		air_temperature_depth:short_name = "D" ;
		air_temperature_depth:units = "meters" ;
		air_temperature_depth:positive = "down" ;
		air_temperature_depth:_FillValue = -999. ;
		air_temperature_depth:valid_range = -10000., 100. ;
		air_temperature_depth:epic_code = 3 ;
		air_temperature_depth:Comment = "Coordinate variable" ;
	double visibility_depth(visibility_depth) ;
		visibility_depth:long_name = "Depth" ;
		visibility_depth:standard_name = "depth" ;
		visibility_depth:short_name = "D" ;
		visibility_depth:units = "meters" ;
		visibility_depth:positive = "down" ;
		visibility_depth:_FillValue = -999. ;
		visibility_depth:valid_range = -10000., 100. ;
		visibility_depth:epic_code = 3 ;
		visibility_depth:Comment = "Coordinate variable" ;
	double wind_depth(wind_depth) ;
		wind_depth:long_name = "Depth" ;
		wind_depth:standard_name = "depth" ;
		wind_depth:short_name = "D" ;
		wind_depth:units = "meters" ;
		wind_depth:positive = "down" ;
		wind_depth:_FillValue = -999. ;
		wind_depth:valid_range = -10000., 100. ;
		wind_depth:Comment = "Coordinate variable" ;
	double time(time) ;
		time:long_name = "Time" ;
		time:standard_name = "time" ;
		time:short_name = "time" ;
		time:units = "days since -4713-01-01 00:00:00" ;
		time:_FillValue = -999. ;
		time:valid_range = 0., 2460000. ;
		time:epic_code = 624 ;
		time:Comment = "Coordinate variable" ;
	float air_temperature(time, air_temperature_depth, lat, lon) ;
		air_temperature:long_name = "Air Temperature" ;
		air_temperature:standard_name = "air_temperature" ;
		air_temperature:short_name = "AT" ;
		air_temperature:ancillary_variables = "air_temperature_qc" ;
		air_temperature:_FillValue = -999.f ;
		air_temperature:units = "celsius" ;
		air_temperature:valid_range = -40.f, 40.f ;
		air_temperature:is_dead = 0 ;
		air_temperature:epic_code = 20 ;
	byte air_temperature_qc(time, air_temperature_depth, lat, lon) ;
		air_temperature_qc:long_name = "Air Temperature QC" ;
		air_temperature_qc:short_name = "ATQC" ;
		air_temperature_qc:intent = "data_quality" ;
		air_temperature_qc:standard_name = "air_temperature data_quality" ;
		air_temperature_qc:_FillValue = 128s ;
		air_temperature_qc:units = "1" ;
		air_temperature_qc:valid_range = -127s, 127s ;
		air_temperature_qc:flag_values = 0s, 1s, 2s, 3s ;
		air_temperature_qc:flag_meanings = "quality_good out_of_range sensor_nonfunctional questionable" ;
	float wind_gust(time, wind_depth, lat, lon) ;
		wind_gust:long_name = "Wind Gust" ;
		wind_gust:short_name = "WGST" ;
		wind_gust:ancillary_variables = "wind_gust_qc" ;
		wind_gust:_FillValue = -999.f ;
		wind_gust:units = "m/s" ;
		wind_gust:valid_range = 0.f, 200.f ;
		wind_gust:is_dead = 0 ;
		wind_gust:epic_code = 42 ;
	byte wind_gust_qc(time, wind_depth, lat, lon) ;
		wind_gust_qc:long_name = "Wind Gust QC" ;
		wind_gust_qc:short_name = "WGSTQC" ;
		wind_gust_qc:intent = "data_quality" ;
		wind_gust_qc:standard_name = "wind_gust data_quality" ;
		wind_gust_qc:_FillValue = 128s ;
		wind_gust_qc:units = "1" ;
		wind_gust_qc:valid_range = -127s, 127s ;
		wind_gust_qc:flag_values = 0s, 1s, 2s, 3s ;
		wind_gust_qc:flag_meanings = "quality_good out_of_range sensor_nonfunctional questionable" ;
	float wind_speed(time, wind_depth, lat, lon) ;
		wind_speed:long_name = "Wind Speed" ;
		wind_speed:standard_name = "wind_speed" ;
		wind_speed:ancillary_variables = "wind_speed_qc" ;
		wind_speed:short_name = "WSPD" ;
		wind_speed:_FillValue = -999.f ;
		wind_speed:units = "m/s" ;
		wind_speed:valid_range = 0.f, 200.f ;
		wind_speed:is_dead = 0 ;
		wind_speed:epic_code = 401 ;
	byte wind_speed_qc(time, wind_depth, lat, lon) ;
		wind_speed_qc:long_name = "Wind Speed QC" ;
		wind_speed_qc:short_name = "WSPDQC" ;
		wind_speed_qc:intent = "data_quality" ;
		wind_speed_qc:standard_name = "wind_speed data_quality" ;
		wind_speed_qc:_FillValue = 128s ;
		wind_speed_qc:units = "1" ;
		wind_speed_qc:valid_range = -127s, 127s ;
		wind_speed_qc:flag_values = 0s, 1s, 2s, 3s ;
		wind_speed_qc:flag_meanings = "quality_good out_of_range sensor_nonfunctional questionable" ;
	float wind_direction(time, wind_depth, lat, lon) ;
		wind_direction:long_name = "Wind Direction" ;
		wind_direction:standard_name = "wind_from_direction" ;
		wind_direction:ancillary_variables = "wind_direction_qc" ;
		wind_direction:short_name = "WDIR" ;
		wind_direction:_FillValue = -999.f ;
		wind_direction:units = "degrees" ;
		wind_direction:valid_range = 0.f, 360.f ;
		wind_direction:is_dead = 0 ;
		wind_direction:epic_code = 410 ;
	byte wind_direction_qc(time, wind_depth, lat, lon) ;
		wind_direction_qc:long_name = "Wind Direction QC" ;
		wind_direction_qc:short_name = "WDIRQC" ;
		wind_direction_qc:intent = "data_quality" ;
		wind_direction_qc:standard_name = "wind_from_direction data_quality" ;
		wind_direction_qc:_FillValue = 128s ;
		wind_direction_qc:units = "1" ;
		wind_direction_qc:valid_range = -127s, 127s ;
		wind_direction_qc:flag_values = 0s, 1s, 2s, 3s ;
		wind_direction_qc:flag_meanings = "quality_good out_of_range sensor_nonfunctional questionable" ;
	float visibility(time, visibility_depth, lat, lon) ;
		visibility:long_name = "Visibility" ;
		visibility:standard_name = "visibility_in_air" ;
		visibility:short_name = "VIS" ;
		visibility:ancillary_variables = "visibility_qc" ;
		visibility:_FillValue = -999.f ;
		visibility:units = "meters" ;
		visibility:valid_range = 0.f, 3000.f ;
		visibility:is_dead = 0 ;
		visibility:calibration_coeffs = -0.5517, 0.6007056, 0., 0. ;
	byte visibility_qc(time, visibility_depth, lat, lon) ;
		visibility_qc:long_name = "Visibility Quality" ;
		visibility_qc:short_name = "VISQ" ;
		visibility_qc:intent = "data_quality" ;
		visibility_qc:standard_name = "visibility_in_air data_quality" ;
		visibility_qc:_FillValue = 128s ;
		visibility_qc:units = "1" ;
		visibility_qc:valid_range = -127s, 127s ;
		visibility_qc:flag_values = 0s, 1s, 2s, 3s ;
		visibility_qc:flag_meanings = "quality_good out_of_range sensor_nonfunctional questionable" ;

// global attributes:
		:title = "Gulf of Maine Ocean Observing System: Realtime Buoy Observations" ;
		:institution = "Department of Physical Oceanography, School of Marine Sciences, University of Maine" ;
		:institution_url = "http://gyre.umeoce.maine.edu" ;
		:history = "Tue Feb 24 14:18:46 2004: /usr/local/nco/bin/ncrcat -d time,2453056.5104,2453060.6250 C0205.met.realtime.nc C0205.met.realtime.nc.new" ;
		:source = "Ocean Data Acquisition Systems (ODAS) Buoy" ;
		:references = "http://gyre.umeoce.maine.edu/data/gomoos/buoy/doc/buoy_system_doc/buoy_system/book1.html" ;
		:comment = "" ;
		:Conventions = "CF-1.0" ;
		:project = "GOMOOS" ;
		:project_url = "http://gomoos.org" ;
		:contact = "nealp@maine.edu,ljm@umeoce.maine.edu,jevans@umeoce.maine.edu" ;
		:time_zone = "UTC" ;
		:julian_day_convention = "Julian date convention begins at 00:00:00 UTC on 1 January 4713 BC" ;
		:buffer_type = "met" ;
		:instrument_number = 0 ;
		:wind_sensor_serial_number = 46267 ;
		:visibility_sensor_serial_number = 318 ;
		:processing = "realtime" ;
		:water_depth = 46 ;
		:mooring_site_id = "C0205" ;
		:mooring_site_desc = "Casco Bay" ;
		:breakout_id = 1 ;
		:delta_t = 60 ;
		:magnetic_variation = -16.6333 ;
		:goes_platform_id = "04405528" ;
		:starting_julian_day_number = 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:  20-Feb-2004 16:15:07\n",
			"AAN_VIZ_1.2:  20-Feb-2004 16:15:07" ;
data:

 lat = 43.5695 ;

 lon = -70.055 ;

 air_temperature_depth = -3 ;

 visibility_depth = -3 ;

 wind_depth = -4 ;

 time = 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.58333333, 2453183.625, 2453183.66666667, 2453183.70833333, 
    2453183.75, 2453183.79166667, 2453183.83333333, 2453183.875, 
    2453183.91666667, 2453183.95833333 ;

 air_temperature =
  15.88,
  16.75,
  15.99,
  15.04,
  14.93,
  13.93,
  13.15,
  12.1,
  11.5,
  11.9,
  11.87,
  12.11,
  12.55,
  12.76,
  13.08,
  13.57,
  13.88,
  14.76,
  14.4,
  13.64,
  14.69,
  15.25,
  16.41,
  15.64,
  15.07,
  14.58,
  14.02,
  14.06,
  13.45,
  13.18,
  12.94,
  12.86,
  12.26,
  12.65,
  12.56,
  13.06,
  12.94,
  13.59,
  13.95,
  13.94,
  14.79,
  14.95,
  14.45,
  16.65,
  18.08,
  16.56,
  17.29,
  17.17,
  16.62,
  15.51,
  15.28,
  15.59,
  13.89,
  13.93,
  14.28,
  13.9,
  13.64,
  13.41,
  13.12,
  13.27,
  13.33,
  13.35,
  13.27,
  13.12,
  13.42,
  13.27,
  13.63,
  13.39,
  13.14,
  13.08,
  12.96,
  12.95,
  12.84,
  12.77,
  12.85,
  12.64,
  12.67,
  12.5,
  12.79,
  12.32,
  12.67,
  12.88,
  13.39,
  13.42,
  13.97,
  14.49,
  15.57,
  16.44,
  17.87,
  20.93,
  19.3,
  17.96,
  16.75,
  16.55,
  16.85,
  16.39,
  16.24,
  15.49,
  15.1,
  14.74,
  15.18,
  15.12,
  11.37,
  10.87,
  10.71,
  10.79,
  11.03,
  11.13,
  11.05,
  10.9,
  10.52,
  10.38,
  10.7,
  10.86,
  11.03,
  11.12,
  11.24,
  11.49,
  11.72,
  11.77,
  12.34,
  12.03,
  12.77,
  12.93,
  13.42,
  13.85,
  13,
  12.9,
  12.87,
  13.23,
  13.48,
  13.41,
  13.21,
  12.73,
  12.91,
  12.84,
  12.85,
  13.07,
  13.32,
  13.37,
  13.26,
  13.61,
  13.66,
  13.2,
  13.03,
  13.13,
  12.84,
  12.82,
  12.4,
  12.43,
  12.54,
  12.57,
  12.28,
  12.23,
  12.07,
  12.08,
  12.13,
  12.2,
  12.22,
  11.91,
  11.87,
  12.07,
  12.08,
  12.04,
  12.38,
  12.84 ;

 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 ;

 wind_gust =
  2.862,
  7.25,
  5.723,
  6.703,
  10.04,
  13.05,
  11.88,
  7.64,
  3.332,
  5.292,
  5.449,
  5.292,
  5.841,
  6.742,
  7.72,
  9.53,
  6.076,
  8.9,
  5.488,
  5.998,
  7.17,
  4.606,
  4.155,
  6.546,
  5.919,
  4.508,
  3.528,
  5.449,
  5.057,
  6.35,
  5.88,
  5.566,
  4.214,
  4.626,
  6.625,
  4.861,
  5.41,
  4.606,
  3.038,
  5.292,
  3.92,
  7.8,
  6.86,
  5.684,
  7.72,
  5.684,
  3.802,
  5.292,
  4.547,
  3.959,
  4.782,
  5.488,
  4.41,
  3.489,
  3.881,
  3.959,
  2.94,
  3.332,
  2.548,
  2.783,
  3.489,
  3.41,
  4.39,
  3.528,
  1.764,
  3.489,
  2.254,
  2.548,
  3.136,
  4.626,
  4.273,
  2.94,
  2.979,
  3.058,
  3.214,
  2.352,
  1.294,
  2.156,
  1.96,
  1.078,
  2.47,
  4.469,
  3.136,
  2.47,
  2.509,
  2.078,
  3.332,
  2.646,
  2.117,
  1.49,
  3.724,
  4.939,
  4.626,
  5.096,
  4.312,
  3.528,
  3.842,
  3.254,
  3.92,
  2.548,
  2.352,
  4.665,
  11.05,
  10.82,
  9.49,
  9.29,
  8.15,
  8.94,
  9.72,
  8.7,
  8.7,
  8.35,
  8.43,
  8.7,
  7.88,
  8.58,
  8.23,
  6.86,
  6.272,
  5.88,
  5.253,
  5.253,
  4.351,
  4.038,
  4.116,
  6.978,
  4.978,
  8.86,
  8.9,
  9.88,
  10.43,
  7.37,
  8.08,
  7.02,
  6.39,
  4.704,
  6.311,
  4.822,
  4.978,
  3.43,
  2.979,
  1.999,
  4.194,
  3.92,
  7.76,
  5.802,
  4.9,
  2.744,
  3.018,
  2.862,
  2.666,
  2.117,
  3.45,
  4.9,
  3.136,
  2.548,
  3.842,
  3.92,
  4.547,
  2.45,
  2.548,
  3.646,
  2.666,
  1.666,
  4.116,
  2.548 ;

 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 ;

 wind_speed =
  1.992,
  6.186,
  4.556,
  5.387,
  8.39,
  10.71,
  9.65,
  5.292,
  1.614,
  4.552,
  4.351,
  4.646,
  4.528,
  5.353,
  6.171,
  7.8,
  3.928,
  7.07,
  3.168,
  4.919,
  6.018,
  2.722,
  3.461,
  5.253,
  5.4,
  3.634,
  2.802,
  4.52,
  4.436,
  5.46,
  5.211,
  4.955,
  3.314,
  3.979,
  5.721,
  4.334,
  4.7,
  4.018,
  2.137,
  4.545,
  2.586,
  6.367,
  6.095,
  4.922,
  6.106,
  3.937,
  3.225,
  4.628,
  4.285,
  3.542,
  4.265,
  4.908,
  2.974,
  3.14,
  3.576,
  3.347,
  2.528,
  2.851,
  1.744,
  2.135,
  2.557,
  2.811,
  3.606,
  2.35,
  1.456,
  2.895,
  1.02,
  2.104,
  2.831,
  3.473,
  3.77,
  2.182,
  2.478,
  2.458,
  2.722,
  1.673,
  0.776,
  1.812,
  1.585,
  0.149,
  1.496,
  3.979,
  2.359,
  2.016,
  2.182,
  1.707,
  2.742,
  0.934,
  1.777,
  1.097,
  2.825,
  4.234,
  3.88,
  3.828,
  3.913,
  2.787,
  3.452,
  2.661,
  3.55,
  2.161,
  1.951,
  2.516,
  9.35,
  9.28,
  8.28,
  7.73,
  7.12,
  7.69,
  7.93,
  7.47,
  7.45,
  7.19,
  7.25,
  7.33,
  6.933,
  7.41,
  7.18,
  5.492,
  5.282,
  4.972,
  4.531,
  4.569,
  3.739,
  3.499,
  3.038,
  5.601,
  3.693,
  7.55,
  7.38,
  8.28,
  9.03,
  5.94,
  6.913,
  5.721,
  5.309,
  3.77,
  5.444,
  4.277,
  4.079,
  2.617,
  2.409,
  1.246,
  3.103,
  3.273,
  6.39,
  5.138,
  4.212,
  1.884,
  2.488,
  2.418,
  2.202,
  1.771,
  2.784,
  4.093,
  2.227,
  2.149,
  3.306,
  3.407,
  3.953,
  1.436,
  2.064,
  3.047,
  2.117,
  0.896,
  2.4,
  1.267 ;

 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 ;

 wind_direction =
  298.1667,
  313.8667,
  331.3667,
  317.3667,
  340.8667,
  354.4067,
  339.1667,
  336.9667,
  346.1377,
  315.8667,
  298.4667,
  305.5667,
  310.6667,
  291.2667,
  317.0667,
  308.5667,
  305.7667,
  308.5667,
  236.9667,
  204.9667,
  194.1667,
  209.6667,
  272.2667,
  263.5667,
  272.3667,
  260.9667,
  211.6667,
  226.9667,
  229.7667,
  245.3667,
  251.9667,
  258.9667,
  257.4667,
  263.6667,
  235.6667,
  252.4667,
  243.6667,
  229.2667,
  206.6667,
  203.6667,
  189.6667,
  204.7667,
  178.4667,
  255.9667,
  244.9667,
  216.6667,
  253.8667,
  251.6667,
  255.6667,
  250.3667,
  237.4667,
  241.2667,
  241.6667,
  245.3667,
  248.4667,
  230.5667,
  213.1667,
  209.1667,
  204.8667,
  203.3667,
  190.8667,
  176.6667,
  215.0667,
  268.3667,
  40.3667,
  101.9667,
  120.4667,
  100.7667,
  46.0767,
  41.5367,
  63.7667,
  40.1267,
  26.7267,
  42.8967,
  40.0467,
  73.1667,
  288.7667,
  219.6667,
  257.9667,
  288.0667,
  233.5667,
  216.2667,
  261.3667,
  270.4667,
  275.1667,
  242.7667,
  226.0667,
  162.9667,
  292.6667,
  326.5667,
  170.5667,
  212.4667,
  188.7667,
  192.8667,
  194.7667,
  194.4667,
  200.5667,
  218.5667,
  202.6667,
  258.2667,
  294.2667,
  26.5667,
  71.1667,
  62.4667,
  66.0667,
  45.8767,
  54.9667,
  68.5667,
  67.5667,
  67.2667,
  64.9667,
  63.1667,
  64.0667,
  83.2667,
  78.7667,
  83.1667,
  78.7667,
  75.0667,
  68.9667,
  77.1667,
  64.2667,
  73.8667,
  100.7667,
  143.5667,
  218.5667,
  213.9667,
  178.0667,
  196.1667,
  205.8667,
  188.3667,
  187.1667,
  203.6667,
  199.5667,
  198.8667,
  198.1667,
  194.7667,
  183.2667,
  180.6667,
  173.5667,
  156.9667,
  155.3667,
  131.9667,
  65.8667,
  56.5667,
  82.4667,
  105.9667,
  126.9667,
  149.8667,
  7.6667,
  22.5867,
  45.3567,
  24.2567,
  79.2667,
  70.4667,
  121.0667,
  35.0767,
  25.4467,
  38.5267,
  72.8667,
  10.2367,
  53.3467,
  66.9667,
  84.5667,
  139.7667,
  326.0667,
  213.2667 ;

 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 ;

 visibility =
  2664.779,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2953.719,
  2954.319,
  2955.521,
  2956.121,
  2954.92,
  2955.521,
  2956.722,
  2956.722,
  2949.513,
  2919.478,
  2772.305,
  2941.104,
  2830.574,
  2949.513,
  2956.722,
  2956.121,
  2956.121,
  2950.114,
  2748.878,
  2606.51,
  2956.121,
  2956.121,
  2955.521,
  2956.121,
  2955.521,
  2956.121,
  2955.521,
  2956.121,
  2954.92,
  2789.726,
  2936.298,
  2661.776,
  2956.121,
  2955.521,
  2953.118,
  2950.715,
  2945.909,
  2887.641,
  2905.662,
  2924.885,
  2929.69,
  2718.242,
  2946.51,
  2953.719,
  2954.319,
  2954.92,
  2955.521,
  2953.719,
  2954.319,
  2953.719,
  2953.118,
  2950.715,
  2950.114,
  2942.906,
  2938.701,
  2933.294,
  2908.666,
  2832.977,
  2510.398,
  2866.616,
  2862.411,
  2528.419,
  2288.737,
  2169.197,
  2101.317,
  2187.218,
  2272.518,
  2417.288,
  2288.737,
  2402.871,
  2208.243,
  2144.568,
  200.985,
  1208.068,
  71.41283,
  1475.382,
  1798.562,
  1700.046,
  1413.509,
  1988.385,
  2289.338,
  2747.677,
  2691.21,
  2947.111,
  2955.521,
  2956.121,
  2951.316,
  2950.715,
  2941.104,
  2948.913,
  2955.521,
  2956.121,
  2954.92,
  2954.319,
  2953.118,
  2955.521,
  2951.316,
  672.2386,
  343.2922,
  406.5465,
  398.6772,
  580.3306,
  896.3018,
  961.178,
  1590.117,
  1686.23,
  843.4397,
  499.2354,
  462.5923,
  944.3582,
  505.8431,
  457.186,
  1407.502,
  2294.144,
  2371.635,
  2302.553,
  2402.271,
  2330.186,
  2393.861,
  2507.394,
  2538.631,
  2127.748,
  251.6245,
  388.5854,
  485.4191,
  616.9736,
  1745.699,
  281.9601,
  211.0168,
  253.1863,
  216.3631,
  212.879,
  2293.543,
  2659.373,
  2706.828,
  2724.85,
  2802.341,
  2837.782,
  2723.048,
  1877.855,
  2792.729,
  2693.613,
  2521.21,
  2419.691,
  507.6452,
  160.5575,
  343.953,
  702.8746,
  1781.742,
  2443.719,
  2570.468,
  2876.828,
  2832.977,
  2725.45,
  245.8577,
  461.3909,
  1089.729,
  2111.529,
  1022.45,
  1892.872,
  1578.103 ;

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