netcdf E0106.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:short_name = "lat" ;
		lat:units = "degrees_north" ;
		lat:scale_factor = 1. ;
		lat:add_offset = 0. ;
		lat:_FillValue = -999. ;
		lat:valid_range = -90., 90. ;
		lat:epic_code = 500 ;
		lat:Comment = "Coordinate variable" ;
	double lon(lon) ;
		lon:long_name = "Longitude" ;
		lon:short_name = "lon" ;
		lon:modulo = 360. ;
		lon:units = "degrees_east" ;
		lon:scale_factor = 1. ;
		lon:add_offset = 0. ;
		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:short_name = "D" ;
		air_temperature_depth:units = "meters" ;
		air_temperature_depth:positive = "down" ;
		air_temperature_depth:scale_factor = 1. ;
		air_temperature_depth:add_offset = 0. ;
		air_temperature_depth:_FillValue = -999. ;
		air_temperature_depth:valid_range = -10000., 100. ;
		air_temperature_depth:epic_code = 3 ;
		air_temperature_depth:Comment = "Coordinate variable" ;
		air_temperature_depth:standard_name = "depth" ;
	double visibility_depth(visibility_depth) ;
		visibility_depth:long_name = "Depth" ;
		visibility_depth:short_name = "D" ;
		visibility_depth:units = "meters" ;
		visibility_depth:positive = "down" ;
		visibility_depth:scale_factor = 1. ;
		visibility_depth:add_offset = 0. ;
		visibility_depth:_FillValue = -999. ;
		visibility_depth:valid_range = -10000., 100. ;
		visibility_depth:epic_code = 3 ;
		visibility_depth:Comment = "Coordinate variable" ;
		visibility_depth:standard_name = "depth" ;
	double wind_depth(wind_depth) ;
		wind_depth:long_name = "Depth" ;
		wind_depth:short_name = "D" ;
		wind_depth:units = "meters" ;
		wind_depth:positive = "down" ;
		wind_depth:scale_factor = 1. ;
		wind_depth:add_offset = 0. ;
		wind_depth:_FillValue = -999. ;
		wind_depth:valid_range = -10000., 100. ;
		wind_depth:Comment = "Coordinate variable" ;
		wind_depth:standard_name = "depth" ;
	double time(time) ;
		time:long_name = "Time" ;
		time:short_name = "time" ;
		time:units = "days since -4713-01-01 00:00:00" ;
		time:scale_factor = 1. ;
		time:add_offset = 0. ;
		time:_FillValue = -999. ;
		time:valid_range = 0., 2460000. ;
		time:epic_code = 624 ;
		time:Comment = "Coordinate variable" ;
		time:standard_name = "time" ;
	float air_temperature(time, air_temperature_depth, lat, lon) ;
		air_temperature:long_name = "Air Temperature" ;
		air_temperature:standard_name = "air_temperature" ;
		air_temperature:grib_code = "11 E 130" ;
		air_temperature:short_name = "AT" ;
		air_temperature:scale_factor = 1.f ;
		air_temperature:add_offset = 0.f ;
		air_temperature:_FillValue = -999.f ;
		air_temperature:units = "celsius" ;
		air_temperature:valid_range = -40.f, 40.f ;
		air_temperature:is_dead = 0 ;
		air_temperature:sensor_depth = -3. ;
		air_temperature:epic_code = 20 ;
		air_temperature:ancillary_variables = "air_temperature_qc" ;
	byte air_temperature_qc(time, air_temperature_depth, lat, lon) ;
		air_temperature_qc:long_name = "Air Temperature Quality" ;
		air_temperature_qc:short_name = "ATQC" ;
		air_temperature_qc:_FillValue = 128s ;
		air_temperature_qc:valid_range = -127s, 127s ;
		air_temperature_qc:quality_good = 0s ;
		air_temperature_qc:quality_bad = 1s ;
		air_temperature_qc:sensor_depth = -3. ;
		air_temperature_qc:flag_values = 0s, 1s, 2s, 3s ;
		air_temperature_qc:flag_meanings = 0s ;
		air_temperature_qc:intent = "data_quality" ;
		air_temperature_qc:standard_name = "air_temperature data_quality" ;
		air_temperature_qc:units = "1" ;
	float wind_gust(time, wind_depth, lat, lon) ;
		wind_gust:long_name = "Wind Gust" ;
		wind_gust:short_name = "WGST" ;
		wind_gust:scale_factor = 1.f ;
		wind_gust:add_offset = 0.f ;
		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:sensor_depth = -4. ;
		wind_gust:epic_code = 42 ;
		wind_gust:ancillary_variables = "wind_gust_qc" ;
	byte wind_gust_qc(time, wind_depth, lat, lon) ;
		wind_gust_qc:long_name = "Wind Gust Quality" ;
		wind_gust_qc:short_name = "WGSTQC" ;
		wind_gust_qc:_FillValue = 128s ;
		wind_gust_qc:valid_range = -127s, 127s ;
		wind_gust_qc:quality_good = 0s ;
		wind_gust_qc:quality_bad = 1s ;
		wind_gust_qc:sensor_depth = -4. ;
		wind_gust_qc:flag_values = 0s, 1s, 2s, 3s ;
		wind_gust_qc:flag_meanings = 0s ;
		wind_gust_qc:intent = "data_quality" ;
		wind_gust_qc:standard_name = "wind_gust data_quality" ;
		wind_gust_qc:units = "1" ;
	float wind_speed(time, wind_depth, lat, lon) ;
		wind_speed:long_name = "Wind Speed" ;
		wind_speed:standard_name = "wind_speed" ;
		wind_speed:grib_code = "32" ;
		wind_speed:short_name = "WSPD" ;
		wind_speed:scale_factor = 1.f ;
		wind_speed:add_offset = 0.f ;
		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:sensor_depth = -4. ;
		wind_speed:epic_code = 401 ;
		wind_speed:ancillary_variables = "wind_speed_qc" ;
	byte wind_speed_qc(time, wind_depth, lat, lon) ;
		wind_speed_qc:long_name = "Wind Speed Quality" ;
		wind_speed_qc:short_name = "WSPDQC" ;
		wind_speed_qc:_FillValue = 128s ;
		wind_speed_qc:valid_range = -127s, 127s ;
		wind_speed_qc:quality_good = 0s ;
		wind_speed_qc:quality_bad = 1s ;
		wind_speed_qc:sensor_depth = -4. ;
		wind_speed_qc:flag_values = 0s, 1s, 2s, 3s ;
		wind_speed_qc:flag_meanings = 0s ;
		wind_speed_qc:intent = "data_quality" ;
		wind_speed_qc:standard_name = "wind_speed data_quality" ;
		wind_speed_qc:units = "1" ;
	float wind_direction(time, wind_depth, lat, lon) ;
		wind_direction:long_name = "Wind Direction" ;
		wind_direction:standard_name = "wind_from_direction" ;
		wind_direction:grib_code = "31" ;
		wind_direction:short_name = "WDIR" ;
		wind_direction:scale_factor = 1.f ;
		wind_direction:add_offset = 0.f ;
		wind_direction:_FillValue = -999.f ;
		wind_direction:units = "degrees" ;
		wind_direction:valid_range = 0.f, 360.f ;
		wind_direction:is_dead = 0 ;
		wind_direction:sensor_depth = -4. ;
		wind_direction:epic_code = 410 ;
		wind_direction:ancillary_variables = "wind_direction_qc" ;
	byte wind_direction_qc(time, wind_depth, lat, lon) ;
		wind_direction_qc:long_name = "Wind Direction Quality" ;
		wind_direction_qc:short_name = "WDIRQC" ;
		wind_direction_qc:_FillValue = 128s ;
		wind_direction_qc:valid_range = -127s, 127s ;
		wind_direction_qc:quality_good = 0s ;
		wind_direction_qc:quality_bad = 1s ;
		wind_direction_qc:sensor_depth = -4. ;
		wind_direction_qc:flag_values = 0s, 1s, 2s, 3s ;
		wind_direction_qc:flag_meanings = 0s ;
		wind_direction_qc:intent = "data_quality" ;
		wind_direction_qc:standard_name = "wind_direction data_quality" ;
		wind_direction_qc:units = "1" ;
	float visibility(time, visibility_depth, lat, lon) ;
		visibility:long_name = "Visibility" ;
		visibility:standard_name = "visibility_in_air" ;
		visibility:grib_code = "20" ;
		visibility:short_name = "VIS" ;
		visibility:scale_factor = 1.f ;
		visibility:add_offset = 0.f ;
		visibility:_FillValue = -999.f ;
		visibility:units = "meters" ;
		visibility:valid_range = 0.f, 1000000.f ;
		visibility:is_dead = 0 ;
		visibility:calibration_coeffs = -0.5517, 0.6007056, 0., 0. ;
		visibility:sensor_depth = -4. ;
		visibility:ancillary_variables = "visibility_qc" ;
	byte visibility_qc(time, visibility_depth, lat, lon) ;
		visibility_qc:long_name = "Visibility Quality" ;
		visibility_qc:short_name = "VISQ" ;
		visibility_qc:_FillValue = 128s ;
		visibility_qc:valid_range = -127s, 127s ;
		visibility_qc:quality_good = 0s ;
		visibility_qc:quality_bad = 1s ;
		visibility_qc:sensor_depth = -4. ;
		visibility_qc:flag_values = 0s, 1s, 2s, 3s ;
		visibility_qc:flag_meanings = 0s ;
		visibility_qc:intent = "data_quality" ;
		visibility_qc:standard_name = "visibility data_quality" ;
		visibility_qc:units = "1" ;

