netcdf F0107.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 = "Fri Sep 26 00:39:36 2003: ncrcat -d time,2452908.95832, F0107.met.realtime.nc tmp.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 = "RMYWM48492" ;
		:visibility_sensor_serial_number = "AANVS316" ;
		:processing = "realtime" ;
		:water_depth = 110 ;
		:mooring_site_id = "F0107" ;
		:mooring_site_desc = "W.Penobscot Bay" ;
		:breakout_id = 1 ;
		:delta_t = 60 ;
		:magnetic_variation = -17.4 ;
		:goes_platform_id = "044060B2" ;
		: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:  04-Sep-2003 14:40:07\n",
			"AAN_VIZ_1.2:  04-Sep-2003 14:40:07" ;
data:

 lat = 44.0556 ;

 lon = -68.9982 ;

 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 =
  2.828,
  2.296,
  2.739,
  3.269,
  3.265,
  3.104,
  2.698,
  2.699,
  3.309,
  3.857,
  4.527,
  5.102,
  5.624,
  5.442,
  5.633,
  5.662,
  5.79,
  6.211,
  6.594,
  6.983,
  6.501,
  6.207,
  6.167,
  5.991,
  5.996,
  5.761,
  6.234,
  6.362,
  6.553,
  6.668,
  6.981,
  7.65,
  7.73,
  8.04,
  8.31,
  8.06,
  8.12,
  7.96,
  7.99,
  8.4,
  6.28,
  7.15,
  6.669,
  6.304,
  5.331,
  4.102,
  3.071,
  2.366,
  1.503,
  1.316,
  0.578,
  0.247,
  0.005,
  -0.522,
  -1.146,
  -1.774,
  -2.053,
  -2.279,
  -1.757,
  -2.679,
  -3.139,
  -3.311,
  -3.144,
  -3.179,
  -2.993,
  -2.434,
  -2.335,
  -3.071,
  -3.508,
  -4.243,
  -5.312,
  -6.222,
  -6.813,
  -7.14,
  -6.924,
  -7.49,
  -7.49,
  -7.74,
  -7.58,
  -7.67,
  -7.68,
  -8.02,
  -7.56,
  -7.61,
  -7.16,
  -6.185,
  -5.164,
  -4.284,
  -3.736,
  -3.157,
  -2.248,
  -2.356,
  -2.965,
  -3.668,
  -4.089,
  -4.646,
  -5.04,
  -5.151,
  -5.632,
  -5.102,
  -4.804,
  -5.044,
  -5.225,
  -5.176,
  -5.635,
  -5.622,
  -5.588,
  -5.91,
  -5.581,
  -4.961,
  -4.301,
  -3.45,
  -2.913,
  -2.269,
  -2.348,
  -2.103,
  -2.057,
  -2.318,
  -3.009,
  -3.817,
  -4.494,
  -4.711,
  -4.922,
  -5.524,
  -6.018,
  -6.496,
  -6.882,
  -6.974,
  -7.22,
  -7.4,
  -7.37,
  -7.42,
  -6.911,
  -7,
  -7.16,
  -6.525,
  -6.049,
  -5.019,
  -4.795,
  -4.486,
  -4.318,
  -3.976,
  -3.913,
  -4.417,
  -4.434,
  -4.482,
  -4.426,
  -4.52,
  -5.095,
  -5.949,
  -6.283,
  -6.085,
  -5.088,
  -4.427,
  -4.39,
  -4.516,
  -4.254,
  -3.855,
  -3.183,
  -2.485,
  -2.218,
  -1.755,
  -1.29,
  -0.418,
  -0.486,
  -0.988,
  -1.27,
  -1.325 ;

 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 =
  16.23,
  15.48,
  15.48,
  14.66,
  15.64,
  15.84,
  15.17,
  11.52,
  13.25,
  14.03,
  12.94,
  13.17,
  12.27,
  13.96,
  12.74,
  11.05,
  10.35,
  9.37,
  7.06,
  7.37,
  10.15,
  8.11,
  11.21,
  8.55,
  6.86,
  8.62,
  10.47,
  11.25,
  9.37,
  8,
  7.21,
  10.54,
  14.62,
  14.82,
  13.92,
  13.23,
  13.88,
  13.45,
  14.23,
  13.96,
  13.99,
  16.58,
  18.58,
  15.99,
  14.5,
  13.52,
  11.21,
  10.94,
  8.86,
  10.27,
  13.17,
  11.21,
  10.94,
  10.62,
  10.58,
  8.39,
  8.94,
  8.43,
  9.8,
  10.66,
  11.49,
  12.5,
  12.31,
  11.25,
  10.86,
  12.35,
  13.96,
  12.66,
  13.6,
  15.05,
  13.72,
  14.54,
  14.94,
  12.98,
  13.56,
  12.9,
  12,
  13.84,
  14.03,
  12.54,
  13.52,
  11.13,
  13.25,
  11.8,
  13.21,
  13.29,
  12.9,
  15.52,
  13.56,
  13.48,
  12.23,
  13.33,
  12.54,
  12.03,
  10.54,
  9.6,
  8.04,
  9.41,
  8.35,
  9.06,
  8.94,
  8.15,
  7.64,
  7.57,
  8.15,
  9.6,
  10.04,
  9.11,
  9.6,
  8.23,
  9.21,
  9.37,
  8.98,
  10.04,
  9.53,
  8.55,
  8.74,
  7.96,
  9.02,
  9.84,
  9.21,
  7.64,
  8.43,
  9.25,
  7.8,
  8.27,
  8.86,
  8.31,
  8.08,
  8.19,
  7.25,
  6.429,
  7.49,
  9.37,
  6.703,
  7.1,
  6.39,
  5.645,
  4.978,
  3.489,
  5.41,
  8.39,
  8.11,
  8.51,
  9.68,
  10.47,
  12.11,
  12.74,
  12,
  13.29,
  11.96,
  13.41,
  14.54,
  14.66,
  14.35,
  14.35,
  14.78,
  15.13,
  16.19,
  15.95,
  15.05,
  15.52,
  15.95,
  17.64,
  17.64,
  18.58,
  17.37,
  19.29 ;

 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 =
  12.62,
  12.07,
  12.25,
  12.13,
  12.31,
  12.42,
  12.57,
  9.36,
  11.03,
  11.19,
  10.37,
  10.43,
  10.57,
  10.94,
  10.26,
  9.53,
  8.55,
  7.55,
  6.151,
  5.849,
  8.09,
  6.344,
  9.24,
  7.22,
  5.686,
  6.743,
  8.57,
  9.02,
  7.7,
  6.434,
  5.683,
  8.62,
  12.23,
  12.09,
  11.78,
  11.34,
  11.5,
  10.95,
  11.83,
  11.57,
  11.11,
  13.55,
  12.29,
  12.19,
  10.63,
  11.33,
  8.86,
  8.74,
  7.1,
  8.11,
  9.43,
  8.09,
  8.89,
  8.31,
  8.56,
  6.404,
  7.1,
  6.762,
  8.28,
  7.79,
  8.96,
  10.21,
  9.78,
  8.53,
  7.95,
  10.25,
  11.22,
  10.38,
  11.04,
  10.89,
  11.39,
  11.38,
  11.25,
  9.37,
  10.8,
  9.82,
  8.57,
  9.8,
  10.02,
  9.86,
  10.85,
  9.23,
  9.65,
  10.37,
  10.61,
  10.69,
  9.74,
  12.07,
  10.25,
  11.09,
  9.5,
  11.22,
  10.17,
  10.06,
  8.72,
  7.43,
  6.784,
  7.5,
  7.04,
  7.61,
  7.25,
  6.625,
  6.183,
  6.19,
  6.412,
  8.14,
  8.5,
  6.783,
  8.02,
  6.826,
  5.165,
  6.731,
  6.169,
  7.48,
  6.666,
  6.62,
  6.718,
  6.512,
  6.977,
  7.81,
  7.55,
  5.82,
  6.509,
  6.536,
  6.316,
  5.763,
  6.564,
  6.497,
  6.536,
  6.221,
  5.795,
  4.915,
  5.852,
  7.02,
  5.314,
  5.275,
  4.178,
  3.796,
  3.373,
  2.001,
  3.483,
  5.462,
  6.579,
  6.753,
  7.96,
  8.42,
  9.73,
  10.35,
  8.82,
  11.06,
  10.28,
  11.38,
  12.19,
  12.29,
  12.22,
  11.71,
  12.63,
  12.11,
  13.2,
  13.33,
  12.71,
  13.28,
  12.83,
  14.8,
  14.87,
  14.64,
  14.34,
  15.99 ;

 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 =
  250.1,
  248.1,
  244.2,
  252.7,
  250.7,
  249.2,
  252,
  249.7,
  239.9,
  234.2,
  243.7,
  244.3,
  247.9,
  245.7,
  243,
  251.9,
  245.5,
  246.9,
  247.4,
  253.7,
  254.7,
  249.4,
  256.7,
  262.8,
  256.6,
  255.1,
  237.7,
  245,
  249.2,
  253,
  234.1,
  219.4,
  198.3,
  209,
  214.2,
  234.5,
  228.4,
  230.7,
  235.1,
  255.2,
  287.7,
  291.4,
  282,
  281.4,
  295,
  286.3,
  283.3,
  278.4,
  288.5,
  273.1,
  293.8,
  297.2,
  293.9,
  297.3,
  297.7,
  295.1,
  301.7,
  298.1,
  319.6,
  330.9,
  340.4,
  317.7,
  310.3,
  320.2,
  320.3,
  338,
  315.3,
  309.8,
  322.5,
  311,
  308.3,
  310.7,
  317,
  322,
  323.4,
  310.8,
  313.1,
  306.3,
  306.1,
  306.5,
  312.4,
  309.3,
  299.5,
  301.6,
  305.1,
  301.3,
  304.4,
  329.5,
  327.8,
  313.9,
  319.5,
  302.8,
  310.6,
  338.2,
  333.7,
  305.9,
  291.5,
  292.7,
  296.2,
  295.7,
  278.8,
  273.8,
  288.6,
  285.5,
  280.9,
  281.4,
  273.7,
  289.9,
  288.3,
  297.7,
  310.2,
  300.7,
  315.1,
  315.2,
  303.1,
  300,
  310.9,
  306.4,
  320.2,
  332.9,
  347.297,
  325.5,
  352.91,
  342,
  359.01,
  350.19,
  342.1,
  340.4,
  357.57,
  351.51,
  347.962,
  355.08,
  348.911,
  354.9,
  348.998,
  11.5,
  4.71,
  352.63,
  358.87,
  20.39,
  15.04,
  25.64,
  49.2,
  62.6,
  53.5,
  63.6,
  56.7,
  53.1,
  47.72,
  42.52,
  55,
  36.38,
  30.63,
  33.81,
  30.02,
  31.89,
  35.15,
  34.94,
  36.18,
  38.13,
  37.53,
  38.13,
  39.8,
  44.76,
  49.43,
  38.03,
  35.81,
  33.36 ;

 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 =
  2963.93,
  2960.326,
  2963.93,
  2963.93,
  2963.93,
  2949.513,
  2963.93,
  2963.93,
  2963.93,
  2963.93,
  2963.93,
  2963.93,
  2963.93,
  2928.489,
  2145.169,
  2957.923,
  2441.317,
  2348.207,
  2870.821,
  2964.531,
  2963.93,
  2963.93,
  2963.93,
  2963.93,
  2963.93,
  2963.93,
  2963.93,
  2963.93,
  2963.33,
  2963.93,
  2963.93,
  2963.93,
  2941.104,
  2915.874,
  2886.439,
  2665.38,
  2926.687,
  1400.294,
  1169.623,
  1834.604,
  2854.602,
  2334.992,
  2347.006,
  2381.847,
  2963.93,
  2963.93,
  2963.93,
  2963.93,
  2963.93,
  2963.93,
  2963.93,
  2963.93,
  2963.93,
  2963.93,
  2963.93,
  2963.93,
  2963.93,
  2963.93,
  2963.93,
  2963.93,
  2963.93,
  2956.722,
  2934.496,
  2964.531,
  2957.923,
  2954.92,
  2493.578,
  2960.927,
  2964.531,
  2964.531,
  2964.531,
  2964.531,
  2945.309,
  2964.531,
  2964.531,
  2964.531,
  2895.45,
  2964.531,
  2964.531,
  2961.528,
  2896.651,
  2964.531,
  2934.496,
  2964.531,
  2963.93,
  2942.305,
  2947.711,
  2733.26,
  2955.521,
  2962.128,
  2957.323,
  2964.531,
  2964.531,
  2964.531,
  2964.531,
  2964.531,
  2964.531,
  2964.531,
  2964.531,
  2964.531,
  2964.531,
  2964.531,
  2964.531,
  2964.531,
  2964.531,
  2964.531,
  2964.531,
  2964.531,
  2961.528,
  2952.517,
  2965.132,
  2964.531,
  2964.531,
  2965.132,
  2965.132,
  2965.132,
  2964.531,
  2964.531,
  2964.531,
  2964.531,
  2964.531,
  2964.531,
  2964.531,
  2964.531,
  2964.531,
  2964.531,
  2964.531,
  2964.531,
  2964.531,
  2964.531,
  2964.531,
  2310.363,
  2863.012,
  2942.906,
  2965.733,
  2965.132,
  2965.132,
  2964.531,
  2965.132,
  2965.132,
  2964.531,
  2964.531,
  2964.531,
  2964.531,
  2964.531,
  2964.531,
  2964.531,
  2964.531,
  2964.531,
  2929.69,
  2953.118,
  2752.482,
  2019.021,
  1067.503,
  1895.275,
  1487.396,
  2629.938,
  2367.43,
  2355.416,
  1578.703,
  2834.178,
  2904.461,
  2938.1,
  2190.222,
  517.2565,
  1535.453,
  2954.319,
  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 ;
}
