netcdf C0205.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 = "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 = 2453149.00000579 ;
		:starting_julian_day_string = "2004-05-23 00:00:00" ;
		:ending_julian_day_number = 2453155.95833912 ;
		:ending_julian_day_string = "2004-05-29 23: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 = 2453149, 2453149.04166667, 2453149.08333333, 2453149.125, 
    2453149.16666667, 2453149.20833333, 2453149.25, 2453149.29166667, 
    2453149.33333333, 2453149.375, 2453149.41666667, 2453149.45833333, 
    2453149.5, 2453149.54166667, 2453149.58333333, 2453149.625, 
    2453149.66666667, 2453149.70833333, 2453149.75, 2453149.79166667, 
    2453149.83333333, 2453149.875, 2453149.91666667, 2453149.95833333, 
    2453150, 2453150.04166667, 2453150.08333333, 2453150.125, 
    2453150.16666667, 2453150.20833333, 2453150.25, 2453150.29166667, 
    2453150.33333333, 2453150.375, 2453150.41666667, 2453150.45833333, 
    2453150.5, 2453150.54166667, 2453150.58333333, 2453150.625, 
    2453150.66666667, 2453150.70833333, 2453150.75, 2453150.79166667, 
    2453150.83333333, 2453150.875, 2453150.91666667, 2453150.95833333, 
    2453151, 2453151.04166667, 2453151.08333333, 2453151.125, 
    2453151.16666667, 2453151.20833333, 2453151.25, 2453151.29166667, 
    2453151.33333333, 2453151.375, 2453151.41666667, 2453151.45833333, 
    2453151.5, 2453151.54166667, 2453151.58333333, 2453151.625, 
    2453151.66666667, 2453151.70833333, 2453151.75, 2453151.79166667, 
    2453151.83333333, 2453151.875, 2453151.91666667, 2453151.95833333, 
    2453152, 2453152.04166667, 2453152.08333333, 2453152.125, 
    2453152.16666667, 2453152.20833333, 2453152.25, 2453152.29166667, 
    2453152.33333333, 2453152.375, 2453152.41666667, 2453152.45833333, 
    2453152.5, 2453152.54166667, 2453152.58333333, 2453152.625, 
    2453152.66666667, 2453152.70833333, 2453152.75, 2453152.79166667, 
    2453152.83333333, 2453152.875, 2453152.91666667, 2453152.95833333, 
    2453153, 2453153.04166667, 2453153.08333333, 2453153.125, 
    2453153.16666667, 2453153.20833333, 2453153.25, 2453153.29166667, 
    2453153.33333333, 2453153.375, 2453153.41666667, 2453153.45833333, 
    2453153.5, 2453153.54166667, 2453153.58333333, 2453153.625, 
    2453153.66666667, 2453153.70833333, 2453153.75, 2453153.79166667, 
    2453153.83333333, 2453153.875, 2453153.91666667, 2453153.95833333, 
    2453154, 2453154.04166667, 2453154.08333333, 2453154.125, 
    2453154.16666667, 2453154.20833333, 2453154.25, 2453154.29166667, 
    2453154.33333333, 2453154.375, 2453154.41666667, 2453154.45833333, 
    2453154.5, 2453154.54166667, 2453154.58333333, 2453154.625, 
    2453154.66666667, 2453154.70833333, 2453154.75, 2453154.79166667, 
    2453154.83333333, 2453154.875, 2453154.91666667, 2453154.95833333, 
    2453155, 2453155.04166667, 2453155.08333333, 2453155.125, 
    2453155.16666667, 2453155.20833333, 2453155.25, 2453155.29166667, 
    2453155.33333333, 2453155.375, 2453155.41666667, 2453155.45833333, 
    2453155.5, 2453155.54166667, 2453155.58333333, 2453155.625, 
    2453155.66666667, 2453155.70833333, 2453155.75, 2453155.79166667, 
    2453155.83333333, 2453155.875, 2453155.91666667, 2453155.95833333 ;

 air_temperature =
  7.4,
  7.73,
  7.4,
  7.49,
  7.56,
  7.34,
  7,
  7.09,
  7.03,
  7.17,
  7.26,
  7.46,
  7.38,
  7.35,
  7.49,
  7.84,
  8.13,
  8.47,
  9.21,
  8.62,
  8.56,
  8.95,
  9.58,
  10.09,
  9.94,
  10.01,
  9.8,
  9.75,
  9.9,
  9.92,
  9.81,
  9.69,
  9.64,
  9.67,
  9.62,
  9.37,
  9.29,
  8.94,
  8.6,
  9.06,
  8.57,
  8.33,
  8.1,
  8.2,
  8.31,
  8.14,
  8.15,
  8.03,
  7.84,
  7.64,
  7.57,
  7.42,
  7.39,
  7.39,
  7.36,
  7.4,
  7.57,
  7.49,
  7.3,
  7.22,
  7.22,
  7.35,
  7.56,
  8.07,
  7.97,
  8.09,
  8.02,
  7.89,
  7.78,
  7.78,
  7.74,
  7.49,
  7.35,
  7.37,
  7.44,
  7.48,
  7.64,
  7.88,
  7.98,
  7.94,
  7.63,
  7.25,
  7.36,
  7.11,
  7.24,
  7.35,
  7.17,
  7.2,
  7.37,
  7.59,
  7.9,
  8.06,
  8.21,
  8.22,
  8.26,
  8.17,
  8.41,
  8.57,
  8.71,
  8.54,
  8.69,
  8.64,
  8.61,
  8.55,
  8.48,
  8.52,
  8.46,
  8.48,
  8.79,
  9.41,
  9.77,
  8.96,
  9.17,
  9.36,
  9.24,
  8.8,
  8.46,
  7.75,
  7.81,
  7.99,
  8.43,
  8.54,
  8.29,
  8.13,
  8,
  7.87,
  7.87,
  7.96,
  8.19,
  8.26,
  8.56,
  8.94,
  9.3,
  9.31,
  9.03,
  9.24,
  9.3,
  9.45,
  9.62,
  9.63,
  9.65,
  9.62,
  9.15,
  9.12,
  8.93,
  9.02,
  9.4,
  9.77,
  9.76,
  9.47,
  10.61,
  10.62,
  9.78,
  9.23,
  9.27,
  9.23,
  8.81,
  9.06,
  9.58,
  10.28,
  10.74,
  11.08,
  11.33,
  11.79,
  11.72,
  12.1,
  12.38,
  12.15 ;

 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.02,
  6.507,
  7.13,
  4.704,
  4.782,
  5.214,
  5.723,
  6.938,
  5.782,
  5.606,
  4.704,
  3.842,
  3.802,
  3.881,
  2.744,
  3.45,
  2.783,
  2.548,
  2.979,
  2.548,
  3.371,
  1.666,
  1.411,
  2.47,
  1.842,
  2.352,
  3.45,
  3.685,
  3.528,
  2.548,
  1.96,
  2.156,
  3.45,
  1.96,
  2.979,
  4.116,
  5.37,
  3.822,
  10.35,
  7.35,
  6.35,
  6.821,
  7.25,
  9.21,
  12.62,
  9.02,
  6.586,
  7.45,
  7.41,
  8.11,
  7.8,
  10.78,
  6.272,
  6.35,
  5.174,
  7.17,
  7.15,
  7.53,
  8.27,
  6.742,
  8.08,
  8.51,
  8.55,
  8.47,
  8.55,
  7.92,
  8,
  8.86,
  6.546,
  6.39,
  7.6,
  7.17,
  9.25,
  9.25,
  7.02,
  7.72,
  6.39,
  3.92,
  4.547,
  5.802,
  6.468,
  6.821,
  6.194,
  6.037,
  4.9,
  4.469,
  4.038,
  2.234,
  1.803,
  3.45,
  2.705,
  3.802,
  3.842,
  5.292,
  4.43,
  5.135,
  3.332,
  5.684,
  3.92,
  3.136,
  3.802,
  2.666,
  1.862,
  1.646,
  2.234,
  1.666,
  2.979,
  1.666,
  1.058,
  0.49,
  2.195,
  3.763,
  3.567,
  4.155,
  5.606,
  6.821,
  6.586,
  5.292,
  3.567,
  4.861,
  4.155,
  3.763,
  3.998,
  2.901,
  2.822,
  2.274,
  4.155,
  3.528,
  5.762,
  6.586,
  5.723,
  5.41,
  6.115,
  7.41,
  6.899,
  6.938,
  4.626,
  4.155,
  6.86,
  4.861,
  3.136,
  1.862,
  1.646,
  1.529,
  1.999,
  2.117,
  1.568,
  1.411,
  0.941,
  2.705,
  6.076,
  8.31,
  6.37,
  3.763,
  5.41,
  9.37,
  6.762,
  6.233,
  6.233,
  7.76,
  10.23,
  11.76,
  10.31,
  13.01,
  14.03,
  12.03,
  10.09,
  7.96 ;

 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 =
  6.105,
  5.583,
  6.103,
  3.536,
  4.084,
  4.291,
  4.68,
  6.055,
  4.988,
  4.823,
  3.115,
  3.163,
  3.264,
  2.839,
  1.907,
  2.84,
  2.229,
  2.059,
  2.534,
  2.138,
  2.448,
  0.766,
  1.143,
  1.622,
  1.159,
  1.947,
  2.918,
  2.936,
  2.367,
  2.131,
  1.629,
  1.615,
  2.369,
  1.157,
  1.767,
  3.003,
  4.492,
  2.966,
  9.07,
  5.135,
  5.139,
  5.877,
  5.964,
  8.06,
  10.27,
  5.162,
  5.552,
  6.141,
  6.356,
  6.605,
  6.646,
  9.17,
  4.768,
  4.99,
  4.429,
  6.308,
  5.497,
  6.432,
  6.78,
  5.897,
  6.792,
  7.3,
  7.31,
  7.2,
  6.997,
  6.511,
  6.808,
  7.61,
  5.557,
  5.273,
  6.749,
  6.135,
  7.64,
  8.06,
  6.168,
  6.208,
  5.321,
  2.864,
  3.721,
  4.668,
  5.307,
  5.684,
  5.031,
  4.906,
  4.199,
  3.858,
  3.081,
  1.761,
  1.487,
  2.48,
  2.267,
  3.246,
  3.206,
  4.417,
  3.56,
  4.281,
  2.64,
  4.831,
  3.225,
  2.15,
  2.782,
  2.02,
  1.34,
  1.06,
  1.818,
  0.729,
  2.531,
  1.008,
  0.659,
  0.04,
  1.39,
  3.347,
  3.222,
  3.447,
  4.778,
  5.557,
  5.508,
  4.223,
  2.666,
  3.861,
  2.942,
  2.364,
  2.573,
  2.194,
  1.956,
  1.481,
  2.599,
  2.687,
  4.474,
  5.361,
  4.959,
  4.77,
  5.087,
  6.029,
  5.887,
  5.018,
  4.016,
  3.625,
  5.623,
  4.085,
  2.037,
  0.299,
  1.065,
  1.115,
  1.58,
  1.8,
  1.1,
  0.925,
  0.666,
  2.14,
  4.852,
  5.332,
  4.666,
  2.96,
  4.442,
  7.74,
  4.585,
  5.271,
  5.327,
  5.569,
  8.05,
  9.75,
  8.32,
  10.67,
  10.6,
  9.73,
  8.47,
  6.49 ;

 wind_speed_qc =
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0 ;

 wind_direction =
  62.3667,
  58.0667,
  74.4667,
  73.4667,
  70.3667,
  82.1667,
  84.9667,
  82.0667,
  87.2667,
  90.4667,
  94.5667,
  74.9667,
  71.0667,
  60.2667,
  50.0367,
  31.2267,
  33.9367,
  15.7867,
  86.1667,
  124.9667,
  121.6667,
  27.7267,
  37.4367,
  48.2667,
  270.1667,
  96.7667,
  198.8667,
  174.2667,
  208.6667,
  224.3667,
  174.2667,
  65.0667,
  3.1767,
  71.1667,
  91.5667,
  87.1667,
  102.0667,
  20.0267,
  79.0667,
  78.8667,
  66.3667,
  71.3667,
  53.7667,
  77.1667,
  87.9667,
  42.6667,
  46.9467,
  51.6167,
  56.2667,
  56.4667,
  62.2667,
  48.9267,
  62.2667,
  48.8967,
  53.1467,
  56.7667,
  56.6667,
  50.5667,
  52.1567,
  55.9667,
  49.9567,
  48.2967,
  59.1667,
  62.8667,
  70.0667,
  65.8667,
  91.2667,
  85.0667,
  86.5667,
  88.8667,
  80.1667,
  72.8667,
  79.3667,
  78.3667,
  81.1667,
  91.6667,
  112.6667,
  115.9667,
  121.8667,
  137.3667,
  132.2667,
  110.6667,
  123.5667,
  122.8667,
  124.6667,
  150.5667,
  143.0667,
  166.1667,
  176.6667,
  134.9667,
  162.5667,
  148.9667,
  118.8667,
  136.0667,
  140.2667,
  126.7667,
  159.9667,
  148.1667,
  165.3667,
  147.7667,
  175.3667,
  128.2667,
  260.8667,
  256.5667,
  115.8667,
  71.7667,
  5.2967,
  318.5667,
  144.5667,
  203.2667,
  305.9667,
  50.0067,
  72.0667,
  106.7667,
  121.8667,
  123.3667,
  130.5667,
  150.0667,
  134.5667,
  132.2667,
  117.7667,
  149.9667,
  150.9667,
  159.3667,
  135.6667,
  166.5667,
  127.5667,
  176.2667,
  105.4667,
  122.3667,
  175.2667,
  131.3667,
  134.0667,
  134.1667,
  134.0667,
  144.3667,
  168.1667,
  171.5667,
  182.2667,
  181.6667,
  192.0667,
  225.5667,
  78.0667,
  164.0667,
  7.8567,
  351.7067,
  335.4667,
  335.2667,
  297.2667,
  273.2667,
  309.0667,
  336.7667,
  314.7667,
  339.9667,
  316.3667,
  330.1667,
  330.9667,
  328.2667,
  303.6667,
  311.2667,
  307.3667,
  316.5667,
  312.9667,
  317.0667,
  299.9667,
  310.8667,
  305.9667,
  307.3667 ;

 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 =
  2395.663,
  2905.662,
  1709.657,
  2956.121,
  2940.503,
  2321.776,
  615.1716,
  1047.079,
  2699.019,
  1963.155,
  2672.588,
  2790.927,
  2473.755,
  2844.39,
  2942.906,
  2938.1,
  2936.298,
  2945.309,
  2935.097,
  2926.086,
  2932.694,
  2946.51,
  2950.715,
  2951.916,
  2955.521,
  2955.521,
  2953.118,
  2954.92,
  2945.909,
  2942.906,
  2945.309,
  2903.259,
  1353.439,
  1149.199,
  2448.525,
  2421.493,
  2920.079,
  2484.567,
  2274.921,
  2946.51,
  2917.075,
  2875.627,
  1667.608,
  2089.303,
  2644.956,
  2819.16,
  2870.821,
  2865.415,
  2775.91,
  1884.463,
  1183.439,
  2417.889,
  2924.885,
  2283.932,
  1939.127,
  2763.295,
  2917.676,
  2515.804,
  1730.081,
  1921.706,
  1808.774,
  1894.074,
  2871.422,
  2945.309,
  2947.111,
  2952.517,
  2938.1,
  2915.273,
  2947.711,
  2942.305,
  2943.506,
  2916.475,
  2890.644,
  2880.432,
  2902.658,
  2864.814,
  2905.061,
  2950.715,
  2944.708,
  2956.121,
  2682.8,
  2952.517,
  2953.719,
  2936.298,
  2936.899,
  2953.719,
  2518.207,
  2609.514,
  2948.913,
  2948.312,
  2956.722,
  2954.92,
  2954.92,
  2950.114,
  2954.319,
  2955.521,
  2955.521,
  2955.521,
  2955.521,
  2956.121,
  2956.121,
  2956.121,
  2928.489,
  2753.684,
  2800.539,
  2933.895,
  2862.411,
  2747.677,
  2898.454,
  2932.694,
  2884.037,
  2597.5,
  2711.033,
  2777.111,
  2804.743,
  714.8887,
  538.2812,
  450.5782,
  337.2851,
  555.7017,
  2948.312,
  2854.602,
  323.2286,
  591.744,
  918.5279,
  1801.565,
  2767.5,
  1486.795,
  1442.343,
  1983.579,
  2527.218,
  2630.539,
  2929.69,
  2939.902,
  2568.666,
  2232.271,
  2418.49,
  1483.792,
  2707.429,
  2763.896,
  2730.256,
  2651.563,
  359.5112,
  452.3803,
  905.913,
  1141.39,
  2664.178,
  1041.672,
  1493.403,
  127.1583,
  2942.906,
  2956.722,
  2956.722,
  2956.121,
  2957.323,
  2957.323,
  2953.118,
  2854.602,
  2936.899,
  2923.683,
  2831.775,
  2740.468,
  2803.542,
  2354.214,
  2923.083,
  2735.062,
  2768.1,
  2818.56 ;

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