// 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 = "27-Jun-2003 12:56:27:  Added ancillary_variables, intent attributes for CF compliance.\n",
			"07-Apr-2003 16:03:13:  Moved air_temperature back to celsius." ;
		:source = "realtime observations" ;
		:references = "http://gyre.umeoce.maine.edu/data/gomoos/buoy/doc/buoy_system_doc/buoy_system/book1.html" ;
		:comment = "processed with MATLAB" ;
		:latitude = 43.714451 ;
		:longitude = -69.359253 ;
		: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 starts at 00:00:00 UTC on 1 January 4713 BC" ;
		:buffer_type = "met" ;
		:instrument_number = 0 ;
		:processing = "realtime" ;
		:water_depth = 100. ;
		:mooring_site_id = "E0106" ;
		:mooring_site_desc = "Central Maine Shelf" ;
		:breakout_id = 1 ;
		:delta_t = 60 ;
		:magnetic_variation = -17.8 ;
		:last_mysql_update_index = -1 ;
		:starting_julian_day_number = 2452883.00000579 ;
		:starting_julian_day_string = "2003-08-31 00:00:00" ;
		:ending_julian_day_number = 2452889.95833912 ;
		:ending_julian_day_string = "2003-09-06 23:00:00" ;
		:algorithm_ids = "WIND_DIR_1.2:  27-Aug-2003 12:43:11\n",
			"AAN_VIZ_1.2:  27-Aug-2003 12:43:11" ;
