netcdf E0107.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 = 2452973.5 ;
		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 = "04-Dec-2003 17:47:11:  Parameter visibility marked as non-functional as of julian day 2452973.500000 (2003-11-29 12:00:00)\n",
			"16-Oct-2003 11:33:34:  Modified [lon,lat] to [-69.355967,43.714156].\n",
			"Thu Oct  9 21:04:32 2003: ncrcat -d time,2452922.7916666, pre/E0107.met.realtime.nc post/E0107.met.realtime.nc" ;
		: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 = 46269 ;
		:visibility_sensor_serial_number = 289 ;
		:processing = "realtime" ;
		:water_depth = 100 ;
		:mooring_site_id = "E0107" ;
		:mooring_site_desc = "Central Maine Shelf" ;
		:breakout_id = 1 ;
		:delta_t = 60 ;
		:magnetic_variation = -17.0167 ;
		:goes_platform_id = "044023B8" ;
		:starting_julian_day_number = 2452974.04167244 ;
		:starting_julian_day_string = "2003-11-30 01:00:00" ;
		:ending_julian_day_number = 2452981.00000579 ;
		:ending_julian_day_string = "2003-12-07 00:00:00" ;
		:algorithm_ids = "WIND_DIR_1.2:  03-Oct-2003 12:09:55\n",
			"AAN_VIZ_1.2:  03-Oct-2003 12:09:55" ;
