netcdf C0205.met.realtime {
dimensions:
	lat = 1 ;
	lon = 1 ;
	air_temperature_depth = 1 ;
	visibility_depth = 1 ;
	wind_depth = 1 ;
	time = 165 ;
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 = "Tue Feb 24 14:18:46 2004: /usr/local/nco/bin/ncrcat -d time,2453056.5104,2453060.6250 C0205.met.realtime.nc C0205.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 = 46267 ;
		:visibility_sensor_serial_number = 318 ;
		:processing = "realtime" ;
		:water_depth = 46 ;
		:mooring_site_id = "C0205" ;
		:mooring_site_desc = "Casco Bay" ;
		:breakout_id = 1 ;
		:delta_t = 60 ;
		:magnetic_variation = -16.6333 ;
		:goes_platform_id = "04405528" ;
		:starting_julian_day_number = 2453219.00000579 ;
		:starting_julian_day_string = "2004-08-01 00:00:00" ;
		:ending_julian_day_number = 2453225.83333912 ;
		:ending_julian_day_string = "2004-08-07 20:00:00" ;
		:algorithm_ids = "WIND_DIR_1.2:  20-Feb-2004 16:15:07\n",
			"AAN_VIZ_1.2:  20-Feb-2004 16:15:07" ;
data:

 lat = 43.5695 ;

 lon = -70.055 ;

 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 ;

 air_temperature =
  18.97,
  18.4,
  18.24,
  17.97,
  17.83,
  17.54,
  17.27,
  17.37,
  17.44,
  17.21,
  16.37,
  16.89,
  16.73,
  16.6,
  16.48,
  16.49,
  16.37,
  17.11,
  17.3,
  17.57,
  17.57,
  17.61,
  17.59,
  17.67,
  17.36,
  17.59,
  16.86,
  17.94,
  16.97,
  15.96,
  15.51,
  15.18,
  15.2,
  14.83,
  15.13,
  15.66,
  16.07,
  17.06,
  18.6,
  19.93,
  21.43,
  20.7,
  19.89,
  19.99,
  18.68,
  18.82,
  18.34,
  18.44,
  16.53,
  16.27,
  16.37,
  16.19,
  15.98,
  16.22,
  16.43,
  15.65,
  16.04,
  16.03,
  15.88,
  15.36,
  14.85,
  15.59,
  16.48,
  17.04,
  16.88,
  17.58,
  17.55,
  18.22,
  18.55,
  18.74,
  19.07,
  19.59,
  18.16,
  18.14,
  16.89,
  16.92,
  17.66,
  16.98,
  15.82,
  16.62,
  16.5,
  16.05,
  16.83,
  16.87,
  16.98,
  18.05,
  19.12,
  20.43,
  20.79,
  22.14,
  21.2,
  19.84,
  19.54,
  19.46,
  18.5,
  18.38,
  18.34,
  18.04,
  18.88,
  18.33,
  19.09,
  17.65,
  17.65,
  17.07,
  17.11,
  16.78,
  16.87,
  16.98,
  16.87,
  16.76,
  16.85,
  16.94,
  17.56,
  17.97,
  18.11,
  18.21,
  18.12,
  18.06,
  17.91,
  17.81,
  18.92,
  17.34,
  17.08,
  16.97,
  16.53,
  16.05,
  15.62,
  15.45,
  14.98,
  14.57,
  14.33,
  14.33,
  14.36,
  14.7,
  15.56,
  16.35,
  16.75,
  17.6,
  17.78,
  18.45,
  18.4,
  18,
  17.89,
  17.14,
  16.86,
  16.96,
  16.91,
  16.93,
  16.58,
  16.13,
  15.84,
  15.71,
  15.43,
  15.08,
  14.9,
  14.79,
  15,
  15.41,
  15.75,
  17.06,
  18.9,
  19.96,
  17.52,
  17.08,
  17.16 ;

 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 ;

 wind_gust =
  10.98,
  10.66,
  10.82,
  10.66,
  10.23,
  8.66,
  7.15,
  7.33,
  8.58,
  7.84,
  6.233,
  6.899,
  6.115,
  7.72,
  7.55,
  5.566,
  4.822,
  5.566,
  6.703,
  7.17,
  7.29,
  6.782,
  6.076,
  6.076,
  5.566,
  6.86,
  6.154,
  7.68,
  6.076,
  3.685,
  3.332,
  2.195,
  2.548,
  2.156,
  1.882,
  1.999,
  2.666,
  2.822,
  2.47,
  1.176,
  1.45,
  2.43,
  3.45,
  3.489,
  3.489,
  3.528,
  4.782,
  4.39,
  3.136,
  3.175,
  3.45,
  3.254,
  2.744,
  3.528,
  3.371,
  1.372,
  2.587,
  3.018,
  3.646,
  2.979,
  2.979,
  1.999,
  2.666,
  4.586,
  4.586,
  5.958,
  4.214,
  6.311,
  5.586,
  5.762,
  5.292,
  5.331,
  4.155,
  6.35,
  3.959,
  2.646,
  3.175,
  1.882,
  2.195,
  2.783,
  2.548,
  3.136,
  3.018,
  3.254,
  4.312,
  2.744,
  1.47,
  1.098,
  1.098,
  0.392,
  3.018,
  3.293,
  4.194,
  3.646,
  4.782,
  4.978,
  5.018,
  3.92,
  3.45,
  3.097,
  1.96,
  3.489,
  3.724,
  3.136,
  3.45,
  2.548,
  3.254,
  2.94,
  2.744,
  6.194,
  5.488,
  5.135,
  3.92,
  4.038,
  4.508,
  3.43,
  3.92,
  3.528,
  3.685,
  1.666,
  7.84,
  6.429,
  6.311,
  6.311,
  6.762,
  6.272,
  6.742,
  7.88,
  7.21,
  6.468,
  6.703,
  7.76,
  6.076,
  5.762,
  4.469,
  2.842,
  2.783,
  1.529,
  1.529,
  1.254,
  2.587,
  1.764,
  2.391,
  2.94,
  2.548,
  3.528,
  2.646,
  4.626,
  5.488,
  6.468,
  6.311,
  6.311,
  5.919,
  6.194,
  5.527,
  6.664,
  5.37,
  4.665,
  3.234,
  1.47,
  1.078,
  1.058,
  3.881,
  5.057,
  4.312 ;

 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 ;

 wind_speed =
  9.78,
  9.18,
  9.31,
  9.03,
  8.68,
  7.75,
  6.085,
  6.675,
  7.71,
  6.311,
  4.685,
  5.867,
  5.378,
  6.831,
  6.268,
  5.089,
  4.356,
  4.972,
  5.984,
  6.39,
  6.58,
  6.185,
  5.279,
  5.486,
  5,
  6.083,
  5.524,
  6.792,
  4.358,
  3.443,
  2.466,
  1.816,
  2.004,
  1.71,
  1.472,
  1.506,
  2.102,
  2.525,
  2.173,
  0.595,
  1.095,
  2.134,
  3.246,
  3.122,
  3.171,
  3.287,
  4.164,
  4.013,
  2.806,
  2.929,
  3,
  2.988,
  2.323,
  3.331,
  2.709,
  0.392,
  2.347,
  2.433,
  3.059,
  2.637,
  2.38,
  1.352,
  2.411,
  3.903,
  3.948,
  5.16,
  3.335,
  5.49,
  5.036,
  4.937,
  2.587,
  4.284,
  2.766,
  4.03,
  2.611,
  0.893,
  2.4,
  1.353,
  1.818,
  2.509,
  2.091,
  2.399,
  2.569,
  2.796,
  3.769,
  2.242,
  0.616,
  0.77,
  0.734,
  0.204,
  2.402,
  2.856,
  3.693,
  2.793,
  3.722,
  4.341,
  4.173,
  3.258,
  2.987,
  2.562,
  0.691,
  3.117,
  3.164,
  2.241,
  3.029,
  1.904,
  2.69,
  2.335,
  2.263,
  4.427,
  4.617,
  4.31,
  3.198,
  3.478,
  3.976,
  2.781,
  3.286,
  2.812,
  3.088,
  0.923,
  5.641,
  5.501,
  4.95,
  5.083,
  5.336,
  5.242,
  5.906,
  6.769,
  6.38,
  5.599,
  5.871,
  6.358,
  5.165,
  5.041,
  3.685,
  1.606,
  2.286,
  1.22,
  1.299,
  1.061,
  2.024,
  1.373,
  1.978,
  2.676,
  2.264,
  3.071,
  2.053,
  4.052,
  4.294,
  5.193,
  5.337,
  5.116,
  4.682,
  5.106,
  4.135,
  5.731,
  4.487,
  4.068,
  2.19,
  1.076,
  0.618,
  0.792,
  3.378,
  4.512,
  3.725 ;

 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 ;

 wind_direction =
  191.2667,
  192.8667,
  196.4667,
  195.1667,
  202.6667,
  200.7667,
  207.1667,
  211.3667,
  204.4667,
  209.5667,
  218.8667,
  206.4667,
  211.0667,
  208.0667,
  208.7667,
  210.1667,
  207.6667,
  203.3667,
  203.3667,
  204.5667,
  202.3667,
  208.7667,
  206.9667,
  206.4667,
  211.7667,
  210.0667,
  191.4667,
  207.4667,
  224.1667,
  231.5667,
  241.4667,
  264.9667,
  290.5667,
  334.1667,
  343.8167,
  335.4667,
  327.4667,
  292.1667,
  310.3667,
  199.6667,
  207.3667,
  199.9667,
  205.9667,
  200.3667,
  204.6667,
  209.2667,
  210.4667,
  219.1667,
  232.9667,
  218.4667,
  205.3667,
  225.7667,
  179.1667,
  200.4667,
  233.1667,
  181.4667,
  187.9667,
  141.8667,
  175.5667,
  211.7667,
  218.7667,
  182.0667,
  202.0667,
  171.6667,
  172.8667,
  172.7667,
  178.2667,
  185.4667,
  187.4667,
  194.4667,
  23.1167,
  69.7667,
  48.8467,
  104.1667,
  25.7167,
  39.5467,
  134.2667,
  242.7667,
  269.1667,
  270.0667,
  307.8667,
  337.1667,
  351.6967,
  1.2867,
  348.9167,
  10.5067,
  31.2367,
  297.1667,
  251.0667,
  285.1667,
  143.2667,
  196.0667,
  192.9667,
  175.3667,
  246.7667,
  232.3667,
  241.0667,
  253.2667,
  304.8667,
  318.2667,
  308.2667,
  339.8667,
  334.9667,
  349.9657,
  354.4667,
  347.1857,
  273.1667,
  253.3667,
  253.0667,
  231.4667,
  230.0667,
  240.4667,
  235.6667,
  225.5667,
  216.4667,
  191.4667,
  181.6667,
  183.4667,
  203.7667,
  331.7667,
  336.9667,
  7.9567,
  347.3467,
  352.8867,
  341.5667,
  347.3277,
  342.0667,
  344.5627,
  345.3547,
  343.9377,
  343.9827,
  354.7767,
  333.1667,
  350.3867,
  347.1097,
  310.4667,
  332.9667,
  321.5667,
  270.5667,
  263.7667,
  226.2667,
  213.5667,
  240.7667,
  269.1667,
  267.9667,
  263.5667,
  284.6667,
  335.7667,
  335.8667,
  347.0067,
  340.1667,
  351.3567,
  341.8667,
  340.4667,
  341.9667,
  331.5667,
  334.7667,
  345.0087,
  359.3067,
  296.7667,
  270.8667,
  149.1667,
  200.5667,
  209.9667,
  233.6667 ;

 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 ;

 visibility =
  2901.457,
  2816.157,
  2744.072,
  2687.005,
  2682.199,
  2595.698,
  2605.309,
  2620.327,
  2628.737,
  2590.292,
  2527.818,
  2537.429,
  2196.229,
  2128.349,
  2131.953,
  2207.041,
  2260.504,
  2524.214,
  2401.069,
  2376.44,
  2453.331,
  2607.111,
  2728.454,
  2802.941,
  2824.567,
  2781.316,
  2751.881,
  2950.114,
  2954.319,
  2932.694,
  2878.63,
  2897.252,
  191.4939,
  248.6811,
  977.397,
  1959.551,
  2641.952,
  2805.344,
  2894.249,
  2956.121,
  2957.323,
  2954.92,
  2950.114,
  2948.312,
  2953.118,
  2957.323,
  2947.711,
  2922.482,
  2900.256,
  2882.234,
  2897.853,
  2886.439,
  2756.086,
  2736.864,
  2790.927,
  2562.058,
  2721.245,
  2600.504,
  84.08772,
  167.5257,
  191.0734,
  317.1014,
  2545.839,
  2447.924,
  669.235,
  2060.469,
  2213.649,
  2363.825,
  2251.494,
  2120.54,
  2304.356,
  2893.047,
  1522.838,
  2489.974,
  853.051,
  1313.191,
  101.388,
  171.9109,
  286.2852,
  288.4478,
  211.4373,
  320.6456,
  2384.85,
  2741.669,
  2912.87,
  2933.895,
  2944.107,
  2956.121,
  2940.503,
  2956.722,
  2956.722,
  2950.715,
  2942.305,
  2956.722,
  2951.316,
  2954.319,
  2955.521,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2944.107,
  2956.121,
  2951.316,
  2877.429,
  2949.513,
  2952.517,
  2937.499,
  2945.309,
  2954.92,
  2920.079,
  2957.323,
  2955.521,
  2957.323,
  2956.722,
  2956.722,
  2956.121,
  2956.121,
  2956.121,
  2956.722,
  2956.722,
  2956.722,
  2956.722,
  2956.722,
  2956.722,
  2956.722,
  2955.521,
  2908.666,
  2954.319,
  2924.284,
  2931.492,
  2946.51,
  2956.722,
  2942.906,
  2955.521,
  2951.916,
  2956.722,
  2952.517,
  2954.319,
  2937.499,
  2956.121,
  2956.121,
  2949.513,
  2956.121,
  2956.121,
  2954.92,
  2942.305,
  2954.92,
  2956.722,
  2956.722,
  2956.722,
  2956.121,
  2954.92,
  2956.722,
  2956.121,
  2953.118,
  2947.111,
  2956.722,
  2957.323,
  2956.722,
  2956.722 ;

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