netcdf I0108.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 = "03-May-2004 19:22:37:  Modified [lon,lat] to [-68.109200,44.106300].\n",
			"Thu Apr 29 12:34:37 2004: /usr/local/nco/bin/ncrcat -d time,2453125.472,2453125.583 I0108.met.realtime.nc I0108.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 = "RMY48488" ;
		:visibility_sensor_serial_number = 341 ;
		:processing = "realtime" ;
		:water_depth = 100 ;
		:mooring_site_id = "I0108" ;
		:mooring_site_desc = "Acadia" ;
		:breakout_id = 1 ;
		:delta_t = 60 ;
		:magnetic_variation = -17.67 ;
		:goes_platform_id = "04401622" ;
		:starting_julian_day_number = 2453142.00000579 ;
		:starting_julian_day_string = "2004-05-16 00:00:00" ;
		:ending_julian_day_number = 2453148.95833912 ;
		:ending_julian_day_string = "2004-05-22 23:00:00" ;
		:algorithm_ids = "WIND_DIR_1.2:  16-Apr-2004 18:22:09\n",
			"AAN_VIZ_1.2:  16-Apr-2004 18:22:09" ;
data:

 lat = 44.1063 ;

 lon = -68.1092 ;

 air_temperature_depth = -3 ;

 visibility_depth = -3 ;

 wind_depth = -4 ;

 time = 2453142, 2453142.04166667, 2453142.08333333, 2453142.125, 
    2453142.16666667, 2453142.20833333, 2453142.25, 2453142.29166667, 
    2453142.33333333, 2453142.375, 2453142.41666667, 2453142.45833333, 
    2453142.5, 2453142.54166667, 2453142.58333333, 2453142.625, 
    2453142.66666667, 2453142.70833333, 2453142.75, 2453142.79166667, 
    2453142.83333333, 2453142.875, 2453142.91666667, 2453142.95833333, 
    2453143, 2453143.04166667, 2453143.08333333, 2453143.125, 
    2453143.16666667, 2453143.20833333, 2453143.25, 2453143.29166667, 
    2453143.33333333, 2453143.375, 2453143.41666667, 2453143.45833333, 
    2453143.5, 2453143.54166667, 2453143.58333333, 2453143.625, 
    2453143.66666667, 2453143.70833333, 2453143.75, 2453143.79166667, 
    2453143.83333333, 2453143.875, 2453143.91666667, 2453143.95833333, 
    2453144, 2453144.04166667, 2453144.08333333, 2453144.125, 
    2453144.16666667, 2453144.20833333, 2453144.25, 2453144.29166667, 
    2453144.33333333, 2453144.375, 2453144.41666667, 2453144.45833333, 
    2453144.5, 2453144.54166667, 2453144.58333333, 2453144.625, 
    2453144.66666667, 2453144.70833333, 2453144.75, 2453144.79166667, 
    2453144.83333333, 2453144.875, 2453144.91666667, 2453144.95833333, 
    2453145, 2453145.04166667, 2453145.08333333, 2453145.125, 
    2453145.16666667, 2453145.20833333, 2453145.25, 2453145.29166667, 
    2453145.33333333, 2453145.375, 2453145.41666667, 2453145.45833333, 
    2453145.5, 2453145.54166667, 2453145.58333333, 2453145.625, 
    2453145.66666667, 2453145.70833333, 2453145.75, 2453145.79166667, 
    2453145.83333333, 2453145.875, 2453145.91666667, 2453145.95833333, 
    2453146, 2453146.04166667, 2453146.08333333, 2453146.125, 
    2453146.16666667, 2453146.20833333, 2453146.25, 2453146.29166667, 
    2453146.33333333, 2453146.375, 2453146.41666667, 2453146.45833333, 
    2453146.5, 2453146.54166667, 2453146.58333333, 2453146.625, 
    2453146.66666667, 2453146.70833333, 2453146.75, 2453146.79166667, 
    2453146.83333333, 2453146.875, 2453146.91666667, 2453146.95833333, 
    2453147, 2453147.04166667, 2453147.08333333, 2453147.125, 
    2453147.16666667, 2453147.20833333, 2453147.25, 2453147.29166667, 
    2453147.33333333, 2453147.375, 2453147.41666667, 2453147.45833333, 
    2453147.5, 2453147.54166667, 2453147.58333333, 2453147.625, 
    2453147.66666667, 2453147.70833333, 2453147.75, 2453147.79166667, 
    2453147.83333333, 2453147.875, 2453147.91666667, 2453147.95833333, 
    2453148, 2453148.04166667, 2453148.08333333, 2453148.125, 
    2453148.16666667, 2453148.20833333, 2453148.25, 2453148.29166667, 
    2453148.33333333, 2453148.375, 2453148.41666667, 2453148.45833333, 
    2453148.5, 2453148.54166667, 2453148.58333333, 2453148.625, 
    2453148.66666667, 2453148.70833333, 2453148.75, 2453148.79166667, 
    2453148.83333333, 2453148.875, 2453148.91666667, 2453148.95833333 ;

 air_temperature =
  7.96,
  9.09,
  7.85,
  8.59,
  9.48,
  8.93,
  7.99,
  10.63,
  11.62,
  7.91,
  8.41,
  7.58,
  7.35,
  6.851,
  6.719,
  6.963,
  6.497,
  7.3,
  6.58,
  6.206,
  6.08,
  6.123,
  6.243,
  6.375,
  6.24,
  6.402,
  6.083,
  5.535,
  5.545,
  5.93,
  5.722,
  5.68,
  5.801,
  5.637,
  5.469,
  5.687,
  6.415,
  6.672,
  6.54,
  6.872,
  6.782,
  6.976,
  6.846,
  6.736,
  6.948,
  5.645,
  5.336,
  5.395,
  5.613,
  5.875,
  6.222,
  6.139,
  5.996,
  5.912,
  5.827,
  5.817,
  5.704,
  6.091,
  5.966,
  5.807,
  6.141,
  6.402,
  6.819,
  6.835,
  7.22,
  7.52,
  7.41,
  7.5,
  7.46,
  7.89,
  7.9,
  7.94,
  7.91,
  7.8,
  7.5,
  8.48,
  8.3,
  6.793,
  6.833,
  6.22,
  6.888,
  6.308,
  7.47,
  9.09,
  8.27,
  9.08,
  8.81,
  10.21,
  10.19,
  10.14,
  9.24,
  9.49,
  9.03,
  9.61,
  8.77,
  8.64,
  8.35,
  7.88,
  7.39,
  7.57,
  7.53,
  7.67,
  7.82,
  7.02,
  6.462,
  5.954,
  6.848,
  7.46,
  8.56,
  9.04,
  9.72,
  8.29,
  7.99,
  7.64,
  7.61,
  8,
  8.01,
  7.66,
  7.47,
  6.787,
  7.36,
  7.53,
  7.65,
  7.38,
  7.18,
  7.27,
  7.09,
  6.859,
  7.08,
  6.876,
  6.759,
  6.732,
  6.55,
  6.496,
  6.607,
  6.722,
  6.71,
  7.11,
  7.74,
  7.62,
  8.33,
  8.1,
  8.85,
  9.79,
  8.63,
  8.5,
  9.52,
  8.19,
  8.84,
  8.83,
  8.3,
  8.1,
  7.82,
  7.24,
  7.15,
  7.05,
  6.721,
  6.353,
  6.156,
  6.181,
  5.749,
  5.244,
  5.109,
  5.302,
  5.19,
  5.122,
  5.236,
  4.836 ;

 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 =
  3.567,
  5.096,
  6.115,
  4.116,
  2.058,
  2.509,
  1.078,
  2.979,
  5.488,
  5.488,
  5.919,
  6.703,
  6.507,
  5.331,
  5.096,
  5.762,
  3.626,
  4.155,
  3.214,
  2.94,
  2.274,
  4.782,
  3.92,
  4.665,
  2.783,
  3.646,
  2.94,
  1.862,
  1.568,
  1.568,
  2.822,
  1.764,
  1.45,
  2.352,
  1.862,
  1.921,
  1.529,
  2.156,
  3.802,
  4.626,
  4.939,
  6.86,
  5.723,
  5.135,
  6.625,
  6.468,
  6.468,
  7.17,
  7.68,
  6.154,
  5.802,
  5.88,
  8.31,
  7.92,
  8.35,
  6.566,
  7.06,
  8.86,
  6.703,
  4.469,
  5.723,
  4.508,
  5.762,
  8.19,
  10.98,
  11.84,
  10.54,
  9.41,
  8.08,
  10.82,
  10.54,
  11.76,
  11.52,
  10.66,
  7.68,
  5.488,
  4.469,
  5.449,
  5.174,
  4.018,
  3.332,
  2.234,
  3.567,
  5.88,
  4.978,
  5.88,
  4.116,
  7.02,
  5.135,
  4.351,
  3.802,
  3.763,
  4.782,
  3.959,
  5.841,
  7.1,
  6.154,
  4.508,
  3.92,
  3.822,
  3.45,
  2.842,
  2.117,
  0.882,
  1.411,
  0.882,
  0.98,
  1.137,
  1.372,
  1.725,
  1.176,
  3.058,
  4.194,
  3.92,
  5.253,
  6.429,
  5.841,
  6.35,
  6.037,
  7.21,
  7.06,
  8.08,
  8.9,
  8.19,
  8.23,
  8,
  8.58,
  5.488,
  9.02,
  7.92,
  6.86,
  5.958,
  4.312,
  3.763,
  4.469,
  5.566,
  5.958,
  4.606,
  4.312,
  3.528,
  3.528,
  3.489,
  2.313,
  3.41,
  4.038,
  3.175,
  2.45,
  2.666,
  3.802,
  5.057,
  5.292,
  5.841,
  6.546,
  6.076,
  5.253,
  5.488,
  8.86,
  8.74,
  8.15,
  6.233,
  6.037,
  5.292,
  6.664,
  7.29,
  4.665,
  3.528,
  4.038,
  3.038 ;

 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 =
  2.476,
  4.162,
  4.886,
  2.853,
  1.013,
  1.794,
  0.511,
  1.809,
  3.147,
  4.643,
  5.376,
  5.945,
  5.589,
  4.617,
  4.486,
  4.961,
  2.728,
  3.725,
  2.875,
  2.574,
  1.889,
  4.194,
  3.464,
  3.102,
  2.398,
  3.263,
  2.326,
  1.37,
  1.263,
  1.163,
  2.378,
  0.953,
  1.094,
  2.057,
  1.452,
  1.609,
  1.269,
  1.827,
  3.308,
  4.138,
  4.465,
  5.954,
  4.93,
  4.739,
  5.3,
  5.361,
  5.042,
  6.013,
  6.399,
  5.446,
  4.899,
  4.987,
  6.804,
  6.57,
  6.838,
  5.785,
  5.773,
  6.736,
  5.863,
  3.789,
  4.453,
  3.538,
  4.345,
  7.1,
  9.26,
  10.07,
  9.28,
  7.96,
  6.753,
  8.92,
  9.15,
  10.15,
  9.95,
  9,
  6.009,
  4.213,
  3.506,
  4.44,
  4.295,
  1.958,
  2.783,
  1.7,
  2.894,
  5.185,
  3.429,
  4.945,
  3.332,
  5.771,
  3.005,
  3.689,
  3.391,
  3.334,
  4.375,
  3.363,
  5.148,
  5.405,
  5.504,
  3.075,
  3.564,
  3.356,
  2.964,
  2.309,
  1.81,
  0.345,
  0.976,
  0.239,
  0.699,
  0.76,
  1.001,
  1.307,
  0.579,
  2.735,
  3.761,
  3.412,
  4.746,
  5.789,
  5.169,
  5.535,
  5.391,
  6.269,
  5.934,
  7,
  7.78,
  7.3,
  7.22,
  7.07,
  7.31,
  4.846,
  7.56,
  6.986,
  6.064,
  4.765,
  2.731,
  2.783,
  3.621,
  4.812,
  5.122,
  3.606,
  3.75,
  2.501,
  2.829,
  2.94,
  1.919,
  2.242,
  3.547,
  2.624,
  1.913,
  2.294,
  3.077,
  4.623,
  4.735,
  5.255,
  5.577,
  5.263,
  4.624,
  4.981,
  7.53,
  7.77,
  7.11,
  5.485,
  5.164,
  4.238,
  5.768,
  6.459,
  3.718,
  2.885,
  3.497,
  2.496 ;

 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 =
  288.03,
  237.43,
  228.13,
  335.73,
  323.63,
  235.83,
  265.73,
  294.13,
  1.54,
  12.66,
  18.21,
  13.52,
  4.71,
  350.89,
  358.87,
  18.63,
  351.08,
  15.74,
  47.46,
  47.96,
  38.29,
  61.83,
  63.33,
  39.44,
  44.98,
  70.43,
  88.13,
  304.83,
  317.23,
  312.63,
  317.03,
  340.03,
  229.73,
  275.53,
  240.03,
  151.83,
  212.73,
  228.83,
  220.13,
  208.43,
  200.43,
  217.93,
  218.53,
  208.73,
  214.03,
  222.23,
  226.43,
  201.83,
  210.83,
  194.03,
  202.63,
  200.23,
  195.43,
  197.33,
  191.13,
  205.93,
  188.83,
  182.43,
  186.83,
  190.13,
  189.73,
  194.73,
  190.43,
  181.23,
  187.83,
  185.43,
  185.43,
  193.73,
  189.33,
  204.43,
  203.63,
  205.83,
  201.93,
  209.53,
  240.43,
  293.13,
  233.33,
  179.03,
  207.63,
  243.83,
  249.53,
  316.83,
  281.33,
  316.13,
  320.63,
  350,
  339.93,
  350.13,
  348.793,
  329.93,
  322.93,
  255.03,
  232.33,
  245.33,
  239.23,
  243.83,
  252.03,
  231.43,
  281.73,
  264.83,
  280.93,
  305.43,
  291.23,
  267.03,
  217.93,
  24.23,
  256.93,
  348.05,
  64.13,
  17.9,
  27.41,
  184.23,
  180.23,
  187.63,
  179.33,
  202.03,
  194.83,
  201.63,
  200.23,
  178.23,
  176.73,
  182.13,
  177.73,
  180.93,
  185.73,
  186.13,
  189.43,
  186.53,
  184.13,
  200.43,
  199.83,
  204.63,
  241.53,
  228.93,
  240.83,
  249.63,
  241.23,
  218.93,
  209.83,
  140.63,
  203.03,
  211.73,
  214.03,
  242.33,
  260.43,
  305.83,
  269.93,
  288.23,
  333.73,
  18.47,
  20.3,
  14.76,
  22.22,
  20.67,
  37.9,
  41.06,
  51.37,
  55.33,
  56.03,
  67.73,
  74.53,
  74.23,
  91.33,
  80.53,
  63.83,
  51.34,
  27.99,
  21.54 ;

 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 =
  2045.452,
  2208.844,
  2093.508,
  1945.134,
  1852.625,
  687.8569,
  177.6176,
  191.0734,
  178.6388,
  2814.355,
  2814.355,
  2791.528,
  1933.12,
  2200.434,
  2340.398,
  2740.468,
  2843.189,
  2837.782,
  2817.959,
  2819.761,
  2828.772,
  2846.793,
  2850.998,
  2855.803,
  2860.008,
  2866.015,
  2864.814,
  2844.39,
  2872.022,
  2878.03,
  2849.796,
  2847.994,
  2863.613,
  2834.779,
  2656.369,
  2790.927,
  2831.775,
  2703.224,
  2820.362,
  2822.164,
  2850.998,
  2706.228,
  2820.362,
  2810.15,
  2518.207,
  987.0083,
  502.2389,
  464.9951,
  333.9212,
  773.7578,
  448.7761,
  480.6135,
  768.3514,
  556.9031,
  498.6346,
  1641.777,
  496.2318,
  2517.606,
  701.0724,
  711.8851,
  1064.499,
  1448.35,
  1412.909,
  979.1992,
  702.8746,
  2177.006,
  2300.751,
  2343.402,
  2160.787,
  1779.339,
  358.6102,
  289.6492,
  233.2429,
  378.6737,
  385.7621,
  970.7892,
  224.7129,
  148.5434,
  171.7907,
  443.9705,
  255.1687,
  1551.071,
  547.8925,
  2587.889,
  2807.146,
  2787.924,
  2873.825,
  2793.33,
  2896.051,
  2813.153,
  2872.022,
  2820.362,
  2846.192,
  2825.167,
  1466.371,
  2443.719,
  2826.969,
  2838.984,
  2847.394,
  2840.185,
  2838.984,
  2857.005,
  2856.404,
  2848.595,
  2837.782,
  2805.344,
  2786.122,
  2835.98,
  2834.779,
  2812.553,
  2801.74,
  2823.966,
  2795.132,
  2799.337,
  2746.475,
  2668.984,
  2731.457,
  2607.712,
  2572.27,
  1163.015,
  2781.917,
  2787.323,
  2802.341,
  2777.712,
  2733.86,
  2735.662,
  2701.422,
  2518.207,
  2529.02,
  553.2989,
  1626.159,
  2129.55,
  277.7552,
  314.0979,
  261.7764,
  360.0519,
  2249.091,
  2426.299,
  2547.041,
  2558.454,
  2583.083,
  2443.719,
  2085.098,
  2357.218,
  2642.553,
  2638.348,
  2703.825,
  2655.769,
  2813.153,
  2880.432,
  2887.641,
  2856.404,
  2882.234,
  2867.818,
  2859.408,
  2876.228,
  2865.415,
  2768.701,
  2754.885,
  2724.249,
  2377.642,
  2362.023,
  2134.957,
  1983.579,
  2377.041,
  2611.917,
  2517.606,
  2393.861 ;

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