netcdf B0106.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 = "" ;
		: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 = 46266 ;
		:visibility_sensor_serial_number = 266 ;
		:processing = "realtime" ;
		:water_depth = 62 ;
		:mooring_site_id = "B0106" ;
		:mooring_site_desc = "Western Maine Shelf" ;
		:breakout_id = 1 ;
		:delta_t = 60 ;
		:magnetic_variation = -16.3167 ;
		:goes_platform_id = "04400554" ;
		: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:  22-Apr-2004 15:31:32\n",
			"AAN_VIZ_1.2:  22-Apr-2004 15:31:32" ;
data:

 lat = 43.1807 ;

 lon = -70.4278 ;

 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 =
  5.868,
  5.745,
  7,
  6.308,
  6.682,
  7.25,
  8.75,
  8.85,
  8.75,
  8.59,
  7.38,
  6.665,
  6.349,
  6.523,
  6.535,
  6.316,
  6.738,
  5.587,
  5.836,
  5.922,
  5.85,
  5.9,
  5.897,
  5.712,
  5.891,
  6.007,
  5.998,
  5.352,
  5.499,
  5.313,
  5.121,
  5.006,
  4.761,
  4.798,
  5.08,
  4.965,
  5.606,
  5.61,
  5.411,
  5.749,
  6.724,
  8.24,
  10.02,
  10.79,
  9.83,
  10.19,
  10.02,
  9.6,
  10.66,
  9.89,
  9.26,
  8.7,
  8.5,
  14.17,
  13.14,
  12.84,
  11.11,
  10.51,
  9.45,
  8.96,
  8.08,
  8.04,
  8.09,
  8.06,
  8.29,
  7.33,
  7.22,
  6.778,
  7.3,
  8.4,
  7.17,
  6.947,
  6.046,
  6.977,
  6.578,
  6.862,
  5.872,
  6.65,
  6.665,
  6.064,
  5.834,
  5.714,
  5.273,
  5.259,
  5.583,
  5.378,
  5.28,
  5.249,
  4.888,
  4.774,
  4.897,
  5.012,
  5.263,
  5.685,
  5.952,
  5.852,
  5.693,
  5.754,
  5.776,
  5.615,
  5.387,
  5.485,
  5.303,
  5.371,
  5.395,
  5.617,
  5.85,
  5.632,
  5.652,
  5.731,
  5.993,
  6.435,
  7.03,
  7.03,
  7.2,
  7.38,
  7.78,
  8.31,
  8.23,
  8.6,
  7.84,
  8.9,
  8.99,
  11.4,
  8.56,
  8.84,
  8.31,
  8.78,
  8.4,
  6.936,
  6.598,
  6.184,
  5.854,
  5.673,
  5.69,
  5.368,
  5.505,
  5.444,
  5.241,
  5.202,
  4.751,
  4.63,
  4.561,
  4.625,
  4.633,
  4.692,
  4.789,
  4.604,
  4.431,
  4.451,
  4.576,
  4.571,
  4.732,
  4.709,
  4.301,
  4.229,
  4.417,
  4.493,
  5.005,
  5.316,
  6.079,
  10.72,
  10.8,
  10.8,
  10.44,
  10.97,
  10.35,
  10.49 ;

 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.724,
  2.274,
  3.646,
  2.705,
  3.175,
  4.939,
  3.371,
  4.743,
  3.724,
  2.862,
  3.254,
  3.802,
  3.45,
  3.998,
  4.822,
  3.528,
  3.528,
  3.842,
  3.136,
  3.606,
  4.626,
  4.9,
  4.214,
  4.116,
  4.469,
  2.744,
  3.254,
  3.606,
  5.292,
  4.822,
  3.43,
  3.371,
  2.705,
  3.332,
  5.449,
  5.645,
  6.507,
  6.978,
  6.782,
  6.076,
  6.272,
  8.78,
  10.98,
  10.54,
  12.39,
  12.66,
  13.17,
  11.64,
  11.33,
  10.31,
  8.62,
  5.488,
  6.154,
  9.72,
  8.9,
  9.21,
  6.762,
  8.66,
  6.742,
  9.72,
  7.88,
  6.86,
  2.45,
  2.234,
  3.685,
  3.175,
  3.842,
  4.155,
  3.528,
  2.45,
  1.96,
  1.999,
  2.313,
  1.96,
  1.45,
  1.842,
  2.156,
  2.195,
  3.724,
  4.155,
  3.567,
  7.02,
  7.1,
  4.939,
  2.842,
  2.195,
  3.097,
  3.802,
  4.782,
  5.292,
  3.959,
  3.763,
  4.626,
  7.02,
  8.35,
  8.55,
  8.08,
  8.66,
  8.51,
  7.13,
  5.292,
  5.723,
  4.508,
  4.508,
  5.723,
  4.214,
  7.17,
  2.254,
  1.764,
  1.078,
  1.058,
  0.98,
  2.391,
  4.43,
  4.43,
  4.9,
  7.02,
  5.488,
  3.724,
  3.567,
  3.998,
  4.077,
  2.078,
  3.254,
  4.116,
  4.939,
  4.939,
  5.841,
  5.762,
  4.41,
  4.194,
  4.39,
  6.115,
  6.899,
  5.762,
  6.507,
  6.978,
  4.802,
  4.547,
  5.488,
  4.586,
  2.744,
  2.94,
  1.96,
  2.234,
  2.195,
  2.117,
  2.705,
  1.47,
  0.706,
  2.274,
  2.274,
  1.764,
  3.136,
  2.979,
  2.744,
  5.018,
  4.586,
  6.468,
  7.92,
  7.45,
  14.54,
  15.09,
  15.84,
  13.99,
  15.21,
  11.25,
  13.33 ;

 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 =
  1.935,
  1.254,
  2.19,
  2.405,
  2.127,
  4.157,
  2.838,
  4.174,
  3.09,
  1.473,
  2.801,
  3.199,
  2.802,
  3.349,
  4.317,
  2.999,
  3.042,
  3.261,
  2.623,
  3.133,
  3.933,
  4.308,
  3.046,
  3.558,
  3.821,
  1.508,
  2.749,
  2.87,
  4.593,
  4.428,
  1.875,
  2.854,
  2.261,
  2.622,
  4.813,
  4.851,
  5.643,
  5.975,
  5.832,
  5.406,
  4.946,
  7.68,
  8.45,
  9.17,
  10.85,
  10.55,
  11.42,
  10.22,
  10.06,
  8.97,
  7.29,
  5.035,
  5.547,
  8.23,
  7.39,
  8.29,
  5.728,
  7.15,
  5.068,
  8.31,
  6.544,
  5.164,
  1.445,
  1.722,
  2.986,
  2.258,
  3.297,
  3.29,
  3.021,
  1.646,
  1.565,
  1.722,
  1.875,
  1.419,
  0.971,
  1.334,
  0.99,
  1.916,
  3.288,
  3.453,
  2.827,
  6.114,
  5.707,
  4.114,
  1.792,
  1.644,
  2.415,
  2.682,
  3.748,
  4.418,
  3.35,
  3.193,
  3.858,
  5.975,
  6.921,
  7.52,
  7.07,
  7.55,
  7.13,
  6.228,
  4.178,
  4.842,
  3.811,
  3.959,
  4.721,
  3.421,
  4.792,
  1.041,
  1.301,
  0.549,
  0.656,
  0.278,
  1.904,
  3.944,
  3.879,
  3.987,
  6.272,
  4.458,
  2.236,
  2.984,
  3.475,
  2.47,
  1.787,
  2.589,
  3.68,
  4.389,
  3.379,
  5.056,
  5.152,
  3.037,
  3.687,
  3.814,
  5.262,
  5.89,
  4.877,
  5.559,
  5.908,
  3.708,
  3.92,
  4.311,
  3.664,
  2.035,
  2.236,
  1.54,
  1.672,
  1.51,
  1.493,
  2.279,
  0.858,
  0.375,
  1.892,
  1.81,
  1.398,
  2.619,
  2.599,
  2.369,
  4.312,
  4.103,
  5.54,
  6.94,
  5.867,
  12.24,
  12.06,
  12.75,
  11.38,
  12.38,
  8.83,
  10.49 ;

 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 =
  97.8833,
  171.2833,
  233.2833,
  231.2833,
  235.2833,
  258.6833,
  257.0833,
  278.1833,
  323.5833,
  354.1033,
  25.0833,
  2.9933,
  30.9733,
  44.9533,
  54.4833,
  44.3333,
  135.1833,
  197.5833,
  193.8833,
  209.2833,
  209.1833,
  214.3833,
  208.6833,
  210.2833,
  211.8833,
  205.6833,
  205.1833,
  202.2833,
  176.0833,
  176.6833,
  172.2833,
  172.2833,
  151.9833,
  131.7833,
  178.0833,
  186.0833,
  186.0833,
  188.0833,
  183.3833,
  178.4833,
  177.9833,
  174.4833,
  183.9833,
  184.5833,
  182.5833,
  177.7833,
  182.0833,
  184.6833,
  188.5833,
  198.7833,
  196.9833,
  215.6833,
  210.5833,
  292.4833,
  261.5833,
  269.9833,
  283.5833,
  314.3833,
  310.3833,
  293.7833,
  302.0833,
  301.6833,
  54.0833,
  91.9833,
  71.0833,
  117.2833,
  153.1833,
  170.0833,
  175.0833,
  177.0833,
  227.0833,
  236.3833,
  309.6833,
  313.4833,
  254.1833,
  271.1833,
  296.1833,
  11.3733,
  46.6533,
  46.7633,
  50.0233,
  93.6833,
  106.5833,
  103.4833,
  109.3833,
  64.4833,
  86.9833,
  107.0833,
  95.4833,
  97.1833,
  108.2833,
  127.2833,
  134.1833,
  139.0833,
  151.1833,
  150.3833,
  145.5833,
  155.9833,
  160.0833,
  159.5833,
  150.9833,
  158.1833,
  154.5833,
  149.4833,
  143.1833,
  147.7833,
  299.7833,
  6.9133,
  79.8833,
  8.6533,
  111.9833,
  203.4833,
  154.9833,
  161.0833,
  150.4833,
  145.7833,
  163.0833,
  155.1833,
  215.2833,
  224.0833,
  212.2833,
  299.8833,
  215.7833,
  9.3133,
  43.6833,
  38.6633,
  38.0033,
  53.0933,
  57.5833,
  73.8833,
  71.2833,
  76.6833,
  62.7833,
  66.8833,
  95.2833,
  102.0833,
  86.0833,
  85.0833,
  87.4833,
  102.9833,
  95.7833,
  126.5833,
  165.7833,
  166.2833,
  181.6833,
  200.6833,
  132.8833,
  149.9833,
  112.3833,
  277.9833,
  244.2833,
  291.0833,
  245.8833,
  249.1833,
  253.5833,
  186.3833,
  175.0833,
  192.1833,
  208.0833,
  203.5833,
  223.8833,
  290.8833,
  302.7833,
  301.9833,
  308.8833,
  301.4833,
  302.8833,
  300.3833 ;

 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 =
  2962.729,
  2961.528,
  2962.729,
  2962.128,
  2962.729,
  2951.916,
  2962.128,
  2962.128,
  2916.475,
  2960.326,
  2735.062,
  2799.337,
  2205.84,
  2804.143,
  2808.348,
  2915.273,
  2945.309,
  2903.259,
  2932.093,
  2926.687,
  2937.499,
  2902.058,
  2728.454,
  2957.323,
  2962.729,
  2962.729,
  2962.729,
  2962.729,
  2962.729,
  2962.729,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  1909.091,
  474.0057,
  1530.046,
  470.4015,
  126.4375,
  1560.081,
  2408.878,
  2592.094,
  2756.086,
  2763.295,
  2625.133,
  2602.906,
  2619.125,
  2653.366,
  2759.09,
  2699.62,
  2662.376,
  2644.355,
  2652.765,
  2962.729,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2196.229,
  2911.068,
  2810.15,
  2667.782,
  2808.348,
  2954.319,
  2962.729,
  2962.128,
  2955.521,
  2907.464,
  2897.252,
  2908.065,
  2950.114,
  2956.722,
  2962.128,
  2962.128,
  2962.128,
  2962.729,
  2962.128,
  2962.729,
  2962.128,
  2962.729,
  2962.729,
  2962.128,
  2729.655,
  2963.33,
  2962.128,
  2963.33,
  2962.128,
  2956.121,
  2962.729,
  2962.729,
  2958.524,
  2963.33,
  2962.729,
  2962.729,
  2183.614,
  2962.729,
  2962.128,
  2962.128,
  2962.729,
  2962.729,
  2962.729,
  2962.729,
  2935.697,
  2854.001,
  2788.524,
  2787.323,
  2744.673,
  642.804,
  943.1568,
  741.9204,
  1144.393,
  2000.999,
  2158.384,
  2196.829,
  2198.632,
  2409.479,
  2513.401,
  1697.643,
  2709.231,
  1987.183,
  2782.517,
  2808.348,
  2798.136,
  2961.528,
  2763.295,
  2947.111,
  2961.528,
  2955.521,
  2844.39,
  2950.114,
  2962.128,
  2959.125,
  2621.528,
  2703.825,
  2879.832,
  2951.916,
  2963.33,
  2963.33,
  2961.528,
  2963.33,
  2963.33,
  2962.729,
  2962.729,
  2962.729,
  2962.729,
  2962.729,
  2962.729,
  2962.729,
  2962.729,
  2962.729,
  2962.729,
  2954.319,
  2962.729,
  2664.178,
  2454.532,
  2962.128,
  2962.729,
  2963.33,
  2962.729,
  2963.33,
  2933.895,
  2910.468,
  2845.592,
  2699.62,
  2958.524,
  2895.45,
  2899.655,
  2881.033 ;

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