netcdf B0106.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 = "" ;
		: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 = 46266 ;
		:visibility_sensor_serial_number = 266 ;
		:processing = "realtime" ;
		:water_depth = 62 ;
		:mooring_site_id = "B0106" ;
		:mooring_site_desc = "Western Maine Shelf" ;
		:breakout_id = 1 ;
		:delta_t = 60 ;
		:magnetic_variation = -16.3167 ;
		:goes_platform_id = "04400554" ;
		:starting_julian_day_number = 2453135.00000579 ;
		:starting_julian_day_string = "2004-05-09 00:00:00" ;
		:ending_julian_day_number = 2453141.95833912 ;
		:ending_julian_day_string = "2004-05-15 23:00:00" ;
		:algorithm_ids = "WIND_DIR_1.2:  22-Apr-2004 15:31:32\n",
			"AAN_VIZ_1.2:  22-Apr-2004 15:31:32" ;
data:

 lat = 43.1807 ;

 lon = -70.4278 ;

 air_temperature_depth = -3 ;

 visibility_depth = -3 ;

 wind_depth = -4 ;

 time = 2453135, 2453135.04166667, 2453135.08333333, 2453135.125, 
    2453135.16666667, 2453135.20833333, 2453135.25, 2453135.29166667, 
    2453135.33333333, 2453135.375, 2453135.41666667, 2453135.45833333, 
    2453135.5, 2453135.54166667, 2453135.58333333, 2453135.625, 
    2453135.66666667, 2453135.70833333, 2453135.75, 2453135.79166667, 
    2453135.83333333, 2453135.875, 2453135.91666667, 2453135.95833333, 
    2453136, 2453136.04166667, 2453136.08333333, 2453136.125, 
    2453136.16666667, 2453136.20833333, 2453136.25, 2453136.29166667, 
    2453136.33333333, 2453136.375, 2453136.41666667, 2453136.45833333, 
    2453136.5, 2453136.54166667, 2453136.58333333, 2453136.625, 
    2453136.66666667, 2453136.70833333, 2453136.75, 2453136.79166667, 
    2453136.83333333, 2453136.875, 2453136.91666667, 2453136.95833333, 
    2453137, 2453137.04166667, 2453137.08333333, 2453137.125, 
    2453137.16666667, 2453137.20833333, 2453137.25, 2453137.29166667, 
    2453137.33333333, 2453137.375, 2453137.41666667, 2453137.45833333, 
    2453137.5, 2453137.54166667, 2453137.58333333, 2453137.625, 
    2453137.66666667, 2453137.70833333, 2453137.75, 2453137.79166667, 
    2453137.83333333, 2453137.875, 2453137.91666667, 2453137.95833333, 
    2453138, 2453138.04166667, 2453138.08333333, 2453138.125, 
    2453138.16666667, 2453138.20833333, 2453138.25, 2453138.29166667, 
    2453138.33333333, 2453138.375, 2453138.41666667, 2453138.45833333, 
    2453138.5, 2453138.54166667, 2453138.58333333, 2453138.625, 
    2453138.66666667, 2453138.70833333, 2453138.75, 2453138.79166667, 
    2453138.83333333, 2453138.875, 2453138.91666667, 2453138.95833333, 
    2453139, 2453139.04166667, 2453139.08333333, 2453139.125, 
    2453139.16666667, 2453139.20833333, 2453139.25, 2453139.29166667, 
    2453139.33333333, 2453139.375, 2453139.41666667, 2453139.45833333, 
    2453139.5, 2453139.54166667, 2453139.58333333, 2453139.625, 
    2453139.66666667, 2453139.70833333, 2453139.75, 2453139.79166667, 
    2453139.83333333, 2453139.875, 2453139.91666667, 2453139.95833333, 
    2453140, 2453140.04166667, 2453140.08333333, 2453140.125, 
    2453140.16666667, 2453140.20833333, 2453140.25, 2453140.29166667, 
    2453140.375, 2453140.41666667, 2453140.45833333, 2453140.5, 
    2453140.54166667, 2453140.58333333, 2453140.625, 2453140.66666667, 
    2453140.70833333, 2453140.75, 2453140.79166667, 2453140.83333333, 
    2453140.875, 2453140.91666667, 2453140.95833333, 2453141, 
    2453141.04166667, 2453141.08333333, 2453141.125, 2453141.16666667, 
    2453141.20833333, 2453141.25, 2453141.29166667, 2453141.33333333, 
    2453141.375, 2453141.41666667, 2453141.45833333, 2453141.5, 
    2453141.54166667, 2453141.58333333, 2453141.625, 2453141.66666667, 
    2453141.70833333, 2453141.75, 2453141.79166667, 2453141.83333333, 
    2453141.875, 2453141.91666667, 2453141.95833333 ;

 air_temperature =
  7.13,
  7.11,
  7.33,
  7.68,
  7.65,
  7.35,
  7.13,
  7.03,
  7.5,
  7.35,
  7.15,
  7.06,
  7.22,
  7.08,
  7.14,
  7.15,
  7.4,
  7.44,
  7.79,
  8.23,
  8.88,
  8.58,
  8.48,
  8.69,
  8.47,
  10.24,
  9.13,
  8.92,
  8.11,
  7.56,
  7.69,
  8.08,
  8.1,
  8.62,
  7.99,
  7.62,
  7.69,
  7.32,
  7.35,
  7.3,
  7.38,
  7.33,
  7.57,
  7.92,
  7.36,
  7.38,
  7.12,
  7.11,
  7.15,
  7.55,
  7.47,
  8.08,
  7.56,
  6.95,
  7.17,
  6.96,
  6.815,
  6.953,
  6.629,
  7.04,
  8.14,
  8.96,
  9.56,
  11.16,
  11.85,
  12.88,
  11.31,
  12.44,
  11.73,
  11.19,
  11.42,
  10.89,
  10.44,
  10.5,
  10.18,
  10.99,
  10.08,
  9.3,
  9.84,
  9.48,
  9.52,
  9.38,
  9.79,
  10.34,
  11.02,
  12.12,
  12.99,
  13.38,
  15.37,
  14.04,
  14.02,
  12.97,
  12.28,
  12.11,
  14.11,
  13.02,
  12.61,
  11.75,
  10.9,
  10.64,
  10.2,
  9.91,
  10.28,
  10.49,
  9.78,
  9.06,
  9.55,
  8.91,
  8.48,
  8.37,
  8.24,
  8.24,
  8.12,
  8,
  8.21,
  8.16,
  8.38,
  8.18,
  8.11,
  7.82,
  7.43,
  7.25,
  7.16,
  6.69,
  6.887,
  6.867,
  6.493,
  6.596,
  6.59,
  6.709,
  6.714,
  6.876,
  7.23,
  7.35,
  7.79,
  7.91,
  8.09,
  8.23,
  8.13,
  8.06,
  7.85,
  7.77,
  7.82,
  8.07,
  8.1,
  8.29,
  8.17,
  8.37,
  8.09,
  8.17,
  8.16,
  8.28,
  8.55,
  9.03,
  9.59,
  10.02,
  10.23,
  10.8,
  11.08,
  11.57,
  12.36,
  12.68,
  12.27,
  12.23,
  12.57,
  12.66,
  13.33 ;

 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 =
  4.9,
  5.331,
  7.1,
  7.06,
  8.58,
  7.76,
  7.06,
  6.154,
  6.507,
  6.742,
  7.8,
  7.33,
  7.6,
  7.25,
  5.998,
  6.311,
  4.626,
  5.096,
  3.685,
  5.331,
  6.507,
  6.938,
  6.782,
  7.68,
  5.606,
  6.782,
  5.057,
  5.488,
  3.822,
  1.96,
  0.882,
  2.078,
  5.37,
  8,
  7.15,
  4.038,
  4.116,
  5.135,
  5.958,
  6.468,
  5.096,
  3.822,
  2.783,
  2.313,
  2.705,
  2.822,
  3.567,
  4.508,
  4.508,
  3.234,
  1.098,
  4.704,
  2.45,
  2.587,
  1.254,
  2.43,
  2.94,
  2.901,
  3.646,
  3.332,
  4.586,
  4.018,
  3.371,
  3.802,
  4.704,
  4.116,
  4.508,
  4.155,
  4.155,
  4.116,
  3.606,
  3.254,
  3.058,
  2.313,
  2.626,
  3.802,
  3.959,
  4.155,
  3.489,
  3.175,
  3.45,
  2.45,
  3.254,
  2.744,
  2.313,
  1.372,
  1.921,
  1.47,
  1.019,
  2.156,
  2.979,
  3.998,
  3.763,
  2.646,
  1.862,
  1.803,
  2.548,
  1.96,
  2.509,
  3.097,
  3.214,
  4.038,
  8,
  8.51,
  7.68,
  6.938,
  11.45,
  11.29,
  10,
  10.7,
  9.49,
  10.15,
  9.17,
  8.9,
  8.04,
  7.64,
  6.468,
  6.899,
  5.606,
  4.312,
  4.508,
  4.194,
  3.489,
  3.881,
  4.978,
  3.136,
  1.862,
  0.941,
  1.058,
  1.176,
  1.921,
  1.45,
  2.548,
  2.666,
  3.41,
  4.038,
  3.92,
  5.292,
  5.723,
  5.174,
  5.37,
  5.292,
  4.351,
  1.96,
  2.195,
  2.43,
  1.803,
  1.842,
  1.764,
  1.49,
  1.646,
  1.333,
  2.43,
  1.568,
  2.744,
  2.234,
  2.234,
  4.861,
  5.606,
  6.272,
  7.21,
  7.92,
  7.68,
  7.49,
  7.06,
  7.17,
  8 ;

 wind_gust_qc =
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0 ;

 wind_speed =
  4.007,
  4.611,
  5.499,
  6.337,
  7.21,
  6.861,
  6.229,
  5.396,
  5.698,
  5.923,
  6.522,
  5.838,
  6.403,
  6.152,
  5.236,
  5.285,
  3.932,
  4.382,
  2.853,
  4.587,
  5.635,
  6.185,
  5.962,
  6.39,
  4.889,
  6.117,
  4.641,
  4.776,
  2.526,
  1.472,
  0.076,
  1.633,
  4.6,
  6.881,
  5.704,
  3.534,
  3.642,
  4.574,
  5.19,
  5.654,
  4.271,
  2.727,
  2.245,
  1.798,
  2.347,
  2.062,
  2.874,
  4.027,
  3.92,
  1.362,
  0.585,
  3.981,
  1.412,
  1.691,
  0.716,
  1.881,
  2.487,
  2.43,
  3.181,
  2.903,
  4.042,
  3.047,
  3.077,
  3.482,
  4.334,
  3.312,
  3.861,
  2.7,
  3.479,
  3.55,
  3.217,
  2.646,
  2.051,
  1.953,
  2.189,
  2.875,
  2.385,
  3.734,
  3.138,
  2.627,
  2.849,
  1.845,
  2.761,
  1.875,
  1.823,
  0.847,
  1.605,
  1.041,
  0.796,
  1.735,
  2.712,
  3.592,
  3.369,
  2.12,
  0.774,
  0.937,
  1.698,
  1.126,
  2.065,
  2.39,
  2.765,
  3.563,
  7.03,
  7.5,
  6.409,
  5.6,
  8.43,
  9,
  8.65,
  8.93,
  7.91,
  8.57,
  7.85,
  7.4,
  6.687,
  6.684,
  5.497,
  5.707,
  4.904,
  3.624,
  3.638,
  3.546,
  2.833,
  3.095,
  4.182,
  1.421,
  0.877,
  0.653,
  0.653,
  0.802,
  1.613,
  1.189,
  2.022,
  2.293,
  2.771,
  3.428,
  3.276,
  4.577,
  4.937,
  4.382,
  4.669,
  4.312,
  3.608,
  0.816,
  1.836,
  1.927,
  1.534,
  1.413,
  1.49,
  1.209,
  1.117,
  0.793,
  1.939,
  1.28,
  2.438,
  1.992,
  1.708,
  4.371,
  4.842,
  5.512,
  6.359,
  7.05,
  6.343,
  6.563,
  5.994,
  6.464,
  7.04 ;

 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 =
  220.4833,
  200.0833,
  191.6833,
  204.7833,
  195.0833,
  201.3833,
  187.5833,
  196.1833,
  203.6833,
  210.4833,
  196.8833,
  200.8833,
  206.5833,
  208.2833,
  199.4833,
  202.6833,
  211.4833,
  205.5833,
  196.6833,
  187.2833,
  200.5833,
  191.4833,
  182.8833,
  189.9833,
  179.0833,
  213.5833,
  219.3833,
  223.7833,
  240.7833,
  217.6833,
  78.4833,
  354.7133,
  34.7633,
  85.1833,
  71.9833,
  37.4133,
  23.7533,
  18.8933,
  24.3433,
  37.9633,
  53.7833,
  74.0833,
  118.0833,
  61.5833,
  95.9833,
  120.7833,
  30.4333,
  42.1733,
  58.6833,
  83.9833,
  204.3833,
  225.0833,
  270.8833,
  352.6933,
  319.7833,
  172.5833,
  193.8833,
  216.0833,
  208.0833,
  218.2833,
  238.2833,
  240.7833,
  203.8833,
  202.9833,
  212.8833,
  204.6833,
  166.3833,
  120.4833,
  108.8833,
  121.8833,
  132.8833,
  134.4833,
  143.5833,
  180.5833,
  198.3833,
  50.0133,
  351.5533,
  10.4833,
  5.9933,
  15.3533,
  352.6533,
  337.4833,
  333.4833,
  325.4833,
  242.9833,
  260.5833,
  255.1833,
  228.9833,
  147.0833,
  150.4833,
  158.5833,
  139.0833,
  130.0833,
  185.3833,
  326.7833,
  193.5833,
  184.6833,
  21.6633,
  52.4033,
  50.7133,
  52.5433,
  38.6933,
  56.5833,
  75.3833,
  41.5933,
  29.7533,
  61.9833,
  50.1033,
  42.4233,
  41.8833,
  49.4633,
  53.6733,
  59.2833,
  61.0833,
  58.6833,
  55.8833,
  65.1833,
  68.3833,
  82.5833,
  83.0833,
  90.2833,
  88.7833,
  103.8833,
  118.5833,
  126.7833,
  123.8833,
  147.7833,
  350.0073,
  66.8833,
  71.7833,
  152.8833,
  193.5833,
  186.8833,
  186.7833,
  194.9833,
  195.3833,
  170.1833,
  157.7833,
  160.0833,
  149.9833,
  136.4833,
  131.1833,
  141.5833,
  19.6433,
  55.9833,
  42.5433,
  351.2433,
  353.9633,
  16.5633,
  44.1333,
  23.5633,
  347.5933,
  132.0833,
  214.3833,
  211.6833,
  206.6833,
  202.8833,
  190.1833,
  188.8833,
  181.5833,
  178.7833,
  177.1833,
  182.3833,
  177.5833,
  173.5833,
  179.4833,
  191.7833 ;

 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 =
  2961.528,
  2960.927,
  2961.528,
  2960.927,
  2960.927,
  2960.927,
  2960.927,
  2960.927,
  2960.927,
  2960.927,
  2960.927,
  2960.927,
  2960.927,
  2961.528,
  2962.128,
  2962.128,
  2958.524,
  2962.128,
  2945.309,
  2961.528,
  2962.128,
  2875.026,
  2747.677,
  2955.521,
  2955.521,
  2960.927,
  2960.927,
  2938.701,
  2820.362,
  2845.592,
  2944.708,
  2960.927,
  2960.927,
  2960.927,
  2878.03,
  2802.941,
  2753.684,
  2959.125,
  2932.093,
  2949.513,
  2960.927,
  2961.528,
  2942.906,
  2946.51,
  2924.284,
  296.3771,
  331.0378,
  1732.484,
  2226.865,
  2602.306,
  2544.638,
  2723.048,
  2423.295,
  258.5927,
  297.5184,
  712.4858,
  1954.144,
  2354.815,
  246.8189,
  2240.08,
  2386.652,
  2580.08,
  2664.178,
  2834.779,
  2821.563,
  2911.068,
  2774.107,
  2885.839,
  2832.376,
  2765.698,
  2821.563,
  2634.143,
  2817.358,
  2787.323,
  2712.235,
  2804.743,
  2714.037,
  2307.359,
  2359.621,
  2351.812,
  1964.957,
  2073.084,
  1887.466,
  2436.511,
  2650.362,
  2881.634,
  2897.252,
  2862.411,
  2899.655,
  2946.51,
  2938.1,
  2935.097,
  2856.404,
  2868.418,
  2950.114,
  2550.645,
  2939.302,
  2768.701,
  2759.09,
  2721.245,
  2483.967,
  2437.112,
  2496.582,
  2960.927,
  2954.319,
  2951.916,
  2960.927,
  2959.726,
  2962.128,
  2862.411,
  2735.062,
  2933.895,
  2936.899,
  2910.468,
  2852.199,
  2787.924,
  2754.885,
  2587.288,
  2002.201,
  2796.333,
  2960.927,
  2960.927,
  2960.927,
  2756.687,
  2921.28,
  2873.224,
  2599.903,
  2447.324,
  2674.39,
  1025.453,
  596.5497,
  2492.376,
  2473.755,
  1958.95,
  2810.75,
  2918.277,
  2817.959,
  2359.02,
  2244.886,
  1483.792,
  483.617,
  449.3768,
  653.016,
  2781.917,
  2939.302,
  2948.312,
  2931.492,
  2894.249,
  1412.909,
  2663.578,
  2932.093,
  2954.92,
  138.812,
  113.2219,
  132.024,
  811.0016,
  1326.407,
  1722.272,
  2012.413,
  2265.911,
  2381.847,
  2445.521,
  2515.804,
  2556.051,
  2552.447,
  2084.498,
  2601.705 ;

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