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 = 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 = "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 = 2452974.04167244 ;
		:starting_julian_day_string = "2003-11-30 01:00:00" ;
		:ending_julian_day_number = 2452981.00000579 ;
		:ending_julian_day_string = "2003-12-07 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 = 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, 
    2452980.54166667, 2452980.58333333, 2452980.625, 2452980.66666667, 
    2452980.70833333, 2452980.75, 2452980.79166667, 2452980.83333333, 
    2452980.875, 2452980.91666667, 2452980.95833333, 2452981 ;

 air_temperature =
  4.823,
  4.331,
  5.032,
  5.461,
  5.334,
  5.185,
  4.906,
  5.141,
  5.249,
  5.618,
  5.92,
  6.38,
  6.622,
  6.79,
  6.752,
  6.773,
  6.632,
  6.645,
  6.382,
  6.644,
  6.798,
  7.05,
  7.34,
  7.45,
  7.44,
  7.5,
  7.59,
  7.51,
  7.62,
  7.81,
  7.9,
  8.13,
  8.16,
  8.22,
  8.54,
  8.85,
  9.26,
  9.28,
  9.25,
  9.14,
  8.87,
  8.57,
  7.66,
  7.62,
  6.873,
  6.887,
  5.982,
  5.203,
  4.695,
  3.796,
  3.595,
  2.896,
  2.54,
  2.458,
  1.998,
  1.534,
  1.413,
  1.466,
  1.231,
  0.689,
  0.497,
  -1.761,
  -1.4,
  -1.202,
  -1.447,
  -1.374,
  -1.54,
  -1.411,
  -2.197,
  -1.558,
  -2.263,
  -2.859,
  -3.646,
  -3.885,
  -4.368,
  -4.77,
  -4.576,
  -4.303,
  -4.093,
  -4.115,
  -3.662,
  -3.812,
  -3.844,
  -3.524,
  -3.608,
  -2.988,
  -2.895,
  -2.824,
  -2.37,
  -2.402,
  -2.304,
  -1.706,
  -1.323,
  -0.928,
  -2.06,
  -2.586,
  -2.699,
  -2.236,
  -2.384,
  -2.208,
  -1.922,
  -2.023,
  -1.796,
  -1.883,
  -2.26,
  -2.006,
  -2.078,
  -2.097,
  -2.549,
  -2.501,
  -2.437,
  -2.28,
  -2.057,
  -2.068,
  -2.13,
  -1.747,
  -1.208,
  -0.922,
  -0.911,
  -0.525,
  -1.179,
  -1.994,
  -2.613,
  -3.054,
  -3.441,
  -3.772,
  -4.082,
  -3.442,
  -3.986,
  -4.525,
  -4.735,
  -4.871,
  -5.028,
  -4.85,
  -4.633,
  -4.653,
  -4.853,
  -4.559,
  -4.35,
  -4.051,
  -3.848,
  -3.614,
  -3.11,
  -2.582,
  -2.086,
  -1.305,
  -0.448,
  -0.205,
  0.557,
  0.093,
  -0.11,
  -0.214,
  0.121,
  0.464,
  0.89,
  0.842,
  0.582,
  1.12,
  1.183,
  1.53,
  1.478,
  0.968,
  1.413,
  2.072,
  2.164,
  2.385,
  2.398,
  2.26 ;

 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 =
  21.95,
  23.76,
  20.38,
  22.19,
  20.78,
  20.15,
  19.91,
  18.89,
  17.33,
  16.23,
  16.9,
  17.09,
  13.99,
  14.82,
  14.39,
  15.33,
  14.62,
  15.29,
  12.84,
  13.25,
  12,
  13.37,
  14.15,
  13.96,
  13.01,
  12.5,
  14.15,
  13.41,
  13.29,
  11.37,
  10.15,
  11.6,
  12.58,
  12.82,
  15.41,
  14.43,
  14.74,
  14.66,
  13.84,
  15.44,
  17.21,
  18.74,
  15.58,
  15.21,
  14.39,
  15.48,
  15.95,
  17.21,
  16.9,
  16.54,
  15.64,
  15.92,
  15.76,
  14.66,
  14.39,
  14.07,
  12.47,
  12.07,
  10.82,
  8.86,
  12.58,
  12.94,
  12.15,
  13.17,
  14.31,
  13.41,
  14.74,
  12.62,
  13.68,
  14.97,
  15.8,
  17.17,
  14.74,
  15.13,
  14.27,
  14.03,
  12.98,
  13.45,
  13.8,
  14.58,
  14.19,
  14.35,
  13.56,
  15.72,
  15.17,
  15.72,
  15.21,
  13.6,
  14.74,
  15.25,
  17.84,
  17.09,
  16.58,
  18.07,
  15.56,
  16.74,
  16.58,
  17.17,
  15.33,
  15.17,
  14.78,
  14.15,
  14.97,
  14.54,
  12.78,
  13.05,
  12.5,
  12.58,
  12.94,
  12.47,
  13.17,
  14.11,
  12.35,
  11.52,
  11.6,
  12.5,
  12.5,
  12.43,
  11.49,
  10.15,
  11.25,
  11.56,
  11.02,
  11.41,
  10.43,
  10.04,
  9.25,
  9.68,
  9.45,
  9.92,
  8.23,
  8.7,
  8.51,
  7.21,
  8.08,
  6.782,
  5.684,
  5.802,
  5.645,
  5.018,
  6.625,
  5.919,
  7.21,
  8.66,
  9.88,
  10.7,
  14.19,
  13.13,
  13.29,
  15.72,
  14.7,
  16.97,
  17.05,
  17.95,
  16.78,
  17.64,
  18.97,
  17.44,
  18.58,
  18.46,
  20.93,
  21.05,
  23.25,
  21.48,
  21.44,
  23.32,
  22.07,
  24.81 ;

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

 wind_speed =
  17.61,
  18.32,
  16.18,
  17.57,
  17.7,
  16.7,
  16.25,
  15.47,
  13.88,
  13.45,
  13.35,
  13.62,
  11.92,
  12.57,
  12.65,
  12.68,
  12.13,
  12.2,
  10.61,
  11.37,
  9.97,
  10.93,
  11.89,
  11.42,
  10.53,
  10.18,
  11.72,
  11.48,
  11.09,
  9.34,
  8.25,
  9.65,
  10.33,
  10.75,
  12.97,
  12.2,
  12.19,
  12.2,
  11.99,
  12.84,
  14.33,
  15.48,
  11.59,
  11.53,
  12.27,
  12.94,
  13.16,
  13.97,
  13.9,
  13.38,
  13.05,
  12.54,
  12.29,
  11.7,
  11.48,
  10.74,
  9.82,
  9.16,
  7.98,
  6.568,
  10.36,
  10.62,
  9.43,
  10.66,
  11.33,
  10.73,
  11,
  10.61,
  10.58,
  12.17,
  12.87,
  13.3,
  12.2,
  11.72,
  12,
  11.33,
  10.37,
  10.59,
  10.39,
  11.3,
  11.24,
  11.11,
  11.19,
  12.92,
  12.6,
  12.41,
  12.75,
  11.81,
  11.92,
  12.51,
  13.23,
  13.27,
  13.45,
  13.52,
  12.68,
  13.48,
  13.37,
  13,
  11.95,
  12.33,
  11.72,
  11.52,
  11.24,
  11.29,
  10.66,
  9.91,
  10.07,
  9.54,
  10.07,
  9.85,
  9.43,
  11.02,
  10.12,
  9.57,
  8.62,
  9.1,
  9.79,
  9.83,
  9.16,
  8.57,
  8.92,
  8.84,
  8.2,
  8.88,
  8.39,
  7.46,
  5.737,
  8.06,
  7.48,
  7.2,
  6.557,
  6.834,
  6.368,
  4.859,
  5.218,
  4.084,
  3.169,
  4.114,
  3.734,
  3.314,
  3.926,
  4.289,
  5.219,
  6.732,
  7.64,
  8.19,
  10.5,
  10.61,
  10.96,
  12.52,
  12.37,
  13.12,
  13.31,
  13.9,
  13.96,
  14.33,
  14.54,
  13.6,
  15.05,
  15.7,
  16.6,
  17.57,
  18.32,
  18.07,
  17.45,
  18.92,
  18.62,
  19.43 ;

 wind_speed_qc =
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0 ;

 wind_direction =
  266.37,
  266.17,
  271.77,
  265.67,
  264.97,
  266.97,
  269.77,
  277.47,
  275.77,
  272.37,
  269.17,
  260.97,
  258.17,
  257.37,
  252.97,
  253.47,
  254.47,
  255.47,
  260.57,
  260.97,
  257.47,
  256.87,
  259.57,
  259.87,
  270.47,
  261.37,
  265.97,
  268.07,
  267.97,
  267.57,
  252.97,
  224.77,
  214.17,
  198.87,
  195.67,
  197.67,
  215.57,
  224.07,
  240.37,
  242.97,
  257.57,
  267.67,
  290.57,
  287.67,
  283.27,
  278.27,
  294.57,
  295.47,
  305.07,
  300.07,
  297.57,
  294.27,
  304.47,
  296.07,
  301.37,
  298.97,
  286.47,
  286.97,
  311.77,
  331.17,
  333.87,
  338.77,
  344.941,
  326.67,
  327.97,
  330.77,
  320.27,
  319.27,
  317.57,
  313.17,
  327.67,
  328.67,
  334.97,
  326.17,
  339.27,
  336.37,
  323.57,
  324.67,
  331.37,
  339.17,
  323.27,
  324.17,
  319.67,
  343.288,
  333.17,
  332.07,
  329.87,
  327.07,
  324.77,
  318.77,
  315.87,
  319.47,
  315.27,
  329.77,
  327.87,
  340.97,
  333.07,
  321.87,
  325.97,
  339.07,
  328.87,
  325.07,
  320.77,
  320.57,
  319.27,
  316.37,
  303.37,
  295.27,
  308.47,
  307.27,
  321.07,
  308.27,
  302.97,
  297.97,
  303.87,
  304.07,
  301.37,
  298.97,
  305.37,
  311.77,
  334.77,
  339.77,
  347.205,
  336.67,
  338.57,
  334.07,
  337.87,
  331.17,
  332.57,
  327.67,
  320.87,
  325.87,
  336.77,
  341.07,
  349.78,
  347.728,
  338.97,
  8.71,
  7.9,
  23.95,
  36.7,
  32.04,
  41.3,
  45.74,
  57.67,
  62.97,
  63.77,
  65.07,
  80.17,
  80.57,
  68.57,
  77.97,
  72.97,
  80.37,
  68.77,
  73.97,
  72.37,
  69.37,
  67.97,
  75.67,
  67.97,
  62.87,
  64.37,
  63.77,
  67.57,
  63.67,
  61.47,
  61.27 ;

 wind_direction_qc =
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0 ;

 visibility =
  2820.962,
  1885.063,
  2753.083,
  2143.367,
  2316.97,
  2790.927,
  2745.274,
  2875.026,
  2898.454,
  2949.513,
  2938.1,
  2954.92,
  2953.118,
  2915.874,
  2645.556,
  2471.352,
  2948.312,
  2936.899,
  2954.319,
  2953.719,
  2956.121,
  2956.121,
  2956.121,
  2892.447,
  2955.521,
  2956.121,
  2955.521,
  2956.121,
  2952.517,
  2953.118,
  2956.121,
  2955.521,
  2952.517,
  2943.506,
  2835.98,
  2702.624,
  2587.288,
  2887.04,
  2565.062,
  2823.966,
  2942.305,
  2951.916,
  2434.108,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2935.697,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2951.916,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2014.816,
  2954.319,
  2863.012,
  2860.609,
  2950.715,
  2925.485,
  2955.521,
  2953.719,
  2899.054,
  2923.683,
  2956.121,
  2932.093,
  2955.521,
  2800.539,
  2832.977,
  2936.899,
  2899.054,
  2956.121,
  2908.666,
  2948.913,
  2954.92,
  2946.51,
  2939.902,
  2948.913,
  2906.263,
  2932.093,
  2947.711,
  2924.284,
  2711.033,
  2922.482,
  2927.888,
  2894.249,
  2944.107,
  2911.669,
  2861.811,
  2881.634,
  2948.312,
  2924.885,
  2944.708,
  2872.022,
  2906.864,
  2951.316,
  2942.906,
  2929.09,
  2899.054,
  2956.121,
  2919.478,
  2718.843,
  2945.909,
  2954.319,
  2954.92,
  2894.849,
  2932.694,
  2897.853,
  2954.92,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2932.093,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2936.899,
  2956.121,
  2956.121,
  2775.91,
  2872.623,
  2939.302,
  2953.118,
  2956.121,
  2936.899,
  2948.913,
  2935.097,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2888.842,
  2939.902,
  2942.906,
  2875.026,
  2843.189,
  2897.853,
  2904.461,
  2780.715,
  2675.592,
  2382.448,
  2154.179,
  741.9204,
  1806.971,
  1319.799,
  820.0121,
  1048.881,
  1188.845,
  985.8069 ;

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