netcdf M0105.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 = "09-Jul-2004 00:07:18:  Modified starting_julian_day and ending_julian_day\n",
			"08-Jul-2004 23:57:41:  Modified [lon,lat] to [-67.878400,43.489100].\n",
			"Thu Jul  8 23:39:16 2004: /usr/local/nco/bin/ncrcat -d time,2453195.9375,2453196.937 M0105.met.realtime.nc M0105.met.realtime.nc.new" ;
		: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 = 48491 ;
		:visibility_sensor_serial_number = 290 ;
		:processing = "realtime" ;
		:water_depth = 285 ;
		:mooring_site_id = "M0105" ;
		:mooring_site_desc = "Jordan Basin" ;
		:breakout_id = 1 ;
		:delta_t = 60 ;
		:magnetic_variation = -17.33 ;
		:goes_platform_id = "0440C04A" ;
		:starting_julian_day_number = 2453219.00000579 ;
		:starting_julian_day_string = "2004-08-01 00:00:00" ;
		:ending_julian_day_number = 2453225.95833912 ;
		:ending_julian_day_string = "2004-08-07 23:00:00" ;
		:algorithm_ids = "WIND_DIR_1.2:  12-May-2004 13:22:08\n",
			"AAN_VIZ_1.2:  12-May-2004 13:22:08" ;
		:longitude = -67.8784 ;
		:latitude = 43.4891 ;
