netcdf F0106.met.realtime {
dimensions:
	lat = 1 ;
	lon = 1 ;
	air_temperature_depth = 1 ;
	visibility_depth = 1 ;
	wind_depth = 1 ;
	time = 168 ;
variables:
	double lat(lat) ;
		lat:long_name = "Latitude" ;
		lat:standard_name = "latitude" ;
		lat:short_name = "lat" ;
		lat:units = "degrees_north" ;
		lat:_FillValue = -999. ;
		lat:valid_range = -90., 90. ;
		lat:epic_code = 500 ;
		lat:Comment = "Coordinate variable" ;
	double lon(lon) ;
		lon:long_name = "Longitude" ;
		lon:standard_name = "longitude" ;
		lon:short_name = "lon" ;
		lon:modulo = 360. ;
		lon:units = "degrees_east" ;
		lon:_FillValue = -999. ;
		lon:valid_range = -180., 180. ;
		lon:epic_code = 502 ;
		lon:Comment = "Coordinate variable" ;
	double air_temperature_depth(air_temperature_depth) ;
		air_temperature_depth:long_name = "Depth" ;
		air_temperature_depth:standard_name = "depth" ;
		air_temperature_depth:short_name = "D" ;
		air_temperature_depth:units = "meters" ;
		air_temperature_depth:positive = "down" ;
		air_temperature_depth:_FillValue = -999. ;
		air_temperature_depth:valid_range = -10000., 100. ;
		air_temperature_depth:epic_code = 3 ;
		air_temperature_depth:Comment = "Coordinate variable" ;
	double visibility_depth(visibility_depth) ;
		visibility_depth:long_name = "Depth" ;
		visibility_depth:standard_name = "depth" ;
		visibility_depth:short_name = "D" ;
		visibility_depth:units = "meters" ;
		visibility_depth:positive = "down" ;
		visibility_depth:_FillValue = -999. ;
		visibility_depth:valid_range = -10000., 100. ;
		visibility_depth:epic_code = 3 ;
		visibility_depth:Comment = "Coordinate variable" ;
	double wind_depth(wind_depth) ;
		wind_depth:long_name = "Depth" ;
		wind_depth:standard_name = "depth" ;
		wind_depth:short_name = "D" ;
		wind_depth:units = "meters" ;
		wind_depth:positive = "down" ;
		wind_depth:_FillValue = -999. ;
		wind_depth:valid_range = -10000., 100. ;
		wind_depth:Comment = "Coordinate variable" ;
	double time(time) ;
		time:long_name = "Time" ;
		time:standard_name = "time" ;
		time:short_name = "time" ;
		time:units = "days since -4713-01-01 00:00:00" ;
		time:_FillValue = -999. ;
		time:valid_range = 0., 2460000. ;
		time:epic_code = 624 ;
		time:Comment = "Coordinate variable" ;
	float air_temperature(time, air_temperature_depth, lat, lon) ;
		air_temperature:long_name = "Air Temperature" ;
		air_temperature:standard_name = "air_temperature" ;
		air_temperature:short_name = "AT" ;
		air_temperature:ancillary_variables = "air_temperature_qc" ;
		air_temperature:_FillValue = -999.f ;
		air_temperature:units = "celsius" ;
		air_temperature:valid_range = -40.f, 40.f ;
		air_temperature:is_dead = 0 ;
		air_temperature:epic_code = 20 ;
	byte air_temperature_qc(time, air_temperature_depth, lat, lon) ;
		air_temperature_qc:long_name = "Air Temperature QC" ;
		air_temperature_qc:short_name = "ATQC" ;
		air_temperature_qc:intent = "data_quality" ;
		air_temperature_qc:standard_name = "air_temperature data_quality" ;
		air_temperature_qc:_FillValue = 128s ;
		air_temperature_qc:units = "1" ;
		air_temperature_qc:valid_range = -127s, 127s ;
		air_temperature_qc:flag_values = 0s, 1s, 2s, 3s ;
		air_temperature_qc:flag_meanings = "quality_good out_of_range sensor_nonfunctional questionable" ;
	float wind_gust(time, wind_depth, lat, lon) ;
		wind_gust:long_name = "Wind Gust" ;
		wind_gust:short_name = "WGST" ;
		wind_gust:ancillary_variables = "wind_gust_qc" ;
		wind_gust:_FillValue = -999.f ;
		wind_gust:units = "m/s" ;
		wind_gust:valid_range = 0.f, 200.f ;
		wind_gust:is_dead = 0 ;
		wind_gust:epic_code = 42 ;
	byte wind_gust_qc(time, wind_depth, lat, lon) ;
		wind_gust_qc:long_name = "Wind Gust QC" ;
		wind_gust_qc:short_name = "WGSTQC" ;
		wind_gust_qc:intent = "data_quality" ;
		wind_gust_qc:standard_name = "wind_gust data_quality" ;
		wind_gust_qc:_FillValue = 128s ;
		wind_gust_qc:units = "1" ;
		wind_gust_qc:valid_range = -127s, 127s ;
		wind_gust_qc:flag_values = 0s, 1s, 2s, 3s ;
		wind_gust_qc:flag_meanings = "quality_good out_of_range sensor_nonfunctional questionable" ;
	float wind_speed(time, wind_depth, lat, lon) ;
		wind_speed:long_name = "Wind Speed" ;
		wind_speed:standard_name = "wind_speed" ;
		wind_speed:ancillary_variables = "wind_speed_qc" ;
		wind_speed:short_name = "WSPD" ;
		wind_speed:_FillValue = -999.f ;
		wind_speed:units = "m/s" ;
		wind_speed:valid_range = 0.f, 200.f ;
		wind_speed:is_dead = 0 ;
		wind_speed:epic_code = 401 ;
	byte wind_speed_qc(time, wind_depth, lat, lon) ;
		wind_speed_qc:long_name = "Wind Speed QC" ;
		wind_speed_qc:short_name = "WSPDQC" ;
		wind_speed_qc:intent = "data_quality" ;
		wind_speed_qc:standard_name = "wind_speed data_quality" ;
		wind_speed_qc:_FillValue = 128s ;
		wind_speed_qc:units = "1" ;
		wind_speed_qc:valid_range = -127s, 127s ;
		wind_speed_qc:flag_values = 0s, 1s, 2s, 3s ;
		wind_speed_qc:flag_meanings = "quality_good out_of_range sensor_nonfunctional questionable" ;
	float wind_direction(time, wind_depth, lat, lon) ;
		wind_direction:long_name = "Wind Direction" ;
		wind_direction:standard_name = "wind_from_direction" ;
		wind_direction:ancillary_variables = "wind_direction_qc" ;
		wind_direction:short_name = "WDIR" ;
		wind_direction:_FillValue = -999.f ;
		wind_direction:units = "degrees" ;
		wind_direction:valid_range = 0.f, 360.f ;
		wind_direction:is_dead = 0 ;
		wind_direction:epic_code = 410 ;
	byte wind_direction_qc(time, wind_depth, lat, lon) ;
		wind_direction_qc:long_name = "Wind Direction QC" ;
		wind_direction_qc:short_name = "WDIRQC" ;
		wind_direction_qc:intent = "data_quality" ;
		wind_direction_qc:standard_name = "wind_from_direction data_quality" ;
		wind_direction_qc:_FillValue = 128s ;
		wind_direction_qc:units = "1" ;
		wind_direction_qc:valid_range = -127s, 127s ;
		wind_direction_qc:flag_values = 0s, 1s, 2s, 3s ;
		wind_direction_qc:flag_meanings = "quality_good out_of_range sensor_nonfunctional questionable" ;
	float visibility(time, visibility_depth, lat, lon) ;
		visibility:long_name = "Visibility" ;
		visibility:standard_name = "visibility_in_air" ;
		visibility:short_name = "VIS" ;
		visibility:ancillary_variables = "visibility_qc" ;
		visibility:_FillValue = -999.f ;
		visibility:units = "meters" ;
		visibility:valid_range = 0.f, 3000.f ;
		visibility:is_dead = 0 ;
		visibility:calibration_coeffs = -0.5517, 0.6007056, 0., 0. ;
	byte visibility_qc(time, visibility_depth, lat, lon) ;
		visibility_qc:long_name = "Visibility Quality" ;
		visibility_qc:short_name = "VISQ" ;
		visibility_qc:intent = "data_quality" ;
		visibility_qc:standard_name = "visibility_in_air data_quality" ;
		visibility_qc:_FillValue = 128s ;
		visibility_qc:units = "1" ;
		visibility_qc:valid_range = -127s, 127s ;
		visibility_qc:flag_values = 0s, 1s, 2s, 3s ;
		visibility_qc:flag_meanings = "quality_good out_of_range sensor_nonfunctional questionable" ;

// global attributes:
		:title = "Gulf of Maine Ocean Observing System: Realtime Buoy Observations" ;
		:institution = "Department of Physical Oceanography, School of Marine Sciences, University of Maine" ;
		:institution_url = "http://gyre.umeoce.maine.edu" ;
		:history = "" ;
		:source = "Ocean Data Acquisition Systems (ODAS) Buoy" ;
		:references = "http://gyre.umeoce.maine.edu/data/gomoos/buoy/doc/buoy_system_doc/buoy_system/book1.html" ;
		:comment = "Processed with MATLAB" ;
		: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 = "RMYWM46266" ;
		:visibility_sensor_serial_number = "AANVS324" ;
		:processing = "realtime" ;
		:water_depth = 110 ;
		:mooring_site_id = "F0106" ;
		:mooring_site_desc = "W. Penobscot Bay" ;
		:breakout_id = 1 ;
		:delta_t = 60 ;
		:magnetic_variation = -17.67 ;
		:last_mysql_update_index = -1 ;
		:starting_julian_day_number = 2452883.00000579 ;
		:starting_julian_day_string = "2003-08-31 00:00:00" ;
		:ending_julian_day_number = 2452889.95833912 ;
		:ending_julian_day_string = "2003-09-06 23:00:00" ;
		:algorithm_ids = "WIND_DIR_1.2:  27-Aug-2003 13:19:07\n",
			"AAN_VIZ_1.2:  27-Aug-2003 13:19:07" ;
data:

 lat = 44.1055 ;

 lon = -68.1086 ;

 air_temperature_depth = -3 ;

 visibility_depth = -3 ;

 wind_depth = -4 ;

 time = 2452883, 2452883.04166667, 2452883.08333333, 2452883.125, 
    2452883.16666667, 2452883.20833333, 2452883.25, 2452883.29166667, 
    2452883.33333333, 2452883.375, 2452883.41666667, 2452883.45833333, 
    2452883.5, 2452883.54166667, 2452883.58333333, 2452883.625, 
    2452883.66666667, 2452883.70833333, 2452883.75, 2452883.79166667, 
    2452883.83333333, 2452883.875, 2452883.91666667, 2452883.95833333, 
    2452884, 2452884.04166667, 2452884.08333333, 2452884.125, 
    2452884.16666667, 2452884.20833333, 2452884.25, 2452884.29166667, 
    2452884.33333333, 2452884.375, 2452884.41666667, 2452884.45833333, 
    2452884.5, 2452884.54166667, 2452884.58333333, 2452884.625, 
    2452884.66666667, 2452884.70833333, 2452884.75, 2452884.79166667, 
    2452884.83333333, 2452884.875, 2452884.91666667, 2452884.95833333, 
    2452885, 2452885.04166667, 2452885.08333333, 2452885.125, 
    2452885.16666667, 2452885.20833333, 2452885.25, 2452885.29166667, 
    2452885.33333333, 2452885.375, 2452885.41666667, 2452885.45833333, 
    2452885.5, 2452885.54166667, 2452885.58333333, 2452885.625, 
    2452885.66666667, 2452885.70833333, 2452885.75, 2452885.79166667, 
    2452885.83333333, 2452885.875, 2452885.91666667, 2452885.95833333, 
    2452886, 2452886.04166667, 2452886.08333333, 2452886.125, 
    2452886.16666667, 2452886.20833333, 2452886.25, 2452886.29166667, 
    2452886.33333333, 2452886.375, 2452886.41666667, 2452886.45833333, 
    2452886.5, 2452886.54166667, 2452886.58333333, 2452886.625, 
    2452886.66666667, 2452886.70833333, 2452886.75, 2452886.79166667, 
    2452886.83333333, 2452886.875, 2452886.91666667, 2452886.95833333, 
    2452887, 2452887.04166667, 2452887.08333333, 2452887.125, 
    2452887.16666667, 2452887.20833333, 2452887.25, 2452887.29166667, 
    2452887.33333333, 2452887.375, 2452887.41666667, 2452887.45833333, 
    2452887.5, 2452887.54166667, 2452887.58333333, 2452887.625, 
    2452887.66666667, 2452887.70833333, 2452887.75, 2452887.79166667, 
    2452887.83333333, 2452887.875, 2452887.91666667, 2452887.95833333, 
    2452888, 2452888.04166667, 2452888.08333333, 2452888.125, 
    2452888.16666667, 2452888.20833333, 2452888.25, 2452888.29166667, 
    2452888.33333333, 2452888.375, 2452888.41666667, 2452888.45833333, 
    2452888.5, 2452888.54166667, 2452888.58333333, 2452888.625, 
    2452888.66666667, 2452888.70833333, 2452888.75, 2452888.79166667, 
    2452888.83333333, 2452888.875, 2452888.91666667, 2452888.95833333, 
    2452889, 2452889.04166667, 2452889.08333333, 2452889.125, 
    2452889.16666667, 2452889.20833333, 2452889.25, 2452889.29166667, 
    2452889.33333333, 2452889.375, 2452889.41666667, 2452889.45833333, 
    2452889.5, 2452889.54166667, 2452889.58333333, 2452889.625, 
    2452889.66666667, 2452889.70833333, 2452889.75, 2452889.79166667, 
    2452889.83333333, 2452889.875, 2452889.91666667, 2452889.95833333 ;

 air_temperature =
  15.74,
  15.39,
  14.88,
  14.48,
  13.99,
  13.56,
  13.02,
  12.81,
  12.88,
  12.66,
  12.72,
  13.55,
  14.04,
  13.82,
  13.78,
  14.75,
  13.4,
  13.93,
  14.02,
  14.15,
  14.14,
  14.57,
  14.96,
  14.57,
  14.31,
  14.1,
  14.18,
  14.09,
  13.82,
  13.59,
  13.95,
  14.01,
  13.93,
  13.74,
  13.68,
  13.57,
  13.8,
  13.88,
  14.2,
  14.54,
  14.41,
  14.72,
  14.81,
  14.47,
  14.69,
  15.11,
  15.01,
  14.59,
  14.66,
  14.64,
  14.99,
  14.62,
  14.73,
  15.24,
  15.69,
  14.89,
  14.19,
  13.93,
  13.86,
  13.63,
  13.93,
  14.02,
  14.37,
  14.31,
  14.05,
  14.5,
  14.86,
  15.07,
  14.8,
  13.84,
  13.44,
  13.18,
  12.9,
  12.58,
  12.6,
  12.62,
  12.63,
  12.58,
  12.03,
  12.19,
  12.28,
  12.33,
  12.4,
  15.56,
  12.62,
  12.83,
  13.05,
  13.36,
  13.49,
  13.78,
  14.2,
  14.39,
  14.09,
  14.35,
  13.96,
  13.6,
  13.67,
  13.64,
  13.68,
  13.63,
  13.63,
  14.03,
  14.07,
  13.71,
  13.57,
  13.59,
  13.69,
  13.79,
  13.89,
  14.21,
  13.81,
  14.06,
  14.35,
  14.07,
  14.4,
  14.67,
  14.4,
  14.59,
  14.05,
  14.13,
  13.76,
  13.99,
  14.06,
  15.45,
  14.71,
  14.41,
  14.51,
  14.52,
  14.23,
  14,
  14.35,
  14.42,
  14.51,
  13.96,
  14,
  14.25,
  14.2,
  13.76,
  14.31,
  14.73,
  15.44,
  14.87,
  14.62,
  16.05,
  16.64,
  16.97,
  17.16,
  16.81,
  17.36,
  17.21,
  15.75,
  15.7,
  15.75,
  15.26,
  14.73,
  15.93,
  14.88,
  16.3,
  15.36,
  15.45,
  15.71,
  17.77,
  16.44,
  15.83,
  16.75,
  16.4,
  16.39,
  16.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 =
  5.88,
  7.64,
  7.25,
  9.13,
  7.02,
  6.762,
  3.528,
  4.312,
  4.586,
  4.155,
  3.489,
  3.214,
  3.45,
  2.646,
  1.666,
  1.96,
  3.018,
  5.488,
  5.802,
  5.057,
  5.057,
  7.49,
  6.899,
  7.17,
  5.978,
  4.802,
  5.645,
  4.822,
  4.978,
  3.959,
  4.782,
  4.214,
  4.626,
  4.39,
  4.155,
  3.254,
  4.586,
  2.646,
  4.273,
  5.057,
  6.194,
  6.037,
  7.29,
  8.19,
  7.53,
  6.311,
  6.586,
  6.39,
  5.762,
  4.822,
  4.978,
  3.43,
  3.567,
  1.764,
  1.803,
  3.332,
  4.978,
  4.586,
  4.469,
  3.332,
  3.92,
  3.842,
  5.606,
  4.116,
  3.332,
  3.175,
  3.998,
  2.058,
  2.705,
  4.547,
  4.626,
  3.822,
  2.783,
  1.666,
  1.607,
  2.156,
  1.274,
  0.294,
  0,
  0.627,
  2.313,
  1.274,
  2.626,
  1.078,
  2.038,
  3.489,
  3.842,
  3.998,
  3.214,
  3.881,
  2.94,
  3.41,
  3.254,
  3.332,
  3.018,
  3.763,
  3.41,
  4.469,
  4.194,
  3.038,
  2.822,
  5.292,
  5.762,
  4.43,
  6.154,
  7.6,
  9.02,
  10.51,
  8.86,
  9.29,
  7.57,
  4.998,
  4.9,
  2.744,
  1.666,
  0.882,
  2.901,
  1.47,
  2.43,
  2.822,
  2.509,
  2.94,
  1.666,
  2.626,
  2.156,
  2.626,
  2.156,
  1.47,
  1.568,
  0.686,
  1.098,
  2.43,
  1.274,
  1.999,
  2.822,
  2.94,
  4.312,
  3.763,
  2.705,
  4.194,
  3.92,
  3.332,
  3.058,
  2.254,
  1.803,
  4.312,
  5.88,
  5.37,
  4.626,
  6.076,
  3.43,
  3.724,
  4.704,
  3.959,
  2.705,
  1.803,
  1.098,
  1.411,
  1.411,
  2.47,
  1.96,
  2.783,
  3.058,
  5.174,
  5.018,
  5.802,
  5.096,
  5.292 ;

 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.157,
  5.58,
  5.628,
  6.522,
  5.709,
  5.542,
  2.683,
  3.638,
  3.612,
  3.452,
  3.001,
  2.87,
  2.905,
  1.787,
  1.311,
  1.172,
  2.541,
  4.544,
  4.854,
  4.292,
  4.505,
  6.507,
  5.917,
  6.354,
  5.069,
  4.046,
  4.447,
  4.215,
  4.389,
  3.28,
  4.063,
  3.555,
  4.082,
  3.955,
  3.367,
  2.767,
  3.741,
  1.552,
  2.697,
  4.377,
  5.229,
  4.95,
  5.259,
  6.926,
  6.344,
  5.618,
  5.943,
  5.753,
  4.846,
  4.395,
  4.405,
  2.55,
  2.877,
  0.897,
  1.513,
  2.989,
  4.408,
  3.903,
  3.764,
  2.777,
  3.428,
  2.77,
  4.033,
  3.412,
  2.593,
  2.326,
  3.073,
  0.976,
  1.839,
  4.028,
  4.143,
  2.68,
  2.376,
  1.276,
  1.25,
  1.649,
  0.442,
  0.011,
  0,
  0.125,
  1.821,
  0.164,
  1.948,
  0,
  1.642,
  3.14,
  3.188,
  3.407,
  2.871,
  3.266,
  2.301,
  3.006,
  2.794,
  2.987,
  2.477,
  3.33,
  2.927,
  3.699,
  3.691,
  2.273,
  2.397,
  4.43,
  4.867,
  3.488,
  5.357,
  6.508,
  7.44,
  8.92,
  7.69,
  6.35,
  6.74,
  2.313,
  3.967,
  2.068,
  1.179,
  0.042,
  2.526,
  0.052,
  1.911,
  2.576,
  2.031,
  2.394,
  1.208,
  2.208,
  1.118,
  2.269,
  1.754,
  0.67,
  0.414,
  0.002,
  0.744,
  1.975,
  0.769,
  1.071,
  2.48,
  2.515,
  3.719,
  3.249,
  2.049,
  3.503,
  3.411,
  2.717,
  2.637,
  1.481,
  1.462,
  3.567,
  4.926,
  4.813,
  2.815,
  4.724,
  1.723,
  3.275,
  4,
  3.48,
  2.017,
  0.714,
  0.839,
  0.675,
  1.038,
  1.968,
  1.032,
  1.266,
  2.396,
  4.45,
  4.276,
  5.084,
  4.612,
  4.542 ;

 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 =
  355.15,
  354.94,
  347.123,
  349.101,
  339.53,
  332.23,
  29.3,
  347.804,
  343.012,
  341.63,
  356.04,
  15.08,
  8.88,
  28.27,
  57.23,
  157.53,
  193.93,
  206.03,
  203.23,
  205.93,
  195.93,
  212.73,
  231.03,
  227.23,
  221.43,
  232.23,
  254.03,
  260.03,
  258.63,
  261.33,
  246.03,
  251.63,
  240.53,
  221.63,
  239.73,
  237.33,
  231.13,
  267.53,
  262.13,
  220.93,
  208.83,
  214.83,
  209.23,
  208.93,
  222.73,
  221.73,
  236.93,
  233.03,
  239.23,
  245.53,
  247.03,
  261.43,
  232.63,
  309.83,
  297.73,
  19.6,
  19.15,
  18.75,
  34.38,
  31.55,
  42.61,
  56.53,
  51.33,
  61.93,
  64.53,
  78.63,
  76.23,
  54.33,
  145.33,
  147.43,
  140.43,
  142.73,
  154.03,
  284.43,
  294.23,
  329.53,
  4.63,
  191.93,
  342.33,
  1.36,
  343.943,
  25.49,
  333.73,
  342.33,
  132.83,
  141.13,
  131.73,
  139.93,
  152.53,
  166.13,
  161.63,
  166.73,
  165.03,
  162.53,
  141.83,
  134.23,
  145.63,
  151.83,
  156.33,
  161.13,
  111.33,
  112.53,
  122.53,
  120.33,
  113.73,
  116.03,
  112.93,
  112.23,
  118.93,
  227.33,
  60.03,
  93.23,
  131.43,
  354.11,
  28.34,
  48.23,
  150.13,
  325.33,
  177.33,
  214.53,
  227.73,
  268.03,
  259.13,
  287.73,
  318.63,
  209.33,
  231.93,
  265.73,
  125.53,
  177.73,
  267.43,
  340.83,
  45.75,
  156.33,
  150.53,
  179.43,
  178.03,
  191.13,
  182.83,
  197.93,
  176.93,
  166.33,
  204.03,
  271.13,
  353.13,
  342.575,
  353.65,
  342.03,
  40.51,
  1.21,
  358.39,
  350.27,
  331.83,
  313.83,
  334.83,
  21.03,
  270.73,
  135.03,
  165.03,
  176.63,
  164.63,
  201.23,
  214.53,
  193.43,
  213.23,
  207.63,
  211.73,
  227.43 ;

 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 =
  2951.316,
  2951.316,
  2951.316,
  2951.316,
  2951.916,
  2951.916,
  2951.316,
  2951.916,
  2951.316,
  2951.316,
  2951.316,
  2952.517,
  2948.913,
  2947.111,
  2931.492,
  2930.291,
  2925.485,
  2890.044,
  2932.093,
  2924.284,
  2937.499,
  2945.309,
  2717.641,
  2949.513,
  2951.316,
  2951.316,
  2951.316,
  2951.316,
  2951.316,
  2951.916,
  2951.316,
  2951.316,
  2951.316,
  2950.715,
  2950.715,
  2950.114,
  2945.309,
  2897.252,
  2921.28,
  2884.037,
  2933.294,
  2921.28,
  2916.475,
  2908.666,
  2912.87,
  2936.899,
  2948.312,
  2945.909,
  2949.513,
  2947.111,
  2951.316,
  2950.114,
  2951.316,
  2950.715,
  2951.316,
  2951.316,
  2950.715,
  2950.114,
  2950.715,
  2950.715,
  2948.312,
  2947.711,
  2948.312,
  2947.711,
  2947.111,
  2951.916,
  2948.312,
  2951.916,
  2947.111,
  2930.291,
  2950.114,
  2951.916,
  2951.316,
  2951.316,
  2951.916,
  2951.316,
  2951.316,
  2951.916,
  2951.316,
  2951.916,
  2951.916,
  2951.916,
  2951.316,
  2944.107,
  2607.712,
  2662.376,
  2909.867,
  2924.284,
  2918.877,
  2906.864,
  2875.026,
  2938.1,
  2891.846,
  2945.309,
  2951.316,
  2951.316,
  2951.316,
  2951.316,
  2951.316,
  2877.429,
  2951.316,
  2951.316,
  2951.316,
  2821.563,
  2783.719,
  2911.669,
  1713.862,
  1635.77,
  2010.611,
  1247.714,
  846.4432,
  1318.598,
  1645.982,
  2742.871,
  2812.553,
  158.8756,
  270.787,
  395.4334,
  1351.637,
  2086.9,
  2472.553,
  2356.016,
  2386.052,
  2930.892,
  2778.913,
  2383.649,
  2240.08,
  2456.334,
  2451.529,
  1358.244,
  1423.721,
  330.4972,
  117.1866,
  128.1795,
  177.3172,
  118.1477,
  114.7237,
  104.9923,
  2526.617,
  2830.574,
  2773.507,
  2675.592,
  981.0012,
  2936.899,
  2948.913,
  2951.316,
  2951.316,
  2951.316,
  2951.316,
  2950.715,
  2951.316,
  2950.715,
  2951.316,
  2951.316,
  2950.715,
  2951.916,
  2947.111,
  2926.687,
  2938.1,
  2950.715,
  2949.513,
  2947.111,
  2816.758,
  2559.656,
  2848.595,
  1294.57,
  1249.517,
  2878.63 ;

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