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 = 2453072.04167244 ;
		:starting_julian_day_string = "2004-03-07 01:00:00" ;
		:ending_julian_day_number = 2453079.00000579 ;
		:ending_julian_day_string = "2004-03-14 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 = 2453072.04166667, 2453072.08333333, 2453072.125, 2453072.16666667, 
    2453072.20833333, 2453072.25, 2453072.29166667, 2453072.33333333, 
    2453072.375, 2453072.41666667, 2453072.45833333, 2453072.5, 
    2453072.54166667, 2453072.58333333, 2453072.625, 2453072.66666667, 
    2453072.70833333, 2453072.75, 2453072.79166667, 2453072.83333333, 
    2453072.875, 2453072.91666667, 2453072.95833333, 2453073, 
    2453073.04166667, 2453073.08333333, 2453073.125, 2453073.16666667, 
    2453073.20833333, 2453073.25, 2453073.29166667, 2453073.33333333, 
    2453073.375, 2453073.41666667, 2453073.45833333, 2453073.5, 
    2453073.54166667, 2453073.58333333, 2453073.625, 2453073.66666667, 
    2453073.70833333, 2453073.75, 2453073.79166667, 2453073.83333333, 
    2453073.875, 2453073.91666667, 2453073.95833333, 2453074, 
    2453074.04166667, 2453074.08333333, 2453074.125, 2453074.16666667, 
    2453074.20833333, 2453074.25, 2453074.29166667, 2453074.33333333, 
    2453074.375, 2453074.41666667, 2453074.45833333, 2453074.5, 
    2453074.54166667, 2453074.58333333, 2453074.625, 2453074.66666667, 
    2453074.70833333, 2453074.75, 2453074.79166667, 2453074.83333333, 
    2453074.875, 2453074.91666667, 2453074.95833333, 2453075, 
    2453075.04166667, 2453075.08333333, 2453075.125, 2453075.16666667, 
    2453075.20833333, 2453075.25, 2453075.29166667, 2453075.33333333, 
    2453075.375, 2453075.41666667, 2453075.45833333, 2453075.5, 
    2453075.54166667, 2453075.58333333, 2453075.625, 2453075.66666667, 
    2453075.70833333, 2453075.75, 2453075.79166667, 2453075.83333333, 
    2453075.875, 2453075.91666667, 2453075.95833333, 2453076, 
    2453076.04166667, 2453076.08333333, 2453076.125, 2453076.16666667, 
    2453076.20833333, 2453076.25, 2453076.29166667, 2453076.33333333, 
    2453076.375, 2453076.41666667, 2453076.45833333, 2453076.5, 
    2453076.54166667, 2453076.58333333, 2453076.625, 2453076.66666667, 
    2453076.70833333, 2453076.75, 2453076.79166667, 2453076.83333333, 
    2453076.875, 2453076.91666667, 2453076.95833333, 2453077, 
    2453077.04166667, 2453077.08333333, 2453077.125, 2453077.16666667, 
    2453077.20833333, 2453077.25, 2453077.29166667, 2453077.33333333, 
    2453077.375, 2453077.41666667, 2453077.45833333, 2453077.5, 
    2453077.54166667, 2453077.58333333, 2453077.625, 2453077.66666667, 
    2453077.70833333, 2453077.75, 2453077.79166667, 2453077.83333333, 
    2453077.875, 2453077.91666667, 2453077.95833333, 2453078, 
    2453078.04166667, 2453078.08333333, 2453078.125, 2453078.16666667, 
    2453078.20833333, 2453078.25, 2453078.29166667, 2453078.33333333, 
    2453078.375, 2453078.41666667, 2453078.45833333, 2453078.5, 
    2453078.54166667, 2453078.58333333, 2453078.625, 2453078.66666667, 
    2453078.70833333, 2453078.75, 2453078.79166667, 2453078.83333333, 
    2453078.875, 2453078.91666667, 2453078.95833333, 2453079 ;

 air_temperature =
  7.2,
  5.5,
  4.953,
  4.161,
  3.621,
  2.563,
  2.047,
  1.67,
  1.523,
  1.027,
  0.662,
  0.491,
  0.618,
  0.788,
  1.087,
  1.577,
  2.036,
  2.58,
  2.116,
  2.279,
  2.247,
  2.031,
  2.007,
  1.996,
  1.982,
  1.967,
  1.966,
  1.95,
  2.11,
  2.063,
  1.922,
  0.979,
  0.665,
  0.441,
  1.112,
  1.219,
  0.267,
  -0.463,
  -0.84,
  -0.591,
  -0.448,
  -0.806,
  -0.77,
  -0.116,
  0.072,
  0.183,
  0.25,
  0.116,
  0.033,
  -0.154,
  -0.442,
  -0.877,
  -1.235,
  -1.652,
  -1.864,
  -2.076,
  -2.549,
  -3.069,
  -3.376,
  -3.713,
  -3.759,
  -3.612,
  -3.655,
  -3.342,
  -3.104,
  -2.675,
  -2.63,
  -2.209,
  -1.668,
  -1.451,
  -1.465,
  -1.025,
  -0.705,
  -0.183,
  0.126,
  0.676,
  0.845,
  0.829,
  1.045,
  0.949,
  0.546,
  0.47,
  0.652,
  0.866,
  1.199,
  1.174,
  1.225,
  1.236,
  1.513,
  1.881,
  1.775,
  1.94,
  1.981,
  1.441,
  1.115,
  1.022,
  1.063,
  0.998,
  0.854,
  0.764,
  -0.117,
  -0.567,
  -0.828,
  -0.945,
  -0.75,
  -0.766,
  -0.88,
  -0.641,
  -0.831,
  -0.39,
  0.354,
  0.934,
  1.779,
  2.148,
  2.631,
  3.228,
  3.333,
  3.451,
  3.249,
  2.631,
  3.661,
  3.691,
  3.817,
  3.613,
  2.744,
  2.452,
  2.415,
  1.922,
  1.766,
  1.919,
  1.585,
  1.561,
  2.133,
  2.056,
  2.462,
  2.494,
  2.605,
  2.863,
  3.397,
  3.876,
  3.684,
  4.015,
  4.886,
  4.177,
  3.896,
  3.184,
  2.37,
  2.135,
  2.125,
  1.908,
  1.588,
  1.302,
  0.977,
  0.926,
  0.912,
  0.418,
  0.107,
  0.507,
  0.795,
  1.23,
  1.974,
  2.413,
  2.572,
  2.787,
  2.958,
  2.214,
  0.94,
  -0.114 ;

 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 =
  10.51,
  11.56,
  11.02,
  10.39,
  8.78,
  10.82,
  10.51,
  7.84,
  10.66,
  11.25,
  11.56,
  12.07,
  10.7,
  9.45,
  8.7,
  7.06,
  5.39,
  3.018,
  3.842,
  4.782,
  3.626,
  3.959,
  4.077,
  4.194,
  2.94,
  1.96,
  2.234,
  2.156,
  3.371,
  3.489,
  3.881,
  8.98,
  8.86,
  8.43,
  8.47,
  9.88,
  8.43,
  9.41,
  10.04,
  12.35,
  12.35,
  11.84,
  9.53,
  8.74,
  8.82,
  7.45,
  7.29,
  8.39,
  8.55,
  8.15,
  8.15,
  6.782,
  6.978,
  6.037,
  5.566,
  5.802,
  6.546,
  7.37,
  6.115,
  6.821,
  6.546,
  6.35,
  5.684,
  4.077,
  2.862,
  2.352,
  2.901,
  3.92,
  5.488,
  5.645,
  6.625,
  6.154,
  5.488,
  5.762,
  5.958,
  6.507,
  5.802,
  5.527,
  4.939,
  3.646,
  5.802,
  5.096,
  5.331,
  5.762,
  5.135,
  3.822,
  3.293,
  4.312,
  4.626,
  3.724,
  4.586,
  4.469,
  6.115,
  6.35,
  7.06,
  7.06,
  6.978,
  6.429,
  8,
  7.96,
  8.39,
  8.7,
  9.76,
  11.02,
  10.82,
  12.07,
  12.23,
  12,
  12.78,
  11.92,
  10.82,
  10.74,
  10.39,
  8.55,
  8.82,
  8.7,
  6.86,
  7.21,
  6.233,
  3.43,
  4.547,
  4.939,
  4.939,
  4.508,
  2.862,
  3.763,
  2.117,
  2.195,
  2.509,
  3.136,
  2.391,
  2.195,
  4.273,
  3.058,
  3.646,
  2.979,
  3.842,
  2.94,
  4.155,
  2.548,
  4.273,
  3.724,
  11.09,
  10.78,
  9.37,
  7.92,
  6.899,
  9.41,
  10.43,
  10.54,
  10.62,
  10.19,
  9.29,
  7.37,
  8.94,
  9.68,
  9.41,
  10.74,
  10.47,
  9.92,
  10.54,
  8.82,
  8.82,
  8.86,
  9.53,
  11.13,
  12.62,
  13.33 ;

 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 =
  9.02,
  9.26,
  8.44,
  8.85,
  7.42,
  9.06,
  8.84,
  6.751,
  8.52,
  9.62,
  9.03,
  9.88,
  7.43,
  7.83,
  7.43,
  5.839,
  3.974,
  2.308,
  3.418,
  4.164,
  3.178,
  3.488,
  3.289,
  3.335,
  2.454,
  1.687,
  1.698,
  1.622,
  2.729,
  3.01,
  3.388,
  7.54,
  7.49,
  7.38,
  5.288,
  8.44,
  7.03,
  8.21,
  8.49,
  10.25,
  10.49,
  10.14,
  8.08,
  7.47,
  7.61,
  6.433,
  6.163,
  7.19,
  7.51,
  6.788,
  6.891,
  5.666,
  5.492,
  4.705,
  4.349,
  4.527,
  4.914,
  5.843,
  4.978,
  5.066,
  5.264,
  4.648,
  4.083,
  2.534,
  1.705,
  1.342,
  1.74,
  2.996,
  4.364,
  4.616,
  5.25,
  5.15,
  4.541,
  4.987,
  5.043,
  5.01,
  4.959,
  4.788,
  4.069,
  2.836,
  4.297,
  4.121,
  4.561,
  4.984,
  4.06,
  2.777,
  2.773,
  3.489,
  4.062,
  2.928,
  3.691,
  3.683,
  5.162,
  5.417,
  5.841,
  6.005,
  5.784,
  5.364,
  6.821,
  6.806,
  7.15,
  7.32,
  8.01,
  9.55,
  9.47,
  10.57,
  10.39,
  10.3,
  10.99,
  9.76,
  9.38,
  8.98,
  8.7,
  7.22,
  7.47,
  7.41,
  5.837,
  5.93,
  4.694,
  2.533,
  3.447,
  3.373,
  3.815,
  3.26,
  1.997,
  1.667,
  1.268,
  1.167,
  1.537,
  2.164,
  1.032,
  1.5,
  3.363,
  2.44,
  2.991,
  2.201,
  2.997,
  2.125,
  3.408,
  0.641,
  2.544,
  2.463,
  8.77,
  8.69,
  8,
  6.222,
  5.789,
  7.71,
  8.53,
  9,
  9.09,
  8.27,
  7.8,
  5.743,
  6.481,
  8.05,
  7.95,
  8.23,
  8.59,
  8.02,
  8.35,
  7.11,
  7.58,
  6.958,
  7.21,
  9.03,
  11.1,
  10.43 ;

 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 =
  281.1667,
  299.8667,
  317.5667,
  302.1667,
  313.4667,
  335.8667,
  329.6667,
  330.9667,
  315.3667,
  319.8667,
  322.0667,
  323.5667,
  325.2667,
  310.1667,
  323.4667,
  311.9667,
  316.7667,
  213.9667,
  176.7667,
  166.0667,
  143.7667,
  172.8667,
  174.8667,
  170.1667,
  145.4667,
  144.5667,
  122.4667,
  121.5667,
  127.7667,
  126.4667,
  104.8667,
  49.5567,
  62.4667,
  55.3667,
  70.8667,
  93.5667,
  104.2667,
  91.5667,
  45.3767,
  58.8667,
  57.8667,
  62.4667,
  53.3267,
  38.5067,
  23.0067,
  16.4867,
  10.8967,
  14.9767,
  20.0167,
  31.8767,
  38.3167,
  44.8867,
  37.2467,
  39.9767,
  36.9167,
  31.2567,
  45.4367,
  52.4467,
  43.4667,
  45.0667,
  49.9567,
  53.5667,
  55.4667,
  73.6667,
  122.9667,
  149.1667,
  166.9667,
  199.8667,
  207.3667,
  200.2667,
  204.4667,
  205.9667,
  208.2667,
  205.7667,
  204.9667,
  232.6667,
  224.7667,
  221.5667,
  215.5667,
  246.6667,
  262.4667,
  248.9667,
  230.6667,
  222.3667,
  241.5667,
  238.1667,
  196.6667,
  158.0667,
  161.8667,
  163.6667,
  138.8667,
  129.4667,
  132.0667,
  113.4667,
  103.6667,
  95.4667,
  92.8667,
  66.2667,
  69.7667,
  55.0667,
  31.1867,
  39.7367,
  26.4067,
  16.3567,
  21.9567,
  16.4767,
  14.5567,
  12.0067,
  15.1967,
  20.6967,
  21.0867,
  13.0967,
  16.9767,
  4.3167,
  6.0367,
  4.7967,
  358.5167,
  350.6667,
  356.5967,
  13.7967,
  12.7567,
  319.6667,
  330.6667,
  348.9057,
  319.5667,
  276.6667,
  162.6667,
  221.4667,
  208.4667,
  235.2667,
  178.6667,
  188.8667,
  171.4667,
  170.7667,
  191.1667,
  195.7667,
  140.6667,
  150.2667,
  166.1667,
  160.3667,
  261.2667,
  22.5867,
  328.9667,
  298.1667,
  293.4667,
  272.1667,
  259.9667,
  263.4667,
  258.7667,
  256.6667,
  256.7667,
  255.9667,
  263.3667,
  273.7667,
  299.7667,
  299.5667,
  312.6667,
  307.9667,
  319.2667,
  314.4667,
  307.3667,
  312.5667,
  313.0667,
  316.5667,
  315.4667,
  312.3667,
  328.6667,
  327.7667 ;

 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 =
  2947.711,
  2942.906,
  2947.711,
  2953.719,
  2951.316,
  2954.92,
  2957.323,
  2954.92,
  2956.121,
  2954.319,
  2953.118,
  2929.09,
  2882.835,
  2741.069,
  2876.828,
  2778.913,
  2948.312,
  2884.037,
  2953.719,
  2957.923,
  2957.923,
  2955.521,
  2955.521,
  2957.323,
  2956.722,
  2952.517,
  2956.121,
  2957.323,
  2956.121,
  2955.521,
  2955.521,
  2951.916,
  2942.906,
  2950.715,
  2939.302,
  2943.506,
  2826.969,
  2957.923,
  2949.513,
  2957.923,
  2959.125,
  2956.722,
  2952.517,
  2944.107,
  2948.312,
  2951.916,
  2955.521,
  2956.121,
  2958.524,
  2956.722,
  2957.923,
  2956.722,
  2957.323,
  2956.722,
  2957.923,
  2957.923,
  2957.323,
  2957.923,
  2957.323,
  2950.715,
  2944.708,
  2954.92,
  2938.1,
  2912.27,
  2946.51,
  2926.687,
  2948.913,
  2948.312,
  2834.178,
  2957.323,
  2956.722,
  2957.323,
  2957.323,
  2952.517,
  2953.719,
  2950.114,
  2950.114,
  2944.107,
  2940.503,
  2877.429,
  2899.054,
  2851.598,
  2878.63,
  2890.644,
  2293.543,
  2691.811,
  2857.005,
  2858.807,
  2927.888,
  2891.846,
  2897.252,
  2936.298,
  2944.107,
  2892.447,
  2950.715,
  2955.521,
  2951.316,
  2952.517,
  2955.521,
  2950.114,
  2947.111,
  2951.916,
  2943.506,
  2945.309,
  2941.104,
  2945.309,
  2929.69,
  2919.478,
  2923.083,
  2903.259,
  2909.867,
  2925.485,
  2921.28,
  2916.475,
  2926.086,
  2947.711,
  2937.499,
  2951.916,
  2954.92,
  2917.676,
  2940.503,
  2912.87,
  2950.715,
  2950.715,
  2951.316,
  2936.899,
  2791.528,
  2796.333,
  2602.906,
  2771.104,
  2502.589,
  2603.507,
  2814.956,
  2649.161,
  2711.033,
  2633.542,
  2793.33,
  2863.613,
  2897.853,
  2896.651,
  2927.287,
  2882.835,
  2929.09,
  2942.305,
  2950.114,
  2950.715,
  2933.895,
  2940.503,
  2946.51,
  2929.69,
  2948.913,
  2951.316,
  2956.121,
  2957.323,
  2947.111,
  2952.517,
  2948.312,
  2928.489,
  2912.27,
  2887.641,
  2849.796,
  2625.133,
  2435.91,
  2455.133,
  1818.986,
  2459.338,
  2953.719,
  2954.319 ;

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