netcdf L0104.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 = "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 = 2452995.00000579 ;
		:starting_julian_day_string = "2003-12-21 00:00:00" ;
		:ending_julian_day_number = 2453001.95833912 ;
		:ending_julian_day_string = "2003-12-27 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 = 2452995, 2452995.04166667, 2452995.08333333, 2452995.125, 
    2452995.16666667, 2452995.20833333, 2452995.25, 2452995.29166667, 
    2452995.33333333, 2452995.375, 2452995.41666667, 2452995.45833333, 
    2452995.5, 2452995.54166667, 2452995.58333333, 2452995.625, 
    2452995.66666667, 2452995.70833333, 2452995.75, 2452995.79166667, 
    2452995.83333333, 2452995.875, 2452995.91666667, 2452995.95833333, 
    2452996, 2452996.04166667, 2452996.08333333, 2452996.125, 
    2452996.16666667, 2452996.20833333, 2452996.25, 2452996.29166667, 
    2452996.33333333, 2452996.375, 2452996.41666667, 2452996.45833333, 
    2452996.5, 2452996.54166667, 2452996.58333333, 2452996.625, 
    2452996.66666667, 2452996.70833333, 2452996.75, 2452996.79166667, 
    2452996.83333333, 2452996.875, 2452996.91666667, 2452996.95833333, 
    2452997, 2452997.04166667, 2452997.08333333, 2452997.125, 
    2452997.16666667, 2452997.20833333, 2452997.25, 2452997.29166667, 
    2452997.33333333, 2452997.375, 2452997.41666667, 2452997.45833333, 
    2452997.5, 2452997.54166667, 2452997.58333333, 2452997.625, 
    2452997.66666667, 2452997.70833333, 2452997.75, 2452997.79166667, 
    2452997.83333333, 2452997.875, 2452997.91666667, 2452997.95833333, 
    2452998, 2452998.04166667, 2452998.08333333, 2452998.125, 
    2452998.16666667, 2452998.20833333, 2452998.25, 2452998.29166667, 
    2452998.33333333, 2452998.375, 2452998.41666667, 2452998.45833333, 
    2452998.5, 2452998.54166667, 2452998.58333333, 2452998.625, 
    2452998.66666667, 2452998.70833333, 2452998.75, 2452998.79166667, 
    2452998.83333333, 2452998.875, 2452998.91666667, 2452998.95833333, 
    2452999, 2452999.04166667, 2452999.08333333, 2452999.125, 
    2452999.16666667, 2452999.20833333, 2452999.25, 2452999.29166667, 
    2452999.33333333, 2452999.375, 2452999.41666667, 2452999.45833333, 
    2452999.5, 2452999.54166667, 2452999.58333333, 2452999.625, 
    2452999.66666667, 2452999.70833333, 2452999.75, 2452999.79166667, 
    2452999.83333333, 2452999.875, 2452999.91666667, 2452999.95833333, 
    2453000, 2453000.04166667, 2453000.08333333, 2453000.125, 
    2453000.16666667, 2453000.20833333, 2453000.25, 2453000.29166667, 
    2453000.33333333, 2453000.375, 2453000.41666667, 2453000.45833333, 
    2453000.5, 2453000.54166667, 2453000.58333333, 2453000.625, 
    2453000.66666667, 2453000.70833333, 2453000.75, 2453000.79166667, 
    2453000.83333333, 2453000.875, 2453000.91666667, 2453000.95833333, 
    2453001, 2453001.04166667, 2453001.08333333, 2453001.125, 
    2453001.16666667, 2453001.20833333, 2453001.25, 2453001.29166667, 
    2453001.33333333, 2453001.375, 2453001.41666667, 2453001.45833333, 
    2453001.5, 2453001.54166667, 2453001.58333333, 2453001.625, 
    2453001.66666667, 2453001.70833333, 2453001.75, 2453001.79166667, 
    2453001.83333333, 2453001.875, 2453001.91666667, 2453001.95833333 ;

 air_temperature =
  0.255,
  0.431,
  0.774,
  0.475,
  0.301,
  0.263,
  0.434,
  0.563,
  0.168,
  -0.206,
  -0.59,
  -0.865,
  -1.104,
  -1.191,
  -1.299,
  -1.096,
  -0.829,
  -0.286,
  0.738,
  1.253,
  2.174,
  2.212,
  2.771,
  3.291,
  3.634,
  4.025,
  3.905,
  4.146,
  4.179,
  3.896,
  3.879,
  3.909,
  4.035,
  3.947,
  4.042,
  4.031,
  4.068,
  4.389,
  4.688,
  5.106,
  5.364,
  5.48,
  5.812,
  5.983,
  5.982,
  5.963,
  6.039,
  6.111,
  6.137,
  6.056,
  6.072,
  6.197,
  6.071,
  6.223,
  6.307,
  6.412,
  6.224,
  6.104,
  6.092,
  6.012,
  6.034,
  6.171,
  6.519,
  6.494,
  6.495,
  6.482,
  6.44,
  6.414,
  6.499,
  6.581,
  6.66,
  6.66,
  6.786,
  6.901,
  6.858,
  7.18,
  7.19,
  7.25,
  7.44,
  7.33,
  7.35,
  7.35,
  7.49,
  7.81,
  8.2,
  8.29,
  8.25,
  8.17,
  8.57,
  8.41,
  8.87,
  8.93,
  8.53,
  8.43,
  8.87,
  8.59,
  8.7,
  9.89,
  9.88,
  9.3,
  9.87,
  8.96,
  8.7,
  8.33,
  8.18,
  8.32,
  8.03,
  8.05,
  8.42,
  8.41,
  9.77,
  9.17,
  8.86,
  7.72,
  8.08,
  8,
  7.62,
  8.16,
  8.1,
  8.16,
  7.35,
  6.551,
  6.799,
  6.685,
  6.476,
  6.464,
  6.458,
  5.988,
  5.614,
  5.332,
  5.108,
  4.835,
  4.793,
  4.527,
  4.615,
  3.914,
  3.956,
  3.583,
  3.942,
  3.386,
  2.531,
  3.136,
  2.779,
  3.453,
  3.808,
  4.387,
  3.896,
  2.604,
  2.759,
  2.823,
  3.094,
  3.567,
  3.668,
  2.996,
  3.263,
  3.334,
  3.489,
  3.708,
  3.714,
  2.977,
  2.865,
  2.718,
  2.516,
  2.487,
  2.069,
  1.928,
  1.77,
  1.811 ;

 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 =
  6.86,
  6.86,
  7.45,
  6.821,
  5.174,
  4.469,
  3.92,
  5.684,
  7.84,
  8.55,
  6.625,
  7.76,
  7.45,
  9.56,
  8.11,
  8.08,
  9.72,
  9.64,
  10.54,
  12.23,
  12.7,
  13.45,
  13.88,
  14.23,
  13.84,
  14.94,
  14.35,
  11.84,
  12.25,
  12.03,
  10.49,
  9.41,
  8.66,
  7.76,
  7.25,
  6.507,
  5.88,
  6.703,
  6.742,
  6.154,
  6.938,
  7.06,
  6.546,
  6.194,
  6.076,
  6.86,
  6.899,
  7.13,
  6.154,
  4.626,
  5.488,
  6.429,
  4.116,
  4.861,
  5.214,
  4.861,
  3.254,
  3.175,
  3.332,
  3.567,
  4.665,
  4.508,
  4.39,
  4.743,
  4.802,
  3.41,
  2.744,
  2.901,
  3.959,
  3.293,
  5.057,
  5.606,
  5.37,
  6.821,
  7.17,
  8.27,
  8.11,
  8.66,
  7.45,
  8.19,
  6.39,
  4.998,
  4.9,
  5.488,
  8.23,
  8.98,
  7.88,
  8.04,
  9.56,
  7.45,
  8.08,
  8.9,
  7.64,
  7.6,
  9.56,
  10.86,
  10.74,
  12.94,
  13.37,
  12.62,
  12.66,
  10.94,
  11.09,
  8.43,
  8.27,
  5.684,
  5.41,
  6.115,
  9.53,
  7.25,
  6.154,
  4.194,
  5.018,
  2.195,
  2.744,
  5.488,
  5.841,
  7.57,
  8.39,
  10.82,
  9.92,
  11.05,
  10.82,
  13.01,
  15.13,
  15.25,
  15.21,
  12.78,
  14.62,
  14.94,
  15.37,
  16.15,
  16.39,
  17.29,
  17.48,
  17.01,
  17.52,
  15.72,
  15.48,
  15.92,
  12.7,
  10.78,
  13.01,
  10.98,
  10.27,
  10.27,
  13.13,
  12.66,
  13.17,
  12.47,
  13.05,
  14.66,
  14.66,
  14.54,
  14.82,
  14.31,
  13.29,
  14.39,
  12.23,
  13.68,
  12.7,
  12.66,
  12.98,
  13.33,
  13.88,
  13.68,
  13.8,
  12.35 ;

 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 =
  5.104,
  5.12,
  5.216,
  4.752,
  4.169,
  2.901,
  2.822,
  4.329,
  5.723,
  6.466,
  5.022,
  5.882,
  6.085,
  6.955,
  6.331,
  6.08,
  6.495,
  7.48,
  8.25,
  8.69,
  10.38,
  11.38,
  11.43,
  11.46,
  11.45,
  12.25,
  11.65,
  10,
  10.36,
  10.26,
  8.03,
  7.33,
  7.24,
  6.203,
  5.124,
  5.017,
  3.952,
  5.313,
  5.524,
  5.191,
  5.507,
  5.856,
  5.422,
  5.165,
  4.677,
  5.791,
  6.024,
  5.822,
  5.031,
  3.853,
  4.593,
  5.421,
  2.887,
  3.881,
  4.267,
  4.199,
  2.454,
  2.414,
  2.749,
  3.055,
  4.186,
  3.912,
  3.826,
  4.251,
  3.844,
  2.822,
  2.093,
  2.361,
  3.317,
  2.777,
  4.433,
  4.739,
  4.702,
  5.847,
  6.322,
  7.17,
  6.938,
  7.43,
  6.484,
  7.04,
  5.2,
  4.076,
  4.164,
  4.833,
  7.33,
  7.98,
  7.02,
  7.15,
  8.26,
  6.148,
  7.04,
  7.85,
  6.508,
  6.497,
  8.17,
  9.43,
  9.45,
  11.32,
  11.58,
  10.64,
  10.73,
  9.43,
  9.11,
  6.973,
  7.27,
  4.528,
  4.473,
  5.128,
  8.49,
  4.258,
  3.588,
  2.748,
  3.87,
  1.34,
  1.693,
  4.408,
  5.033,
  6.247,
  6.454,
  9.19,
  8.54,
  9.05,
  9.09,
  11.19,
  12.29,
  12.46,
  12.47,
  11,
  12.47,
  12.79,
  12.56,
  13.4,
  13.82,
  14.06,
  13.86,
  13.82,
  14.28,
  12.96,
  12.42,
  13.39,
  10.42,
  8.9,
  10.79,
  8.35,
  8.78,
  8.32,
  10.39,
  10.63,
  10.5,
  10.3,
  10.65,
  12.13,
  11.81,
  12.38,
  12.54,
  11.43,
  10.6,
  10.55,
  10.56,
  10.9,
  10.6,
  10.71,
  11.18,
  10.79,
  11.59,
  11.59,
  11.51,
  10.38 ;

 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 =
  307.8333,
  304.8333,
  315.8333,
  323.6333,
  346.4553,
  332.0333,
  333.0333,
  320.3333,
  345.1593,
  330.9333,
  343.9763,
  314.0333,
  303.0333,
  295.4333,
  288.1333,
  279.0333,
  261.1333,
  262.5333,
  239.8333,
  237.5333,
  231.9333,
  234.9333,
  235.8333,
  235.0333,
  242.8333,
  248.8333,
  272.9333,
  268.7333,
  271.1333,
  280.3333,
  284.7333,
  286.6333,
  277.9333,
  286.0333,
  281.1333,
  266.5333,
  255.6333,
  242.5333,
  236.4333,
  224.4333,
  214.1333,
  219.5333,
  213.4333,
  217.1333,
  210.7333,
  209.6333,
  230.6333,
  234.3333,
  243.7333,
  244.1333,
  231.8333,
  244.1333,
  230.8333,
  237.1333,
  220.5333,
  237.3333,
  218.5333,
  209.5333,
  180.6333,
  183.1333,
  176.9333,
  182.0333,
  190.8333,
  196.7333,
  199.1333,
  201.9333,
  197.0333,
  187.1333,
  178.4333,
  172.5333,
  176.1333,
  179.4333,
  188.6333,
  186.6333,
  183.0333,
  197.0333,
  197.7333,
  195.9333,
  190.6333,
  194.7333,
  197.2333,
  193.1333,
  187.4333,
  201.3333,
  177.1333,
  173.4333,
  167.5333,
  171.6333,
  167.4333,
  167.3333,
  161.2333,
  150.6333,
  146.8333,
  151.1333,
  145.0333,
  139.4333,
  140.5333,
  150.9333,
  150.3333,
  142.3333,
  157.1333,
  160.6333,
  166.9333,
  169.1333,
  156.8333,
  173.5333,
  155.5333,
  134.9333,
  130.6333,
  193.5333,
  224.2333,
  181.2333,
  134.8333,
  209.1333,
  148.4333,
  141.8333,
  136.8333,
  164.9333,
  177.5333,
  193.4333,
  201.0333,
  217.8333,
  214.4333,
  215.8333,
  217.3333,
  220.1333,
  226.9333,
  236.6333,
  232.9333,
  233.8333,
  232.9333,
  233.4333,
  228.1333,
  226.5333,
  226.1333,
  228.8333,
  230.0333,
  221.1333,
  232.9333,
  242.7333,
  244.1333,
  248.3333,
  267.5333,
  241.3333,
  292.3333,
  277.7333,
  279.5333,
  290.5333,
  297.6333,
  306.9333,
  318.4333,
  324.9333,
  328.8333,
  329.1333,
  333.8333,
  344.8523,
  337.1333,
  338.1333,
  337.8333,
  342.9883,
  351.0133,
  341.9613,
  341.5333,
  338.9333,
  347.6253,
  351.5533,
  352.6233,
  353.1033 ;

 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 =
  2904.461,
  2923.083,
  2911.669,
  2920.68,
  2908.065,
  2901.457,
  2911.068,
  2917.676,
  2905.662,
  2891.846,
  2887.641,
  2896.651,
  2853.401,
  2873.224,
  2838.383,
  2805.344,
  2871.422,
  2683.401,
  1923.508,
  2804.743,
  2816.758,
  2792.129,
  2750.079,
  2644.956,
  2603.507,
  2644.355,
  2569.868,
  2684.602,
  2729.655,
  2753.083,
  2835.98,
  2835.98,
  2829.973,
  2814.355,
  2838.984,
  2850.397,
  2847.394,
  2814.956,
  2653.966,
  1575.099,
  2280.928,
  2786.122,
  2609.514,
  2572.27,
  1740.894,
  2720.044,
  2717.041,
  2696.016,
  2724.85,
  2726.051,
  2726.051,
  2734.461,
  2703.825,
  2675.592,
  2607.712,
  2631.14,
  2605.91,
  2610.716,
  2529.02,
  2504.991,
  2481.564,
  1913.897,
  2267.713,
  2051.459,
  2202.836,
  2210.646,
  2216.052,
  2274.32,
  2264.709,
  2259.303,
  2281.529,
  2351.211,
  2418.49,
  2426.9,
  2427.5,
  2465.345,
  2464.143,
  2516.405,
  2532.624,
  2503.79,
  2465.946,
  2483.366,
  2510.398,
  2479.762,
  2360.221,
  2237.677,
  2341.599,
  2444.921,
  2530.221,
  2507.394,
  2542.235,
  2425.698,
  2448.525,
  2501.988,
  2512.2,
  2374.038,
  2402.871,
  2407.076,
  2374.038,
  2294.744,
  1636.972,
  341.7303,
  1802.766,
  1189.446,
  1483.792,
  1143.192,
  754.5352,
  601.956,
  449.9775,
  460.7902,
  902.3088,
  197.0804,
  248.3807,
  224.3525,
  795.3832,
  2875.627,
  1184.641,
  2392.659,
  2334.992,
  1518.032,
  1204.464,
  457.7867,
  2647.359,
  2584.284,
  2578.878,
  2450.327,
  2502.589,
  2608.913,
  2564.461,
  2616.122,
  2524.214,
  2574.673,
  2591.493,
  2535.627,
  2532.624,
  2476.157,
  2498.384,
  2529.62,
  2544.037,
  2445.521,
  2369.232,
  2747.076,
  2319.974,
  2705.627,
  2743.471,
  2780.715,
  2623.33,
  2142.165,
  2475.557,
  2496.582,
  2440.115,
  2655.168,
  2758.489,
  2553.048,
  2624.532,
  2802.341,
  2799.337,
  2783.118,
  2680.397,
  2316.97,
  2741.069,
  2688.207,
  2730.857,
  2720.044,
  2775.91,
  2760.892,
  2720.044,
  2710.433 ;

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