netcdf M0103.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: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:standard_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:standard_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" ;
	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: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" ;
	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:scale_factor = 1. ;
		wind_depth:add_offset = 0. ;
		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:scale_factor = 1. ;
		time:add_offset = 0. ;
		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:scale_factor = 1. ;
		air_temperature:add_offset = 0. ;
		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:scale_factor = 1. ;
		air_temperature_qc:add_offset = 0. ;
		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:scale_factor = 1. ;
		wind_gust:add_offset = 0. ;
		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:scale_factor = 1. ;
		wind_gust_qc:add_offset = 0. ;
		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:scale_factor = 1. ;
		wind_speed:add_offset = 0. ;
		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:scale_factor = 1. ;
		wind_speed_qc:add_offset = 0. ;
		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:scale_factor = 1. ;
		wind_direction:add_offset = 0. ;
		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:scale_factor = 1. ;
		wind_direction_qc:add_offset = 0. ;
		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:scale_factor = 1. ;
		visibility:add_offset = 0. ;
		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:scale_factor = 1. ;
		visibility_qc:add_offset = 0. ;
		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 = "09-Jul-2003 17:49:52:  Modified [lon,lat] to [-67.881500,43.489700]." ;
		: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 = "Processed with MATLAB" ;
		: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 = -1 ;
		:visibility_sensor_serial_number = 290 ;
		:processing = "realtime" ;
		:water_depth = 285 ;
		:mooring_site_id = "M0103" ;
		:mooring_site_desc = "Jordan Basin" ;
		:breakout_id = 1 ;
		:delta_t = 60 ;
		:magnetic_variation = -17.5333 ;
		:last_mysql_update_index = -1 ;
		:starting_julian_day_number = 2452890.00000579 ;
		:starting_julian_day_string = "2003-09-07 00:00:00" ;
		:ending_julian_day_number = 2452896.95833912 ;
		:ending_julian_day_string = "2003-09-13 23:00:00" ;
		:algorithm_ids = "WIND_DIR_1.2:  27-Aug-2003 12:40:08\n",
			"AAN_VIZ_1.2:  27-Aug-2003 12:40:08" ;
