netcdf L0105.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 = "04-Jun-2004 16:36:29:  Modified [lon,lat] to [-66.553100,43.625700].\n",
			"Fri Jun  4 15:44:39 2004: /usr/local/nco/bin/ncrcat -d time,2453161.615,2453162.00 L0105.met.realtime.nc L0105.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 = "RMYWM46272" ;
		:visibility_sensor_serial_number = 314 ;
		:processing = "realtime" ;
		:water_depth = 98 ;
		:mooring_site_id = "L0105" ;
		:mooring_site_desc = "Scotian Shelf" ;
		:breakout_id = 1 ;
		:delta_t = 60 ;
		:magnetic_variation = -18.0667 ;
		:goes_platform_id = "0440A5AC" ;
		: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:  11-May-2004 20:37:41\n",
			"AAN_VIZ_1.2:  11-May-2004 20:37:41" ;
data:

 lat = 43.6257 ;

 lon = -66.5531 ;

 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 =
  11.84,
  11.75,
  11.81,
  12.02,
  11.67,
  11.74,
  11.89,
  12.37,
  13.65,
  13.53,
  13.85,
  13.78,
  14.15,
  13.76,
  13.21,
  13.59,
  13.43,
  13.14,
  13.49,
  13.56,
  13.63,
  13.44,
  13.62,
  13.04,
  13.68,
  13.41,
  13.42,
  12.72,
  12.02,
  12.3,
  12.12,
  11.98,
  12.77,
  12.17,
  12.27,
  11.91,
  11.67,
  11.54,
  11.42,
  11.52,
  12.11,
  11.76,
  12.68,
  12.72,
  13.12,
  13.04,
  12.59,
  12.36,
  11.35,
  10.72,
  9.69,
  10.44,
  10.45,
  10.09,
  10.62,
  10.57,
  10.52,
  10.11,
  10.1,
  10.59,
  10.22,
  10.01,
  10.28,
  11.11,
  11.23,
  11.2,
  11.83,
  11.72,
  11.52,
  11.64,
  12.12,
  12.58,
  11.99,
  11.99,
  11.74,
  11.22,
  11.29,
  11.35,
  11.4,
  11.37,
  11.58,
  11.82,
  12.89,
  12.34,
  12.71,
  13.02,
  12.62,
  12.46,
  12.28,
  12.15,
  12.06,
  12.07,
  12.8,
  13.53,
  13.57,
  13.03,
  12.73,
  12.86,
  12.54,
  12.71,
  12.88,
  12.08,
  12.6,
  12.6,
  12.14,
  11.59,
  11.78,
  11.94,
  11.58,
  12.05,
  11.79,
  11.78,
  11.91,
  11.49,
  11.23,
  11.75,
  12.25,
  12.39,
  12.69,
  12.52,
  11.76,
  11.49,
  11.83,
  10.74,
  9.83,
  9.7,
  9.67,
  10.58,
  10.35,
  10.38,
  9.87,
  10.56,
  10.09,
  10.6,
  10.08,
  9.68,
  10.03,
  10.19,
  10.47,
  10.01,
  10.19,
  9.7,
  9.69,
  10.37,
  10.27,
  9.76,
  10.14,
  10.21,
  10.51,
  9.59,
  9.44,
  9.91,
  10.42,
  10.4,
  9.73,
  9.91,
  9.96,
  10.67,
  10.28,
  10.91,
  10.76,
  10.91,
  10.9,
  10.94,
  10.89,
  11.29,
  10.84,
  10.9 ;

 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.33,
  7.8,
  7.49,
  7.6,
  6.174,
  5.998,
  7.41,
  7.1,
  8.39,
  8.66,
  8.62,
  8.43,
  9.17,
  8.51,
  7.35,
  7.33,
  6.507,
  5.684,
  5.566,
  6.233,
  6.154,
  5.998,
  6.625,
  6.35,
  8.08,
  6.625,
  4.9,
  6.507,
  5.194,
  4.626,
  4.939,
  4.234,
  3.959,
  3.058,
  2.548,
  3.371,
  3.606,
  4.116,
  3.763,
  3.332,
  3.097,
  2.626,
  1.842,
  1.842,
  1.96,
  1.333,
  1.333,
  1.725,
  2.862,
  1.568,
  3.136,
  3.058,
  4.038,
  5.37,
  3.646,
  2.156,
  2.234,
  2.274,
  2.391,
  1.47,
  3.606,
  3.959,
  4.077,
  3.018,
  3.998,
  3.018,
  3.763,
  3.136,
  3.489,
  4.351,
  4.665,
  5.057,
  5.174,
  4.861,
  4.155,
  3.332,
  4.547,
  3.998,
  3.606,
  3.528,
  4.077,
  2.842,
  2.666,
  1.96,
  1.764,
  2.548,
  2.352,
  2.666,
  1.764,
  1.999,
  2.47,
  3.018,
  3.45,
  1.764,
  2.038,
  2.901,
  3.842,
  3.45,
  2.744,
  3.018,
  3.332,
  2.548,
  2.391,
  4.43,
  2.822,
  3.528,
  4.547,
  3.097,
  3.685,
  5.174,
  2.548,
  2.901,
  2.548,
  3.136,
  3.175,
  2.626,
  2.117,
  2.626,
  2.117,
  2.038,
  1.882,
  2.43,
  1.882,
  2.391,
  4.43,
  3.136,
  4.782,
  3.528,
  1.372,
  1.294,
  3.293,
  3.018,
  3.293,
  3.254,
  3.41,
  4.116,
  4.978,
  4.508,
  4.626,
  4.234,
  5.057,
  4.038,
  5.096,
  4.626,
  3.332,
  5.214,
  4.312,
  4.626,
  4.155,
  3.214,
  3.567,
  5.919,
  5.723,
  5.606,
  4.626,
  5.057,
  5.919,
  6.154,
  5.41,
  5.488,
  5.214,
  4.782,
  3.881,
  3.92,
  3.097,
  3.332,
  3.45,
  2.901 ;

 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.586,
  7.07,
  6.648,
  6.806,
  5.382,
  5.303,
  6.457,
  6.459,
  7.18,
  7.65,
  7.59,
  7.46,
  7.83,
  7.79,
  6.554,
  6.714,
  5.965,
  5.143,
  4.999,
  5.292,
  5.111,
  5.547,
  5.9,
  5.758,
  7.31,
  5.842,
  4.382,
  5.662,
  4.003,
  4.048,
  4.427,
  3.742,
  3.587,
  2.718,
  1.819,
  2.963,
  2.896,
  3.73,
  3.325,
  2.894,
  2.841,
  2.198,
  1.582,
  1.67,
  1.273,
  1.064,
  1.081,
  1.56,
  2.165,
  0.926,
  2.763,
  2.376,
  3.164,
  4.444,
  3.183,
  1.426,
  1.815,
  1.884,
  1.997,
  0.876,
  2.611,
  3.262,
  3.539,
  2.702,
  3.273,
  2.574,
  3.172,
  2.772,
  3.16,
  3.557,
  3.942,
  4.357,
  4.714,
  4.37,
  3.879,
  2.954,
  4.199,
  3.622,
  2.738,
  3.156,
  3.511,
  2.259,
  1.876,
  1.479,
  1.557,
  2.186,
  2.153,
  2.393,
  0.865,
  1.259,
  1.987,
  2.629,
  2.833,
  1.366,
  1.634,
  2.512,
  3.431,
  3.039,
  2.459,
  2.537,
  2.927,
  0.754,
  1.87,
  3.513,
  2.311,
  2.572,
  3.577,
  2.14,
  3.003,
  4.255,
  1.986,
  2.302,
  2.139,
  2.306,
  2.48,
  2.385,
  1.714,
  1.726,
  1.59,
  1.702,
  1.432,
  2.05,
  1.58,
  1.998,
  3.964,
  2.497,
  3.518,
  2.406,
  0.757,
  0.568,
  2.54,
  2.207,
  2.832,
  2.78,
  2.991,
  3.346,
  4.399,
  3.996,
  4.067,
  3.881,
  4.377,
  3.488,
  4.301,
  4.033,
  2.387,
  4.484,
  3.905,
  3.91,
  3.528,
  2.773,
  2.733,
  5.013,
  4.998,
  4.956,
  4.077,
  4.672,
  5.069,
  5.203,
  4.939,
  4.946,
  4.58,
  4.241,
  3.643,
  3.263,
  2.644,
  2.981,
  3.014,
  2.478 ;

 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 =
  182.7333,
  184.5333,
  181.5333,
  194.3333,
  199.0333,
  193.5333,
  200.1333,
  202.6333,
  207.7333,
  113.4333,
  210.6333,
  218.8333,
  214.0333,
  209.9333,
  200.5333,
  204.8333,
  213.0333,
  208.5333,
  209.8333,
  210.6333,
  214.5333,
  208.9333,
  210.1333,
  203.9333,
  204.2333,
  193.8333,
  208.1333,
  194.7333,
  194.5333,
  203.1333,
  190.9333,
  197.8333,
  195.8333,
  194.1333,
  203.1333,
  178.1333,
  172.9333,
  186.6333,
  199.3333,
  192.2333,
  212.6333,
  204.8333,
  244.3333,
  255.8333,
  266.3333,
  236.7333,
  246.8333,
  251.4333,
  126.6333,
  102.1333,
  121.2333,
  121.4333,
  143.6333,
  159.6333,
  182.4333,
  209.6333,
  206.1333,
  187.6333,
  195.0333,
  253.9333,
  160.0333,
  147.0333,
  171.2333,
  174.1333,
  167.8333,
  158.4333,
  161.1333,
  148.1333,
  160.8333,
  170.8333,
  169.7333,
  183.7333,
  173.9333,
  182.0333,
  193.9333,
  197.0333,
  187.9333,
  194.8333,
  191.2333,
  196.7333,
  212.4333,
  221.0333,
  223.3333,
  221.9333,
  268.6333,
  253.7333,
  239.7333,
  270.7333,
  323.5333,
  349.1333,
  320.0333,
  309.4333,
  302.9333,
  289.0333,
  302.3333,
  310.8333,
  313.8333,
  320.8333,
  314.3333,
  312.7333,
  304.3333,
  273.6333,
  285.2333,
  297.2333,
  312.7333,
  345.6133,
  24.3533,
  344.2273,
  316.4333,
  318.1333,
  335.8333,
  313.2333,
  227.2333,
  309.6333,
  228.6333,
  254.4333,
  272.6333,
  222.9333,
  209.1333,
  213.1333,
  192.5333,
  172.5333,
  224.8333,
  141.1333,
  150.2333,
  155.3333,
  140.2333,
  141.3333,
  90.2333,
  274.1333,
  359.5233,
  333.6333,
  11.7333,
  353.2733,
  352.7933,
  354.8033,
  345.7033,
  341.2333,
  342.6073,
  358.1433,
  350.3733,
  317.8333,
  332.9333,
  359.1933,
  349.0933,
  331.0333,
  4.2533,
  1.1433,
  19.3033,
  354.3233,
  309.9333,
  347.0523,
  352.0033,
  1.8533,
  331.3333,
  315.7333,
  319.1333,
  323.9333,
  316.4333,
  312.9333,
  289.0333,
  295.4333,
  282.8333,
  281.0333,
  276.3333,
  282.1333,
  268.7333,
  265.2333 ;

 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 =
  194.0168,
  733.5106,
  247.5998,
  465.5959,
  639.1998,
  582.7335,
  916.7258,
  624.7828,
  520.8608,
  -1.365055,
  345.4547,
  390.9281,
  409.7903,
  368.702,
  169.8084,
  179.1794,
  324.6703,
  242.4938,
  224.0521,
  422.9457,
  378.7338,
  268.5644,
  187.2289,
  172.1512,
  184.9462,
  197.7412,
  231.7411,
  335.0024,
  306.1085,
  1137.785,
  806.7966,
  1191.248,
  508.2459,
  344.4936,
  344.5537,
  234.6846,
  389.6667,
  431.3556,
  601.3553,
  618.175,
  438.5641,
  558.7052,
  231.4408,
  252.8259,
  142.5364,
  226.9355,
  386.6031,
  1181.036,
  322.9283,
  465.5959,
  295.2357,
  398.8575,
  225.7942,
  141.8155,
  382.5783,
  556.9031,
  458.3874,
  269.1651,
  513.6523,
  192.2147,
  248.3206,
  262.4973,
  203.9886,
  2208.243,
  105.593,
  143.9781,
  217.3242,
  65.28564,
  135.2078,
  481.8149,
  621.7793,
  500.4368,
  388.1649,
  483.617,
  390.2674,
  502.2389,
  564.1116,
  513.6523,
  546.6911,
  1066.902,
  788.1747,
  1578.103,
  269.4655,
  422.9457,
  216.7235,
  232.6422,
  432.557,
  241.2323,
  171.7907,
  112.1407,
  127.2184,
  324.9707,
  2480.363,
  1632.166,
  2596.299,
  2411.882,
  2280.327,
  2682.199,
  2762.093,
  2772.906,
  2716.44,
  2608.913,
  2416.688,
  2789.726,
  2756.086,
  2754.885,
  2536.228,
  2808.348,
  2761.493,
  2811.952,
  2886.439,
  2855.203,
  2786.722,
  2883.436,
  2870.821,
  2849.196,
  2908.065,
  2895.45,
  2917.075,
  2884.637,
  2843.789,
  2835.98,
  2826.369,
  2846.793,
  2814.355,
  2815.556,
  2680.998,
  1451.954,
  1566.089,
  2467.147,
  2259.904,
  1587.113,
  1166.019,
  2671.387,
  2821.563,
  699.871,
  2572.27,
  2756.086,
  2691.811,
  2791.528,
  2861.21,
  2670.786,
  2798.736,
  2800.539,
  2498.984,
  2680.397,
  2784.32,
  2776.51,
  2837.782,
  2858.206,
  2637.146,
  2574.673,
  2767.5,
  2837.782,
  2751.881,
  2715.238,
  2569.267,
  2774.107,
  2795.132,
  2744.673,
  2646.157,
  2634.143,
  2655.168,
  2730.857,
  2664.178,
  2759.09,
  2719.443,
  2696.016 ;

 visibility_qc =
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  1,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0 ;
}
