netcdf L0104.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:37:48 2004: /usr/local/nco/bin/ncrcat -d time,2452921.7597,2453047.8333 L0104.met.realtime.nc L0104.met.realtime.nc.new\n",
			"09-Oct-2003 12:32:58:  Modified [lon,lat] to [-66.553590,43.625566].\n",
			"Wed Oct  8 20:40:02 2003: ncrcat -d time,2452921.7916666, pre/L0104.met.realtime.nc post/L0104.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 = "RMY5001" ;
		:visibility_sensor_serial_number = 321 ;
		:processing = "realtime" ;
		:water_depth = 98 ;
		:mooring_site_id = "L0104" ;
		:mooring_site_desc = "Scotian Shelf" ;
		:breakout_id = 1 ;
		:delta_t = 60 ;
		:magnetic_variation = -18.0667 ;
		:goes_platform_id = "0440A5AC" ;
		:starting_julian_day_number = 2453142.00000579 ;
		:starting_julian_day_string = "2004-05-16 00:00:00" ;
		:ending_julian_day_number = 2453148.95833912 ;
		:ending_julian_day_string = "2004-05-22 23:00:00" ;
		:algorithm_ids = "WIND_DIR_1.2:  03-Oct-2003 12:10:21\n",
			"AAN_VIZ_1.2:  03-Oct-2003 12:10:21" ;
