netcdf B0105.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 = "Wed Feb 11 19:23:46 2004: /usr/local/nco/bin/ncrcat -d time,2452923.8236,2453047.8333 B0105.met.realtime.nc B0105.met.realtime.nc.new\n",
			"11-Oct-2003 13:45:15:  Modified [lon,lat] to [-70.426496,43.181098].\n",
			"Sat Oct 11 01:02:29 2003: ncrcat -d time,2452923.83333332, pre/B0105.met.realtime.nc post/B0105.met.realtime.nc" ;
		: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 = 17 ;
		:visibility_sensor_serial_number = 291 ;
		:processing = "realtime" ;
		:water_depth = 62 ;
		:mooring_site_id = "B0105" ;
		:mooring_site_desc = "Western Maine Shelf" ;
		:breakout_id = 1 ;
		:delta_t = 60 ;
		:magnetic_variation = -16.3167 ;
		:goes_platform_id = "04400554" ;
		:starting_julian_day_number = 2453072.04167244 ;
		:starting_julian_day_string = "2004-03-07 01:00:00" ;
		:ending_julian_day_number = 2453079.00000579 ;
		:ending_julian_day_string = "2004-03-14 00:00:00" ;
		:algorithm_ids = "WIND_DIR_1.2:  03-Oct-2003 12:08:54\n",
			"AAN_VIZ_1.2:  03-Oct-2003 12:08:54" ;
