netcdf B0105.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:23:46 2004: /usr/local/nco/bin/ncrcat -d time,2452923.8236,2453047.8333 B0105.met.realtime.nc B0105.met.realtime.nc.new\n",
			"11-Oct-2003 13:45:15:  Modified [lon,lat] to [-70.426496,43.181098].\n",
			"Sat Oct 11 01:02:29 2003: ncrcat -d time,2452923.83333332, pre/B0105.met.realtime.nc post/B0105.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 = 17 ;
		:visibility_sensor_serial_number = 291 ;
		:processing = "realtime" ;
		:water_depth = 62 ;
		:mooring_site_id = "B0105" ;
		:mooring_site_desc = "Western Maine Shelf" ;
		:breakout_id = 1 ;
		:delta_t = 60 ;
		:magnetic_variation = -16.3167 ;
		:goes_platform_id = "04400554" ;
		:starting_julian_day_number = 2453058.04167244 ;
		:starting_julian_day_string = "2004-02-22 01:00:00" ;
		:ending_julian_day_number = 2453065.00000579 ;
		:ending_julian_day_string = "2004-02-29 00:00:00" ;
		:algorithm_ids = "WIND_DIR_1.2:  03-Oct-2003 12:08:54\n",
			"AAN_VIZ_1.2:  03-Oct-2003 12:08:54" ;