data:

 lat = 43.6255658467611 ;

 lon = -66.553589714898 ;

 air_temperature_depth = -3 ;

 visibility_depth = -3 ;

 wind_depth = -4 ;

 time = 2453142, 2453142.04166667, 2453142.08333333, 2453142.125, 
    2453142.16666667, 2453142.20833333, 2453142.25, 2453142.29166667, 
    2453142.33333333, 2453142.375, 2453142.41666667, 2453142.45833333, 
    2453142.5, 2453142.54166667, 2453142.58333333, 2453142.625, 
    2453142.66666667, 2453142.70833333, 2453142.75, 2453142.79166667, 
    2453142.83333333, 2453142.875, 2453142.91666667, 2453142.95833333, 
    2453143, 2453143.04166667, 2453143.08333333, 2453143.125, 
    2453143.16666667, 2453143.20833333, 2453143.25, 2453143.29166667, 
    2453143.33333333, 2453143.375, 2453143.41666667, 2453143.45833333, 
    2453143.5, 2453143.54166667, 2453143.58333333, 2453143.625, 
    2453143.66666667, 2453143.70833333, 2453143.75, 2453143.79166667, 
    2453143.83333333, 2453143.875, 2453143.91666667, 2453143.95833333, 
    2453144, 2453144.04166667, 2453144.08333333, 2453144.125, 
    2453144.16666667, 2453144.20833333, 2453144.25, 2453144.29166667, 
    2453144.33333333, 2453144.375, 2453144.41666667, 2453144.45833333, 
    2453144.5, 2453144.54166667, 2453144.58333333, 2453144.625, 
    2453144.66666667, 2453144.70833333, 2453144.75, 2453144.79166667, 
    2453144.83333333, 2453144.875, 2453144.91666667, 2453144.95833333, 
    2453145, 2453145.04166667, 2453145.08333333, 2453145.125, 
    2453145.16666667, 2453145.20833333, 2453145.25, 2453145.29166667, 
    2453145.33333333, 2453145.375, 2453145.41666667, 2453145.45833333, 
    2453145.5, 2453145.54166667, 2453145.58333333, 2453145.625, 
    2453145.66666667, 2453145.70833333, 2453145.75, 2453145.79166667, 
    2453145.83333333, 2453145.875, 2453145.91666667, 2453145.95833333, 
    2453146, 2453146.04166667, 2453146.08333333, 2453146.125, 
    2453146.16666667, 2453146.20833333, 2453146.25, 2453146.29166667, 
    2453146.33333333, 2453146.375, 2453146.41666667, 2453146.45833333, 
    2453146.5, 2453146.54166667, 2453146.58333333, 2453146.625, 
    2453146.66666667, 2453146.70833333, 2453146.75, 2453146.79166667, 
    2453146.83333333, 2453146.875, 2453146.91666667, 2453146.95833333, 
    2453147, 2453147.04166667, 2453147.08333333, 2453147.125, 
    2453147.16666667, 2453147.20833333, 2453147.25, 2453147.29166667, 
    2453147.33333333, 2453147.375, 2453147.41666667, 2453147.45833333, 
    2453147.5, 2453147.54166667, 2453147.58333333, 2453147.625, 
    2453147.66666667, 2453147.70833333, 2453147.75, 2453147.79166667, 
    2453147.83333333, 2453147.875, 2453147.91666667, 2453147.95833333, 
    2453148, 2453148.04166667, 2453148.08333333, 2453148.125, 
    2453148.16666667, 2453148.20833333, 2453148.25, 2453148.29166667, 
    2453148.33333333, 2453148.375, 2453148.41666667, 2453148.45833333, 
    2453148.5, 2453148.54166667, 2453148.58333333, 2453148.625, 
    2453148.66666667, 2453148.70833333, 2453148.75, 2453148.79166667, 
    2453148.83333333, 2453148.875, 2453148.91666667, 2453148.95833333 ;

 air_temperature =
  8.1,
  8.03,
  7.95,
  7.64,
  7.45,
  7.16,
  6.46,
  6.007,
  5.855,
  6.009,
  6.694,
  6.312,
  6.116,
  6.452,
  6.147,
  6.239,
  5.812,
  5.767,
  5.854,
  5.648,
  5.66,
  5.617,
  5.526,
  5.608,
  5.533,
  5.733,
  5.551,
  5.721,
  5.725,
  5.643,
  5.446,
  5.676,
  5.892,
  5.789,
  5.805,
  5.514,
  4.914,
  5.705,
  6.223,
  6.646,
  6.456,
  6.725,
  5.863,
  5.887,
  5.443,
  5.486,
  5.048,
  5.248,
  5.507,
  6.507,
  6.374,
  6.177,
  6.239,
  6.225,
  5.982,
  5.256,
  5.472,
  5.738,
  5.744,
  5.658,
  5.696,
  5.217,
  4.995,
  5.486,
  5.915,
  6.472,
  6.767,
  7.04,
  7.96,
  8.14,
  8.56,
  8.98,
  8.75,
  8.86,
  8.83,
  8.75,
  8.98,
  8.55,
  8.07,
  7.1,
  6.909,
  7.29,
  7.62,
  7.16,
  7.02,
  7.37,
  8.07,
  7.63,
  7.7,
  7.42,
  7.58,
  7.97,
  7.87,
  7.66,
  7.93,
  7.82,
  7.52,
  7.49,
  7.54,
  7.65,
  7.64,
  7.76,
  6.73,
  6.673,
  6.442,
  6.567,
  6.78,
  6.534,
  6.482,
  6.433,
  6.719,
  6.771,
  7.03,
  7.19,
  8.07,
  8.14,
  7.84,
  7.48,
  7.25,
  7,
  6.816,
  6.749,
  6.966,
  7.03,
  6.759,
  6.894,
  7,
  6.976,
  7.08,
  7.22,
  7.11,
  7.1,
  7.04,
  6.94,
  6.936,
  6.871,
  7.22,
  6.865,
  7.13,
  7.82,
  7.68,
  7.46,
  7.89,
  7.57,
  7.18,
  7.22,
  7.41,
  7.58,
  8.27,
  7.29,
  6.691,
  6.508,
  6.506,
  6.528,
  6.682,
  6.886,
  7.31,
  7.05,
  6.926,
  6.877,
  6.724,
  6.472,
  6.571,
  6.011,
  5.681,
  5.648,
  5.471,
  5.657 ;

 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.45,
  9.21,
  8.7,
  8.53,
  6.37,
  6.076,
  4.508,
  5.253,
  4.469,
  4.469,
  5.292,
  6.194,
  7.37,
  7.25,
  9.88,
  8.78,
  9.8,
  8.66,
  6.39,
  4.9,
  6.194,
  4.978,
  4.018,
  2.862,
  3.136,
  1.607,
  0.784,
  0.588,
  2.117,
  4.234,
  2.548,
  3.214,
  3.371,
  2.783,
  1.803,
  1.96,
  2.313,
  2.391,
  1.529,
  2.078,
  3.45,
  1.568,
  3.528,
  2.822,
  3.214,
  2.234,
  3.685,
  4.626,
  6.507,
  5.096,
  4.861,
  4.312,
  4.547,
  6.429,
  8.74,
  9.49,
  6.742,
  6.468,
  10.07,
  10.43,
  10.98,
  12.11,
  12.07,
  12.27,
  10.88,
  12.43,
  12.43,
  12.62,
  13.37,
  13.92,
  14.94,
  15.37,
  15.44,
  15.13,
  14.94,
  15.37,
  15.76,
  13.68,
  10.35,
  7.06,
  6.468,
  8.86,
  8.33,
  6.664,
  7.41,
  8.31,
  7.6,
  6.35,
  6.546,
  4.214,
  2.509,
  2.234,
  2.744,
  3.058,
  2.783,
  3.371,
  3.371,
  3.332,
  3.254,
  2.646,
  2.822,
  1.078,
  0.314,
  1.098,
  1.176,
  0.235,
  2.234,
  1.372,
  4.586,
  7.76,
  4.9,
  5.488,
  5.762,
  4.469,
  5.214,
  5.919,
  6.272,
  5.41,
  5.527,
  5.37,
  5.174,
  7.02,
  10.47,
  10.07,
  9.88,
  9.84,
  10.11,
  9.49,
  9.06,
  8.43,
  9.09,
  10.15,
  9.37,
  7.45,
  6.762,
  6.115,
  6.429,
  5.88,
  3.724,
  2.587,
  2.195,
  2.078,
  4.077,
  4.194,
  3.528,
  5.488,
  4.312,
  6.233,
  3.43,
  1.098,
  5.527,
  5.292,
  5.88,
  6.625,
  6.468,
  6.429,
  5.253,
  3.567,
  5.331,
  6.037,
  4.978,
  4.155,
  6.037,
  4.998,
  6.546,
  5.174,
  6.194,
  7.37 ;

 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.75,
  8.17,
  7.36,
  7.24,
  5.501,
  4.439,
  3.113,
  4.276,
  3.626,
  2.875,
  4.534,
  5.033,
  6.233,
  6.237,
  7.83,
  7.19,
  8.45,
  7.02,
  5.667,
  3.398,
  5.279,
  4.257,
  3.012,
  2.266,
  2.548,
  1.092,
  0.162,
  0.063,
  1.413,
  3.028,
  2.075,
  2.733,
  2.712,
  2.293,
  0.912,
  1.438,
  1.655,
  1.849,
  0.308,
  1.045,
  2.415,
  1.052,
  2.923,
  2.086,
  2.307,
  1.488,
  2.883,
  3.855,
  5.517,
  4.194,
  4.163,
  3.446,
  3.937,
  4.776,
  6.579,
  7.5,
  5.452,
  5.227,
  7.92,
  9.08,
  9.53,
  10.11,
  10.28,
  10.23,
  9.04,
  10.65,
  11.01,
  10.96,
  11.62,
  12.08,
  12.69,
  13.12,
  13.67,
  13.1,
  12.73,
  12.31,
  12.37,
  11.2,
  8.39,
  5.228,
  5.331,
  7.14,
  6.561,
  4.528,
  6.279,
  6.756,
  6.355,
  4.915,
  5.243,
  3.158,
  2.01,
  1.885,
  2.104,
  2.485,
  1.854,
  2.548,
  2.992,
  2.084,
  2.92,
  1.771,
  2.243,
  0.168,
  0.046,
  0.48,
  0.083,
  0.05,
  1.126,
  0.82,
  3.854,
  6.574,
  4.132,
  4.161,
  4.16,
  3.807,
  4.506,
  5.132,
  5.318,
  4.719,
  4.653,
  4.781,
  4.592,
  6.247,
  8.96,
  8.75,
  8.66,
  8.46,
  8.71,
  7.98,
  7.16,
  7.04,
  7.7,
  8.45,
  8.05,
  6.54,
  5.814,
  4.918,
  5.758,
  4.864,
  2.609,
  1.53,
  0.937,
  1.272,
  3.362,
  3.85,
  2.73,
  4.889,
  2.012,
  3.963,
  1.126,
  0.144,
  4.639,
  4.562,
  4.675,
  5.608,
  5.866,
  5.56,
  4.665,
  2.597,
  4.338,
  5.336,
  4.348,
  3.436,
  5.254,
  3.704,
  5.606,
  3.936,
  5.269,
  6.057 ;

 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 =
  209.7333,
  215.0333,
  234.6333,
  222.9333,
  227.1333,
  244.1333,
  216.1333,
  231.1333,
  249.2333,
  276.8333,
  344.2033,
  338.4333,
  3.0433,
  22.2833,
  10.2233,
  8.4233,
  355.6033,
  359.5733,
  19.0833,
  5.5333,
  16.1633,
  8.3433,
  14.1233,
  16.0633,
  6.2833,
  4.5833,
  118.9333,
  226.8333,
  226.9333,
  287.9333,
  252.7333,
  276.6333,
  258.8333,
  238.4333,
  265.6333,
  274.2333,
  287.6333,
  272.6333,
  250.5333,
  237.8333,
  256.2333,
  255.6333,
  260.4333,
  256.0333,
  289.1333,
  253.4333,
  212.9333,
  205.8333,
  210.1333,
  204.2333,
  189.0333,
  177.5333,
  183.9333,
  178.8333,
  172.9333,
  172.3333,
  185.7333,
  151.2333,
  148.8333,
  145.7333,
  146.9333,
  145.8333,
  152.9333,
  149.7333,
  157.1333,
  164.0333,
  170.8333,
  173.2333,
  179.7333,
  183.9333,
  185.4333,
  192.8333,
  191.4333,
  195.2333,
  196.7333,
  201.0333,
  205.3333,
  214.5333,
  231.6333,
  231.3333,
  205.0333,
  217.1333,
  231.0333,
  227.4333,
  257.6333,
  291.2333,
  335.0333,
  341.1333,
  348.0693,
  344.8413,
  328.7333,
  320.2333,
  290.4333,
  290.1333,
  235.6333,
  278.9333,
  284.5333,
  283.1333,
  292.5333,
  298.9333,
  301.6333,
  277.0333,
  224.9333,
  276.4333,
  294.7333,
  46.9533,
  136.5333,
  160.4333,
  126.8333,
  164.4333,
  164.8333,
  174.9333,
  181.0333,
  181.8333,
  175.7333,
  165.1333,
  161.6333,
  162.7333,
  172.2333,
  176.2333,
  188.3333,
  178.7333,
  170.5333,
  170.6333,
  168.8333,
  168.9333,
  169.4333,
  172.4333,
  170.0333,
  194.9333,
  175.0333,
  189.8333,
  192.8333,
  187.6333,
  187.7333,
  194.0333,
  206.3333,
  229.5333,
  220.0333,
  265.3333,
  241.8333,
  228.1333,
  223.1333,
  223.7333,
  222.8333,
  243.0333,
  240.6333,
  221.3333,
  264.6333,
  282.8333,
  359.9333,
  7.8933,
  8.7833,
  19.2833,
  23.0833,
  33.3433,
  83.1333,
  84.2333,
  107.8333,
  112.4333,
  119.5333,
  115.7333,
  122.5333,
  104.0333,
  103.9333,
  118.8333,
  102.8333,
  107.5333 ;

 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 =
  2007.607,
  1951.141,
  1980.575,
  1913.897,
  1946.335,
  1778.138,
  210.0557,
  439.7655,
  1678.42,
  200.8649,
  263.4584,
  1233.298,
  1761.318,
  2107.324,
  2035.24,
  1552.272,
  2173.402,
  2389.656,
  2407.677,
  2326.582,
  1973.968,
  2360.822,
  2823.966,
  2888.241,
  2893.648,
  2730.857,
  1229.693,
  1810.576,
  2374.038,
  1769.127,
  1214.676,
  1544.463,
  1255.524,
  716.6908,
  193.7766,
  98.86507,
  1200.859,
  2815.556,
  477.0092,
  1167.22,
  2725.45,
  2772.305,
  2074.285,
  254.7482,
  196.2995,
  2334.391,
  501.6382,
  273.1898,
  371.7656,
  178.1582,
  296.6174,
  1279.552,
  466.1966,
  350.5607,
  2556.652,
  568.3165,
  2847.394,
  2875.026,
  2835.98,
  2784.92,
  2659.373,
  2678.595,
  2658.171,
  2402.871,
  2761.493,
  2642.553,
  2591.493,
  2558.454,
  2509.797,
  2628.737,
  2551.246,
  2460.539,
  2428.101,
  2327.783,
  2177.006,
  865.6658,
  678.2456,
  519.0587,
  502.2389,
  324.5502,
  280.5785,
  265.9814,
  276.1333,
  314.999,
  220.9885,
  433.1577,
  1294.57,
  2560.256,
  2749.479,
  2785.521,
  2822.164,
  2786.122,
  2792.729,
  2789.726,
  2875.627,
  2887.641,
  2912.87,
  2914.673,
  2929.69,
  2933.895,
  2914.072,
  2924.284,
  2897.853,
  2891.245,
  2891.245,
  2807.747,
  2849.196,
  2613.118,
  2804.743,
  420.5429,
  197.561,
  89.19372,
  2667.182,
  2831.775,
  2884.637,
  2903.86,
  2869.62,
  2757.888,
  2741.069,
  2747.677,
  2753.083,
  2845.592,
  2866.616,
  2864.814,
  2848.595,
  2906.864,
  2867.818,
  2814.956,
  2798.136,
  2744.673,
  2686.405,
  2228.667,
  582.7335,
  402.6419,
  287.2463,
  130.4021,
  154.8508,
  471.0022,
  2326.582,
  2336.193,
  1670.011,
  513.0516,
  2470.751,
  2495.38,
  2504.991,
  2578.878,
  2613.118,
  2638.348,
  2728.454,
  2585.486,
  2643.754,
  2455.733,
  2470.15,
  2834.779,
  2832.977,
  2835.98,
  2802.941,
  2747.076,
  2835.98,
  2822.164,
  2872.022,
  2774.107,
  2541.634,
  1889.869,
  2118.738,
  2183.013,
  1630.364,
  2613.118 ;

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