data:

 lat = 43.181098244407 ;

 lon = -70.4264956387607 ;

 air_temperature_depth = -3 ;

 visibility_depth = -3 ;

 wind_depth = -4 ;

 time = 2453072.04166667, 2453072.08333333, 2453072.125, 2453072.16666667, 
    2453072.20833333, 2453072.25, 2453072.29166667, 2453072.33333333, 
    2453072.375, 2453072.41666667, 2453072.45833333, 2453072.5, 
    2453072.54166667, 2453072.58333333, 2453072.625, 2453072.66666667, 
    2453072.70833333, 2453072.75, 2453072.79166667, 2453072.83333333, 
    2453072.875, 2453072.91666667, 2453072.95833333, 2453073, 
    2453073.04166667, 2453073.08333333, 2453073.125, 2453073.16666667, 
    2453073.20833333, 2453073.25, 2453073.29166667, 2453073.33333333, 
    2453073.375, 2453073.41666667, 2453073.45833333, 2453073.5, 
    2453073.54166667, 2453073.58333333, 2453073.625, 2453073.66666667, 
    2453073.70833333, 2453073.75, 2453073.79166667, 2453073.83333333, 
    2453073.875, 2453073.91666667, 2453073.95833333, 2453074, 
    2453074.04166667, 2453074.08333333, 2453074.125, 2453074.16666667, 
    2453074.20833333, 2453074.25, 2453074.29166667, 2453074.33333333, 
    2453074.375, 2453074.41666667, 2453074.45833333, 2453074.5, 
    2453074.54166667, 2453074.58333333, 2453074.625, 2453074.66666667, 
    2453074.70833333, 2453074.75, 2453074.79166667, 2453074.83333333, 
    2453074.875, 2453074.91666667, 2453074.95833333, 2453075, 
    2453075.04166667, 2453075.08333333, 2453075.125, 2453075.16666667, 
    2453075.20833333, 2453075.25, 2453075.29166667, 2453075.33333333, 
    2453075.375, 2453075.41666667, 2453075.45833333, 2453075.5, 
    2453075.54166667, 2453075.58333333, 2453075.625, 2453075.66666667, 
    2453075.70833333, 2453075.75, 2453075.79166667, 2453075.83333333, 
    2453075.875, 2453075.91666667, 2453075.95833333, 2453076, 
    2453076.04166667, 2453076.08333333, 2453076.125, 2453076.16666667, 
    2453076.20833333, 2453076.25, 2453076.29166667, 2453076.33333333, 
    2453076.375, 2453076.41666667, 2453076.45833333, 2453076.5, 
    2453076.54166667, 2453076.58333333, 2453076.625, 2453076.66666667, 
    2453076.70833333, 2453076.75, 2453076.79166667, 2453076.83333333, 
    2453076.875, 2453076.91666667, 2453076.95833333, 2453077, 
    2453077.04166667, 2453077.08333333, 2453077.125, 2453077.16666667, 
    2453077.20833333, 2453077.25, 2453077.29166667, 2453077.33333333, 
    2453077.375, 2453077.41666667, 2453077.45833333, 2453077.5, 
    2453077.54166667, 2453077.58333333, 2453077.625, 2453077.66666667, 
    2453077.70833333, 2453077.75, 2453077.79166667, 2453077.83333333, 
    2453077.875, 2453077.91666667, 2453077.95833333, 2453078, 
    2453078.04166667, 2453078.08333333, 2453078.125, 2453078.16666667, 
    2453078.20833333, 2453078.25, 2453078.29166667, 2453078.33333333, 
    2453078.375, 2453078.41666667, 2453078.45833333, 2453078.5, 
    2453078.54166667, 2453078.58333333, 2453078.625, 2453078.66666667, 
    2453078.70833333, 2453078.75, 2453078.79166667, 2453078.83333333, 
    2453078.875, 2453078.91666667, 2453078.95833333, 2453079 ;

 air_temperature =
  6.428,
  5.915,
  4.936,
  4.408,
  3.371,
  2.328,
  1.523,
  1.185,
  1.023,
  0.551,
  0.187,
  -0.184,
  0.375,
  0.644,
  1.128,
  1.735,
  2.388,
  2.887,
  3.771,
  3.185,
  3.045,
  2.568,
  2.524,
  2.451,
  2.487,
  2.404,
  2.459,
  2.366,
  2.32,
  2.197,
  2.08,
  1.808,
  1.717,
  1.569,
  1.419,
  1.404,
  0.447,
  0.359,
  -0.404,
  0.403,
  0.002,
  -0.159,
  -0.446,
  -0.526,
  -0.374,
  0.077,
  0.121,
  0.084,
  0.038,
  -0.044,
  -0.015,
  -0.234,
  -0.501,
  -0.794,
  -1.027,
  -1.341,
  -1.576,
  -1.759,
  -1.808,
  -1.993,
  -2.308,
  -2.442,
  -2.548,
  -2.807,
  -2.723,
  -2.68,
  -2.323,
  -2.128,
  -1.679,
  -1.494,
  -1.04,
  -0.631,
  0.134,
  0.368,
  0.607,
  0.669,
  0.849,
  0.894,
  0.937,
  0.904,
  0.916,
  0.643,
  0.603,
  0.155,
  0.607,
  0.749,
  1.103,
  1.533,
  1.83,
  2.319,
  2.658,
  2.098,
  1.887,
  1.477,
  1.102,
  0.989,
  0.99,
  0.894,
  1.038,
  1.069,
  1.241,
  0.941,
  0.079,
  -0.312,
  -0.384,
  -0.273,
  -0.384,
  -0.234,
  -0.205,
  -0.373,
  0.085,
  0.975,
  1.565,
  2.158,
  2.699,
  3.218,
  3.24,
  3.727,
  3.714,
  3.204,
  2.806,
  3.048,
  3.095,
  2.993,
  2.394,
  2.396,
  2.279,
  2.01,
  1.935,
  1.893,
  1.767,
  2.069,
  2.254,
  2.266,
  2.969,
  2.626,
  3.118,
  3.178,
  3.405,
  3.65,
  4.035,
  4.006,
  3.224,
  3.015,
  2.487,
  2.206,
  2.011,
  1.462,
  1.571,
  1.109,
  1.138,
  0.836,
  0.492,
  0.194,
  -0.127,
  -0.342,
  -0.353,
  -0.226,
  -0.036,
  0.445,
  0.816,
  1.118,
  1.487,
  2.202,
  2.315,
  1.798,
  1.097,
  0.432 ;

 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 =
  10.27,
  14.7,
  11.02,
  13.99,
  19.72,
  15.39,
  15.33,
  15.05,
  13.33,
  12.19,
  10.66,
  11.09,
  9.68,
  7.84,
  6.194,
  5.096,
  4.586,
  2.744,
  1.372,
  4.038,
  2.352,
  4.351,
  3.881,
  1.862,
  4.234,
  4.822,
  4.351,
  4.234,
  4.038,
  4.665,
  5.37,
  6.35,
  7.49,
  8.11,
  7.21,
  8.35,
  10.07,
  9.37,
  9.41,
  10.54,
  13.01,
  13.01,
  12.86,
  11.02,
  9.17,
  8.82,
  8.39,
  7.29,
  6.938,
  7.06,
  6.821,
  6.899,
  6.938,
  7.1,
  6.742,
  6.272,
  5.331,
  4.704,
  4.351,
  5.135,
  6.586,
  5.88,
  6.938,
  5.449,
  4.626,
  4.626,
  3.724,
  3.92,
  4.194,
  4.194,
  3.92,
  4.586,
  5.802,
  5.762,
  5.802,
  5.292,
  5.37,
  6.272,
  5.762,
  5.057,
  5.096,
  5.449,
  5.135,
  5.135,
  5.057,
  4.626,
  4.469,
  3.136,
  3.254,
  2.254,
  2.391,
  4.038,
  5.606,
  6.468,
  6.664,
  7.76,
  7.49,
  8.35,
  8.51,
  10.47,
  10.74,
  11.37,
  10.86,
  12.35,
  13.09,
  13.45,
  13.76,
  14.11,
  13.8,
  14.5,
  13.72,
  12.62,
  11.45,
  10.19,
  9.68,
  8.27,
  4.312,
  6.076,
  5.096,
  2.901,
  4.038,
  3.881,
  5.37,
  5.096,
  4.155,
  3.018,
  3.528,
  2.254,
  3.293,
  3.097,
  2.979,
  4.077,
  6.115,
  4.547,
  3.254,
  5.645,
  5.331,
  7.21,
  6.115,
  7.33,
  10.62,
  12.07,
  12.94,
  12.5,
  11.72,
  11.8,
  14.23,
  10,
  12.23,
  8.04,
  10,
  12.15,
  11.05,
  10.62,
  12.39,
  13.68,
  13.48,
  15.17,
  13.23,
  13.99,
  11.96,
  14.94,
  14.74,
  12.86,
  13.21,
  13.25,
  13.72,
  11.49 ;

 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.55,
  10.31,
  8.84,
  10.44,
  14.73,
  12.79,
  12.72,
  12.44,
  10.27,
  10.1,
  8.55,
  8.89,
  8.09,
  6.443,
  4.997,
  3.861,
  3.575,
  1.6,
  0.876,
  2.496,
  1.705,
  3.46,
  3.075,
  1.256,
  3.374,
  3.687,
  3.476,
  3.622,
  3.481,
  3.955,
  4.699,
  5.41,
  6.083,
  6.44,
  6.113,
  6.554,
  8.61,
  7.89,
  7.7,
  8.2,
  10.67,
  10.91,
  10.65,
  9.36,
  7.54,
  7.35,
  7.11,
  6.428,
  5.551,
  5.543,
  5.659,
  5.805,
  5.432,
  5.892,
  5.468,
  5.048,
  3.631,
  3.591,
  3.605,
  3.618,
  5.091,
  4.566,
  4.905,
  4.189,
  3.567,
  3.14,
  2.457,
  1.966,
  2.662,
  3.148,
  3.052,
  3.354,
  4.458,
  4.598,
  4.818,
  3.99,
  4.277,
  4.999,
  4.648,
  3.937,
  4.258,
  4.227,
  4.039,
  3.926,
  3.607,
  3.792,
  3.429,
  2.385,
  2.619,
  1.144,
  1.591,
  3.295,
  4.696,
  5.097,
  5.625,
  6.503,
  6.256,
  6.813,
  7.05,
  8.43,
  8.99,
  9.08,
  9.44,
  10.78,
  11.04,
  11.03,
  11.7,
  12.05,
  11.4,
  11.99,
  11.96,
  10.66,
  9.29,
  8.64,
  8.2,
  6.431,
  3.112,
  4.793,
  3.861,
  2.085,
  2.176,
  2.178,
  3.778,
  3.479,
  2.744,
  0.94,
  2.438,
  0.762,
  2.017,
  1.328,
  1.755,
  2.041,
  4.715,
  3.237,
  2.729,
  4.869,
  4.492,
  5.732,
  4.198,
  5.726,
  6.729,
  10.16,
  10.43,
  9.87,
  9.01,
  9.67,
  11.52,
  7.89,
  9.02,
  6.972,
  8.54,
  10.34,
  8.91,
  8.68,
  9.6,
  11.46,
  11.3,
  12.26,
  11.06,
  11.81,
  9.96,
  12.24,
  10.88,
  10.3,
  10.14,
  10.98,
  11.06,
  9.1 ;

 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 =
  280.5833,
  278.6833,
  257.3833,
  302.1833,
  311.5833,
  305.1833,
  299.6833,
  294.3833,
  290.6833,
  317.1833,
  257.3833,
  242.6833,
  258.9833,
  288.1833,
  255.7833,
  250.8833,
  234.6833,
  269.8833,
  289.1833,
  139.1833,
  167.0833,
  152.1833,
  188.3833,
  146.9833,
  118.1833,
  151.2833,
  129.6833,
  147.4833,
  143.7833,
  137.6833,
  119.6833,
  93.8833,
  80.4833,
  83.5833,
  83.7833,
  119.0833,
  116.2833,
  88.4833,
  61.9833,
  46.1933,
  65.4833,
  52.0733,
  54.6833,
  58.4833,
  54.7833,
  31.5033,
  28.9233,
  351.2433,
  354.2733,
  343.6833,
  1.4733,
  352.5833,
  11.5633,
  46.3133,
  42.4733,
  26.4133,
  51.5533,
  46.4933,
  49.6033,
  70.5833,
  55.3833,
  79.3833,
  72.6833,
  78.3833,
  74.7833,
  81.1833,
  104.8833,
  136.3833,
  143.6833,
  160.2833,
  184.4833,
  187.5833,
  210.8833,
  222.6833,
  223.0833,
  228.3833,
  220.0833,
  231.3833,
  228.0833,
  201.2833,
  214.8833,
  239.6833,
  227.7833,
  253.0833,
  264.3833,
  237.8833,
  260.3833,
  200.1833,
  195.3833,
  173.5833,
  150.4833,
  127.5833,
  114.7833,
  110.6833,
  94.1833,
  98.2833,
  88.1833,
  37.2533,
  58.4833,
  37.0533,
  47.6633,
  45.1533,
  29.4433,
  29.4933,
  24.8533,
  29.0133,
  25.2033,
  23.4033,
  14.0133,
  15.7933,
  32.8033,
  28.8233,
  35.9233,
  17.3033,
  11.0433,
  19.9233,
  356.1233,
  353.9633,
  20.6833,
  12.5733,
  292.3833,
  270.4833,
  254.2833,
  262.1833,
  238.6833,
  238.5833,
  217.9833,
  181.8833,
  209.1833,
  207.6833,
  197.1833,
  201.0833,
  177.3833,
  192.9833,
  185.9833,
  203.6833,
  194.7833,
  191.2833,
  207.8833,
  204.5833,
  310.2833,
  311.2833,
  308.9833,
  301.3833,
  269.5833,
  251.5833,
  245.5833,
  252.6833,
  252.4833,
  251.6833,
  260.0833,
  273.5833,
  251.0833,
  291.0833,
  278.3833,
  273.7833,
  283.9833,
  312.2833,
  305.7833,
  325.5833,
  297.8833,
  270.0833,
  267.8833,
  271.7833,
  277.3833,
  266.3833,
  266.2833,
  276.0833 ;

 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 =
  2715.238,
  2714.037,
  2722.447,
  2735.662,
  2637.146,
  2724.85,
  2742.871,
  2756.687,
  2749.479,
  2774.107,
  2717.641,
  2798.136,
  2771.104,
  2523.012,
  2800.539,
  2782.517,
  2765.698,
  2768.701,
  2774.107,
  2793.931,
  2760.892,
  2775.91,
  2770.503,
  2774.107,
  2768.701,
  2783.118,
  2771.705,
  2761.493,
  2763.295,
  2763.896,
  2762.093,
  2795.132,
  2771.705,
  2796.934,
  2772.906,
  2767.5,
  2364.426,
  1940.929,
  1893.473,
  2677.995,
  2668.383,
  2645.556,
  2663.578,
  2682.199,
  2735.062,
  2732.659,
  2790.927,
  2815.556,
  2786.122,
  2802.341,
  2808.348,
  2806.546,
  2816.157,
  2804.143,
  2802.941,
  2804.743,
  2819.761,
  2815.556,
  2804.743,
  2808.948,
  2780.715,
  2780.115,
  2807.747,
  2756.086,
  2530.822,
  2733.26,
  2760.892,
  2758.489,
  2816.758,
  2790.927,
  2803.542,
  2804.143,
  2773.507,
  2763.896,
  2753.684,
  2727.853,
  2716.44,
  2677.995,
  2694.814,
  2705.026,
  2698.418,
  2586.087,
  2600.504,
  2641.352,
  2568.065,
  2536.228,
  2634.744,
  2642.553,
  2651.563,
  2690.609,
  2702.624,
  2652.164,
  2683.401,
  2735.662,
  2764.496,
  2772.305,
  2733.26,
  2748.878,
  2719.443,
  2703.825,
  2680.397,
  2678.595,
  2632.942,
  2640.15,
  2650.362,
  2634.744,
  2669.585,
  2655.769,
  2640.15,
  2556.652,
  2641.952,
  2707.429,
  2781.917,
  2703.825,
  2732.058,
  2704.426,
  2708.631,
  2783.118,
  2765.097,
  2757.288,
  2607.712,
  2322.978,
  2432.907,
  2668.383,
  2626.334,
  2582.482,
  2640.15,
  2684.002,
  2511.599,
  2592.694,
  2531.422,
  2333.79,
  2225.062,
  2394.461,
  2644.355,
  2529.02,
  2614.32,
  2571.67,
  2350.61,
  2615.521,
  2363.825,
  2288.737,
  2710.433,
  2742.871,
  2747.677,
  2756.086,
  2723.648,
  2759.09,
  2779.514,
  2765.698,
  2787.323,
  2761.493,
  2783.118,
  2779.514,
  2783.719,
  2742.871,
  2775.91,
  2712.835,
  2745.274,
  2734.461,
  2756.687,
  2748.277,
  2763.295,
  2754.284,
  2794.531,
  2789.726,
  2785.521,
  2801.74 ;

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