netcdf B0105.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 = "11-Oct-2003 13:45:15:  Modified [lon,lat] to [-70.426496,43.181098].\n",
			"Sat Oct 11 01:02:29 2003: ncrcat -d time,2452923.83333332, pre/B0105.met.realtime.nc post/B0105.met.realtime.nc" ;
		: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 = 17 ;
		:visibility_sensor_serial_number = 291 ;
		:processing = "realtime" ;
		:water_depth = 62 ;
		:mooring_site_id = "B0105" ;
		:mooring_site_desc = "Western Maine Shelf" ;
		:breakout_id = 1 ;
		:delta_t = 60 ;
		:magnetic_variation = -16.3167 ;
		:goes_platform_id = "04400554" ;
		:starting_julian_day_number = 2453037.04167244 ;
		:starting_julian_day_string = "2004-02-01 01:00:00" ;
		:ending_julian_day_number = 2453044.00000579 ;
		:ending_julian_day_string = "2004-02-08 00:00:00" ;
		:algorithm_ids = "WIND_DIR_1.2:  03-Oct-2003 12:08:54\n",
			"AAN_VIZ_1.2:  03-Oct-2003 12:08:54" ;
data:

 lat = 43.181098244407 ;

 lon = -70.4264956387607 ;

 air_temperature_depth = -3 ;

 visibility_depth = -3 ;

 wind_depth = -4 ;

 time = 2453037.04166667, 2453037.08333333, 2453037.125, 2453037.16666667, 
    2453037.20833333, 2453037.25, 2453037.29166667, 2453037.33333333, 
    2453037.375, 2453037.41666667, 2453037.45833333, 2453037.5, 
    2453037.54166667, 2453037.58333333, 2453037.625, 2453037.66666667, 
    2453037.70833333, 2453037.75, 2453037.79166667, 2453037.83333333, 
    2453037.875, 2453037.91666667, 2453037.95833333, 2453038, 
    2453038.04166667, 2453038.08333333, 2453038.125, 2453038.16666667, 
    2453038.20833333, 2453038.25, 2453038.29166667, 2453038.33333333, 
    2453038.375, 2453038.41666667, 2453038.45833333, 2453038.5, 
    2453038.54166667, 2453038.58333333, 2453038.625, 2453038.66666667, 
    2453038.70833333, 2453038.75, 2453038.79166667, 2453038.83333333, 
    2453038.875, 2453038.91666667, 2453038.95833333, 2453039, 
    2453039.04166667, 2453039.08333333, 2453039.125, 2453039.16666667, 
    2453039.20833333, 2453039.25, 2453039.29166667, 2453039.33333333, 
    2453039.375, 2453039.41666667, 2453039.45833333, 2453039.5, 
    2453039.54166667, 2453039.58333333, 2453039.625, 2453039.66666667, 
    2453039.70833333, 2453039.75, 2453039.79166667, 2453039.83333333, 
    2453039.875, 2453039.91666667, 2453039.95833333, 2453040, 
    2453040.04166667, 2453040.08333333, 2453040.125, 2453040.16666667, 
    2453040.20833333, 2453040.25, 2453040.29166667, 2453040.33333333, 
    2453040.375, 2453040.41666667, 2453040.45833333, 2453040.5, 
    2453040.54166667, 2453040.58333333, 2453040.625, 2453040.66666667, 
    2453040.70833333, 2453040.75, 2453040.79166667, 2453040.83333333, 
    2453040.875, 2453040.91666667, 2453040.95833333, 2453041, 
    2453041.04166667, 2453041.08333333, 2453041.125, 2453041.16666667, 
    2453041.20833333, 2453041.25, 2453041.29166667, 2453041.33333333, 
    2453041.375, 2453041.41666667, 2453041.45833333, 2453041.5, 
    2453041.54166667, 2453041.58333333, 2453041.625, 2453041.66666667, 
    2453041.70833333, 2453041.75, 2453041.79166667, 2453041.83333333, 
    2453041.875, 2453041.91666667, 2453041.95833333, 2453042, 
    2453042.04166667, 2453042.08333333, 2453042.125, 2453042.16666667, 
    2453042.20833333, 2453042.25, 2453042.29166667, 2453042.33333333, 
    2453042.375, 2453042.41666667, 2453042.45833333, 2453042.5, 
    2453042.54166667, 2453042.58333333, 2453042.625, 2453042.66666667, 
    2453042.70833333, 2453042.75, 2453042.79166667, 2453042.83333333, 
    2453042.875, 2453042.91666667, 2453042.95833333, 2453043, 
    2453043.04166667, 2453043.08333333, 2453043.125, 2453043.16666667, 
    2453043.20833333, 2453043.25, 2453043.29166667, 2453043.33333333, 
    2453043.375, 2453043.41666667, 2453043.45833333, 2453043.5, 
    2453043.54166667, 2453043.58333333, 2453043.625, 2453043.66666667, 
    2453043.70833333, 2453043.75, 2453043.79166667, 2453043.83333333, 
    2453043.875, 2453043.91666667, 2453043.95833333, 2453044 ;

 air_temperature =
  -7.21,
  -7.49,
  -7.87,
  -8.36,
  -8.46,
  -8.36,
  -8.26,
  -8.06,
  -7.85,
  -7.88,
  -7.41,
  -7.13,
  -6.817,
  -6.251,
  -5.584,
  -3.983,
  -2.215,
  -0.745,
  0.85,
  1.702,
  2.126,
  1.855,
  1.183,
  0.525,
  -0.04,
  -0.653,
  -1.274,
  -1.382,
  -1.314,
  -1.366,
  -1.778,
  -1.019,
  -1.003,
  -1.77,
  -2.584,
  -2.656,
  -2.311,
  -2.656,
  -2.433,
  -2.165,
  -1.884,
  -1.104,
  -0.617,
  -0.034,
  0.016,
  0.492,
  0.583,
  0.59,
  0.869,
  0.998,
  0.91,
  0.753,
  0.657,
  0.65,
  -0.109,
  -0.421,
  -0.535,
  -0.64,
  -0.732,
  -0.94,
  -0.61,
  -1.471,
  -1.976,
  -1.407,
  -0.764,
  -0.639,
  -0.031,
  0.185,
  0.267,
  1.313,
  1.747,
  2.095,
  2.437,
  2.489,
  2.04,
  3.198,
  4.14,
  5.693,
  4.934,
  3.778,
  2.302,
  1.615,
  1.1,
  1.299,
  1.501,
  2.23,
  2.869,
  4.136,
  3.968,
  4.018,
  4.022,
  4.073,
  3.829,
  2.566,
  1.851,
  1.353,
  0.931,
  0.472,
  -0.062,
  -0.81,
  -1.506,
  -2.065,
  -2.325,
  -2.72,
  -2.636,
  -2.865,
  -3.172,
  -3.153,
  -3.359,
  -3.355,
  -2.978,
  -2.333,
  -1.498,
  -0.774,
  -0.459,
  -0.07,
  -0.004,
  -0.338,
  -0.539,
  -0.805,
  -0.914,
  -1.162,
  -1.365,
  -1.604,
  -1.75,
  -1.885,
  -2.046,
  -1.909,
  -1.698,
  -1.705,
  -1.286,
  -1.108,
  -1.163,
  -1.306,
  -0.825,
  -1.805,
  -1.724,
  -1.1,
  -0.569,
  0.965,
  1.717,
  1.855,
  1.569,
  -1.007,
  -1.075,
  -1.622,
  -1.355,
  -2.365,
  -2.403,
  -2.286,
  -2.608,
  -2.522,
  -2.276,
  -2.087,
  -2.313,
  -1.948,
  -1.529,
  -1.834,
  -1.39,
  -1.124,
  0.015,
  0.565,
  1.24,
  3.472,
  3.032,
  2.712,
  2.392,
  1.848 ;

 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 =
  12.45,
  12.31,
  11.02,
  10.82,
  10.39,
  10.74,
  11.02,
  11.29,
  10.51,
  9.41,
  9.25,
  9.49,
  8.35,
  7.84,
  6.742,
  6.037,
  5.919,
  6.076,
  4.351,
  4.43,
  5.488,
  5.802,
  6.86,
  5.919,
  6.037,
  7.25,
  8.15,
  6.978,
  7.6,
  8.31,
  7.1,
  8.7,
  7.6,
  6.546,
  5.606,
  6.115,
  5.762,
  5.37,
  4.704,
  2.979,
  1.019,
  2.783,
  4.978,
  5.449,
  5.41,
  6.233,
  5.998,
  6.037,
  6.233,
  6.37,
  6.507,
  5.566,
  4.469,
  3.802,
  2.254,
  3.254,
  4.547,
  5.802,
  5.606,
  5.762,
  5.566,
  5.684,
  4.978,
  2.744,
  3.371,
  2.391,
  5.096,
  5.018,
  3.45,
  5.762,
  6.625,
  9.06,
  8.66,
  11.92,
  13.8,
  15.68,
  15.8,
  17.95,
  13.37,
  11.17,
  12.82,
  11.05,
  10.7,
  9.64,
  9.49,
  11.84,
  10.78,
  12.31,
  13.09,
  12.54,
  13.05,
  14.19,
  14.82,
  11.41,
  10.51,
  10.27,
  11.52,
  10.82,
  9.56,
  9.84,
  13.13,
  12.15,
  12.11,
  11.33,
  12.47,
  13.33,
  13.72,
  14.78,
  11.72,
  10.66,
  13.05,
  12.35,
  11.41,
  12,
  10.15,
  9.56,
  9.41,
  9.25,
  8.47,
  7.64,
  10.86,
  7.1,
  6.115,
  5.449,
  4.9,
  4.547,
  2.509,
  1.529,
  2.117,
  1.176,
  1.607,
  0.686,
  3.371,
  2.156,
  4.39,
  5.919,
  4.116,
  8.08,
  8.08,
  9.64,
  7.15,
  5.39,
  2.862,
  8.74,
  5.782,
  4.194,
  3.842,
  4.273,
  3.802,
  3.763,
  3.136,
  2.548,
  2.078,
  1.568,
  1.921,
  1.882,
  1.45,
  1.176,
  1.215,
  1.333,
  1.686,
  4.116,
  3.646,
  7.29,
  7.17,
  4.351,
  10.35,
  10.7 ;

 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 =
  10.41,
  9.94,
  8.97,
  8.59,
  8.44,
  8.96,
  9.17,
  9.29,
  8.76,
  7.63,
  7.24,
  7.73,
  6.89,
  6.707,
  5.134,
  4.816,
  5.125,
  4.371,
  3.231,
  3.812,
  4.757,
  4.622,
  5.978,
  5.203,
  5.034,
  6.105,
  6.849,
  5.742,
  6.342,
  7.16,
  6.106,
  7.32,
  6.707,
  5.775,
  4.637,
  4.951,
  4.905,
  4.518,
  3.596,
  2.189,
  0.281,
  1.916,
  3.575,
  4.556,
  4.515,
  5.272,
  5.156,
  5.325,
  5.505,
  5.042,
  5.696,
  4.876,
  4.004,
  3.241,
  1.622,
  2.588,
  3.703,
  4.923,
  4.561,
  4.958,
  4.762,
  4.886,
  3.771,
  1.365,
  2.62,
  1.585,
  4.269,
  4.35,
  2.411,
  4.263,
  5.648,
  7.43,
  7.21,
  10.33,
  11.78,
  12.38,
  13.09,
  13.74,
  10.97,
  9.06,
  9.93,
  9.33,
  9.06,
  8.48,
  7.92,
  9.03,
  8.83,
  10.15,
  10.3,
  10.49,
  10.48,
  11.08,
  11.42,
  9.38,
  8.36,
  8.35,
  8.83,
  8.96,
  8.12,
  7.45,
  10.47,
  9.15,
  9.4,
  9.09,
  9.89,
  10.86,
  10.98,
  11.19,
  8.96,
  8.17,
  10.77,
  9.86,
  8.99,
  9.71,
  8.72,
  8.12,
  7.96,
  7.46,
  7.08,
  6.485,
  8.41,
  5.945,
  4.912,
  4.297,
  3.961,
  3.418,
  1.616,
  0.921,
  1.228,
  0.188,
  0.55,
  0.213,
  2.659,
  1.459,
  3.525,
  4.783,
  3.088,
  7.14,
  6.78,
  8.05,
  5.846,
  2.729,
  2.158,
  7.57,
  4.577,
  3.663,
  3.274,
  3.565,
  3.16,
  3.013,
  2.623,
  1.861,
  1.716,
  1.217,
  1.45,
  1.556,
  1.132,
  0.894,
  0.868,
  1.006,
  1.379,
  3.325,
  2.912,
  5.257,
  5.704,
  3.565,
  8.59,
  8.48 ;

 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 =
  298.7833,
  309.8833,
  312.6833,
  308.9833,
  308.6833,
  302.1833,
  294.9833,
  306.4833,
  307.8833,
  304.2833,
  316.7833,
  325.6833,
  326.2833,
  296.8833,
  292.9833,
  277.1833,
  271.6833,
  261.4833,
  265.5833,
  276.5833,
  323.1833,
  285.5833,
  293.0833,
  289.3833,
  298.0833,
  306.1833,
  296.3833,
  322.2833,
  332.5833,
  337.1833,
  339.4833,
  349.7463,
  15.5233,
  323.4833,
  332.5833,
  333.8833,
  345.4333,
  319.9833,
  328.6833,
  337.7833,
  355.3833,
  142.9833,
  143.7833,
  171.0833,
  149.5833,
  162.2833,
  151.7833,
  158.7833,
  164.2833,
  167.9833,
  175.0833,
  177.0833,
  171.9833,
  159.6833,
  197.0833,
  192.7833,
  180.1833,
  175.3833,
  172.7833,
  167.4833,
  183.9833,
  201.3833,
  218.0833,
  175.7833,
  178.2833,
  140.4833,
  132.6833,
  135.0833,
  118.0833,
  110.2833,
  69.5833,
  48.7933,
  60.0833,
  51.4833,
  54.3833,
  49.0633,
  59.4833,
  120.7833,
  152.2833,
  194.4833,
  251.5833,
  270.0833,
  230.2833,
  218.8833,
  206.6833,
  210.8833,
  236.6833,
  260.6833,
  287.8833,
  283.3833,
  289.9833,
  287.4833,
  299.3833,
  290.7833,
  280.0833,
  282.1833,
  261.2833,
  265.8833,
  274.6833,
  271.7833,
  289.0833,
  289.6833,
  273.2833,
  277.9833,
  283.1833,
  293.5833,
  310.0833,
  309.7833,
  309.9833,
  292.8833,
  302.4833,
  288.6833,
  278.0833,
  297.4833,
  282.5833,
  249.9833,
  279.8833,
  281.9833,
  278.5833,
  293.2833,
  301.3833,
  280.0833,
  321.2833,
  328.1833,
  278.3833,
  347.3333,
  29.7933,
  207.7833,
  197.0833,
  141.4833,
  146.2833,
  234.1833,
  315.3833,
  98.7833,
  165.2833,
  235.9833,
  170.2833,
  167.7833,
  144.9833,
  153.7833,
  161.2833,
  171.1833,
  312.8833,
  15.8333,
  6.8733,
  11.9733,
  18.8533,
  359.2033,
  336.0833,
  17.1833,
  6.7833,
  1.2633,
  4.3633,
  0.7833,
  345.9823,
  353.7833,
  39.9333,
  333.4833,
  313.7833,
  309.0833,
  293.1833,
  248.7833,
  249.0833,
  254.4833,
  298.3833,
  288.5833,
  295.5833,
  279.6833 ;

 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 =
  2720.044,
  2733.86,
  2756.687,
  2775.309,
  2780.115,
  2757.288,
  2758.489,
  2773.507,
  2760.892,
  2796.934,
  2808.948,
  2826.369,
  2807.146,
  2799.337,
  2778.312,
  2778.312,
  2739.867,
  2774.708,
  2757.888,
  2769.903,
  2775.309,
  2769.302,
  2779.514,
  2784.32,
  2798.736,
  2787.323,
  2772.305,
  2792.729,
  2789.726,
  2790.927,
  2785.521,
  2795.733,
  2811.351,
  2797.535,
  2775.91,
  2803.542,
  2783.719,
  2777.712,
  2745.274,
  2795.132,
  2727.853,
  2765.698,
  2763.295,
  2766.298,
  2759.69,
  2756.086,
  2767.5,
  2753.083,
  2729.054,
  2715.238,
  2699.019,
  2732.659,
  2751.281,
  2747.677,
  2711.634,
  2651.563,
  2596.899,
  2665.38,
  2674.39,
  2680.998,
  2677.995,
  2682.199,
  2614.92,
  2704.426,
  2675.592,
  2523.012,
  2745.274,
  2722.447,
  2745.874,
  2754.284,
  2739.267,
  2710.433,
  2641.352,
  2418.49,
  2124.144,
  1441.142,
  1967.36,
  2019.621,
  1862.837,
  1883.261,
  2536.228,
  2688.207,
  2697.818,
  2679.797,
  2680.397,
  2602.306,
  2640.751,
  2575.875,
  2496.582,
  1995.593,
  1513.827,
  1423.121,
  1340.223,
  2738.666,
  2774.708,
  2761.493,
  2781.917,
  2784.92,
  2783.719,
  2785.521,
  2772.906,
  2783.118,
  2777.111,
  2787.924,
  2791.528,
  2759.09,
  2777.712,
  2748.878,
  2712.235,
  2781.316,
  2646.758,
  2247.889,
  2715.839,
  2292.942,
  2528.419,
  2693.012,
  2804.143,
  2784.92,
  2802.341,
  2816.758,
  2801.74,
  2817.959,
  2817.959,
  2824.567,
  2829.372,
  2812.553,
  2816.157,
  2804.743,
  2831.775,
  2822.164,
  2822.765,
  2815.556,
  2814.956,
  2434.709,
  2080.292,
  2667.182,
  2838.984,
  2823.365,
  2705.026,
  2455.733,
  1898.879,
  2361.423,
  2638.348,
  1670.611,
  1809.975,
  1757.113,
  1730.682,
  1516.831,
  1518.633,
  1158.209,
  964.1815,
  682.4506,
  473.405,
  556.9031,
  442.769,
  391.709,
  461.3909,
  402.8221,
  148.183,
  123.9746,
  65.82627,
  47.74503,
  2629.337,
  2675.592,
  2372.235,
  2720.044,
  2740.468,
  2757.888 ;

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