netcdf A0109.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 = "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 = 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:  12-May-2004 16:40:09\n",
			"AAN_VIZ_1.2:  12-May-2004 16:40:09" ;
data:

 lat = 43.5223 ;

 lon = -70.5652 ;

 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 =
  8.07,
  8.05,
  8.28,
  8.41,
  8.44,
  8.5,
  8.5,
  8.55,
  8.5,
  8.4,
  8.51,
  8.55,
  8.68,
  8.87,
  9.37,
  10.41,
  10.16,
  9.91,
  10.02,
  9.98,
  10.13,
  10.12,
  9.98,
  9.83,
  9.95,
  10.06,
  10.04,
  10.03,
  10.03,
  9.88,
  9.8,
  9.75,
  9.64,
  9.83,
  9.86,
  9.62,
  9.32,
  9.36,
  9.32,
  9.59,
  9.83,
  9.94,
  10.09,
  9.72,
  9.8,
  10.07,
  9.8,
  9.7,
  9.67,
  9.44,
  9.28,
  9.08,
  8.87,
  8.86,
  9.12,
  9.1,
  9.16,
  9.24,
  9.27,
  9.1,
  9.12,
  9.04,
  9.09,
  8.98,
  9.18,
  8.97,
  8.7,
  8.63,
  8.57,
  8.56,
  8.67,
  8.75,
  8.99,
  8.82,
  8.47,
  8.33,
  8.46,
  8.54,
  8.48,
  8.45,
  8.41,
  8.4,
  8.03,
  8.09,
  8.28,
  8.02,
  7.99,
  8.22,
  8.35,
  8.55,
  8.58,
  8.85,
  9.04,
  9.22,
  9.3,
  9.33,
  9.43,
  9.4,
  9.49,
  9.45,
  9.47,
  9.49,
  9.62,
  9.56,
  9.5,
  9.54,
  9.62,
  9.73,
  9.77,
  9.92,
  10.04,
  10.58,
  11.04,
  10.66,
  10.28,
  10.02,
  10.14,
  10.1,
  10.45,
  10.6,
  8.56,
  8.31,
  8.09,
  8.34,
  8.88,
  9.17,
  10.2,
  10.58,
  10.55,
  10.32,
  10.38,
  10.41,
  10.5,
  10.45,
  10.67,
  10.44,
  10.54,
  10.67,
  10.72,
  10.96,
  11.32,
  11.21,
  11.43,
  11.33,
  11.27,
  11.02,
  11.2,
  11.32,
  11.43,
  12.86,
  12.82,
  12.17,
  11.53,
  10.89,
  10.38,
  10.13,
  10.31,
  10.35,
  10.54,
  10.86,
  11.36,
  11.99,
  12.36,
  12.5,
  12.91,
  12.9,
  13.39,
  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,
  0 ;

 wind_gust =
  8.86,
  7.49,
  7.25,
  5.606,
  5.449,
  4.351,
  3.136,
  1.862,
  2.195,
  1.646,
  2.078,
  1.725,
  0.862,
  0.941,
  1.137,
  0.98,
  1.529,
  4.234,
  6.311,
  5.841,
  4.606,
  6.272,
  7.13,
  5.782,
  4.214,
  2.979,
  3.058,
  4.116,
  2.666,
  3.371,
  4.351,
  5.174,
  4.939,
  6.507,
  7.92,
  8.04,
  7.41,
  6.762,
  7.6,
  8.15,
  4.998,
  4.9,
  5.253,
  9.45,
  8.7,
  4.214,
  3.293,
  5.096,
  6.272,
  6.703,
  7.72,
  6.978,
  4.665,
  5.527,
  7.37,
  6.115,
  5.998,
  7.06,
  6.39,
  5.645,
  6.233,
  7.88,
  8.04,
  8.66,
  7.96,
  8.43,
  8.86,
  7.64,
  7.57,
  7.68,
  8.23,
  9.02,
  6.742,
  5.802,
  4.978,
  6.037,
  5.762,
  5.802,
  5.841,
  6.586,
  7.17,
  7.02,
  14.15,
  5.174,
  4.782,
  3.842,
  3.763,
  2.587,
  2.195,
  3.293,
  4.312,
  4.547,
  4.665,
  2.94,
  4.782,
  4.822,
  2.94,
  5.214,
  2.94,
  2.509,
  2.901,
  2.195,
  1.96,
  3.332,
  6.076,
  3.528,
  4.273,
  6.429,
  7.84,
  5.488,
  5.958,
  3.724,
  3.371,
  4.782,
  4.704,
  5.606,
  4.743,
  5.018,
  4.116,
  3.018,
  5.41,
  5.566,
  4.939,
  5.253,
  5.527,
  5.88,
  6.154,
  6.899,
  8.04,
  8.31,
  6.899,
  7.06,
  9.02,
  9.84,
  8.19,
  6.37,
  8,
  4.508,
  5.057,
  5.292,
  4.704,
  5.253,
  5.919,
  4.155,
  2.352,
  3.724,
  3.214,
  2.646,
  5.096,
  6.272,
  9.29,
  11.41,
  9.76,
  8.94,
  8.47,
  8.78,
  12.19,
  12,
  12.58,
  11.25,
  10.78,
  10.98,
  11.88,
  12.27,
  11.96,
  9.6,
  10.35,
  9.33 ;

 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 =
  7.51,
  6.011,
  5.852,
  4.681,
  4.733,
  3.362,
  2.165,
  1.155,
  1.634,
  0.561,
  1.612,
  1.046,
  0.621,
  0.445,
  0.753,
  0.32,
  0.854,
  3.435,
  5.274,
  5.018,
  3.663,
  5.199,
  6.039,
  4.459,
  3.423,
  2.217,
  2.406,
  3.439,
  2.23,
  2.889,
  3.756,
  4.515,
  3.593,
  5.083,
  6.462,
  7.08,
  6.31,
  4.257,
  6.521,
  7.1,
  3.873,
  4.32,
  3.169,
  7.98,
  7.06,
  1.49,
  2.22,
  4.565,
  4.898,
  5.708,
  6.482,
  5.589,
  3.422,
  4.605,
  6.322,
  5.33,
  5.135,
  6.053,
  5.51,
  4.989,
  5.37,
  6.999,
  7.33,
  7.6,
  6.896,
  7.11,
  7.1,
  6.211,
  6.333,
  6.305,
  7.16,
  7.68,
  5.797,
  5,
  4.24,
  4.664,
  4.968,
  4.315,
  4.841,
  5.551,
  5.66,
  5.969,
  3.973,
  4.418,
  4.03,
  2.911,
  2.842,
  1.979,
  1.347,
  2.494,
  3.43,
  3.765,
  3.369,
  2.411,
  4.145,
  4.189,
  1.669,
  4.085,
  2.043,
  2.017,
  2.427,
  1.718,
  1.365,
  2.664,
  5.339,
  0.476,
  3.216,
  5.173,
  6.836,
  4.768,
  5.066,
  3.098,
  2.724,
  4.214,
  4.001,
  4.935,
  4.172,
  4.429,
  2.43,
  2.49,
  4.101,
  4.614,
  3.895,
  4.606,
  4.703,
  4.927,
  4.8,
  5.851,
  6.612,
  6.776,
  6.022,
  5.834,
  7.44,
  8.2,
  6.718,
  5.015,
  6.964,
  3.155,
  4.209,
  4.46,
  4.233,
  4.563,
  4.152,
  3.145,
  0.832,
  3.234,
  2.522,
  1.215,
  4.182,
  5.402,
  7.2,
  9.23,
  8,
  6.767,
  7.13,
  7.58,
  10.01,
  10.18,
  9.95,
  9.4,
  8.67,
  8.24,
  9.44,
  9.87,
  9.42,
  7.42,
  8.22,
  7.2 ;

 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 =
  18.5667,
  5.5767,
  19.9267,
  9.6067,
  23.2167,
  36.2967,
  67.4167,
  79.9167,
  53.8067,
  253.3167,
  280.3167,
  289.4167,
  256.7167,
  231.5167,
  328.2167,
  358.3367,
  157.6167,
  43.1767,
  41.0267,
  51.4267,
  42.8067,
  40.9567,
  36.3767,
  54.8167,
  52.6767,
  87.5167,
  70.3167,
  77.5167,
  143.8167,
  134.5167,
  113.4167,
  109.8167,
  131.1167,
  17.3667,
  51.8367,
  87.4167,
  91.3167,
  55.4167,
  94.1167,
  114.7167,
  131.8167,
  104.3167,
  316.2167,
  52.5767,
  95.6167,
  20.4867,
  12.8467,
  6.9667,
  21.8467,
  43.8667,
  28.8467,
  59.8167,
  67.8167,
  39.5467,
  14.7767,
  33.4567,
  5.5767,
  5.3367,
  7.6667,
  8.0467,
  353.7467,
  355.8267,
  4.4767,
  13.2967,
  20.6567,
  29.5467,
  48.9867,
  58.4167,
  51.1467,
  48.2767,
  57.6167,
  72.8167,
  64.7167,
  71.8167,
  85.2167,
  91.1167,
  105.1167,
  104.3167,
  97.9167,
  95.6167,
  93.3167,
  122.2167,
  126.0167,
  143.8167,
  158.9167,
  143.9167,
  117.8167,
  159.4167,
  124.8167,
  119.6167,
  138.3167,
  123.0167,
  106.4167,
  114.0167,
  115.4167,
  134.9167,
  129.5167,
  119.3167,
  136.6167,
  115.5167,
  116.4167,
  62.6167,
  12.8567,
  25.8767,
  81.6167,
  49.5767,
  354.4867,
  353.8867,
  359.4867,
  359.0567,
  1.2967,
  7.1967,
  40.5567,
  79.7167,
  106.8167,
  124.8167,
  106.0167,
  127.8167,
  141.9167,
  148.5167,
  127.7167,
  154.2167,
  138.1167,
  140.7167,
  133.6167,
  154.1167,
  167.0167,
  149.5167,
  173.2167,
  180.5167,
  166.1167,
  158.6167,
  162.7167,
  161.1167,
  170.9167,
  160.2167,
  166.7167,
  154.7167,
  133.5167,
  144.5167,
  169.8167,
  159.6167,
  163.3167,
  158.2167,
  277.7167,
  296.5167,
  290.0167,
  266.5167,
  279.5167,
  308.0167,
  320.1167,
  327.5167,
  314.9167,
  301.3167,
  312.3167,
  300.8167,
  318.9167,
  307.8167,
  309.1167,
  296.4167,
  298.2167,
  313.5167,
  315.8167,
  309.7167,
  313.1167,
  310.3167,
  315.8167,
  307.1167 ;

 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 =
  2671.988,
  2870.22,
  2855.203,
  2938.1,
  2894.849,
  2910.468,
  2903.86,
  2924.284,
  2666.581,
  2548.843,
  2796.333,
  2823.966,
  2899.054,
  2871.422,
  2933.294,
  2866.616,
  2882.234,
  2677.394,
  2893.047,
  2873.825,
  2923.683,
  2932.694,
  2931.492,
  2939.902,
  2940.503,
  2947.711,
  2948.913,
  2955.521,
  2955.521,
  2950.715,
  2952.517,
  2948.312,
  2808.948,
  2928.489,
  2837.182,
  2836.581,
  2723.648,
  2863.012,
  2788.524,
  2883.436,
  2921.881,
  2912.87,
  2941.104,
  2317.571,
  2846.192,
  2888.241,
  2896.651,
  2947.111,
  2941.704,
  2953.118,
  2687.606,
  2697.217,
  2861.811,
  2888.241,
  2943.506,
  2941.704,
  2955.521,
  2903.86,
  2931.492,
  2872.022,
  2883.436,
  2921.881,
  2928.489,
  2907.464,
  2825.167,
  2893.047,
  2890.044,
  2912.27,
  2913.471,
  2933.895,
  2938.1,
  2947.711,
  2946.51,
  2945.309,
  2934.496,
  2933.895,
  2936.899,
  2935.697,
  2947.111,
  2951.316,
  2951.916,
  2948.312,
  1569.092,
  2938.701,
  2939.302,
  2913.471,
  2796.934,
  2760.892,
  2837.782,
  2763.295,
  2222.66,
  2901.457,
  2926.086,
  2946.51,
  2944.107,
  2947.711,
  2944.708,
  2933.294,
  2923.083,
  2952.517,
  2953.719,
  2955.521,
  2950.715,
  2581.882,
  2521.21,
  2860.609,
  2890.044,
  2880.432,
  2886.439,
  2870.22,
  2899.054,
  2864.213,
  2914.673,
  2878.03,
  2846.793,
  2897.853,
  2792.729,
  2714.638,
  2832.977,
  2905.061,
  292.9531,
  385.2815,
  719.0936,
  510.0481,
  350.2003,
  346.0554,
  408.5288,
  274.6315,
  289.469,
  566.5144,
  984.6055,
  2471.953,
  2658.772,
  2784.92,
  2477.96,
  2393.26,
  1305.983,
  1888.067,
  2369.833,
  2649.161,
  2924.885,
  2901.457,
  2843.789,
  832.627,
  771.9557,
  2052.66,
  2884.637,
  2363.225,
  2479.161,
  2953.719,
  2956.722,
  2956.722,
  2958.524,
  2951.316,
  2226.264,
  2717.641,
  2374.638,
  2522.412,
  2799.337,
  2766.899,
  2897.252,
  2828.772,
  2643.154,
  2601.705,
  2915.874,
  2702.624,
  2193.826,
  2744.072 ;

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