netcdf L0104.met.realtime {
dimensions:
	lat = 1 ;
	lon = 1 ;
	air_temperature_depth = 1 ;
	visibility_depth = 1 ;
	wind_depth = 1 ;
	time = 167 ;
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 = "Wed Feb 11 19:37:48 2004: /usr/local/nco/bin/ncrcat -d time,2452921.7597,2453047.8333 L0104.met.realtime.nc L0104.met.realtime.nc.new\n",
			"09-Oct-2003 12:32:58:  Modified [lon,lat] to [-66.553590,43.625566].\n",
			"Wed Oct  8 20:40:02 2003: ncrcat -d time,2452921.7916666, pre/L0104.met.realtime.nc post/L0104.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 = "RMY5001" ;
		:visibility_sensor_serial_number = 321 ;
		:processing = "realtime" ;
		:water_depth = 98 ;
		:mooring_site_id = "L0104" ;
		:mooring_site_desc = "Scotian Shelf" ;
		:breakout_id = 1 ;
		:delta_t = 60 ;
		:magnetic_variation = -18.0667 ;
		:goes_platform_id = "0440A5AC" ;
		:starting_julian_day_number = 2453072.04167244 ;
		:starting_julian_day_string = "2004-03-07 01:00:00" ;
		:ending_julian_day_number = 2453078.95833912 ;
		:ending_julian_day_string = "2004-03-13 23:00:00" ;
		:algorithm_ids = "WIND_DIR_1.2:  03-Oct-2003 12:10:21\n",
			"AAN_VIZ_1.2:  03-Oct-2003 12:10:21" ;
data:

 lat = 43.6255658467611 ;

 lon = -66.553589714898 ;

 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 ;

 air_temperature =
  2.742,
  2.09,
  2.165,
  2.591,
  2.926,
  2.85,
  2.116,
  1.483,
  1.002,
  0.511,
  0.474,
  0.477,
  0.397,
  0.294,
  0.197,
  0.102,
  0.223,
  0.405,
  0.538,
  0.829,
  1.031,
  0.697,
  0.467,
  0.473,
  0.442,
  0.421,
  -0.002,
  -0.158,
  -0.43,
  -0.578,
  -0.711,
  -1.631,
  -2.102,
  -2.741,
  -3.351,
  -3.873,
  -4.203,
  -4.065,
  -3.785,
  -3.449,
  -2.759,
  -1.698,
  -1.159,
  -1.239,
  -0.764,
  -1.442,
  -1.501,
  -1.684,
  -1.821,
  -2.326,
  -2.504,
  -2.577,
  -2.851,
  -2.94,
  -3.198,
  -3.459,
  -3.54,
  -3.581,
  -3.932,
  -4.284,
  -4.325,
  -4.189,
  -4.16,
  -3.982,
  -4.009,
  -3.509,
  -3.301,
  -3.334,
  -3.063,
  -3.171,
  -3.068,
  -3.061,
  -2.855,
  -2.727,
  -2.487,
  -2.401,
  -2.341,
  -2.295,
  -2.275,
  -2.34,
  -2.348,
  -2.371,
  -2.03,
  -1.211,
  -1.331,
  -1.35,
  -1.455,
  -1.381,
  -1.504,
  -1.219,
  -1.077,
  -0.916,
  -1.164,
  -1.204,
  -1.067,
  -0.922,
  -0.895,
  -0.949,
  -0.913,
  -0.741,
  -0.877,
  -1.02,
  -0.801,
  -0.427,
  -0.451,
  -0.277,
  -0.234,
  -0.299,
  0.221,
  0.437,
  0.596,
  0.747,
  0.487,
  0.243,
  -0.102,
  0.19,
  0.128,
  0.429,
  0.454,
  0.374,
  0.27,
  0.641,
  0.54,
  -0.098,
  0.207,
  0.145,
  -0.037,
  -0.131,
  -0.028,
  -0.487,
  -0.738,
  -0.715,
  -0.353,
  -0.613,
  -0.204,
  -0.023,
  0.186,
  0.312,
  0.426,
  0.363,
  0.335,
  0.44,
  0.28,
  0.193,
  0.639,
  0.97,
  1.192,
  1.428,
  1.407,
  1.643,
  1.909,
  2.089,
  2.147,
  2.063,
  1.928,
  1.784,
  1.585,
  1.196,
  0.747,
  0.429,
  0.37,
  0.518,
  1.118,
  1.408,
  1.594,
  1.643,
  1.738 ;

 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 ;

 wind_gust =
  7.15,
  4.665,
  5.449,
  6.35,
  9.29,
  11.25,
  15.44,
  14.27,
  16.15,
  14.9,
  15.44,
  15.05,
  15.05,
  14.54,
  13.33,
  12.11,
  10.98,
  10.58,
  9.56,
  8.47,
  8.08,
  7.25,
  6.821,
  6.194,
  5.018,
  5.919,
  3.998,
  4.822,
  5.41,
  4.469,
  6.233,
  9.13,
  9.45,
  10.35,
  10.07,
  9.76,
  10.54,
  9.64,
  9.45,
  9.84,
  8.94,
  9.8,
  10,
  12.5,
  11.29,
  12.62,
  10.86,
  10.39,
  10.82,
  11.17,
  12.66,
  13.45,
  11.72,
  11.6,
  12.43,
  10.98,
  10.98,
  10.15,
  9.21,
  9.02,
  7.29,
  5.978,
  6.429,
  7.64,
  7.8,
  6.194,
  7.1,
  4.861,
  6.703,
  5.684,
  5.762,
  3.626,
  4.077,
  3.92,
  3.646,
  2.979,
  1.764,
  0.588,
  0.706,
  0.902,
  0.431,
  0.353,
  1.568,
  2.548,
  3.998,
  3.763,
  4.116,
  5.645,
  3.038,
  2.822,
  4.861,
  3.606,
  5.057,
  4.743,
  5.37,
  7.92,
  7.64,
  6.978,
  8.51,
  8.94,
  10.15,
  10.39,
  11.64,
  10.62,
  10.47,
  11.84,
  11.41,
  12,
  12.23,
  12.07,
  10.9,
  10.78,
  13.48,
  15.68,
  16.46,
  16.07,
  16.19,
  16.42,
  16.76,
  15.6,
  14.78,
  15.88,
  12.84,
  14.62,
  12.11,
  12.35,
  13.25,
  12.9,
  12,
  11.25,
  9.49,
  8.55,
  7.06,
  6.546,
  5.41,
  5.292,
  3.41,
  3.332,
  1.176,
  1.921,
  3.332,
  1.333,
  0.039,
  1.646,
  5.057,
  7.41,
  8.19,
  8.27,
  7.76,
  8.15,
  8.08,
  11.52,
  12.23,
  11.05,
  11.09,
  10.47,
  12,
  11.8,
  10.98,
  11.6,
  11.84,
  11.25,
  10.23,
  10.78,
  9.53,
  7.94,
  7.84 ;

 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 ;

 wind_speed =
  4.77,
  4.113,
  4.71,
  5.557,
  7.72,
  8.87,
  12.24,
  12.24,
  13.43,
  12.74,
  12.67,
  12.62,
  12.48,
  11.97,
  10.91,
  10.08,
  9.64,
  8.92,
  8.09,
  6.925,
  5.885,
  5.729,
  5.451,
  4.575,
  3.926,
  3.948,
  3.208,
  3.988,
  4.625,
  3.545,
  4.627,
  7.76,
  8.09,
  8.76,
  8.67,
  7.91,
  8.81,
  8,
  8.02,
  8.08,
  7.29,
  7.82,
  8.34,
  10.61,
  10,
  10.31,
  9.28,
  8.46,
  9.08,
  9.37,
  10.52,
  10.19,
  10.16,
  10.07,
  10.71,
  9.53,
  9.04,
  8.43,
  7.42,
  6.133,
  5.305,
  4.42,
  4.217,
  5.951,
  5.901,
  4.768,
  5.212,
  3.981,
  5.315,
  4.205,
  4.006,
  2.079,
  2.629,
  2.663,
  2.288,
  1.901,
  0.332,
  0.046,
  0.157,
  0.073,
  0.01,
  0.016,
  0.497,
  1.42,
  2.566,
  2.835,
  3.256,
  4.683,
  1.594,
  1.564,
  3.492,
  2.574,
  3.685,
  3.84,
  4.531,
  6.739,
  6.214,
  6.284,
  7.13,
  7.8,
  8.54,
  8.68,
  9.48,
  8.9,
  8.92,
  9.67,
  9.61,
  10.33,
  10.28,
  10.18,
  9.25,
  9.2,
  11.3,
  12.35,
  13.42,
  13.05,
  13.57,
  13.37,
  13.18,
  12.71,
  12.32,
  12.08,
  9.73,
  11.66,
  10.02,
  10.25,
  10.13,
  10.73,
  10,
  9.47,
  8.32,
  6.875,
  5.614,
  4.909,
  3.814,
  4.101,
  2.429,
  2.087,
  0.019,
  0.768,
  2.7,
  0.407,
  0,
  1.16,
  4.111,
  5.814,
  6.849,
  6.642,
  6.314,
  6.76,
  6.947,
  9.64,
  10.33,
  9.27,
  9.48,
  8.77,
  9.27,
  9.86,
  9.33,
  9.9,
  9.81,
  9.52,
  8.89,
  8.63,
  8.11,
  6.559,
  6.708 ;

 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 ;

 wind_direction =
  269.4333,
  270.6333,
  284.8333,
  271.6333,
  274.3333,
  292.0333,
  304.4333,
  306.0333,
  308.6333,
  302.7333,
  301.3333,
  308.7333,
  311.0333,
  321.2333,
  318.7333,
  321.2333,
  317.9333,
  319.8333,
  326.7333,
  327.8333,
  338.5333,
  357.0333,
  12.6633,
  16.8933,
  25.3433,
  57.7333,
  74.3333,
  80.0333,
  76.4333,
  87.1333,
  104.9333,
  68.4333,
  88.6333,
  69.2333,
  77.1333,
  75.6333,
  76.7333,
  64.2333,
  57.7333,
  43.6733,
  49.5933,
  45.8233,
  40.5333,
  13.1233,
  24.6933,
  27.2533,
  29.0133,
  21.4933,
  16.5733,
  14.9533,
  20.6933,
  14.0633,
  10.2933,
  10.6733,
  12.5233,
  23.9433,
  9.5333,
  13.2433,
  6.8633,
  3.4933,
  6.9733,
  21.9233,
  14.3033,
  0.1633,
  346.5363,
  348.1433,
  327.4333,
  346.3393,
  357.6933,
  338.9333,
  325.8333,
  304.5333,
  287.0333,
  297.0333,
  318.7333,
  309.3333,
  293.0333,
  267.2333,
  235.5333,
  24.4933,
  332.9333,
  159.7333,
  125.8333,
  116.2333,
  136.0333,
  138.1333,
  135.9333,
  153.1333,
  142.1333,
  121.6333,
  142.4333,
  135.3333,
  124.2333,
  94.8333,
  96.6333,
  90.1333,
  80.7333,
  79.1333,
  88.7333,
  86.7333,
  73.1333,
  66.3333,
  53.0333,
  52.8333,
  48.3533,
  40.1033,
  39.4433,
  38.6333,
  38.5533,
  35.1733,
  38.3933,
  31.6633,
  14.6133,
  8.2533,
  4.1933,
  10.5933,
  10.2333,
  10.4433,
  303.0333,
  7.8833,
  10.5633,
  8.6833,
  0.7533,
  358.0733,
  347.4743,
  343.7443,
  332.5333,
  332.3333,
  318.2333,
  322.4333,
  337.0333,
  327.7333,
  303.9333,
  305.2333,
  301.0333,
  261.4333,
  258.2333,
  220.4333,
  184.6333,
  103.9333,
  150.3333,
  107.5333,
  98.8333,
  260.6333,
  282.0333,
  280.1333,
  275.0333,
  277.4333,
  276.6333,
  271.2333,
  268.0333,
  262.6333,
  268.9333,
  266.4333,
  272.4333,
  275.3333,
  280.1333,
  283.4333,
  286.2333,
  281.9333,
  275.0333,
  281.8333,
  280.0333,
  277.3333,
  280.9333,
  286.7333,
  290.3333 ;

 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 ;

 visibility =
  686.0548,
  289.2888,
  1755.911,
  2493.578,
  2729.655,
  2696.616,
  2610.115,
  2586.687,
  2599.302,
  2702.624,
  2630.539,
  2595.097,
  2602.906,
  2719.443,
  2674.991,
  2717.641,
  2661.776,
  2676.793,
  2684.602,
  2148.773,
  1247.714,
  2634.143,
  2891.846,
  2903.86,
  2921.28,
  2897.252,
  2917.075,
  2908.065,
  2924.885,
  2906.864,
  2887.641,
  2883.436,
  2832.977,
  2854.602,
  2813.754,
  2806.546,
  2798.736,
  2804.743,
  2759.09,
  2854.001,
  2816.157,
  2872.022,
  2839.584,
  2784.32,
  2858.807,
  2864.213,
  2890.644,
  2899.655,
  2874.425,
  2889.443,
  2833.577,
  2771.104,
  2798.136,
  2861.21,
  2856.404,
  2837.182,
  2852.199,
  2718.242,
  2728.454,
  2695.415,
  2620.927,
  2369.833,
  2749.479,
  1733.085,
  1907.289,
  2843.189,
  2894.849,
  2837.782,
  2786.722,
  2829.372,
  2914.072,
  2938.701,
  2929.69,
  2937.499,
  2928.489,
  2939.902,
  2942.305,
  2946.51,
  2937.499,
  2935.097,
  2940.503,
  2942.906,
  2922.482,
  2861.21,
  2873.224,
  2901.457,
  2920.079,
  2881.634,
  2908.666,
  2898.454,
  2916.475,
  2887.641,
  2909.266,
  2893.047,
  2900.856,
  2885.839,
  2907.464,
  2897.853,
  2872.022,
  2864.814,
  2830.574,
  2822.765,
  2801.139,
  2798.736,
  2846.192,
  2827.57,
  2795.132,
  2711.033,
  2777.712,
  2822.164,
  2397.465,
  2676.793,
  2226.865,
  1913.897,
  478.2107,
  90.57534,
  389.967,
  1821.388,
  -1.328412,
  2046.653,
  2154.78,
  2369.232,
  2292.942,
  458.9881,
  1832.201,
  1912.696,
  2257.501,
  2790.326,
  2947.711,
  2682.199,
  2951.316,
  2956.722,
  2897.252,
  2740.468,
  2794.531,
  2841.987,
  2817.959,
  2852.199,
  2528.419,
  1937.925,
  2326.582,
  2611.316,
  2302.553,
  2583.083,
  2798.736,
  2867.217,
  2798.136,
  2693.613,
  2688.207,
  2729.054,
  2708.03,
  2721.846,
  2711.634,
  2665.38,
  2640.751,
  2641.352,
  2715.839,
  2735.062,
  2738.666,
  2465.345,
  2264.108,
  2148.172,
  2192.024,
  2215.451,
  1964.356,
  2337.395,
  2714.037 ;

 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,
  1,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0 ;
}
