netcdf I0107.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 = "Wed Jan 28 02:25:50 2004: /usr/local/nco/bin/ncrcat -d time,2453033.048,2453033.1181 I0107.met.realtime.nc I0107.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 = "RMY46273" ;
		:visibility_sensor_serial_number = 320 ;
		:processing = "realtime" ;
		:water_depth = 100 ;
		:mooring_site_id = "I0107" ;
		:mooring_site_desc = "Acadia" ;
		:breakout_id = 1 ;
		:delta_t = 60 ;
		:magnetic_variation = -17.67 ;
		:goes_platform_id = "04401622" ;
		: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:  31-Dec-2003 15:03:17\n",
			"AAN_VIZ_1.2:  31-Dec-2003 15:03:17" ;
data:

 lat = 44.1058 ;

 lon = -68.1087 ;

 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 =
  3.819,
  3.104,
  4.145,
  3.842,
  3.338,
  2.209,
  1.002,
  0.751,
  0.478,
  0.326,
  0.207,
  0.203,
  0.231,
  0.465,
  0.363,
  0.415,
  0.684,
  1.008,
  1.204,
  1.66,
  2.182,
  2.609,
  2.109,
  2.055,
  2.079,
  1.672,
  1.435,
  1.415,
  1.246,
  1.089,
  0.902,
  0.661,
  -0.022,
  0.214,
  -0.659,
  -0.767,
  -1.274,
  -1.487,
  -1.575,
  -2.063,
  -1.826,
  -1.782,
  -1.839,
  -1.515,
  -0.971,
  -1.131,
  -1.325,
  -1.705,
  -1.96,
  -2.302,
  -2.622,
  -2.916,
  -3.476,
  -4.204,
  -4.559,
  -4.96,
  -5.085,
  -5.331,
  -5.368,
  -5.884,
  -5.908,
  -5.487,
  -5.205,
  -4.913,
  -4.408,
  -3.346,
  -3.156,
  -2.993,
  -2.66,
  -2.513,
  -2.025,
  -1.775,
  -1.456,
  -1.156,
  -1.132,
  -0.829,
  -0.502,
  -0.272,
  -0.182,
  0.082,
  0.025,
  0.21,
  0.432,
  0.42,
  0.48,
  0.367,
  0.181,
  0.031,
  -0.084,
  -0.054,
  -0.083,
  0.052,
  0.198,
  -0.006,
  -0.104,
  0.077,
  0.328,
  0.101,
  0.122,
  0.461,
  0.639,
  0.552,
  0.534,
  0.457,
  0.571,
  0.125,
  -0.167,
  0.112,
  0.127,
  -0.39,
  -0.385,
  0.314,
  1.156,
  1.738,
  2.719,
  3.297,
  3.229,
  3.262,
  3.583,
  3.735,
  3.435,
  3.451,
  3.318,
  2.741,
  1.349,
  1.044,
  1.101,
  0.703,
  0.693,
  0.709,
  0.288,
  0.245,
  0.824,
  0.375,
  0.721,
  0.774,
  0.968,
  0.952,
  0.853,
  0.835,
  0.951,
  1.078,
  1.013,
  1.36,
  1.556,
  1.969,
  2.007,
  2.584,
  2.543,
  2.794,
  2.592,
  2.507,
  2.332,
  2.055,
  1.372,
  0.864,
  0.321,
  -0.087,
  0.131,
  0.591,
  1.222,
  1.902,
  2.398,
  2.552,
  2.699,
  1.798,
  0.549,
  -0.351 ;

 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 =
  5.057,
  4.39,
  12.39,
  12.98,
  12.86,
  12.35,
  16.78,
  15.05,
  15.64,
  15.17,
  14.58,
  12.86,
  15.64,
  12,
  12.15,
  10.9,
  10.19,
  8.66,
  8.66,
  5.919,
  3.724,
  1.607,
  3.293,
  2.548,
  3.606,
  5.606,
  6.703,
  6.821,
  6.546,
  7.17,
  8.35,
  8.94,
  10.07,
  9.53,
  10.9,
  12.39,
  10.54,
  11.05,
  12.23,
  12.86,
  13.45,
  12.9,
  13.64,
  12.5,
  11.37,
  11.09,
  11.92,
  12.03,
  11.09,
  11.45,
  10.27,
  13.29,
  11.05,
  10.98,
  8.74,
  9.06,
  8.27,
  7.72,
  7.25,
  7.37,
  7.53,
  8.31,
  6.86,
  4.351,
  4.312,
  2.156,
  2.626,
  4.194,
  5.37,
  5.37,
  6.664,
  7.57,
  7.76,
  6.37,
  5.841,
  5.919,
  5.88,
  5.292,
  5.606,
  4.9,
  4.077,
  4.508,
  6.586,
  6.037,
  6.233,
  7.17,
  7.6,
  5.449,
  8.35,
  5.978,
  5.292,
  4.234,
  4.939,
  4.39,
  5.919,
  6.742,
  5.958,
  6.938,
  7.25,
  8.82,
  9.72,
  11.52,
  10.98,
  12.19,
  12.19,
  13.25,
  13.92,
  12.78,
  14.39,
  14.82,
  13.68,
  13.8,
  14.11,
  14.11,
  12.66,
  10.94,
  11.09,
  13.37,
  11.92,
  11.33,
  11.96,
  10.19,
  7.57,
  10.78,
  12.5,
  10.47,
  9.8,
  8.58,
  5.978,
  7.29,
  6.86,
  4.606,
  5.214,
  2.195,
  1.45,
  2.822,
  2.822,
  5.841,
  4.978,
  3.214,
  3.293,
  1.646,
  3.175,
  6.938,
  8.19,
  9.84,
  6.272,
  7.57,
  7.13,
  10.7,
  12.15,
  12.23,
  10.98,
  10.9,
  12.43,
  12.82,
  13.25,
  13.25,
  12.43,
  12.47,
  12.47,
  11.13,
  10.23,
  11.6,
  12.43,
  13.33,
  14.94,
  12.94 ;

 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 =
  3.734,
  3.243,
  8.51,
  11.11,
  11.08,
  9.85,
  13.73,
  12.25,
  11.92,
  12.14,
  11.98,
  10.35,
  11.69,
  9.52,
  10.46,
  8.96,
  8.19,
  7.5,
  6.561,
  4.594,
  1.619,
  0.806,
  2.339,
  1.964,
  2.761,
  4.864,
  5.575,
  5.348,
  5.103,
  6.15,
  6.884,
  7.32,
  8.7,
  7.94,
  9.04,
  10.58,
  8.89,
  9.57,
  10.28,
  10.91,
  11.01,
  10.74,
  10.59,
  10.17,
  9.41,
  8.76,
  8.89,
  9.81,
  9.24,
  9.19,
  8.81,
  10.47,
  9.33,
  8.68,
  6.818,
  7.12,
  6.296,
  5.541,
  5.409,
  5.444,
  5.751,
  6.651,
  4.953,
  2.934,
  2.504,
  0.454,
  1.371,
  2.791,
  4.149,
  4.062,
  5.473,
  6.104,
  6.05,
  5.152,
  4.79,
  4.954,
  4.73,
  4.229,
  4.458,
  3.737,
  3.216,
  3.283,
  5.436,
  5.044,
  5.22,
  5.872,
  6.525,
  4.626,
  7.1,
  4.805,
  3.454,
  3.155,
  3.506,
  3.636,
  4.773,
  5.746,
  5.172,
  5.745,
  5.893,
  7.33,
  8.18,
  9.19,
  9.09,
  9.73,
  10.18,
  11.24,
  12.04,
  11.14,
  12.27,
  12.05,
  11.81,
  11.16,
  11.58,
  11.42,
  10.58,
  9.53,
  9.12,
  10.66,
  9.23,
  9.54,
  9.65,
  7.66,
  5.504,
  8.45,
  8.64,
  7.97,
  7.86,
  7.08,
  4.136,
  5.336,
  5.745,
  3.765,
  4.079,
  1.478,
  0.65,
  1.737,
  1.984,
  3.865,
  4.098,
  2.38,
  2.189,
  0.884,
  1.65,
  5.937,
  7.17,
  8.11,
  4.684,
  6.358,
  6.147,
  8.91,
  10.56,
  10.27,
  9.15,
  9.48,
  10.38,
  10.59,
  11.34,
  11.03,
  10.17,
  10.32,
  10.58,
  9.57,
  8.59,
  10.03,
  10.25,
  11.22,
  12.24,
  11.36 ;

 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 =
  278.33,
  261.93,
  304.33,
  301.53,
  303.13,
  299.83,
  301.63,
  296.93,
  296.43,
  300.83,
  307.23,
  304.83,
  316.43,
  326.03,
  314.33,
  319.93,
  316.73,
  312.23,
  299.43,
  309.33,
  351.92,
  335.93,
  4.71,
  333.63,
  14.5,
  123.23,
  120.73,
  108.53,
  106.23,
  102.73,
  87.03,
  73.13,
  73.13,
  80.23,
  99.43,
  86.73,
  82.63,
  75.73,
  57.03,
  32.15,
  43.61,
  47.95,
  41.47,
  43.68,
  27.85,
  27,
  21.3,
  14.9,
  12.84,
  5.08,
  21.58,
  24.77,
  28.79,
  25.54,
  16.09,
  6.36,
  12.58,
  351.52,
  22.58,
  9.88,
  15.75,
  28.78,
  28.04,
  26.62,
  337.73,
  25.57,
  195.83,
  207.03,
  219.13,
  212.43,
  234.63,
  235.03,
  238.03,
  251.73,
  247.93,
  249.33,
  253.03,
  229.23,
  217.83,
  206.73,
  203.63,
  184.43,
  168.73,
  178.43,
  184.93,
  178.33,
  179.63,
  180.53,
  173.93,
  170.23,
  168.83,
  145.93,
  148.73,
  124.53,
  123.13,
  111.33,
  108.13,
  93.63,
  86.83,
  87.43,
  81.63,
  78.33,
  61.73,
  45.04,
  47.33,
  37.85,
  35.64,
  42.61,
  41.17,
  33.29,
  32.83,
  37.96,
  31,
  20.09,
  24.58,
  7.07,
  10.8,
  8.81,
  2.7,
  1.96,
  354.38,
  1.52,
  1.35,
  347.203,
  348.175,
  339.93,
  351.49,
  343.961,
  322.23,
  338.73,
  353.77,
  340.73,
  280.73,
  322.13,
  315.73,
  194.13,
  84.13,
  142.23,
  140.73,
  98.23,
  113.73,
  155.53,
  273.53,
  276.93,
  272.53,
  305.03,
  290.83,
  270.43,
  260.53,
  262.73,
  257.13,
  254.33,
  265.73,
  284.63,
  285.63,
  287.13,
  287.03,
  285.33,
  282.13,
  281.93,
  280.13,
  282.33,
  283.83,
  296.73,
  296.93,
  292.33,
  299.93,
  303.83 ;

 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 =
  2913.471,
  2307.96,
  2958.524,
  2958.524,
  2957.923,
  2952.517,
  2772.906,
  2958.524,
  2957.923,
  2957.923,
  2943.506,
  2951.316,
  2944.107,
  2922.482,
  2928.489,
  2920.68,
  2933.895,
  2918.277,
  2939.302,
  2945.309,
  2947.111,
  2950.715,
  2959.125,
  2960.326,
  2960.326,
  2960.326,
  2959.125,
  2959.125,
  2960.326,
  2956.722,
  2958.524,
  2959.125,
  2946.51,
  2960.326,
  2494.179,
  2874.425,
  2785.521,
  2461.14,
  2852.199,
  2298.949,
  2914.072,
  2924.284,
  2935.697,
  2939.302,
  2950.114,
  2949.513,
  2953.118,
  2936.298,
  2960.927,
  2959.125,
  2510.398,
  2960.326,
  2958.524,
  2960.326,
  2956.121,
  2960.326,
  2959.125,
  2961.528,
  2960.927,
  2936.899,
  2463.543,
  2935.097,
  2946.51,
  2927.888,
  2951.316,
  2919.478,
  2923.683,
  2948.913,
  2947.711,
  2956.121,
  2960.326,
  2960.326,
  2961.528,
  2960.927,
  2961.528,
  2960.927,
  2960.326,
  2959.726,
  2960.927,
  2960.927,
  2960.927,
  2959.125,
  1435.135,
  2952.517,
  2947.111,
  2838.383,
  2849.796,
  2923.683,
  2934.496,
  2852.8,
  2912.27,
  2928.489,
  2950.114,
  2955.521,
  2959.125,
  2960.326,
  2960.326,
  2960.326,
  2959.125,
  2958.524,
  2959.726,
  2959.125,
  2956.722,
  2952.517,
  2957.323,
  2955.521,
  2859.408,
  2881.033,
  2876.828,
  2908.065,
  2939.302,
  2921.881,
  2917.075,
  2926.687,
  2951.316,
  2941.104,
  2753.083,
  2757.288,
  2919.478,
  2949.513,
  2940.503,
  2954.319,
  2950.715,
  2917.075,
  2301.953,
  2956.722,
  2635.344,
  2879.231,
  2808.948,
  2604.108,
  2960.927,
  2953.118,
  2956.121,
  2951.316,
  2930.892,
  2937.499,
  2932.093,
  2918.277,
  2917.676,
  2945.909,
  2946.51,
  2953.719,
  2959.726,
  2957.323,
  2932.694,
  2935.097,
  2947.711,
  2955.521,
  2945.909,
  2947.111,
  2947.111,
  2948.312,
  2956.722,
  2956.121,
  2948.913,
  2893.648,
  2911.669,
  2926.687,
  2930.291,
  2826.969,
  2760.892,
  2426.299,
  2775.91,
  2627.535,
  2220.257,
  2941.704,
  2936.298,
  2951.916 ;

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