netcdf F0107.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:31:59 2004: /usr/local/nco/bin/ncrcat -d time,2452908.9493,2453047.8333 F0107.met.realtime.nc F0107.met.realtime.nc.new\n",
			"Fri Sep 26 00:39:36 2003: ncrcat -d time,2452908.95832, F0107.met.realtime.nc tmp.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 = "RMYWM48492" ;
		:visibility_sensor_serial_number = "AANVS316" ;
		:processing = "realtime" ;
		:water_depth = 110 ;
		:mooring_site_id = "F0107" ;
		:mooring_site_desc = "W.Penobscot Bay" ;
		:breakout_id = 1 ;
		:delta_t = 60 ;
		:magnetic_variation = -17.4 ;
		:goes_platform_id = "044060B2" ;
		:starting_julian_day_number = 2453114.00000579 ;
		:starting_julian_day_string = "2004-04-18 00:00:00" ;
		:ending_julian_day_number = 2453120.95833912 ;
		:ending_julian_day_string = "2004-04-24 23:00:00" ;
		:algorithm_ids = "WIND_DIR_1.2:  04-Sep-2003 14:40:07\n",
			"AAN_VIZ_1.2:  04-Sep-2003 14:40:07" ;
data:

 lat = 44.0556 ;

 lon = -68.9982 ;

 air_temperature_depth = -3 ;

 visibility_depth = -3 ;

 wind_depth = -4 ;

 time = 2453114, 2453114.04166667, 2453114.08333333, 2453114.125, 
    2453114.16666667, 2453114.20833333, 2453114.25, 2453114.29166667, 
    2453114.33333333, 2453114.375, 2453114.41666667, 2453114.45833333, 
    2453114.5, 2453114.54166667, 2453114.58333333, 2453114.625, 
    2453114.66666667, 2453114.70833333, 2453114.75, 2453114.79166667, 
    2453114.83333333, 2453114.875, 2453114.91666667, 2453114.95833333, 
    2453115, 2453115.04166667, 2453115.08333333, 2453115.125, 
    2453115.16666667, 2453115.20833333, 2453115.25, 2453115.29166667, 
    2453115.33333333, 2453115.375, 2453115.41666667, 2453115.45833333, 
    2453115.5, 2453115.54166667, 2453115.58333333, 2453115.625, 
    2453115.66666667, 2453115.70833333, 2453115.75, 2453115.79166667, 
    2453115.83333333, 2453115.875, 2453115.91666667, 2453115.95833333, 
    2453116, 2453116.04166667, 2453116.08333333, 2453116.125, 
    2453116.16666667, 2453116.20833333, 2453116.25, 2453116.29166667, 
    2453116.33333333, 2453116.375, 2453116.41666667, 2453116.45833333, 
    2453116.5, 2453116.54166667, 2453116.58333333, 2453116.625, 
    2453116.66666667, 2453116.70833333, 2453116.75, 2453116.79166667, 
    2453116.83333333, 2453116.875, 2453116.91666667, 2453116.95833333, 
    2453117, 2453117.04166667, 2453117.08333333, 2453117.125, 
    2453117.16666667, 2453117.20833333, 2453117.25, 2453117.29166667, 
    2453117.33333333, 2453117.375, 2453117.41666667, 2453117.45833333, 
    2453117.5, 2453117.54166667, 2453117.58333333, 2453117.625, 
    2453117.66666667, 2453117.70833333, 2453117.75, 2453117.79166667, 
    2453117.83333333, 2453117.875, 2453117.91666667, 2453117.95833333, 
    2453118, 2453118.04166667, 2453118.08333333, 2453118.125, 
    2453118.16666667, 2453118.20833333, 2453118.25, 2453118.29166667, 
    2453118.33333333, 2453118.375, 2453118.41666667, 2453118.45833333, 
    2453118.5, 2453118.54166667, 2453118.58333333, 2453118.625, 
    2453118.66666667, 2453118.70833333, 2453118.75, 2453118.79166667, 
    2453118.83333333, 2453118.875, 2453118.91666667, 2453118.95833333, 
    2453119, 2453119.04166667, 2453119.08333333, 2453119.125, 
    2453119.16666667, 2453119.20833333, 2453119.25, 2453119.29166667, 
    2453119.33333333, 2453119.375, 2453119.41666667, 2453119.45833333, 
    2453119.5, 2453119.54166667, 2453119.58333333, 2453119.625, 
    2453119.66666667, 2453119.70833333, 2453119.75, 2453119.79166667, 
    2453119.83333333, 2453119.875, 2453119.91666667, 2453119.95833333, 
    2453120, 2453120.04166667, 2453120.08333333, 2453120.125, 
    2453120.16666667, 2453120.20833333, 2453120.25, 2453120.29166667, 
    2453120.33333333, 2453120.375, 2453120.41666667, 2453120.45833333, 
    2453120.5, 2453120.54166667, 2453120.58333333, 2453120.625, 
    2453120.66666667, 2453120.70833333, 2453120.75, 2453120.79166667, 
    2453120.83333333, 2453120.875, 2453120.91666667, 2453120.95833333 ;

 air_temperature =
  4.291,
  4.781,
  4.472,
  4.269,
  4.755,
  4.853,
  6.99,
  8.05,
  7.16,
  7.62,
  7.06,
  6.741,
  7.03,
  8.39,
  8.07,
  7.45,
  6.864,
  7.5,
  7.18,
  7.06,
  7.13,
  6.556,
  6.165,
  6.232,
  6.014,
  5.814,
  5.703,
  5.355,
  5.067,
  4.692,
  4.623,
  4.792,
  4.971,
  5.201,
  4.844,
  5.126,
  4.816,
  4.406,
  4.785,
  4.722,
  4.97,
  4.858,
  4.772,
  5.57,
  5.846,
  8.37,
  8.33,
  8.27,
  8.23,
  8.36,
  9.28,
  8.25,
  8.21,
  12.52,
  9.29,
  6.712,
  14.04,
  10.12,
  9.7,
  7.4,
  7.35,
  6.972,
  7.2,
  7.55,
  7.48,
  7.89,
  8.59,
  9.09,
  9.55,
  9.88,
  10.32,
  8.93,
  8.22,
  7.69,
  6.194,
  6.409,
  5.35,
  5.192,
  4.826,
  4.658,
  4.225,
  4.013,
  4.163,
  4.891,
  4.982,
  4.688,
  4.568,
  4.404,
  4.284,
  4.297,
  4.474,
  4.401,
  4.371,
  4.883,
  4.935,
  4.823,
  4.731,
  4.448,
  4.37,
  4.364,
  4.801,
  4.775,
  4.751,
  4.81,
  4.938,
  5.047,
  5.032,
  5.449,
  5.387,
  5.412,
  5.331,
  5.27,
  5.265,
  5.183,
  5.104,
  5.244,
  5.177,
  5.447,
  5.329,
  5.837,
  5.672,
  6.015,
  6.681,
  6.242,
  8.02,
  8.29,
  7.4,
  6.957,
  6.759,
  7.24,
  6.152,
  5.907,
  5.966,
  5.846,
  5.58,
  5.528,
  5.348,
  5.297,
  5.31,
  5.518,
  5.986,
  4.278,
  4.066,
  4.108,
  4.119,
  4.04,
  3.583,
  3.213,
  3.078,
  3.074,
  3.732,
  3.387,
  3.24,
  3.35,
  3.683,
  3.733,
  3.825,
  3.588,
  3.574,
  3.393,
  3.835,
  4.359,
  4.542,
  10.6,
  9.71,
  9.56,
  9.46,
  8.41 ;

 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 =
  0.51,
  2.744,
  2.391,
  1.666,
  3.724,
  2.47,
  4.116,
  7.45,
  5.958,
  5.919,
  5.194,
  6.429,
  3.724,
  4.077,
  2.705,
  3.606,
  3.136,
  4.43,
  5.488,
  4.194,
  3.332,
  3.802,
  6.664,
  6.39,
  4.802,
  3.489,
  3.018,
  2.842,
  3.489,
  2.646,
  5.253,
  4.312,
  4.39,
  4.782,
  2.117,
  4.312,
  6.86,
  6.566,
  8.08,
  7.96,
  9.68,
  9.68,
  9.33,
  6.762,
  3.998,
  8.66,
  9.13,
  9.37,
  11.29,
  9.41,
  14.9,
  9.8,
  9.84,
  9.88,
  4.626,
  4.273,
  13.8,
  7.88,
  10.51,
  8.51,
  8.08,
  6.938,
  8.98,
  7.8,
  6.546,
  6.664,
  8.15,
  6.762,
  6.037,
  7.6,
  8.15,
  5.586,
  4.273,
  3.646,
  3.43,
  3.41,
  2.744,
  4.626,
  3.234,
  3.018,
  4.234,
  3.332,
  1.764,
  1.999,
  5.292,
  4.626,
  3.92,
  5.488,
  6.194,
  5.214,
  5.37,
  5.998,
  5.41,
  5.762,
  7.88,
  8.19,
  7.84,
  7.49,
  7.96,
  6.429,
  7.21,
  5.998,
  6.115,
  4.802,
  5.762,
  3.136,
  1.176,
  0.686,
  0.196,
  3.097,
  4.273,
  5.41,
  5.253,
  3.822,
  4.978,
  5.958,
  5.762,
  4.43,
  5.919,
  3.998,
  3.332,
  2.058,
  1.999,
  0.235,
  4.038,
  7.96,
  5.88,
  5.88,
  4.508,
  5.919,
  4.606,
  5.018,
  5.018,
  6.037,
  6.272,
  6.194,
  5.331,
  5.723,
  3.92,
  2.117,
  1.96,
  4.508,
  5.527,
  4.508,
  3.038,
  2.058,
  2.274,
  1.607,
  3.371,
  2.352,
  0.98,
  0.039,
  3.254,
  3.802,
  2.862,
  3.41,
  3.018,
  5.096,
  5.096,
  4.9,
  6.507,
  9.64,
  8.74,
  13.64,
  13.41,
  13.09,
  15.56,
  12.74 ;

 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 =
  0.113,
  1.664,
  1.907,
  0.425,
  2.767,
  2.058,
  3.311,
  6.274,
  4.915,
  5.196,
  4.209,
  5.013,
  1.31,
  3.175,
  1.942,
  2.695,
  2.046,
  3.706,
  4.542,
  3.075,
  2.676,
  2.709,
  5.918,
  5.781,
  3.41,
  3.002,
  2.694,
  1.55,
  3.08,
  1.625,
  4.316,
  3.06,
  3.46,
  4.022,
  1.435,
  2.842,
  5.284,
  5.059,
  6.582,
  6.239,
  6.894,
  7.98,
  7.15,
  4.166,
  3.186,
  6.744,
  7.11,
  8.06,
  8.89,
  8.32,
  11.87,
  8.48,
  8.5,
  5.433,
  3.6,
  3.576,
  9.73,
  6.385,
  8.16,
  7.32,
  5.488,
  5.907,
  7.3,
  6.607,
  5.499,
  5.541,
  6.128,
  3.676,
  4.616,
  4.99,
  6.447,
  4.302,
  3.496,
  3.169,
  1.981,
  3.156,
  1.637,
  3.94,
  2.641,
  2.638,
  3.297,
  2.382,
  0.818,
  1.098,
  4.133,
  3.993,
  3.37,
  4.504,
  5.298,
  4.287,
  4.601,
  5.168,
  4.713,
  5.024,
  6.521,
  6.877,
  6.226,
  5.991,
  6.481,
  5.66,
  6.051,
  4.97,
  5.461,
  3.824,
  4.901,
  1.341,
  0.425,
  0.028,
  0.042,
  2.375,
  3.551,
  4.939,
  4.385,
  2.439,
  4.39,
  5.206,
  4.656,
  3.866,
  4.912,
  3.358,
  3.01,
  0.86,
  0.194,
  0.042,
  2.271,
  6.566,
  4.977,
  5.392,
  3.496,
  5.083,
  4.042,
  4.371,
  4.436,
  5.341,
  5.513,
  5.479,
  4.387,
  5.085,
  2.325,
  1.623,
  1.629,
  4.085,
  4.731,
  3.438,
  2.06,
  1.266,
  1.638,
  1.024,
  2.709,
  1.672,
  0,
  0,
  2.376,
  2.857,
  2.146,
  2.76,
  2.362,
  4.147,
  4.084,
  4.205,
  5.625,
  8.26,
  7.22,
  10.71,
  9.92,
  10.25,
  11.43,
  10.01 ;

 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 =
  111.1,
  132.7,
  173.6,
  215,
  235.8,
  278.2,
  263,
  297.5,
  338.7,
  353.21,
  349.318,
  323.2,
  5.95,
  19.12,
  23.11,
  197.3,
  195.2,
  200.5,
  198.8,
  208.7,
  196.8,
  182,
  222.3,
  229,
  237.2,
  222.2,
  246.5,
  203,
  182.9,
  145.9,
  167.6,
  184,
  194.6,
  206.4,
  165,
  153.3,
  164.3,
  197.3,
  213.2,
  210.3,
  206.9,
  210.6,
  189,
  183.6,
  148.3,
  201.3,
  223.7,
  224.1,
  198.3,
  194.7,
  217,
  221.7,
  221.4,
  259.4,
  195,
  183.8,
  285,
  309.1,
  314,
  337.9,
  336.7,
  312,
  337.6,
  349.65,
  332.1,
  324.2,
  321.7,
  332.5,
  312.7,
  327.6,
  331.3,
  317.6,
  344.39,
  324.6,
  341.8,
  355.53,
  350.52,
  7.08,
  15.87,
  20.98,
  30.2,
  41.5,
  48.45,
  60.5,
  94.8,
  107.1,
  115.3,
  112.6,
  137.5,
  140.3,
  128.4,
  142.3,
  146.9,
  158.2,
  163.1,
  156.7,
  149.4,
  145,
  147.9,
  160.1,
  159.1,
  154.8,
  150.4,
  160.2,
  152.2,
  163,
  98.8,
  174.8,
  145.5,
  126.8,
  182.4,
  184.3,
  198,
  159.8,
  181.1,
  171,
  187.5,
  179.6,
  175,
  175.5,
  194.9,
  182.9,
  46.81,
  354.65,
  334.4,
  13.45,
  1.22,
  2.65,
  23.93,
  19.82,
  25.02,
  25.56,
  3.96,
  2.5,
  20.74,
  345.466,
  357.65,
  23,
  31.77,
  48.3,
  19.36,
  130.3,
  129.9,
  160.7,
  178.8,
  204.3,
  252.6,
  247.4,
  232.1,
  280.8,
  342.6,
  95.9,
  91,
  108.7,
  128,
  169.1,
  196,
  211.3,
  190.5,
  204.1,
  187.7,
  219.4,
  224.2,
  302.1,
  310.2,
  314.1,
  318.5,
  307.3 ;

 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 =
  2963.93,
  2964.531,
  2963.93,
  2964.531,
  2964.531,
  2964.531,
  2964.531,
  2964.531,
  2964.531,
  2964.531,
  2964.531,
  2965.733,
  2903.259,
  2965.733,
  2956.722,
  2947.711,
  2962.729,
  2950.114,
  2956.722,
  2960.927,
  2956.121,
  2963.33,
  2962.128,
  2963.93,
  2964.531,
  2964.531,
  2964.531,
  2963.93,
  2964.531,
  2950.715,
  2963.33,
  2964.531,
  2964.531,
  2964.531,
  2963.93,
  2963.93,
  2844.991,
  112.0205,
  339.9883,
  299.2004,
  666.2315,
  267.9036,
  480.0128,
  2367.43,
  2485.769,
  2725.45,
  2531.422,
  2545.239,
  2566.263,
  2547.641,
  2513.401,
  2479.762,
  2510.398,
  2932.093,
  2764.496,
  2649.761,
  2964.531,
  2964.531,
  2964.531,
  2965.132,
  2872.623,
  2705.627,
  2636.546,
  2516.405,
  2383.048,
  2536.228,
  2533.225,
  2745.874,
  2596.299,
  711.8851,
  1197.255,
  2368.631,
  2521.811,
  2272.518,
  2964.531,
  2964.531,
  2964.531,
  2964.531,
  2964.531,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2955.521,
  2777.712,
  2664.779,
  2419.091,
  2263.508,
  2916.475,
  2965.733,
  2965.733,
  2962.729,
  2965.733,
  2963.93,
  2963.33,
  2962.729,
  2960.927,
  2939.302,
  2909.867,
  2887.641,
  2942.906,
  2912.27,
  2814.956,
  2771.705,
  2699.019,
  2656.369,
  2669.585,
  2691.21,
  726.3021,
  483.617,
  256.7305,
  212.3984,
  319.6244,
  329.8965,
  281.1191,
  265.2605,
  171.8508,
  228.9779,
  309.8329,
  1727.678,
  1970.964,
  2243.684,
  2398.066,
  2304.356,
  2964.531,
  2964.531,
  2964.531,
  2964.531,
  2964.531,
  2964.531,
  2964.531,
  2964.531,
  2964.531,
  2965.132,
  2965.132,
  2965.132,
  2961.528,
  2962.729,
  2965.132,
  2952.517,
  2965.733,
  2965.132,
  2964.531,
  2964.531,
  2964.531,
  2964.531,
  2964.531,
  2964.531,
  2964.531,
  2964.531,
  2964.531,
  2964.531,
  2964.531,
  2964.531,
  2964.531,
  2964.531,
  2905.662,
  2965.132,
  2964.531,
  2957.323,
  2965.132,
  2965.132,
  2965.733,
  2367.43,
  2732.659,
  2110.328,
  2753.684,
  2950.715 ;

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