netcdf A0107.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 = 2453077.41666667 ;
		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 = 2453077.41666667 ;
		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 = 2453077.41666667 ;
		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 = "13-Mar-2004 15:34:24:  Parameter wind_direction marked as non-functional as of julian day 2453077.416667 (2004-03-12 10:00:00)\n",
			"13-Mar-2004 15:34:17:  Parameter wind_gust marked as non-functional as of julian day 2453077.416667 (2004-03-12 10:00:00)\n",
			"13-Mar-2004 15:34:13:  Parameter wind_speed marked as non-functional as of julian day 2453077.416667 (2004-03-12 10:00:00)\n",
			"11-Oct-2003 13:44:00:  Modified [lon,lat] to [-70.566368,42.522900].\n",
			"Sat Oct 11 13:16:38 2003: ncrcat -d time,2452924.49, pre/A0107.met.realtime.nc post/A0107.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 = -1 ;
		:visibility_sensor_serial_number = 292 ;
		:processing = "realtime" ;
		:water_depth = 65 ;
		:mooring_site_id = "A0107" ;
		:mooring_site_desc = "Massachusetts Bay" ;
		:breakout_id = 1 ;
		:delta_t = 60 ;
		:magnetic_variation = -15.9833 ;
		:goes_platform_id = "0440465E" ;
		: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:  28-Aug-2003 14:42:08\n",
			"AAN_VIZ_1.2:  28-Aug-2003 14:42:08" ;