data:

 lat = 43.714451 ;

 lon = -69.359253 ;

 air_temperature_depth = -3 ;

 visibility_depth = -3 ;

 wind_depth = -4 ;

 time = 2452883, 2452883.04166667, 2452883.08333333, 2452883.125, 
    2452883.16666667, 2452883.20833333, 2452883.25, 2452883.29166667, 
    2452883.33333333, 2452883.375, 2452883.41666667, 2452883.45833333, 
    2452883.5, 2452883.54166667, 2452883.58333333, 2452883.625, 
    2452883.66666667, 2452883.70833333, 2452883.75, 2452883.79166667, 
    2452883.83333333, 2452883.875, 2452883.91666667, 2452883.95833333, 
    2452884, 2452884.04166667, 2452884.08333333, 2452884.125, 
    2452884.16666667, 2452884.20833333, 2452884.25, 2452884.29166667, 
    2452884.33333333, 2452884.375, 2452884.41666667, 2452884.45833333, 
    2452884.5, 2452884.54166667, 2452884.58333333, 2452884.625, 
    2452884.66666667, 2452884.70833333, 2452884.75, 2452884.79166667, 
    2452884.83333333, 2452884.875, 2452884.91666667, 2452884.95833333, 
    2452885, 2452885.04166667, 2452885.08333333, 2452885.125, 
    2452885.16666667, 2452885.20833333, 2452885.25, 2452885.29166667, 
    2452885.33333333, 2452885.375, 2452885.41666667, 2452885.45833333, 
    2452885.5, 2452885.54166667, 2452885.58333333, 2452885.625, 
    2452885.66666667, 2452885.70833333, 2452885.75, 2452885.79166667, 
    2452885.83333333, 2452885.875, 2452885.91666667, 2452885.95833333, 
    2452886, 2452886.04166667, 2452886.08333333, 2452886.125, 
    2452886.16666667, 2452886.20833333, 2452886.25, 2452886.29166667, 
    2452886.33333333, 2452886.375, 2452886.41666667, 2452886.45833333, 
    2452886.5, 2452886.54166667, 2452886.58333333, 2452886.625, 
    2452886.66666667, 2452886.70833333, 2452886.75, 2452886.79166667, 
    2452886.83333333, 2452886.875, 2452886.91666667, 2452886.95833333, 
    2452887, 2452887.04166667, 2452887.08333333, 2452887.125, 
    2452887.16666667, 2452887.20833333, 2452887.25, 2452887.29166667, 
    2452887.33333333, 2452887.375, 2452887.41666667, 2452887.45833333, 
    2452887.5, 2452887.54166667, 2452887.58333333, 2452887.625, 
    2452887.66666667, 2452887.70833333, 2452887.75, 2452887.79166667, 
    2452887.83333333, 2452887.875, 2452887.91666667, 2452887.95833333, 
    2452888, 2452888.04166667, 2452888.08333333, 2452888.125, 
    2452888.16666667, 2452888.20833333, 2452888.25, 2452888.29166667, 
    2452888.33333333, 2452888.375, 2452888.41666667, 2452888.45833333, 
    2452888.5, 2452888.54166667, 2452888.58333333, 2452888.625, 
    2452888.66666667, 2452888.70833333, 2452888.75, 2452888.79166667, 
    2452888.83333333, 2452888.875, 2452888.91666667, 2452888.95833333, 
    2452889, 2452889.04166667, 2452889.08333333, 2452889.125, 
    2452889.16666667, 2452889.20833333, 2452889.25, 2452889.29166667, 
    2452889.33333333, 2452889.375, 2452889.41666667, 2452889.45833333, 
    2452889.5, 2452889.54166667, 2452889.58333333, 2452889.625, 
    2452889.66666667, 2452889.70833333, 2452889.75, 2452889.79166667, 
    2452889.83333333, 2452889.875, 2452889.91666667, 2452889.95833333 ;

 air_temperature =
  16.23,
  15.92,
  15.53,
  15.13,
  14.55,
  14.24,
  13.67,
  13.28,
  13.1,
  12.94,
  12.98,
  13.04,
  13.41,
  13.54,
  14.04,
  14.01,
  14.55,
  15.13,
  15.51,
  15.85,
  15.99,
  15.96,
  15.77,
  15.55,
  15.45,
  15.53,
  15.41,
  15.43,
  15.4,
  15.35,
  15.34,
  15.22,
  15.25,
  15.06,
  15.07,
  14.97,
  15.03,
  15.01,
  14.63,
  14.83,
  15.03,
  15.49,
  15.63,
  15.67,
  15.67,
  15.74,
  15.85,
  16.07,
  15.83,
  15.96,
  15.86,
  15.73,
  15.38,
  15.31,
  15.04,
  14.8,
  14.85,
  15.32,
  14.92,
  14.47,
  14.21,
  14.14,
  14.05,
  13.92,
  13.95,
  14,
  13.92,
  13.87,
  14.02,
  14.08,
  13.89,
  13.72,
  13.93,
  14.36,
  14.61,
  14.6,
  14.1,
  13.4,
  13.29,
  13.21,
  12.79,
  12.61,
  12.68,
  13.58,
  13.59,
  13.78,
  13.89,
  14.28,
  14.64,
  15.25,
  15.22,
  15.47,
  15.75,
  15.94,
  16.09,
  15.48,
  15.41,
  14.97,
  15.2,
  14.74,
  14.63,
  14.64,
  15.23,
  14.78,
  14.73,
  14.95,
  15.33,
  16.36,
  16.86,
  16.76,
  15.41,
  15.79,
  15.57,
  16.55,
  16.86,
  15.53,
  16.2,
  16.09,
  15.87,
  15.95,
  16.03,
  16.01,
  15.96,
  15.85,
  15.62,
  15.77,
  15.58,
  15.48,
  14.97,
  14.82,
  14.87,
  14.84,
  14.82,
  15.13,
  15.41,
  15.59,
  15.28,
  15.29,
  16.02,
  17.21,
  17.43,
  18.14,
  17.58,
  16.88,
  17.09,
  17.13,
  16.53,
  16.08,
  15.66,
  15.36,
  15.17,
  15.02,
  14.73,
  14.51,
  14.39,
  14.53,
  14.53,
  14.82,
  15.14,
  15.53,
  16.1,
  16.42,
  16.93,
  17.1,
  17.3,
  17.49,
  17.29,
  17.13 ;

 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 =
  7.55,
  7.02,
  7.96,
  8.55,
  7.41,
  5.998,
  4.273,
  6.272,
  6.272,
  6.115,
  5.174,
  5.449,
  2.646,
  1.862,
  1.686,
  1.646,
  3.332,
  4.469,
  5.135,
  5.057,
  5.723,
  7.68,
  6.742,
  6.272,
  4.665,
  6.507,
  5.253,
  5.723,
  6.272,
  5.802,
  5.292,
  5.135,
  5.841,
  5.762,
  5.41,
  4.861,
  4.469,
  5.802,
  5.802,
  5.841,
  4.998,
  4.939,
  6.037,
  6.821,
  5.919,
  6.664,
  6.586,
  7.17,
  5.919,
  5.958,
  5.449,
  5.723,
  3.822,
  3.058,
  2.45,
  1.274,
  0.823,
  6.546,
  7.29,
  6.507,
  7.29,
  7.49,
  7.29,
  7.53,
  7.84,
  7.49,
  7.49,
  6.311,
  5.958,
  5.292,
  3.842,
  4.665,
  5.449,
  5.096,
  3.332,
  2.156,
  1.333,
  1.294,
  2.234,
  3.293,
  3.097,
  2.626,
  2.862,
  2.783,
  4.312,
  3.332,
  3.332,
  3.45,
  3.998,
  3.097,
  4.312,
  5.096,
  4.978,
  5.174,
  4.743,
  5.802,
  5.606,
  5.606,
  5.802,
  4.214,
  4.194,
  4.351,
  6.821,
  4.978,
  7.6,
  10.31,
  10,
  10.7,
  12.27,
  9.11,
  5.841,
  5.449,
  2.744,
  1.666,
  2.901,
  3.058,
  1.882,
  2.94,
  2.43,
  2.43,
  3.646,
  2.94,
  3.724,
  2.646,
  1.686,
  0.941,
  1.725,
  2.587,
  1.862,
  1.254,
  2.47,
  2.705,
  2.234,
  1.568,
  1.137,
  1.803,
  2.274,
  2.822,
  3.489,
  3.058,
  4.234,
  3.136,
  3.136,
  5.214,
  4.194,
  3.293,
  4.038,
  4.39,
  4.704,
  5.057,
  4.273,
  3.92,
  2.783,
  3.724,
  3.763,
  5.057,
  4.939,
  4.351,
  3.45,
  2.587,
  3.097,
  4.273,
  3.92,
  3.371,
  5.331,
  5.919,
  5.684,
  6.899 ;

 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 =
  5.945,
  5.951,
  6.527,
  6.652,
  6.271,
  4.855,
  3.688,
  5.311,
  5.402,
  4.901,
  4.298,
  4.549,
  1.35,
  0.998,
  0.978,
  1.215,
  2.929,
  3.903,
  4.34,
  4.5,
  4.763,
  6.134,
  5.88,
  5.519,
  3.884,
  5.558,
  4.35,
  5.124,
  5.074,
  4.986,
  4.498,
  4.571,
  4.991,
  5.126,
  4.658,
  4.1,
  3.832,
  4.529,
  4.7,
  5.007,
  4.015,
  4.3,
  5.406,
  5.745,
  5.051,
  5.498,
  5.706,
  6.098,
  5.171,
  5.381,
  4.845,
  4.961,
  2.822,
  2.713,
  1.811,
  0.854,
  0.205,
  5.415,
  6.242,
  5.771,
  6.032,
  6.35,
  6.237,
  6.462,
  6.225,
  6.411,
  6.357,
  5.382,
  4.988,
  4.614,
  3.388,
  3.876,
  4.533,
  3.785,
  2.746,
  1.321,
  0.829,
  1.012,
  1.726,
  2.635,
  2.557,
  2.262,
  2.308,
  2.467,
  3.684,
  2.926,
  2.83,
  2.995,
  3.365,
  2.568,
  3.698,
  4.274,
  4.072,
  4.292,
  4.123,
  4.88,
  4.87,
  4.81,
  4.872,
  3.075,
  3.502,
  3.639,
  5.529,
  4.358,
  6.448,
  9.05,
  8.82,
  9.28,
  10.01,
  4.906,
  4.743,
  4.19,
  1.911,
  0.913,
  2.272,
  2.354,
  1.443,
  2.433,
  1.916,
  1.961,
  2.703,
  1.702,
  3.067,
  1.418,
  1.267,
  0.577,
  1.373,
  2.211,
  1.329,
  0.995,
  1.921,
  2.038,
  1.468,
  0.72,
  0.391,
  1.009,
  1.768,
  2.254,
  2.899,
  2.44,
  3.71,
  2.008,
  2.679,
  4.443,
  3.162,
  2.421,
  2.936,
  3.56,
  3.972,
  3.773,
  3.612,
  2.931,
  2.228,
  3.144,
  3.025,
  4.156,
  4.03,
  3.186,
  2.749,
  2.055,
  2.628,
  3.57,
  3.41,
  2.937,
  4.402,
  4.978,
  5.03,
  6.062 ;

 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 =
  327,
  344.013,
  358.12,
  359.54,
  356.26,
  349.066,
  337.6,
  338.6,
  344.477,
  347.119,
  353.83,
  335.9,
  2.69,
  1.19,
  329.5,
  269.3,
  218.7,
  204.5,
  214.8,
  208.1,
  206,
  219.6,
  221.8,
  219.4,
  213.4,
  225.2,
  222.7,
  226.3,
  232.5,
  228.9,
  223.5,
  231.6,
  229.3,
  219.6,
  221.9,
  222.1,
  237.8,
  226.8,
  238.7,
  244,
  241.7,
  232.4,
  211.6,
  221.5,
  222.8,
  221,
  220,
  226.8,
  229.8,
  236.4,
  235.2,
  232.2,
  257.7,
  253.4,
  253.7,
  219.6,
  329.7,
  29.23,
  66.7,
  70.2,
  60.7,
  48.61,
  43.8,
  56.5,
  50.47,
  62,
  58.2,
  56.7,
  60.2,
  71.1,
  79.6,
  96.7,
  128.2,
  139,
  148,
  161.1,
  277.8,
  32.39,
  68,
  37.1,
  3.51,
  33.9,
  59.7,
  78.6,
  82.9,
  93.7,
  95.4,
  103.1,
  114.4,
  127.1,
  134.3,
  161.2,
  160.8,
  140.7,
  149.6,
  140.7,
  137.7,
  118.5,
  139.8,
  97.2,
  97,
  99.4,
  138,
  94.6,
  98.2,
  107.7,
  112,
  135.1,
  153.7,
  250.1,
  34.08,
  74.7,
  38.23,
  128,
  183.2,
  297.3,
  243.9,
  253.4,
  269,
  249.6,
  243.4,
  241.3,
  238.2,
  263.4,
  240.4,
  279.6,
  216.8,
  259.4,
  332.1,
  67.7,
  359.62,
  355.07,
  350.77,
  323.9,
  284.7,
  217,
  198.6,
  202.4,
  219.2,
  199.4,
  208.5,
  197,
  235,
  255.3,
  311.5,
  313.4,
  324.7,
  330.6,
  344.455,
  339.9,
  339.4,
  337.9,
  334.8,
  331.1,
  316.6,
  314.4,
  317.1,
  304.1,
  300.3,
  285.9,
  234.6,
  226.3,
  219,
  191.4,
  204,
  216.8,
  234,
  232.1 ;

 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 =
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2961.528,
  2020.222,
  2441.317,
  1976.37,
  2957.323,
  2962.128,
  2962.128,
  2962.128,
  2960.927,
  2950.114,
  2957.323,
  2962.128,
  2566.864,
  2344.603,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2962.128,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2959.726,
  2874.425,
  2956.121,
  2954.92,
  2953.118,
  2954.319,
  2950.715,
  2945.309,
  2952.517,
  2951.316,
  2959.726,
  2954.92,
  2960.326,
  2961.528,
  2961.528,
  2960.927,
  2961.528,
  2961.528,
  2960.927,
  2954.319,
  2960.326,
  2961.528,
  2962.128,
  2960.927,
  2961.528,
  2960.326,
  2961.528,
  2961.528,
  2958.524,
  2960.326,
  2962.729,
  2962.128,
  2959.125,
  2962.128,
  2962.128,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2962.128,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2962.128,
  2962.128,
  2960.927,
  2960.927,
  2961.528,
  2962.128,
  2960.927,
  2962.128,
  2956.722,
  2960.927,
  2911.669,
  2920.079,
  2730.256,
  2592.694,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2930.892,
  2961.528,
  2961.528,
  2961.528,
  2960.927,
  2104.921,
  2150.575,
  1745.099,
  2514.002,
  1520.435,
  645.8075,
  1157.609,
  1824.392,
  2737.464,
  2253.296,
  2935.697,
  553.8996,
  2586.687,
  2554.249,
  2939.302,
  2961.528,
  2960.326,
  2908.065,
  2958.524,
  2784.92,
  418.861,
  1433.933,
  2628.136,
  473.405,
  179.7801,
  335.0625,
  836.2312,
  371.7056,
  263.5185,
  636.7969,
  2053.862,
  1397.891,
  443.9705,
  418.3804,
  2170.398,
  2939.302,
  2897.853,
  2837.182,
  2954.319,
  2957.923,
  2960.927,
  2961.528,
  2961.528,
  2960.927,
  2960.927,
  2959.125,
  2959.125,
  2960.927,
  2959.726,
  2961.528,
  2956.121,
  1433.333,
  1607.537,
  2937.499,
  2959.726,
  2961.528,
  2942.305,
  2961.528,
  2961.528,
  2961.528,
  2950.715,
  2933.895,
  2256.299,
  2567.465 ;

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