netcdf L0104.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 Feb 11 19:37:48 2004: /usr/local/nco/bin/ncrcat -d time,2452921.7597,2453047.8333 L0104.met.realtime.nc L0104.met.realtime.nc.new\n",
			"09-Oct-2003 12:32:58:  Modified [lon,lat] to [-66.553590,43.625566].\n",
			"Wed Oct  8 20:40:02 2003: ncrcat -d time,2452921.7916666, pre/L0104.met.realtime.nc post/L0104.met.realtime.nc" ;
		: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 = "RMY5001" ;
		:visibility_sensor_serial_number = 321 ;
		:processing = "realtime" ;
		:water_depth = 98 ;
		:mooring_site_id = "L0104" ;
		:mooring_site_desc = "Scotian Shelf" ;
		:breakout_id = 1 ;
		:delta_t = 60 ;
		:magnetic_variation = -18.0667 ;
		:goes_platform_id = "0440A5AC" ;
		:starting_julian_day_number = 2453135.00000579 ;
		:starting_julian_day_string = "2004-05-09 00:00:00" ;
		:ending_julian_day_number = 2453141.95833912 ;
		:ending_julian_day_string = "2004-05-15 23:00:00" ;
		:algorithm_ids = "WIND_DIR_1.2:  03-Oct-2003 12:10:21\n",
			"AAN_VIZ_1.2:  03-Oct-2003 12:10:21" ;
