netcdf B0106.met.realtime {
dimensions:
	lat = 1 ;
	lon = 1 ;
	air_temperature_depth = 1 ;
	visibility_depth = 1 ;
	wind_depth = 1 ;
	time = 168 ;
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 = 2453219.00000579 ;
		:starting_julian_day_string = "2004-08-01 00:00:00" ;
		:ending_julian_day_number = 2453225.95833912 ;
		:ending_julian_day_string = "2004-08-07 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 = 2453219, 2453219.04166667, 2453219.08333333, 2453219.125, 
    2453219.16666667, 2453219.20833333, 2453219.25, 2453219.29166667, 
    2453219.33333333, 2453219.375, 2453219.41666667, 2453219.45833333, 
    2453219.5, 2453219.54166667, 2453219.58333333, 2453219.625, 
    2453219.66666667, 2453219.70833333, 2453219.75, 2453219.79166667, 
    2453219.83333333, 2453219.875, 2453219.91666667, 2453219.95833333, 
    2453220, 2453220.04166667, 2453220.08333333, 2453220.125, 
    2453220.16666667, 2453220.20833333, 2453220.25, 2453220.29166667, 
    2453220.33333333, 2453220.375, 2453220.41666667, 2453220.45833333, 
    2453220.5, 2453220.54166667, 2453220.58333333, 2453220.625, 
    2453220.66666667, 2453220.70833333, 2453220.75, 2453220.79166667, 
    2453220.83333333, 2453220.875, 2453220.91666667, 2453220.95833333, 
    2453221, 2453221.04166667, 2453221.08333333, 2453221.125, 
    2453221.16666667, 2453221.20833333, 2453221.25, 2453221.29166667, 
    2453221.33333333, 2453221.375, 2453221.41666667, 2453221.45833333, 
    2453221.5, 2453221.54166667, 2453221.58333333, 2453221.625, 
    2453221.66666667, 2453221.70833333, 2453221.75, 2453221.79166667, 
    2453221.83333333, 2453221.875, 2453221.91666667, 2453221.95833333, 
    2453222, 2453222.04166667, 2453222.08333333, 2453222.125, 
    2453222.16666667, 2453222.20833333, 2453222.25, 2453222.29166667, 
    2453222.33333333, 2453222.375, 2453222.41666667, 2453222.45833333, 
    2453222.5, 2453222.54166667, 2453222.58333333, 2453222.625, 
    2453222.66666667, 2453222.70833333, 2453222.75, 2453222.79166667, 
    2453222.83333333, 2453222.875, 2453222.91666667, 2453222.95833333, 
    2453223, 2453223.04166667, 2453223.08333333, 2453223.125, 
    2453223.16666667, 2453223.20833333, 2453223.25, 2453223.29166667, 
    2453223.33333333, 2453223.375, 2453223.41666667, 2453223.45833333, 
    2453223.5, 2453223.54166667, 2453223.58333333, 2453223.625, 
    2453223.66666667, 2453223.70833333, 2453223.75, 2453223.79166667, 
    2453223.83333333, 2453223.875, 2453223.91666667, 2453223.95833333, 
    2453224, 2453224.04166667, 2453224.08333333, 2453224.125, 
    2453224.16666667, 2453224.20833333, 2453224.25, 2453224.29166667, 
    2453224.33333333, 2453224.375, 2453224.41666667, 2453224.45833333, 
    2453224.5, 2453224.54166667, 2453224.58333333, 2453224.625, 
    2453224.66666667, 2453224.70833333, 2453224.75, 2453224.79166667, 
    2453224.83333333, 2453224.875, 2453224.91666667, 2453224.95833333, 
    2453225, 2453225.04166667, 2453225.08333333, 2453225.125, 
    2453225.16666667, 2453225.20833333, 2453225.25, 2453225.29166667, 
    2453225.33333333, 2453225.375, 2453225.41666667, 2453225.45833333, 
    2453225.5, 2453225.54166667, 2453225.58333333, 2453225.625, 
    2453225.66666667, 2453225.70833333, 2453225.75, 2453225.79166667, 
    2453225.83333333, 2453225.875, 2453225.91666667, 2453225.95833333 ;

 air_temperature =
  19.38,
  19.47,
  18.77,
  18.24,
  18.17,
  18.58,
  18.61,
  18.08,
  17.54,
  17.74,
  16.56,
  17.51,
  17.35,
  17.45,
  17.36,
  17.27,
  17.92,
  18.06,
  18.38,
  18.8,
  18.45,
  19.39,
  19.59,
  18.54,
  17.81,
  17.55,
  17.31,
  17.73,
  17.5,
  16.98,
  16.78,
  16.57,
  16.35,
  16.58,
  16.13,
  16.85,
  17.75,
  18,
  19.09,
  20.75,
  22.91,
  21.85,
  21.12,
  20.09,
  19.63,
  19.56,
  18.86,
  18.03,
  17.13,
  18.44,
  18.31,
  17.67,
  17.44,
  17.61,
  17.06,
  17.21,
  17.05,
  16.38,
  16.43,
  15.77,
  16.7,
  17.13,
  17.63,
  18.16,
  18.76,
  18.8,
  19.26,
  19.42,
  19.39,
  19.61,
  19.04,
  18.47,
  18.93,
  20.03,
  17.56,
  17.46,
  16.78,
  16.73,
  16.41,
  16.79,
  16.88,
  17.42,
  16.92,
  16.58,
  17.17,
  18.06,
  18.94,
  19.07,
  19.79,
  20.15,
  21.51,
  20.16,
  19.91,
  19.12,
  18.44,
  18.9,
  18.38,
  17.45,
  17.97,
  17.55,
  18.68,
  18.1,
  18.11,
  18.13,
  17.85,
  17.86,
  17.52,
  16.91,
  16.6,
  16.13,
  16,
  16.31,
  17.11,
  17.9,
  18.46,
  18.5,
  18.32,
  18.23,
  18.19,
  18.05,
  17.52,
  16.92,
  17.42,
  17.7,
  17.43,
  17.11,
  16.66,
  16.11,
  15.69,
  15.18,
  14.93,
  14.88,
  14.92,
  15.42,
  16.49,
  16.51,
  17.18,
  17.99,
  18.23,
  18.38,
  18.09,
  18.33,
  18.83,
  17.89,
  16.91,
  16.55,
  16.54,
  16.9,
  16.73,
  16.43,
  16.16,
  15.8,
  15.54,
  15.15,
  15.1,
  15.02,
  15.47,
  16.15,
  17.14,
  18.43,
  18.85,
  18.63,
  18.04,
  17.97,
  17.89,
  17.56,
  17.4,
  17.49 ;

 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,
  0 ;

 wind_gust =
  9.06,
  9.45,
  7.94,
  7.53,
  6.174,
  7.57,
  7.13,
  7.17,
  5.762,
  6.115,
  4.312,
  6.429,
  6.703,
  5.841,
  5.292,
  4.782,
  5.174,
  5.841,
  5.723,
  4.978,
  5.723,
  6.586,
  6.625,
  6.233,
  5.645,
  3.724,
  4.508,
  5.37,
  5.096,
  4.116,
  3.45,
  3.685,
  1.96,
  1.411,
  1.686,
  3.842,
  2.548,
  2.313,
  1.764,
  1.47,
  0.784,
  2.783,
  2.901,
  3.175,
  3.567,
  3.293,
  4.469,
  3.234,
  1.686,
  4.9,
  4.273,
  3.332,
  2.548,
  4.351,
  2.842,
  2.783,
  2.626,
  4.038,
  3.567,
  3.528,
  3.881,
  3.136,
  3.842,
  4.9,
  5.802,
  6.35,
  6.742,
  6.154,
  6.429,
  7.84,
  8.04,
  6.566,
  4.9,
  3.293,
  3.45,
  2.45,
  1.568,
  1.803,
  3.881,
  2.43,
  2.156,
  4.39,
  3.038,
  1.96,
  2.979,
  3.959,
  4.155,
  2.666,
  2.783,
  2.705,
  2.47,
  3.489,
  2.842,
  2.783,
  3.332,
  3.489,
  4.39,
  3.136,
  3.018,
  1.96,
  2.156,
  2.626,
  2.666,
  4.038,
  2.94,
  2.822,
  4.312,
  5.488,
  7.02,
  6.586,
  4.116,
  1.47,
  1.686,
  1.882,
  3.058,
  4.547,
  5.802,
  4.508,
  4.626,
  3.234,
  3.724,
  2.43,
  2.666,
  5.331,
  6.115,
  7.29,
  9.02,
  7.64,
  8.39,
  7.64,
  6.938,
  6.86,
  7.76,
  5.841,
  5.135,
  5.057,
  2.842,
  1.568,
  1.568,
  1.725,
  2.548,
  1.666,
  1.078,
  2.038,
  3.802,
  2.94,
  2.274,
  5.488,
  4.939,
  5.919,
  6.821,
  7.72,
  6.468,
  7.29,
  6.703,
  6.311,
  6.664,
  4.41,
  2.744,
  0.98,
  2.195,
  3.175,
  3.332,
  5.018,
  6.899,
  4.606,
  3.685,
  4.9 ;

 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,
  0 ;

 wind_speed =
  8,
  8.35,
  6.897,
  6.63,
  5.219,
  6.983,
  6.573,
  6.504,
  5.27,
  5.469,
  3.449,
  5.874,
  6.04,
  5.294,
  4.647,
  4.476,
  4.756,
  5.15,
  4.871,
  4.305,
  5.083,
  5.93,
  6.026,
  5.589,
  4.887,
  3.303,
  4.133,
  4.893,
  4.573,
  3.568,
  2.951,
  3.018,
  1.456,
  0.765,
  1.271,
  3.261,
  2.018,
  2.114,
  1.405,
  1.068,
  0.466,
  2.485,
  2.704,
  2.722,
  3.08,
  3.01,
  3.939,
  2.068,
  1.377,
  4.101,
  3.813,
  2.839,
  2.102,
  3.612,
  2.321,
  2.127,
  2.364,
  3.583,
  3.218,
  2.977,
  1.357,
  2.706,
  3.478,
  4.422,
  4.37,
  5.657,
  5.957,
  5.561,
  5.585,
  6.683,
  7.01,
  5.841,
  2.107,
  2.722,
  3.024,
  1.138,
  1.134,
  1.198,
  3.344,
  2.022,
  1.541,
  3.889,
  2.285,
  1.591,
  2.595,
  3.394,
  3.553,
  2.366,
  2.46,
  1.95,
  2.078,
  3.134,
  2.262,
  2.427,
  2.749,
  3.146,
  3.931,
  2.562,
  2.526,
  1.609,
  1.721,
  2.26,
  2.282,
  3.442,
  2.453,
  2.427,
  3.534,
  4.562,
  5.862,
  5.98,
  2.095,
  1.151,
  1.26,
  1.568,
  2.713,
  4.046,
  4.624,
  3.405,
  3.692,
  2.788,
  3.249,
  1.792,
  1.389,
  4.399,
  5.259,
  6.333,
  7.72,
  6.623,
  7.09,
  6.474,
  5.805,
  5.52,
  6.325,
  5.172,
  4.447,
  4.308,
  1.408,
  1.206,
  1.302,
  1.296,
  2.175,
  1.333,
  0.584,
  1.723,
  3.331,
  2.594,
  1.941,
  4.313,
  4.216,
  5.05,
  5.781,
  6.398,
  5.542,
  6.244,
  5.875,
  5.584,
  5.697,
  3.447,
  1.66,
  0.444,
  1.841,
  2.539,
  2.948,
  4.392,
  5.54,
  3.904,
  3.212,
  4.393 ;

 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,
  0 ;

 wind_direction =
  191.8833,
  190.4833,
  190.0833,
  179.7833,
  194.0833,
  192.9833,
  192.9833,
  195.6833,
  184.2833,
  201.7833,
  181.7833,
  191.4833,
  192.1833,
  192.9833,
  192.3833,
  180.8833,
  185.4833,
  183.5833,
  197.1833,
  205.5833,
  201.4833,
  204.0833,
  205.8833,
  193.5833,
  201.1833,
  201.4833,
  195.1833,
  200.4833,
  192.7833,
  193.4833,
  201.0833,
  209.6833,
  280.8833,
  289.1833,
  337.5833,
  337.6833,
  296.3833,
  340.0833,
  319.8833,
  314.2833,
  112.4833,
  119.4833,
  145.5833,
  153.5833,
  166.5833,
  156.6833,
  193.0833,
  180.7833,
  225.0833,
  198.2833,
  211.8833,
  225.2833,
  214.2833,
  224.3833,
  248.4833,
  221.4833,
  207.1833,
  188.1833,
  187.6833,
  240.7833,
  265.5833,
  199.1833,
  179.1833,
  180.5833,
  180.0833,
  180.1833,
  176.9833,
  172.7833,
  173.5833,
  172.0833,
  181.3833,
  189.3833,
  59.2833,
  77.1833,
  29.9533,
  119.4833,
  198.4833,
  276.2833,
  316.3833,
  356.4333,
  322.4833,
  320.6833,
  340.6833,
  344.9893,
  333.6833,
  5.8733,
  15.6333,
  23.4033,
  29.9233,
  97.7833,
  136.4833,
  122.8833,
  193.2833,
  219.4833,
  224.5833,
  249.9833,
  232.6833,
  230.7833,
  241.2833,
  268.4833,
  322.0833,
  314.0833,
  328.4833,
  346.5483,
  340.6833,
  331.0833,
  211.1833,
  233.9833,
  225.9833,
  240.3833,
  265.6833,
  238.5833,
  223.1833,
  229.0833,
  212.2833,
  195.1833,
  176.4833,
  173.7833,
  168.9833,
  170.9833,
  205.2833,
  258.0833,
  78.3833,
  14.4933,
  350.9433,
  355.1333,
  358.1333,
  346.1163,
  352.8933,
  352.2733,
  354.2333,
  341.9833,
  341.2833,
  344.3553,
  337.2833,
  332.5833,
  3.4733,
  62.3833,
  64.4833,
  108.3833,
  120.3833,
  159.7833,
  181.7833,
  232.3833,
  249.9833,
  259.0833,
  246.2833,
  348.9023,
  345.0043,
  331.0833,
  338.3833,
  345.2563,
  338.2833,
  337.3833,
  342.8833,
  339.4833,
  331.8833,
  332.7833,
  338.9833,
  55.7833,
  89.0833,
  142.8833,
  180.7833,
  190.2833,
  228.4833,
  214.2833,
  203.4833,
  195.4833 ;

 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,
  0 ;

 visibility =
  2959.125,
  2959.125,
  2959.125,
  2838.383,
  2940.503,
  2958.524,
  2959.125,
  2956.121,
  2816.157,
  2879.231,
  2795.733,
  2739.867,
  2684.602,
  2557.253,
  2690.609,
  2793.931,
  2852.8,
  2816.758,
  2513.401,
  2655.168,
  2853.401,
  2957.923,
  2959.726,
  2954.319,
  2957.323,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2958.524,
  2959.125,
  2959.125,
  258.1722,
  284.1827,
  1483.191,
  2412.483,
  2366.829,
  2817.358,
  2957.323,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2958.524,
  2918.277,
  2958.524,
  2958.524,
  2958.524,
  2948.312,
  2928.489,
  2680.998,
  2568.065,
  1914.498,
  371.1649,
  2154.179,
  1818.986,
  2646.157,
  2304.956,
  2435.91,
  2380.045,
  2408.878,
  2121.741,
  2293.543,
  2158.384,
  2132.554,
  2336.193,
  2294.144,
  2235.875,
  2473.755,
  2725.45,
  2682.8,
  2654.567,
  2523.613,
  2387.253,
  1495.205,
  395.073,
  462.5923,
  2565.062,
  595.949,
  2428.702,
  2802.341,
  2938.1,
  2959.726,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.726,
  2959.726,
  2959.726,
  2959.125,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2959.125,
  2958.524,
  2959.125,
  2958.524,
  2958.524,
  2958.524,
  2852.8,
  2952.517,
  2942.305,
  2952.517,
  2903.86,
  2957.323,
  2959.726,
  2959.726,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2959.125,
  2958.524,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  1761.919,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2958.524,
  2958.524,
  2958.524,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  1855.629,
  2608.313,
  2922.482,
  2954.92,
  2959.726,
  2959.726,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2958.524 ;

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