netcdf M0104.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 = 2453055.54166667 ;
		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 = 2453055.54166667 ;
		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 = 2453055.54166667 ;
		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 = "19-Feb-2004 15:21:37:  Parameter wind_direction marked as non-functional as of julian day 2453055.541667 (2004-02-19 13:00:00)\n",
			"19-Feb-2004 15:21:09:  Parameter wind_gust marked as non-functional as of julian day 2453055.541667 (2004-02-19 13:00:00)\n",
			"19-Feb-2004 15:19:34:  Parameter wind_speed marked as non-functional as of julian day 2453055.541667 (2004-02-19 13:00:00)\n",
			"Wed Feb 11 19:39:16 2004: /usr/local/nco/bin/ncrcat -d time,2452920.9688,2453047.8333 M0104.met.realtime.nc M0104.met.realtime.nc.new\n",
			"15-Jan-2004 14:01:19:  Parameter wind_direction marked as non-functional as of julian day 2453019.500000 (2004-01-14 12:00:00)\n",
			"15-Jan-2004 14:01:02:  Parameter wind_gust marked as non-functional as of julian day 2453019.500000 (2004-01-14 12:00:00)\n",
			"15-Jan-2004 14:00:55:  Parameter wind_speed marked as non-functional as of julian day 2453019.500000 (2004-01-14 12:00:00)\n",
			"08-Oct-2003 20:33:42:  Modified [lon,lat] to [-67.880825,43.491051].\n",
			"Wed Oct  8 00:30:54 2003: ncrcat -d time,2452920.99, pre/M0104.met.realtime.nc post/M0104.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 = 5004 ;
		:visibility_sensor_serial_number = 288 ;
		:processing = "realtime" ;
		:water_depth = 285 ;
		:mooring_site_id = "M0104" ;
		:mooring_site_desc = "Jordan Basin" ;
		:breakout_id = 1 ;
		:delta_t = 60 ;
		:magnetic_variation = -17.33 ;
		:goes_platform_id = "0440C04A" ;
		: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:  03-Oct-2003 13:46:17\n",
			"AAN_VIZ_1.2:  03-Oct-2003 13:46:17" ;
