netcdf F0107.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:31:59 2004: /usr/local/nco/bin/ncrcat -d time,2452908.9493,2453047.8333 F0107.met.realtime.nc F0107.met.realtime.nc.new\n",
			"Fri Sep 26 00:39:36 2003: ncrcat -d time,2452908.95832, F0107.met.realtime.nc tmp.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 = "RMYWM48492" ;
		:visibility_sensor_serial_number = "AANVS316" ;
		:processing = "realtime" ;
		:water_depth = 110 ;
		:mooring_site_id = "F0107" ;
		:mooring_site_desc = "W.Penobscot Bay" ;
		:breakout_id = 1 ;
		:delta_t = 60 ;
		:magnetic_variation = -17.4 ;
		:goes_platform_id = "044060B2" ;
		: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:  04-Sep-2003 14:40:07\n",
			"AAN_VIZ_1.2:  04-Sep-2003 14:40:07" ;
data:

 lat = 44.0556 ;

 lon = -68.9982 ;

 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 =
  4.009,
  4.318,
  4.617,
  3.574,
  2.638,
  1.785,
  1.116,
  0.685,
  0.23,
  -0.066,
  -0.358,
  -0.327,
  -0.235,
  -0.305,
  -0.021,
  0.401,
  0.915,
  1.404,
  2.049,
  2.39,
  2.173,
  1.986,
  1.552,
  1.341,
  0.836,
  1.147,
  0.577,
  0.371,
  0.226,
  -0.141,
  0.781,
  0.691,
  0.17,
  -0.342,
  -0.633,
  -0.851,
  -1.584,
  -1.282,
  -1.454,
  -1.208,
  -1.069,
  -0.753,
  -0.523,
  -0.295,
  -0.393,
  -0.288,
  -0.463,
  -0.823,
  -1.453,
  -1.893,
  -2.184,
  -2.476,
  -3.047,
  -3.434,
  -3.812,
  -4.379,
  -4.545,
  -4.416,
  -4.726,
  -5.287,
  -5.282,
  -5.295,
  -4.955,
  -4.656,
  -4.051,
  -3.403,
  -3.28,
  -2.681,
  -2.364,
  -2.263,
  -2,
  -1.647,
  -1.262,
  -0.925,
  -1.252,
  -0.857,
  -0.513,
  -0.138,
  0.412,
  0.569,
  0.629,
  0.689,
  0.693,
  0.456,
  0.378,
  0.589,
  0.845,
  0.709,
  0.66,
  0.699,
  0.752,
  1.409,
  1.011,
  0.411,
  0.241,
  0.093,
  -0.198,
  -0.362,
  -0.665,
  -0.808,
  -0.8,
  -0.904,
  -0.8,
  -1.006,
  -1.004,
  -1.071,
  -1.023,
  -0.757,
  -1.168,
  -0.709,
  0.22,
  0.829,
  1.062,
  1.575,
  2.217,
  2.936,
  2.761,
  2.79,
  3.178,
  2.905,
  3.238,
  3.578,
  3.115,
  2.686,
  1.496,
  1.107,
  0.838,
  0.826,
  0.862,
  0.655,
  0.44,
  0.994,
  0.921,
  0.959,
  1.328,
  1.2,
  1.405,
  1.718,
  1.604,
  1.537,
  1.443,
  1.344,
  1.295,
  1.216,
  1.11,
  1.56,
  2.284,
  1.878,
  2.084,
  1.892,
  1.966,
  1.725,
  1.62,
  0.851,
  0.056,
  -0.188,
  -0.41,
  -0.437,
  0.023,
  0.804,
  1.504,
  2.233,
  2.39,
  2.402,
  2.085,
  1.042,
  -0.281,
  -1.579 ;

 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 =
  6.468,
  8.94,
  15.56,
  11.56,
  14.23,
  12.39,
  12.66,
  11.52,
  13.6,
  11.37,
  10.35,
  8.94,
  12.94,
  14.27,
  12.66,
  10.39,
  8.9,
  8.94,
  6.86,
  4.704,
  4.234,
  3.43,
  2.058,
  1.882,
  1.882,
  1.607,
  2.391,
  3.018,
  4.586,
  4.43,
  6.233,
  7.8,
  7.68,
  7.41,
  7.53,
  7.57,
  7.72,
  10.04,
  11.33,
  10.62,
  9.53,
  9.56,
  8.43,
  10.51,
  9.6,
  9.25,
  7.25,
  8.47,
  9.37,
  10.58,
  10.39,
  10.51,
  10,
  9.29,
  8.66,
  7.84,
  6.076,
  8.15,
  8.66,
  8.15,
  6.546,
  6.703,
  5.135,
  4.273,
  3.489,
  1.882,
  3.41,
  4.665,
  5.292,
  6.468,
  6.507,
  5.998,
  5.762,
  5.057,
  3.881,
  3.842,
  3.685,
  4.077,
  4.704,
  5.253,
  5.292,
  5.527,
  6.468,
  7.41,
  7.21,
  7.25,
  7.37,
  6.037,
  8.39,
  5.39,
  4.586,
  3.626,
  4.782,
  3.763,
  4.743,
  5.762,
  4.214,
  4.077,
  4.547,
  4.978,
  6.586,
  6.429,
  7.68,
  9.76,
  11.37,
  11.37,
  12.94,
  12.31,
  11.76,
  11.49,
  11.29,
  10.66,
  9.53,
  10.51,
  11.92,
  9.6,
  7.29,
  7.29,
  8.43,
  6.938,
  7.96,
  7.92,
  8.04,
  9.6,
  7.15,
  4.41,
  4.586,
  4.39,
  4.9,
  4.508,
  3.038,
  1.019,
  2.352,
  2.509,
  2.901,
  4.743,
  5.214,
  4.469,
  4.782,
  4.155,
  3.881,
  2.352,
  3.058,
  3.254,
  2.979,
  3.802,
  7.8,
  6.625,
  7.88,
  6.978,
  7.8,
  6.37,
  11.68,
  10.47,
  8.98,
  9.53,
  13.48,
  13.84,
  11.76,
  11.02,
  12.39,
  12.39,
  13.33,
  12.39,
  11.6,
  10.43,
  10.86,
  13.41 ;

 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 =
  5.782,
  6.788,
  11.82,
  9.03,
  10.58,
  10.32,
  9.48,
  9.24,
  10.28,
  8.75,
  8.13,
  6.466,
  10.04,
  11.06,
  10.64,
  8.8,
  7.67,
  6.682,
  4.989,
  4.112,
  3.593,
  2.839,
  1.424,
  1.457,
  0.624,
  0.46,
  1.86,
  2.318,
  3.952,
  3.747,
  4.922,
  6.47,
  6.48,
  5.763,
  6.336,
  6.414,
  6.554,
  8.08,
  9.31,
  8.74,
  8.01,
  7.81,
  7.11,
  8.88,
  8.07,
  7.84,
  6.015,
  7.07,
  7.85,
  8.28,
  8.87,
  8.54,
  8.32,
  7.93,
  7.27,
  6.281,
  4.967,
  5.771,
  6.877,
  6.491,
  4.934,
  5.459,
  4.214,
  3.397,
  2.434,
  1.253,
  2.224,
  3.678,
  4.268,
  5.116,
  5.085,
  4.806,
  4.856,
  4.41,
  3.238,
  3.282,
  3.109,
  3.248,
  3.91,
  4.437,
  4.491,
  4.443,
  5.625,
  6.211,
  6.261,
  5.996,
  6.115,
  5.401,
  6.681,
  4.21,
  3.926,
  2.464,
  4.109,
  3.126,
  4.008,
  4.837,
  2.99,
  3.561,
  4.039,
  4.367,
  5.842,
  5.582,
  6.791,
  8.54,
  9.79,
  9.67,
  11.34,
  10.79,
  10.52,
  10,
  9.91,
  9.07,
  7.89,
  8.89,
  9.14,
  7.91,
  6.434,
  4.827,
  6.909,
  6.097,
  7.04,
  6.843,
  7.04,
  8.05,
  4.843,
  2.578,
  3.971,
  3.655,
  3.9,
  3.765,
  1.783,
  0.738,
  1.736,
  2.099,
  2.232,
  4.092,
  4.452,
  3.679,
  3.383,
  3.311,
  3.057,
  1.333,
  2.706,
  2.824,
  2.532,
  3.365,
  6.182,
  5.514,
  6.566,
  5.826,
  6.281,
  4.962,
  7.96,
  8.37,
  7.4,
  7.56,
  11.19,
  10.47,
  9.31,
  8.83,
  9.67,
  9.04,
  10.22,
  10.2,
  9.73,
  8.38,
  8.71,
  10.36 ;

 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 =
  319.2,
  318.1,
  307.9,
  314.8,
  290.7,
  305.4,
  293.8,
  296.2,
  294,
  306.5,
  300.7,
  301.4,
  312.8,
  310.3,
  309.6,
  325.1,
  332.7,
  330.7,
  349.83,
  7.1,
  29.76,
  37.69,
  70.4,
  27.71,
  266.9,
  32.44,
  16.47,
  38.87,
  30.36,
  45.74,
  85.7,
  86.6,
  75.1,
  53.4,
  47.7,
  55.9,
  57.2,
  83.9,
  59.2,
  51.02,
  38.8,
  47.73,
  44.16,
  15.19,
  38.85,
  34.27,
  34.58,
  39.72,
  37.57,
  37.28,
  32.5,
  37.67,
  32.8,
  39.3,
  32.61,
  41.54,
  44.06,
  30.24,
  23.65,
  32.41,
  38.56,
  22.19,
  23.61,
  5.34,
  44.51,
  127,
  159.4,
  185.4,
  190.2,
  186.8,
  194.7,
  207.1,
  207.3,
  231.5,
  235.8,
  219.8,
  217.5,
  231.8,
  211.9,
  208.8,
  195.9,
  196.5,
  193.4,
  179.6,
  177.5,
  178.2,
  160.4,
  157.2,
  167.1,
  160.5,
  156.7,
  146.1,
  137.7,
  137.4,
  119.2,
  112.1,
  54.6,
  31.22,
  39.08,
  25.56,
  44.1,
  28.7,
  31.32,
  20.59,
  27.95,
  29.89,
  23.2,
  28.63,
  22.21,
  11.99,
  18.22,
  25.15,
  12.43,
  14.54,
  7.11,
  13.73,
  23.52,
  29.41,
  12.04,
  357.89,
  350.2,
  358.1,
  2.96,
  351.28,
  355.91,
  326.1,
  28.18,
  6.41,
  24.38,
  11.62,
  292.1,
  151.3,
  102.4,
  104.4,
  111.6,
  111.9,
  118.4,
  117.8,
  101.9,
  120.1,
  136.9,
  173.5,
  257.2,
  254.8,
  246.2,
  250.5,
  260.2,
  243.4,
  256.6,
  242.2,
  254.9,
  248.3,
  265.9,
  273.3,
  269.7,
  282.3,
  273.3,
  295.7,
  293.3,
  300,
  290.3,
  299.1,
  306.8,
  304.5,
  308.9,
  313.3,
  304.6,
  317.7 ;

 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 =
  2964.531,
  2964.531,
  2964.531,
  2964.531,
  2964.531,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2878.63,
  2945.909,
  2899.054,
  2581.281,
  2962.128,
  2963.33,
  2951.916,
  2961.528,
  2962.128,
  2292.942,
  2772.305,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2562.058,
  2965.733,
  2965.733,
  2965.733,
  2962.729,
  2959.125,
  2960.927,
  2942.305,
  2914.673,
  2945.909,
  2948.312,
  2945.909,
  2928.489,
  2950.114,
  2940.503,
  2941.104,
  2946.51,
  2954.92,
  2957.923,
  2965.132,
  2963.93,
  2965.132,
  2965.132,
  2876.828,
  2876.828,
  2918.877,
  2943.506,
  2918.277,
  2963.33,
  2956.121,
  2953.118,
  2930.892,
  2933.294,
  2882.234,
  2902.058,
  2941.704,
  2964.531,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2957.323,
  2965.132,
  2965.733,
  2965.733,
  2965.733,
  2963.93,
  2965.733,
  2965.733,
  2948.913,
  2962.729,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.733,
  2966.333,
  2965.733,
  2965.733,
  2965.733,
  2945.909,
  2932.093,
  2876.828,
  2907.464,
  2917.676,
  2655.769,
  2882.835,
  2821.563,
  2843.789,
  2820.362,
  2965.132,
  2923.083,
  2523.012,
  2965.132,
  2924.284,
  2964.531,
  2965.132,
  2965.132,
  2942.906,
  2953.118,
  2950.715,
  2947.711,
  2962.128,
  2965.132,
  2957.923,
  2933.294,
  2957.323,
  2963.33,
  2964.531,
  2964.531,
  2963.93,
  2962.128,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2806.546,
  2951.916,
  2948.913,
  2741.669,
  2495.38,
  2617.924,
  2387.253,
  2339.197,
  1324.004,
  2574.073,
  1107.149,
  2906.263,
  2885.839 ;

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