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 = 2453177.00000579 ;
		:starting_julian_day_string = "2004-06-20 00:00:00" ;
		:ending_julian_day_number = 2453183.95833912 ;
		:ending_julian_day_string = "2004-06-26 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 = 2453177, 2453177.04166667, 2453177.08333333, 2453177.125, 
    2453177.16666667, 2453177.20833333, 2453177.25, 2453177.29166667, 
    2453177.33333333, 2453177.375, 2453177.41666667, 2453177.45833333, 
    2453177.5, 2453177.54166667, 2453177.58333333, 2453177.625, 
    2453177.66666667, 2453177.70833333, 2453177.75, 2453177.79166667, 
    2453177.83333333, 2453177.875, 2453177.91666667, 2453177.95833333, 
    2453178, 2453178.04166667, 2453178.08333333, 2453178.125, 
    2453178.16666667, 2453178.20833333, 2453178.25, 2453178.29166667, 
    2453178.33333333, 2453178.375, 2453178.41666667, 2453178.45833333, 
    2453178.5, 2453178.54166667, 2453178.58333333, 2453178.625, 
    2453178.66666667, 2453178.70833333, 2453178.75, 2453178.79166667, 
    2453178.83333333, 2453178.875, 2453178.91666667, 2453178.95833333, 
    2453179, 2453179.04166667, 2453179.08333333, 2453179.125, 
    2453179.16666667, 2453179.20833333, 2453179.25, 2453179.29166667, 
    2453179.33333333, 2453179.375, 2453179.41666667, 2453179.45833333, 
    2453179.5, 2453179.54166667, 2453179.58333333, 2453179.625, 
    2453179.66666667, 2453179.70833333, 2453179.75, 2453179.79166667, 
    2453179.83333333, 2453179.875, 2453179.91666667, 2453179.95833333, 
    2453180, 2453180.04166667, 2453180.08333333, 2453180.125, 
    2453180.16666667, 2453180.20833333, 2453180.25, 2453180.29166667, 
    2453180.33333333, 2453180.375, 2453180.41666667, 2453180.45833333, 
    2453180.5, 2453180.54166667, 2453180.58333333, 2453180.625, 
    2453180.66666667, 2453180.70833333, 2453180.75, 2453180.79166667, 
    2453180.83333333, 2453180.875, 2453180.91666667, 2453180.95833333, 
    2453181, 2453181.04166667, 2453181.08333333, 2453181.125, 
    2453181.16666667, 2453181.20833333, 2453181.25, 2453181.29166667, 
    2453181.33333333, 2453181.375, 2453181.41666667, 2453181.45833333, 
    2453181.5, 2453181.54166667, 2453181.58333333, 2453181.625, 
    2453181.66666667, 2453181.70833333, 2453181.75, 2453181.79166667, 
    2453181.83333333, 2453181.875, 2453181.91666667, 2453181.95833333, 
    2453182, 2453182.04166667, 2453182.08333333, 2453182.125, 
    2453182.16666667, 2453182.20833333, 2453182.25, 2453182.29166667, 
    2453182.33333333, 2453182.375, 2453182.41666667, 2453182.45833333, 
    2453182.5, 2453182.54166667, 2453182.58333333, 2453182.625, 
    2453182.66666667, 2453182.70833333, 2453182.75, 2453182.79166667, 
    2453182.83333333, 2453182.875, 2453182.91666667, 2453182.95833333, 
    2453183, 2453183.04166667, 2453183.08333333, 2453183.125, 
    2453183.16666667, 2453183.20833333, 2453183.25, 2453183.29166667, 
    2453183.33333333, 2453183.375, 2453183.41666667, 2453183.45833333, 
    2453183.5, 2453183.54166667, 2453183.58333333, 2453183.625, 
    2453183.66666667, 2453183.70833333, 2453183.75, 2453183.79166667, 
    2453183.83333333, 2453183.875, 2453183.91666667, 2453183.95833333 ;

 air_temperature =
  8.5,
  8.61,
  8.66,
  9.04,
  9.11,
  8.81,
  9.46,
  10.26,
  9.54,
  9.12,
  8.89,
  8.71,
  8.54,
  8.77,
  8.85,
  9.04,
  9.28,
  9.69,
  9.84,
  10.03,
  10.17,
  9.87,
  10.19,
  10.19,
  10.3,
  9.94,
  9.6,
  10.08,
  9.64,
  9.79,
  10.56,
  10.4,
  10.5,
  9.88,
  9.79,
  10.03,
  10.15,
  9.93,
  10,
  10.25,
  9.97,
  10.61,
  10.42,
  10.64,
  10.27,
  10.41,
  10.68,
  10.84,
  10.57,
  10.67,
  10.65,
  10.84,
  10.53,
  10.46,
  10.24,
  10.23,
  9.97,
  9.36,
  9.73,
  10.52,
  10.05,
  10.45,
  9.82,
  10.4,
  10,
  10.03,
  10.04,
  9.97,
  9.53,
  9.6,
  9.74,
  9.58,
  9.61,
  9.9,
  9.88,
  10.04,
  10.25,
  10.2,
  10.06,
  10.01,
  9.82,
  9.86,
  9.68,
  9.3,
  8.88,
  8.81,
  8.1,
  8.55,
  7.91,
  8.25,
  8.55,
  9.21,
  9.65,
  9.91,
  9.9,
  9.67,
  9.16,
  9.47,
  9.33,
  9.13,
  8.7,
  9.25,
  8.92,
  8.86,
  8.88,
  8.83,
  8.51,
  8.53,
  8.66,
  8.83,
  8.55,
  8.72,
  8.65,
  8.48,
  8.6,
  9.01,
  9.7,
  9.93,
  9.54,
  9.12,
  9.51,
  9.49,
  9.65,
  9.59,
  9.32,
  8.94,
  8.64,
  8.19,
  8.1,
  8.48,
  8.89,
  8.47,
  8.1,
  8.5,
  9.03,
  9.44,
  9.71,
  9.95,
  10.46,
  10.33,
  10.4,
  10.14,
  10.56,
  10.74,
  10.63,
  10.69,
  10.48,
  10.46,
  10.34,
  10.08,
  10.12,
  10.1,
  9.97,
  10.13,
  10.03,
  10.16,
  10.29,
  10.03,
  9.81,
  10.21,
  10.18,
  10.34,
  10.67,
  10.46,
  10.44,
  10.37,
  10.43,
  10.44 ;

 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 =
  1.686,
  1.176,
  3.097,
  5.762,
  5.449,
  5.41,
  6.076,
  12.43,
  12.03,
  11.6,
  10.82,
  8.86,
  8.11,
  7.55,
  8.11,
  7.17,
  8.7,
  9.37,
  7.45,
  8.78,
  9.02,
  8.47,
  10.58,
  8.86,
  9.92,
  9.25,
  8.27,
  8.86,
  8.47,
  8.66,
  10.27,
  7.84,
  7.6,
  5.998,
  5.449,
  5.998,
  7.76,
  7.88,
  5.606,
  7.6,
  5.586,
  6.429,
  6.507,
  8.19,
  8.19,
  8.11,
  7.76,
  7.33,
  7.45,
  7.41,
  7.33,
  8.66,
  7.88,
  8.08,
  7.25,
  6.821,
  6.174,
  4.41,
  4.704,
  3.332,
  4.704,
  6.311,
  3.136,
  8.43,
  5.566,
  4.41,
  6.782,
  4.704,
  3.881,
  5.762,
  4.41,
  2.744,
  4.469,
  6.39,
  7.13,
  8.11,
  6.272,
  6.546,
  5.292,
  5.174,
  5.998,
  4.704,
  5.331,
  4.038,
  3.136,
  6.507,
  6.546,
  5.096,
  6.037,
  5.292,
  7.45,
  5.292,
  4.116,
  3.646,
  3.646,
  4.43,
  4.704,
  3.959,
  2.391,
  1.666,
  2.509,
  3.92,
  4.508,
  5.018,
  3.528,
  4.43,
  6.468,
  6.311,
  6.233,
  6.899,
  6.938,
  6.429,
  6.625,
  6.311,
  5.488,
  5.253,
  6.468,
  5.919,
  7.1,
  8.23,
  6.938,
  6.468,
  7.8,
  7.49,
  7.25,
  7.37,
  10,
  8.35,
  6.762,
  6.546,
  5.645,
  7.33,
  7.72,
  8.31,
  8.51,
  7.68,
  7.92,
  8.74,
  9.21,
  8.62,
  9.56,
  8.23,
  7.25,
  6.625,
  5.998,
  5.194,
  5.41,
  5.214,
  5.841,
  4.312,
  4.469,
  2.352,
  3.175,
  6.311,
  3.92,
  1.568,
  3.646,
  3.058,
  3.332,
  3.92,
  3.332,
  4.155,
  3.43,
  2.038,
  5.802,
  5.214,
  3.92,
  3.646 ;

 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 =
  1.214,
  0.46,
  1.141,
  4.648,
  4.874,
  4.5,
  5.373,
  10.51,
  10.14,
  9.75,
  9.09,
  7.64,
  7.02,
  6.424,
  6.864,
  6.13,
  7.35,
  8,
  6.335,
  7.72,
  7.71,
  7.39,
  8.65,
  7.84,
  8.4,
  7.87,
  7.19,
  7.8,
  7.24,
  7.42,
  8.48,
  6.494,
  6.564,
  5.384,
  4.984,
  5.422,
  6.855,
  6.914,
  4.93,
  6.559,
  5.117,
  5.429,
  5.837,
  6.726,
  7.32,
  6.89,
  6.794,
  6.591,
  6.557,
  6.647,
  6.669,
  7.75,
  6.988,
  7.15,
  5.759,
  6.263,
  5.15,
  3.399,
  4.253,
  2.938,
  4.031,
  4.944,
  1.216,
  7.31,
  4.661,
  3.762,
  6.03,
  1.906,
  2.927,
  4.872,
  3.332,
  2.222,
  3.851,
  5.425,
  6.386,
  6.51,
  5.162,
  5.887,
  4.504,
  4.529,
  5.035,
  4.279,
  4.482,
  3.59,
  2.448,
  5.546,
  5.713,
  4.366,
  5.213,
  4.481,
  6.444,
  3.598,
  3.626,
  2.803,
  3.314,
  3.741,
  4.253,
  3.108,
  1.461,
  1.054,
  1.775,
  3.228,
  3.94,
  4.139,
  2.684,
  3.738,
  5.662,
  5.45,
  5.384,
  5.834,
  5.908,
  5.646,
  5.706,
  5.64,
  4.851,
  4.393,
  5.192,
  5.057,
  5.947,
  6.513,
  5.921,
  5.42,
  6.523,
  6.467,
  6.251,
  6.44,
  8.23,
  7.24,
  5.682,
  5.589,
  4.875,
  6.244,
  6.379,
  6.929,
  7.15,
  6.573,
  6.983,
  7.72,
  7.92,
  7.59,
  7.94,
  7.2,
  6.248,
  5.739,
  5.14,
  4.175,
  4.521,
  4.431,
  5.131,
  3.62,
  3.706,
  0.955,
  2.708,
  4.969,
  3.061,
  0.391,
  2.778,
  2.443,
  2.866,
  3.276,
  2.929,
  3.597,
  2.901,
  1.65,
  4.643,
  4.248,
  3.299,
  3.188 ;

 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 =
  194.9333,
  274.3333,
  289.0333,
  260.7333,
  280.2333,
  291.5333,
  305.1333,
  315.9333,
  316.3333,
  315.9333,
  314.6333,
  306.0333,
  304.9333,
  301.3333,
  286.4333,
  271.8333,
  270.0333,
  264.6333,
  254.0333,
  260.3333,
  261.5333,
  261.6333,
  270.2333,
  255.5333,
  259.0333,
  241.5333,
  239.4333,
  246.6333,
  237.5333,
  239.3333,
  251.4333,
  262.2333,
  274.4333,
  278.7333,
  269.8333,
  270.7333,
  260.6333,
  252.0333,
  268.2333,
  248.3333,
  242.8333,
  254.1333,
  241.1333,
  246.2333,
  246.1333,
  234.2333,
  238.2333,
  242.6333,
  234.1333,
  234.3333,
  233.4333,
  234.5333,
  238.0333,
  241.3333,
  245.0333,
  245.0333,
  255.0333,
  247.7333,
  245.6333,
  269.8333,
  257.2333,
  246.0333,
  302.0333,
  227.0333,
  220.0333,
  221.1333,
  217.9333,
  240.6333,
  193.0333,
  179.6333,
  166.9333,
  150.4333,
  161.5333,
  147.2333,
  152.9333,
  159.4333,
  189.1333,
  196.1333,
  222.3333,
  233.2333,
  240.0333,
  270.2333,
  303.1333,
  312.2333,
  311.8333,
  331.6333,
  321.1333,
  297.9333,
  328.7333,
  319.1333,
  334.5333,
  339.8333,
  335.2333,
  312.3333,
  305.8333,
  310.6333,
  317.4333,
  312.0333,
  243.5333,
  268.7333,
  149.2333,
  139.5333,
  161.3333,
  168.8333,
  137.4333,
  124.1333,
  118.2333,
  133.9333,
  112.7333,
  130.6333,
  139.8333,
  146.2333,
  155.6333,
  152.8333,
  146.4333,
  145.2333,
  142.6333,
  142.6333,
  155.3333,
  148.9333,
  143.5333,
  140.9333,
  147.0333,
  151.7333,
  153.3333,
  148.9333,
  153.2333,
  150.1333,
  154.4333,
  156.3333,
  146.7333,
  143.5333,
  138.6333,
  147.2333,
  141.7333,
  141.3333,
  144.5333,
  148.1333,
  153.1333,
  153.8333,
  157.2333,
  153.7333,
  160.7333,
  163.9333,
  160.3333,
  167.6333,
  164.8333,
  171.3333,
  160.7333,
  161.4333,
  164.5333,
  210.8333,
  177.6333,
  135.5333,
  165.4333,
  20.1033,
  131.3333,
  114.2333,
  123.9333,
  126.9333,
  125.1333,
  141.4333,
  139.2333,
  155.5333,
  204.8333,
  162.8333,
  156.7333,
  160.1333 ;

 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 =
  330.1367,
  274.992,
  274.0308,
  598.9525,
  286.8859,
  272.8895,
  2682.199,
  2835.379,
  2768.701,
  2842.588,
  2860.609,
  2780.715,
  2662.977,
  2896.051,
  2884.637,
  2886.439,
  2912.27,
  2854.602,
  2866.015,
  2770.503,
  2797.535,
  2748.878,
  2775.91,
  2285.133,
  2807.146,
  2812.553,
  2825.768,
  2849.196,
  2791.528,
  2827.57,
  2849.196,
  2894.249,
  2882.234,
  2891.245,
  2875.627,
  2877.429,
  2874.425,
  2860.008,
  2884.637,
  2876.828,
  2857.005,
  2860.008,
  2834.779,
  2869.62,
  2832.977,
  2789.726,
  2807.747,
  2873.825,
  2801.139,
  2823.365,
  2815.556,
  2790.927,
  2787.924,
  2765.698,
  2735.062,
  2725.45,
  2700.821,
  2655.168,
  2702.624,
  2781.316,
  2707.429,
  2761.493,
  2652.164,
  2468.348,
  2446.122,
  2385.451,
  2295.946,
  1784.745,
  2080.893,
  1976.37,
  2175.204,
  2310.963,
  2536.829,
  2348.207,
  1064.499,
  243.5751,
  206.2712,
  208.5539,
  282.5008,
  305.9884,
  653.6167,
  179.4197,
  192.3349,
  418.6207,
  212.3384,
  302.3841,
  430.1542,
  213.1794,
  492.0269,
  2882.234,
  2831.175,
  2820.962,
  2781.316,
  2808.348,
  2617.924,
  2589.09,
  2389.055,
  2715.839,
  2707.429,
  2679.196,
  2591.493,
  617.5743,
  547.2918,
  667.4329,
  829.0227,
  1234.499,
  2873.825,
  322.3876,
  293.9742,
  717.8922,
  1255.524,
  926.337,
  1370.859,
  805.5952,
  584.5356,
  2429.903,
  2744.072,
  2772.305,
  2228.066,
  500.4368,
  692.0618,
  782.1677,
  720.295,
  1264.534,
  1297.573,
  654.2174,
  240.8719,
  289.8294,
  559.9066,
  2664.178,
  2629.337,
  671.0372,
  557.5038,
  1698.844,
  2530.822,
  2366.228,
  2556.652,
  2456.935,
  2352.412,
  2417.889,
  2656.369,
  2587.889,
  2616.723,
  2614.92,
  2552.447,
  2608.913,
  2568.666,
  416.2178,
  401.3203,
  517.8572,
  1293.969,
  1942.13,
  1442.944,
  1011.037,
  699.2703,
  591.1433,
  139.0523,
  83.78737,
  193.2359,
  163.9816,
  111.9004,
  295.6562,
  217.3242,
  154.3102,
  -1.42873,
  301.0626,
  406.8468,
  999.0224 ;

 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,
  1,
  0,
  0,
  0 ;
}