data:

 lat = 43.4897 ;

 lon = -67.8815 ;

 air_temperature_depth = -3 ;

 visibility_depth = -3 ;

 wind_depth = -4 ;

 time = 2452890, 2452890.04166667, 2452890.08333333, 2452890.125, 
    2452890.16666667, 2452890.20833333, 2452890.25, 2452890.29166667, 
    2452890.33333333, 2452890.375, 2452890.41666667, 2452890.45833333, 
    2452890.5, 2452890.54166667, 2452890.58333333, 2452890.625, 
    2452890.66666667, 2452890.70833333, 2452890.75, 2452890.79166667, 
    2452890.83333333, 2452890.875, 2452890.91666667, 2452890.95833333, 
    2452891, 2452891.04166667, 2452891.08333333, 2452891.125, 
    2452891.16666667, 2452891.20833333, 2452891.25, 2452891.29166667, 
    2452891.33333333, 2452891.375, 2452891.41666667, 2452891.45833333, 
    2452891.5, 2452891.54166667, 2452891.58333333, 2452891.625, 
    2452891.66666667, 2452891.70833333, 2452891.75, 2452891.79166667, 
    2452891.83333333, 2452891.875, 2452891.91666667, 2452891.95833333, 
    2452892, 2452892.04166667, 2452892.08333333, 2452892.125, 
    2452892.16666667, 2452892.20833333, 2452892.25, 2452892.29166667, 
    2452892.33333333, 2452892.375, 2452892.41666667, 2452892.45833333, 
    2452892.5, 2452892.54166667, 2452892.58333333, 2452892.625, 
    2452892.66666667, 2452892.70833333, 2452892.75, 2452892.79166667, 
    2452892.83333333, 2452892.875, 2452892.91666667, 2452892.95833333, 
    2452893, 2452893.04166667, 2452893.08333333, 2452893.125, 
    2452893.16666667, 2452893.20833333, 2452893.25, 2452893.29166667, 
    2452893.33333333, 2452893.375, 2452893.41666667, 2452893.45833333, 
    2452893.5, 2452893.54166667, 2452893.58333333, 2452893.625, 
    2452893.66666667, 2452893.70833333, 2452893.75, 2452893.79166667, 
    2452893.83333333, 2452893.875, 2452893.91666667, 2452893.95833333, 
    2452894, 2452894.04166667, 2452894.08333333, 2452894.125, 
    2452894.16666667, 2452894.20833333, 2452894.25, 2452894.29166667, 
    2452894.33333333, 2452894.375, 2452894.41666667, 2452894.45833333, 
    2452894.5, 2452894.54166667, 2452894.58333333, 2452894.625, 
    2452894.66666667, 2452894.70833333, 2452894.75, 2452894.79166667, 
    2452894.83333333, 2452894.875, 2452894.91666667, 2452894.95833333, 
    2452895, 2452895.04166667, 2452895.08333333, 2452895.125, 
    2452895.16666667, 2452895.20833333, 2452895.25, 2452895.29166667, 
    2452895.33333333, 2452895.375, 2452895.41666667, 2452895.45833333, 
    2452895.5, 2452895.54166667, 2452895.58333333, 2452895.625, 
    2452895.66666667, 2452895.70833333, 2452895.75, 2452895.79166667, 
    2452895.83333333, 2452895.875, 2452895.91666667, 2452895.95833333, 
    2452896, 2452896.04166667, 2452896.08333333, 2452896.125, 
    2452896.16666667, 2452896.20833333, 2452896.25, 2452896.29166667, 
    2452896.33333333, 2452896.375, 2452896.41666667, 2452896.45833333, 
    2452896.5, 2452896.54166667, 2452896.58333333, 2452896.625, 
    2452896.66666667, 2452896.70833333, 2452896.75, 2452896.79166667, 
    2452896.83333333, 2452896.875, 2452896.91666667, 2452896.95833333 ;

 air_temperature =
  16.57,
  16.4,
  16.33,
  16.73,
  16.74,
  16.53,
  16.57,
  16.14,
  16.07,
  16.12,
  15.97,
  16.03,
  16.19,
  16.19,
  16.51,
  16.4,
  16.46,
  16.45,
  16.57,
  16.85,
  16.84,
  16.85,
  16.83,
  16.56,
  16.53,
  16.67,
  16.55,
  16.67,
  16.83,
  16.59,
  16.31,
  16.09,
  16.02,
  15.57,
  15.47,
  15.44,
  15.14,
  14.87,
  14.45,
  14.33,
  14.3,
  14.44,
  14.7,
  15.19,
  15.67,
  16.02,
  16.36,
  15.95,
  15.9,
  16.04,
  15.95,
  15.89,
  15.31,
  15.73,
  15.46,
  15.14,
  14.74,
  14.58,
  14.04,
  13.89,
  13.94,
  13.66,
  13.48,
  13.65,
  13.5,
  13.53,
  13.58,
  13.8,
  14.16,
  14.39,
  14.51,
  14.25,
  14.07,
  13.98,
  13.64,
  13.84,
  13.9,
  13.94,
  14.07,
  14.03,
  13.82,
  13.56,
  13.47,
  14.18,
  14.48,
  14.35,
  14.47,
  14.53,
  14.67,
  14.83,
  15.15,
  15.37,
  15.41,
  15.52,
  15.57,
  15.67,
  15.76,
  15.94,
  16.13,
  16.3,
  16.12,
  15.91,
  15.92,
  16.22,
  15.66,
  15.35,
  14.99,
  14.67,
  14.63,
  14.4,
  14.42,
  14.7,
  14.35,
  14.31,
  14.52,
  14.5,
  15.29,
  15.04,
  15.33,
  14.9,
  14.78,
  14.86,
  14.86,
  14.62,
  14.88,
  14.77,
  14.68,
  14.68,
  14.79,
  14.72,
  14.65,
  14.9,
  15.4,
  15.34,
  15.76,
  16.02,
  15.97,
  16.82,
  16.36,
  16.74,
  16.05,
  15.98,
  15.71,
  15.52,
  15.51,
  15.35,
  15.41,
  15.43,
  15.54,
  15.49,
  15.41,
  15.42,
  15.45,
  15.52,
  15.59,
  15.9,
  16.27,
  15.72,
  16.06,
  15.99,
  16.22,
  16.25,
  16.31,
  16.51,
  16.93,
  17.06,
  17.25,
  16.62 ;

 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.567,
  3.802,
  3.606,
  5.096,
  5.566,
  5.566,
  5.762,
  5.488,
  5.018,
  5.527,
  4.978,
  4.018,
  3.842,
  3.763,
  4.116,
  4.586,
  4.626,
  4.978,
  4.861,
  4.704,
  5.449,
  5.566,
  4.586,
  5.018,
  4.704,
  4.978,
  4.547,
  4.547,
  5.057,
  5.802,
  6.742,
  5.488,
  5.88,
  5.998,
  6.978,
  7.96,
  8.39,
  7.53,
  6.742,
  6.115,
  5.018,
  4.704,
  4.469,
  3.998,
  3.214,
  3.646,
  2.979,
  3.332,
  5.645,
  5.958,
  4.704,
  5.762,
  9.96,
  12.47,
  10.62,
  10.7,
  9.17,
  8.66,
  8.19,
  9.06,
  8.11,
  7.92,
  7.25,
  6.311,
  5.684,
  6.076,
  5.841,
  6.076,
  4.9,
  4.234,
  4.234,
  2.666,
  1.999,
  1.47,
  0.784,
  1.254,
  1.137,
  1.568,
  2.43,
  2.548,
  3.214,
  4.39,
  3.293,
  3.685,
  3.058,
  4.273,
  5.331,
  5.37,
  6.938,
  8.27,
  8.58,
  8.7,
  10.43,
  10.54,
  9.13,
  7.92,
  7.96,
  6.468,
  6.076,
  6.664,
  7.45,
  7.1,
  7.84,
  8.55,
  9.09,
  6.958,
  7.17,
  6.507,
  5.057,
  5.841,
  6.782,
  6.742,
  7.41,
  6.978,
  5.566,
  4.978,
  3.43,
  2.666,
  1.607,
  1.921,
  2.666,
  2.391,
  2.744,
  3.998,
  3.136,
  3.214,
  2.587,
  2.666,
  3.254,
  3.685,
  3.41,
  3.018,
  2.391,
  2.979,
  2.979,
  1.96,
  1.607,
  1.176,
  2.587,
  2.43,
  3.567,
  4.547,
  3.763,
  3.646,
  4.43,
  5.018,
  5.174,
  5.449,
  4.665,
  3.528,
  2.391,
  2.94,
  3.646,
  3.646,
  2.43,
  2.744,
  1.764,
  2.117,
  2.117,
  2.43,
  2.548,
  3.567,
  3.214,
  3.959,
  3.254,
  3.763,
  2.783,
  3.175 ;

 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 =
  2.864,
  3.27,
  2.973,
  4.321,
  4.839,
  4.736,
  4.88,
  4.664,
  4.19,
  4.707,
  4.198,
  3.126,
  3.204,
  2.953,
  3.278,
  3.549,
  3.956,
  4.299,
  4.151,
  3.964,
  4.732,
  4.689,
  3.979,
  4.226,
  3.772,
  4.222,
  3.82,
  3.565,
  4.225,
  4.995,
  5.328,
  4.696,
  4.926,
  5.123,
  5.758,
  6.491,
  6.632,
  6.414,
  5.755,
  5.073,
  4.245,
  3.892,
  3.805,
  3.259,
  2.572,
  2.993,
  2.462,
  2.81,
  5.005,
  4.943,
  3.896,
  4.94,
  7.72,
  10.16,
  9.17,
  9.15,
  7.95,
  7.52,
  7.24,
  7.98,
  6.919,
  6.844,
  5.956,
  5.347,
  4.693,
  4.824,
  4.874,
  4.994,
  4.067,
  3.513,
  3.137,
  2.123,
  1.568,
  0.49,
  0.24,
  0.747,
  0.758,
  1.185,
  1.914,
  1.834,
  2.623,
  3.357,
  2.542,
  2.571,
  2.38,
  3.11,
  3.972,
  4.557,
  5.796,
  7,
  7.32,
  7.58,
  8.63,
  8.75,
  7.78,
  6.644,
  6.699,
  5.607,
  4.562,
  5.649,
  6.101,
  5.873,
  6.71,
  7.24,
  7.79,
  5.722,
  6.096,
  5.62,
  4.299,
  5.06,
  5.735,
  5.853,
  6,
  6.093,
  4.769,
  4.188,
  2.863,
  1.912,
  0.887,
  1.373,
  2.024,
  2.025,
  2.33,
  3.487,
  2.523,
  2.834,
  1.989,
  2.239,
  2.953,
  3.14,
  3.003,
  2.47,
  1.784,
  2.49,
  2.298,
  1.23,
  1.084,
  0.549,
  1.741,
  1.655,
  2.738,
  3.524,
  2.953,
  3.009,
  3.663,
  4.546,
  4.617,
  4.569,
  3.994,
  3.04,
  1.889,
  2.501,
  3.142,
  3.052,
  1.877,
  2.114,
  1.158,
  1.551,
  1.712,
  1.938,
  2.017,
  2.99,
  2.639,
  3.181,
  2.724,
  3.24,
  2.367,
  2.587 ;

 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 =
  218.1667,
  231.2667,
  235.0667,
  253.4667,
  259.6667,
  270.6667,
  262.4667,
  270.0667,
  256.2667,
  264.8667,
  264.4667,
  275.5667,
  256.4667,
  261.1667,
  267.0667,
  258.5667,
  262.3667,
  269.7667,
  253.7667,
  253.6667,
  262.1667,
  251.3667,
  241.2667,
  246.2667,
  262.3667,
  284.8667,
  292.8667,
  332.1667,
  353.1167,
  357.2567,
  23.8867,
  29.2467,
  24.1567,
  4.1367,
  3.0967,
  15.4067,
  8.6767,
  359.9167,
  355.7067,
  350.8767,
  355.6567,
  340.5667,
  330.2667,
  316.9667,
  288.8667,
  291.7667,
  290.6667,
  229.3667,
  281.1667,
  264.9667,
  276.3667,
  301.6667,
  358.8667,
  41.9967,
  43.0567,
  31.6267,
  38.3967,
  37.0767,
  28.2867,
  21.5667,
  26.6667,
  32.6867,
  34.2367,
  40.0767,
  41.9667,
  41.6967,
  36.9267,
  22.9167,
  23.4967,
  27.4267,
  28.0967,
  42.7067,
  14.7067,
  10.3567,
  253.7667,
  273.3667,
  264.4667,
  285.5667,
  287.0667,
  294.6667,
  300.3667,
  301.7667,
  276.9667,
  278.4667,
  263.6667,
  291.7667,
  263.0667,
  249.3667,
  244.0667,
  236.7667,
  245.5667,
  239.3667,
  250.2667,
  255.7667,
  256.2667,
  248.7667,
  245.6667,
  255.8667,
  242.8667,
  268.2667,
  281.6667,
  320.3667,
  5.6667,
  32.5567,
  50.1567,
  59.6667,
  61.6667,
  77.9667,
  71.9667,
  53.0667,
  45.9367,
  49.5367,
  50.9667,
  50.3867,
  60.3667,
  62.5667,
  59.6667,
  99.4667,
  88.2667,
  128.8667,
  98.5667,
  56.8667,
  46.7267,
  70.9667,
  58.8667,
  34.9667,
  34.8367,
  40.9567,
  51.6567,
  62.2667,
  55.7667,
  88.2667,
  102.9667,
  166.9667,
  166.0667,
  185.4667,
  185.4667,
  114.9667,
  162.7667,
  157.8667,
  141.2667,
  143.2667,
  157.8667,
  172.9667,
  165.9667,
  184.0667,
  190.8667,
  191.8667,
  209.6667,
  193.4667,
  187.3667,
  191.8667,
  199.8667,
  198.4667,
  193.6667,
  181.0667,
  156.8667,
  170.9667,
  135.5667,
  153.1667,
  163.3667,
  176.7667,
  169.0667,
  182.4667,
  188.8667,
  202.2667,
  196.8667,
  185.2667 ;

 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 =
  2955.521,
  2955.521,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2951.316,
  2944.107,
  2461.14,
  2948.312,
  2954.319,
  2950.715,
  2956.121,
  2954.319,
  2951.916,
  2889.443,
  2905.662,
  2246.087,
  2675.592,
  2954.92,
  2955.521,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2955.521,
  2906.263,
  2826.369,
  2951.316,
  2951.916,
  2954.92,
  2954.319,
  2903.259,
  2956.121,
  2956.722,
  2351.812,
  2866.015,
  2955.521,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2955.521,
  2955.521,
  2954.319,
  2922.482,
  2951.316,
  2950.715,
  2955.521,
  2951.916,
  2955.521,
  2644.355,
  2955.521,
  2952.517,
  2956.722,
  2954.92,
  2955.521,
  2956.121,
  2956.121,
  2956.121,
  2955.521,
  2955.521,
  2955.521,
  2955.521,
  2955.521,
  2955.521,
  2956.121,
  2948.312,
  2950.715,
  2956.121,
  2803.542,
  2884.637,
  2811.351,
  2544.638,
  2523.613,
  2912.87,
  2867.818,
  2426.9,
  1892.872,
  2954.92,
  2956.121,
  2956.121,
  2955.521,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2955.521,
  2956.121,
  2954.319,
  2953.719,
  2596.899,
  2545.239,
  2953.719,
  2895.45,
  2893.648,
  2936.298,
  2945.309,
  2953.719,
  2920.079,
  2952.517,
  2673.189,
  2643.154,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2955.521,
  2955.521,
  2956.121,
  2956.121,
  2955.521,
  2955.521,
  2955.521,
  2955.521,
  2956.722,
  2956.121,
  2956.121,
  2937.499,
  2956.121,
  2954.92,
  2955.521,
  2955.521,
  2955.521,
  2956.121,
  2955.521,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2955.521,
  2956.121,
  2931.492,
  2950.114,
  2956.121,
  2956.121,
  2954.92,
  2954.319,
  2956.121,
  2782.517,
  2956.121,
  2942.305,
  2748.277,
  2956.722,
  2955.521 ;

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