netcdf E0110.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 = "03-May-2004 19:19:30:  Modified [lon,lat] to [-69.357000,43.714100].\n",
			"Wed Apr 28 00:35:01 2004: /usr/local/nco/bin/ncrcat -d time,2453123.9722,2453124.055 E0110.met.realtime.nc E0110.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 = 342 ;
		:processing = "realtime" ;
		:water_depth = 100 ;
		:mooring_site_id = "E0110" ;
		:mooring_site_desc = "Central Maine Shelf" ;
		:breakout_id = 1 ;
		:delta_t = 60 ;
		:magnetic_variation = -17.0167 ;
		:goes_platform_id = "044023B8" ;
		:starting_julian_day_number = 2453177.00000579 ;
		:starting_julian_day_string = "2004-06-20 00:00:00" ;
		:ending_julian_day_number = 2453183.91667244 ;
		:ending_julian_day_string = "2004-06-26 22:00:00" ;
		:algorithm_ids = "WIND_DIR_1.2:  16-Apr-2004 19:18:09\n",
			"AAN_VIZ_1.2:  16-Apr-2004 19:18:09" ;
data:

 lat = 43.7141 ;

 lon = -69.357 ;

 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 ;

 air_temperature =
  12.48,
  14.81,
  14.25,
  13.06,
  13.85,
  12.33,
  11.82,
  11.42,
  11.21,
  10.83,
  11.1,
  10.73,
  10.84,
  11.54,
  11.74,
  12.42,
  12.72,
  12.08,
  11.71,
  11.58,
  12.38,
  13.64,
  12.66,
  13.09,
  12.49,
  12.5,
  12.58,
  12.59,
  12.83,
  12.87,
  12.32,
  11.84,
  11.83,
  11.46,
  11.8,
  11.71,
  11.73,
  11.82,
  11.87,
  11.84,
  12.38,
  12.87,
  13.23,
  13.88,
  14.34,
  13.4,
  13.41,
  12.92,
  12.67,
  12.57,
  12.29,
  12.86,
  12.99,
  13.17,
  12.37,
  12.07,
  12.8,
  12.47,
  11.84,
  11.87,
  11.66,
  11.86,
  12.26,
  12.13,
  12.07,
  12.19,
  11.79,
  11.69,
  11.5,
  11.54,
  11.59,
  11.92,
  12.82,
  12.63,
  12.14,
  12.11,
  11.52,
  11.24,
  11.52,
  11.46,
  11.85,
  11.91,
  11.45,
  11.24,
  11.51,
  11.85,
  12.56,
  12.93,
  13.71,
  14.79,
  14.38,
  14.5,
  15.63,
  14.39,
  14.95,
  14.72,
  14.87,
  14.49,
  14.44,
  11.16,
  11.51,
  10.38,
  10.3,
  10.39,
  10.5,
  10.44,
  10.55,
  10.38,
  9.7,
  9.67,
  9.75,
  10,
  10.17,
  10.23,
  10.34,
  10.4,
  10.52,
  10.78,
  10.75,
  11.04,
  11.18,
  11.29,
  11.38,
  11.3,
  11.63,
  11.51,
  11.67,
  11.64,
  11.65,
  11.81,
  11.75,
  11.84,
  11.72,
  11.8,
  11.61,
  11.51,
  11.77,
  12.04,
  12.26,
  12.28,
  12.18,
  11.71,
  11.55,
  11.31,
  11.15,
  11.3,
  11.44,
  11.13,
  11.28,
  11.43,
  11.09,
  10.68,
  10.8,
  11.04,
  10.6,
  10.58,
  10.75,
  10.81,
  10.49,
  10.49,
  10.5,
  10.41,
  10.35,
  10.76,
  10.66,
  10.5,
  10.65 ;

 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.646,
  8.51,
  7.74,
  5.802,
  9.06,
  10.31,
  8.9,
  8.23,
  6.076,
  8.04,
  7.25,
  6.35,
  6.586,
  9.41,
  7.64,
  8.74,
  6.586,
  4.214,
  6.546,
  7.33,
  9.33,
  8.94,
  7.25,
  7.06,
  5.096,
  5.018,
  4.9,
  5.684,
  6.703,
  7.1,
  6.507,
  6.076,
  6.233,
  5.135,
  4.998,
  6.35,
  6.115,
  4.743,
  4.782,
  5.096,
  6.233,
  8.19,
  7.29,
  8.04,
  8.35,
  7.49,
  6.86,
  5.194,
  5.096,
  4.077,
  2.744,
  4.43,
  4.861,
  3.822,
  3.175,
  5.488,
  4.704,
  4.234,
  3.332,
  1.686,
  3.058,
  4.273,
  2.646,
  4.116,
  3.136,
  1.842,
  3.724,
  3.058,
  3.685,
  3.45,
  2.646,
  2.078,
  3.763,
  2.254,
  1.96,
  1.529,
  1.215,
  0.706,
  2.391,
  2.234,
  2.822,
  4.234,
  2.705,
  3.763,
  2.862,
  4.273,
  4.038,
  4.508,
  3.43,
  4.704,
  4.234,
  4.704,
  6.115,
  6.821,
  5.841,
  5.174,
  5.174,
  5.018,
  5.057,
  4.861,
  5.762,
  8.11,
  8.23,
  7.57,
  8.98,
  9.06,
  7.45,
  7.68,
  7.45,
  8.23,
  7.84,
  6.742,
  6.39,
  6.938,
  7.37,
  8.35,
  7.41,
  6.39,
  6.35,
  5.645,
  4.978,
  5.214,
  6.037,
  9.37,
  9.88,
  9.84,
  9.37,
  8.19,
  7.72,
  8.27,
  6.625,
  7.53,
  5.488,
  5.723,
  4.312,
  2.744,
  4.469,
  5.135,
  3.802,
  1.862,
  2.274,
  1.725,
  2.234,
  3.45,
  3.528,
  6.39,
  5.41,
  4.077,
  4.273,
  3.234,
  3.018,
  3.254,
  4.077,
  5.057,
  3.626,
  2.352,
  4.665,
  4.626,
  2.43,
  2.274,
  3.45,
  3.41,
  2.313,
  2.078,
  3.842,
  2.45,
  1.078 ;

 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.068,
  7.25,
  6.071,
  5.083,
  7.67,
  8.59,
  7.86,
  6.609,
  4.761,
  6.719,
  6.154,
  5.396,
  5.508,
  7.11,
  6.622,
  7.71,
  5.103,
  2.856,
  4.355,
  5.959,
  7.68,
  7.72,
  5.81,
  5.916,
  4.259,
  4.63,
  4.308,
  5.087,
  6.036,
  6.318,
  5.879,
  5.174,
  5.516,
  4.317,
  4.329,
  5.447,
  5.521,
  4.088,
  4.218,
  4.192,
  5.63,
  6.82,
  6.348,
  7.06,
  7.4,
  6.714,
  6.051,
  4.516,
  4.531,
  3.304,
  2.389,
  4.09,
  4.334,
  3.218,
  2.572,
  4.54,
  4.047,
  3.686,
  2.2,
  1.311,
  2.6,
  3.533,
  1.94,
  3.707,
  1.886,
  1.517,
  3.07,
  2.689,
  3.295,
  3.071,
  2.163,
  1.755,
  2.097,
  1.607,
  1.169,
  1.206,
  0.95,
  0.304,
  2.067,
  1.915,
  2.432,
  3.892,
  2.16,
  3.198,
  2.351,
  3.469,
  3.59,
  3.621,
  3.148,
  4.205,
  3.831,
  4.03,
  5.284,
  4.886,
  5.288,
  4.733,
  4.604,
  4.504,
  4.5,
  3.775,
  4.719,
  7.15,
  7.04,
  6.385,
  7.53,
  7.77,
  6.451,
  6.365,
  6.292,
  7.01,
  6.605,
  5.967,
  5.549,
  5.889,
  6.464,
  6.945,
  6.453,
  5.431,
  5.555,
  4.528,
  4.241,
  4.403,
  5.023,
  8.03,
  8.43,
  8.46,
  8.11,
  7.3,
  6.503,
  7.1,
  5.819,
  6.666,
  4.332,
  4.822,
  3.571,
  1.752,
  3.907,
  4.418,
  2.436,
  1.101,
  1.844,
  1.474,
  1.817,
  3.005,
  3.084,
  5.457,
  4.643,
  2.957,
  3.696,
  2.663,
  2.405,
  2.791,
  3.559,
  4.396,
  2.174,
  2.144,
  4.21,
  3.231,
  2.082,
  2.009,
  2.865,
  2.968,
  1.956,
  1.744,
  3.173,
  1.825,
  0.746 ;

 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 =
  222.2833,
  305.7833,
  301.2833,
  315.4833,
  326.9833,
  319.5833,
  315.9833,
  315.7833,
  296.7833,
  280.2833,
  289.4833,
  283.8833,
  264.6833,
  293.0833,
  289.2833,
  292.4833,
  288.3833,
  244.3833,
  230.1833,
  206.2833,
  221.2833,
  222.7833,
  217.7833,
  237.4833,
  233.0833,
  240.8833,
  242.3833,
  238.0833,
  248.3833,
  238.4833,
  249.1833,
  248.4833,
  255.4833,
  237.4833,
  242.0833,
  239.0833,
  251.4833,
  243.2833,
  241.6833,
  208.9833,
  224.0833,
  211.9833,
  217.6833,
  211.2833,
  210.6833,
  208.9833,
  215.7833,
  207.3833,
  214.7833,
  240.6833,
  248.8833,
  241.2833,
  239.9833,
  268.6833,
  220.4833,
  202.6833,
  222.1833,
  226.2833,
  229.2833,
  248.7833,
  209.7833,
  199.3833,
  183.1833,
  239.3833,
  229.1833,
  114.2833,
  117.6833,
  66.0833,
  84.1833,
  77.7833,
  88.3833,
  122.6833,
  136.6833,
  214.0833,
  208.8833,
  240.0833,
  326.9833,
  287.4833,
  288.9833,
  218.4833,
  241.4833,
  277.4833,
  285.5833,
  279.6833,
  270.0833,
  264.5833,
  252.8833,
  255.6833,
  238.2833,
  221.5833,
  197.9833,
  212.9833,
  218.3833,
  190.7833,
  223.2833,
  223.2833,
  239.4833,
  240.0833,
  238.9833,
  38.1433,
  28.7033,
  66.9833,
  67.8833,
  68.0833,
  73.8833,
  66.7833,
  67.0833,
  72.8833,
  69.6833,
  59.4833,
  66.1833,
  79.7833,
  75.2833,
  80.4833,
  80.7833,
  79.6833,
  90.0833,
  84.7833,
  108.7833,
  117.4833,
  122.7833,
  127.2833,
  142.0833,
  153.4833,
  160.6833,
  171.6833,
  172.6833,
  177.7833,
  175.1833,
  181.3833,
  174.4833,
  166.3833,
  174.1833,
  180.9833,
  174.9833,
  164.4833,
  164.2833,
  189.7833,
  185.7833,
  68.3833,
  96.8833,
  74.9833,
  43.0333,
  63.3833,
  36.2533,
  87.0833,
  115.2833,
  124.9833,
  128.4833,
  134.5833,
  347.9543,
  52.8633,
  57.7833,
  58.9833,
  90.7833,
  54.4833,
  45.3933,
  82.5833,
  83.2833,
  14.9033,
  91.8833,
  76.0833,
  64.8833,
  27.5333,
  40.9533,
  85.1833,
  83.5833 ;

 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 =
  2080.292,
  2954.92,
  2954.92,
  2954.92,
  2954.92,
  2954.92,
  2954.92,
  2954.92,
  2954.92,
  2860.609,
  2956.121,
  1066.301,
  2955.521,
  2955.521,
  2913.471,
  2955.521,
  2954.92,
  2955.521,
  2955.521,
  2953.719,
  2831.775,
  2715.238,
  1548.067,
  2092.307,
  1675.417,
  2954.92,
  2954.92,
  2954.92,
  2954.92,
  2954.92,
  2954.92,
  2954.92,
  2954.92,
  2954.92,
  2550.645,
  2951.316,
  2909.867,
  2955.521,
  2955.521,
  2955.521,
  2955.521,
  2953.719,
  2954.319,
  2945.309,
  2945.909,
  2824.567,
  2644.355,
  2497.182,
  2212.448,
  2954.319,
  2954.319,
  2954.92,
  2954.92,
  2954.92,
  2954.92,
  2954.92,
  2954.92,
  2954.92,
  2954.319,
  2953.118,
  2950.114,
  2941.104,
  2936.298,
  2908.666,
  2726.652,
  2655.769,
  2435.31,
  2362.624,
  2267.112,
  2353.013,
  2545.239,
  2741.669,
  2696.616,
  2435.91,
  2016.618,
  1904.286,
  2557.854,
  2422.695,
  2415.486,
  2216.052,
  1629.163,
  248.9814,
  138.1512,
  373.9883,
  1939.727,
  1066.301,
  2695.415,
  2794.531,
  2870.821,
  2916.475,
  2891.245,
  2869.62,
  2926.086,
  2476.157,
  1742.696,
  2801.74,
  1829.798,
  2954.319,
  2954.319,
  2872.022,
  2908.666,
  465.5959,
  344.013,
  348.5784,
  2757.288,
  2562.058,
  2771.104,
  2646.758,
  949.7646,
  1453.156,
  1111.955,
  577.3271,
  951.5667,
  759.9416,
  684.8534,
  365.0377,
  385.4617,
  341.9706,
  316.6208,
  371.0448,
  473.405,
  2045.452,
  884.2877,
  1038.068,
  1940.929,
  1089.729,
  466.7973,
  385.9423,
  427.7514,
  398.9776,
  356.9282,
  315.7799,
  285.7446,
  580.9313,
  320.8258,
  351.3416,
  444.5711,
  349.2392,
  409.8504,
  2090.504,
  2486.369,
  2589.09,
  1848.42,
  967.185,
  1962.554,
  2453.331,
  829.6234,
  2324.179,
  2322.978,
  1013.439,
  383.7798,
  410.391,
  328.2145,
  2309.762,
  2375.239,
  2059.268,
  2214.851,
  2885.839,
  416.0376,
  307.5502,
  271.5679,
  492.6276,
  339.3275,
  579.1292,
  2389.055,
  879.482,
  274.4513 ;

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