netcdf I0107.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 = "Wed Jan 28 02:25:50 2004: /usr/local/nco/bin/ncrcat -d time,2453033.048,2453033.1181 I0107.met.realtime.nc I0107.met.realtime.nc.new" ;
		: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 = "RMY46273" ;
		:visibility_sensor_serial_number = 320 ;
		:processing = "realtime" ;
		:water_depth = 100 ;
		:mooring_site_id = "I0107" ;
		:mooring_site_desc = "Acadia" ;
		:breakout_id = 1 ;
		:delta_t = 60 ;
		:magnetic_variation = -17.67 ;
		:goes_platform_id = "04401622" ;
		:starting_julian_day_number = 2453044.04167244 ;
		:starting_julian_day_string = "2004-02-08 01:00:00" ;
		:ending_julian_day_number = 2453051.00000579 ;
		:ending_julian_day_string = "2004-02-15 00:00:00" ;
		:algorithm_ids = "WIND_DIR_1.2:  31-Dec-2003 15:03:17\n",
			"AAN_VIZ_1.2:  31-Dec-2003 15:03:17" ;
data:

 lat = 44.1058 ;

 lon = -68.1087 ;

 air_temperature_depth = -3 ;

 visibility_depth = -3 ;

 wind_depth = -4 ;

 time = 2453044.04166667, 2453044.08333333, 2453044.125, 2453044.16666667, 
    2453044.20833333, 2453044.25, 2453044.29166667, 2453044.33333333, 
    2453044.375, 2453044.41666667, 2453044.45833333, 2453044.5, 
    2453044.54166667, 2453044.58333333, 2453044.625, 2453044.66666667, 
    2453044.70833333, 2453044.75, 2453044.79166667, 2453044.83333333, 
    2453044.875, 2453044.91666667, 2453044.95833333, 2453045, 
    2453045.04166667, 2453045.08333333, 2453045.125, 2453045.16666667, 
    2453045.20833333, 2453045.25, 2453045.29166667, 2453045.33333333, 
    2453045.375, 2453045.41666667, 2453045.45833333, 2453045.5, 
    2453045.54166667, 2453045.58333333, 2453045.625, 2453045.66666667, 
    2453045.70833333, 2453045.75, 2453045.79166667, 2453045.83333333, 
    2453045.875, 2453045.91666667, 2453045.95833333, 2453046, 
    2453046.04166667, 2453046.08333333, 2453046.125, 2453046.16666667, 
    2453046.20833333, 2453046.25, 2453046.29166667, 2453046.33333333, 
    2453046.375, 2453046.41666667, 2453046.45833333, 2453046.5, 
    2453046.54166667, 2453046.58333333, 2453046.625, 2453046.66666667, 
    2453046.70833333, 2453046.75, 2453046.79166667, 2453046.83333333, 
    2453046.875, 2453046.91666667, 2453046.95833333, 2453047, 
    2453047.04166667, 2453047.08333333, 2453047.125, 2453047.16666667, 
    2453047.20833333, 2453047.25, 2453047.29166667, 2453047.33333333, 
    2453047.375, 2453047.41666667, 2453047.45833333, 2453047.5, 
    2453047.54166667, 2453047.58333333, 2453047.625, 2453047.66666667, 
    2453047.70833333, 2453047.75, 2453047.79166667, 2453047.83333333, 
    2453047.875, 2453047.91666667, 2453047.95833333, 2453048, 
    2453048.04166667, 2453048.08333333, 2453048.125, 2453048.16666667, 
    2453048.20833333, 2453048.25, 2453048.29166667, 2453048.33333333, 
    2453048.375, 2453048.41666667, 2453048.45833333, 2453048.5, 
    2453048.54166667, 2453048.58333333, 2453048.625, 2453048.66666667, 
    2453048.70833333, 2453048.75, 2453048.79166667, 2453048.83333333, 
    2453048.875, 2453048.91666667, 2453048.95833333, 2453049, 
    2453049.04166667, 2453049.08333333, 2453049.125, 2453049.16666667, 
    2453049.20833333, 2453049.25, 2453049.29166667, 2453049.33333333, 
    2453049.375, 2453049.41666667, 2453049.45833333, 2453049.5, 
    2453049.54166667, 2453049.58333333, 2453049.625, 2453049.66666667, 
    2453049.70833333, 2453049.75, 2453049.79166667, 2453049.83333333, 
    2453049.875, 2453049.91666667, 2453049.95833333, 2453050, 
    2453050.04166667, 2453050.08333333, 2453050.125, 2453050.16666667, 
    2453050.20833333, 2453050.25, 2453050.29166667, 2453050.33333333, 
    2453050.375, 2453050.41666667, 2453050.45833333, 2453050.5, 
    2453050.54166667, 2453050.58333333, 2453050.625, 2453050.66666667, 
    2453050.70833333, 2453050.75, 2453050.79166667, 2453050.83333333, 
    2453050.875, 2453050.91666667, 2453050.95833333, 2453051 ;

 air_temperature =
  0.884,
  -0.001,
  -1.151,
  -1.893,
  -2.5,
  -3.297,
  -4.835,
  -5.501,
  -5.346,
  -5.465,
  -5.345,
  -6.181,
  -7.52,
  -9.04,
  -9.1,
  -9.47,
  -9.48,
  -8.83,
  -8.74,
  -7.93,
  -7.53,
  -7.32,
  -7.33,
  -7.53,
  -7.21,
  -7.11,
  -6.578,
  -5.97,
  -5.243,
  -4.137,
  -3.236,
  -2.523,
  -2.317,
  -1.721,
  -2.11,
  -1.89,
  -1.835,
  -1.758,
  -1.296,
  -0.894,
  -0.351,
  0.306,
  1.653,
  2.076,
  2.578,
  3.078,
  3.383,
  2.281,
  3.393,
  3.409,
  3.512,
  3.333,
  2.863,
  2.636,
  2.283,
  2.286,
  2.134,
  2.255,
  2.027,
  2.012,
  1.908,
  2.126,
  2.106,
  2.02,
  2.533,
  2.626,
  2.545,
  2.717,
  2.702,
  2.631,
  2.726,
  2.839,
  2.297,
  2.078,
  1.892,
  1.691,
  1.57,
  1.626,
  1.903,
  1.603,
  1.605,
  1.712,
  1.305,
  1.1,
  1.27,
  1.584,
  1.027,
  1.192,
  1.336,
  1.694,
  1.721,
  1.586,
  0.936,
  0.465,
  -1.12,
  -1.917,
  -3.648,
  -4.555,
  -5.154,
  -5.321,
  -5.45,
  -5.97,
  -6.164,
  -6.494,
  -6.939,
  -6.913,
  -6.548,
  -7.37,
  -7.18,
  -7.15,
  -6.477,
  -6.102,
  -5.804,
  -4.892,
  -3.725,
  -2.386,
  -1.708,
  -1.625,
  -1.443,
  -1.041,
  -1.034,
  -1.212,
  -1.572,
  -1.639,
  -1.704,
  -0.696,
  0.266,
  0.669,
  1.175,
  1.159,
  0.598,
  0.223,
  0.284,
  0.428,
  0.379,
  0.405,
  0.613,
  0.772,
  1.075,
  1.293,
  1.778,
  1.912,
  2.583,
  2.848,
  2.898,
  2.607,
  2.486,
  2.464,
  2.19,
  1.918,
  1.675,
  1.504,
  1.556,
  1.518,
  1.469,
  1.229,
  1.818,
  1.611,
  1.035,
  1.168,
  1.39,
  1.415,
  1.592,
  1.829,
  2.225,
  2.492,
  2.604,
  2.855 ;

 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 =
  10.11,
  12.62,
  12.78,
  10.66,
  10.82,
  12.74,
  13.41,
  15.01,
  14.35,
  12.9,
  13.88,
  17.6,
  16.35,
  17.17,
  17.68,
  17.72,
  17.37,
  17.13,
  16.39,
  17.29,
  16.31,
  15.99,
  17.09,
  15.88,
  13.6,
  12.9,
  12.78,
  12.98,
  13.25,
  11.72,
  9.21,
  11.05,
  9.41,
  9.68,
  8.27,
  9.72,
  7.17,
  7.53,
  9.13,
  8.43,
  8.43,
  6.507,
  8.62,
  10.31,
  11.84,
  10.58,
  9.37,
  6.174,
  11.56,
  12.98,
  10.66,
  12,
  10,
  9.41,
  7.8,
  7.45,
  5.194,
  5.88,
  5.958,
  5.37,
  4.704,
  5.488,
  6.272,
  5.606,
  7.6,
  7.33,
  7.68,
  7.72,
  7.96,
  7.17,
  5.586,
  8,
  8.31,
  4.312,
  3.881,
  2.45,
  1.666,
  2.548,
  3.724,
  4.116,
  2.254,
  1.45,
  3.018,
  4.547,
  6.272,
  6.468,
  7.53,
  8.82,
  9.13,
  10.39,
  9.6,
  11.76,
  12.23,
  14.15,
  16.97,
  16.03,
  15.25,
  14.46,
  15.99,
  13.52,
  12.98,
  11.6,
  11.72,
  12.62,
  9.8,
  10.94,
  14.86,
  10.94,
  9.92,
  8.98,
  8.11,
  6.978,
  6.978,
  9.64,
  10.54,
  10.54,
  10.19,
  8.9,
  8.78,
  9.96,
  9.92,
  8.74,
  7.17,
  5.998,
  6.037,
  8.62,
  9.8,
  9.51,
  8.78,
  8.66,
  8.78,
  9.25,
  9.13,
  7.8,
  8.39,
  7.21,
  7.13,
  8.27,
  9.64,
  8.98,
  9.72,
  8.47,
  8.55,
  11.25,
  12.31,
  10.62,
  12.35,
  10.04,
  10.43,
  10.27,
  8.86,
  7.6,
  8.7,
  7.25,
  5.018,
  4.155,
  4.704,
  7.49,
  6.742,
  6.821,
  7.06,
  9.13,
  8.27,
  9.21,
  9.76,
  9.76,
  9.68,
  8.15 ;

 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 =
  8.05,
  9.72,
  10.7,
  8.96,
  8.63,
  10.58,
  10.57,
  12.11,
  11.24,
  10.6,
  10.93,
  13.57,
  13.56,
  14.23,
  14.73,
  14.88,
  13.14,
  13.9,
  13.95,
  14.29,
  12.48,
  12.94,
  13.32,
  12.72,
  10.7,
  10.39,
  10.04,
  10.4,
  10.94,
  9.17,
  7.41,
  8.9,
  7.9,
  7.99,
  6.631,
  7.94,
  6.023,
  6.311,
  7.92,
  7.28,
  6.581,
  5.313,
  6.926,
  8.55,
  9.46,
  8.06,
  7.92,
  4.425,
  9.5,
  11.02,
  8.92,
  10.2,
  8.23,
  7.36,
  6.443,
  6.221,
  3.511,
  5.011,
  5.058,
  4.176,
  3.755,
  4.699,
  5.442,
  4.739,
  6.379,
  6.488,
  6.21,
  6.395,
  6.792,
  5.938,
  4.656,
  5.942,
  6.878,
  2.805,
  3.258,
  1.949,
  1.309,
  1.988,
  3.276,
  3.222,
  1.321,
  1.011,
  2.428,
  3.917,
  5.391,
  5.351,
  5.892,
  7.61,
  8.08,
  9.14,
  8.27,
  9.52,
  10.36,
  11.4,
  13.54,
  11.77,
  12.82,
  12.17,
  12.89,
  10.9,
  10.06,
  8.95,
  9.5,
  10.24,
  7.07,
  8.94,
  11.76,
  8.57,
  7.74,
  6.294,
  5.589,
  5.291,
  5.715,
  7.39,
  8.35,
  8.53,
  8.12,
  7.04,
  7.16,
  8.06,
  7.69,
  7.3,
  5.872,
  5.061,
  4.349,
  7.13,
  8.19,
  7.67,
  7.14,
  6.867,
  7.23,
  7.44,
  7.6,
  6.733,
  7.4,
  6.327,
  6.241,
  7.27,
  8.13,
  7.27,
  8.31,
  7.02,
  7.41,
  8.89,
  10.07,
  8.33,
  10.02,
  8.68,
  8.49,
  8.3,
  7.27,
  6.466,
  7.43,
  5.848,
  3.899,
  3.495,
  3.586,
  5.8,
  5.806,
  5.63,
  5.375,
  7.74,
  6.946,
  7.44,
  7.96,
  7.76,
  8.3,
  6.751 ;

 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 =
  265.93,
  290.53,
  317.03,
  317.83,
  292.73,
  298.03,
  317.43,
  309.83,
  311.33,
  309.73,
  305.23,
  304.73,
  300.53,
  294.33,
  302.93,
  304.13,
  299.43,
  300.23,
  317.83,
  303.13,
  310.13,
  301.83,
  306.13,
  310.03,
  306.53,
  280.23,
  277.03,
  270.03,
  268.13,
  265.13,
  266.03,
  262.43,
  272.43,
  266.53,
  270.33,
  266.73,
  270.53,
  263.43,
  241.93,
  246.83,
  241.23,
  236.73,
  225.93,
  222.33,
  221.53,
  223.33,
  230.13,
  253.13,
  226.13,
  234.23,
  225.63,
  235.63,
  245.83,
  250.93,
  255.73,
  258.23,
  274.63,
  264.43,
  248.43,
  250.93,
  241.13,
  236.83,
  240.63,
  242.43,
  227.43,
  242.43,
  249.43,
  245.33,
  237.83,
  261.63,
  274.93,
  309.03,
  325.43,
  278.73,
  286.43,
  289.63,
  285.93,
  246.03,
  243.83,
  249.73,
  240.93,
  268.83,
  290.83,
  287.83,
  307.73,
  290.03,
  299.83,
  282.63,
  280.03,
  283.03,
  277.73,
  276.33,
  281.23,
  286.63,
  303.93,
  314.43,
  309.93,
  301.43,
  312.73,
  308.53,
  324.23,
  320.43,
  300.63,
  301.13,
  318.33,
  303.83,
  303.13,
  307.83,
  300.33,
  293.73,
  294.63,
  277.43,
  273.13,
  257.23,
  238.03,
  274.23,
  269.73,
  258.23,
  257.13,
  264.53,
  269.73,
  284.73,
  273.13,
  283.13,
  262.73,
  221.33,
  228.93,
  233.93,
  252.53,
  260.63,
  271.93,
  273.93,
  262.73,
  261.23,
  260.03,
  242.93,
  248.13,
  247.03,
  252.03,
  241.53,
  252.93,
  249.13,
  229.13,
  230.83,
  230.23,
  240.23,
  248.93,
  243.83,
  258.03,
  260.53,
  258.33,
  253.43,
  253.03,
  260.63,
  272.43,
  261.73,
  257.83,
  260.23,
  267.73,
  248.43,
  241.13,
  248.33,
  248.33,
  239.33,
  251.03,
  244.63,
  253.03,
  253.33 ;

 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,
  2942.305,
  2930.291,
  2807.146,
  2930.892,
  2941.704,
  2953.118,
  2955.521,
  2955.521,
  2906.864,
  2955.521,
  2937.499,
  2797.535,
  2569.868,
  2772.305,
  2349.409,
  2691.811,
  2304.956,
  2879.832,
  1492.802,
  1212.273,
  2809.549,
  2938.701,
  2936.298,
  2956.722,
  2959.125,
  2954.92,
  2957.923,
  2954.92,
  2958.524,
  2957.323,
  2953.719,
  2946.51,
  2948.913,
  2945.309,
  1519.834,
  2770.503,
  2927.888,
  2925.485,
  2915.273,
  2921.28,
  2912.27,
  2888.241,
  2908.065,
  2918.277,
  2866.616,
  2837.782,
  2810.15,
  2742.27,
  2784.92,
  2834.779,
  2811.351,
  2759.69,
  2736.263,
  2760.291,
  2820.962,
  2817.358,
  2834.178,
  2840.786,
  2840.185,
  2523.012,
  2798.736,
  2794.531,
  2680.397,
  2557.854,
  2465.946,
  2579.479,
  2770.503,
  2832.376,
  2858.206,
  2907.464,
  2929.69,
  2889.443,
  2944.708,
  2943.506,
  2948.312,
  2948.913,
  2952.517,
  2931.492,
  2948.913,
  2946.51,
  2947.111,
  2938.1,
  2930.892,
  2899.054,
  2935.097,
  2897.252,
  2869.019,
  2756.687,
  2758.489,
  2939.902,
  2911.068,
  2928.489,
  2941.704,
  2941.104,
  2944.107,
  2726.652,
  2946.51,
  2938.701,
  2885.238,
  2957.323,
  2951.916,
  2954.92,
  2955.521,
  2960.927,
  2957.323,
  2952.517,
  2951.916,
  2950.715,
  2951.916,
  2933.294,
  2944.708,
  2920.68,
  2903.259,
  2911.068,
  2939.302,
  2253.296,
  2951.316,
  2958.524,
  2958.524,
  2959.726,
  2960.927,
  2959.125,
  2958.524,
  2960.326,
  2960.326,
  2956.121,
  2956.121,
  2948.913,
  2947.711,
  2946.51,
  2932.093,
  2900.856,
  2905.662,
  2878.03,
  2851.598,
  2612.518,
  2715.839,
  2474.956,
  2735.062,
  2828.171,
  2929.69,
  2926.687,
  2923.683,
  2917.075,
  2879.832,
  2872.623,
  2870.821,
  2901.457,
  2914.673,
  2941.104,
  2946.51,
  2944.708,
  2935.697,
  2930.291,
  2911.669,
  2888.241,
  2904.461,
  2833.577,
  2812.553,
  2856.404,
  2759.09,
  2743.471,
  2618.525,
  2421.493,
  2874.425,
  2870.821,
  2858.807 ;

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