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 = 2453058.04167244 ;
		:starting_julian_day_string = "2004-02-22 01:00:00" ;
		:ending_julian_day_number = 2453065.00000579 ;
		:ending_julian_day_string = "2004-02-29 00: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 = 2453058.04166667, 2453058.08333333, 2453058.125, 2453058.16666667, 
    2453058.20833333, 2453058.25, 2453058.29166667, 2453058.33333333, 
    2453058.375, 2453058.41666667, 2453058.45833333, 2453058.5, 
    2453058.54166667, 2453058.58333333, 2453058.625, 2453058.66666667, 
    2453058.70833333, 2453058.75, 2453058.79166667, 2453058.83333333, 
    2453058.875, 2453058.91666667, 2453058.95833333, 2453059, 
    2453059.04166667, 2453059.08333333, 2453059.125, 2453059.16666667, 
    2453059.20833333, 2453059.25, 2453059.29166667, 2453059.33333333, 
    2453059.375, 2453059.41666667, 2453059.45833333, 2453059.5, 
    2453059.54166667, 2453059.58333333, 2453059.625, 2453059.66666667, 
    2453059.70833333, 2453059.75, 2453059.79166667, 2453059.83333333, 
    2453059.875, 2453059.91666667, 2453059.95833333, 2453060, 
    2453060.04166667, 2453060.08333333, 2453060.125, 2453060.16666667, 
    2453060.20833333, 2453060.25, 2453060.29166667, 2453060.33333333, 
    2453060.375, 2453060.41666667, 2453060.45833333, 2453060.5, 
    2453060.54166667, 2453060.58333333, 2453060.625, 2453060.66666667, 
    2453060.70833333, 2453060.75, 2453060.79166667, 2453060.83333333, 
    2453060.875, 2453060.91666667, 2453060.95833333, 2453061, 
    2453061.04166667, 2453061.08333333, 2453061.125, 2453061.16666667, 
    2453061.20833333, 2453061.25, 2453061.29166667, 2453061.33333333, 
    2453061.375, 2453061.41666667, 2453061.45833333, 2453061.5, 
    2453061.54166667, 2453061.58333333, 2453061.625, 2453061.66666667, 
    2453061.70833333, 2453061.75, 2453061.79166667, 2453061.83333333, 
    2453061.875, 2453061.91666667, 2453061.95833333, 2453062, 
    2453062.04166667, 2453062.08333333, 2453062.125, 2453062.16666667, 
    2453062.20833333, 2453062.25, 2453062.29166667, 2453062.33333333, 
    2453062.375, 2453062.41666667, 2453062.45833333, 2453062.5, 
    2453062.54166667, 2453062.58333333, 2453062.625, 2453062.66666667, 
    2453062.70833333, 2453062.75, 2453062.79166667, 2453062.83333333, 
    2453062.875, 2453062.91666667, 2453062.95833333, 2453063, 
    2453063.04166667, 2453063.08333333, 2453063.125, 2453063.16666667, 
    2453063.20833333, 2453063.25, 2453063.29166667, 2453063.33333333, 
    2453063.375, 2453063.41666667, 2453063.45833333, 2453063.5, 
    2453063.54166667, 2453063.58333333, 2453063.625, 2453063.66666667, 
    2453063.70833333, 2453063.75, 2453063.79166667, 2453063.83333333, 
    2453063.875, 2453063.91666667, 2453063.95833333, 2453064, 
    2453064.04166667, 2453064.08333333, 2453064.125, 2453064.16666667, 
    2453064.20833333, 2453064.25, 2453064.29166667, 2453064.33333333, 
    2453064.375, 2453064.41666667, 2453064.45833333, 2453064.5, 
    2453064.54166667, 2453064.58333333, 2453064.625, 2453064.66666667, 
    2453064.70833333, 2453064.75, 2453064.79166667, 2453064.83333333, 
    2453064.875, 2453064.91666667, 2453064.95833333, 2453065 ;

 air_temperature =
  1.218,
  0.804,
  0.112,
  -0.373,
  -1.168,
  -1.674,
  -1.936,
  -2.261,
  -2.412,
  -2.614,
  -2.735,
  -2.832,
  -2.825,
  -2.633,
  -2.274,
  -1.741,
  -1.407,
  -1.2,
  -1.782,
  -1.356,
  -1.157,
  -0.837,
  -0.586,
  -0.147,
  0.041,
  0.23,
  0.15,
  0.25,
  0.17,
  0.027,
  -0.468,
  -0.716,
  -0.498,
  -1.38,
  -0.835,
  -0.881,
  -1.574,
  -1.266,
  -0.7,
  0.005,
  0.703,
  1.479,
  2.134,
  2.602,
  2.76,
  2.645,
  2.129,
  1.621,
  0.996,
  0.287,
  -0.389,
  -1.126,
  -2.012,
  -2.398,
  -2.25,
  -2.547,
  -2.312,
  -2.44,
  -2.71,
  -2.534,
  -2.29,
  -2.579,
  -2.545,
  -2.086,
  -1.917,
  -0.761,
  -0.164,
  0.204,
  0.691,
  0.878,
  1.362,
  1.834,
  0.699,
  0.286,
  -0.533,
  -1.308,
  -2.103,
  -2.461,
  -3,
  -3.359,
  -3.348,
  -3.646,
  -3.861,
  -4.11,
  -3.916,
  -3.343,
  -2.397,
  -1.161,
  -0.129,
  1.319,
  2.471,
  2.779,
  3.323,
  3.023,
  2.337,
  1.312,
  0.542,
  -0.054,
  -0.948,
  -1.064,
  -0.963,
  -0.874,
  -0.596,
  -1.237,
  -1.673,
  -2.057,
  -1.991,
  -2.369,
  -2.571,
  -2.38,
  -2.055,
  -1.338,
  -0.888,
  -0.196,
  0.996,
  1.828,
  2.434,
  2.533,
  1.986,
  1.201,
  0,
  -1.014,
  -1.86,
  -2.531,
  -2.719,
  -3.066,
  -3.257,
  -2.722,
  -2.902,
  -2.723,
  -2.798,
  -2.809,
  -2.588,
  -2.164,
  -1.508,
  -0.252,
  0.922,
  2.197,
  2.985,
  3.798,
  4.428,
  4.123,
  3.339,
  2.685,
  2.128,
  1.788,
  1.39,
  0.823,
  0.618,
  0.418,
  0.249,
  -0.042,
  -0.23,
  -0.41,
  -0.305,
  0.881,
  1.011,
  1.528,
  2.204,
  2.872,
  3.723,
  4.166,
  4.31,
  4.681,
  5.019,
  4.665,
  4.5,
  4.263 ;

 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 =
  12.58,
  9.76,
  13.29,
  13.84,
  15.21,
  14.15,
  13.72,
  13.17,
  12.7,
  11.56,
  10.47,
  10.58,
  11.33,
  10.7,
  10.51,
  9.02,
  8.9,
  8.27,
  6.938,
  5.958,
  4.194,
  4.43,
  4.704,
  4.194,
  5.37,
  9.53,
  11.05,
  10.78,
  10.43,
  9.13,
  6.468,
  6.664,
  9.02,
  7.53,
  9.88,
  10.98,
  6.664,
  7.6,
  7.8,
  8.08,
  7.37,
  7.57,
  7.68,
  8.7,
  6.468,
  6.468,
  10.23,
  8.66,
  11.56,
  10.78,
  10.07,
  9.8,
  7.68,
  8.19,
  7.49,
  5.39,
  5.645,
  4.704,
  4.9,
  3.881,
  3.998,
  5.018,
  4.469,
  4.018,
  3.175,
  5.684,
  5.958,
  5.919,
  6.037,
  6.429,
  6.233,
  5.39,
  5.762,
  10.07,
  8.9,
  10.07,
  9.41,
  8.66,
  8.82,
  8.51,
  9.06,
  9.25,
  8.39,
  8.62,
  8.08,
  7.21,
  5.135,
  6.115,
  5.449,
  7.29,
  6.782,
  6.115,
  7.45,
  11.21,
  10.86,
  11.05,
  11.52,
  13.13,
  13.52,
  11.76,
  12.7,
  10.19,
  12,
  9.88,
  7.35,
  6.899,
  8.43,
  10.47,
  10.74,
  12.66,
  11.21,
  8.98,
  9.84,
  8.19,
  8.15,
  7.8,
  7.49,
  8.23,
  10.35,
  11.25,
  13.48,
  12.94,
  12.03,
  12.15,
  10.78,
  9.29,
  8.62,
  9.21,
  8.62,
  9.49,
  8.92,
  9.37,
  8.15,
  7.76,
  7.06,
  10.23,
  8.78,
  6.664,
  5.488,
  9.02,
  9.09,
  9.49,
  10.74,
  9.25,
  10.35,
  10.7,
  10.78,
  9.41,
  8.39,
  7.74,
  6.311,
  5.331,
  4.116,
  3.998,
  4.861,
  7.96,
  7.17,
  9.37,
  8,
  4.743,
  5.057,
  5.566,
  6.311,
  5.723,
  6.625,
  6.076,
  6.311,
  7.06 ;

 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 =
  10.17,
  8.33,
  10.38,
  11.39,
  12.23,
  11.87,
  12.19,
  11.3,
  10.39,
  9.59,
  9.03,
  9.15,
  9.1,
  8.98,
  8.81,
  7.55,
  7.23,
  6.79,
  5.187,
  4.54,
  3.142,
  3.365,
  3.683,
  3.153,
  4.458,
  7.66,
  9.52,
  8.97,
  8.22,
  7.29,
  5.373,
  5.621,
  7.36,
  6.366,
  7.71,
  8.09,
  5.192,
  6.169,
  5.973,
  5.987,
  5.968,
  6.098,
  6.278,
  6.978,
  5.303,
  5.292,
  8.1,
  7.55,
  9.55,
  8.65,
  8.69,
  8.37,
  6.206,
  6.634,
  6.211,
  3.67,
  4.756,
  3.868,
  4.382,
  3.247,
  3.007,
  4.172,
  3.752,
  2.836,
  2.515,
  5.049,
  5.105,
  4.944,
  4.716,
  5.691,
  5.385,
  4.457,
  4.91,
  8.77,
  7.5,
  8.53,
  7.89,
  7.24,
  7.37,
  7.25,
  7.77,
  7.67,
  7.16,
  7.29,
  7.18,
  6.321,
  3.892,
  5.265,
  4.455,
  6.011,
  5.963,
  5.044,
  6.354,
  9.09,
  9.08,
  9.53,
  10.13,
  11.07,
  11.62,
  9.97,
  10.47,
  8.87,
  9.92,
  8.14,
  5.902,
  5.884,
  7.33,
  8.63,
  8.69,
  10.43,
  9.38,
  7.19,
  8.26,
  7.01,
  6.919,
  6.652,
  6.041,
  6.905,
  8.32,
  9.64,
  10.33,
  10.7,
  10.17,
  10.08,
  8.85,
  7.31,
  7.35,
  8.01,
  6.9,
  8.29,
  7.39,
  7.79,
  6.89,
  6.192,
  5.751,
  8.47,
  7.27,
  4.928,
  4.425,
  7.83,
  7.8,
  8.03,
  8.38,
  8.15,
  9.01,
  8.36,
  9.23,
  7.65,
  7.13,
  6.061,
  5.229,
  4.641,
  3.484,
  3.039,
  2.446,
  6.454,
  6.078,
  7.87,
  6.048,
  3.94,
  4.225,
  4.502,
  5.139,
  4.795,
  5.04,
  5.342,
  5.636,
  5.274 ;

 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 =
  42.6467,
  19.6067,
  12.2867,
  4.4167,
  6.6667,
  3.4067,
  6.2067,
  8.2067,
  11.3167,
  359.5467,
  355.8567,
  0.6667,
  8.0567,
  3.2167,
  1.9667,
  356.4467,
  341.7667,
  348.0527,
  330.7667,
  325.0667,
  336.9667,
  333.0667,
  313.6667,
  311.8667,
  332.2667,
  333.1667,
  328.0667,
  329.0667,
  324.4667,
  317.1667,
  287.5667,
  291.0667,
  308.4667,
  293.5667,
  313.1667,
  313.4667,
  287.5667,
  295.9667,
  305.3667,
  311.0667,
  305.9667,
  303.5667,
  300.4667,
  327.0667,
  343.5777,
  322.9667,
  332.5667,
  343.3667,
  339.5667,
  327.1667,
  341.8667,
  347.4247,
  351.4467,
  318.3667,
  327.0667,
  289.8667,
  307.7667,
  295.3667,
  303.8667,
  323.4667,
  16.0467,
  341.4667,
  341.4667,
  292.4667,
  234.3667,
  210.2667,
  220.2667,
  206.4667,
  206.9667,
  207.1667,
  216.2667,
  246.7667,
  322.6667,
  335.6667,
  349.1297,
  354.0867,
  347.9757,
  351.4167,
  1.2167,
  357.5267,
  352.4567,
  349.6467,
  346.0427,
  347.3007,
  347.3707,
  354.8167,
  349.4217,
  344.8177,
  350.9567,
  340.8667,
  332.8667,
  331.9667,
  337.4667,
  330.5667,
  330.6667,
  329.0667,
  337.0667,
  339.1667,
  334.1667,
  335.0667,
  329.5667,
  330.1667,
  339.6667,
  329.7667,
  337.3667,
  319.5667,
  315.2667,
  327.0667,
  326.7667,
  339.2667,
  337.4667,
  331.3667,
  4.6567,
  1.4967,
  332.9667,
  327.9667,
  297.4667,
  344.7187,
  350.8667,
  344.8237,
  351.8367,
  352.9967,
  351.2167,
  347.9537,
  335.4667,
  329.5667,
  317.4667,
  331.3667,
  325.8667,
  336.5667,
  332.0667,
  334.0667,
  332.1667,
  329.6667,
  0.2067,
  355.3667,
  340.1667,
  319.9667,
  312.4667,
  321.7667,
  330.2667,
  329.9667,
  327.8667,
  323.6667,
  323.9667,
  326.8667,
  332.6667,
  337.7667,
  333.9667,
  338.5667,
  338.7667,
  346.3627,
  355.5767,
  324.7667,
  323.6667,
  316.0667,
  323.9667,
  317.0667,
  319.6667,
  333.1667,
  337.6667,
  330.2667,
  335.6667,
  323.8667,
  310.3667,
  314.1667,
  323.7667,
  324.3667 ;

 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 =
  1819.586,
  1014.04,
  793.5811,
  2956.722,
  2957.323,
  2957.923,
  2955.521,
  2958.524,
  2957.323,
  2958.524,
  2958.524,
  2955.521,
  2957.923,
  2958.524,
  2957.923,
  2957.923,
  2956.121,
  2957.923,
  2957.323,
  2957.323,
  2957.923,
  2957.323,
  2957.923,
  2957.323,
  2919.478,
  153.1689,
  2955.521,
  2921.28,
  2956.121,
  2956.722,
  2953.118,
  2955.521,
  2953.118,
  2954.319,
  2954.319,
  2738.065,
  2565.062,
  2250.292,
  2762.694,
  2821.563,
  2770.503,
  2787.924,
  2639.549,
  2618.525,
  2304.956,
  2610.716,
  2955.521,
  2957.323,
  2957.923,
  2957.323,
  2957.323,
  2956.722,
  2957.923,
  2957.323,
  2955.521,
  2956.121,
  2957.323,
  2957.923,
  2956.722,
  2954.92,
  2951.316,
  2948.312,
  2836.581,
  2925.485,
  2819.16,
  2941.104,
  2951.316,
  2953.118,
  2956.722,
  2957.323,
  2957.323,
  2957.323,
  2955.521,
  2957.323,
  2956.722,
  2956.121,
  2956.722,
  2957.323,
  2957.923,
  2957.323,
  2897.853,
  2950.114,
  2956.722,
  2951.316,
  2945.309,
  2938.701,
  2953.118,
  2944.708,
  2942.906,
  2580.68,
  2823.365,
  2616.723,
  2362.624,
  2287.536,
  2954.92,
  2956.722,
  2953.719,
  2954.319,
  2954.92,
  2956.722,
  2955.521,
  2957.323,
  2958.524,
  2957.323,
  2956.722,
  2957.923,
  2957.923,
  2954.319,
  2934.496,
  2844.991,
  2897.853,
  2597.5,
  2857.605,
  2718.843,
  2676.192,
  2553.048,
  2601.705,
  2582.482,
  2957.323,
  2957.323,
  2957.923,
  2954.319,
  2956.722,
  2957.923,
  2957.323,
  2958.524,
  2957.923,
  2957.923,
  2957.923,
  2957.923,
  2957.323,
  2900.256,
  2561.458,
  2838.984,
  2804.143,
  2844.39,
  2915.273,
  2789.125,
  2846.793,
  2305.557,
  1933.72,
  1126.973,
  2953.719,
  2957.323,
  2956.722,
  2957.323,
  2953.719,
  2956.121,
  2957.923,
  2956.722,
  2957.323,
  2957.323,
  2957.923,
  2958.524,
  2956.121,
  2948.913,
  2792.129,
  2824.567,
  2900.856,
  2861.21,
  2904.461,
  2746.475,
  2813.754,
  2439.514,
  2600.504,
  2510.398,
  2951.316,
  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 ;
}
