netcdf L0104.met.realtime {
dimensions:
	lat = 1 ;
	lon = 1 ;
	air_temperature_depth = 1 ;
	visibility_depth = 1 ;
	wind_depth = 1 ;
	time = 156 ;
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 = "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 = 2452974.04167244 ;
		:starting_julian_day_string = "2003-11-30 01:00:00" ;
		:ending_julian_day_number = 2452980.50000579 ;
		:ending_julian_day_string = "2003-12-06 12: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 = 2452974.04166667, 2452974.08333333, 2452974.125, 2452974.16666667, 
    2452974.20833333, 2452974.25, 2452974.29166667, 2452974.33333333, 
    2452974.375, 2452974.41666667, 2452974.45833333, 2452974.5, 
    2452974.54166667, 2452974.58333333, 2452974.625, 2452974.66666667, 
    2452974.70833333, 2452974.75, 2452974.79166667, 2452974.83333333, 
    2452974.875, 2452974.91666667, 2452974.95833333, 2452975, 
    2452975.04166667, 2452975.08333333, 2452975.125, 2452975.16666667, 
    2452975.20833333, 2452975.25, 2452975.29166667, 2452975.33333333, 
    2452975.375, 2452975.41666667, 2452975.45833333, 2452975.5, 
    2452975.54166667, 2452975.58333333, 2452975.625, 2452975.66666667, 
    2452975.70833333, 2452975.75, 2452975.79166667, 2452975.83333333, 
    2452975.875, 2452975.91666667, 2452975.95833333, 2452976, 
    2452976.04166667, 2452976.08333333, 2452976.125, 2452976.16666667, 
    2452976.20833333, 2452976.25, 2452976.29166667, 2452976.33333333, 
    2452976.375, 2452976.41666667, 2452976.45833333, 2452976.5, 
    2452976.54166667, 2452976.58333333, 2452976.625, 2452976.66666667, 
    2452976.70833333, 2452976.75, 2452976.79166667, 2452976.83333333, 
    2452976.875, 2452976.91666667, 2452976.95833333, 2452977, 
    2452977.04166667, 2452977.08333333, 2452977.125, 2452977.16666667, 
    2452977.20833333, 2452977.25, 2452977.29166667, 2452977.33333333, 
    2452977.375, 2452977.41666667, 2452977.45833333, 2452977.5, 
    2452977.54166667, 2452977.58333333, 2452977.625, 2452977.66666667, 
    2452977.70833333, 2452977.75, 2452977.79166667, 2452977.83333333, 
    2452977.875, 2452977.91666667, 2452977.95833333, 2452978, 
    2452978.04166667, 2452978.08333333, 2452978.125, 2452978.16666667, 
    2452978.20833333, 2452978.25, 2452978.29166667, 2452978.33333333, 
    2452978.375, 2452978.41666667, 2452978.45833333, 2452978.5, 
    2452978.54166667, 2452978.58333333, 2452978.625, 2452978.66666667, 
    2452978.70833333, 2452978.75, 2452978.79166667, 2452978.83333333, 
    2452978.875, 2452978.91666667, 2452978.95833333, 2452979, 
    2452979.04166667, 2452979.08333333, 2452979.125, 2452979.16666667, 
    2452979.20833333, 2452979.25, 2452979.29166667, 2452979.33333333, 
    2452979.375, 2452979.41666667, 2452979.45833333, 2452979.5, 
    2452979.54166667, 2452979.58333333, 2452979.625, 2452979.66666667, 
    2452979.70833333, 2452979.75, 2452979.79166667, 2452979.83333333, 
    2452979.875, 2452979.91666667, 2452979.95833333, 2452980, 
    2452980.04166667, 2452980.08333333, 2452980.125, 2452980.16666667, 
    2452980.20833333, 2452980.25, 2452980.29166667, 2452980.33333333, 
    2452980.375, 2452980.41666667, 2452980.45833333, 2452980.5 ;

 air_temperature =
  6.039,
  5.286,
  4.333,
  4.674,
  5.07,
  5.684,
  5.338,
  5.309,
  5.282,
  5.309,
  5.372,
  5.629,
  6.259,
  6.701,
  6.888,
  6.875,
  6.909,
  6.957,
  7.03,
  7.11,
  6.768,
  6.857,
  6.938,
  7.25,
  7.56,
  7.54,
  7.56,
  7.6,
  7.67,
  7.57,
  7.66,
  7.63,
  7.79,
  7.99,
  8.07,
  8.17,
  8.55,
  8.92,
  9.33,
  9.43,
  9.1,
  8.94,
  8.74,
  7.68,
  7.72,
  7.43,
  6.928,
  6.095,
  5.044,
  4.277,
  3.547,
  2.442,
  1.704,
  2.315,
  1.862,
  1.743,
  1.623,
  1.406,
  1.515,
  1.147,
  1.073,
  0.101,
  -0.012,
  -1.152,
  -1.072,
  -1.15,
  -1.212,
  -1.459,
  -1.585,
  -1.609,
  -2.022,
  -2.408,
  -2.927,
  -3.5,
  -3.783,
  -4.205,
  -4.56,
  -4.481,
  -4.17,
  -3.923,
  -3.781,
  -3.407,
  -3.495,
  -3.512,
  -3.602,
  -3.387,
  -3.812,
  -3.662,
  -3.347,
  -2.843,
  -2.589,
  -2.244,
  -1.869,
  -1.464,
  -1.772,
  -2.267,
  -2.558,
  -2.614,
  -2.635,
  -3.359,
  -2.814,
  -2.672,
  -2.546,
  -2.725,
  -2.716,
  -2.563,
  -2.513,
  -2.621,
  -2.584,
  -3.327,
  -3.159,
  -3.156,
  -3.285,
  -2.563,
  -2.401,
  -2.008,
  -1.903,
  -1.659,
  -1.228,
  -1.516,
  -2.131,
  -2.771,
  -3.046,
  -3.561,
  -3.726,
  -3.991,
  -3.889,
  -4.249,
  -4.332,
  -3.847,
  -3.627,
  -4.163,
  -4.409,
  -4.508,
  -4.471,
  -4.24,
  -4.268,
  -4.408,
  -4.337,
  -4.095,
  -3.818,
  -3.426,
  -2.978,
  -2.857,
  -2.873,
  -3.03,
  -2.573,
  -2.79,
  -3.391,
  -3.334,
  -2.808,
  -2.481,
  -2.206,
  -2.004,
  -1.759,
  -1.563 ;

 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 ;

 wind_gust =
  21.21,
  20.89,
  21.76,
  21.68,
  20.23,
  20.07,
  18.78,
  19.91,
  19.56,
  18.72,
  16.78,
  16.31,
  14.15,
  12.78,
  14.35,
  12.82,
  14.46,
  14.97,
  12.94,
  13.25,
  12.82,
  13.21,
  12.94,
  12.19,
  13.33,
  12.27,
  11.33,
  12.11,
  12.66,
  11.25,
  9.06,
  9.13,
  9.53,
  9.72,
  11.96,
  13.45,
  14.94,
  14.58,
  13.48,
  15.8,
  15.88,
  16.27,
  17.09,
  15.52,
  16.27,
  17.33,
  17.01,
  17.76,
  17.13,
  16.86,
  15.92,
  14.97,
  12.9,
  15.44,
  12.07,
  13.92,
  12.86,
  15.13,
  13.52,
  12.94,
  10.04,
  9.25,
  11.88,
  13.88,
  11.68,
  13.01,
  13.21,
  13.72,
  17.01,
  15.05,
  14.74,
  13.88,
  13.37,
  13.84,
  11.49,
  12.31,
  13.37,
  13.25,
  13.21,
  14.27,
  13.68,
  13.21,
  14.7,
  15.6,
  16.03,
  13.8,
  15.05,
  13.72,
  14.5,
  14.9,
  15.29,
  16.11,
  14.54,
  15.64,
  13.76,
  13.68,
  15.05,
  15.09,
  15.05,
  15.41,
  15.76,
  16.42,
  16.39,
  15.76,
  14.58,
  15.01,
  14.35,
  12.66,
  13.96,
  13.21,
  13.76,
  11.41,
  10.82,
  12.31,
  11.33,
  11.56,
  11.29,
  12.5,
  13.41,
  13.45,
  14.27,
  13.25,
  12.74,
  12.78,
  10.35,
  9.33,
  10.11,
  9.53,
  9.13,
  10.11,
  10.98,
  7.45,
  9.33,
  7.37,
  7.57,
  8.15,
  8.58,
  6.39,
  5.841,
  5.919,
  5.41,
  4.704,
  5.174,
  7.6,
  8,
  10.86,
  11.64,
  12.98,
  12.7,
  14.39,
  13.96,
  13.17,
  14.78,
  14.94,
  16.46,
  16.82 ;

 wind_gust_qc =
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0 ;

 wind_speed =
  17.02,
  16.44,
  16.93,
  17.76,
  16.54,
  17.05,
  15.89,
  16.17,
  16.26,
  14.49,
  13.97,
  13.07,
  11.45,
  10.63,
  11.81,
  10.98,
  11.62,
  12.43,
  10.8,
  10.74,
  10.37,
  11.03,
  10.38,
  10.26,
  10.63,
  10.61,
  9.23,
  9.51,
  10.83,
  9.58,
  7.01,
  7.1,
  8.09,
  8.38,
  10.11,
  11.19,
  12.18,
  11.84,
  11.52,
  12.37,
  13.35,
  13.59,
  14.5,
  13.06,
  13.58,
  13.63,
  14.5,
  14.14,
  13.84,
  13.37,
  11.18,
  10.76,
  9.46,
  10.06,
  9.67,
  10.19,
  10.83,
  11.79,
  11.22,
  10.96,
  7.94,
  7.05,
  9.06,
  10.82,
  8.69,
  9.69,
  10.84,
  11.32,
  11.72,
  11.67,
  11.45,
  10.72,
  9.81,
  10.56,
  8.89,
  10.28,
  11.41,
  10.2,
  10.78,
  10.91,
  10.72,
  10.96,
  11.36,
  12.15,
  12.61,
  11.22,
  12.21,
  11.74,
  11.66,
  11.56,
  12.69,
  12.64,
  11.86,
  12.45,
  11.39,
  11.51,
  12.35,
  12.43,
  11.28,
  11.54,
  12.54,
  13.19,
  12.84,
  12.38,
  12.27,
  11.61,
  10.82,
  10.41,
  10.83,
  10.77,
  11.12,
  9.33,
  8.16,
  9.31,
  8.89,
  9.24,
  8.63,
  10.37,
  9.53,
  9.69,
  10.97,
  9.96,
  9.73,
  8.2,
  7.74,
  7.45,
  8.06,
  6.516,
  5.947,
  7.58,
  8.22,
  5.657,
  6.943,
  5.107,
  5.609,
  6.039,
  6.232,
  4.5,
  4.196,
  3.366,
  3.313,
  2.157,
  3.685,
  5.644,
  5.501,
  7.65,
  9.71,
  10.64,
  10.83,
  11.81,
  11.81,
  10.58,
  12.15,
  12.23,
  13.35,
  13.46 ;

 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 ;

 wind_direction =
  248.9333,
  254.1333,
  251.8333,
  264.3333,
  265.4333,
  258.1333,
  262.7333,
  269.9333,
  275.7333,
  274.3333,
  276.6333,
  274.6333,
  271.5333,
  259.0333,
  249.1333,
  285.0333,
  241.5333,
  243.3333,
  242.1333,
  250.6333,
  254.3333,
  252.5333,
  258.0333,
  258.3333,
  263.1333,
  267.1333,
  267.1333,
  258.2333,
  257.7333,
  260.2333,
  257.5333,
  242.8333,
  225.3333,
  214.6333,
  200.2333,
  190.8333,
  188.9333,
  195.7333,
  236.6333,
  240.4333,
  248.3333,
  248.8333,
  260.2333,
  269.2333,
  274.6333,
  281.5333,
  287.4333,
  292.5333,
  295.1333,
  301.8333,
  296.0333,
  293.4333,
  302.0333,
  288.5333,
  289.6333,
  267.2333,
  283.7333,
  286.5333,
  289.5333,
  300.8333,
  312.7333,
  329.2333,
  334.8333,
  331.9333,
  326.9333,
  319.4333,
  306.4333,
  302.8333,
  294.3333,
  301.7333,
  305.4333,
  320.5333,
  306.5333,
  317.4333,
  315.0333,
  324.6333,
  331.1333,
  304.3333,
  310.5333,
  306.9333,
  306.5333,
  317.0333,
  309.0333,
  312.8333,
  315.9333,
  317.9333,
  322.8333,
  319.1333,
  323.1333,
  311.2333,
  309.8333,
  310.5333,
  320.2333,
  319.9333,
  325.2333,
  330.2333,
  320.0333,
  328.9333,
  332.3333,
  328.4333,
  324.7333,
  331.3333,
  320.0333,
  318.0333,
  312.5333,
  310.4333,
  330.6333,
  311.1333,
  323.8333,
  290.2333,
  327.2333,
  328.3333,
  319.1333,
  303.5333,
  308.0333,
  309.7333,
  303.2333,
  301.8333,
  310.4333,
  314.9333,
  334.6333,
  321.0333,
  318.7333,
  315.2333,
  312.7333,
  299.9333,
  314.8333,
  312.7333,
  327.2333,
  311.1333,
  300.2333,
  321.7333,
  319.6333,
  317.1333,
  307.6333,
  325.5333,
  326.6333,
  314.2333,
  332.9333,
  1.7833,
  357.9733,
  0.9833,
  45.2833,
  50.0233,
  57.8333,
  57.2333,
  44.2133,
  58.9333,
  58.9333,
  56.9333,
  62.4333,
  64.4333,
  61.1333,
  66.7333,
  69.2333,
  69.5333 ;

 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 ;

 visibility =
  2055.063,
  2006.406,
  1843.014,
  1917.501,
  2141.564,
  2140.363,
  2349.409,
  2304.956,
  2347.606,
  2518.808,
  2568.666,
  2533.825,
  2691.21,
  2672.588,
  2451.529,
  -1.33502,
  2596.899,
  2577.076,
  2583.083,
  2629.938,
  2642.553,
  2727.252,
  2698.418,
  2712.235,
  2684.602,
  2692.412,
  2677.394,
  2700.821,
  2729.655,
  2688.207,
  2749.479,
  2739.267,
  2728.454,
  2712.835,
  2655.168,
  2583.083,
  2437.712,
  2328.985,
  -1.33502,
  1406.301,
  2470.751,
  2447.924,
  2491.776,
  2061.07,
  2699.62,
  2727.252,
  2749.479,
  2693.613,
  2666.581,
  2691.21,
  2666.581,
  1809.975,
  2150.575,
  2723.648,
  2587.288,
  2350.61,
  2789.726,
  2734.461,
  2744.072,
  2751.281,
  2767.5,
  2769.302,
  2736.263,
  1697.643,
  2790.326,
  2680.397,
  2333.79,
  1766.724,
  2767.5,
  2685.804,
  2777.712,
  2769.302,
  2797.535,
  2279.126,
  2610.716,
  2871.422,
  2899.054,
  2899.054,
  2915.874,
  2903.259,
  2913.471,
  2911.669,
  2905.662,
  2906.864,
  2917.075,
  2911.068,
  2906.263,
  2899.054,
  2918.877,
  2905.061,
  2912.27,
  2901.457,
  2900.856,
  2899.054,
  2905.662,
  2887.641,
  2864.213,
  2765.097,
  2833.577,
  2926.687,
  2831.175,
  2778.913,
  2806.546,
  2772.906,
  2745.274,
  2824.567,
  2834.779,
  2656.369,
  2743.471,
  -1.325409,
  2875.627,
  2687.606,
  2644.355,
  2476.157,
  2609.514,
  2572.27,
  2618.525,
  2423.896,
  2736.864,
  2551.846,
  2898.454,
  2899.655,
  2895.45,
  2923.683,
  2917.075,
  2921.28,
  2888.241,
  2916.475,
  2734.461,
  2905.662,
  2917.676,
  2853.401,
  2891.846,
  2859.408,
  2873.224,
  2904.461,
  2875.627,
  2915.874,
  2875.627,
  2887.641,
  2896.051,
  2912.87,
  2909.867,
  2887.04,
  2891.245,
  2902.658,
  2887.04,
  2870.22,
  2858.807,
  2843.789,
  2830.574,
  2844.39,
  2798.136,
  2762.694,
  2583.684,
  2615.521 ;

 visibility_qc =
  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,
  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,
  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 ;
}
