netcdf F0108.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 = "03-May-2004 19:15:58:  Modified [lon,lat] to [-68.997700,44.056500].\n",
			"Tue Apr 27 17:27:33 2004: /usr/local/nco/bin/ncrcat -d time,2453123.6979,2453123.7813 F0108.met.realtime.nc F0108.met.realtime.nc.new" ;
		:source = "Ocean Data Acquisition Systems (ODAS) Buoy" ;
		:references = "http://gyre.umeoce.maine.edu/data/gomoos/buoy/doc/buoy_system_doc/buoy_system/book1.html" ;
		:comment = "" ;
		:Conventions = "CF-1.0" ;
		:project = "GOMOOS" ;
		:project_url = "http://gomoos.org" ;
		:contact = "nealp@maine.edu,ljm@umeoce.maine.edu,jevans@umeoce.maine.edu" ;
		:time_zone = "UTC" ;
		:julian_day_convention = "Julian date convention begins at 00:00:00 UTC on 1 January 4713 BC" ;
		:buffer_type = "met" ;
		:instrument_number = 0 ;
		:wind_sensor_serial_number = "RMYWM46265" ;
		:visibility_sensor_serial_number = "AANVS324" ;
		:processing = "realtime" ;
		:water_depth = 110 ;
		:mooring_site_id = "F0108" ;
		:mooring_site_desc = "W.Penobscot Bay" ;
		:breakout_id = 1 ;
		:delta_t = 60 ;
		:magnetic_variation = -17.4 ;
		:goes_platform_id = "00454716" ;
		: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:  16-Apr-2004 18:21:07\n",
			"AAN_VIZ_1.2:  16-Apr-2004 18:21:07" ;
