netcdf E0109.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 = "29-Jan-2004 13:51:49:  Modified [lon,lat] to [-69.357300,43.713800].\n",
			"28-Jan-2004 11:36:50:  Modified [lon,lat] to [-69.357300,42.713000].\n",
			"Wed Jan 28 10:19:44 2004: /usr/local/nco/bin/ncrcat -d time,2453033.34028,2453033.44444 E0109.met.realtime.nc E0109.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 = 48489 ;
		:visibility_sensor_serial_number = 261 ;
		:processing = "realtime" ;
		:water_depth = 100 ;
		:mooring_site_id = "E0109" ;
		:mooring_site_desc = "Central Maine Shelf" ;
		:breakout_id = 1 ;
		:delta_t = 60 ;
		:magnetic_variation = -17.0167 ;
		:goes_platform_id = "044023B8" ;
		:starting_julian_day_number = 2453044.04167244 ;
		:starting_julian_day_string = "2004-02-08 01:00:00" ;
		:ending_julian_day_number = 2453051.00000579 ;
		:ending_julian_day_string = "2004-02-15 00:00:00" ;
		:algorithm_ids = "WIND_DIR_1.2:  16-Jan-2004 16:27:00\n",
			"AAN_VIZ_1.2:  16-Jan-2004 16:27:00" ;
