netcdf J0206.met.realtime {
dimensions:
	lat = 1 ;
	lon = 1 ;
	air_temperature_depth = 1 ;
	visibility_depth = 1 ;
	wind_depth = 1 ;
	time = 168 ;
variables:
	double lat(lat) ;
		lat:long_name = "Latitude" ;
		lat:standard_name = "latitude" ;
		lat:short_name = "lat" ;
		lat:units = "degrees_north" ;
		lat:_FillValue = -999. ;
		lat:valid_range = -90., 90. ;
		lat:epic_code = 500 ;
		lat:Comment = "Coordinate variable" ;
	double lon(lon) ;
		lon:long_name = "Longitude" ;
		lon:standard_name = "longitude" ;
		lon:short_name = "lon" ;
		lon:modulo = 360. ;
		lon:units = "degrees_east" ;
		lon:_FillValue = -999. ;
		lon:valid_range = -180., 180. ;
		lon:epic_code = 502 ;
		lon:Comment = "Coordinate variable" ;
	double air_temperature_depth(air_temperature_depth) ;
		air_temperature_depth:long_name = "Depth" ;
		air_temperature_depth:standard_name = "depth" ;
		air_temperature_depth:short_name = "D" ;
		air_temperature_depth:units = "meters" ;
		air_temperature_depth:positive = "down" ;
		air_temperature_depth:_FillValue = -999. ;
		air_temperature_depth:valid_range = -10000., 100. ;
		air_temperature_depth:epic_code = 3 ;
		air_temperature_depth:Comment = "Coordinate variable" ;
	double visibility_depth(visibility_depth) ;
		visibility_depth:long_name = "Depth" ;
		visibility_depth:standard_name = "depth" ;
		visibility_depth:short_name = "D" ;
		visibility_depth:units = "meters" ;
		visibility_depth:positive = "down" ;
		visibility_depth:_FillValue = -999. ;
		visibility_depth:valid_range = -10000., 100. ;
		visibility_depth:epic_code = 3 ;
		visibility_depth:Comment = "Coordinate variable" ;
	double wind_depth(wind_depth) ;
		wind_depth:long_name = "Depth" ;
		wind_depth:standard_name = "depth" ;
		wind_depth:short_name = "D" ;
		wind_depth:units = "meters" ;
		wind_depth:positive = "down" ;
		wind_depth:_FillValue = -999. ;
		wind_depth:valid_range = -10000., 100. ;
		wind_depth:Comment = "Coordinate variable" ;
	double time(time) ;
		time:long_name = "Time" ;
		time:standard_name = "time" ;
		time:short_name = "time" ;
		time:units = "days since -4713-01-01 00:00:00" ;
		time:_FillValue = -999. ;
		time:valid_range = 0., 2460000. ;
		time:epic_code = 624 ;
		time:Comment = "Coordinate variable" ;
	float air_temperature(time, air_temperature_depth, lat, lon) ;
		air_temperature:long_name = "Air Temperature" ;
		air_temperature:standard_name = "air_temperature" ;
		air_temperature:short_name = "AT" ;
		air_temperature:ancillary_variables = "air_temperature_qc" ;
		air_temperature:_FillValue = -999.f ;
		air_temperature:units = "celsius" ;
		air_temperature:valid_range = -40.f, 40.f ;
		air_temperature:is_dead = 0 ;
		air_temperature:epic_code = 20 ;
	byte air_temperature_qc(time, air_temperature_depth, lat, lon) ;
		air_temperature_qc:long_name = "Air Temperature QC" ;
		air_temperature_qc:short_name = "ATQC" ;
		air_temperature_qc:intent = "data_quality" ;
		air_temperature_qc:standard_name = "air_temperature data_quality" ;
		air_temperature_qc:_FillValue = 128s ;
		air_temperature_qc:units = "1" ;
		air_temperature_qc:valid_range = -127s, 127s ;
		air_temperature_qc:flag_values = 0s, 1s, 2s, 3s ;
		air_temperature_qc:flag_meanings = "quality_good out_of_range sensor_nonfunctional questionable" ;
	float wind_gust(time, wind_depth, lat, lon) ;
		wind_gust:long_name = "Wind Gust" ;
		wind_gust:short_name = "WGST" ;
		wind_gust:ancillary_variables = "wind_gust_qc" ;
		wind_gust:_FillValue = -999.f ;
		wind_gust:units = "m/s" ;
		wind_gust:valid_range = 0.f, 200.f ;
		wind_gust:is_dead = 0 ;
		wind_gust:epic_code = 42 ;
	byte wind_gust_qc(time, wind_depth, lat, lon) ;
		wind_gust_qc:long_name = "Wind Gust QC" ;
		wind_gust_qc:short_name = "WGSTQC" ;
		wind_gust_qc:intent = "data_quality" ;
		wind_gust_qc:standard_name = "wind_gust data_quality" ;
		wind_gust_qc:_FillValue = 128s ;
		wind_gust_qc:units = "1" ;
		wind_gust_qc:valid_range = -127s, 127s ;
		wind_gust_qc:flag_values = 0s, 1s, 2s, 3s ;
		wind_gust_qc:flag_meanings = "quality_good out_of_range sensor_nonfunctional questionable" ;
	float wind_speed(time, wind_depth, lat, lon) ;
		wind_speed:long_name = "Wind Speed" ;
		wind_speed:standard_name = "wind_speed" ;
		wind_speed:ancillary_variables = "wind_speed_qc" ;
		wind_speed:short_name = "WSPD" ;
		wind_speed:_FillValue = -999.f ;
		wind_speed:units = "m/s" ;
		wind_speed:valid_range = 0.f, 200.f ;
		wind_speed:is_dead = 0 ;
		wind_speed:epic_code = 401 ;
	byte wind_speed_qc(time, wind_depth, lat, lon) ;
		wind_speed_qc:long_name = "Wind Speed QC" ;
		wind_speed_qc:short_name = "WSPDQC" ;
		wind_speed_qc:intent = "data_quality" ;
		wind_speed_qc:standard_name = "wind_speed data_quality" ;
		wind_speed_qc:_FillValue = 128s ;
		wind_speed_qc:units = "1" ;
		wind_speed_qc:valid_range = -127s, 127s ;
		wind_speed_qc:flag_values = 0s, 1s, 2s, 3s ;
		wind_speed_qc:flag_meanings = "quality_good out_of_range sensor_nonfunctional questionable" ;
	float wind_direction(time, wind_depth, lat, lon) ;
		wind_direction:long_name = "Wind Direction" ;
		wind_direction:standard_name = "wind_from_direction" ;
		wind_direction:ancillary_variables = "wind_direction_qc" ;
		wind_direction:short_name = "WDIR" ;
		wind_direction:_FillValue = -999.f ;
		wind_direction:units = "degrees" ;
		wind_direction:valid_range = 0.f, 360.f ;
		wind_direction:is_dead = 0 ;
		wind_direction:epic_code = 410 ;
	byte wind_direction_qc(time, wind_depth, lat, lon) ;
		wind_direction_qc:long_name = "Wind Direction QC" ;
		wind_direction_qc:short_name = "WDIRQC" ;
		wind_direction_qc:intent = "data_quality" ;
		wind_direction_qc:standard_name = "wind_from_direction data_quality" ;
		wind_direction_qc:_FillValue = 128s ;
		wind_direction_qc:units = "1" ;
		wind_direction_qc:valid_range = -127s, 127s ;
		wind_direction_qc:flag_values = 0s, 1s, 2s, 3s ;
		wind_direction_qc:flag_meanings = "quality_good out_of_range sensor_nonfunctional questionable" ;
	float visibility(time, visibility_depth, lat, lon) ;
		visibility:long_name = "Visibility" ;
		visibility:standard_name = "visibility_in_air" ;
		visibility:short_name = "VIS" ;
		visibility:ancillary_variables = "visibility_qc" ;
		visibility:_FillValue = -999.f ;
		visibility:units = "meters" ;
		visibility:valid_range = 0.f, 3000.f ;
		visibility:is_dead = 0 ;
		visibility:calibration_coeffs = -0.5517, 0.6007056, 0., 0. ;
	byte visibility_qc(time, visibility_depth, lat, lon) ;
		visibility_qc:long_name = "Visibility Quality" ;
		visibility_qc:short_name = "VISQ" ;
		visibility_qc:intent = "data_quality" ;
		visibility_qc:standard_name = "visibility_in_air data_quality" ;
		visibility_qc:_FillValue = 128s ;
		visibility_qc:units = "1" ;
		visibility_qc:valid_range = -127s, 127s ;
		visibility_qc:flag_values = 0s, 1s, 2s, 3s ;
		visibility_qc:flag_meanings = "quality_good out_of_range sensor_nonfunctional questionable" ;

// global attributes:
		:title = "Gulf of Maine Ocean Observing System: Realtime Buoy Observations" ;
		:institution = "Department of Physical Oceanography, School of Marine Sciences, University of Maine" ;
		:institution_url = "http://gyre.umeoce.maine.edu" ;
		:history = "Tue Feb 24 14:17:39 2004: /usr/local/nco/bin/ncrcat -d time,2453054.625,2453060.6250 J0206.met.realtime.nc J0206.met.realtime.nc.new\n",
			"20-Feb-2004 22:33:50:  Modified [lon,lat] to [-67.012100,44.890000]." ;
		: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 = 49997 ;
		:visibility_sensor_serial_number = 267 ;
		:processing = "realtime" ;
		:water_depth = 35 ;
		:mooring_site_id = "J0206" ;
		:mooring_site_desc = "Cobscook Bay" ;
		:breakout_id = 1 ;
		:delta_t = 60 ;
		:magnetic_variation = -18.6 ;
		:goes_platform_id = "044073C4" ;
		:starting_julian_day_number = 2453072.04167244 ;
		:starting_julian_day_string = "2004-03-07 01:00:00" ;
		:ending_julian_day_number = 2453079.00000579 ;
		:ending_julian_day_string = "2004-03-14 00:00:00" ;
		:algorithm_ids = "WIND_DIR_1.2:  16-Jan-2004 21:02:30\n",
			"AAN_VIZ_1.2:  16-Jan-2004 21:02:30" ;
data:

 lat = 44.89 ;

 lon = -67.0121 ;

 air_temperature_depth = -3 ;

 visibility_depth = -3 ;

 wind_depth = -4 ;

 time = 2453072.04166667, 2453072.08333333, 2453072.125, 2453072.16666667, 
    2453072.20833333, 2453072.25, 2453072.29166667, 2453072.33333333, 
    2453072.375, 2453072.41666667, 2453072.45833333, 2453072.5, 
    2453072.54166667, 2453072.58333333, 2453072.625, 2453072.66666667, 
    2453072.70833333, 2453072.75, 2453072.79166667, 2453072.83333333, 
    2453072.875, 2453072.91666667, 2453072.95833333, 2453073, 
    2453073.04166667, 2453073.08333333, 2453073.125, 2453073.16666667, 
    2453073.20833333, 2453073.25, 2453073.29166667, 2453073.33333333, 
    2453073.375, 2453073.41666667, 2453073.45833333, 2453073.5, 
    2453073.54166667, 2453073.58333333, 2453073.625, 2453073.66666667, 
    2453073.70833333, 2453073.75, 2453073.79166667, 2453073.83333333, 
    2453073.875, 2453073.91666667, 2453073.95833333, 2453074, 
    2453074.04166667, 2453074.08333333, 2453074.125, 2453074.16666667, 
    2453074.20833333, 2453074.25, 2453074.29166667, 2453074.33333333, 
    2453074.375, 2453074.41666667, 2453074.45833333, 2453074.5, 
    2453074.54166667, 2453074.58333333, 2453074.625, 2453074.66666667, 
    2453074.70833333, 2453074.75, 2453074.79166667, 2453074.83333333, 
    2453074.875, 2453074.91666667, 2453074.95833333, 2453075, 
    2453075.04166667, 2453075.08333333, 2453075.125, 2453075.16666667, 
    2453075.20833333, 2453075.25, 2453075.29166667, 2453075.33333333, 
    2453075.375, 2453075.41666667, 2453075.45833333, 2453075.5, 
    2453075.54166667, 2453075.58333333, 2453075.625, 2453075.66666667, 
    2453075.70833333, 2453075.75, 2453075.79166667, 2453075.83333333, 
    2453075.875, 2453075.91666667, 2453075.95833333, 2453076, 
    2453076.04166667, 2453076.08333333, 2453076.125, 2453076.16666667, 
    2453076.20833333, 2453076.25, 2453076.29166667, 2453076.33333333, 
    2453076.375, 2453076.41666667, 2453076.45833333, 2453076.5, 
    2453076.54166667, 2453076.58333333, 2453076.625, 2453076.66666667, 
    2453076.70833333, 2453076.75, 2453076.79166667, 2453076.83333333, 
    2453076.875, 2453076.91666667, 2453076.95833333, 2453077, 
    2453077.04166667, 2453077.08333333, 2453077.125, 2453077.16666667, 
    2453077.20833333, 2453077.25, 2453077.29166667, 2453077.33333333, 
    2453077.375, 2453077.41666667, 2453077.45833333, 2453077.5, 
    2453077.54166667, 2453077.58333333, 2453077.625, 2453077.66666667, 
    2453077.70833333, 2453077.75, 2453077.79166667, 2453077.83333333, 
    2453077.875, 2453077.91666667, 2453077.95833333, 2453078, 
    2453078.04166667, 2453078.08333333, 2453078.125, 2453078.16666667, 
    2453078.20833333, 2453078.25, 2453078.29166667, 2453078.33333333, 
    2453078.375, 2453078.41666667, 2453078.45833333, 2453078.5, 
    2453078.54166667, 2453078.58333333, 2453078.625, 2453078.66666667, 
    2453078.70833333, 2453078.75, 2453078.79166667, 2453078.83333333, 
    2453078.875, 2453078.91666667, 2453078.95833333, 2453079 ;

 air_temperature =
  3.055,
  3.534,
  3.858,
  3.493,
  1.82,
  0.917,
  0.112,
  0.073,
  -0.016,
  -0.059,
  -0.26,
  -0.694,
  -0.871,
  -0.894,
  -0.458,
  -0.172,
  -0.415,
  -0.028,
  0.193,
  0.567,
  0.903,
  0.803,
  -0.033,
  -0.382,
  -0.68,
  -1.149,
  -1.159,
  -1.269,
  -1.536,
  -1.496,
  -1.218,
  -1.854,
  -2.289,
  -3.088,
  -3.855,
  -4.357,
  -4.807,
  -4.608,
  -3.826,
  -3.615,
  -2.882,
  -2.473,
  -1.937,
  -2.264,
  -2.302,
  -2.494,
  -2.756,
  -3.154,
  -3.71,
  -4.236,
  -4.582,
  -4.806,
  -5.157,
  -5.562,
  -6.052,
  -6.337,
  -6.568,
  -6.95,
  -7.21,
  -7.09,
  -6.723,
  -5.664,
  -5.301,
  -4.726,
  -3.868,
  -2.416,
  -2.394,
  -0.015,
  -0.255,
  -1.709,
  -2.569,
  -2.846,
  -3.306,
  -3.3,
  -3.238,
  -3.468,
  -3.779,
  -4.062,
  -4.426,
  -4.33,
  -4.578,
  -4.173,
  -3.99,
  -2.676,
  -0.971,
  0.25,
  0.931,
  0.529,
  1.012,
  0.43,
  0.656,
  1.045,
  1.167,
  0.549,
  -0.648,
  -0.914,
  -1.505,
  -1.372,
  -1.759,
  -1.392,
  -1.355,
  -1.392,
  -0.427,
  -0.75,
  -0.707,
  -1.006,
  -1.358,
  -1.916,
  -1.93,
  -1.602,
  -0.949,
  0.461,
  1.201,
  2.999,
  3.482,
  3.702,
  3.808,
  2.861,
  1.792,
  1.112,
  0.634,
  0.71,
  0.402,
  0.097,
  -0.161,
  -0.406,
  -0.621,
  -1.386,
  -2.052,
  -1.909,
  -2.013,
  -2.042,
  -1.927,
  -1.701,
  -1.341,
  -0.987,
  -0.093,
  0.961,
  1.498,
  1.032,
  1.102,
  1.044,
  1.143,
  0.723,
  0.468,
  0.553,
  0.15,
  -0.077,
  0.174,
  0.22,
  0.536,
  0.752,
  1.194,
  1.267,
  1.065,
  0.7,
  0.852,
  0.871,
  0.884,
  0.958,
  1.653,
  2.11,
  2.21,
  2.709,
  2.104,
  1.5,
  1.155,
  -0.528 ;

 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 =
  4.861,
  8.7,
  9.72,
  7.96,
  13.68,
  13.37,
  13.68,
  14.03,
  13.92,
  13.99,
  16.62,
  13.72,
  15.41,
  12.86,
  11.17,
  9.76,
  11.29,
  11.64,
  9.92,
  6.899,
  8.15,
  5.449,
  4.214,
  4.665,
  2.822,
  1.646,
  3.685,
  5.449,
  5.606,
  5.606,
  7.6,
  8.47,
  10,
  10.9,
  10,
  8.58,
  7.1,
  8.35,
  8.98,
  9.64,
  8.9,
  9.88,
  11.02,
  12.43,
  11.02,
  10,
  11.02,
  10.39,
  9.84,
  9.96,
  9.92,
  10.15,
  10.86,
  10.04,
  9.06,
  9.06,
  8.66,
  7.17,
  7.49,
  7.92,
  8.15,
  7.41,
  7.37,
  5.802,
  6.586,
  4.782,
  2.901,
  1.078,
  1.882,
  5.449,
  5.723,
  4.939,
  3.724,
  4.351,
  4.743,
  4.586,
  5.253,
  4.351,
  4.194,
  3.763,
  2.822,
  1.646,
  1.372,
  1.372,
  1.529,
  5.018,
  4.704,
  7.02,
  5.723,
  9.41,
  6.233,
  6.233,
  5.723,
  6.154,
  2.548,
  1.372,
  1.725,
  1.921,
  1.646,
  2.195,
  1.47,
  2.783,
  3.802,
  4.822,
  7.17,
  7.17,
  8.7,
  7.72,
  9.84,
  9.37,
  9.21,
  7.29,
  9.21,
  8.19,
  7.68,
  9.64,
  8.04,
  8.74,
  9.09,
  10.94,
  10.74,
  10.27,
  9.53,
  9.13,
  10.62,
  8.08,
  8.98,
  10.66,
  7.1,
  7.49,
  7.45,
  7.13,
  5.841,
  4.194,
  4.077,
  3.724,
  2.234,
  3.293,
  1.078,
  4.077,
  1.568,
  0.49,
  4.508,
  4.312,
  4.194,
  5.41,
  5.057,
  4.665,
  4.508,
  3.959,
  5.841,
  5.292,
  6.86,
  8.47,
  8.82,
  8.9,
  10.43,
  10.9,
  11.6,
  12.23,
  11.17,
  10.7,
  9.6,
  8.35,
  8.27,
  10.58,
  10.19,
  11.17 ;

 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 =
  3.789,
  6.738,
  7.48,
  6.701,
  11.62,
  9.87,
  11.11,
  10.69,
  11.41,
  11.13,
  13.43,
  10.24,
  11.24,
  10.65,
  8.78,
  8.17,
  7.17,
  8.13,
  6.884,
  5.116,
  5.642,
  4.472,
  3.041,
  3.666,
  2.104,
  1.043,
  2.681,
  3.973,
  3.956,
  4.363,
  5.858,
  7.06,
  6.791,
  8.1,
  6.814,
  6.734,
  5.601,
  7.1,
  7.59,
  7.21,
  7.04,
  7.61,
  8.08,
  8.97,
  8.45,
  7.49,
  7.51,
  7.73,
  7.48,
  7.38,
  7.2,
  7.23,
  8.47,
  8.48,
  7.18,
  6.762,
  6.855,
  5.157,
  5.602,
  6.601,
  6.193,
  4.915,
  5.27,
  4.243,
  4.047,
  3.785,
  1.57,
  0.292,
  0.917,
  4.299,
  3.829,
  4.279,
  2.632,
  2.755,
  3.731,
  3.697,
  4.086,
  3.635,
  3.41,
  2.833,
  1.862,
  1.101,
  0.905,
  1.083,
  1.087,
  3.371,
  2.283,
  5.541,
  4.234,
  6.85,
  4.375,
  4.475,
  5.079,
  4.521,
  1.513,
  0.925,
  1.116,
  0.725,
  0.93,
  1.629,
  0.94,
  2.021,
  3.218,
  3.785,
  4.917,
  5.484,
  6.404,
  5.712,
  7.21,
  7.27,
  7.1,
  5.286,
  6.847,
  6.507,
  5.826,
  6.736,
  5.381,
  7.1,
  7.73,
  7.68,
  7.41,
  7.62,
  7.3,
  6.805,
  7.19,
  5.502,
  6.917,
  7.56,
  5.771,
  6.189,
  5.839,
  4.682,
  4.409,
  3.159,
  3.217,
  2.657,
  1.32,
  1.654,
  0.313,
  3.285,
  0.194,
  0,
  3.994,
  3.835,
  3.217,
  4.317,
  4.184,
  3.367,
  3.621,
  3.088,
  4.672,
  4.186,
  5.312,
  6.975,
  7.08,
  7.4,
  8.14,
  8.83,
  9.35,
  9.56,
  8.87,
  8.72,
  7.88,
  6.567,
  6.374,
  7.27,
  8.05,
  9.18 ;

 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 =
  300.5,
  279.5,
  277.9,
  292.3,
  293.9,
  290.8,
  290.8,
  291.9,
  284.9,
  298.8,
  319.8,
  306,
  326.7,
  322.2,
  333.4,
  335.4,
  343.898,
  356.97,
  352.58,
  342.959,
  344.118,
  1.69,
  20.73,
  34.66,
  40.72,
  19.4,
  20.43,
  52.6,
  50.11,
  69.5,
  88.7,
  86.7,
  65,
  61.5,
  63.5,
  57.5,
  61,
  44.63,
  43.73,
  41.77,
  51.7,
  47.34,
  46.35,
  22.49,
  21.55,
  12,
  10.87,
  18.47,
  19.26,
  3.66,
  4.33,
  7.58,
  18.77,
  24.21,
  22.53,
  12.85,
  2.07,
  351.38,
  355.56,
  3.38,
  12.59,
  11.55,
  340,
  322.3,
  15.99,
  31.38,
  242.5,
  103.8,
  351.62,
  196.1,
  217.6,
  218.4,
  229.1,
  234.2,
  229.8,
  227.1,
  239.7,
  236.8,
  236.1,
  242.5,
  267.2,
  222.9,
  218.1,
  216.2,
  126.1,
  216,
  229,
  196.1,
  166.9,
  181.9,
  198.2,
  185.5,
  172.1,
  174.4,
  188.7,
  225.4,
  169.1,
  352.7,
  32.28,
  73.9,
  30.09,
  88.4,
  93.2,
  77,
  68.8,
  59.4,
  61.6,
  35.39,
  53.5,
  48.24,
  36.88,
  61.9,
  48.89,
  31.6,
  10.12,
  3.31,
  4.07,
  14.63,
  15.58,
  9.31,
  0.95,
  356.85,
  9.05,
  3.67,
  357.63,
  345.282,
  340.6,
  338.2,
  339.6,
  327.8,
  347.671,
  343.144,
  329,
  318.4,
  318.7,
  320.5,
  260.4,
  260.3,
  345.267,
  168.8,
  35.55,
  341.4,
  311.7,
  313.2,
  263,
  279.7,
  294.3,
  273.8,
  243.5,
  255,
  256.6,
  253.8,
  261.8,
  275.7,
  281.2,
  284.4,
  290.9,
  299.5,
  300.3,
  298.3,
  297.8,
  301.5,
  331.6,
  331.4,
  354.31,
  350.52,
  327.4,
  301.1 ;

 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 =
  2958.524,
  2958.524,
  2958.524,
  2959.125,
  2958.524,
  2942.906,
  2674.39,
  2899.054,
  2887.04,
  2959.125,
  2959.125,
  2958.524,
  2959.726,
  2959.726,
  2959.726,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.726,
  2959.726,
  2959.726,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2950.715,
  2959.125,
  2917.676,
  2959.125,
  2959.125,
  2959.125,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.125,
  2959.726,
  2959.726,
  2959.726,
  2924.885,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2843.189,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2559.055,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2730.857,
  2959.125,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.125,
  2953.118,
  2637.747,
  2958.524,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2934.496,
  2928.489,
  2921.881,
  1981.176,
  2148.773,
  1848.42,
  2014.816,
  2581.882,
  2954.92,
  2921.28,
  2337.995,
  2753.083,
  2959.726,
  2957.923,
  2959.726,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2776.51,
  2645.556,
  2429.903,
  2615.521,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2958.524,
  2959.125,
  2959.726,
  2959.125,
  2959.125,
  2959.125,
  2786.122,
  2958.524,
  2959.726,
  2958.524,
  2959.726,
  2959.726,
  2959.125,
  2959.125 ;

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