netcdf A0107.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 = "11-Oct-2003 13:44:00:  Modified [lon,lat] to [-70.566368,42.522900].\n",
			"Sat Oct 11 13:16:38 2003: ncrcat -d time,2452924.49, pre/A0107.met.realtime.nc post/A0107.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 = -1 ;
		:visibility_sensor_serial_number = 292 ;
		:processing = "realtime" ;
		:water_depth = 65 ;
		:mooring_site_id = "A0107" ;
		:mooring_site_desc = "Massachusetts Bay" ;
		:breakout_id = 1 ;
		:delta_t = 60 ;
		:magnetic_variation = -15.9833 ;
		:goes_platform_id = "0440465E" ;
		: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:  28-Aug-2003 14:42:08\n",
			"AAN_VIZ_1.2:  28-Aug-2003 14:42:08" ;
data:

 lat = 42.5228996276855 ;

 lon = -70.5663681030273 ;

 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 =
  1.642,
  0.661,
  0.096,
  -1.788,
  -3.025,
  -3.605,
  -3.831,
  -3.922,
  -4.528,
  -5.231,
  -6.079,
  -6.913,
  -8.27,
  -9.14,
  -8.38,
  -7.15,
  -6.407,
  -4.983,
  -4.2,
  -3.896,
  -3.625,
  -3.636,
  -3.422,
  -3.068,
  -3.032,
  -2.899,
  -3.027,
  -2.394,
  -2.207,
  -2.09,
  -1.636,
  -0.988,
  -1.123,
  -1.23,
  -1.187,
  -1.009,
  -1.39,
  -0.933,
  -0.412,
  0.814,
  2.417,
  3.518,
  3.944,
  4.047,
  3.958,
  3.432,
  3.066,
  2.896,
  2.953,
  2.938,
  3.046,
  3.251,
  3.504,
  3.362,
  3.301,
  3.132,
  2.962,
  2.919,
  2.707,
  2.735,
  2.796,
  2.993,
  2.883,
  3.187,
  3.541,
  3.596,
  3.896,
  4.085,
  4.734,
  3.739,
  3.698,
  3.5,
  3.973,
  3.402,
  2.993,
  2.766,
  2.764,
  2.178,
  1.814,
  1.829,
  1.414,
  1.094,
  1.106,
  0.996,
  1.03,
  0.905,
  1.236,
  1.368,
  1.489,
  1.676,
  1.983,
  1.863,
  1.645,
  1.215,
  0.519,
  -0.299,
  -1.399,
  -1.923,
  -2.243,
  -2.577,
  -2.989,
  -3.622,
  -4.505,
  -5.189,
  -5.174,
  -5.779,
  -5.669,
  -5.76,
  -5.258,
  -4.165,
  -3.805,
  -3.422,
  -3.228,
  -2.373,
  -1.732,
  -0.584,
  0.263,
  1.364,
  1.842,
  1.687,
  1.472,
  1.481,
  1.055,
  1.014,
  0.939,
  0.924,
  0.94,
  0.778,
  0.903,
  0.98,
  1.269,
  0.983,
  0.965,
  1.138,
  1.369,
  1.768,
  2.49,
  2.481,
  2.674,
  3.073,
  3.075,
  3.069,
  3.256,
  2.916,
  3.031,
  2.864,
  2.785,
  2.347,
  2.169,
  2.088,
  2.222,
  2.192,
  1.809,
  1.678,
  1.418,
  1.395,
  1.166,
  1.337,
  1.77,
  2.167,
  2.501,
  2.9,
  3.118,
  3.454,
  3.416,
  3.241,
  3.238,
  3.086 ;

 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 =
  12.15,
  12.5,
  11.64,
  15.6,
  13.92,
  13.21,
  13.01,
  13.33,
  15.09,
  16.07,
  14.15,
  17.84,
  18.66,
  16.27,
  15.44,
  15.17,
  17.4,
  14.15,
  14.15,
  14.7,
  13.72,
  14.19,
  10.98,
  12.19,
  12.5,
  13.99,
  14.19,
  13.33,
  16.31,
  14.23,
  13.92,
  13.72,
  14.07,
  13.23,
  12.19,
  11.56,
  10.19,
  10.04,
  9.53,
  13.29,
  12.15,
  13.01,
  10.9,
  9.02,
  10.27,
  9.68,
  10.27,
  9.17,
  8.51,
  8.04,
  7.68,
  8.23,
  7.45,
  7.17,
  7.49,
  6.507,
  5.958,
  7.53,
  6.664,
  6.272,
  5.958,
  6.272,
  6.664,
  5.586,
  4.626,
  3.842,
  3.92,
  3.489,
  6.194,
  3.626,
  3.881,
  3.371,
  3.606,
  4.194,
  3.293,
  2.94,
  5.253,
  8.04,
  6.978,
  10.11,
  8.62,
  8.27,
  9.06,
  9.53,
  10.66,
  11.84,
  9.9,
  11.49,
  12.15,
  12.27,
  12.15,
  13.13,
  12.11,
  13.29,
  12.7,
  11.41,
  12.66,
  11.64,
  12.23,
  9.25,
  9.33,
  10.78,
  8.74,
  9.41,
  9.92,
  8.23,
  7.68,
  6.821,
  4.802,
  5.527,
  5.684,
  6.115,
  5.998,
  6.938,
  5.292,
  7.13,
  6.586,
  7.68,
  8.35,
  8.9,
  6.978,
  8.11,
  8.51,
  9.25,
  9.96,
  8.74,
  7.92,
  8.04,
  8.94,
  8.94,
  9.76,
  9.96,
  8.86,
  9.64,
  8.55,
  10.43,
  10.04,
  10.9,
  9.29,
  9.06,
  9.64,
  8.9,
  8.47,
  9.06,
  11.41,
  11.37,
  11.17,
  9.68,
  9.49,
  11.02,
  11.41,
  11.02,
  10.54,
  10.98,
  9.9,
  10.9,
  11.52,
  9.72,
  9.8,
  8.82,
  8.19,
  7.88,
  7.68,
  6.625,
  6.194,
  5.253,
  7.13,
  9.96 ;

 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 =
  10.42,
  10.73,
  9.65,
  12.35,
  11.02,
  10.35,
  10.55,
  11.25,
  12.55,
  12.52,
  12,
  14.14,
  14.64,
  13.61,
  11.59,
  12.08,
  13.51,
  11.46,
  11.37,
  12.39,
  9.94,
  11.72,
  9.47,
  10.07,
  10.63,
  11.69,
  11.61,
  11.24,
  12.82,
  11.76,
  12.08,
  11.34,
  11.35,
  10.44,
  9.63,
  9.55,
  8.47,
  8.39,
  8.28,
  11.2,
  8.85,
  9.87,
  9.04,
  6.967,
  8.79,
  8.28,
  8.46,
  7.94,
  7.29,
  6.934,
  6.616,
  6.54,
  6.477,
  6.166,
  6.371,
  5.639,
  5.264,
  6.324,
  5.352,
  5.499,
  5.139,
  5.559,
  5.718,
  4.12,
  3.975,
  3.357,
  3.421,
  2.9,
  4.771,
  2.339,
  3.188,
  3.002,
  3.015,
  3.161,
  2.518,
  2.322,
  4.449,
  6.823,
  5.786,
  7.88,
  7.44,
  7.32,
  7.21,
  8.21,
  8.76,
  9.88,
  8.03,
  9.5,
  9.56,
  9.88,
  9.37,
  10.35,
  10.41,
  10.39,
  10.8,
  8.96,
  10.29,
  9.19,
  10.49,
  7.74,
  7.72,
  8.29,
  7.18,
  7.62,
  7.09,
  5.987,
  5.97,
  5.655,
  3.776,
  4.219,
  4.813,
  4.902,
  4.699,
  5.694,
  4.197,
  5.742,
  4.8,
  6.233,
  7.1,
  7.16,
  6.043,
  6.829,
  7.15,
  7.76,
  8.18,
  7.35,
  6.351,
  6.98,
  7.63,
  7.59,
  8.09,
  8.53,
  7.53,
  8.1,
  7.62,
  8.76,
  8.75,
  9.19,
  8,
  7.06,
  7.82,
  7.62,
  6.96,
  6.867,
  9.49,
  9.53,
  9.47,
  8.45,
  7.97,
  8.68,
  9.48,
  9.28,
  8.67,
  9.51,
  8.8,
  9.31,
  9.1,
  8.36,
  8.52,
  7.41,
  6.477,
  5.651,
  6.097,
  4.962,
  5.306,
  4.192,
  6.055,
  8.62 ;

 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 =
  262.0167,
  259.3167,
  271.9167,
  298.3167,
  299.8167,
  281.6167,
  275.1167,
  282.2167,
  280.3167,
  290.2167,
  295.5167,
  284.9167,
  293.4167,
  305.9167,
  295.8167,
  287.5167,
  292.3167,
  280.6167,
  281.6167,
  275.6167,
  280.4167,
  275.5167,
  261.1167,
  260.3167,
  241.7167,
  241.6167,
  235.9167,
  231.0167,
  231.4167,
  225.5167,
  226.7167,
  234.3167,
  230.0167,
  237.0167,
  229.3167,
  227.9167,
  216.8167,
  212.5167,
  215.2167,
  210.9167,
  158.0167,
  202.3167,
  204.3167,
  197.7167,
  199.4167,
  184.7167,
  191.4167,
  185.9167,
  200.4167,
  204.4167,
  206.3167,
  215.2167,
  216.6167,
  219.3167,
  216.1167,
  220.3167,
  204.3167,
  203.7167,
  214.1167,
  225.7167,
  213.1167,
  208.4167,
  208.9167,
  204.3167,
  191.0167,
  170.3167,
  199.1167,
  245.8167,
  259.5167,
  234.9167,
  235.0167,
  254.0167,
  260.7167,
  285.7167,
  253.4167,
  208.3167,
  267.5167,
  257.1167,
  270.8167,
  250.9167,
  255.8167,
  254.6167,
  255.7167,
  254.7167,
  256.6167,
  254.1167,
  260.9167,
  257.8167,
  256.2167,
  249.3167,
  257.3167,
  255.1167,
  275.2167,
  287.0167,
  290.4167,
  296.5167,
  297.5167,
  297.9167,
  277.9167,
  281.9167,
  281.7167,
  296.4167,
  293.9167,
  293.8167,
  298.2167,
  289.5167,
  279.5167,
  283.0167,
  251.8167,
  223.2167,
  244.0167,
  235.5167,
  244.2167,
  235.5167,
  240.9167,
  231.9167,
  210.1167,
  213.7167,
  220.4167,
  226.2167,
  226.3167,
  211.9167,
  208.4167,
  208.8167,
  201.4167,
  224.0167,
  229.6167,
  219.4167,
  227.6167,
  235.1167,
  237.6167,
  243.4167,
  241.8167,
  236.7167,
  226.4167,
  236.3167,
  245.2167,
  237.8167,
  228.9167,
  244.3167,
  221.2167,
  227.5167,
  227.2167,
  202.5167,
  214.4167,
  222.3167,
  216.1167,
  209.9167,
  203.0167,
  214.3167,
  214.7167,
  212.7167,
  215.9167,
  211.1167,
  220.5167,
  230.4167,
  226.7167,
  229.9167,
  229.1167,
  236.4167,
  236.9167,
  231.0167,
  239.9167,
  231.6167,
  256.9167,
  245.8167,
  252.7167,
  261.2167 ;

 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 =
  2923.683,
  2925.485,
  2915.874,
  2896.651,
  2921.28,
  2935.097,
  2938.1,
  2936.298,
  2908.666,
  2918.877,
  2921.881,
  2719.443,
  2619.125,
  2516.405,
  2631.74,
  2765.097,
  1835.805,
  2918.277,
  2878.03,
  2927.287,
  2918.277,
  2944.708,
  2946.51,
  2945.309,
  2950.114,
  2923.083,
  2907.464,
  2930.291,
  2927.287,
  2930.892,
  2923.683,
  2927.287,
  2929.69,
  2947.111,
  2938.1,
  2713.436,
  2834.178,
  2882.234,
  2885.238,
  2912.27,
  2882.835,
  2898.454,
  2891.245,
  2916.475,
  2918.277,
  2903.86,
  2909.867,
  2918.877,
  2890.044,
  2889.443,
  2881.033,
  2890.044,
  2894.249,
  2882.234,
  2895.45,
  2894.849,
  2878.63,
  2893.648,
  2881.033,
  2847.394,
  2605.309,
  2614.32,
  2260.504,
  2808.348,
  2856.404,
  2903.259,
  2779.514,
  2933.895,
  2843.789,
  2870.821,
  2942.305,
  2937.499,
  2944.107,
  2951.316,
  2946.51,
  2934.496,
  2945.309,
  2933.294,
  2939.902,
  2949.513,
  2947.711,
  2950.715,
  2951.316,
  2670.786,
  2933.895,
  1811.777,
  2752.482,
  2664.178,
  2766.298,
  2747.076,
  2760.892,
  2933.294,
  2271.317,
  2712.835,
  2953.719,
  2948.913,
  2948.913,
  2947.111,
  2945.909,
  2951.316,
  2950.114,
  2950.715,
  2950.114,
  2950.715,
  2948.312,
  2950.114,
  2946.51,
  2891.245,
  2896.051,
  2918.277,
  2914.673,
  2942.906,
  2940.503,
  2930.892,
  2939.902,
  2912.87,
  2929.69,
  2753.083,
  2950.715,
  2951.916,
  2950.715,
  2955.521,
  2946.51,
  2934.496,
  2933.294,
  2930.892,
  2923.083,
  2915.874,
  2894.849,
  2899.655,
  2877.429,
  1745.699,
  2890.644,
  2137.96,
  2565.663,
  2298.949,
  2816.758,
  2460.539,
  2750.68,
  2811.952,
  2908.065,
  2879.231,
  2936.298,
  2920.079,
  2924.885,
  2920.68,
  2906.263,
  2901.457,
  2889.443,
  2903.86,
  2907.464,
  2929.09,
  2909.266,
  2887.641,
  2893.648,
  2617.323,
  2337.995,
  2342.2,
  2382.448,
  2653.366,
  2762.093,
  2679.797,
  2878.03,
  2896.051,
  2860.609,
  2927.287,
  2930.892,
  2942.305 ;

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