data:

 lat = 42.5228996276855 ;

 lon = -70.5663681030273 ;

 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 =
  6.112,
  5.319,
  5.017,
  4.922,
  4.971,
  4.705,
  4.207,
  3.938,
  3.119,
  2.318,
  1.975,
  1.399,
  1.421,
  1.475,
  2.01,
  2.612,
  3.466,
  4.006,
  4.506,
  3.549,
  3.39,
  3.233,
  3.336,
  2.727,
  2.815,
  2.608,
  2.575,
  2.496,
  2.398,
  2.716,
  2.673,
  2.523,
  2.396,
  2.153,
  2.068,
  1.966,
  0.766,
  1.465,
  0.928,
  1.276,
  1.158,
  0.959,
  0.604,
  0.401,
  0.391,
  0.436,
  0.356,
  0.364,
  0.426,
  0.421,
  0.611,
  -0.31,
  -0.067,
  0.325,
  0.191,
  0.43,
  0.236,
  0.094,
  -0.304,
  -0.242,
  -0.35,
  -0.611,
  -0.581,
  -0.572,
  -0.718,
  -0.682,
  -0.627,
  -0.631,
  -0.271,
  0.015,
  0.221,
  0.541,
  0.636,
  0.879,
  1.073,
  1.117,
  1.215,
  1.171,
  1.173,
  1.151,
  1.081,
  1.209,
  1.163,
  1.19,
  1.473,
  1.942,
  2.91,
  2.473,
  2.34,
  2.292,
  2.293,
  2.241,
  1.912,
  1.789,
  1.7,
  1.674,
  1.802,
  1.95,
  2.024,
  2.058,
  1.784,
  1.716,
  1.662,
  1.642,
  1.65,
  1.01,
  0.882,
  1.055,
  1.012,
  0.998,
  1.045,
  1.139,
  1.375,
  1.81,
  2.656,
  3.459,
  3.645,
  3.82,
  3.844,
  3.832,
  3.915,
  3.772,
  3.773,
  3.439,
  3.618,
  3.601,
  3.477,
  3.309,
  3.16,
  2.793,
  2.736,
  3.356,
  3.181,
  3.217,
  4.001,
  4.038,
  4.882,
  3.112,
  1.198,
  -0.184,
  1.411,
  2.752,
  3.131,
  2.879,
  2.591,
  1.85,
  1.586,
  1.363,
  1.218,
  1.199,
  1.128,
  0.964,
  0.716,
  0.379,
  0.126,
  0.199,
  0.08,
  0.458,
  0.925,
  1.449,
  2.095,
  2.722,
  3.243,
  3.684,
  3.963,
  3.954,
  3.383,
  2.732 ;

 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 =
  14.58,
  13.84,
  13.45,
  10.82,
  11.56,
  12.39,
  10.11,
  11.09,
  11.68,
  14.5,
  12.94,
  12.9,
  12.39,
  9.92,
  8.13,
  7.8,
  4.9,
  5.37,
  3.842,
  5.135,
  4.665,
  5.018,
  5.958,
  8.08,
  7.92,
  8.11,
  7.8,
  7.13,
  7.45,
  7.37,
  8.51,
  10.23,
  9.6,
  10.78,
  10.54,
  11.49,
  10.19,
  11.92,
  11.33,
  11.37,
  11.92,
  12.54,
  13.92,
  13.52,
  11.84,
  10.04,
  9.02,
  8.31,
  7.64,
  6.233,
  7.76,
  5.41,
  6.037,
  7.02,
  7.1,
  6.076,
  6.076,
  5.566,
  6.703,
  5.292,
  4.743,
  5.253,
  4.9,
  4.626,
  5.174,
  4.939,
  4.939,
  4.116,
  7.17,
  5.684,
  5.449,
  5.135,
  4.626,
  4.743,
  3.175,
  4.312,
  5.331,
  5.292,
  4.9,
  3.332,
  2.744,
  2.626,
  2.744,
  1.529,
  2.43,
  4.312,
  1.274,
  3.058,
  3.018,
  4.469,
  5.88,
  6.899,
  7.64,
  8.66,
  9.92,
  9.02,
  10.82,
  11.56,
  13.13,
  13.13,
  12.82,
  12.27,
  12.98,
  14.86,
  14.9,
  15.78,
  15.52,
  15.25,
  15.25,
  15.64,
  14.19,
  14.94,
  13.6,
  13.96,
  13.52,
  11.33,
  7.35,
  5.586,
  2.862,
  5.057,
  3.802,
  4.194,
  4.743,
  2.47,
  3.293,
  5.488,
  2.744,
  3.959,
  4.077,
  1.764,
  0.039,
  0.039,
  0.039,
  0.039,
  0,
  0,
  0.235,
  0.118,
  0.235,
  0.392,
  0.353,
  0.196,
  0.235,
  0.196,
  0.118,
  0.157,
  0.274,
  0.078,
  0.118,
  0.039,
  0.078,
  0.118,
  0.078,
  0.196,
  0.078,
  0.039,
  0.078,
  0.118,
  0.039,
  0.078,
  0.039,
  0.039,
  0.078,
  0,
  0.039,
  0.118,
  0.118,
  0.118 ;

 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,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2 ;

 wind_speed =
  11.62,
  10.63,
  10.91,
  8.61,
  9.54,
  9.49,
  8.28,
  8.99,
  9.55,
  12.24,
  10.16,
  9.38,
  9.7,
  8.22,
  6.859,
  6.373,
  3.977,
  4.307,
  2.911,
  4.11,
  4.039,
  4.024,
  4.565,
  7.17,
  6.814,
  6.772,
  6.761,
  5.815,
  6.665,
  6.314,
  7.1,
  8.83,
  8.15,
  8.98,
  9.03,
  9.48,
  8.46,
  9.13,
  9.1,
  9.55,
  10.46,
  10.58,
  11.61,
  10.46,
  9.86,
  8.7,
  7.78,
  6.886,
  6.071,
  5.137,
  5.43,
  4.029,
  4.957,
  5.069,
  5.649,
  4.733,
  4.946,
  4.297,
  4.785,
  3.735,
  3.361,
  3.219,
  2.884,
  3.328,
  3.511,
  3.574,
  3.453,
  2.875,
  5.492,
  4.271,
  3.865,
  4.157,
  3.666,
  3.653,
  2.262,
  3.367,
  3.949,
  4.166,
  3.163,
  2.363,
  1.877,
  1.79,
  1.149,
  0.331,
  1.5,
  2.947,
  0.078,
  1.964,
  2.338,
  3.025,
  4.877,
  5.815,
  6.165,
  7.1,
  8.31,
  7.99,
  8.76,
  9.9,
  10.72,
  11.51,
  10.6,
  10.22,
  11.34,
  12.56,
  12.85,
  13.28,
  12.73,
  12.71,
  13.08,
  12.6,
  11.9,
  12.02,
  11.96,
  12.33,
  11.41,
  9.61,
  5.437,
  4.229,
  1.741,
  2.691,
  1.921,
  1.993,
  3.253,
  0.848,
  1.71,
  3.942,
  0.763,
  2.639,
  2.162,
  0.003,
  0.001,
  0,
  0.002,
  0.002,
  0,
  0,
  0.043,
  0.01,
  0.098,
  0.138,
  0.084,
  0.055,
  0.036,
  0.027,
  0.013,
  0.009,
  0.03,
  0.001,
  0.009,
  0.002,
  0.004,
  0.019,
  0.009,
  0.035,
  0.014,
  0.001,
  0.006,
  0.007,
  0,
  0.002,
  0.003,
  0.002,
  0.009,
  0,
  0.003,
  0.016,
  0.006,
  0.017 ;

 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,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2 ;

 wind_direction =
  246.0167,
  238.1167,
  259.7167,
  264.5167,
  266.5167,
  269.4167,
  272.6167,
  277.1167,
  172.0167,
  292.3167,
  280.3167,
  281.2167,
  293.3167,
  287.3167,
  270.9167,
  299.6167,
  203.8167,
  248.1167,
  75.7167,
  136.8167,
  172.9167,
  67.5167,
  342.1167,
  45.2867,
  70.3167,
  324.2167,
  81.5167,
  125.0167,
  106.5167,
  99.5167,
  344.8617,
  66.9167,
  62.2167,
  61.8167,
  72.8167,
  73.0167,
  80.4167,
  48.3067,
  46.6467,
  77.3167,
  60.7167,
  58.3167,
  53.5567,
  66.0167,
  76.7167,
  60.5167,
  65.7167,
  59.4167,
  15.8367,
  4.8367,
  11.3267,
  326.4167,
  311.6167,
  341.1167,
  336.2167,
  30.7367,
  49.9267,
  52.6667,
  68.9167,
  86.2167,
  27.7367,
  95.0167,
  109.6167,
  112.1167,
  114.3167,
  124.0167,
  139.8167,
  142.6167,
  175.1167,
  170.2167,
  194.8167,
  179.0167,
  194.1167,
  180.0167,
  187.3167,
  176.8167,
  181.1167,
  211.0167,
  220.2167,
  230.4167,
  226.3167,
  250.1167,
  158.6167,
  130.2167,
  204.9167,
  200.3167,
  38.6167,
  143.6167,
  183.4167,
  79.0167,
  47.2967,
  338.9167,
  215.8167,
  318.2167,
  44.2167,
  45.3767,
  75.8167,
  71.6167,
  83.1167,
  78.2167,
  67.3167,
  60.3167,
  38.1267,
  51.0467,
  41.5267,
  47.8767,
  54.4167,
  42.1867,
  55.2167,
  17.4167,
  314.6167,
  59.6167,
  23.8467,
  3.2467,
  104.6167,
  22.9167,
  11.7467,
  318.7167,
  226.9167,
  339.6167,
  336.1167,
  320.8167,
  288.5167,
  321.0167,
  227.2167,
  220.4167,
  37.2267,
  134.5167,
  219.1167,
  278.7167,
  220.1167,
  204.7167,
  292.4167,
  268.2167,
  344.0167,
  344.0167,
  224.3167,
  204.7167,
  284.4167,
  257.8167,
  249.7167,
  224.6167,
  279.3167,
  300.9167,
  240.9167,
  297.0167,
  323.0167,
  228.4167,
  256.5167,
  251.8167,
  326.4167,
  327.4167,
  316.5167,
  330.0167,
  267.2167,
  289.3167,
  288.2167,
  288.9167,
  0.6367,
  288.2167,
  324.1167,
  17.1567,
  246.7167,
  344.0167,
  337.3167,
  339.8167,
  339.4167,
  23.4767 ;

 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,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2 ;

 visibility =
  2912.27,
  2930.291,
  2945.309,
  2955.521,
  2953.719,
  2950.715,
  2951.916,
  2954.319,
  2954.319,
  2935.097,
  2950.715,
  2890.644,
  2948.312,
  2794.531,
  2528.419,
  2869.62,
  2838.984,
  2848.595,
  2916.475,
  2950.114,
  2944.708,
  2951.316,
  2951.316,
  2949.513,
  2955.521,
  2946.51,
  2953.118,
  2945.309,
  2950.114,
  2948.312,
  2954.319,
  2956.121,
  2956.722,
  2949.513,
  2946.51,
  2934.496,
  1688.632,
  2888.241,
  1989.586,
  2635.344,
  2884.637,
  2850.397,
  2900.856,
  2428.702,
  2909.867,
  2935.697,
  2942.305,
  2950.114,
  2954.92,
  2951.316,
  2955.521,
  2906.263,
  2813.153,
  2927.888,
  2945.909,
  2959.125,
  2960.927,
  2959.726,
  2956.722,
  2950.715,
  2950.715,
  2774.107,
  2945.309,
  2945.309,
  2905.061,
  2950.715,
  2933.294,
  2945.909,
  2945.309,
  2956.722,
  2957.323,
  2954.92,
  2952.517,
  2942.906,
  2951.316,
  2949.513,
  2950.114,
  2957.923,
  2945.909,
  2939.902,
  2938.701,
  2944.107,
  2921.881,
  2888.842,
  2860.008,
  1785.346,
  2839.584,
  2876.828,
  2903.86,
  2929.69,
  2929.09,
  2936.298,
  2948.913,
  2919.478,
  2953.719,
  2945.909,
  2944.708,
  2807.146,
  2930.291,
  2929.69,
  2834.178,
  2869.019,
  2852.199,
  2782.517,
  2714.638,
  2658.171,
  2661.175,
  2712.235,
  2650.362,
  2699.62,
  2703.224,
  2833.577,
  2885.839,
  2872.623,
  2938.701,
  2936.899,
  2907.464,
  2902.058,
  2796.333,
  2858.807,
  2844.39,
  2771.104,
  2860.609,
  2802.941,
  2906.263,
  2844.39,
  2910.468,
  2944.107,
  2930.892,
  2938.701,
  2926.086,
  2909.867,
  2880.432,
  2840.786,
  2826.369,
  2806.546,
  2856.404,
  2068.879,
  1377.467,
  2960.326,
  2826.969,
  2804.143,
  2929.09,
  2942.305,
  2944.708,
  2950.114,
  2950.715,
  2950.715,
  2942.906,
  2948.913,
  2951.316,
  2950.715,
  2953.118,
  2953.118,
  2944.107,
  2949.513,
  2796.934,
  2953.118,
  2790.326,
  2920.079,
  2419.691,
  2908.666,
  2526.016,
  2204.639,
  2930.291,
  2864.213,
  2957.923,
  2958.524 ;

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