netcdf E0110.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:19:30:  Modified [lon,lat] to [-69.357000,43.714100].\n",
			"Wed Apr 28 00:35:01 2004: /usr/local/nco/bin/ncrcat -d time,2453123.9722,2453124.055 E0110.met.realtime.nc E0110.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 = 46267 ;
		:visibility_sensor_serial_number = 342 ;
		:processing = "realtime" ;
		:water_depth = 100 ;
		:mooring_site_id = "E0110" ;
		:mooring_site_desc = "Central Maine Shelf" ;
		:breakout_id = 1 ;
		:delta_t = 60 ;
		:magnetic_variation = -17.0167 ;
		:goes_platform_id = "044023B8" ;
		: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 19:18:09\n",
			"AAN_VIZ_1.2:  16-Apr-2004 19:18:09" ;
data:

 lat = 43.7141 ;

 lon = -69.357 ;

 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 =
  14.14,
  11.97,
  14.02,
  13.45,
  10.48,
  10.93,
  9.35,
  9.06,
  8.94,
  10.98,
  10.67,
  10.63,
  8.71,
  8.55,
  7.95,
  8.46,
  8.38,
  8.15,
  8.23,
  8.55,
  8.34,
  8.38,
  8.23,
  7.64,
  7.5,
  7.33,
  7.65,
  7.18,
  7.63,
  7.83,
  7.58,
  7.41,
  7.53,
  7.48,
  7.92,
  7.91,
  7.99,
  7.96,
  8.1,
  8.5,
  8.64,
  8.57,
  8.7,
  7.88,
  7.74,
  7.71,
  7.74,
  7.85,
  7.9,
  7.99,
  7.42,
  7.43,
  7.4,
  7.77,
  7.52,
  7.41,
  7.6,
  7.96,
  8.07,
  8.34,
  8.38,
  8.51,
  8.96,
  9.28,
  9.5,
  9.31,
  9.4,
  9.98,
  10.27,
  10.54,
  10.45,
  10.49,
  10.56,
  10.31,
  10.1,
  10.33,
  9.8,
  8.84,
  9.09,
  8.41,
  9.05,
  9.43,
  9.2,
  10.58,
  10.34,
  10.66,
  10.49,
  10.65,
  11.35,
  13.86,
  13.18,
  10.16,
  10.14,
  9.76,
  9.92,
  9.92,
  8.9,
  9.1,
  8.53,
  8.94,
  8.73,
  8.2,
  8.11,
  8.08,
  8.25,
  8.05,
  7.77,
  8.2,
  8.62,
  9.31,
  9.46,
  9.5,
  9.66,
  9.7,
  9.73,
  9.73,
  9.62,
  9.6,
  9.53,
  9.78,
  9.61,
  9.52,
  9.8,
  9.29,
  9.23,
  9.07,
  8.75,
  8.47,
  8.5,
  8.46,
  8.52,
  8.27,
  8.27,
  8.73,
  9,
  8.97,
  9.15,
  9.56,
  10.45,
  10.67,
  10.6,
  10.32,
  10.1,
  11.09,
  9.94,
  10.03,
  10.81,
  9.56,
  10.57,
  10.51,
  9.98,
  9.36,
  9.38,
  8.97,
  9.1,
  8.89,
  8.8,
  8.75,
  7.72,
  7.02,
  6.551,
  6.504,
  6.338,
  6.111,
  5.979,
  6.027,
  6.068,
  6.163 ;

 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 =
  7.6,
  3.43,
  4.194,
  3.214,
  2.901,
  2.666,
  2.979,
  3.018,
  2.548,
  4.939,
  5.723,
  9.37,
  6.468,
  8.58,
  7.45,
  7.13,
  5.096,
  3.626,
  2.548,
  2.254,
  3.175,
  3.489,
  4.351,
  3.293,
  2.646,
  0.784,
  1.098,
  2.352,
  0.902,
  1.999,
  2.156,
  1.568,
  1.078,
  3.058,
  4.861,
  4.41,
  2.548,
  2.47,
  2.352,
  3.763,
  4.9,
  5.449,
  6.546,
  7.41,
  8.08,
  8.15,
  8.43,
  8.55,
  7.64,
  6.782,
  8.66,
  8.62,
  9.29,
  8.66,
  9.84,
  10.15,
  8.86,
  9.64,
  8.78,
  9.45,
  9.02,
  10.11,
  9.9,
  9.92,
  11.21,
  9.29,
  6.978,
  10.54,
  10.86,
  11.68,
  9.72,
  10.86,
  10.58,
  9.17,
  9.33,
  8.13,
  5.39,
  3.92,
  4.273,
  3.43,
  2.234,
  3.606,
  3.489,
  4.782,
  4.351,
  4.665,
  4.234,
  5.841,
  5.331,
  2.254,
  4.077,
  3.763,
  4.547,
  3.822,
  3.371,
  3.567,
  2.254,
  2.195,
  1.686,
  2.078,
  1.666,
  1.999,
  2.391,
  2.156,
  1.646,
  0.98,
  1.764,
  1.098,
  1.098,
  1.215,
  2.234,
  3.724,
  3.489,
  4.155,
  4.704,
  6.076,
  5.057,
  6.586,
  7.64,
  8.62,
  8.08,
  10.98,
  9.64,
  8.35,
  8.78,
  8.98,
  8.04,
  7.6,
  7.92,
  6.076,
  7.25,
  6.664,
  4.978,
  4.077,
  4.9,
  5.723,
  4.155,
  3.763,
  4.43,
  4.978,
  4.861,
  3.136,
  2.548,
  1.45,
  1.215,
  2.744,
  2.979,
  2.646,
  2.783,
  3.567,
  3.92,
  3.606,
  6.39,
  5.292,
  8.39,
  7.57,
  8.08,
  9.06,
  7.37,
  9.21,
  11.29,
  8.53,
  7.88,
  8.66,
  9.02,
  9.17,
  8.27,
  7.49 ;

 wind_gust_qc =
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0 ;

 wind_speed =
  6.08,
  2.225,
  3.683,
  2.755,
  2.383,
  2.041,
  2.541,
  2.761,
  2.118,
  4.472,
  4.556,
  7.65,
  4.31,
  7.71,
  5.671,
  6.221,
  4.432,
  2.063,
  2.321,
  1.899,
  2.874,
  3.131,
  3.796,
  2.845,
  1.504,
  0.388,
  0.849,
  1.304,
  0.737,
  1.567,
  1.845,
  1.031,
  0.918,
  2.777,
  3.991,
  3.703,
  1.754,
  2.137,
  1.838,
  3.455,
  4.421,
  4.337,
  5.718,
  6.257,
  6.55,
  6.892,
  7.06,
  6.971,
  5.932,
  6.012,
  7.32,
  7.13,
  7.61,
  7.14,
  7.66,
  8.42,
  7.42,
  8.25,
  7.51,
  7.73,
  7.47,
  8.66,
  8.71,
  8.74,
  9.55,
  8.23,
  5.571,
  9.13,
  9.43,
  10.14,
  8.24,
  9.37,
  9.3,
  8.07,
  8.23,
  6.965,
  3.068,
  2.914,
  3.179,
  2.734,
  1.842,
  3.292,
  2.539,
  4.104,
  3.783,
  4.001,
  3.761,
  5.228,
  4.756,
  1.188,
  3.183,
  2.841,
  4.115,
  3.104,
  2.988,
  3.076,
  1.534,
  1.808,
  1.475,
  1.899,
  1.173,
  1.307,
  2.036,
  1.899,
  1.344,
  0.66,
  1.04,
  0.725,
  0.719,
  0.897,
  1.678,
  3.161,
  3.08,
  3.753,
  3.804,
  5.522,
  4.401,
  5.714,
  6.788,
  7.41,
  7.05,
  9.27,
  8.77,
  7.54,
  7.47,
  7.48,
  6.959,
  6.661,
  6.89,
  5.172,
  6.084,
  5.479,
  4.387,
  3.611,
  4.317,
  4.835,
  3.552,
  3.293,
  4.059,
  4.244,
  3.972,
  2.336,
  2.008,
  0.799,
  0.456,
  2.477,
  2.35,
  1.966,
  2.465,
  3.207,
  3.423,
  3.139,
  5.577,
  4.755,
  7.38,
  6.786,
  6.901,
  7.09,
  5.923,
  7.44,
  9.41,
  5.806,
  6.657,
  7.16,
  7.93,
  7.63,
  6.925,
  5.94 ;

 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 =
  242.4833,
  299.7833,
  347.8943,
  323.0833,
  273.8833,
  247.4833,
  230.9833,
  268.7833,
  337.0833,
  16.9233,
  2.1533,
  41.4233,
  11.5233,
  39.1633,
  28.4033,
  29.9533,
  25.1433,
  12.7133,
  13.0233,
  56.4833,
  79.5833,
  105.9833,
  109.8833,
  115.1833,
  138.2833,
  100.7833,
  128.6833,
  63.2833,
  249.5833,
  229.3833,
  263.3833,
  274.0833,
  200.5833,
  154.4833,
  183.7833,
  203.8833,
  258.9833,
  217.4833,
  201.2833,
  201.8833,
  222.7833,
  197.9833,
  199.9833,
  189.1833,
  194.1833,
  199.3833,
  191.4833,
  186.8833,
  184.4833,
  184.1833,
  202.3833,
  180.8833,
  184.1833,
  184.7833,
  192.9833,
  184.8833,
  181.7833,
  178.3833,
  176.4833,
  186.2833,
  195.0833,
  187.2833,
  185.7833,
  187.2833,
  191.0833,
  181.6833,
  193.6833,
  196.3833,
  194.3833,
  198.1833,
  195.2833,
  198.0833,
  199.2833,
  200.5833,
  200.5833,
  220.1833,
  238.1833,
  300.3833,
  221.9833,
  235.0833,
  310.7833,
  254.6833,
  263.1833,
  319.8833,
  333.9833,
  357.2633,
  9.4033,
  347.3173,
  1.0733,
  341.8833,
  319.0833,
  190.2833,
  189.9833,
  207.1833,
  198.0833,
  177.8833,
  212.2833,
  217.1833,
  219.7833,
  234.6833,
  218.6833,
  129.7833,
  161.8833,
  204.8833,
  184.7833,
  138.3833,
  279.7833,
  302.1833,
  327.1833,
  149.9833,
  158.4833,
  157.8833,
  166.6833,
  169.8833,
  179.0833,
  179.7833,
  187.8833,
  182.8833,
  175.7833,
  171.5833,
  172.1833,
  171.6833,
  179.9833,
  169.9833,
  171.5833,
  177.1833,
  195.7833,
  193.3833,
  185.8833,
  195.3833,
  190.2833,
  206.8833,
  215.0833,
  221.6833,
  223.3833,
  229.1833,
  212.9833,
  182.1833,
  195.6833,
  192.3833,
  188.9833,
  169.4833,
  94.2833,
  239.7833,
  248.0833,
  207.6833,
  253.9833,
  353.0933,
  24.9233,
  19.5633,
  14.9133,
  20.2933,
  43.0533,
  61.4833,
  62.3833,
  56.8833,
  51.6033,
  66.2833,
  43.9233,
  47.8133,
  52.7833,
  41.1833,
  43.5733,
  56.5833,
  58.0833,
  50.1333,
  44.2733,
  36.9733 ;

 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 =
  2764.496,
  2677.394,
  177.077,
  178.9992,
  219.3666,
  251.3842,
  227.9567,
  421.1436,
  211.9179,
  2926.687,
  2220.257,
  2500.786,
  2378.242,
  2492.376,
  2951.316,
  2801.139,
  2920.68,
  2954.319,
  2956.722,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2954.92,
  2954.92,
  2955.521,
  2955.521,
  2955.521,
  2955.521,
  2955.521,
  2955.521,
  2955.521,
  2937.499,
  2955.521,
  2955.521,
  2955.521,
  2952.517,
  2954.92,
  2956.121,
  2956.121,
  2956.121,
  962.3794,
  531.0728,
  617.5743,
  388.285,
  369.3628,
  410.3309,
  2202.236,
  658.4224,
  1012.839,
  615.7722,
  847.0439,
  755.1359,
  1443.545,
  610.9666,
  1703.049,
  2278.525,
  656.6202,
  2249.691,
  2417.288,
  854.8531,
  627.7864,
  1548.668,
  399.338,
  361.0731,
  322.4477,
  353.4441,
  472.2036,
  297.3983,
  834.4291,
  1680.223,
  1867.643,
  1955.346,
  2013.013,
  1988.385,
  1877.855,
  1495.205,
  221.1687,
  201.2854,
  267.1227,
  653.016,
  263.939,
  505.2424,
  2932.694,
  2951.316,
  2955.521,
  2951.316,
  2944.708,
  2956.121,
  2941.104,
  2950.715,
  2951.316,
  2948.913,
  2905.061,
  2497.182,
  2784.32,
  2950.114,
  2954.92,
  2954.92,
  2955.521,
  2955.521,
  2955.521,
  2955.521,
  2955.521,
  2955.521,
  2954.92,
  2955.521,
  2955.521,
  2955.521,
  2956.121,
  2951.916,
  2955.521,
  2951.316,
  2939.302,
  2930.892,
  2905.061,
  2939.902,
  2929.09,
  2912.87,
  2944.708,
  2949.513,
  2954.92,
  2955.521,
  2955.521,
  2955.521,
  2954.92,
  2831.775,
  2684.602,
  2651.563,
  2541.034,
  2610.115,
  545.4897,
  2596.899,
  2797.535,
  2900.256,
  2825.768,
  2863.613,
  2915.273,
  2930.291,
  2931.492,
  2816.157,
  2840.185,
  2593.896,
  2306.158,
  2903.86,
  2920.68,
  2947.111,
  2922.482,
  2954.92,
  2954.92,
  2954.92,
  2954.92,
  2954.92,
  2954.92,
  2954.92,
  2955.521,
  2955.521,
  2955.521,
  2954.92,
  2541.034,
  2192.625,
  2219.055,
  2089.303,
  1785.346,
  2673.189,
  2591.493,
  2247.889,
  1905.487 ;

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