data:

 lat = 43.181098244407 ;

 lon = -70.4264956387607 ;

 air_temperature_depth = -3 ;

 visibility_depth = -3 ;

 wind_depth = -4 ;

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

 air_temperature =
  1.946,
  1.135,
  0.692,
  0.141,
  -0.435,
  -1.169,
  -1.291,
  -1.412,
  -1.599,
  -1.869,
  -2.135,
  -2.039,
  -2.243,
  -2.267,
  -2.24,
  -1.929,
  -1.606,
  -1.24,
  -1.222,
  -0.844,
  -0.655,
  -0.54,
  -0.113,
  0.632,
  1.373,
  1.073,
  0.701,
  0.261,
  -0.065,
  -0.398,
  -0.496,
  -0.652,
  -0.798,
  -0.914,
  -1.159,
  -1.259,
  -1.241,
  -1.008,
  -0.334,
  0.402,
  1.358,
  2.229,
  2.95,
  3.492,
  3.674,
  2.846,
  2.927,
  2.239,
  1.461,
  0.803,
  0.269,
  -0.185,
  -1.299,
  -1.832,
  -1.725,
  -1.83,
  -2.469,
  -2.675,
  -3.081,
  -3.354,
  -3.402,
  -3.197,
  -2.749,
  -1.841,
  -1.786,
  -0.871,
  0.217,
  0.785,
  0.821,
  1.332,
  1.254,
  0.976,
  0.875,
  0.505,
  0.622,
  -0.196,
  -0.832,
  -1.539,
  -2.145,
  -2.514,
  -2.871,
  -3.14,
  -3.387,
  -3.501,
  -3.494,
  -3.075,
  -1.574,
  -0.46,
  0.298,
  1.322,
  1.418,
  1.668,
  2.872,
  2.337,
  3.016,
  2.553,
  1.695,
  0.871,
  0.014,
  -0.432,
  -0.541,
  -1.061,
  -0.534,
  -1.743,
  -1.525,
  -1.889,
  -2.042,
  -2.55,
  -2.555,
  -2.187,
  -1.679,
  -1.047,
  0.017,
  1.217,
  0.821,
  1.605,
  1.38,
  1.811,
  1.196,
  1.508,
  0.83,
  -0.189,
  -1.143,
  -1.809,
  -2.113,
  -2.423,
  -2.287,
  -2.257,
  -2.804,
  -2.764,
  -3.117,
  -2.796,
  -2.827,
  -2.49,
  -1.243,
  0.406,
  1.286,
  2.689,
  3.216,
  5.366,
  4.829,
  4.749,
  3.796,
  3.56,
  2.991,
  2.231,
  1.232,
  0.86,
  0.414,
  0.154,
  0.304,
  0.029,
  -0.061,
  -0.204,
  -0.388,
  -0.176,
  0.553,
  1.286,
  2.002,
  2.792,
  3.354,
  4.787,
  5.309,
  4.319,
  4.739,
  4.239,
  3.934,
  5.281 ;

 air_temperature_qc =
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0 ;

 wind_gust =
  12.58,
  12.7,
  12.19,
  12.86,
  12.5,
  13.84,
  13.52,
  12.27,
  11.02,
  9.6,
  8.62,
  8.86,
  9.49,
  9.29,
  7.84,
  6.625,
  6.233,
  5.606,
  4.351,
  3.332,
  2.94,
  2.509,
  2.078,
  2.901,
  7.64,
  8.51,
  9.09,
  8.43,
  8.9,
  9.68,
  9.37,
  10.19,
  8.86,
  10.04,
  8.51,
  8.19,
  7.02,
  6.468,
  5.606,
  5.41,
  4.312,
  4.312,
  5.174,
  5.057,
  7.53,
  5.096,
  9.37,
  8,
  8.39,
  7.72,
  7.6,
  5.762,
  4.861,
  4.9,
  3.489,
  4.743,
  5.527,
  5.645,
  6.664,
  4.998,
  4.351,
  3.45,
  1.529,
  0.274,
  1.803,
  2.744,
  4.234,
  5.606,
  6.037,
  5.331,
  5.919,
  5.488,
  5.253,
  4.939,
  7.6,
  10.43,
  9.37,
  10.04,
  10.9,
  9.06,
  8.04,
  7.92,
  7.64,
  7.84,
  7.88,
  6.782,
  7.21,
  5.449,
  4.155,
  2.548,
  1.999,
  1.999,
  2.078,
  2.038,
  8.19,
  8.15,
  9.56,
  9.45,
  10.62,
  12.27,
  9.6,
  8.27,
  8.78,
  5.841,
  6.233,
  6.978,
  7.92,
  7.53,
  8.11,
  8.11,
  6.664,
  4.273,
  2.626,
  0.784,
  7.68,
  4.606,
  3.959,
  1.47,
  2.901,
  5.331,
  9.02,
  13.29,
  10.78,
  11.17,
  8.86,
  6.86,
  5.88,
  6.115,
  6.782,
  6.742,
  7.96,
  7.37,
  7.06,
  6.037,
  5.566,
  7.45,
  6.233,
  2.94,
  1.666,
  4.155,
  8.9,
  11.8,
  7.45,
  8.7,
  7.41,
  5.096,
  5.566,
  3.43,
  2.94,
  3.097,
  4.194,
  5.174,
  5.723,
  4.978,
  5.057,
  5.37,
  4.547,
  3.92,
  2.862,
  2.274,
  4.273,
  2.156,
  2.783,
  3.293,
  2.842,
  2.587,
  2.862,
  2.313 ;

 wind_gust_qc =
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0 ;

 wind_speed =
  10.58,
  10.85,
  10.34,
  10.62,
  10.29,
  11.57,
  10.83,
  10.53,
  9.17,
  8.08,
  7.12,
  7.01,
  7.89,
  7.91,
  6.605,
  5.558,
  4.925,
  4.567,
  3.308,
  2.462,
  1.952,
  1.839,
  1.58,
  2.3,
  6.554,
  6.817,
  7.42,
  7.28,
  7.24,
  7.84,
  8,
  8.09,
  7.31,
  8.31,
  7.28,
  6.58,
  5.943,
  5.197,
  4.602,
  3.484,
  3.181,
  3.533,
  4.41,
  4.031,
  6.531,
  3.129,
  7.4,
  6.428,
  7.1,
  6.839,
  5.9,
  4.911,
  4.165,
  4.014,
  2.355,
  3.702,
  4.428,
  4.767,
  5.31,
  4.064,
  3.168,
  2.536,
  0.37,
  0.006,
  0.666,
  1.962,
  3.494,
  4.584,
  5.284,
  4.548,
  4.922,
  4.75,
  4.31,
  4.109,
  6.852,
  8.72,
  7.68,
  8.84,
  8.76,
  7.3,
  6.488,
  6.634,
  6.632,
  6.841,
  5.645,
  5.499,
  5.645,
  4.473,
  3.132,
  1.512,
  1.332,
  1.158,
  1.681,
  1.499,
  6.873,
  6.361,
  7.7,
  7.56,
  8.97,
  9.3,
  7.97,
  6.711,
  7.41,
  4.885,
  5.304,
  5.932,
  6.554,
  6.297,
  6.997,
  6.527,
  5.554,
  3.513,
  0.962,
  0.03,
  6.076,
  3.126,
  2.99,
  0.046,
  2.084,
  4.386,
  7.71,
  10.88,
  9.34,
  8.96,
  7.59,
  5.505,
  4.599,
  5.171,
  5.814,
  5.719,
  6.482,
  6.399,
  5.832,
  5.092,
  4.634,
  5.752,
  4.502,
  2.061,
  0.456,
  3.454,
  7.26,
  9.78,
  6.233,
  7.33,
  6.467,
  2.829,
  4.885,
  2.573,
  2.338,
  2.394,
  3.567,
  4.098,
  4.968,
  4.416,
  4.08,
  4.78,
  3.9,
  3.234,
  2.12,
  1.424,
  2.629,
  0.664,
  1.535,
  2.649,
  2.121,
  1.098,
  1.767,
  1.696 ;

 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 =
  28.9233,
  25.2433,
  5.0333,
  5.7433,
  5.2833,
  353.7433,
  348.8203,
  3.3333,
  18.4133,
  355.2333,
  347.2993,
  3.0033,
  2.1033,
  5.2033,
  342.4833,
  346.3133,
  328.2833,
  329.7833,
  330.6833,
  18.1333,
  31.1533,
  51.3133,
  320.5833,
  322.6833,
  335.2833,
  334.6833,
  328.7833,
  310.4833,
  309.5833,
  295.7833,
  301.7833,
  274.5833,
  292.5833,
  314.3833,
  321.5833,
  320.3833,
  315.7833,
  307.4833,
  307.1833,
  322.8833,
  303.9833,
  304.6833,
  325.6833,
  302.9833,
  302.5833,
  2.4233,
  292.0833,
  310.6833,
  303.2833,
  313.1833,
  311.8833,
  322.1833,
  351.7033,
  327.7833,
  323.6833,
  302.7833,
  313.3833,
  321.7833,
  306.9833,
  323.3833,
  318.8833,
  326.3833,
  338.8833,
  258.8833,
  178.7833,
  219.4833,
  225.0833,
  232.6833,
  214.9833,
  259.5833,
  276.7833,
  281.6833,
  287.6833,
  345.8013,
  19.7133,
  7.6833,
  7.1033,
  6.6133,
  5.4533,
  20.6333,
  20.8733,
  17.2333,
  13.2233,
  11.0333,
  8.2433,
  351.3733,
  7.5333,
  344.2783,
  312.5833,
  331.8833,
  95.8833,
  163.1833,
  205.7833,
  220.2833,
  288.7833,
  328.9833,
  358.0733,
  350.6423,
  344.3353,
  328.3833,
  329.9833,
  274.3833,
  295.6833,
  282.0833,
  275.1833,
  296.1833,
  298.8833,
  281.8833,
  285.5833,
  290.6833,
  293.5833,
  329.3833,
  209.0833,
  228.2833,
  204.4833,
  169.9833,
  150.7833,
  167.8833,
  250.7833,
  11.0233,
  19.1533,
  23.3433,
  350.6833,
  300.0833,
  295.2833,
  283.9833,
  271.2833,
  278.1833,
  271.2833,
  274.3833,
  286.9833,
  291.9833,
  296.0833,
  295.6833,
  277.9833,
  301.9833,
  306.8833,
  298.4833,
  218.3833,
  299.1833,
  310.9833,
  322.8833,
  310.2833,
  303.5833,
  308.1833,
  272.6833,
  239.3833,
  270.8833,
  266.6833,
  257.6833,
  264.7833,
  254.1833,
  259.7833,
  270.7833,
  268.2833,
  263.1833,
  255.7833,
  243.7833,
  214.3833,
  171.2833,
  199.8833,
  247.9833,
  204.3833,
  164.9833,
  173.2833,
  192.0833,
  176.7833,
  313.8833 ;

 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 =
  1367.856,
  1151.001,
  1537.255,
  631.9913,
  1763.721,
  2843.789,
  2845.592,
  2849.796,
  2850.998,
  2846.192,
  2846.793,
  2854.001,
  2832.977,
  2838.383,
  2831.775,
  2831.775,
  2848.595,
  2840.185,
  2859.408,
  2852.8,
  2839.584,
  2858.807,
  2852.8,
  2714.638,
  2763.295,
  2787.323,
  2798.736,
  2799.337,
  2798.736,
  2779.514,
  2785.521,
  2763.295,
  2786.722,
  2784.92,
  2784.92,
  2774.708,
  2793.931,
  2699.62,
  2771.104,
  2772.906,
  2766.899,
  2761.493,
  2771.104,
  2783.719,
  2497.182,
  2771.705,
  2798.136,
  2802.941,
  2806.546,
  2802.341,
  2814.355,
  2816.758,
  2811.952,
  2813.754,
  2813.153,
  2814.956,
  2814.956,
  2820.362,
  2795.132,
  2807.146,
  2818.56,
  2789.726,
  2775.91,
  2742.871,
  2773.507,
  2784.92,
  2765.698,
  2790.927,
  2812.553,
  2804.743,
  2823.966,
  2816.157,
  2804.743,
  2789.726,
  2793.33,
  2807.747,
  2831.775,
  2801.139,
  2818.56,
  2799.337,
  2812.553,
  2808.948,
  2801.74,
  2781.917,
  2792.129,
  2760.291,
  2751.881,
  2784.32,
  2803.542,
  2784.32,
  2756.687,
  2786.122,
  2802.341,
  2780.715,
  2786.122,
  2808.948,
  2806.546,
  2772.906,
  2801.74,
  2780.715,
  2810.15,
  2827.57,
  2826.369,
  2829.372,
  2805.344,
  2825.167,
  2811.952,
  2834.178,
  2805.945,
  2817.358,
  2797.535,
  2820.962,
  2798.736,
  2805.344,
  2819.16,
  2775.91,
  2789.726,
  2795.733,
  2828.171,
  2819.16,
  2831.775,
  2793.33,
  2801.139,
  2814.956,
  2828.772,
  2825.167,
  2828.171,
  2825.768,
  2824.567,
  2837.782,
  2810.15,
  2799.337,
  2805.945,
  2814.355,
  2835.379,
  2825.768,
  2819.16,
  2749.479,
  2756.086,
  2786.722,
  2791.528,
  2762.694,
  2770.503,
  2789.125,
  2821.563,
  2801.74,
  2804.143,
  2819.16,
  2809.549,
  2817.959,
  2819.16,
  2821.563,
  2825.167,
  2834.178,
  2814.355,
  2798.736,
  2810.75,
  2801.74,
  2792.129,
  2799.337,
  2757.888,
  2777.712,
  2754.885,
  2741.669,
  2734.461,
  2744.673,
  2781.917,
  2777.111 ;

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