data:

 lat = 43.7138 ;

 lon = -69.3573 ;

 air_temperature_depth = -3 ;

 visibility_depth = -3 ;

 wind_depth = -4 ;

 time = 2453044.04166667, 2453044.08333333, 2453044.125, 2453044.16666667, 
    2453044.20833333, 2453044.25, 2453044.29166667, 2453044.33333333, 
    2453044.375, 2453044.41666667, 2453044.45833333, 2453044.5, 
    2453044.54166667, 2453044.58333333, 2453044.625, 2453044.66666667, 
    2453044.70833333, 2453044.75, 2453044.79166667, 2453044.83333333, 
    2453044.875, 2453044.91666667, 2453044.95833333, 2453045, 
    2453045.04166667, 2453045.08333333, 2453045.125, 2453045.16666667, 
    2453045.20833333, 2453045.25, 2453045.29166667, 2453045.33333333, 
    2453045.375, 2453045.41666667, 2453045.45833333, 2453045.5, 
    2453045.54166667, 2453045.58333333, 2453045.625, 2453045.66666667, 
    2453045.70833333, 2453045.75, 2453045.79166667, 2453045.83333333, 
    2453045.875, 2453045.91666667, 2453045.95833333, 2453046, 
    2453046.04166667, 2453046.08333333, 2453046.125, 2453046.16666667, 
    2453046.20833333, 2453046.25, 2453046.29166667, 2453046.33333333, 
    2453046.375, 2453046.41666667, 2453046.45833333, 2453046.5, 
    2453046.54166667, 2453046.58333333, 2453046.625, 2453046.66666667, 
    2453046.70833333, 2453046.75, 2453046.79166667, 2453046.83333333, 
    2453046.875, 2453046.91666667, 2453046.95833333, 2453047, 
    2453047.04166667, 2453047.08333333, 2453047.125, 2453047.16666667, 
    2453047.20833333, 2453047.25, 2453047.29166667, 2453047.33333333, 
    2453047.375, 2453047.41666667, 2453047.45833333, 2453047.5, 
    2453047.54166667, 2453047.58333333, 2453047.625, 2453047.66666667, 
    2453047.70833333, 2453047.75, 2453047.79166667, 2453047.83333333, 
    2453047.875, 2453047.91666667, 2453047.95833333, 2453048, 
    2453048.04166667, 2453048.08333333, 2453048.125, 2453048.16666667, 
    2453048.20833333, 2453048.25, 2453048.29166667, 2453048.33333333, 
    2453048.375, 2453048.41666667, 2453048.45833333, 2453048.5, 
    2453048.54166667, 2453048.58333333, 2453048.625, 2453048.66666667, 
    2453048.70833333, 2453048.75, 2453048.79166667, 2453048.83333333, 
    2453048.875, 2453048.91666667, 2453048.95833333, 2453049, 
    2453049.04166667, 2453049.08333333, 2453049.125, 2453049.16666667, 
    2453049.20833333, 2453049.25, 2453049.29166667, 2453049.33333333, 
    2453049.375, 2453049.41666667, 2453049.45833333, 2453049.5, 
    2453049.54166667, 2453049.58333333, 2453049.625, 2453049.66666667, 
    2453049.70833333, 2453049.75, 2453049.79166667, 2453049.83333333, 
    2453049.875, 2453049.91666667, 2453049.95833333, 2453050, 
    2453050.04166667, 2453050.08333333, 2453050.125, 2453050.16666667, 
    2453050.20833333, 2453050.25, 2453050.29166667, 2453050.33333333, 
    2453050.375, 2453050.41666667, 2453050.45833333, 2453050.5, 
    2453050.54166667, 2453050.58333333, 2453050.625, 2453050.66666667, 
    2453050.70833333, 2453050.75, 2453050.79166667, 2453050.83333333, 
    2453050.875, 2453050.91666667, 2453050.95833333, 2453051 ;

 air_temperature =
  1.07,
  -0.494,
  -1.913,
  -3.147,
  -3.66,
  -3.964,
  -4.442,
  -4.67,
  -4.883,
  -5.272,
  -6.618,
  -7.77,
  -9.54,
  -9.97,
  -9.84,
  -9.62,
  -8.89,
  -8.43,
  -7.59,
  -6.959,
  -6.397,
  -6.449,
  -6.125,
  -6.247,
  -5.303,
  -4.258,
  -3.829,
  -2.76,
  -2.189,
  -2.113,
  -2.031,
  -1.888,
  -1.769,
  -2.049,
  -2.124,
  -1.982,
  -1.806,
  -1.183,
  -0.359,
  0.194,
  1.029,
  1.269,
  1.848,
  2.192,
  3.185,
  4.081,
  4.093,
  4.14,
  4.061,
  3.932,
  3.878,
  3.825,
  3.778,
  3.831,
  3.872,
  3.658,
  3.581,
  3.505,
  3.304,
  3.31,
  3.352,
  3.391,
  3.304,
  3.319,
  3.461,
  3.752,
  3.958,
  4.111,
  4.038,
  4.187,
  3.484,
  3.019,
  2.44,
  2.694,
  2.894,
  2.845,
  2.95,
  2.645,
  2.394,
  2.347,
  2.172,
  1.572,
  0.991,
  0.779,
  0.966,
  0.587,
  0.452,
  0.907,
  1.497,
  1.522,
  1.261,
  1.221,
  0.15,
  -0.812,
  -1.925,
  -2.72,
  -3.828,
  -4.556,
  -5.107,
  -5.494,
  -5.846,
  -6.107,
  -6.482,
  -6.977,
  -6.912,
  -6.637,
  -7.08,
  -6.853,
  -6.738,
  -6.287,
  -5.725,
  -4.381,
  -3.343,
  -3.04,
  -2.661,
  -2.171,
  -1.938,
  -1.388,
  -0.764,
  -0.431,
  0.027,
  0.205,
  -0.054,
  -0.391,
  -0.264,
  0.118,
  1.25,
  1.555,
  1.49,
  1.449,
  1.517,
  1.262,
  0.976,
  0.934,
  0.777,
  1.017,
  1.393,
  1.865,
  2.25,
  2.707,
  3.028,
  3.113,
  3.306,
  3.359,
  3.32,
  3.357,
  3.426,
  3.18,
  3.033,
  2.806,
  2.654,
  2.659,
  2.76,
  2.624,
  2.422,
  2.143,
  1.815,
  1.574,
  1.501,
  1.637,
  1.888,
  2.434,
  2.921,
  3.126,
  3.336,
  3.553,
  3.493,
  3.07 ;

 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 =
  11.17,
  12.23,
  11.33,
  11.68,
  14.31,
  13.92,
  13.8,
  14.23,
  12.78,
  13.33,
  14.94,
  14.5,
  16.39,
  15.37,
  16.93,
  18.07,
  18.89,
  17.76,
  18.7,
  16.35,
  15.76,
  14.31,
  15.68,
  13.41,
  13.52,
  13.09,
  12.39,
  12,
  12.54,
  13.45,
  12.03,
  11.05,
  10.51,
  9.37,
  9.76,
  8.35,
  8.08,
  9.45,
  9.84,
  8.9,
  10.31,
  10.31,
  12,
  10,
  10.35,
  11.41,
  12.03,
  12.86,
  14.11,
  13.88,
  13.96,
  13.84,
  13.33,
  12.54,
  12.47,
  12.23,
  12.23,
  11.68,
  11.56,
  10.19,
  11.41,
  10.43,
  12,
  10.11,
  10.98,
  9.41,
  7.92,
  7.49,
  8.11,
  8.19,
  11.02,
  8.43,
  4.606,
  3.018,
  2.666,
  2.352,
  4.978,
  5.135,
  3.92,
  4.43,
  8.51,
  10,
  7.25,
  7.64,
  7.96,
  7.68,
  7.1,
  8.43,
  10.78,
  11.17,
  13.84,
  14.35,
  14.07,
  14.86,
  16.78,
  14.54,
  14.86,
  14.35,
  12.86,
  13.45,
  13.21,
  12.11,
  9.84,
  9.92,
  9.64,
  10.82,
  9.53,
  8.35,
  5.802,
  5.488,
  6.742,
  5.645,
  7.06,
  7.96,
  7.6,
  7.68,
  7.1,
  6.154,
  4.155,
  4.508,
  6.625,
  6.233,
  6.39,
  4.234,
  4.939,
  3.763,
  9.06,
  13.6,
  10.86,
  11.21,
  11.17,
  11.96,
  11.72,
  10.47,
  12.07,
  10.94,
  11.56,
  11.52,
  10.47,
  6.429,
  9.49,
  11.13,
  12.94,
  10.74,
  13.41,
  12.78,
  13.6,
  14.03,
  13.6,
  11.76,
  10.54,
  11.05,
  10.43,
  10.66,
  11.02,
  12.98,
  11.92,
  11.21,
  10.23,
  10.27,
  9.8,
  8.66,
  10.23,
  10.66,
  9.25,
  9.25,
  10.35,
  10.35 ;

 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.54,
  9.8,
  8.97,
  9.36,
  11.56,
  11.39,
  10.71,
  11.26,
  9.89,
  9.93,
  12.31,
  12.53,
  12.91,
  11.9,
  13.91,
  15.21,
  16.16,
  14.78,
  15.17,
  13.39,
  13,
  11.51,
  12.29,
  11.13,
  10.43,
  10.89,
  10.45,
  10.31,
  10.51,
  10.76,
  9.94,
  9.32,
  8.88,
  7.79,
  8.04,
  6.903,
  6.568,
  7.97,
  7.97,
  7.67,
  8.55,
  8.52,
  9.48,
  8.56,
  8.63,
  10.02,
  9.82,
  10.07,
  12.12,
  11.52,
  11.38,
  11.34,
  10.88,
  10.61,
  10.2,
  9.98,
  9.94,
  9.7,
  9.52,
  8.61,
  9.28,
  9.16,
  9.66,
  8.58,
  9.03,
  7.81,
  6.975,
  6.182,
  6.782,
  7.16,
  8.97,
  6.009,
  2.609,
  2.27,
  2.086,
  1.831,
  3.227,
  4.395,
  3.23,
  3.672,
  7.05,
  8.38,
  5.312,
  6.453,
  6.948,
  6.683,
  5.655,
  7.24,
  8.58,
  8.35,
  10.73,
  11.52,
  12.08,
  12.68,
  13.08,
  12.04,
  12.19,
  11.79,
  10.28,
  10.62,
  10.1,
  10.01,
  8.2,
  8.51,
  7.75,
  7.93,
  7.18,
  6.927,
  4.288,
  4.133,
  4.625,
  4.038,
  5.466,
  6.647,
  6.478,
  6.129,
  5.43,
  4.756,
  2.974,
  2.99,
  5.16,
  5.186,
  5.364,
  3.4,
  3.44,
  3.038,
  6.754,
  9.81,
  9.23,
  9.73,
  9.66,
  9.38,
  9.17,
  8.81,
  10.06,
  9.68,
  10.24,
  9.4,
  8.94,
  4.866,
  7.63,
  9.68,
  10.57,
  9.28,
  10.64,
  10.73,
  11.33,
  11.49,
  10.72,
  9.93,
  8.96,
  9.25,
  8.43,
  9.28,
  9.46,
  10.59,
  10.37,
  9.39,
  7.98,
  8.91,
  8.48,
  7.11,
  8.65,
  8.89,
  7.95,
  7.77,
  8.91,
  8.53 ;

 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 =
  323.6833,
  334.4833,
  328.7833,
  315.0833,
  313.8833,
  319.8833,
  316.0833,
  315.9833,
  324.8833,
  324.4833,
  331.1833,
  319.5833,
  319.1833,
  320.4833,
  319.7833,
  317.3833,
  313.7833,
  319.2833,
  310.1833,
  316.8833,
  318.8833,
  310.4833,
  310.6833,
  300.0833,
  293.5833,
  275.2833,
  277.5833,
  280.4833,
  276.2833,
  273.4833,
  261.3833,
  276.5833,
  271.6833,
  281.8833,
  280.5833,
  288.2833,
  280.9833,
  264.4833,
  259.0833,
  250.9833,
  251.1833,
  236.0833,
  236.6833,
  229.0833,
  236.8833,
  232.7833,
  232.4833,
  232.2833,
  231.0833,
  233.2833,
  236.7833,
  241.7833,
  244.5833,
  248.2833,
  252.5833,
  253.4833,
  255.4833,
  250.2833,
  251.5833,
  250.4833,
  255.2833,
  259.4833,
  256.2833,
  258.2833,
  251.0833,
  263.8833,
  260.1833,
  235.4833,
  217.9833,
  240.5833,
  338.6833,
  346.9823,
  334.4833,
  299.5833,
  292.8833,
  302.9833,
  274.7833,
  295.0833,
  278.3833,
  260.2833,
  285.7833,
  296.6833,
  309.7833,
  293.1833,
  294.9833,
  297.9833,
  302.4833,
  289.8833,
  289.7833,
  289.5833,
  282.9833,
  303.9833,
  314.4833,
  307.6833,
  306.5833,
  315.5833,
  311.7833,
  316.9833,
  319.8833,
  324.4833,
  315.6833,
  316.0833,
  310.1833,
  316.0833,
  320.8833,
  322.9833,
  325.7833,
  324.4833,
  322.0833,
  305.1833,
  276.0833,
  229.7833,
  238.6833,
  252.4833,
  255.4833,
  262.3833,
  271.0833,
  265.3833,
  278.2833,
  285.7833,
  287.8833,
  281.1833,
  293.5833,
  310.5833,
  278.1833,
  238.5833,
  246.3833,
  259.6833,
  251.8833,
  261.4833,
  262.7833,
  269.0833,
  290.8833,
  278.3833,
  273.1833,
  273.4833,
  279.3833,
  280.0833,
  274.0833,
  253.1833,
  241.3833,
  243.0833,
  247.4833,
  247.7833,
  250.2833,
  245.2833,
  258.0833,
  254.7833,
  253.7833,
  257.1833,
  258.5833,
  260.5833,
  255.2833,
  251.5833,
  262.3833,
  275.8833,
  279.5833,
  281.1833,
  276.8833,
  277.6833,
  267.5833,
  260.7833,
  265.9833,
  250.4833,
  237.4833,
  247.8833,
  270.1833,
  282.0833 ;

 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 =
  2777.111,
  2521.811,
  2956.722,
  2957.923,
  2956.722,
  2957.323,
  2953.118,
  2953.118,
  2957.323,
  2954.92,
  2904.461,
  2820.962,
  2494.179,
  1709.056,
  2796.333,
  1795.558,
  2682.8,
  2629.938,
  2382.448,
  2900.256,
  2883.436,
  2834.779,
  2662.376,
  2956.121,
  2957.923,
  2949.513,
  2954.92,
  2952.517,
  2949.513,
  2948.913,
  2956.121,
  2958.524,
  2957.923,
  2958.524,
  2957.323,
  1370.859,
  2745.874,
  2830.574,
  2937.499,
  2868.418,
  2904.461,
  2920.68,
  2905.662,
  2930.892,
  2915.874,
  2878.03,
  2826.969,
  2822.765,
  2774.107,
  2786.122,
  2689.408,
  2819.16,
  2822.765,
  2840.185,
  2677.995,
  2822.765,
  2854.602,
  2844.39,
  2811.351,
  2816.758,
  1661,
  1653.792,
  2583.684,
  2868.418,
  2204.038,
  2735.062,
  2392.059,
  2712.835,
  2878.63,
  2904.461,
  2953.118,
  2957.923,
  2954.319,
  2957.923,
  2957.923,
  2957.923,
  2957.923,
  2957.923,
  2957.923,
  2957.923,
  2957.923,
  2957.323,
  2957.923,
  2955.521,
  2945.309,
  2915.874,
  2951.916,
  2867.818,
  2547.641,
  2950.114,
  2936.899,
  1996.194,
  490.2248,
  2381.847,
  2947.711,
  2940.503,
  2932.093,
  2684.002,
  2941.704,
  2950.715,
  2954.319,
  2951.316,
  2955.521,
  2958.524,
  2957.923,
  2957.923,
  2957.923,
  2817.358,
  2956.722,
  2950.715,
  2957.923,
  2953.118,
  2942.305,
  2939.902,
  2936.298,
  2554.85,
  2468.949,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2957.923,
  2956.722,
  2951.316,
  2937.499,
  2932.694,
  2905.662,
  2677.995,
  2451.529,
  2888.842,
  2810.15,
  2888.241,
  2939.302,
  2351.211,
  2507.995,
  2671.988,
  2394.461,
  2939.302,
  2954.319,
  2952.517,
  2936.899,
  2949.513,
  2944.708,
  2951.316,
  2952.517,
  2954.92,
  2955.521,
  2955.521,
  2955.521,
  2953.118,
  2551.846,
  1392.485,
  2202.236,
  2615.521,
  2642.553,
  2348.207,
  2309.762,
  2254.497,
  2277.324,
  2656.369,
  2902.658,
  2952.517,
  2954.92 ;

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