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 = 2453149.00000579 ;
		:starting_julian_day_string = "2004-05-23 00:00:00" ;
		:ending_julian_day_number = 2453155.95833912 ;
		:ending_julian_day_string = "2004-05-29 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 = 2453149, 2453149.04166667, 2453149.08333333, 2453149.125, 
    2453149.16666667, 2453149.20833333, 2453149.25, 2453149.29166667, 
    2453149.33333333, 2453149.375, 2453149.41666667, 2453149.45833333, 
    2453149.5, 2453149.54166667, 2453149.58333333, 2453149.625, 
    2453149.66666667, 2453149.70833333, 2453149.75, 2453149.79166667, 
    2453149.83333333, 2453149.875, 2453149.91666667, 2453149.95833333, 
    2453150, 2453150.04166667, 2453150.08333333, 2453150.125, 
    2453150.16666667, 2453150.20833333, 2453150.25, 2453150.29166667, 
    2453150.33333333, 2453150.375, 2453150.41666667, 2453150.45833333, 
    2453150.5, 2453150.54166667, 2453150.58333333, 2453150.625, 
    2453150.66666667, 2453150.70833333, 2453150.75, 2453150.79166667, 
    2453150.83333333, 2453150.875, 2453150.91666667, 2453150.95833333, 
    2453151, 2453151.04166667, 2453151.08333333, 2453151.125, 
    2453151.16666667, 2453151.20833333, 2453151.25, 2453151.29166667, 
    2453151.33333333, 2453151.375, 2453151.41666667, 2453151.45833333, 
    2453151.5, 2453151.54166667, 2453151.58333333, 2453151.625, 
    2453151.66666667, 2453151.70833333, 2453151.75, 2453151.79166667, 
    2453151.83333333, 2453151.875, 2453151.91666667, 2453151.95833333, 
    2453152, 2453152.04166667, 2453152.08333333, 2453152.125, 
    2453152.16666667, 2453152.20833333, 2453152.25, 2453152.29166667, 
    2453152.33333333, 2453152.375, 2453152.41666667, 2453152.45833333, 
    2453152.5, 2453152.54166667, 2453152.58333333, 2453152.625, 
    2453152.66666667, 2453152.70833333, 2453152.75, 2453152.79166667, 
    2453152.83333333, 2453152.875, 2453152.91666667, 2453152.95833333, 
    2453153, 2453153.04166667, 2453153.08333333, 2453153.125, 
    2453153.16666667, 2453153.20833333, 2453153.25, 2453153.29166667, 
    2453153.33333333, 2453153.375, 2453153.41666667, 2453153.45833333, 
    2453153.5, 2453153.54166667, 2453153.58333333, 2453153.625, 
    2453153.66666667, 2453153.70833333, 2453153.75, 2453153.79166667, 
    2453153.83333333, 2453153.875, 2453153.91666667, 2453153.95833333, 
    2453154, 2453154.04166667, 2453154.08333333, 2453154.125, 
    2453154.16666667, 2453154.20833333, 2453154.25, 2453154.29166667, 
    2453154.33333333, 2453154.375, 2453154.41666667, 2453154.45833333, 
    2453154.5, 2453154.54166667, 2453154.58333333, 2453154.625, 
    2453154.66666667, 2453154.70833333, 2453154.75, 2453154.79166667, 
    2453154.83333333, 2453154.875, 2453154.91666667, 2453154.95833333, 
    2453155, 2453155.04166667, 2453155.08333333, 2453155.125, 
    2453155.16666667, 2453155.20833333, 2453155.25, 2453155.29166667, 
    2453155.33333333, 2453155.375, 2453155.41666667, 2453155.45833333, 
    2453155.5, 2453155.54166667, 2453155.58333333, 2453155.625, 
    2453155.66666667, 2453155.70833333, 2453155.75, 2453155.79166667, 
    2453155.83333333, 2453155.875, 2453155.91666667, 2453155.95833333 ;

 air_temperature =
  7.85,
  7.97,
  7.91,
  7.94,
  7.58,
  7.85,
  7.87,
  7.93,
  7.95,
  7.95,
  7.97,
  8.15,
  8.3,
  8.41,
  8.56,
  9.3,
  9.03,
  9.06,
  9.13,
  9.08,
  9.48,
  9.36,
  9.91,
  9.88,
  9.96,
  10.01,
  9.92,
  9.63,
  9.68,
  9.93,
  9.83,
  9.86,
  9.63,
  9.55,
  9.67,
  9.73,
  9.58,
  9.57,
  9.23,
  9.37,
  9.39,
  9.42,
  9.27,
  9.15,
  9.52,
  9.58,
  9.47,
  9.3,
  8.9,
  8.81,
  8.61,
  8.68,
  8.68,
  8.56,
  8.54,
  8.43,
  8.44,
  8.32,
  8.3,
  8.22,
  8.2,
  8.23,
  8.16,
  8.29,
  8.57,
  8.76,
  8.76,
  8.72,
  8.63,
  8.68,
  8.66,
  8.61,
  8.39,
  8.42,
  8.38,
  8.32,
  8.36,
  8.31,
  8.02,
  7.77,
  7.81,
  7.75,
  7.67,
  7.7,
  7.74,
  7.41,
  7.54,
  7.76,
  8.09,
  8.1,
  8.28,
  8.45,
  8.62,
  8.34,
  8.51,
  8.63,
  8.9,
  8.88,
  8.93,
  8.93,
  8.94,
  9.01,
  9.15,
  8.87,
  8.88,
  8.91,
  8.86,
  8.87,
  8.69,
  9.08,
  9.38,
  11.25,
  11.08,
  10.39,
  10.25,
  10.01,
  9.59,
  9.02,
  8.82,
  9.81,
  9.74,
  9.14,
  8.8,
  8.32,
  8.13,
  8.16,
  8.29,
  8.67,
  8.74,
  9.01,
  9.43,
  9.86,
  9.89,
  9.81,
  9.85,
  9.89,
  9.8,
  9.87,
  10.11,
  10.22,
  10.22,
  10.05,
  9.9,
  9.82,
  9.86,
  10,
  10.08,
  10.19,
  10.01,
  10.29,
  11.1,
  10.57,
  10.07,
  9.71,
  9.55,
  9.18,
  9.6,
  10.18,
  10.57,
  11,
  11.32,
  11.46,
  11.81,
  12.17,
  12.52,
  12.6,
  12.82,
  13.02 ;

 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 =
  7.68,
  6.821,
  7.13,
  8.04,
  4.998,
  5.449,
  5.488,
  3.998,
  3.43,
  3.842,
  1.666,
  1.49,
  1.607,
  1.882,
  2.979,
  2.509,
  3.058,
  3.606,
  3.646,
  5.802,
  4.861,
  4.116,
  3.724,
  1.882,
  1.411,
  2.117,
  2.587,
  2.705,
  3.293,
  1.666,
  2.509,
  2.783,
  4.743,
  2.744,
  5.292,
  4.234,
  6.507,
  5.841,
  10.86,
  7.64,
  5.174,
  5.998,
  6.115,
  10.04,
  5.488,
  5.566,
  5.214,
  6.507,
  7.88,
  7.45,
  10.11,
  8.11,
  8.74,
  7.06,
  6.272,
  7.84,
  7.17,
  7.02,
  7.84,
  7.02,
  7.37,
  8.7,
  10.07,
  10.27,
  9.56,
  8.58,
  7.68,
  6.742,
  5.527,
  5.645,
  7.29,
  6.782,
  6.664,
  7.17,
  6.115,
  6.037,
  6.233,
  4.822,
  6.037,
  5.566,
  6.625,
  5.449,
  5.919,
  5.214,
  4.9,
  3.802,
  4.116,
  3.528,
  2.548,
  4.508,
  3.528,
  2.862,
  4.782,
  4.861,
  4.273,
  5.096,
  3.92,
  5.018,
  2.548,
  2.352,
  2.313,
  1.529,
  2.234,
  2.626,
  2.391,
  3.41,
  4.469,
  3.234,
  3.097,
  1.568,
  2.352,
  0.882,
  2.705,
  4.116,
  5.057,
  5.527,
  5.253,
  4.351,
  3.998,
  3.92,
  3.058,
  4.9,
  4.234,
  3.489,
  3.685,
  4.155,
  2.862,
  5.958,
  6.233,
  6.194,
  6.625,
  6.39,
  7.6,
  7.29,
  5.449,
  6.978,
  14.66,
  6.938,
  6.703,
  5.488,
  4.312,
  2.744,
  3.058,
  3.058,
  2.509,
  2.038,
  1.372,
  1.098,
  1.921,
  2.979,
  7.29,
  7.57,
  8.82,
  8.58,
  6.311,
  7.06,
  9.49,
  8.47,
  10.27,
  10.74,
  11.52,
  13.68,
  13.56,
  13.76,
  13.25,
  11.25,
  10.07,
  9.72 ;

 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 =
  6.394,
  5.954,
  6.128,
  6.577,
  3.633,
  4.364,
  4.31,
  3.193,
  2.72,
  2.993,
  1.167,
  0.725,
  1.088,
  0.97,
  2.348,
  1.952,
  2.596,
  3.06,
  2.841,
  4.953,
  4.273,
  3.566,
  3.16,
  1.41,
  1.136,
  1.488,
  2.095,
  2.219,
  2.629,
  1.183,
  2.048,
  2.293,
  3.474,
  1.102,
  4.294,
  3.682,
  5.399,
  4.888,
  9.51,
  4.714,
  4.169,
  4.928,
  4.761,
  7.82,
  3.213,
  4.518,
  4.525,
  5.386,
  6.51,
  6.124,
  8.46,
  6.468,
  7.52,
  5.66,
  5.086,
  6.152,
  5.879,
  5.878,
  6.811,
  6.246,
  6.684,
  7.59,
  8.34,
  8.52,
  7.96,
  7.31,
  6.793,
  6.015,
  4.727,
  4.778,
  5.819,
  5.526,
  5.611,
  5.874,
  5.118,
  5.07,
  4.81,
  3.722,
  4.755,
  4.622,
  5.651,
  4.338,
  4.815,
  4.291,
  3.583,
  3.111,
  3.134,
  2.03,
  2.106,
  3.845,
  2.524,
  2.422,
  3.893,
  3.806,
  3.533,
  4.358,
  2.97,
  4.284,
  1.592,
  2.023,
  1.905,
  0.743,
  1.678,
  2.123,
  1.778,
  2.651,
  3.629,
  2.291,
  2.248,
  1.019,
  1.862,
  0.291,
  2.229,
  3.55,
  4.32,
  5.033,
  4.615,
  3.494,
  2.784,
  3.236,
  2.369,
  3.664,
  2.781,
  2.577,
  2.709,
  2.403,
  1.906,
  4.75,
  5.179,
  5.181,
  5.785,
  5.466,
  6.282,
  6.316,
  4.464,
  5.561,
  7.25,
  5.889,
  5.811,
  4.267,
  3.723,
  1.564,
  2.124,
  2.293,
  1.918,
  1.649,
  0.977,
  0.728,
  1.347,
  2.156,
  6.012,
  6.564,
  6.865,
  7.3,
  5.216,
  5.629,
  7.97,
  7.33,
  8.58,
  9,
  9.73,
  10.45,
  11.34,
  10.57,
  10.43,
  8.71,
  7.9,
  7.03 ;

 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 =
  47.8733,
  47.7533,
  50.3433,
  48.7533,
  61.6833,
  60.1833,
  61.7833,
  51.5733,
  78.1833,
  126.7833,
  87.0833,
  83.5833,
  79.6833,
  42.5333,
  344.9163,
  24.3933,
  34.3133,
  19.3533,
  68.7833,
  60.3833,
  58.4833,
  72.9833,
  65.8833,
  50.7233,
  58.3833,
  194.0833,
  236.3833,
  231.5833,
  253.8833,
  206.5833,
  129.1833,
  113.4833,
  315.5833,
  355.4833,
  114.1833,
  87.4833,
  81.5833,
  338.2833,
  92.2833,
  111.8833,
  95.6833,
  90.2833,
  339.3833,
  84.6833,
  33.0933,
  45.1833,
  36.8933,
  38.6133,
  40.6233,
  38.2433,
  31.0633,
  70.7833,
  11.7033,
  32.0133,
  18.9733,
  27.5233,
  20.2833,
  19.9033,
  35.5133,
  36.3033,
  20.9733,
  18.3633,
  28.1533,
  42.8833,
  52.2233,
  65.0833,
  78.9833,
  77.7833,
  87.9833,
  66.9833,
  69.5833,
  71.8833,
  79.4833,
  68.0833,
  72.7833,
  92.4833,
  107.3833,
  131.1833,
  138.1833,
  146.4833,
  117.7833,
  111.2833,
  114.6833,
  121.9833,
  151.0833,
  142.3833,
  134.4833,
  130.7833,
  121.0833,
  143.9833,
  145.7833,
  111.7833,
  123.7833,
  114.1833,
  123.6833,
  128.7833,
  160.0833,
  141.2833,
  153.3833,
  134.8833,
  120.6833,
  223.8833,
  297.7833,
  41.3033,
  106.7833,
  46.5733,
  304.7833,
  341.4833,
  9.3033,
  11.0033,
  336.3833,
  127.6833,
  137.4833,
  103.9833,
  102.2833,
  111.3833,
  137.0833,
  125.1833,
  153.9833,
  149.5833,
  134.2833,
  89.8833,
  114.1833,
  157.3833,
  142.7833,
  164.3833,
  194.8833,
  106.7833,
  125.5833,
  163.4833,
  142.2833,
  144.9833,
  147.3833,
  150.2833,
  176.5833,
  184.0833,
  196.0833,
  159.0833,
  176.8833,
  177.3833,
  165.7833,
  127.4833,
  25.2033,
  82.4833,
  353.1833,
  335.9833,
  273.6833,
  80.2833,
  252.7833,
  290.0833,
  287.6833,
  291.5833,
  302.0833,
  308.6833,
  292.7833,
  288.2833,
  298.3833,
  294.4833,
  297.8833,
  294.5833,
  293.8833,
  287.9833,
  302.0833,
  304.2833,
  294.7833,
  311.0833,
  307.6833,
  303.1833 ;

 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 =
  2960.326,
  2960.326,
  2960.326,
  2960.326,
  2959.726,
  2959.726,
  2896.051,
  2787.323,
  2076.088,
  2922.482,
  2959.726,
  2959.726,
  2960.326,
  2960.326,
  2958.524,
  2958.524,
  2960.326,
  2960.326,
  2960.326,
  2960.326,
  2958.524,
  2960.326,
  2960.326,
  2960.326,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  1372.061,
  2325.38,
  2954.319,
  2959.726,
  2923.083,
  1788.95,
  2960.927,
  2960.326,
  2960.326,
  2960.927,
  1617.749,
  2103.72,
  2960.326,
  2960.927,
  2960.927,
  2959.726,
  2959.726,
  2959.726,
  1903.084,
  2960.326,
  2960.326,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2822.164,
  2859.408,
  2959.726,
  2879.231,
  2952.517,
  2934.496,
  2960.927,
  2960.927,
  2960.927,
  2956.722,
  2960.326,
  2960.927,
  2960.927,
  2960.927,
  2960.326,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.125,
  2953.719,
  2959.726,
  2932.694,
  2959.726,
  2959.726,
  2959.726,
  2389.656,
  2960.326,
  2960.326,
  2960.927,
  2960.927,
  2960.326,
  2960.927,
  2960.927,
  2868.418,
  2960.326,
  2959.125,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2114.533,
  2914.673,
  2956.722,
  2876.828,
  2862.411,
  2187.819,
  2820.362,
  2932.694,
  2957.923,
  2959.726,
  2960.326,
  2947.711,
  2847.394,
  2793.33,
  2642.553,
  2724.249,
  2671.988,
  2959.726,
  2931.492,
  511.2495,
  692.0618,
  1904.886,
  997.821,
  1518.032,
  2584.885,
  1779.339,
  1159.411,
  1945.734,
  2571.67,
  2928.489,
  2894.249,
  2464.143,
  2334.992,
  1852.625,
  2341.599,
  2683.401,
  2820.362,
  2856.404,
  1147.997,
  555.7017,
  567.1151,
  2920.68,
  2749.479,
  2825.768,
  1194.252,
  184.2253,
  2899.054,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2719.443,
  2664.779,
  2567.465,
  2926.687,
  2899.655,
  2933.294,
  2960.326,
  2957.923,
  2956.121,
  2957.923,
  2957.923,
  2960.326,
  2960.326,
  2960.326 ;

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