netcdf I0108.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:22:37:  Modified [lon,lat] to [-68.109200,44.106300].\n",
			"Thu Apr 29 12:34:37 2004: /usr/local/nco/bin/ncrcat -d time,2453125.472,2453125.583 I0108.met.realtime.nc I0108.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 = "RMY48488" ;
		:visibility_sensor_serial_number = 341 ;
		:processing = "realtime" ;
		:water_depth = 100 ;
		:mooring_site_id = "I0108" ;
		:mooring_site_desc = "Acadia" ;
		:breakout_id = 1 ;
		:delta_t = 60 ;
		:magnetic_variation = -17.67 ;
		:goes_platform_id = "04401622" ;
		: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 18:22:09\n",
			"AAN_VIZ_1.2:  16-Apr-2004 18:22:09" ;
data:

 lat = 44.1063 ;

 lon = -68.1092 ;

 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 =
  14.16,
  14.07,
  14.09,
  14.14,
  14.1,
  14.31,
  13.7,
  13.81,
  13.7,
  13.48,
  13.89,
  13.61,
  13.84,
  13.57,
  13.3,
  12.72,
  13.46,
  13.81,
  13.63,
  14.61,
  13.81,
  13.79,
  13.44,
  13.83,
  13.73,
  13.74,
  14.09,
  13.95,
  13.66,
  12.11,
  12.6,
  13.12,
  12.32,
  12.22,
  12.01,
  11.87,
  11.94,
  12.66,
  13.97,
  15.34,
  16.05,
  16.5,
  15.9,
  15.21,
  15.5,
  14.63,
  14.9,
  13.61,
  13.21,
  12.59,
  12.32,
  12.6,
  12.57,
  12.81,
  12.25,
  11.77,
  11.74,
  12.08,
  11.94,
  12.37,
  11.96,
  12.31,
  12.72,
  12.61,
  13.12,
  12.71,
  12.84,
  13.05,
  13.81,
  12.37,
  12.24,
  11.96,
  12.56,
  12.3,
  12.47,
  12.26,
  11.93,
  11.23,
  11.62,
  11.79,
  11.06,
  11.63,
  11.43,
  11,
  12.84,
  13.41,
  13.59,
  14.27,
  14.5,
  14.36,
  14.6,
  13.75,
  13.6,
  14.36,
  12.86,
  13.42,
  12.98,
  12.66,
  13.19,
  12.68,
  12.35,
  13.04,
  12.57,
  12.39,
  12.37,
  12.39,
  13.05,
  13.27,
  13.82,
  12.89,
  12.42,
  11.55,
  11.97,
  12.37,
  13.01,
  12.71,
  13.44,
  13.19,
  12.2,
  11.77,
  12.5,
  12.42,
  11.79,
  11.63,
  12.16,
  13.79,
  13.26,
  12.36,
  12.62,
  12.7,
  12.33,
  11.6,
  11,
  10.67,
  11.24,
  11.01,
  10.36,
  10.64,
  10.79,
  10.86,
  10.82,
  10.63,
  10.79,
  10.93,
  10.87,
  11.11,
  10.92,
  10.9,
  11.45,
  11.38,
  11.54,
  11.21,
  11.29,
  11.06,
  11.63,
  12.06,
  11.79,
  11.57,
  12.63,
  13.72,
  14.18,
  13.62,
  13.5,
  13.66,
  13.41,
  13.48,
  12.73,
  12 ;

 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 =
  9.21,
  8.23,
  8.43,
  9.64,
  9.29,
  10.35,
  9.09,
  9.21,
  8.04,
  7.53,
  8.78,
  7.94,
  9.17,
  8.13,
  7.1,
  3.724,
  5.958,
  7.49,
  5.782,
  8.11,
  6.546,
  5.958,
  4.586,
  6.664,
  4.312,
  3.626,
  7.57,
  6.468,
  5.488,
  2.94,
  2.822,
  2.979,
  1.96,
  2.117,
  2.038,
  1.47,
  2.705,
  1.666,
  1.921,
  1.96,
  2.391,
  2.352,
  2.862,
  3.724,
  2.979,
  4.116,
  3.881,
  3.332,
  3.802,
  2.842,
  2.038,
  2.666,
  2.254,
  2.94,
  2.058,
  1.45,
  2.078,
  1.686,
  3.097,
  4.665,
  3.724,
  2.94,
  3.489,
  4.822,
  3.92,
  3.058,
  1.862,
  3.175,
  2.548,
  1.999,
  1.058,
  0.902,
  2.391,
  1.215,
  2.156,
  1.999,
  5.606,
  3.332,
  3.254,
  3.136,
  1.96,
  3.959,
  2.94,
  2.313,
  2.666,
  2.548,
  1.666,
  1.607,
  2.274,
  3.254,
  3.41,
  3.41,
  4.077,
  4.626,
  3.332,
  2.646,
  3.293,
  3.038,
  2.626,
  2.626,
  2.274,
  3.881,
  3.646,
  3.254,
  4.077,
  3.646,
  3.998,
  2.45,
  2.391,
  2.822,
  2.822,
  2.666,
  4.077,
  4.743,
  4.743,
  5.958,
  5.527,
  4.606,
  3.371,
  2.274,
  1.96,
  2.862,
  3.881,
  2.254,
  1.49,
  5.331,
  6.115,
  4.704,
  4.312,
  5.488,
  6.311,
  4.312,
  2.352,
  3.332,
  1.999,
  2.391,
  2.626,
  3.606,
  3.45,
  2.234,
  2.666,
  2.626,
  2.254,
  2.117,
  1.529,
  1.882,
  1.372,
  2.234,
  2.548,
  1.96,
  3.136,
  2.548,
  2.626,
  2.234,
  2.47,
  4.704,
  3.724,
  2.705,
  2.43,
  2.156,
  1.803,
  3.293,
  2.901,
  3.293,
  5.762,
  4.939,
  5.802,
  4.822 ;

 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.26,
  7.47,
  7.47,
  8.47,
  8.31,
  8.97,
  8.07,
  8.03,
  7.07,
  6.622,
  8.09,
  7.05,
  7.96,
  7.39,
  6.244,
  2.581,
  4.893,
  6.301,
  4.813,
  7.17,
  5.659,
  4.948,
  4.147,
  5.442,
  4.018,
  2.969,
  6.644,
  5.751,
  4.901,
  1.002,
  2.261,
  2.655,
  1.46,
  1.821,
  1.554,
  0.787,
  2.136,
  0.963,
  1.612,
  1.688,
  2.06,
  2.176,
  2.627,
  3.246,
  2.666,
  3.585,
  3.531,
  2.901,
  3.463,
  2.188,
  1.798,
  2.332,
  1.676,
  2.582,
  1.544,
  1.181,
  1.596,
  1.418,
  2.834,
  3.912,
  3.151,
  2.484,
  2.743,
  4.143,
  3.305,
  2.711,
  0.896,
  2.835,
  1.751,
  1.659,
  0.546,
  0.598,
  1.639,
  0.719,
  1.649,
  1.585,
  4.239,
  2.359,
  2.537,
  2.465,
  1.672,
  3.623,
  2.421,
  1.635,
  2.364,
  1.968,
  1.444,
  1.28,
  1.937,
  2.951,
  3.071,
  2.947,
  3.53,
  4.355,
  3.002,
  1.872,
  3.048,
  2.619,
  2.399,
  2.352,
  2.079,
  3.439,
  3.243,
  2.737,
  3.662,
  3.212,
  3.417,
  1.494,
  1.965,
  1.739,
  2.261,
  2.297,
  3.495,
  4.336,
  4.299,
  5.258,
  5.02,
  3.842,
  2.87,
  1.844,
  1.684,
  2.287,
  3.354,
  1.457,
  0.844,
  4.543,
  5.173,
  4.055,
  3.745,
  4.705,
  5.69,
  3.03,
  1.182,
  2.94,
  1.612,
  2.155,
  2.175,
  3.059,
  2.945,
  1.808,
  2.312,
  2.374,
  1.821,
  1.579,
  1.1,
  1.363,
  1.039,
  1.938,
  2.211,
  1.642,
  2.829,
  1.794,
  2.339,
  1.731,
  1.919,
  4.126,
  3.339,
  1.96,
  2.107,
  1.803,
  1.603,
  3,
  2.666,
  2.916,
  4.933,
  4.547,
  5.155,
  4.275 ;

 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 =
  193.53,
  195.73,
  202.93,
  204.03,
  205.43,
  213.33,
  211.63,
  212.43,
  218.53,
  221.23,
  214.73,
  217.13,
  205.93,
  211.53,
  206.73,
  241.63,
  222.83,
  218.23,
  230.03,
  219.03,
  216.63,
  226.23,
  228.23,
  252.63,
  249.93,
  226.03,
  209.53,
  212.53,
  223.53,
  300.13,
  262.63,
  252.43,
  228.13,
  258.23,
  248.63,
  246.23,
  294.23,
  294.63,
  277.63,
  234.93,
  252.23,
  229.63,
  220.83,
  209.53,
  207.13,
  237.93,
  222.73,
  224.53,
  239.03,
  216.43,
  266.13,
  260.03,
  229.83,
  243.93,
  221.73,
  243.93,
  184.63,
  181.43,
  178.23,
  186.03,
  179.63,
  181.63,
  193.43,
  180.43,
  179.43,
  188.13,
  171.63,
  205.43,
  230.83,
  200.43,
  197.43,
  61.53,
  158.73,
  327.83,
  168.23,
  221.63,
  214.93,
  307.73,
  241.13,
  296.13,
  267.63,
  271.53,
  307.93,
  352.53,
  310.03,
  307.43,
  287.03,
  224.83,
  239.53,
  212.73,
  230.93,
  200.03,
  201.43,
  215.43,
  223.23,
  254.33,
  260.33,
  279.53,
  272.43,
  270.03,
  280.63,
  297.23,
  301.03,
  328.13,
  323.93,
  337.43,
  339.33,
  297.83,
  331.33,
  343.266,
  279.03,
  226.33,
  215.53,
  238.13,
  222.83,
  226.83,
  258.03,
  258.63,
  250.13,
  243.13,
  269.13,
  239.83,
  198.83,
  243.53,
  225.73,
  341.43,
  351.81,
  351.87,
  348.735,
  4.04,
  6.88,
  21.73,
  66.53,
  77.43,
  25.78,
  40.56,
  49.53,
  84.23,
  102.63,
  76.63,
  53.83,
  89.33,
  100.13,
  146.43,
  328.13,
  324.03,
  318.13,
  278.53,
  301.33,
  285.83,
  301.13,
  331.13,
  313.33,
  353.93,
  328.73,
  6.63,
  3.46,
  323.03,
  309.13,
  280.83,
  244.63,
  233.13,
  220.43,
  200.13,
  222.93,
  227.03,
  214.43,
  239.53 ;

 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 =
  221.4691,
  242.8542,
  216.0027,
  242.4938,
  214.3207,
  195.9992,
  219.1263,
  205.9108,
  232.8224,
  301.7834,
  339.5078,
  396.0942,
  355.066,
  488.4227,
  622.38,
  371.0448,
  299.741,
  376.331,
  226.515,
  311.7551,
  253.6669,
  378.9741,
  334.9424,
  281.2393,
  174.3738,
  189.872,
  290.0096,
  311.0343,
  189.4515,
  279.0167,
  382.6384,
  143.4975,
  148.7236,
  267.3029,
  1081.319,
  176.9568,
  534.0763,
  2478.56,
  2276.123,
  2672.588,
  2807.146,
  2792.729,
  2712.835,
  2701.422,
  2705.026,
  2694.814,
  2727.252,
  2611.917,
  2668.383,
  2616.122,
  2575.875,
  2463.543,
  2453.931,
  2516.405,
  2395.062,
  2463.543,
  2389.055,
  2267.112,
  1749.904,
  439.1648,
  165.5434,
  89.79443,
  74.59657,
  138.3915,
  108.5364,
  76.75911,
  155.1512,
  116.4057,
  125.4163,
  78.38102,
  161.8791,
  174.7342,
  183.8049,
  243.0945,
  244.4761,
  199.4833,
  1175.029,
  437.9634,
  85.52941,
  171.9109,
  143.1971,
  331.3982,
  319.5643,
  680.0477,
  1592.52,
  1684.427,
  2307.96,
  2607.111,
  2520.61,
  2552.447,
  2718.843,
  2747.076,
  2699.62,
  2694.814,
  2525.415,
  1962.554,
  2857.005,
  2868.418,
  2895.45,
  2854.602,
  2810.75,
  2817.959,
  2838.984,
  2848.595,
  2903.259,
  2923.083,
  2925.485,
  2903.86,
  2919.478,
  2903.86,
  2900.856,
  2884.037,
  2888.241,
  2888.241,
  2860.008,
  2824.567,
  2785.521,
  2899.054,
  2888.241,
  2853.401,
  2884.637,
  2881.033,
  2881.634,
  2860.609,
  2861.811,
  2930.892,
  2924.284,
  2926.086,
  2920.68,
  2932.694,
  2922.482,
  2882.234,
  2903.86,
  2920.68,
  2934.496,
  2809.549,
  1168.421,
  2700.821,
  2085.699,
  2850.998,
  2854.602,
  2853.401,
  2854.602,
  2786.722,
  2801.139,
  631.3906,
  1016.443,
  2433.507,
  2676.192,
  2740.468,
  2780.115,
  2777.712,
  2832.376,
  2834.178,
  2911.669,
  2910.468,
  2927.888,
  2927.287,
  2945.909,
  2945.309,
  2941.704,
  2922.482,
  2929.69,
  2909.266,
  2936.298,
  2930.291,
  893.2982,
  2925.485 ;

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