netcdf A0109.met.realtime {
dimensions:
	lat = 1 ;
	lon = 1 ;
	air_temperature_depth = 1 ;
	visibility_depth = 1 ;
	wind_depth = 1 ;
	time = 142 ;
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 = "17-Jun-2004 17:17:19:  Modified [lon,lat] to [-70.565200,42.522300].\n",
			"14-May-2004 20:16:39:  Modified [lon,lat] to [-70.565200,43.522300].\n",
			"Fri May 14 19:36:17 2004: /usr/local/nco/bin/ncrcat -d time,2453140.77083,2453140.9167 A0109.met.realtime.nc A0109.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 = 46269 ;
		:visibility_sensor_serial_number = 292 ;
		:processing = "realtime" ;
		:water_depth = 65 ;
		:mooring_site_id = "A0109" ;
		:mooring_site_desc = "Massachusetts Bay" ;
		:breakout_id = 1 ;
		:delta_t = 60 ;
		:magnetic_variation = -15.9833 ;
		:goes_platform_id = "0440465E" ;
		:starting_julian_day_number = 2453177.00000579 ;
		:starting_julian_day_string = "2004-06-20 00:00:00" ;
		:ending_julian_day_number = 2453182.87500579 ;
		:ending_julian_day_string = "2004-06-25 21:00:00" ;
		:algorithm_ids = "WIND_DIR_1.2:  12-May-2004 16:40:09\n",
			"AAN_VIZ_1.2:  12-May-2004 16:40:09" ;
		:longitude = -70.5652 ;
		:latitude = 42.5223 ;
data:

 lat = 42.5223 ;

 lon = -70.5652 ;

 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 ;

 air_temperature =
  20.15,
  19.5,
  18.73,
  16.92,
  16.52,
  16.58,
  15.62,
  14.43,
  13.75,
  13.07,
  12.7,
  12.76,
  13.1,
  13.56,
  13.98,
  14.43,
  15.15,
  15.67,
  16.08,
  16.73,
  16.79,
  16.51,
  17.12,
  17.64,
  16.92,
  15.6,
  15.29,
  15.64,
  15.38,
  15.82,
  15.28,
  14.83,
  14.63,
  14.51,
  14.22,
  14.13,
  14.44,
  15.04,
  15.54,
  15.86,
  16.36,
  17.3,
  17.49,
  17.55,
  17.64,
  18.09,
  18.46,
  18.06,
  18.7,
  17.36,
  17.46,
  17.04,
  17.02,
  16.4,
  16.11,
  16.04,
  15.76,
  15.26,
  15.24,
  15.22,
  15.53,
  15.41,
  15.73,
  16.4,
  16.3,
  16.4,
  16.36,
  17.06,
  17.15,
  16.56,
  16.86,
  16.88,
  16.41,
  16.3,
  16.55,
  16.47,
  17.36,
  16.78,
  16.67,
  17.47,
  16.16,
  16.44,
  16.38,
  16.23,
  16.38,
  17.3,
  17.88,
  17.81,
  18.3,
  20.3,
  19.57,
  18.18,
  18.23,
  18.19,
  18.39,
  17.95,
  17.7,
  17.79,
  17.19,
  16.82,
  16.61,
  16.36,
  16.15,
  15.91,
  15.37,
  15.34,
  15.52,
  15.72,
  15.32,
  15.25,
  13.37,
  13.03,
  13.2,
  13.09,
  13.28,
  13.54,
  14.93,
  17.75,
  17.99,
  17.67,
  17.64,
  17.17,
  16.67,
  16.14,
  15.79,
  15.37,
  15.42,
  15.28,
  15.19,
  15.16,
  15.39,
  15.48,
  15.42,
  15.3,
  15.44,
  15.5,
  15.63,
  16.14,
  16.6,
  16.7,
  16.47,
  16.27 ;

 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 ;

 wind_gust =
  7.02,
  8.27,
  10.31,
  7.25,
  6.821,
  14.43,
  12.86,
  12.58,
  9.9,
  7.84,
  8.35,
  7.25,
  11.02,
  9.49,
  8.15,
  5.586,
  2.94,
  1.96,
  4.939,
  6.507,
  2.901,
  4.234,
  4.116,
  4.9,
  3.626,
  3.234,
  2.666,
  4.469,
  5.488,
  6.35,
  7.25,
  6.272,
  6.115,
  7.1,
  7.45,
  7.49,
  6.311,
  6.35,
  4.802,
  4.939,
  4.665,
  5.606,
  4.782,
  4.547,
  3.234,
  4.469,
  4.194,
  4.43,
  4.822,
  3.371,
  5.174,
  7.53,
  6.86,
  6.272,
  4.978,
  5.174,
  4.547,
  6.468,
  5.645,
  5.488,
  5.174,
  3.332,
  2.862,
  2.058,
  4.116,
  4.39,
  5.488,
  6.233,
  6.507,
  5.782,
  6.507,
  5.214,
  6.35,
  5.488,
  5.37,
  5.41,
  7.53,
  5.39,
  4.665,
  4.9,
  3.802,
  4.39,
  5.214,
  5.292,
  4.978,
  5.449,
  6.115,
  4.469,
  2.842,
  1.49,
  3.842,
  4.234,
  2.842,
  2.901,
  2.822,
  4.861,
  4.038,
  3.41,
  3.489,
  3.371,
  2.979,
  1.764,
  1.646,
  2.626,
  0.588,
  0.588,
  2.391,
  2.43,
  4.469,
  5.018,
  6.39,
  7.25,
  6.311,
  6.233,
  5.782,
  5.37,
  4.273,
  4.038,
  8.43,
  8.74,
  8.74,
  8.15,
  7.92,
  8.39,
  8,
  9.92,
  8.19,
  6.076,
  5.606,
  4.939,
  6.154,
  6.899,
  7.06,
  5.253,
  4.508,
  5.292,
  4.665,
  3.822,
  3.959,
  4.194,
  4.194,
  3.332 ;

 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 ;

 wind_speed =
  5.894,
  6.294,
  8.55,
  4.871,
  4.967,
  11.99,
  9.4,
  10.61,
  8.2,
  6.591,
  7.1,
  6.093,
  8.34,
  7.72,
  6.25,
  3.479,
  1.293,
  1.054,
  2.97,
  3.524,
  2.307,
  2.578,
  3.326,
  4.295,
  3.013,
  2.544,
  2.317,
  4.089,
  4.381,
  5.58,
  5.722,
  5.495,
  5.359,
  5.567,
  6.418,
  6.414,
  5.344,
  5.299,
  3.437,
  4.439,
  4.008,
  3.953,
  3.894,
  3.687,
  2.255,
  3.834,
  3.133,
  3.85,
  4.16,
  2.315,
  4.1,
  6.667,
  6.024,
  4.968,
  4.412,
  4.576,
  4.042,
  5.616,
  4.948,
  4.718,
  4.293,
  2.761,
  2.477,
  1.422,
  3.648,
  3.647,
  4.767,
  5.503,
  5.776,
  4.721,
  4.897,
  4.63,
  5.61,
  4.898,
  4.753,
  4.801,
  6.646,
  4.168,
  4.128,
  4.489,
  3.303,
  4.057,
  4.649,
  4.552,
  4.151,
  4.365,
  5.087,
  3.795,
  1.601,
  1.102,
  2.67,
  3.306,
  2.313,
  2.66,
  2.612,
  4.451,
  3.22,
  2.687,
  3.083,
  2.824,
  2.592,
  1.24,
  1.447,
  1.561,
  0.004,
  0.346,
  1.573,
  1.593,
  3.814,
  3.197,
  5.577,
  6.437,
  5.525,
  5.595,
  4.811,
  4.647,
  3.512,
  3.425,
  7.46,
  7.47,
  7.83,
  7.24,
  6.551,
  7.3,
  6.676,
  8.31,
  7.21,
  4.984,
  4.985,
  4.384,
  5.446,
  5.645,
  5.909,
  4.562,
  3.89,
  4.615,
  4.16,
  2.762,
  3.361,
  3.619,
  3.136,
  3.021 ;

 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 ;

 wind_direction =
  289.6167,
  294.9167,
  335.0167,
  341.9167,
  316.2167,
  324.1167,
  333.7167,
  317.3167,
  318.0167,
  313.6167,
  309.6167,
  297.3167,
  314.8167,
  328.4167,
  329.6167,
  338.4167,
  274.8167,
  185.5167,
  143.1167,
  185.0167,
  222.1167,
  224.5167,
  258.9167,
  289.0167,
  273.2167,
  251.9167,
  245.7167,
  253.4167,
  254.3167,
  272.2167,
  276.5167,
  271.4167,
  263.3167,
  267.5167,
  276.2167,
  269.1167,
  248.6167,
  241.7167,
  233.1167,
  220.9167,
  216.0167,
  219.8167,
  226.2167,
  229.6167,
  235.8167,
  238.1167,
  245.7167,
  235.7167,
  262.4167,
  221.9167,
  210.2167,
  214.9167,
  233.5167,
  220.1167,
  226.4167,
  239.5167,
  233.7167,
  213.7167,
  215.7167,
  214.7167,
  211.5167,
  177.6167,
  169.0167,
  134.9167,
  180.6167,
  168.9167,
  165.7167,
  177.8167,
  188.2167,
  190.6167,
  180.3167,
  195.8167,
  186.6167,
  186.8167,
  216.3167,
  213.5167,
  234.0167,
  254.5167,
  267.4167,
  248.2167,
  233.1167,
  264.7167,
  259.9167,
  270.8167,
  292.0167,
  303.5167,
  322.5167,
  334.0167,
  303.9167,
  192.3167,
  194.9167,
  167.4167,
  136.6167,
  152.5167,
  161.9167,
  181.7167,
  172.9167,
  194.0167,
  169.5167,
  178.8167,
  188.7167,
  210.5167,
  177.1167,
  168.5167,
  244.6167,
  147.7167,
  11.4567,
  11.0367,
  28.4267,
  25.9467,
  8.4167,
  5.2367,
  16.1367,
  21.2867,
  9.9667,
  31.4167,
  16.1567,
  159.5167,
  166.2167,
  170.2167,
  182.6167,
  178.0167,
  182.3167,
  169.0167,
  170.5167,
  173.6167,
  177.2167,
  190.6167,
  191.9167,
  182.9167,
  178.3167,
  174.7167,
  177.8167,
  181.7167,
  179.6167,
  166.4167,
  157.4167,
  175.2167,
  158.5167,
  172.6167,
  159.5167,
  155.5167 ;

 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 ;

 visibility =
  2214.851,
  2958.524,
  2958.524,
  2958.524,
  2959.125,
  2959.125,
  2959.726,
  2958.524,
  2958.524,
  2959.726,
  2952.517,
  2959.125,
  2950.715,
  2946.51,
  2950.715,
  2948.913,
  2959.125,
  2959.125,
  2960.326,
  2917.676,
  2905.662,
  2957.323,
  2708.631,
  2923.083,
  2775.309,
  2959.125,
  2959.125,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.125,
  2959.726,
  2959.125,
  2756.086,
  2735.062,
  2866.015,
  2950.114,
  2920.079,
  2909.867,
  2942.906,
  2959.726,
  2959.726,
  2954.92,
  2959.726,
  2891.245,
  2959.726,
  2954.92,
  2959.726,
  2958.524,
  2958.524,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2954.319,
  2916.475,
  2918.277,
  2947.711,
  2927.287,
  2897.853,
  2939.302,
  2924.284,
  2933.294,
  2944.107,
  2954.92,
  2922.482,
  2873.825,
  2761.493,
  2807.747,
  2693.613,
  2527.218,
  2462.341,
  2334.992,
  2453.331,
  2210.045,
  2311.564,
  2641.952,
  2478.56,
  2857.605,
  2623.931,
  2856.404,
  2925.485,
  2959.125,
  2885.839,
  2950.114,
  2959.726,
  2897.252,
  2959.726,
  2959.726,
  2959.726,
  2958.524,
  2959.726,
  2957.923,
  2957.923,
  2958.524,
  2958.524,
  2957.323,
  2948.312,
  2929.69,
  2900.856,
  2865.415,
  2680.998,
  2670.185,
  1824.392,
  2028.632,
  2807.146,
  2107.925,
  391.8292,
  407.5076,
  446.3733,
  393.0907,
  346.5961,
  361.1932,
  2625.133,
  2933.895,
  2609.514,
  2605.309,
  2957.323,
  2959.125,
  2957.323,
  2899.655,
  2643.754,
  908.3159,
  2052.059,
  2498.984,
  2581.281,
  2473.755,
  2159.586,
  1958.349,
  2292.942,
  2621.528,
  2815.556,
  2866.616,
  2902.058,
  2920.079,
  2915.874,
  2904.461,
  2918.877,
  2923.083 ;

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