netcdf C0205.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 = "Tue Feb 24 14:18:46 2004: /usr/local/nco/bin/ncrcat -d time,2453056.5104,2453060.6250 C0205.met.realtime.nc C0205.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 = 318 ;
		:processing = "realtime" ;
		:water_depth = 46 ;
		:mooring_site_id = "C0205" ;
		:mooring_site_desc = "Casco Bay" ;
		:breakout_id = 1 ;
		:delta_t = 60 ;
		:magnetic_variation = -16.6333 ;
		:goes_platform_id = "04405528" ;
		:starting_julian_day_number = 2453100.00000579 ;
		:starting_julian_day_string = "2004-04-04 00:00:00" ;
		:ending_julian_day_number = 2453106.95833912 ;
		:ending_julian_day_string = "2004-04-10 23:00:00" ;
		:algorithm_ids = "WIND_DIR_1.2:  20-Feb-2004 16:15:07\n",
			"AAN_VIZ_1.2:  20-Feb-2004 16:15:07" ;
data:

 lat = 43.5695 ;

 lon = -70.055 ;

 air_temperature_depth = -3 ;

 visibility_depth = -3 ;

 wind_depth = -4 ;

 time = 2453100, 2453100.04166667, 2453100.08333333, 2453100.125, 
    2453100.16666667, 2453100.20833333, 2453100.25, 2453100.29166667, 
    2453100.33333333, 2453100.375, 2453100.41666667, 2453100.45833333, 
    2453100.5, 2453100.54166667, 2453100.58333333, 2453100.625, 
    2453100.66666667, 2453100.70833333, 2453100.75, 2453100.79166667, 
    2453100.83333333, 2453100.875, 2453100.91666667, 2453100.95833333, 
    2453101, 2453101.04166667, 2453101.08333333, 2453101.125, 
    2453101.16666667, 2453101.20833333, 2453101.25, 2453101.29166667, 
    2453101.33333333, 2453101.375, 2453101.41666667, 2453101.45833333, 
    2453101.5, 2453101.54166667, 2453101.58333333, 2453101.625, 
    2453101.66666667, 2453101.70833333, 2453101.75, 2453101.79166667, 
    2453101.83333333, 2453101.875, 2453101.91666667, 2453101.95833333, 
    2453102, 2453102.04166667, 2453102.08333333, 2453102.125, 
    2453102.16666667, 2453102.20833333, 2453102.25, 2453102.29166667, 
    2453102.33333333, 2453102.375, 2453102.41666667, 2453102.45833333, 
    2453102.5, 2453102.54166667, 2453102.58333333, 2453102.625, 
    2453102.66666667, 2453102.70833333, 2453102.75, 2453102.79166667, 
    2453102.83333333, 2453102.875, 2453102.91666667, 2453102.95833333, 
    2453103, 2453103.04166667, 2453103.08333333, 2453103.125, 
    2453103.16666667, 2453103.20833333, 2453103.25, 2453103.29166667, 
    2453103.33333333, 2453103.375, 2453103.41666667, 2453103.45833333, 
    2453103.5, 2453103.54166667, 2453103.58333333, 2453103.625, 
    2453103.66666667, 2453103.70833333, 2453103.75, 2453103.79166667, 
    2453103.83333333, 2453103.875, 2453103.91666667, 2453103.95833333, 
    2453104, 2453104.04166667, 2453104.08333333, 2453104.125, 
    2453104.16666667, 2453104.20833333, 2453104.25, 2453104.29166667, 
    2453104.33333333, 2453104.375, 2453104.41666667, 2453104.45833333, 
    2453104.5, 2453104.54166667, 2453104.58333333, 2453104.625, 
    2453104.66666667, 2453104.70833333, 2453104.75, 2453104.79166667, 
    2453104.83333333, 2453104.875, 2453104.91666667, 2453104.95833333, 
    2453105, 2453105.04166667, 2453105.08333333, 2453105.125, 
    2453105.16666667, 2453105.20833333, 2453105.25, 2453105.29166667, 
    2453105.33333333, 2453105.375, 2453105.41666667, 2453105.45833333, 
    2453105.5, 2453105.54166667, 2453105.58333333, 2453105.625, 
    2453105.66666667, 2453105.70833333, 2453105.75, 2453105.79166667, 
    2453105.83333333, 2453105.875, 2453105.91666667, 2453105.95833333, 
    2453106, 2453106.04166667, 2453106.08333333, 2453106.125, 
    2453106.16666667, 2453106.20833333, 2453106.25, 2453106.29166667, 
    2453106.33333333, 2453106.375, 2453106.41666667, 2453106.45833333, 
    2453106.5, 2453106.54166667, 2453106.58333333, 2453106.625, 
    2453106.66666667, 2453106.70833333, 2453106.75, 2453106.79166667, 
    2453106.83333333, 2453106.875, 2453106.91666667, 2453106.95833333 ;

 air_temperature =
  2.694,
  2.73,
  3.026,
  3.326,
  3.299,
  3.273,
  3.241,
  3.14,
  3.242,
  3.167,
  3.069,
  3.348,
  3.337,
  3.47,
  3.452,
  3.343,
  3.58,
  3.619,
  3.615,
  3.56,
  3.539,
  3.757,
  3.33,
  3.314,
  3.18,
  3.156,
  3.113,
  2.891,
  3.57,
  3.923,
  3.432,
  2.682,
  2.695,
  1.056,
  0.52,
  -0.474,
  -0.908,
  -1.829,
  -1.866,
  -1.714,
  -0.567,
  0.408,
  1.301,
  1.36,
  1.622,
  0.982,
  -0.075,
  0.14,
  0.311,
  -0.001,
  0.051,
  0.233,
  0.203,
  0.243,
  0.324,
  0.207,
  0.117,
  -0.284,
  -0.557,
  -0.694,
  -0.774,
  -0.557,
  -0.249,
  0.395,
  1.367,
  1.981,
  2.443,
  3.204,
  3.827,
  3.967,
  4.232,
  3.367,
  3.053,
  3.066,
  2.614,
  2.757,
  2.979,
  2.833,
  2.656,
  2.643,
  2.668,
  2.666,
  2.756,
  2.952,
  3.399,
  2.991,
  3.092,
  3.827,
  3.844,
  4.268,
  3.999,
  4.128,
  4.594,
  4.256,
  5.062,
  4.384,
  4.53,
  4.563,
  5.33,
  4.43,
  4.341,
  4.132,
  3.835,
  3.509,
  3.134,
  3.215,
  3.01,
  2.723,
  2.844,
  3.203,
  3.517,
  3.825,
  4.051,
  4.188,
  4.384,
  4.772,
  4.887,
  4.946,
  4.78,
  4.741,
  4.78,
  4.298,
  4.137,
  4.036,
  4,
  3.529,
  3.381,
  3.264,
  3.542,
  3.174,
  2.99,
  3.834,
  3.853,
  3.933,
  6.762,
  5.801,
  4.936,
  5.057,
  5.132,
  5.305,
  5.047,
  4.959,
  5.048,
  5.514,
  6.889,
  6.093,
  5.615,
  4.99,
  4.728,
  4.224,
  4.114,
  3.971,
  3.906,
  3.697,
  3.736,
  3.413,
  3.385,
  4.505,
  5.241,
  5.799,
  6.196,
  6.757,
  6.813,
  7.4,
  6.645,
  7.32,
  7.38,
  5.696 ;

 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 =
  1.215,
  1.96,
  2.862,
  2.313,
  3.646,
  2.744,
  2.744,
  3.489,
  3.43,
  2.117,
  2.078,
  3.175,
  2.744,
  2.274,
  1.764,
  3.646,
  3.293,
  3.528,
  4.351,
  5.919,
  5.292,
  2.94,
  2.901,
  1.568,
  1.764,
  1.568,
  0.98,
  1.999,
  4.704,
  7.92,
  8.39,
  12,
  10,
  12.11,
  12.11,
  14.03,
  14.03,
  13.92,
  14.43,
  13.48,
  12.82,
  11.88,
  10.54,
  10.39,
  12.74,
  11.76,
  13.17,
  14.07,
  13.25,
  10.07,
  10.07,
  10.11,
  9.8,
  9.17,
  9.17,
  9.17,
  9.84,
  10.78,
  9.68,
  10.58,
  11.29,
  10.27,
  9.45,
  6.978,
  7.68,
  8.43,
  7.37,
  8.58,
  9.56,
  11.56,
  11.68,
  12,
  11.88,
  7.41,
  6.468,
  6.468,
  5.606,
  7.02,
  5.292,
  6.703,
  5.39,
  3.881,
  3.175,
  3.097,
  2.744,
  4.939,
  4.782,
  3.136,
  2.666,
  3.959,
  5.802,
  6.938,
  6.076,
  5.958,
  4.704,
  2.646,
  2.548,
  1.96,
  2.509,
  2.509,
  3.136,
  2.783,
  1.882,
  2.862,
  3.136,
  2.352,
  3.842,
  4.469,
  4.704,
  4.194,
  3.959,
  4.273,
  6.35,
  7.64,
  8.43,
  7.92,
  9.6,
  10.04,
  7.29,
  5.802,
  8.15,
  6.468,
  5.606,
  5.527,
  3.038,
  1.568,
  2.234,
  2.705,
  3.842,
  2.744,
  1.372,
  2.47,
  1.764,
  1.607,
  0.588,
  2.195,
  3.606,
  3.881,
  4.351,
  3.332,
  4.273,
  5.566,
  4.155,
  3.371,
  7.96,
  5.958,
  5.978,
  5.488,
  4.822,
  3.646,
  3.724,
  3.528,
  6.076,
  7.84,
  8,
  8.7,
  7.53,
  8.74,
  8.55,
  8.31,
  10.23,
  9.68,
  10.9,
  10.86,
  6.899,
  5.566,
  3.842,
  4.43 ;

 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 =
  0.622,
  1.426,
  2.413,
  1.768,
  3.066,
  2.33,
  2.304,
  3.116,
  2.463,
  1.73,
  1.487,
  2.437,
  2.154,
  1.838,
  1.312,
  3.164,
  2.518,
  2.718,
  2.906,
  4.983,
  4.422,
  0.965,
  2.346,
  0.308,
  1.585,
  1.273,
  0.651,
  1.755,
  4.043,
  6.81,
  7.41,
  8.89,
  8.04,
  10.78,
  10.35,
  11.81,
  11.57,
  11.9,
  11.57,
  11.27,
  10.51,
  10.03,
  8.62,
  9,
  10.26,
  9.54,
  11.05,
  11.05,
  11,
  8.13,
  8.57,
  8.11,
  7.94,
  7.15,
  7.79,
  7.64,
  7.85,
  9.13,
  7.75,
  9.16,
  8.73,
  8.56,
  7.69,
  5.417,
  6.372,
  6.92,
  5.719,
  7.26,
  7.95,
  9.69,
  9.38,
  10.23,
  9.5,
  6.023,
  5.671,
  5.61,
  4.736,
  5.656,
  4.052,
  5.825,
  4.017,
  2.932,
  2.234,
  2.59,
  2.301,
  4.272,
  3.916,
  2.034,
  2.283,
  2.925,
  5.017,
  6.006,
  4.75,
  5.329,
  3.905,
  1.644,
  2.132,
  1.21,
  1.982,
  2.163,
  2.694,
  2.343,
  1.178,
  2.02,
  2.426,
  1.951,
  3.454,
  3.879,
  3.975,
  3.339,
  3.545,
  3.635,
  4.848,
  6.362,
  7.35,
  6.741,
  7.58,
  8.22,
  6.04,
  4.866,
  7.16,
  5.212,
  4.996,
  4.88,
  0.878,
  1.299,
  1.853,
  2.337,
  3.374,
  2.289,
  0.832,
  1.829,
  1.147,
  1.291,
  0.012,
  1.761,
  3.084,
  3.356,
  3.676,
  2.635,
  3.774,
  4.686,
  3.636,
  2.852,
  6.307,
  5.287,
  5.386,
  4.586,
  4.248,
  2.771,
  3.375,
  2.713,
  5.245,
  6.765,
  6.778,
  7.2,
  6.391,
  6.834,
  6.069,
  7.27,
  6.443,
  7.69,
  8.57,
  9,
  5.808,
  4.88,
  2.335,
  3.756 ;

 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 =
  3.0467,
  317.5667,
  314.7667,
  353.2567,
  346.5237,
  12.5467,
  16.3867,
  327.6667,
  353.3767,
  344.4817,
  337.4667,
  340.1667,
  351.2567,
  349.6817,
  337.5667,
  273.2667,
  256.8667,
  227.2667,
  214.8667,
  213.6667,
  209.5667,
  204.3667,
  170.9667,
  213.0667,
  198.1667,
  178.3667,
  161.6667,
  315.6667,
  340.5667,
  6.3067,
  9.8867,
  3.4767,
  346.1477,
  328.4667,
  323.7667,
  324.2667,
  323.8667,
  319.4667,
  319.5667,
  319.6667,
  311.2667,
  316.7667,
  312.4667,
  344.5947,
  336.0667,
  331.9667,
  339.6667,
  334.4667,
  315.9667,
  291.5667,
  294.3667,
  290.4667,
  289.7667,
  283.2667,
  294.6667,
  303.2667,
  309.4667,
  330.6667,
  328.2667,
  320.5667,
  323.3667,
  317.1667,
  314.3667,
  317.5667,
  293.1667,
  330.8667,
  343.7197,
  341.9667,
  342.2667,
  339.2667,
  326.1667,
  329.0667,
  322.2667,
  314.2667,
  274.4667,
  285.3667,
  292.6667,
  260.4667,
  289.8667,
  285.3667,
  290.7667,
  275.9667,
  231.7667,
  247.5667,
  236.3667,
  245.8667,
  232.6667,
  219.1667,
  175.2667,
  163.6667,
  171.0667,
  174.2667,
  155.0667,
  175.8667,
  186.7667,
  185.3667,
  257.3667,
  326.7667,
  344.9057,
  310.4667,
  318.4667,
  294.9667,
  238.6667,
  264.8667,
  264.3667,
  253.6667,
  258.1667,
  270.8667,
  267.5667,
  231.0667,
  204.7667,
  202.1667,
  181.0667,
  180.6667,
  182.5667,
  174.1667,
  181.0667,
  189.0667,
  187.2667,
  205.9667,
  198.7667,
  212.7667,
  205.3667,
  213.5667,
  282.3667,
  298.8667,
  308.4667,
  346.5467,
  11.9167,
  3.6167,
  334.3667,
  335.2667,
  304.0667,
  315.7667,
  144.6667,
  186.4667,
  171.7667,
  192.5667,
  193.6667,
  171.3667,
  190.0667,
  211.7667,
  228.1667,
  243.5667,
  333.1667,
  314.6667,
  293.5667,
  287.0667,
  300.7667,
  288.4667,
  264.9667,
  250.1667,
  250.5667,
  250.3667,
  254.1667,
  266.9667,
  282.1667,
  284.4667,
  286.0667,
  277.2667,
  294.0667,
  291.2667,
  289.7667,
  300.4667,
  323.8667,
  316.5667,
  336.1667,
  348.9427 ;

 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 =
  1805.77,
  2699.62,
  2684.002,
  2659.373,
  2623.33,
  2751.881,
  1208.669,
  2155.381,
  2316.37,
  2713.436,
  2857.005,
  2898.454,
  2896.651,
  2928.489,
  2915.273,
  2199.232,
  2933.895,
  2916.475,
  2839.584,
  2688.207,
  2751.881,
  2697.217,
  2649.161,
  2593.896,
  2578.277,
  2560.256,
  2234.073,
  2259.303,
  2567.465,
  2932.093,
  2103.119,
  2177.006,
  2303.154,
  1629.763,
  1442.343,
  2957.323,
  2957.923,
  2957.923,
  2957.923,
  2957.323,
  2956.722,
  2563.861,
  2926.086,
  2822.164,
  2603.507,
  2628.737,
  2494.179,
  2951.316,
  2956.722,
  2957.323,
  2957.323,
  2954.92,
  2954.319,
  2956.121,
  2957.323,
  2957.923,
  2956.121,
  2954.92,
  2957.323,
  2769.903,
  2924.885,
  2908.065,
  2878.03,
  2872.022,
  2825.167,
  2780.115,
  2662.977,
  2745.274,
  2390.257,
  1525.841,
  1940.929,
  2312.165,
  2955.521,
  2957.323,
  2957.323,
  2957.923,
  2956.722,
  2957.323,
  2957.323,
  2957.323,
  2956.722,
  2957.323,
  2956.121,
  2946.51,
  2337.995,
  2768.1,
  2900.856,
  2941.704,
  2936.899,
  2948.312,
  2953.719,
  2941.704,
  2947.111,
  2891.846,
  2950.114,
  2951.916,
  2956.722,
  2957.323,
  2956.722,
  2956.121,
  2957.323,
  2956.722,
  2957.323,
  2956.121,
  2954.319,
  2956.722,
  2955.521,
  2956.722,
  2956.121,
  2927.888,
  2704.426,
  2907.464,
  2902.658,
  2926.687,
  2931.492,
  2938.701,
  2921.881,
  2913.471,
  2944.708,
  2937.499,
  2924.885,
  2905.662,
  2873.224,
  2831.775,
  2809.549,
  2839.584,
  2872.623,
  2869.019,
  2948.913,
  2944.708,
  2939.302,
  2908.666,
  2892.447,
  2921.28,
  2892.447,
  2932.093,
  2912.87,
  2929.09,
  2927.287,
  2933.294,
  2928.489,
  2928.489,
  2933.294,
  2949.513,
  2954.92,
  2956.121,
  2956.722,
  2956.722,
  2957.323,
  2953.719,
  2956.121,
  2956.722,
  2957.323,
  2954.92,
  2951.916,
  2949.513,
  2938.701,
  2882.234,
  2884.037,
  2675.592,
  2801.139,
  2807.747,
  2797.535,
  2903.86,
  2683.401,
  2742.871,
  2368.631,
  2337.395 ;

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