data:

 lat = 43.4910513070913 ;

 lon = -67.8808247492864 ;

 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.633,
  3.43,
  3.472,
  4.036,
  3.903,
  3.25,
  2.789,
  2.146,
  1.607,
  1.04,
  0.789,
  0.868,
  0.664,
  0.612,
  0.617,
  0.606,
  0.666,
  0.811,
  0.883,
  1.463,
  1.489,
  1.613,
  1.535,
  1.688,
  1.765,
  1.805,
  1.307,
  0.954,
  0.812,
  0.737,
  0.648,
  0.41,
  0.361,
  0.033,
  -0.355,
  -0.715,
  -1.193,
  -1.788,
  -2.093,
  -2.54,
  -2.478,
  -1.928,
  -1.49,
  -1.412,
  -1.513,
  -1.451,
  -1.276,
  -1.158,
  -1.156,
  -1.491,
  -1.955,
  -2.052,
  -2.239,
  -2.382,
  -3.029,
  -3.112,
  -3.511,
  -3.637,
  -4.002,
  -4.001,
  -4.243,
  -4.299,
  -4.201,
  -4.178,
  -4.116,
  -4.206,
  -4.042,
  -3.651,
  -3.2,
  -3.123,
  -3.459,
  -2.945,
  -2.416,
  -2.17,
  -1.891,
  -1.641,
  -1.417,
  -1.147,
  -1.034,
  -1.071,
  -1.096,
  -0.882,
  -0.738,
  -0.569,
  -0.565,
  -0.571,
  -0.709,
  -0.594,
  -0.749,
  -0.552,
  -0.755,
  -0.815,
  -0.59,
  -0.661,
  -0.614,
  -0.515,
  -0.402,
  -0.155,
  -0.04,
  -0.016,
  -0.011,
  0.209,
  0.452,
  0.65,
  0.428,
  0.56,
  0.819,
  0.806,
  1.081,
  1.156,
  1.132,
  1.06,
  0.865,
  0.921,
  1.078,
  -0.379,
  1.057,
  1.992,
  2.229,
  2.439,
  2.418,
  1.39,
  1.542,
  1.285,
  1.402,
  1.417,
  1.087,
  1.008,
  0.65,
  0.754,
  0.764,
  0.758,
  0.838,
  1.129,
  1.268,
  1.416,
  1.605,
  1.418,
  0.945,
  0.964,
  1.248,
  1.479,
  0.892,
  0.985,
  1.655,
  2.086,
  2.756,
  3.078,
  3.37,
  3.241,
  2.98,
  2.806,
  2.642,
  2.548,
  2.425,
  2.11,
  1.475,
  0.548,
  0.175,
  0.202,
  0.725,
  1.282,
  1.82,
  2.23,
  2.349,
  2.356,
  2.316,
  1.316 ;

 air_temperature_qc =
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0 ;

 wind_gust =
  1.176,
  1.098,
  1.882,
  4.469,
  3.685,
  6.938,
  6.86,
  8.78,
  6.625,
  2.45,
  3.136,
  7.13,
  1.96,
  5.488,
  4.077,
  3.92,
  0.666,
  3.214,
  4.547,
  0.686,
  4.508,
  0.294,
  0.039,
  0.353,
  0.392,
  0.666,
  0,
  4.469,
  1.842,
  2.391,
  0.039,
  4.038,
  3.371,
  4.782,
  2.156,
  1.137,
  4.978,
  6.115,
  5.096,
  8.19,
  8.74,
  4.9,
  0.235,
  12,
  5.762,
  1.333,
  9.53,
  10.62,
  9.37,
  3.822,
  0.314,
  2.038,
  5.488,
  7.29,
  3.058,
  7.21,
  5.802,
  4.312,
  3.842,
  3.92,
  2.901,
  2.548,
  2.43,
  1.842,
  1.725,
  0.823,
  1.176,
  0.118,
  0.588,
  0.235,
  0.078,
  0.706,
  1.803,
  1.49,
  0.784,
  0.196,
  0.47,
  0.274,
  0.47,
  0,
  0,
  0.039,
  0.157,
  1.646,
  1.078,
  0.588,
  1.45,
  1.019,
  3.058,
  0.314,
  4.351,
  2.156,
  1.764,
  2.822,
  4.547,
  2.43,
  2.646,
  2.156,
  2.94,
  2.705,
  3.254,
  8.19,
  8,
  3.763,
  6.742,
  4.312,
  7.72,
  0.196,
  11.21,
  12.31,
  13.21,
  5.292,
  3.254,
  10.62,
  1.098,
  0.431,
  10.39,
  7.6,
  1.666,
  2.822,
  5.566,
  5.292,
  4.116,
  4.077,
  4.194,
  4.508,
  3.842,
  3.528,
  3.214,
  3.763,
  1.686,
  1.411,
  0.098,
  0,
  0,
  0.078,
  0.039,
  0.392,
  2.195,
  0,
  0,
  0.314,
  0.274,
  0.157,
  3.567,
  0.588,
  0.941,
  0.078,
  0.549,
  0.902,
  5.135,
  4.194,
  4.743,
  5.292,
  5.214,
  1.764,
  0.353,
  3.567,
  1.294,
  4.547,
  0.49,
  3.371,
  0.98,
  0.862,
  2.156,
  5.606,
  4.939,
  4.939 ;

 wind_gust_qc =
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2 ;

 wind_speed =
  0.442,
  0.184,
  0.146,
  0.718,
  0.609,
  1.645,
  1.075,
  0.632,
  3.219,
  0.013,
  0.23,
  1.105,
  0.131,
  1.997,
  0.84,
  0.837,
  0.032,
  0.254,
  1.999,
  0.004,
  1.362,
  0.001,
  0,
  0.053,
  0.031,
  0.031,
  0,
  0.536,
  0.077,
  0.241,
  0,
  1.5,
  0.763,
  1.912,
  0.231,
  0.072,
  0.298,
  2.693,
  1.074,
  2.314,
  3.459,
  0.051,
  0.017,
  8.87,
  0.335,
  0.036,
  3.587,
  4.866,
  6.153,
  0.114,
  0.021,
  0.048,
  0.28,
  2.646,
  0.268,
  2.43,
  2.703,
  1.215,
  1.018,
  0.404,
  0.465,
  0.309,
  0.41,
  0.378,
  0.338,
  0.213,
  0.053,
  0.005,
  0.024,
  0.008,
  0.005,
  0.087,
  0.457,
  0.176,
  0.061,
  0.018,
  0.043,
  0.005,
  0.012,
  0,
  0,
  0.004,
  0.004,
  0.268,
  0.009,
  0.03,
  0.147,
  0.093,
  0.45,
  0.004,
  0.5,
  0.131,
  0.174,
  0.605,
  1.53,
  0.194,
  0.001,
  0.431,
  0.886,
  0.636,
  0.923,
  4.989,
  1.386,
  0.352,
  0.997,
  0.878,
  1.133,
  0.007,
  7.2,
  8.1,
  7.15,
  0.006,
  0.326,
  4.565,
  0.037,
  0.026,
  6.547,
  2.384,
  0.002,
  0.072,
  1.906,
  1.2,
  2.557,
  1.069,
  0.666,
  0.701,
  1.281,
  0.457,
  0.846,
  0.258,
  0.056,
  0.11,
  0,
  0,
  0,
  0.001,
  0,
  0.007,
  0.215,
  0,
  0,
  0.022,
  0.014,
  0.007,
  0.479,
  0.046,
  0.047,
  0.002,
  0.042,
  0.03,
  2.035,
  0.992,
  0.526,
  1.067,
  2.395,
  0.013,
  0.012,
  0.332,
  0.072,
  0.463,
  0.016,
  0.232,
  0.004,
  0.027,
  0.104,
  1.869,
  0.497,
  0.732 ;

 wind_speed_qc =
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2 ;

 wind_direction =
  241.47,
  359.26,
  3.47,
  288.07,
  342.27,
  322.77,
  123.87,
  0.49,
  293.17,
  208.77,
  46.1,
  286.77,
  41.71,
  251.67,
  117.17,
  300.27,
  64.07,
  74.37,
  274.57,
  199.57,
  341.47,
  217.97,
  20.01,
  87.97,
  67.87,
  70.27,
  342.67,
  118.27,
  192.67,
  233.17,
  243.07,
  32.32,
  34.37,
  66.47,
  149.07,
  150.97,
  147.97,
  23.93,
  24.14,
  46.04,
  8.17,
  99.67,
  99.57,
  7.42,
  66.97,
  95.57,
  25.6,
  2.08,
  336.97,
  135.77,
  10.15,
  138.77,
  145.07,
  21.67,
  141.27,
  347.498,
  7.98,
  20.73,
  346.622,
  69.67,
  22.95,
  57.97,
  49.68,
  300.47,
  277.57,
  313.17,
  24.56,
  23.49,
  1.54,
  287.57,
  271.87,
  201.47,
  212.07,
  221.37,
  213.47,
  217.07,
  236.37,
  322.67,
  352.01,
  342.67,
  342.67,
  39.93,
  52.26,
  118.17,
  155.17,
  195.17,
  191.57,
  193.37,
  205.77,
  13.93,
  174.87,
  277.87,
  265.77,
  345.113,
  41.33,
  175.67,
  317.07,
  247.87,
  147.37,
  145.57,
  134.97,
  47.68,
  13.23,
  203.17,
  177.97,
  44.06,
  230.77,
  161.27,
  7.86,
  6.02,
  4.51,
  12.85,
  192.57,
  338.97,
  90.27,
  118.67,
  162.27,
  347.474,
  189.37,
  7.88,
  3.23,
  31.8,
  325.67,
  43.25,
  55.57,
  101.27,
  297.07,
  305.87,
  319.67,
  61.07,
  61.47,
  13.35,
  342.67,
  342.67,
  342.67,
  8.07,
  27.5,
  16.36,
  36.69,
  342.67,
  342.67,
  314.07,
  319.67,
  331.57,
  41.71,
  144.47,
  131.97,
  24.12,
  17.96,
  355.89,
  220.07,
  213.37,
  357.35,
  324.47,
  262.57,
  107.17,
  255.97,
  90.67,
  68.97,
  70.77,
  4.6,
  104.37,
  344.694,
  45.22,
  84.17,
  278.57,
  9.14,
  0.85 ;

 wind_direction_qc =
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2 ;

 visibility =
  284.363,
  320.2251,
  2407.076,
  2956.722,
  2956.722,
  2900.856,
  2941.704,
  2956.722,
  2956.722,
  2896.651,
  2957.323,
  2792.129,
  2860.609,
  2957.323,
  2956.121,
  2957.923,
  2921.881,
  2863.012,
  2935.097,
  2953.118,
  2957.923,
  2954.92,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2956.722,
  2957.923,
  2912.27,
  2847.994,
  2934.496,
  2515.804,
  2214.25,
  2715.238,
  2700.821,
  2919.478,
  2541.634,
  1336.018,
  2657.571,
  2757.888,
  2956.722,
  2847.994,
  2813.153,
  2768.701,
  2957.323,
  2957.323,
  2957.323,
  2957.923,
  2957.923,
  2957.923,
  2936.298,
  2922.482,
  2957.923,
  2957.923,
  2957.923,
  2957.923,
  2799.938,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  1969.162,
  2664.178,
  2957.923,
  2957.923,
  2957.923,
  2957.323,
  2953.719,
  2611.316,
  2957.923,
  2957.923,
  2957.923,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2910.468,
  2957.323,
  2952.517,
  2893.047,
  2953.118,
  2944.708,
  2909.266,
  2940.503,
  2924.284,
  2905.662,
  2920.68,
  2815.556,
  2722.447,
  1802.166,
  2957.323,
  1507.219,
  2084.498,
  2602.306,
  2941.104,
  2957.323,
  2525.415,
  2950.715,
  2902.058,
  2956.121,
  2957.323,
  2140.964,
  2862.411,
  2106.724,
  2957.323,
  2957.323,
  1287.361,
  2957.323,
  2957.323,
  2957.923,
  2954.319,
  2874.425,
  1109.552,
  782.7684,
  579.1292,
  2747.677,
  2952.517,
  2956.722,
  2956.722,
  2957.323,
  2956.121,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2956.722,
  2951.316,
  2956.722,
  2956.722,
  2882.234,
  2927.287,
  2285.734,
  2882.234,
  2810.75,
  2492.977,
  2450.327,
  2309.161,
  1976.37,
  1718.668,
  2795.132,
  2929.09,
  2957.323,
  2957.323 ;

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