data:

 lat = 43.4891 ;

 lon = -67.8784 ;

 air_temperature_depth = -3 ;

 visibility_depth = -3 ;

 wind_depth = -4 ;

 time = 2453219, 2453219.04166667, 2453219.08333333, 2453219.125, 
    2453219.16666667, 2453219.20833333, 2453219.25, 2453219.29166667, 
    2453219.33333333, 2453219.375, 2453219.41666667, 2453219.45833333, 
    2453219.5, 2453219.54166667, 2453219.58333333, 2453219.625, 
    2453219.66666667, 2453219.70833333, 2453219.75, 2453219.79166667, 
    2453219.83333333, 2453219.875, 2453219.91666667, 2453219.95833333, 
    2453220, 2453220.04166667, 2453220.08333333, 2453220.125, 
    2453220.16666667, 2453220.20833333, 2453220.25, 2453220.29166667, 
    2453220.33333333, 2453220.375, 2453220.41666667, 2453220.45833333, 
    2453220.5, 2453220.54166667, 2453220.58333333, 2453220.625, 
    2453220.66666667, 2453220.70833333, 2453220.75, 2453220.79166667, 
    2453220.83333333, 2453220.875, 2453220.91666667, 2453220.95833333, 
    2453221, 2453221.04166667, 2453221.08333333, 2453221.125, 
    2453221.16666667, 2453221.20833333, 2453221.25, 2453221.29166667, 
    2453221.33333333, 2453221.375, 2453221.41666667, 2453221.45833333, 
    2453221.5, 2453221.54166667, 2453221.58333333, 2453221.625, 
    2453221.66666667, 2453221.70833333, 2453221.75, 2453221.79166667, 
    2453221.83333333, 2453221.875, 2453221.91666667, 2453221.95833333, 
    2453222, 2453222.04166667, 2453222.08333333, 2453222.125, 
    2453222.16666667, 2453222.20833333, 2453222.25, 2453222.29166667, 
    2453222.33333333, 2453222.375, 2453222.41666667, 2453222.45833333, 
    2453222.5, 2453222.54166667, 2453222.58333333, 2453222.625, 
    2453222.66666667, 2453222.70833333, 2453222.75, 2453222.79166667, 
    2453222.83333333, 2453222.875, 2453222.91666667, 2453222.95833333, 
    2453223, 2453223.04166667, 2453223.08333333, 2453223.125, 
    2453223.16666667, 2453223.20833333, 2453223.25, 2453223.29166667, 
    2453223.33333333, 2453223.375, 2453223.41666667, 2453223.45833333, 
    2453223.5, 2453223.54166667, 2453223.58333333, 2453223.625, 
    2453223.66666667, 2453223.70833333, 2453223.75, 2453223.79166667, 
    2453223.83333333, 2453223.875, 2453223.91666667, 2453223.95833333, 
    2453224, 2453224.04166667, 2453224.08333333, 2453224.125, 
    2453224.16666667, 2453224.20833333, 2453224.25, 2453224.29166667, 
    2453224.33333333, 2453224.375, 2453224.41666667, 2453224.45833333, 
    2453224.5, 2453224.54166667, 2453224.58333333, 2453224.625, 
    2453224.66666667, 2453224.70833333, 2453224.75, 2453224.79166667, 
    2453224.83333333, 2453224.875, 2453224.91666667, 2453224.95833333, 
    2453225, 2453225.04166667, 2453225.08333333, 2453225.125, 
    2453225.16666667, 2453225.20833333, 2453225.25, 2453225.29166667, 
    2453225.33333333, 2453225.375, 2453225.41666667, 2453225.45833333, 
    2453225.5, 2453225.54166667, 2453225.58333333, 2453225.625, 
    2453225.66666667, 2453225.70833333, 2453225.75, 2453225.79166667, 
    2453225.83333333, 2453225.875, 2453225.91666667, 2453225.95833333 ;

 air_temperature =
  18.94,
  19.1,
  18.67,
  18.44,
  18.44,
  18.48,
  18.64,
  18.15,
  18.15,
  17.71,
  17.63,
  17.92,
  17.73,
  17.7,
  17.79,
  17.73,
  18.08,
  17.94,
  17.7,
  17.66,
  17.54,
  17.79,
  17.85,
  17.82,
  17.74,
  17.52,
  18.21,
  17.99,
  17.99,
  17.75,
  17.36,
  17.26,
  17.07,
  17.05,
  16.8,
  16.33,
  16,
  15.82,
  15.41,
  16.09,
  16.3,
  16.75,
  16.98,
  17.5,
  18.15,
  18.38,
  18.46,
  18.16,
  17.86,
  17.73,
  17.51,
  17.38,
  17.67,
  17.31,
  17.32,
  17.36,
  16.63,
  16.31,
  16.31,
  16.32,
  16.67,
  16.75,
  16.81,
  17.08,
  17.42,
  17.81,
  17.93,
  18.13,
  17.91,
  17.62,
  17.42,
  17.46,
  17.4,
  17.65,
  17.02,
  17.28,
  19.54,
  18.34,
  18.52,
  18.52,
  17.7,
  16.43,
  16.19,
  16.14,
  16.31,
  16.91,
  17.11,
  17.26,
  17.13,
  17.14,
  17.56,
  17.94,
  18.69,
  18.85,
  18.88,
  18.17,
  18.17,
  18.02,
  17.74,
  18.17,
  17.88,
  17.66,
  17.45,
  17.28,
  17.33,
  17.33,
  17.13,
  17.01,
  16.87,
  16.55,
  16.7,
  16.83,
  16.89,
  16.7,
  16.78,
  16.87,
  17.24,
  17.61,
  17.87,
  17.52,
  17.11,
  17.09,
  17.02,
  16.91,
  16.79,
  16.64,
  16.65,
  16.41,
  16.11,
  16.46,
  15.89,
  15.98,
  16.19,
  16.3,
  16.93,
  17.43,
  17.6,
  17.68,
  17.61,
  16.94,
  16.7,
  16.55,
  16.16,
  15.97,
  16.24,
  16.39,
  16.49,
  16.39,
  16.17,
  15.78,
  16.02,
  16,
  16.26,
  16,
  16.08,
  16.26,
  15.95,
  15.49,
  15.66,
  15.46,
  15.6,
  15.91,
  16.38,
  16.48,
  17.17,
  17.09,
  17.33,
  16.98 ;

 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 =
  10.66,
  11.96,
  12,
  10.35,
  10.78,
  10.86,
  11.05,
  10.43,
  11.25,
  10.15,
  9.68,
  10.9,
  9.84,
  10.35,
  8.78,
  8.55,
  9.06,
  7.76,
  7.33,
  8.51,
  7.68,
  8.66,
  8.23,
  8,
  7.53,
  9.06,
  10.23,
  7.84,
  5.41,
  5.331,
  6.35,
  5.606,
  5.488,
  4.665,
  4.077,
  2.842,
  2.744,
  3.842,
  2.156,
  1.725,
  3.802,
  2.783,
  2.47,
  1.882,
  2.783,
  2.195,
  2.666,
  3.528,
  3.136,
  3.528,
  2.744,
  2.548,
  3.567,
  2.626,
  3.058,
  2.901,
  4.43,
  3.214,
  3.254,
  3.646,
  3.998,
  5.723,
  5.449,
  5.488,
  5.488,
  4.704,
  4.547,
  5.41,
  5.214,
  4.547,
  6.429,
  7.29,
  6.958,
  8.23,
  5.782,
  7.8,
  9.88,
  7.35,
  6.311,
  6.272,
  5.096,
  3.763,
  2.705,
  1.666,
  1.568,
  0.941,
  2.548,
  2.901,
  3.489,
  3.998,
  2.254,
  2.078,
  1.254,
  2.038,
  1.803,
  2.626,
  2.313,
  3.175,
  2.254,
  5.292,
  4.782,
  5.057,
  4.312,
  5.214,
  5.37,
  7.92,
  6.174,
  5.606,
  5.723,
  4.802,
  4.234,
  3.371,
  4.018,
  5.292,
  5.802,
  4.704,
  3.724,
  3.567,
  3.136,
  2.47,
  1.803,
  2.862,
  2.47,
  3.018,
  2.646,
  2.822,
  3.097,
  2.45,
  2.078,
  4.43,
  4.018,
  3.998,
  3.998,
  2.94,
  2.156,
  2.195,
  2.862,
  1.862,
  2.156,
  2.234,
  2.47,
  3.175,
  2.078,
  0.862,
  2.195,
  3.489,
  3.881,
  4.273,
  4.038,
  5.684,
  4.704,
  5.802,
  6.154,
  4.743,
  5.802,
  5.214,
  6.468,
  5.684,
  4.547,
  4.822,
  4.704,
  4.116,
  3.567,
  3.332,
  3.685,
  5.37,
  4.939,
  4.822 ;

 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 =
  9.3,
  10.23,
  10.31,
  8.91,
  9.35,
  9.27,
  9.26,
  9.17,
  9.32,
  7.91,
  8.13,
  8.67,
  8.67,
  8.77,
  7.73,
  7.29,
  7.87,
  6.627,
  6.471,
  7.28,
  6.658,
  7.7,
  6.957,
  6.849,
  6.76,
  7.84,
  8.99,
  5.845,
  4.9,
  4.708,
  5.232,
  5.014,
  4.658,
  4.172,
  3.391,
  2.226,
  2.452,
  3.337,
  1.494,
  1.323,
  3.19,
  2.357,
  2.097,
  1.629,
  2.411,
  1.941,
  2.424,
  3.204,
  2.901,
  3.072,
  2.493,
  2.189,
  3.132,
  2.266,
  2.451,
  2.043,
  3.505,
  2.615,
  2.907,
  3.038,
  3.445,
  4.838,
  4.689,
  4.779,
  4.882,
  3.894,
  3.956,
  4.777,
  4.293,
  3.962,
  5.613,
  6.339,
  5.795,
  7.28,
  4.13,
  6.172,
  8.75,
  5.906,
  5.651,
  5.51,
  4.079,
  3.177,
  2.258,
  0.507,
  1.007,
  0.404,
  1.991,
  2.529,
  2.938,
  3.143,
  1.642,
  1.747,
  1.039,
  1.702,
  1.594,
  2.292,
  2.074,
  2.844,
  1.602,
  4.378,
  4.043,
  4.197,
  3.665,
  4.436,
  4.556,
  6.098,
  4.773,
  4.731,
  4.821,
  3.321,
  3.209,
  2.64,
  3.126,
  4.341,
  4.715,
  3.666,
  2.869,
  2.851,
  2.705,
  1.857,
  1.379,
  2.306,
  1.907,
  2.526,
  2.257,
  2.428,
  2.825,
  1.84,
  1.657,
  3.382,
  3.386,
  3.267,
  3.302,
  2.4,
  1.481,
  1.489,
  2.321,
  1.032,
  1.494,
  1.848,
  1.99,
  2.233,
  1.127,
  0.628,
  1.722,
  3.042,
  3.366,
  3.562,
  3.413,
  4.705,
  4.157,
  4.907,
  4.933,
  4.327,
  4.946,
  4.533,
  5.482,
  4.795,
  4.135,
  4.2,
  3.962,
  3.498,
  3.157,
  2.708,
  3.01,
  4.795,
  4.03,
  4.343 ;

 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 =
  197.17,
  204.37,
  207.87,
  211.57,
  214.37,
  212.57,
  217.97,
  218.47,
  222.37,
  221.27,
  218.77,
  218.77,
  212.37,
  213.77,
  213.47,
  216.57,
  223.77,
  223.07,
  217.47,
  221.57,
  215.87,
  214.97,
  218.77,
  216.67,
  214.77,
  212.67,
  217.37,
  232.57,
  228.57,
  227.87,
  228.17,
  222.87,
  217.87,
  240.27,
  237.87,
  249.97,
  272.27,
  302.17,
  281.07,
  273.67,
  303.07,
  283.67,
  266.57,
  255.77,
  245.07,
  207.67,
  216.67,
  235.87,
  240.57,
  231.17,
  230.07,
  213.57,
  231.97,
  223.57,
  212.87,
  224.47,
  203.87,
  183.67,
  185.27,
  190.87,
  187.97,
  188.17,
  192.77,
  183.87,
  195.77,
  210.37,
  195.77,
  193.07,
  218.67,
  191.57,
  185.87,
  191.57,
  196.97,
  203.77,
  269.47,
  216.37,
  230.17,
  243.87,
  280.27,
  248.57,
  274.87,
  348.485,
  317.57,
  337.07,
  354.24,
  348.906,
  350.48,
  335.87,
  346.246,
  347.091,
  347.07,
  312.17,
  260.17,
  233.67,
  297.97,
  297.37,
  281.57,
  281.57,
  297.37,
  292.37,
  277.47,
  292.07,
  318.67,
  339.57,
  349.69,
  355.92,
  353.22,
  348.425,
  339.37,
  339.07,
  306.07,
  319.77,
  291.97,
  276.47,
  305.17,
  300.87,
  293.17,
  212.07,
  235.67,
  242.77,
  232.87,
  205.67,
  218.37,
  212.67,
  232.07,
  247.67,
  226.87,
  254.57,
  299.67,
  172.47,
  173.77,
  183.47,
  176.07,
  195.17,
  253.97,
  248.07,
  258.57,
  267.47,
  356.18,
  27.79,
  61.37,
  72.77,
  110.17,
  31.43,
  8.59,
  348.286,
  323.97,
  310.27,
  302.77,
  325.47,
  321.07,
  334.07,
  338.97,
  345.768,
  345.279,
  355.73,
  11.33,
  1.65,
  348.219,
  351.26,
  315.37,
  329.97,
  318.37,
  289.67,
  246.07,
  239.67,
  249.77,
  233.37 ;

 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 =
  2815.556,
  915.5244,
  743.7225,
  555.7017,
  1042.273,
  2417.288,
  2596.899,
  1011.037,
  1020.648,
  594.7476,
  417.1189,
  319.1438,
  300.1014,
  323.8894,
  489.6241,
  360.2921,
  1459.163,
  2554.85,
  1103.545,
  1456.159,
  780.3656,
  2530.221,
  947.3618,
  1063.899,
  1975.77,
  527.4685,
  2755.486,
  2870.22,
  2914.072,
  2787.323,
  469.8008,
  528.6699,
  380.4158,
  309.8929,
  408.8893,
  200.0239,
  80.2432,
  608.5638,
  518.4579,
  2959.125,
  2958.524,
  2957.923,
  2947.711,
  2955.521,
  2955.521,
  2954.319,
  2938.1,
  1733.085,
  2911.669,
  2936.298,
  2885.238,
  2897.853,
  2934.496,
  2837.182,
  2792.129,
  2714.037,
  380.7162,
  1047.68,
  2822.765,
  693.864,
  115.9852,
  156.1724,
  118.7484,
  152.8084,
  766.5494,
  297.9389,
  377.1119,
  2001.6,
  260.2146,
  195.2183,
  478.2107,
  349.2392,
  348.278,
  278.8965,
  233.9037,
  1623.756,
  2954.92,
  2902.658,
  2841.987,
  2726.652,
  2421.493,
  1764.922,
  275.3524,
  470.4015,
  257.2111,
  1830.399,
  2932.694,
  2951.316,
  2936.899,
  2823.365,
  2892.447,
  2948.312,
  2957.923,
  2959.125,
  2951.316,
  2939.902,
  2957.923,
  2957.923,
  2958.524,
  2958.524,
  2958.524,
  2957.323,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2904.461,
  2958.524,
  2953.118,
  2938.701,
  2923.083,
  2955.521,
  2957.923,
  2956.722,
  2953.118,
  2954.92,
  2951.916,
  2957.323,
  2959.125,
  2959.125,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2957.923,
  2957.923,
  2957.323,
  2944.107,
  2956.121,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2956.722,
  2958.524,
  2958.524,
  2958.524,
  2952.517,
  2953.719,
  2958.524,
  2958.524,
  2957.923,
  2958.524,
  2958.524,
  2957.923,
  2958.524,
  2958.524,
  2958.524,
  2956.722,
  2953.118,
  2957.923,
  2950.114,
  2958.524,
  2956.121,
  2915.273,
  2939.302,
  2954.92,
  2938.701,
  2945.309,
  2959.125,
  2878.63 ;

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