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 = 2453219.00000579 ;
		:starting_julian_day_string = "2004-08-01 00:00:00" ;
		:ending_julian_day_number = 2453225.95833912 ;
		:ending_julian_day_string = "2004-08-07 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 = 2453219, 2453219.04166667, 2453219.08333333, 2453219.125, 
    2453219.16666667, 2453219.20833333, 2453219.25, 2453219.29166667, 
    2453219.33333333, 2453219.375, 2453219.41666667, 2453219.45833333, 
    2453219.5, 2453219.54166667, 2453219.58333333, 2453219.625, 
    2453219.66666667, 2453219.70833333, 2453219.75, 2453219.79166667, 
    2453219.83333333, 2453219.875, 2453219.91666667, 2453219.95833333, 
    2453220, 2453220.04166667, 2453220.08333333, 2453220.125, 
    2453220.16666667, 2453220.20833333, 2453220.25, 2453220.29166667, 
    2453220.33333333, 2453220.375, 2453220.41666667, 2453220.45833333, 
    2453220.5, 2453220.54166667, 2453220.58333333, 2453220.625, 
    2453220.66666667, 2453220.70833333, 2453220.75, 2453220.79166667, 
    2453220.83333333, 2453220.875, 2453220.91666667, 2453220.95833333, 
    2453221, 2453221.04166667, 2453221.08333333, 2453221.125, 
    2453221.16666667, 2453221.20833333, 2453221.25, 2453221.29166667, 
    2453221.33333333, 2453221.375, 2453221.41666667, 2453221.45833333, 
    2453221.5, 2453221.54166667, 2453221.58333333, 2453221.625, 
    2453221.66666667, 2453221.70833333, 2453221.75, 2453221.79166667, 
    2453221.83333333, 2453221.875, 2453221.91666667, 2453221.95833333, 
    2453222, 2453222.04166667, 2453222.08333333, 2453222.125, 
    2453222.16666667, 2453222.20833333, 2453222.25, 2453222.29166667, 
    2453222.33333333, 2453222.375, 2453222.41666667, 2453222.45833333, 
    2453222.5, 2453222.54166667, 2453222.58333333, 2453222.625, 
    2453222.66666667, 2453222.70833333, 2453222.75, 2453222.79166667, 
    2453222.83333333, 2453222.875, 2453222.91666667, 2453222.95833333, 
    2453223, 2453223.04166667, 2453223.08333333, 2453223.125, 
    2453223.16666667, 2453223.20833333, 2453223.25, 2453223.29166667, 
    2453223.33333333, 2453223.375, 2453223.41666667, 2453223.45833333, 
    2453223.5, 2453223.54166667, 2453223.58333333, 2453223.625, 
    2453223.66666667, 2453223.70833333, 2453223.75, 2453223.79166667, 
    2453223.83333333, 2453223.875, 2453223.91666667, 2453223.95833333, 
    2453224, 2453224.04166667, 2453224.08333333, 2453224.125, 
    2453224.16666667, 2453224.20833333, 2453224.25, 2453224.29166667, 
    2453224.33333333, 2453224.375, 2453224.41666667, 2453224.45833333, 
    2453224.5, 2453224.54166667, 2453224.58333333, 2453224.625, 
    2453224.66666667, 2453224.70833333, 2453224.75, 2453224.79166667, 
    2453224.83333333, 2453224.875, 2453224.91666667, 2453224.95833333, 
    2453225, 2453225.04166667, 2453225.08333333, 2453225.125, 
    2453225.16666667, 2453225.20833333, 2453225.25, 2453225.29166667, 
    2453225.33333333, 2453225.375, 2453225.41666667, 2453225.45833333, 
    2453225.5, 2453225.54166667, 2453225.58333333, 2453225.625, 
    2453225.66666667, 2453225.70833333, 2453225.75, 2453225.79166667, 
    2453225.83333333, 2453225.875, 2453225.91666667, 2453225.95833333 ;

 air_temperature =
  17.84,
  17.65,
  17.72,
  17.53,
  17.24,
  17.02,
  17.22,
  16.93,
  16.81,
  16.78,
  16.47,
  15.97,
  16.09,
  16.44,
  16.25,
  16.08,
  16.25,
  16.37,
  16.53,
  16.62,
  16.4,
  16.71,
  16.72,
  16.65,
  16.85,
  17.06,
  16.27,
  16.47,
  16.2,
  15.96,
  15.55,
  14.96,
  15.15,
  14.39,
  13.74,
  14.01,
  14.78,
  15.79,
  16.77,
  16.8,
  17.52,
  17.5,
  17.98,
  18.22,
  18.69,
  18.22,
  18.38,
  17.89,
  17.34,
  17.1,
  15.98,
  16.48,
  15.94,
  15.57,
  15.71,
  15.59,
  15.11,
  15.16,
  15.63,
  15.3,
  14.85,
  15.59,
  15.26,
  15.38,
  15.74,
  16.2,
  16.23,
  16.37,
  17.15,
  18.06,
  17.59,
  18.07,
  17.88,
  17.4,
  17.18,
  16.47,
  16.43,
  16.58,
  15.96,
  16.41,
  16.38,
  16.33,
  16.84,
  16.85,
  16.82,
  17.22,
  17.62,
  18.63,
  20.67,
  20.24,
  21.58,
  20.54,
  19.4,
  19.13,
  18.66,
  18.32,
  18.07,
  17.88,
  17.69,
  17.04,
  17.17,
  17.17,
  17.15,
  17.31,
  16.97,
  16.58,
  16.31,
  16.03,
  15.96,
  16.33,
  16.26,
  16.49,
  16.6,
  16.76,
  16.92,
  17.2,
  17.26,
  16.68,
  16.89,
  17,
  16.54,
  17,
  16.97,
  17.14,
  16.29,
  15.96,
  15.68,
  15.04,
  14.74,
  14.47,
  14.13,
  13.97,
  14.03,
  14.05,
  14.32,
  15.87,
  15.8,
  16.2,
  15.6,
  15.66,
  16.08,
  15.69,
  15.37,
  15.36,
  14.97,
  14.39,
  14.72,
  14.76,
  15.12,
  14.95,
  13.86,
  14.11,
  14.26,
  14.24,
  13.93,
  13.78,
  14.26,
  14.24,
  14.77,
  15.28,
  15.39,
  16,
  15.44,
  15.71,
  15.91,
  15.64,
  15.49,
  15.06 ;

 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 =
  10.31,
  9.68,
  10.86,
  10.47,
  9.84,
  8.66,
  9.68,
  9.45,
  8.43,
  8.78,
  8.04,
  7.25,
  6.272,
  7.06,
  6.194,
  6.703,
  7.37,
  6.664,
  7.49,
  7.29,
  6.86,
  6.664,
  6.311,
  7.33,
  7.68,
  7.64,
  7.25,
  7.72,
  6.664,
  6.272,
  5.194,
  2.548,
  1.294,
  2.901,
  2.548,
  2.705,
  1.882,
  1.058,
  2.43,
  2.391,
  2.47,
  2.666,
  3.058,
  2.94,
  3.528,
  3.371,
  4.116,
  3.724,
  4.273,
  3.881,
  2.744,
  3.763,
  2.744,
  2.038,
  1.372,
  1.842,
  1.47,
  3.802,
  3.371,
  3.254,
  2.45,
  3.332,
  2.313,
  3.92,
  4.665,
  5.331,
  3.822,
  3.842,
  5.018,
  5.253,
  9.37,
  4.41,
  7.8,
  2.548,
  2.117,
  2.234,
  1.842,
  1.372,
  0.784,
  3.528,
  4.155,
  3.332,
  2.94,
  3.332,
  3.567,
  3.332,
  2.254,
  1.666,
  1.45,
  1.137,
  2.626,
  2.391,
  3.724,
  3.998,
  3.332,
  2.352,
  4.39,
  4.43,
  3.763,
  2.744,
  2.587,
  3.214,
  3.802,
  4.704,
  5.214,
  4.018,
  3.528,
  1.686,
  3.489,
  4.782,
  5.292,
  6.586,
  5.841,
  4.9,
  3.489,
  3.175,
  3.763,
  3.136,
  2.666,
  1.764,
  2.705,
  2.078,
  4.586,
  7.88,
  6.076,
  6.899,
  6.35,
  5.841,
  6.664,
  7.6,
  6.86,
  5.488,
  4.351,
  3.528,
  4.547,
  1.862,
  2.078,
  1.96,
  2.509,
  2.274,
  2.94,
  1.842,
  1.725,
  1.294,
  0.98,
  1.529,
  2.47,
  1.862,
  1.803,
  1.019,
  2.822,
  3.45,
  3.038,
  4.155,
  2.705,
  4.116,
  4.861,
  4.214,
  3.45,
  1.96,
  3.254,
  3.528,
  3.567,
  4.194,
  4.547,
  4.822,
  5.645,
  4.978 ;

 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 =
  8.93,
  8.39,
  9.75,
  9.04,
  8.54,
  7.52,
  8.52,
  8.28,
  7.4,
  7.62,
  7.14,
  6.532,
  5.524,
  6.196,
  5.522,
  5.959,
  6.314,
  5.897,
  6.597,
  6.518,
  5.948,
  5.992,
  5.725,
  6.337,
  6.369,
  6.923,
  6.022,
  7,
  5.786,
  5.429,
  4.435,
  0.971,
  0.807,
  2.562,
  2.177,
  2.166,
  1.631,
  0.612,
  2.144,
  2.028,
  2.197,
  2.337,
  2.846,
  2.665,
  3.2,
  3.018,
  3.743,
  3.386,
  3.691,
  3.422,
  2.412,
  3.297,
  2.157,
  1.817,
  0.935,
  1.461,
  1.276,
  3.216,
  2.97,
  2.904,
  1.636,
  2.725,
  1.229,
  3.62,
  3.521,
  4.249,
  3.074,
  3.176,
  4.395,
  4.748,
  5.026,
  3.679,
  4.845,
  1.3,
  1.838,
  1.762,
  0.838,
  0.705,
  0.501,
  2.807,
  3.621,
  2.747,
  2.578,
  2.87,
  3.074,
  2.738,
  1.857,
  1.042,
  1.103,
  0.907,
  2.153,
  2.119,
  3.16,
  3.449,
  2.783,
  1.256,
  3.164,
  3.74,
  3.303,
  2.295,
  2.023,
  2.813,
  3.324,
  4.121,
  4.488,
  3.417,
  2.823,
  1.226,
  2.599,
  4,
  4.505,
  5.427,
  5.045,
  4.022,
  2.979,
  2.559,
  3.229,
  2.419,
  2.303,
  0.939,
  2.33,
  1.753,
  4.025,
  6.712,
  5.166,
  6.142,
  5.493,
  5.15,
  5.623,
  6.455,
  5.655,
  4.532,
  3.786,
  2.829,
  3.747,
  0.215,
  1.623,
  1.551,
  2.276,
  2.043,
  2.566,
  1.432,
  1.476,
  0.946,
  0.226,
  0.869,
  1.913,
  1.419,
  1.465,
  0.778,
  2.184,
  3.095,
  2.541,
  3.588,
  2.442,
  3.668,
  4.391,
  3.476,
  3.034,
  1.429,
  2.86,
  2.965,
  3.142,
  3.735,
  4.141,
  4.254,
  4.864,
  4.484 ;

 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 =
  189.8833,
  190.2833,
  197.8833,
  200.1833,
  197.6833,
  209.0833,
  200.8833,
  205.4833,
  200.3833,
  201.4833,
  215.2833,
  192.6833,
  214.5833,
  202.1833,
  206.9833,
  203.4833,
  207.9833,
  202.5833,
  203.7833,
  203.3833,
  205.2833,
  210.7833,
  203.2833,
  199.9833,
  213.5833,
  211.4833,
  208.7833,
  207.7833,
  210.2833,
  202.8833,
  219.5833,
  260.3833,
  282.2833,
  242.2833,
  307.1833,
  309.1833,
  306.0833,
  262.2833,
  274.3833,
  244.0833,
  246.4833,
  210.2833,
  219.5833,
  225.2833,
  211.4833,
  209.0833,
  212.2833,
  200.3833,
  208.8833,
  218.9833,
  229.7833,
  238.7833,
  233.0833,
  260.6833,
  195.2833,
  226.1833,
  173.7833,
  171.3833,
  169.9833,
  192.5833,
  176.6833,
  212.2833,
  227.3833,
  184.4833,
  171.0833,
  178.9833,
  195.1833,
  192.4833,
  177.3833,
  181.4833,
  251.5833,
  234.9833,
  248.5833,
  19.2733,
  167.7833,
  266.0833,
  179.8833,
  32.9233,
  314.4833,
  271.0833,
  291.2833,
  318.8833,
  344.9473,
  345.6143,
  358.4533,
  7.3933,
  357.5033,
  320.3833,
  116.9833,
  203.8833,
  188.2833,
  195.2833,
  188.1833,
  167.6833,
  200.3833,
  223.6833,
  255.9833,
  256.8833,
  282.2833,
  244.1833,
  277.0833,
  289.1833,
  305.4833,
  337.8833,
  354.4533,
  358.7933,
  355.4933,
  319.1833,
  222.8833,
  253.9833,
  245.9833,
  250.2833,
  249.5833,
  245.6833,
  242.2833,
  258.1833,
  252.0833,
  193.7833,
  204.5833,
  250.4833,
  315.4833,
  223.0833,
  327.3833,
  352.7033,
  351.3533,
  347.5253,
  346.1083,
  348.1883,
  350.1233,
  345.8403,
  349.3753,
  347.8693,
  337.7833,
  346.8143,
  359.1733,
  236.7833,
  87.9833,
  163.7833,
  224.6833,
  215.6833,
  233.7833,
  229.5833,
  136.1833,
  251.1833,
  90.6833,
  91.2833,
  126.1833,
  174.2833,
  228.1833,
  286.0833,
  347.1823,
  8.1433,
  354.1533,
  342.0833,
  306.3833,
  334.7833,
  340.9833,
  326.1833,
  299.6833,
  220.1833,
  224.0833,
  217.6833,
  221.8833,
  222.8833,
  216.3833,
  231.5833,
  241.6833,
  227.8833 ;

 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 =
  2811.952,
  2825.768,
  2828.171,
  2732.058,
  2581.882,
  2529.62,
  2610.716,
  2520.61,
  2544.037,
  2523.012,
  2429.302,
  2126.547,
  2256.299,
  2050.858,
  1891.07,
  2071.883,
  2192.024,
  2246.087,
  2270.716,
  2310.963,
  2277.324,
  2623.33,
  1743.897,
  2495.38,
  2440.716,
  2546.44,
  2587.288,
  2844.991,
  2778.312,
  2709.832,
  654.2174,
  296.0767,
  404.2638,
  335.3629,
  428.3521,
  542.4861,
  1333.615,
  2942.305,
  2857.605,
  2860.008,
  2927.888,
  2949.513,
  2947.711,
  2953.118,
  2947.711,
  2954.319,
  2954.92,
  2950.114,
  2953.719,
  2928.489,
  2837.182,
  2952.517,
  2941.104,
  2879.231,
  2884.037,
  2854.602,
  2735.662,
  2584.885,
  2269.515,
  121.0311,
  178.3384,
  106.434,
  186.8084,
  140.1335,
  260.6952,
  78.02059,
  891.4961,
  123.4339,
  809.1995,
  2000.999,
  1976.37,
  2553.648,
  829.0227,
  2588.49,
  2677.394,
  2238.278,
  2497.783,
  1794.957,
  2237.677,
  2136.158,
  2312.165,
  2733.26,
  2914.072,
  2951.916,
  2923.083,
  2953.719,
  2953.118,
  2930.892,
  2954.319,
  2953.118,
  2954.319,
  2954.319,
  2941.104,
  2948.913,
  2927.287,
  2906.263,
  2953.719,
  2953.118,
  2953.719,
  2953.118,
  2953.719,
  2953.118,
  2953.118,
  2953.118,
  2953.118,
  2953.118,
  2953.118,
  2953.118,
  2953.719,
  2953.118,
  2953.719,
  2951.916,
  2954.319,
  2954.319,
  2953.719,
  2954.92,
  2954.92,
  2954.92,
  2954.92,
  2954.92,
  2953.719,
  2953.118,
  2953.719,
  2953.118,
  2953.118,
  2953.118,
  2953.118,
  2953.118,
  2953.118,
  2953.118,
  2953.118,
  2953.719,
  2873.825,
  2924.885,
  2954.319,
  2952.517,
  2954.319,
  2954.92,
  2954.92,
  2954.92,
  2954.92,
  2954.92,
  2953.719,
  2923.083,
  2953.118,
  2953.118,
  2953.118,
  2953.118,
  2953.118,
  2953.118,
  2953.118,
  2953.118,
  2953.118,
  2953.118,
  2953.118,
  2953.118,
  2908.065,
  2923.083,
  2930.892,
  2954.319,
  2944.107,
  2952.517,
  2954.92,
  2954.92,
  2954.92,
  2948.913,
  2953.719,
  2953.719 ;

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