data:

 lat = 43.6255658467611 ;

 lon = -66.553589714898 ;

 air_temperature_depth = -3 ;

 visibility_depth = -3 ;

 wind_depth = -4 ;

 time = 2453135, 2453135.04166667, 2453135.08333333, 2453135.125, 
    2453135.16666667, 2453135.20833333, 2453135.25, 2453135.29166667, 
    2453135.33333333, 2453135.375, 2453135.41666667, 2453135.45833333, 
    2453135.5, 2453135.54166667, 2453135.58333333, 2453135.625, 
    2453135.66666667, 2453135.70833333, 2453135.75, 2453135.79166667, 
    2453135.83333333, 2453135.875, 2453135.91666667, 2453135.95833333, 
    2453136, 2453136.04166667, 2453136.08333333, 2453136.125, 
    2453136.16666667, 2453136.20833333, 2453136.25, 2453136.29166667, 
    2453136.33333333, 2453136.375, 2453136.41666667, 2453136.45833333, 
    2453136.5, 2453136.54166667, 2453136.58333333, 2453136.625, 
    2453136.66666667, 2453136.70833333, 2453136.75, 2453136.79166667, 
    2453136.83333333, 2453136.875, 2453136.91666667, 2453136.95833333, 
    2453137, 2453137.04166667, 2453137.08333333, 2453137.125, 
    2453137.16666667, 2453137.20833333, 2453137.25, 2453137.29166667, 
    2453137.33333333, 2453137.375, 2453137.41666667, 2453137.45833333, 
    2453137.5, 2453137.54166667, 2453137.58333333, 2453137.625, 
    2453137.66666667, 2453137.70833333, 2453137.75, 2453137.79166667, 
    2453137.83333333, 2453137.875, 2453137.91666667, 2453137.95833333, 
    2453138, 2453138.04166667, 2453138.08333333, 2453138.125, 
    2453138.16666667, 2453138.20833333, 2453138.25, 2453138.29166667, 
    2453138.33333333, 2453138.375, 2453138.41666667, 2453138.45833333, 
    2453138.5, 2453138.54166667, 2453138.58333333, 2453138.625, 
    2453138.66666667, 2453138.70833333, 2453138.75, 2453138.79166667, 
    2453138.83333333, 2453138.875, 2453138.91666667, 2453138.95833333, 
    2453139, 2453139.04166667, 2453139.08333333, 2453139.125, 
    2453139.16666667, 2453139.20833333, 2453139.25, 2453139.29166667, 
    2453139.33333333, 2453139.375, 2453139.41666667, 2453139.45833333, 
    2453139.5, 2453139.54166667, 2453139.58333333, 2453139.625, 
    2453139.66666667, 2453139.70833333, 2453139.75, 2453139.79166667, 
    2453139.83333333, 2453139.875, 2453139.91666667, 2453139.95833333, 
    2453140, 2453140.04166667, 2453140.08333333, 2453140.125, 
    2453140.16666667, 2453140.20833333, 2453140.25, 2453140.29166667, 
    2453140.33333333, 2453140.375, 2453140.41666667, 2453140.45833333, 
    2453140.5, 2453140.54166667, 2453140.58333333, 2453140.625, 
    2453140.66666667, 2453140.70833333, 2453140.75, 2453140.79166667, 
    2453140.83333333, 2453140.875, 2453140.91666667, 2453140.95833333, 
    2453141, 2453141.04166667, 2453141.08333333, 2453141.125, 
    2453141.16666667, 2453141.20833333, 2453141.25, 2453141.29166667, 
    2453141.33333333, 2453141.375, 2453141.41666667, 2453141.45833333, 
    2453141.5, 2453141.54166667, 2453141.58333333, 2453141.625, 
    2453141.66666667, 2453141.70833333, 2453141.75, 2453141.79166667, 
    2453141.83333333, 2453141.875, 2453141.91666667, 2453141.95833333 ;

 air_temperature =
  5.013,
  5.06,
  5.036,
  5.014,
  5.012,
  5.077,
  4.925,
  4.741,
  4.681,
  4.729,
  4.651,
  4.714,
  4.936,
  4.896,
  4.836,
  4.934,
  5.077,
  5.113,
  5.229,
  5.288,
  5.287,
  5.402,
  5.506,
  5.432,
  5.146,
  5.295,
  5.207,
  5.16,
  5.563,
  5.53,
  4.979,
  4.971,
  4.773,
  4.627,
  4.827,
  4.564,
  5.524,
  5.269,
  5.301,
  5.58,
  5.465,
  5.267,
  5.137,
  5.19,
  5.133,
  5.018,
  5.001,
  4.841,
  4.78,
  4.85,
  4.625,
  4.524,
  4.437,
  4.491,
  4.469,
  4.502,
  4.705,
  4.815,
  5.233,
  5.703,
  5.418,
  5.721,
  5.792,
  5.713,
  6.116,
  5.521,
  5.937,
  6.178,
  6.347,
  6.17,
  6.868,
  6.229,
  5.728,
  5.382,
  5.571,
  5.679,
  5.72,
  5.763,
  6.081,
  5.37,
  5,
  4.197,
  4.253,
  4.235,
  5.159,
  5.567,
  5.369,
  5.731,
  4.899,
  5.221,
  5.314,
  5.714,
  5.867,
  5.732,
  5.168,
  5.246,
  5.274,
  5.363,
  4.63,
  4.773,
  5.13,
  5.609,
  6.561,
  6.002,
  5.836,
  5.808,
  5.537,
  5.251,
  4.815,
  4.738,
  4.796,
  5.165,
  5.094,
  5.221,
  4.752,
  4.853,
  5.085,
  4.714,
  4.715,
  4.867,
  5.008,
  4.867,
  4.765,
  4.668,
  4.601,
  4.657,
  4.713,
  4.682,
  4.747,
  4.892,
  4.797,
  4.811,
  5.213,
  5.241,
  5.186,
  5.175,
  5.107,
  5.092,
  5.099,
  5.151,
  5.102,
  5.211,
  5.221,
  5.424,
  5.324,
  5.448,
  5.603,
  5.503,
  5.379,
  5.075,
  5.472,
  5.279,
  5.426,
  5.401,
  5.728,
  5.831,
  6.038,
  6.584,
  6.466,
  6.331,
  6.69,
  6.766,
  7.06,
  7.06,
  6.93,
  7.35,
  8.08,
  7.97 ;

 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.43,
  9.49,
  10.04,
  8.51,
  6.076,
  6.938,
  6.154,
  5.096,
  2.666,
  3.371,
  3.998,
  4.194,
  5.37,
  6.429,
  7.45,
  9.29,
  9.09,
  11.52,
  11.27,
  10.39,
  8.27,
  10.74,
  8.9,
  8.98,
  7.53,
  9.45,
  8.66,
  6.978,
  6.194,
  4.351,
  2.626,
  2.391,
  4.626,
  4.43,
  4.351,
  3.293,
  3.959,
  0.902,
  1.921,
  3.567,
  5.566,
  7.13,
  6.938,
  7.6,
  7.33,
  7.49,
  8.55,
  7.25,
  6.703,
  5.958,
  6.037,
  7.84,
  8.43,
  8.94,
  9.33,
  8.82,
  8.55,
  9.21,
  8.19,
  10.39,
  5.782,
  4.998,
  3.842,
  1.96,
  1.294,
  2.666,
  1.725,
  2.038,
  2.901,
  3.097,
  0.98,
  2.705,
  1.999,
  0.47,
  1.607,
  2.234,
  2.156,
  4.077,
  2.705,
  3.881,
  1.529,
  3.802,
  2.058,
  2.626,
  3.136,
  0.235,
  2.058,
  2.274,
  3.763,
  1.96,
  2.862,
  3.606,
  2.058,
  1.842,
  4.547,
  4.312,
  4.351,
  2.352,
  4.155,
  4.116,
  4.194,
  5.723,
  5.88,
  6.507,
  7.33,
  5.292,
  4.273,
  5.488,
  5.488,
  5.488,
  6.154,
  6.546,
  4.822,
  2.646,
  1.764,
  2.391,
  1.176,
  1.882,
  2.509,
  2.117,
  2.783,
  0.745,
  1.646,
  2.274,
  2.509,
  2.274,
  3.058,
  3.998,
  5.018,
  5.527,
  5.057,
  5.527,
  7.72,
  8.43,
  6.899,
  8.78,
  7.72,
  6.154,
  6.35,
  5.88,
  5.586,
  6.154,
  6.115,
  6.821,
  6.37,
  5.645,
  4.939,
  3.842,
  2.234,
  2.94,
  4.234,
  3.136,
  4.469,
  3.45,
  5.292,
  6.468,
  5.723,
  7.02,
  5.253,
  5.841,
  6.076,
  6.194,
  7.06,
  7.33,
  5.488,
  7.68,
  10.04,
  9.21 ;

 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 =
  8.64,
  7.95,
  8.44,
  6.83,
  4.847,
  5.926,
  5.167,
  3.166,
  1.239,
  2.639,
  2.881,
  2.953,
  4.398,
  5.546,
  5.9,
  7.89,
  7.6,
  9.77,
  9.29,
  8.56,
  7.02,
  8.57,
  7.51,
  7.42,
  6.24,
  7.6,
  7.27,
  5.677,
  4.874,
  2.842,
  1.026,
  1.51,
  3.475,
  3.153,
  3.306,
  2.428,
  1.335,
  0.144,
  0.602,
  2.716,
  4.926,
  5.999,
  5.884,
  6.274,
  6.109,
  6.213,
  7.23,
  6.161,
  5.671,
  4.857,
  5.198,
  6.429,
  6.642,
  7.45,
  7.67,
  7.72,
  7.53,
  7.68,
  6.748,
  8.07,
  3.828,
  3.963,
  2.772,
  0.796,
  0.376,
  2.021,
  0.367,
  1.462,
  2.379,
  2.36,
  0.035,
  2.029,
  1.19,
  0.087,
  0.822,
  1.689,
  1.233,
  3.058,
  1.914,
  0.72,
  0.51,
  2.286,
  0.506,
  1.612,
  2.245,
  0.024,
  0.008,
  1.449,
  1.723,
  0.353,
  2.006,
  2.657,
  0.163,
  0.454,
  3.874,
  3.78,
  2.75,
  0.579,
  2.987,
  2.583,
  3.233,
  4.686,
  5.023,
  5.662,
  6.275,
  4.272,
  3.152,
  4.743,
  4.606,
  4.58,
  4.615,
  5.555,
  3.601,
  1.49,
  0.955,
  1.339,
  0.497,
  1.281,
  1.897,
  1.028,
  1.461,
  0.252,
  0.929,
  1.492,
  1.877,
  1.645,
  2.244,
  3.574,
  4.508,
  4.87,
  4.466,
  4.933,
  6.646,
  6.481,
  5.646,
  7.1,
  6.12,
  5.196,
  5.435,
  5.271,
  4.178,
  5.356,
  5.124,
  5.971,
  5.357,
  4.917,
  4.07,
  3.191,
  0.567,
  2.091,
  3.75,
  2.471,
  3.577,
  2.809,
  4.479,
  5.454,
  4.212,
  5.505,
  4.634,
  5.123,
  4.934,
  5.406,
  5.997,
  6.139,
  4.791,
  6.661,
  8.08,
  7.95 ;

 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 =
  247.7333,
  244.7333,
  242.6333,
  237.1333,
  238.2333,
  239.1333,
  232.6333,
  226.2333,
  221.8333,
  214.7333,
  219.9333,
  217.8333,
  225.2333,
  218.4333,
  205.5333,
  209.9333,
  214.1333,
  204.5333,
  213.5333,
  221.2333,
  223.7333,
  218.7333,
  227.9333,
  224.2333,
  235.1333,
  243.2333,
  260.3333,
  265.4333,
  292.0333,
  301.9333,
  323.3333,
  352.0133,
  20.5433,
  18.4833,
  61.6333,
  52.0333,
  61.0333,
  65.2333,
  100.5333,
  116.3333,
  141.0333,
  132.0333,
  140.5333,
  151.7333,
  150.4333,
  138.8333,
  149.5333,
  160.6333,
  157.5333,
  177.1333,
  179.6333,
  177.7333,
  170.9333,
  176.1333,
  167.6333,
  161.1333,
  166.0333,
  171.2333,
  174.3333,
  185.1333,
  208.1333,
  216.0333,
  221.7333,
  232.3333,
  290.7333,
  172.8333,
  226.6333,
  222.0333,
  224.1333,
  227.0333,
  216.4333,
  234.3333,
  223.7333,
  257.3333,
  224.7333,
  222.8333,
  248.0333,
  200.2333,
  201.4333,
  54.6333,
  359.4133,
  136.4333,
  149.3333,
  183.6333,
  183.7333,
  196.5333,
  136.6333,
  49.0733,
  138.3333,
  181.8333,
  194.8333,
  183.7333,
  175.9333,
  175.5333,
  187.1333,
  211.0333,
  214.7333,
  63.5333,
  53.3333,
  45.8433,
  22.1033,
  6.7633,
  15.2333,
  5.1433,
  23.2133,
  48.1733,
  94.2333,
  87.9333,
  112.1333,
  117.3333,
  109.1333,
  91.2333,
  111.2333,
  114.8333,
  142.1333,
  128.4333,
  110.2333,
  63.3333,
  103.6333,
  136.5333,
  119.4333,
  142.8333,
  105.9333,
  120.8333,
  119.8333,
  115.9333,
  120.7333,
  109.3333,
  104.0333,
  115.1333,
  120.2333,
  112.9333,
  133.5333,
  133.8333,
  118.9333,
  129.1333,
  129.8333,
  128.7333,
  130.7333,
  131.9333,
  132.3333,
  132.0333,
  143.2333,
  142.4333,
  149.1333,
  165.8333,
  173.7333,
  178.5333,
  185.9333,
  143.5333,
  172.2333,
  149.9333,
  170.5333,
  158.1333,
  172.5333,
  176.6333,
  192.1333,
  202.2333,
  209.5333,
  202.8333,
  210.7333,
  207.0333,
  206.6333,
  205.5333,
  202.6333,
  203.3333,
  203.6333,
  206.5333 ;

 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 =
  2852.199,
  2853.401,
  2816.157,
  2860.008,
  2826.369,
  2799.337,
  2754.284,
  2735.662,
  2726.652,
  2709.832,
  2747.076,
  2745.874,
  2760.291,
  2691.811,
  2724.249,
  2778.312,
  2817.959,
  2775.91,
  2719.443,
  2736.864,
  2708.03,
  2783.719,
  2036.441,
  2709.231,
  2658.171,
  2660.574,
  2649.761,
  2710.433,
  2756.086,
  2796.934,
  2809.549,
  2814.956,
  2776.51,
  2847.994,
  2857.605,
  2820.962,
  2855.803,
  2840.786,
  2829.973,
  2892.447,
  2917.676,
  2896.651,
  2876.228,
  2882.835,
  2836.581,
  2839.584,
  2896.051,
  2852.8,
  2769.903,
  2614.92,
  1996.194,
  2130.752,
  2014.816,
  2073.685,
  2182.412,
  2134.356,
  311.6951,
  553.8996,
  551.4968,
  922.7328,
  300.1615,
  228.1369,
  199.4833,
  334.642,
  307.8506,
  163.3208,
  585.7369,
  2088.702,
  2198.632,
  2331.387,
  2470.15,
  2520.009,
  2354.815,
  2372.235,
  2379.444,
  2488.772,
  2430.504,
  2530.221,
  177.7978,
  289.2287,
  64.98528,
  217.2641,
  107.8757,
  199.243,
  235.3454,
  454.7831,
  232.1016,
  600.1539,
  81.62482,
  113.3421,
  130.7625,
  127.6389,
  121.6919,
  70.69199,
  133.6459,
  215.462,
  291.9919,
  2211.246,
  1772.731,
  1599.127,
  2633.542,
  2653.366,
  2889.443,
  2907.464,
  2881.033,
  2908.666,
  2895.45,
  2849.196,
  2810.75,
  2817.959,
  2814.956,
  2811.351,
  2844.991,
  2871.422,
  2873.825,
  2886.439,
  2885.839,
  2920.68,
  2912.87,
  2920.079,
  2933.895,
  2937.499,
  2934.496,
  2935.097,
  2936.899,
  2928.489,
  2922.482,
  2942.906,
  2941.104,
  2938.701,
  2924.284,
  2732.659,
  2614.32,
  2829.973,
  2771.705,
  2892.447,
  2785.521,
  2826.969,
  2843.189,
  2838.383,
  2822.164,
  2799.938,
  2749.479,
  2532.624,
  1655.594,
  866.2665,
  583.9349,
  172.2713,
  263.2181,
  177.7377,
  212.879,
  162.0593,
  200.2041,
  132.3844,
  129.1406,
  140.0134,
  188.7306,
  265.0202,
  321.0661,
  427.1507,
  501.6382,
  489.6241,
  562.3094,
  761.7437,
  945.5596,
  1993.19,
  2016.017,
  1979.374 ;

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