netcdf J0205.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 = "02-Oct-2003 11:56:52:  Modified [lon,lat] to [-67.013000,44.890900].\n",
			"25-Sep-2003 14:45:37:  Modified [lon,lat] to [-67.017300,44.891200].\n",
			"Wed Sep 24 23:53:55 2003: ncrcat -d time,2452907.95833332, J0205.met.realtime.nc tmp.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 = 49998 ;
		:visibility_sensor_serial_number = 267 ;
		:processing = "realtime" ;
		:water_depth = 35 ;
		:mooring_site_id = "J0205" ;
		:mooring_site_desc = "Cobscook Bay" ;
		:breakout_id = 1 ;
		:delta_t = 60 ;
		:magnetic_variation = -18.6 ;
		:goes_platform_id = "044073C4" ;
		:starting_julian_day_number = 2452974.04167244 ;
		:starting_julian_day_string = "2003-11-30 01:00:00" ;
		:ending_julian_day_number = 2452981.00000579 ;
		:ending_julian_day_string = "2003-12-07 00:00:00" ;
		:algorithm_ids = "WIND_DIR_1.2:  04-Sep-2003 12:18:12\n",
			"AAN_VIZ_1.2:  04-Sep-2003 12:18:12" ;
data:

 lat = 44.8909 ;

 lon = -67.013 ;

 air_temperature_depth = -3 ;

 visibility_depth = -3 ;

 wind_depth = -4 ;

 time = 2452974.04166667, 2452974.08333333, 2452974.125, 2452974.16666667, 
    2452974.20833333, 2452974.25, 2452974.29166667, 2452974.33333333, 
    2452974.375, 2452974.41666667, 2452974.45833333, 2452974.5, 
    2452974.54166667, 2452974.58333333, 2452974.625, 2452974.66666667, 
    2452974.70833333, 2452974.75, 2452974.79166667, 2452974.83333333, 
    2452974.875, 2452974.91666667, 2452974.95833333, 2452975, 
    2452975.04166667, 2452975.08333333, 2452975.125, 2452975.16666667, 
    2452975.20833333, 2452975.25, 2452975.29166667, 2452975.33333333, 
    2452975.375, 2452975.41666667, 2452975.45833333, 2452975.5, 
    2452975.54166667, 2452975.58333333, 2452975.625, 2452975.66666667, 
    2452975.70833333, 2452975.75, 2452975.79166667, 2452975.83333333, 
    2452975.875, 2452975.91666667, 2452975.95833333, 2452976, 
    2452976.04166667, 2452976.08333333, 2452976.125, 2452976.16666667, 
    2452976.20833333, 2452976.25, 2452976.29166667, 2452976.33333333, 
    2452976.375, 2452976.41666667, 2452976.45833333, 2452976.5, 
    2452976.54166667, 2452976.58333333, 2452976.625, 2452976.66666667, 
    2452976.70833333, 2452976.75, 2452976.79166667, 2452976.83333333, 
    2452976.875, 2452976.91666667, 2452976.95833333, 2452977, 
    2452977.04166667, 2452977.08333333, 2452977.125, 2452977.16666667, 
    2452977.20833333, 2452977.25, 2452977.29166667, 2452977.33333333, 
    2452977.375, 2452977.41666667, 2452977.45833333, 2452977.5, 
    2452977.54166667, 2452977.58333333, 2452977.625, 2452977.66666667, 
    2452977.70833333, 2452977.75, 2452977.79166667, 2452977.83333333, 
    2452977.875, 2452977.91666667, 2452977.95833333, 2452978, 
    2452978.04166667, 2452978.08333333, 2452978.125, 2452978.16666667, 
    2452978.20833333, 2452978.25, 2452978.29166667, 2452978.33333333, 
    2452978.375, 2452978.41666667, 2452978.45833333, 2452978.5, 
    2452978.54166667, 2452978.58333333, 2452978.625, 2452978.66666667, 
    2452978.70833333, 2452978.75, 2452978.79166667, 2452978.83333333, 
    2452978.875, 2452978.91666667, 2452978.95833333, 2452979, 
    2452979.04166667, 2452979.08333333, 2452979.125, 2452979.16666667, 
    2452979.20833333, 2452979.25, 2452979.29166667, 2452979.33333333, 
    2452979.375, 2452979.41666667, 2452979.45833333, 2452979.5, 
    2452979.54166667, 2452979.58333333, 2452979.625, 2452979.66666667, 
    2452979.70833333, 2452979.75, 2452979.79166667, 2452979.83333333, 
    2452979.875, 2452979.91666667, 2452979.95833333, 2452980, 
    2452980.04166667, 2452980.08333333, 2452980.125, 2452980.16666667, 
    2452980.20833333, 2452980.25, 2452980.29166667, 2452980.33333333, 
    2452980.375, 2452980.41666667, 2452980.45833333, 2452980.5, 
    2452980.54166667, 2452980.58333333, 2452980.625, 2452980.66666667, 
    2452980.70833333, 2452980.75, 2452980.79166667, 2452980.83333333, 
    2452980.875, 2452980.91666667, 2452980.95833333, 2452981 ;

 air_temperature =
  4.033,
  2.776,
  2.143,
  1.591,
  1.583,
  2.148,
  2.273,
  1.668,
  1.166,
  1.054,
  1.272,
  1.765,
  2.11,
  3.365,
  4.401,
  5.326,
  6.36,
  7.03,
  7.06,
  6.672,
  5.981,
  5.502,
  4.577,
  4.424,
  4.889,
  5.444,
  5.418,
  5.325,
  5.447,
  5.105,
  4.791,
  3.877,
  3.889,
  5.053,
  6.289,
  7.45,
  8.01,
  7.21,
  6.995,
  7.76,
  8.39,
  6.074,
  6.293,
  6.367,
  5.427,
  4.405,
  3.387,
  2.392,
  1.479,
  0.616,
  0.301,
  0.086,
  -0.205,
  -0.522,
  -0.91,
  -1.726,
  -2.203,
  -2.846,
  -3.364,
  -4.082,
  -4.151,
  -4.178,
  -4.39,
  -4.287,
  -3.862,
  -4.065,
  -3.997,
  -3.909,
  -4.326,
  -4.2,
  -5.058,
  -5.545,
  -6.071,
  -6.153,
  -6.834,
  -6.983,
  -7.2,
  -6.974,
  -6.714,
  -6.348,
  -6.276,
  -6.59,
  -6.369,
  -6.239,
  -6.722,
  -6.661,
  -6.048,
  -5.223,
  -5.023,
  -4.82,
  -4.588,
  -4.03,
  -4.285,
  -4.214,
  -4.668,
  -5.054,
  -5.087,
  -5.34,
  -5.84,
  -6.038,
  -6.224,
  -6.495,
  -6.429,
  -6.451,
  -5.982,
  -5.757,
  -6.076,
  -6.996,
  -7.47,
  -7.36,
  -6.043,
  -5.813,
  -5.35,
  -5.142,
  -4.552,
  -4.502,
  -4.679,
  -5.44,
  -5.883,
  -6.135,
  -6.876,
  -6.891,
  -7.83,
  -7.91,
  -8.15,
  -8.14,
  -8.55,
  -8.82,
  -9.16,
  -9.11,
  -9.61,
  -9.5,
  -9.12,
  -8.92,
  -8.08,
  -7.42,
  -6.899,
  -6.067,
  -5.445,
  -4.877,
  -5.128,
  -5.129,
  -5.94,
  -6.162,
  -6.602,
  -7.32,
  -8.27,
  -7.79,
  -7.14,
  -6.963,
  -6.756,
  -6.309,
  -6.292,
  -5.928,
  -5.135,
  -4.196,
  -3.314,
  -2.622,
  -2.466,
  -2.004,
  -2.457,
  -1.008,
  -0.776,
  -0.541,
  -0.219,
  -0.31,
  -0.325,
  -0.214 ;

 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 =
  15.76,
  12.98,
  14.19,
  12.23,
  12.7,
  15.17,
  15.72,
  13.72,
  15.44,
  13.17,
  12.27,
  9.56,
  8.98,
  9.17,
  9.72,
  8.43,
  9.25,
  9.88,
  10.23,
  8.39,
  6.076,
  5.802,
  4.861,
  4.939,
  6.546,
  7.8,
  6.782,
  6.664,
  6.194,
  5.41,
  3.92,
  5.331,
  4.822,
  6.468,
  7.13,
  10.82,
  12.94,
  12.9,
  10.07,
  8.39,
  9.29,
  17.6,
  13.01,
  17.64,
  13.25,
  13.37,
  15.37,
  13.13,
  16.15,
  13.72,
  11.33,
  11.05,
  9.41,
  8.74,
  10.66,
  13.52,
  11.8,
  12.07,
  14.19,
  12.03,
  11.92,
  13.37,
  10.98,
  10.98,
  12.58,
  10.15,
  11.37,
  12.43,
  9.53,
  12.47,
  11.76,
  11.66,
  12.15,
  14.46,
  13.76,
  14.03,
  12.15,
  12.82,
  12.47,
  13.92,
  13.92,
  13.96,
  13.84,
  12.82,
  12.03,
  13.13,
  13.64,
  12.74,
  13.05,
  13.41,
  13.37,
  13.6,
  13.52,
  12.35,
  12.11,
  9.88,
  12.03,
  11.21,
  9.92,
  10.31,
  10.15,
  9.49,
  9.56,
  9.6,
  9.88,
  9.68,
  12.07,
  7.49,
  9.8,
  10.7,
  11.49,
  11.21,
  12.27,
  11.88,
  11.6,
  9.68,
  9.53,
  9.84,
  10.39,
  9.96,
  10.04,
  11.17,
  8.53,
  10.07,
  7.33,
  8.51,
  8.55,
  9.56,
  9.45,
  8.31,
  7.25,
  6.507,
  7.88,
  8.08,
  6.35,
  7.68,
  6.154,
  6.86,
  5.645,
  5.88,
  6.037,
  7.21,
  5.449,
  7.49,
  7.29,
  7.17,
  6.782,
  10.27,
  9.06,
  8.86,
  10,
  9.29,
  8.08,
  11.05,
  10.82,
  13.33,
  14.9,
  12.64,
  13.64,
  11.8,
  13.92,
  14.35,
  14.15,
  15.95,
  15.33,
  18.03,
  16.86,
  16.82 ;

 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 =
  12.62,
  10.94,
  10.05,
  9.37,
  9.22,
  10.7,
  11.8,
  10.63,
  12.18,
  9.88,
  9.51,
  7.66,
  7.14,
  6.695,
  6.438,
  6.401,
  6.837,
  6.279,
  6.698,
  5.598,
  4.12,
  4.693,
  3.812,
  3.92,
  4.999,
  5.831,
  5.349,
  4.959,
  4.447,
  4.036,
  2.991,
  3.786,
  4.123,
  5.252,
  4.761,
  8.11,
  9.51,
  8.31,
  6.701,
  5.564,
  6.402,
  12.23,
  9.56,
  11.6,
  9.55,
  10.01,
  11.33,
  10,
  11.01,
  9.87,
  8.46,
  9.08,
  7.79,
  6.392,
  7.79,
  9.52,
  8.38,
  9.47,
  10.53,
  8.9,
  8.73,
  10.6,
  8.63,
  8.39,
  10.24,
  8.02,
  9.07,
  9.31,
  7.37,
  8.87,
  9.83,
  9.71,
  9.76,
  11.74,
  10.97,
  10.45,
  8.22,
  8.91,
  10,
  11.31,
  10.59,
  11.1,
  10.91,
  10.29,
  9.91,
  10.2,
  10.09,
  10.14,
  10.14,
  10.45,
  10.13,
  10.84,
  11.02,
  9.85,
  8.79,
  8.34,
  9.29,
  9.28,
  8.35,
  8.12,
  7.84,
  7.59,
  7.68,
  7.64,
  7.18,
  7.34,
  9.19,
  6.014,
  7.43,
  7.7,
  9.07,
  8.52,
  10.31,
  9.33,
  9.64,
  6.894,
  7.66,
  7.44,
  8.31,
  8.07,
  7.14,
  8.68,
  6.819,
  8.51,
  6.002,
  6.808,
  6.696,
  8,
  7.61,
  6.2,
  5.428,
  4.953,
  5.605,
  5.634,
  4.255,
  5.741,
  4.233,
  4.814,
  4.351,
  4.143,
  4.717,
  5.625,
  4.315,
  5.823,
  5.797,
  5.466,
  4.827,
  8.02,
  7.09,
  7.07,
  7.6,
  7.1,
  6.111,
  8.35,
  8.41,
  10.4,
  11.83,
  10.31,
  9.62,
  9.67,
  11.51,
  11.11,
  11.06,
  12.57,
  12.08,
  13.67,
  13.12,
  12.63 ;

 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 =
  258,
  251.7,
  258.8,
  246.5,
  246.1,
  250.2,
  257.5,
  266.7,
  255.6,
  260,
  257.8,
  259.7,
  251.9,
  253.7,
  254.3,
  243.6,
  239.3,
  243.1,
  244.5,
  240.6,
  232.8,
  244.7,
  232.5,
  227.9,
  247.6,
  257.4,
  251.2,
  234.5,
  237.2,
  228.1,
  239,
  232.1,
  211.7,
  203.8,
  193,
  207.6,
  204.7,
  227.6,
  247.5,
  239.7,
  243.2,
  288.2,
  275.6,
  272.7,
  266.9,
  277.1,
  287.4,
  284.9,
  283.6,
  293.9,
  284.2,
  287.5,
  291.5,
  276.5,
  270,
  282.2,
  272.6,
  283.2,
  287.4,
  286.6,
  300.3,
  315.3,
  298.9,
  295,
  326.6,
  310.3,
  332.9,
  302.1,
  324.8,
  302.1,
  320.6,
  328.1,
  323.8,
  321.4,
  326.3,
  325.1,
  308,
  305.2,
  304.9,
  306.3,
  314,
  308.4,
  307,
  319.5,
  319,
  325.8,
  334,
  329,
  340.8,
  341.2,
  341.2,
  324.4,
  325.2,
  318.4,
  310.3,
  315.8,
  318.3,
  318.2,
  323.9,
  321.8,
  332.3,
  320.4,
  320.3,
  322.6,
  329.4,
  318.7,
  312.2,
  334.7,
  326.6,
  326,
  322,
  331.1,
  308.9,
  321.6,
  312.9,
  316.6,
  327.8,
  340.4,
  325.1,
  321.1,
  341.485,
  334.2,
  320.3,
  320.4,
  290.1,
  290.8,
  294.1,
  307.7,
  309.5,
  307.4,
  283.2,
  293.4,
  315.4,
  343.499,
  333.5,
  333.4,
  310.5,
  326.8,
  340.1,
  330.4,
  335.7,
  339.1,
  353.29,
  37.3,
  29.97,
  33.19,
  30.17,
  18.77,
  60.7,
  49.83,
  53.9,
  51.24,
  41.94,
  40.93,
  50.09,
  48.24,
  52.9,
  58.7,
  56.6,
  58.5,
  52.3,
  58.2,
  55.2,
  57.5,
  56.9,
  57.8,
  58.7,
  54.6 ;

 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 =
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2962.128,
  2961.528,
  2962.128,
  1098.139,
  2468.348,
  2961.528,
  2207.041,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  1668.809,
  2961.528,
  2387.253,
  2961.528,
  2948.312,
  2859.408,
  2954.319,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2907.464,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2961.528,
  2962.128,
  2962.128,
  2962.729,
  2957.323,
  2962.729,
  2962.729,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2873.825,
  2962.128,
  2879.832,
  2902.058,
  2960.326,
  2822.164,
  2955.521,
  2858.206,
  2962.128,
  2962.128,
  2944.708,
  2962.729,
  2846.793,
  2962.128,
  2962.729,
  2962.128,
  2961.528,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2949.513,
  1804.569,
  2962.729,
  2962.729,
  2909.867,
  2962.729,
  2962.729,
  2962.128,
  2962.128,
  2962.729,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2835.98,
  2962.128,
  2962.128,
  2894.249,
  2628.136,
  2314.568,
  1200.259,
  1134.782,
  935.9483,
  1067.503,
  2923.683,
  2962.729,
  2962.729,
  2962.729,
  2962.729,
  2962.729,
  2962.729,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2912.27,
  2962.128,
  2962.128,
  2658.171,
  2892.447,
  2962.128,
  2957.323,
  2943.506,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2955.521,
  2962.128,
  2921.881,
  2960.927,
  2962.128 ;

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