data:

 lat = 44.0565 ;

 lon = -68.9977 ;

 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 =
  13.66,
  11.38,
  13.66,
  17.52,
  12.23,
  12.74,
  11.75,
  12.6,
  11.85,
  11.16,
  10.6,
  9.7,
  8.74,
  8.29,
  8.22,
  8.04,
  8.24,
  8.65,
  8.99,
  9.45,
  10.28,
  10.19,
  8.27,
  7.97,
  7.51,
  8.03,
  7.59,
  7.58,
  7.84,
  8.13,
  8.64,
  8.85,
  8.76,
  8.65,
  8.67,
  8.87,
  8.56,
  9.08,
  8.96,
  8.9,
  8.59,
  8.88,
  8.47,
  8.48,
  8.23,
  7.53,
  7.44,
  7.31,
  7.34,
  7.22,
  7.3,
  7.21,
  7.08,
  7.06,
  7.21,
  7.3,
  7.14,
  7.09,
  7.08,
  7.18,
  7.3,
  7.26,
  6.945,
  7.34,
  8.22,
  8.09,
  8.5,
  8.08,
  8.71,
  9.19,
  9.07,
  9.98,
  9.14,
  9.86,
  9.29,
  9.66,
  8.74,
  8.15,
  7.69,
  8.76,
  8.47,
  8.92,
  8.92,
  9.14,
  10.45,
  10.77,
  10.05,
  10.08,
  11.72,
  13.72,
  14.01,
  10.85,
  10.45,
  10.12,
  9.99,
  9.63,
  8.58,
  8.93,
  8.36,
  8.61,
  8.83,
  8.14,
  8.04,
  8.92,
  9.15,
  8.85,
  9.58,
  10.18,
  9.82,
  10.39,
  10.92,
  9.22,
  9.04,
  8.96,
  9.43,
  10.02,
  9.69,
  9.85,
  9.61,
  9.49,
  9.23,
  8.99,
  9.08,
  8.88,
  8.8,
  8.41,
  8.19,
  7.91,
  7.9,
  7.84,
  8.29,
  8.23,
  8.3,
  8.56,
  8.15,
  8.64,
  8.69,
  8.69,
  9.48,
  10.07,
  10.3,
  10.83,
  11.13,
  10.19,
  10.14,
  9.59,
  9.85,
  9.99,
  10.17,
  10.69,
  9.78,
  9.86,
  9.23,
  9.81,
  9.69,
  9.36,
  8.96,
  9.7,
  8.91,
  7.45,
  6.599,
  6.299,
  6.28,
  6.155,
  6.36,
  6.075,
  6.271,
  6.494 ;

 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.586,
  5.88,
  4.312,
  2.842,
  2.822,
  2.156,
  0.588,
  3.802,
  3.489,
  5.723,
  10.43,
  10.43,
  8.86,
  8.35,
  8.7,
  5.096,
  5.762,
  4.351,
  4.39,
  2.94,
  3.175,
  3.489,
  4.43,
  3.92,
  3.43,
  2.156,
  1.921,
  1.882,
  2.783,
  3.175,
  3.646,
  2.45,
  2.352,
  1.607,
  1.607,
  1.921,
  3.567,
  5.37,
  6.35,
  7.29,
  7.84,
  9.37,
  9.45,
  9.29,
  9.88,
  8.39,
  8.27,
  8.39,
  7.25,
  6.978,
  6.233,
  6.037,
  6.39,
  7.84,
  6.586,
  8.66,
  7.8,
  8.39,
  6.39,
  6.507,
  6.154,
  5.606,
  4.998,
  3.528,
  6.782,
  5.841,
  10.04,
  6.37,
  6.86,
  8.62,
  8.39,
  8.94,
  6.958,
  8.51,
  6.664,
  3.92,
  3.136,
  6.507,
  3.43,
  2.274,
  2.626,
  2.901,
  2.254,
  3.371,
  6.39,
  6.154,
  7.21,
  5.978,
  3.528,
  2.254,
  1.607,
  2.744,
  4.038,
  4.822,
  4.704,
  4.782,
  3.626,
  4.312,
  3.763,
  4.038,
  3.058,
  2.352,
  1.176,
  3.371,
  2.038,
  1.176,
  2.195,
  2.979,
  2.058,
  1.333,
  1.529,
  3.802,
  3.802,
  4.665,
  4.9,
  7.49,
  7.45,
  6.507,
  8.11,
  7.55,
  6.272,
  8.35,
  9.06,
  10.15,
  9.49,
  8.74,
  6.664,
  8.08,
  8,
  7.25,
  6.468,
  5.214,
  6.115,
  6.154,
  4.626,
  5.762,
  4.586,
  3.528,
  5.331,
  5.762,
  6.233,
  5.194,
  4.626,
  4.547,
  4.547,
  3.254,
  3.332,
  2.666,
  3.175,
  5.214,
  4.116,
  5.331,
  3.92,
  4.939,
  6.115,
  5.331,
  5.723,
  9.25,
  6.468,
  6.154,
  6.821,
  5.684,
  4.704,
  3.136,
  2.058,
  2.47,
  2.666,
  2.901 ;

 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 =
  3.828,
  4.085,
  3.15,
  0.85,
  2.427,
  1.377,
  0.257,
  3.507,
  3.177,
  4.739,
  8.88,
  8.74,
  7.81,
  6.977,
  7.64,
  3.589,
  4.995,
  3.825,
  3.831,
  2.365,
  2.822,
  2.406,
  3.835,
  3.405,
  2.846,
  1.21,
  1.574,
  1.341,
  2.194,
  2.245,
  2.804,
  1.917,
  1.746,
  1.03,
  1.374,
  1.629,
  3.113,
  4.471,
  5.625,
  6.398,
  6.643,
  7.85,
  7.99,
  7.83,
  8.1,
  6.995,
  7.23,
  7.44,
  5.527,
  6.094,
  5.303,
  4.866,
  5.245,
  6.204,
  5.503,
  7.65,
  6.26,
  6.527,
  5.29,
  5.166,
  5.281,
  4.473,
  4.242,
  2.374,
  5.974,
  4.951,
  8.54,
  4.944,
  5.531,
  7.02,
  7.3,
  7.8,
  5.584,
  7.03,
  5.303,
  2.315,
  2.585,
  5.544,
  2.114,
  1.739,
  1.934,
  2.549,
  1.577,
  2.814,
  5.171,
  5.622,
  6.141,
  3.686,
  2.86,
  1.475,
  1.214,
  2.304,
  3.204,
  4.106,
  4.027,
  4.331,
  3.123,
  3.751,
  3.125,
  3.746,
  2.131,
  1.874,
  0.659,
  1.646,
  1.392,
  0.795,
  1.445,
  2.628,
  1.316,
  0.851,
  1.078,
  3.005,
  3.201,
  3.693,
  4.287,
  6.354,
  6.04,
  5.592,
  7.1,
  6.08,
  5.061,
  7.04,
  7.78,
  8.76,
  8.38,
  7.74,
  4.614,
  6.74,
  6.592,
  5.64,
  5.463,
  3.874,
  5.41,
  5.116,
  4.07,
  5.072,
  3.999,
  2.923,
  4.573,
  5.061,
  5.589,
  3.837,
  4.088,
  4.036,
  4.225,
  2.443,
  2.348,
  2.282,
  2.859,
  4.724,
  3.624,
  4.814,
  2.958,
  3.809,
  4.908,
  4.782,
  4.992,
  6.651,
  4.868,
  4.935,
  5.035,
  4.806,
  3.568,
  2.615,
  1.396,
  2.004,
  2.213,
  2.338 ;

 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 =
  237.8,
  206.4,
  340.3,
  313.1,
  254.3,
  201.4,
  109.6,
  4.17,
  9.94,
  13.99,
  3.51,
  8.32,
  10.74,
  18.09,
  15.63,
  356.03,
  4.82,
  5.19,
  28.21,
  29.79,
  58.9,
  117.8,
  138.4,
  125.3,
  109.5,
  110.8,
  185.3,
  174.6,
  155.4,
  237.4,
  258.6,
  228.9,
  217.1,
  212,
  237.6,
  208.1,
  174.3,
  194.9,
  197.4,
  203.2,
  181.9,
  204.2,
  212.2,
  221.5,
  204,
  206.4,
  207.3,
  208.8,
  205,
  203,
  206.2,
  197,
  191.7,
  186.3,
  202,
  193.8,
  188.6,
  194.1,
  183.6,
  186.6,
  193.8,
  179.3,
  158.3,
  174.9,
  196.7,
  201,
  188.7,
  190,
  207.6,
  211.4,
  203.9,
  222.5,
  211.5,
  216.1,
  220.4,
  248.3,
  173.3,
  184.9,
  241.3,
  249.2,
  145.5,
  207,
  0.65,
  11.51,
  342.709,
  352.8,
  335.1,
  346.829,
  31.08,
  10.61,
  148.3,
  204.9,
  230.3,
  219.3,
  223.3,
  223.6,
  248.8,
  256.2,
  247.3,
  254.1,
  266.6,
  252.2,
  84.8,
  350.15,
  20.58,
  277.3,
  343.145,
  341.6,
  99.9,
  180.8,
  173.4,
  183.4,
  148.6,
  181.8,
  188.6,
  203.6,
  211.6,
  201.7,
  193.4,
  187.6,
  187.5,
  186.7,
  184.1,
  180.8,
  178.2,
  173.5,
  207.9,
  181.8,
  192.8,
  204.6,
  223.1,
  220.3,
  206.7,
  233.3,
  184.7,
  190.2,
  181.9,
  156,
  176.8,
  218.7,
  206.9,
  212.4,
  197.3,
  175.8,
  201.8,
  206.4,
  43.32,
  35.8,
  9.41,
  7.62,
  13.3,
  19.81,
  34.69,
  33.81,
  40.11,
  25.35,
  38.06,
  65.5,
  79.3,
  66.9,
  59.8,
  63.8,
  54.6,
  64.1,
  109,
  110.2,
  72.6,
  41.38 ;

 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 =
  2753.684,
  2665.38,
  321.3064,
  77.41988,
  125.6565,
  145.9604,
  184.4055,
  273.4301,
  2753.684,
  2569.267,
  1299.976,
  1974.568,
  2123.543,
  2123.543,
  2780.715,
  2935.097,
  2930.892,
  2935.097,
  2918.877,
  2942.305,
  2935.097,
  2953.118,
  2950.114,
  2954.319,
  2955.521,
  2954.92,
  2956.121,
  2956.121,
  2955.521,
  2956.121,
  2955.521,
  2955.521,
  2956.121,
  2955.521,
  2955.521,
  2953.719,
  2936.899,
  2954.92,
  2954.92,
  2891.846,
  2834.178,
  2682.8,
  1156.407,
  983.4041,
  1675.417,
  722.6978,
  316.5007,
  564.1116,
  172.2112,
  175.0946,
  186.1476,
  276.6139,
  472.8043,
  606.7617,
  980.4006,
  310.4336,
  258.6528,
  472.8043,
  355.1862,
  667.4329,
  1212.273,
  896.3018,
  623.5814,
  316.5608,
  238.0486,
  167.1052,
  222.3701,
  271.0273,
  210.1758,
  247.1793,
  185.8472,
  984.6055,
  969.5878,
  1187.644,
  1186.443,
  1214.676,
  606.7617,
  684.2527,
  1029.058,
  842.839,
  242.4938,
  58.37752,
  125.4163,
  1739.692,
  2914.673,
  2924.885,
  2937.499,
  2951.916,
  2945.909,
  2936.899,
  2948.913,
  2947.711,
  2918.877,
  2693.012,
  1769.728,
  919.7293,
  2954.319,
  2954.92,
  2956.121,
  2956.121,
  2955.521,
  2956.121,
  2955.521,
  2954.92,
  2956.121,
  2955.521,
  2948.913,
  2949.513,
  2947.711,
  2922.482,
  2948.312,
  2950.715,
  2935.697,
  2926.086,
  2855.203,
  2923.083,
  2914.673,
  2479.161,
  2924.885,
  2894.849,
  2832.977,
  2930.892,
  2949.513,
  2953.719,
  2953.719,
  2952.517,
  2809.549,
  2780.715,
  2596.899,
  1461.566,
  1612.943,
  1460.965,
  309.2922,
  2332.589,
  2261.105,
  2630.539,
  2766.298,
  2683.401,
  2825.768,
  2821.563,
  2900.256,
  2532.023,
  2468.949,
  2668.383,
  2918.277,
  2869.62,
  2942.906,
  2956.121,
  2955.521,
  2956.121,
  2955.521,
  2955.521,
  2955.521,
  2956.121,
  2954.319,
  2733.26,
  2953.118,
  2955.521,
  2804.143,
  2002.201,
  1517.431,
  2010.01,
  2561.458,
  2560.857,
  1935.522,
  1936.724,
  1889.869,
  2334.391 ;

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