data:

 lat = 43.7141561889648 ;

 lon = -69.3559674072266 ;

 air_temperature_depth = -3 ;

 visibility_depth = -3 ;

 wind_depth = -4 ;

 time = 2452974.04166667, 2452974.08333333, 2452974.125, 2452974.16666667, 
    2452974.20833333, 2452974.25, 2452974.29166667, 2452974.33333333, 
    2452974.375, 2452974.41666667, 2452974.45833333, 2452974.5, 
    2452974.54166667, 2452974.58333333, 2452974.625, 2452974.66666667, 
    2452974.70833333, 2452974.75, 2452974.79166667, 2452974.83333333, 
    2452974.875, 2452974.91666667, 2452974.95833333, 2452975, 
    2452975.04166667, 2452975.08333333, 2452975.125, 2452975.16666667, 
    2452975.20833333, 2452975.25, 2452975.29166667, 2452975.33333333, 
    2452975.375, 2452975.41666667, 2452975.45833333, 2452975.5, 
    2452975.54166667, 2452975.58333333, 2452975.625, 2452975.66666667, 
    2452975.70833333, 2452975.75, 2452975.79166667, 2452975.83333333, 
    2452975.875, 2452975.91666667, 2452975.95833333, 2452976, 
    2452976.04166667, 2452976.08333333, 2452976.125, 2452976.16666667, 
    2452976.20833333, 2452976.25, 2452976.29166667, 2452976.33333333, 
    2452976.375, 2452976.41666667, 2452976.45833333, 2452976.5, 
    2452976.54166667, 2452976.58333333, 2452976.625, 2452976.66666667, 
    2452976.70833333, 2452976.75, 2452976.79166667, 2452976.83333333, 
    2452976.875, 2452976.91666667, 2452976.95833333, 2452977, 
    2452977.04166667, 2452977.08333333, 2452977.125, 2452977.16666667, 
    2452977.20833333, 2452977.25, 2452977.29166667, 2452977.33333333, 
    2452977.375, 2452977.41666667, 2452977.45833333, 2452977.5, 
    2452977.54166667, 2452977.58333333, 2452977.625, 2452977.66666667, 
    2452977.70833333, 2452977.75, 2452977.79166667, 2452977.83333333, 
    2452977.875, 2452977.91666667, 2452977.95833333, 2452978, 
    2452978.04166667, 2452978.08333333, 2452978.125, 2452978.16666667, 
    2452978.20833333, 2452978.25, 2452978.29166667, 2452978.33333333, 
    2452978.375, 2452978.41666667, 2452978.45833333, 2452978.5, 
    2452978.54166667, 2452978.58333333, 2452978.625, 2452978.66666667, 
    2452978.70833333, 2452978.75, 2452978.79166667, 2452978.83333333, 
    2452978.875, 2452978.91666667, 2452978.95833333, 2452979, 
    2452979.04166667, 2452979.08333333, 2452979.125, 2452979.16666667, 
    2452979.20833333, 2452979.25, 2452979.29166667, 2452979.33333333, 
    2452979.375, 2452979.41666667, 2452979.45833333, 2452979.5, 
    2452979.54166667, 2452979.58333333, 2452979.625, 2452979.66666667, 
    2452979.70833333, 2452979.75, 2452979.79166667, 2452979.83333333, 
    2452979.875, 2452979.91666667, 2452979.95833333, 2452980, 
    2452980.04166667, 2452980.08333333, 2452980.125, 2452980.16666667, 
    2452980.20833333, 2452980.25, 2452980.29166667, 2452980.33333333, 
    2452980.375, 2452980.41666667, 2452980.45833333, 2452980.5, 
    2452980.54166667, 2452980.58333333, 2452980.625, 2452980.66666667, 
    2452980.70833333, 2452980.75, 2452980.79166667, 2452980.83333333, 
    2452980.875, 2452980.91666667, 2452980.95833333, 2452981 ;

 air_temperature =
  3.409,
  3.384,
  4.041,
  4.124,
  3.83,
  3.958,
  3.622,
  3.998,
  4.245,
  5.075,
  5.576,
  5.812,
  5.851,
  5.701,
  5.816,
  5.678,
  5.63,
  6.235,
  6.75,
  6.711,
  6.968,
  6.781,
  6.695,
  6.656,
  6.754,
  6.837,
  6.942,
  7.18,
  7.42,
  7.54,
  7.69,
  7.63,
  7.93,
  8.17,
  8.27,
  8.25,
  8.12,
  7.86,
  7.79,
  7.89,
  7.18,
  7.25,
  5.329,
  6.311,
  5.228,
  4.605,
  3.79,
  3.456,
  2.786,
  2.086,
  1.804,
  1.611,
  1.05,
  0.478,
  0.119,
  0.107,
  -0.297,
  -0.681,
  -0.857,
  -2.842,
  -2.147,
  -2.592,
  -2.732,
  -2.489,
  -2.38,
  -2.156,
  -2.055,
  -2.369,
  -2.803,
  -3.645,
  -4.775,
  -5.785,
  -6.184,
  -6.345,
  -6.158,
  -6.656,
  -6.856,
  -6.674,
  -7.01,
  -6.896,
  -6.18,
  -6.13,
  -6.034,
  -5.653,
  -5.403,
  -4.93,
  -4.329,
  -3.722,
  -3.668,
  -2.917,
  -2.498,
  -2.376,
  -2.347,
  -2.885,
  -3.713,
  -3.937,
  -3.921,
  -3.777,
  -3.36,
  -3.336,
  -3.498,
  -3.306,
  -3.265,
  -3.512,
  -3.782,
  -3.873,
  -3.797,
  -3.619,
  -3.693,
  -3.458,
  -3.255,
  -2.957,
  -2.59,
  -2.237,
  -1.493,
  -1.343,
  -1.48,
  -1.607,
  -1.937,
  -2.857,
  -3.554,
  -4.202,
  -4.244,
  -4.495,
  -4.854,
  -4.806,
  -5.24,
  -5.57,
  -6.329,
  -6.465,
  -6.624,
  -6.718,
  -6.124,
  -6.405,
  -6.032,
  -5.872,
  -5.604,
  -5.148,
  -4.644,
  -4.276,
  -3.796,
  -3.832,
  -3.383,
  -3.034,
  -2.998,
  -2.649,
  -2.609,
  -2.063,
  -2.197,
  -3.096,
  -3.455,
  -3.981,
  -3.695,
  -2.742,
  -2.343,
  -2.227,
  -2.089,
  -2.109,
  -1.78,
  -0.941,
  -0.001,
  0.271,
  0.329,
  -0.089,
  -0.188,
  -0.114,
  -0.238,
  -0.43 ;

 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 =
  19.21,
  19.01,
  20.11,
  19.21,
  20.34,
  19.76,
  18.31,
  17.29,
  15.01,
  14.58,
  14.86,
  15.48,
  16.5,
  15.05,
  14.35,
  13.99,
  13.29,
  13.13,
  13.48,
  12.62,
  12.9,
  12.98,
  12.82,
  13.6,
  14.5,
  13.96,
  14.43,
  14.7,
  13.23,
  11.17,
  12.86,
  13.09,
  13.76,
  12.74,
  15.33,
  14.03,
  13.8,
  14.9,
  16.82,
  15.52,
  13.68,
  13.64,
  15.41,
  17.09,
  15.17,
  15.6,
  16.58,
  15.09,
  14.82,
  12.78,
  12.94,
  13.05,
  14.11,
  11.68,
  10.9,
  8.66,
  8.27,
  9.64,
  12.39,
  11.13,
  10.78,
  12.07,
  12.7,
  10.43,
  12,
  12.78,
  11.96,
  14.43,
  14.15,
  16.07,
  17.33,
  17.13,
  16.9,
  15.37,
  14.6,
  14.5,
  15.52,
  14.5,
  15.52,
  14.11,
  16.62,
  15.6,
  16.42,
  16.03,
  17.21,
  15.95,
  14.27,
  12.62,
  13.96,
  15.29,
  13.13,
  14.82,
  14.86,
  15.68,
  16.9,
  14.5,
  14.35,
  13.48,
  12.39,
  11.92,
  11.64,
  12.11,
  11.76,
  11.52,
  9.56,
  10.82,
  11.29,
  10.66,
  10.15,
  8.7,
  8.47,
  8.11,
  9.33,
  9.8,
  11.68,
  11.68,
  11.37,
  10.94,
  11.17,
  13.29,
  10.94,
  11.13,
  10.51,
  11.37,
  9.11,
  8.27,
  7.88,
  9.06,
  8.15,
  8.62,
  7.17,
  7.33,
  7.1,
  6.782,
  7.64,
  7.53,
  6.272,
  4.743,
  4.39,
  4.861,
  4.9,
  5.762,
  5.998,
  9.09,
  11.09,
  11.29,
  12.27,
  14.19,
  14.94,
  15.52,
  16.82,
  14.86,
  14.94,
  15.17,
  16.66,
  15.99,
  16.39,
  17.29,
  17.95,
  16.74,
  17.99,
  19.52,
  20.15,
  19.64,
  19.13,
  19.33,
  19.13,
  20.58 ;

 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 =
  15.19,
  15.49,
  16.53,
  16.54,
  17.12,
  15.23,
  15.01,
  14.33,
  12.93,
  12.47,
  12.67,
  13.15,
  13.15,
  12.57,
  11.83,
  11.44,
  11.46,
  11.15,
  11.25,
  10.46,
  9.87,
  11,
  10.75,
  11.59,
  11.78,
  12.14,
  12.3,
  12.11,
  10.92,
  8.73,
  10.35,
  10.61,
  11.23,
  10.58,
  12.43,
  11.65,
  11.39,
  12.55,
  14.01,
  12.66,
  11.12,
  11.37,
  12.33,
  13.87,
  13.15,
  12.42,
  13.66,
  11.53,
  11.52,
  11.02,
  10.6,
  10.71,
  11.71,
  9.59,
  8.16,
  6.909,
  6.7,
  7.69,
  9.76,
  8.78,
  8.93,
  10.01,
  8.59,
  8.55,
  8.46,
  10.52,
  9.48,
  10.94,
  11.16,
  12.62,
  14.11,
  14.37,
  13.69,
  12.79,
  12.14,
  12.12,
  11.81,
  11.9,
  11.62,
  11.71,
  13.49,
  13.19,
  13.82,
  13.32,
  13.33,
  13.08,
  11.01,
  10.61,
  10.85,
  11.69,
  10.59,
  11.37,
  11.65,
  13.37,
  13.46,
  11.2,
  10.97,
  10,
  9.52,
  9.67,
  8.33,
  9.76,
  9.49,
  8.79,
  7.78,
  8.55,
  8.42,
  8.65,
  7.6,
  7,
  6.655,
  6.392,
  7.09,
  6.586,
  9.17,
  8.55,
  8.94,
  8.79,
  8.76,
  10.86,
  8.84,
  8.45,
  8.25,
  8.93,
  5.575,
  6.619,
  6.036,
  6.349,
  6.049,
  6.557,
  5.864,
  5.349,
  5.055,
  4.62,
  5.79,
  5.753,
  4.325,
  3.381,
  2.701,
  3.224,
  3.483,
  4.193,
  4.886,
  7.42,
  8.84,
  9,
  10.14,
  11.41,
  12.05,
  12.4,
  12.97,
  11.89,
  12.31,
  12.63,
  13.26,
  13.77,
  13.89,
  14.4,
  14.52,
  14.65,
  14.8,
  16.16,
  16.22,
  16.62,
  16.07,
  15.45,
  15.94,
  15.97 ;

 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 =
  275.1833,
  269.6833,
  273.8833,
  275.6833,
  274.3833,
  272.6833,
  277.3833,
  264.5833,
  267.9833,
  262.9833,
  267.4833,
  254.2833,
  259.0833,
  257.1833,
  262.7833,
  263.5833,
  264.6833,
  277.9833,
  277.3833,
  273.5833,
  268.7833,
  269.0833,
  260.5833,
  268.3833,
  260.5833,
  265.9833,
  263.1833,
  260.7833,
  250.7833,
  253.0833,
  231.6833,
  214.3833,
  219.1833,
  224.8833,
  240.7833,
  243.8833,
  246.5833,
  244.7833,
  259.4833,
  258.7833,
  320.0833,
  305.3833,
  289.6833,
  297.8833,
  301.9833,
  309.3833,
  315.7833,
  299.6833,
  301.8833,
  307.0833,
  311.4833,
  304.5833,
  305.4833,
  319.3833,
  302.5833,
  313.2833,
  336.7833,
  352.5133,
  348.0443,
  343.9073,
  357.4733,
  338.7833,
  344.3413,
  338.4833,
  330.8833,
  320.3833,
  319.7833,
  336.6833,
  333.3833,
  332.2833,
  333.6833,
  324.8833,
  323.4833,
  328.1833,
  327.2833,
  329.8833,
  329.0833,
  323.1833,
  330.1833,
  328.6833,
  332.5833,
  324.7833,
  328.4833,
  325.5833,
  331.7833,
  329.5833,
  322.3833,
  336.2833,
  324.5833,
  321.4833,
  311.8833,
  324.5833,
  335.7833,
  331.5833,
  328.0833,
  332.6833,
  328.2833,
  324.2833,
  326.5833,
  320.6833,
  323.3833,
  323.6833,
  324.4833,
  325.2833,
  316.1833,
  313.8833,
  316.4833,
  329.6833,
  316.8833,
  322.5833,
  316.9833,
  313.2833,
  309.0833,
  307.1833,
  319.0833,
  315.2833,
  313.2833,
  325.7833,
  331.5833,
  335.2833,
  337.2833,
  344.2743,
  349.9833,
  357.0833,
  347.8023,
  346.6183,
  337.5833,
  5.4533,
  13.9433,
  14.0633,
  20.8533,
  24.2233,
  25.6633,
  23.5833,
  20.0633,
  19.9033,
  13.3233,
  24.5433,
  26.8833,
  27.6533,
  35.9933,
  37.4533,
  40.7033,
  43.7233,
  60.0833,
  75.1833,
  59.6833,
  57.6833,
  57.7833,
  55.8833,
  51.9333,
  49.1133,
  44.2333,
  52.6833,
  55.4833,
  54.3833,
  55.0833,
  53.7833,
  57.0833,
  59.8833,
  57.3833,
  57.0833,
  57.9833,
  55.4833,
  59.4833,
  54.1833,
  45.5433,
  45.7233 ;

 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 =
  -0.5517,
  -0.5517,
  -0.5517,
  -0.5517,
  -0.5517,
  -0.5517,
  -0.5517,
  -0.5517,
  -0.5517,
  -0.5517,
  -0.5517,
  -0.5517,
  -0.5517,
  -0.5517,
  -0.5517,
  -0.5517,
  -0.5517,
  -0.5517,
  -0.5517,
  -0.5517,
  -0.5517,
  -0.5517,
  -0.5517,
  -0.5517,
  -0.5517,
  -0.5517,
  -0.5517,
  -0.5517,
  -0.5517,
  -0.5517,
  -0.5517,
  -0.5517,
  -0.5517,
  -0.5517,
  -0.5517,
  -0.5517,
  -0.5517,
  50.50828,
  0.1307016,
  12.06912,
  -0.5517,
  -0.5517,
  508.2459,
  768.3514,
  361.6137,
  1066.301,
  1635.77,
  920.33,
  2232.271,
  2760.892,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.726,
  2959.726,
  2960.326,
  2960.326,
  2960.326,
  2960.326,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2960.326,
  2960.326,
  2960.326,
  2960.326,
  2960.326,
  1239.305,
  -0.5517,
  250.4231,
  310.3134,
  17.31929,
  734.1113,
  2383.048,
  5.647582,
  0.9957176,
  -0.5517,
  -0.5517,
  -0.5517,
  -0.5517,
  0.2184046,
  -0.5517,
  -0.5517,
  -0.5517,
  -0.5517,
  -0.5517,
  -0.5517,
  -0.5517,
  -0.5517,
  -0.5517,
  -0.5517,
  -0.5517,
  -0.35587,
  -0.453785,
  -0.5517,
  -0.5450922,
  0.9957176,
  75.79798,
  11.81683,
  -0.5042443,
  -0.5517,
  97.66367,
  -0.5517,
  -0.5517,
  -0.5517,
  -0.5517,
  -0.5517,
  2.542535,
  -0.5517,
  -0.5517,
  -0.5517,
  -0.5517,
  -0.5517,
  -0.5517,
  -0.5517,
  -0.5517,
  -0.5517,
  -0.5517,
  -0.5517,
  -0.5517,
  18.0101,
  -0.5517,
  -0.5517,
  -0.5517,
  -0.5517,
  -0.5517,
  -0.5517,
  -0.5517,
  -0.5517,
  -0.5517,
  -0.5517,
  -0.5517,
  -0.5517,
  -0.5517,
  -0.5517,
  -0.5517,
  -0.5517,
  -0.453785,
  -0.5517,
  21.17582,
  -0.5517,
  1010.436,
  2959.125,
  2959.125,
  2959.125,
  2959.125 ;

 visibility_qc =
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2 ;
}
