netcdf I0108.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 = "03-May-2004 19:22:37:  Modified [lon,lat] to [-68.109200,44.106300].\n",
			"Thu Apr 29 12:34:37 2004: /usr/local/nco/bin/ncrcat -d time,2453125.472,2453125.583 I0108.met.realtime.nc I0108.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 = "RMY48488" ;
		:visibility_sensor_serial_number = 341 ;
		:processing = "realtime" ;
		:water_depth = 100 ;
		:mooring_site_id = "I0108" ;
		:mooring_site_desc = "Acadia" ;
		:breakout_id = 1 ;
		:delta_t = 60 ;
		:magnetic_variation = -17.67 ;
		:goes_platform_id = "04401622" ;
		:starting_julian_day_number = 2453135.00000579 ;
		:starting_julian_day_string = "2004-05-09 00:00:00" ;
		:ending_julian_day_number = 2453141.95833912 ;
		:ending_julian_day_string = "2004-05-15 23:00:00" ;
		:algorithm_ids = "WIND_DIR_1.2:  16-Apr-2004 18:22:09\n",
			"AAN_VIZ_1.2:  16-Apr-2004 18:22:09" ;
data:

 lat = 44.1063 ;

 lon = -68.1092 ;

 air_temperature_depth = -3 ;

 visibility_depth = -3 ;

 wind_depth = -4 ;

 time = 2453135, 2453135.04166667, 2453135.08333333, 2453135.125, 
    2453135.16666667, 2453135.20833333, 2453135.25, 2453135.29166667, 
    2453135.33333333, 2453135.375, 2453135.41666667, 2453135.45833333, 
    2453135.5, 2453135.54166667, 2453135.58333333, 2453135.625, 
    2453135.66666667, 2453135.70833333, 2453135.75, 2453135.79166667, 
    2453135.83333333, 2453135.875, 2453135.91666667, 2453135.95833333, 
    2453136, 2453136.04166667, 2453136.08333333, 2453136.125, 
    2453136.16666667, 2453136.20833333, 2453136.25, 2453136.29166667, 
    2453136.33333333, 2453136.375, 2453136.41666667, 2453136.45833333, 
    2453136.5, 2453136.54166667, 2453136.58333333, 2453136.625, 
    2453136.66666667, 2453136.70833333, 2453136.75, 2453136.79166667, 
    2453136.83333333, 2453136.875, 2453136.91666667, 2453136.95833333, 
    2453137, 2453137.04166667, 2453137.08333333, 2453137.125, 
    2453137.16666667, 2453137.20833333, 2453137.25, 2453137.29166667, 
    2453137.33333333, 2453137.375, 2453137.41666667, 2453137.45833333, 
    2453137.5, 2453137.54166667, 2453137.58333333, 2453137.625, 
    2453137.66666667, 2453137.70833333, 2453137.75, 2453137.79166667, 
    2453137.83333333, 2453137.875, 2453137.91666667, 2453137.95833333, 
    2453138, 2453138.04166667, 2453138.08333333, 2453138.125, 
    2453138.16666667, 2453138.20833333, 2453138.25, 2453138.29166667, 
    2453138.33333333, 2453138.375, 2453138.41666667, 2453138.45833333, 
    2453138.5, 2453138.54166667, 2453138.58333333, 2453138.625, 
    2453138.66666667, 2453138.70833333, 2453138.75, 2453138.79166667, 
    2453138.83333333, 2453138.875, 2453138.91666667, 2453138.95833333, 
    2453139, 2453139.04166667, 2453139.08333333, 2453139.125, 
    2453139.16666667, 2453139.20833333, 2453139.25, 2453139.29166667, 
    2453139.33333333, 2453139.375, 2453139.41666667, 2453139.45833333, 
    2453139.5, 2453139.54166667, 2453139.58333333, 2453139.625, 
    2453139.66666667, 2453139.70833333, 2453139.75, 2453139.79166667, 
    2453139.83333333, 2453139.875, 2453139.91666667, 2453139.95833333, 
    2453140, 2453140.04166667, 2453140.08333333, 2453140.125, 
    2453140.16666667, 2453140.20833333, 2453140.25, 2453140.29166667, 
    2453140.33333333, 2453140.375, 2453140.41666667, 2453140.45833333, 
    2453140.5, 2453140.54166667, 2453140.58333333, 2453140.625, 
    2453140.66666667, 2453140.70833333, 2453140.75, 2453140.79166667, 
    2453140.83333333, 2453140.875, 2453140.91666667, 2453140.95833333, 
    2453141, 2453141.04166667, 2453141.08333333, 2453141.125, 
    2453141.16666667, 2453141.20833333, 2453141.25, 2453141.29166667, 
    2453141.33333333, 2453141.375, 2453141.41666667, 2453141.45833333, 
    2453141.5, 2453141.54166667, 2453141.58333333, 2453141.625, 
    2453141.66666667, 2453141.70833333, 2453141.75, 2453141.79166667, 
    2453141.83333333, 2453141.875, 2453141.91666667, 2453141.95833333 ;

 air_temperature =
  5.25,
  5.124,
  5.382,
  5.333,
  5.253,
  5.306,
  5.226,
  5.412,
  5.306,
  5.095,
  5.35,
  5.557,
  5.529,
  5.471,
  5.491,
  5.5,
  5.495,
  5.539,
  5.604,
  5.434,
  5.711,
  5.668,
  6.058,
  5.861,
  5.396,
  5.515,
  5.353,
  5.127,
  7.01,
  7.43,
  6.399,
  5.904,
  5.293,
  5.015,
  5.162,
  5.249,
  5.199,
  5.199,
  5.514,
  5.3,
  5.239,
  6.098,
  6.216,
  6.417,
  5.879,
  5.29,
  5.093,
  4.939,
  4.823,
  4.782,
  4.726,
  4.849,
  4.925,
  5.274,
  5.201,
  5.2,
  5.155,
  5.41,
  5.458,
  5.326,
  5.252,
  5.394,
  5.405,
  5.379,
  5.522,
  6.165,
  6.43,
  6.908,
  6.856,
  7.35,
  7.88,
  8.27,
  7.34,
  9.05,
  7.73,
  7.02,
  7.35,
  6.287,
  8.65,
  6.432,
  6.716,
  6.49,
  6.888,
  6.568,
  6.317,
  6.865,
  8.07,
  8.25,
  8.89,
  9.27,
  9.12,
  9.78,
  8.8,
  8.37,
  7.92,
  7.97,
  7.17,
  7.12,
  9.03,
  7.97,
  8.38,
  7.05,
  8.02,
  7.45,
  6.848,
  6.392,
  6.247,
  6.341,
  6.212,
  6.258,
  6.23,
  6.389,
  6.127,
  5.846,
  5.949,
  5.86,
  5.818,
  5.642,
  5.656,
  5.857,
  5.845,
  5.871,
  5.826,
  5.742,
  5.588,
  5.67,
  5.617,
  5.324,
  5.047,
  5.487,
  5.649,
  5.679,
  5.616,
  5.914,
  5.29,
  5.285,
  5.268,
  5.388,
  5.432,
  5.561,
  5.68,
  5.729,
  5.732,
  5.702,
  5.71,
  5.738,
  5.669,
  5.516,
  5.409,
  5.406,
  5.7,
  5.986,
  6.2,
  6.418,
  6.046,
  6.013,
  6.021,
  6.301,
  6.105,
  6.55,
  6.747,
  6.51,
  6.587,
  6.63,
  6.86,
  8.16,
  9.03,
  8.27 ;

 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 =
  9.88,
  9.25,
  9.33,
  8.47,
  7.06,
  6.194,
  5.762,
  4.018,
  6.233,
  4.41,
  6.742,
  7.45,
  8.27,
  8.47,
  9.25,
  10.07,
  9.64,
  10.23,
  9.02,
  8.27,
  8.9,
  6.664,
  6.194,
  5.998,
  5.88,
  5.88,
  3.038,
  4.038,
  5.292,
  5.802,
  3.528,
  2.822,
  2.47,
  2.822,
  2.43,
  3.41,
  3.175,
  3.685,
  4.39,
  4.351,
  2.94,
  2.509,
  3.058,
  4.116,
  4.508,
  6.938,
  7.21,
  4.998,
  5.645,
  5.449,
  6.625,
  7.1,
  7.21,
  8,
  7.49,
  5.841,
  6.546,
  7.25,
  6.076,
  4.312,
  3.724,
  4.351,
  3.802,
  3.802,
  5.018,
  4.861,
  4.018,
  5.88,
  6.39,
  5.841,
  4.214,
  2.744,
  3.214,
  4.861,
  3.822,
  2.666,
  3.41,
  2.058,
  1.529,
  2.744,
  3.097,
  2.548,
  2.548,
  3.685,
  2.94,
  1.47,
  2.117,
  3.058,
  1.333,
  1.137,
  1.411,
  2.626,
  2.47,
  4.194,
  3.881,
  3.567,
  2.842,
  5.096,
  6.546,
  7.13,
  6.762,
  4.214,
  7.17,
  8.62,
  7.96,
  8.08,
  7.6,
  7.92,
  7.49,
  6.272,
  5.88,
  5.645,
  4.9,
  5.449,
  2.94,
  3.724,
  3.685,
  3.998,
  3.254,
  3.371,
  3.802,
  3.606,
  4.234,
  2.842,
  2.352,
  1.686,
  2.901,
  1.568,
  2.47,
  3.45,
  4.547,
  3.43,
  4.782,
  6.35,
  4.802,
  3.214,
  3.058,
  3.254,
  4.312,
  3.136,
  3.058,
  3.959,
  4.782,
  4.234,
  5.057,
  4.547,
  3.038,
  1.646,
  1.666,
  2.313,
  1.686,
  3.41,
  3.802,
  5.88,
  4.116,
  4.39,
  3.528,
  4.234,
  4.626,
  5.174,
  5.488,
  4.508,
  3.234,
  2.47,
  4.978,
  2.646,
  1.254,
  3.802 ;

 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.62,
  8.08,
  8.06,
  7.44,
  6.05,
  5.057,
  4.952,
  1.785,
  5.465,
  2.572,
  5.693,
  6.272,
  7.08,
  7.61,
  8.31,
  8.53,
  8.26,
  8.76,
  7.97,
  6.684,
  7.45,
  5.68,
  5.001,
  5.142,
  4.79,
  4.387,
  1.602,
  3.277,
  4.401,
  4.942,
  1.938,
  2.189,
  1.563,
  2.128,
  1.742,
  3.086,
  2.744,
  3.004,
  3.226,
  3.583,
  2.556,
  2.089,
  2.619,
  3.454,
  3.699,
  5.685,
  6.32,
  3.788,
  4.802,
  4.442,
  5.168,
  6.087,
  6.298,
  6.773,
  6.199,
  5.106,
  5.754,
  6.395,
  5.391,
  3.325,
  3.171,
  3.581,
  2.99,
  3.097,
  4.46,
  4.177,
  3.637,
  5.166,
  5.712,
  5.253,
  3.609,
  1.753,
  1.862,
  3.914,
  2.865,
  2.084,
  2.953,
  1.386,
  1.236,
  2.472,
  2.713,
  2.137,
  2.007,
  3.271,
  2.251,
  1.089,
  1.381,
  2.585,
  0.893,
  0.906,
  1.021,
  2.461,
  1.844,
  3.753,
  3.351,
  3.254,
  1.983,
  4.049,
  5.647,
  6.233,
  5.206,
  3.691,
  6.47,
  6.819,
  6.734,
  6.608,
  6.331,
  6.881,
  6.305,
  5.5,
  5.142,
  4.917,
  4.213,
  4.568,
  2.323,
  3.106,
  2.803,
  3.567,
  2.649,
  2.797,
  3.363,
  3.133,
  3.706,
  2.011,
  1.992,
  1.327,
  2.341,
  1.01,
  2.008,
  3.051,
  3.993,
  2.832,
  4.24,
  5.184,
  3.417,
  2.744,
  2.565,
  2.747,
  3.737,
  2.357,
  2.428,
  3.528,
  4.261,
  3.742,
  4.231,
  3.919,
  1.858,
  1.218,
  1.377,
  1.884,
  1.388,
  2.79,
  3.383,
  5.177,
  3.381,
  3.75,
  2.953,
  3.804,
  4.243,
  4.609,
  4.846,
  3.883,
  1.934,
  2.169,
  3.617,
  0.63,
  0.706,
  2.951 ;

 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 =
  244.23,
  239.63,
  240.03,
  249.03,
  241.23,
  249.53,
  251.93,
  261.93,
  237.73,
  264.93,
  237.43,
  230.23,
  217.23,
  216.03,
  221.83,
  226.53,
  227.23,
  222.23,
  230.73,
  215.13,
  217.33,
  217.03,
  207.13,
  228.53,
  243.23,
  258.23,
  288.43,
  236.83,
  9.69,
  36.97,
  54.03,
  10.66,
  64.53,
  60.23,
  48.99,
  40.97,
  41.24,
  44.18,
  68.83,
  71.03,
  83.13,
  108.43,
  121.83,
  132.93,
  155.43,
  167.23,
  162.13,
  192.63,
  179.23,
  175.13,
  176.53,
  170.23,
  173.43,
  185.33,
  189.23,
  174.13,
  174.33,
  188.83,
  204.03,
  215.33,
  227.73,
  226.83,
  263.53,
  240.33,
  245.03,
  228.73,
  222.73,
  221.43,
  219.73,
  239.23,
  230.53,
  225.23,
  289.93,
  273.43,
  211.73,
  227.03,
  257.73,
  227.63,
  303.83,
  56.33,
  22.75,
  9.96,
  48.37,
  46.98,
  69.23,
  68.53,
  24.02,
  33.42,
  58.33,
  208.43,
  207.73,
  197.23,
  203.63,
  202.73,
  169.73,
  194.83,
  227.03,
  348.541,
  9.63,
  49.2,
  37.84,
  56.13,
  48.78,
  47.06,
  59.43,
  59.53,
  61.43,
  52.83,
  58.43,
  50.35,
  45.55,
  53.13,
  77.83,
  92.33,
  107.23,
  86.53,
  65.33,
  61.13,
  98.73,
  96.53,
  123.83,
  132.83,
  144.33,
  148.53,
  137.83,
  149.83,
  151.53,
  107.93,
  91.03,
  134.93,
  141.43,
  135.43,
  156.23,
  178.53,
  158.93,
  160.03,
  142.53,
  148.93,
  159.03,
  153.13,
  151.13,
  157.53,
  156.43,
  161.73,
  160.23,
  186.03,
  205.53,
  175.13,
  132.33,
  155.43,
  170.13,
  165.23,
  188.93,
  192.83,
  192.83,
  193.53,
  203.33,
  195.33,
  190.63,
  198.03,
  207.13,
  194.73,
  209.83,
  177.73,
  180.13,
  262.33,
  253.63,
  203.43 ;

 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 =
  2711.033,
  2739.867,
  2734.461,
  2726.051,
  2701.422,
  2667.182,
  2658.171,
  2652.765,
  2656.369,
  2625.133,
  2667.782,
  2652.164,
  2684.602,
  2705.026,
  2712.235,
  2711.033,
  2698.418,
  2661.175,
  2660.574,
  2553.648,
  2404.674,
  2512.2,
  2702.023,
  2499.585,
  2633.542,
  2616.122,
  2596.899,
  2599.903,
  2772.906,
  2818.56,
  2831.775,
  2859.408,
  2847.994,
  2837.182,
  2846.793,
  2806.546,
  2874.425,
  2866.015,
  2829.372,
  2857.005,
  2869.019,
  2835.98,
  2830.574,
  2820.362,
  2819.761,
  2772.906,
  2613.719,
  1784.745,
  2026.83,
  2141.564,
  1675.417,
  1646.583,
  2309.161,
  2282.73,
  738.3162,
  368.702,
  696.8675,
  726.3021,
  576.7264,
  227.1758,
  236.0662,
  182.1229,
  647.0089,
  586.9384,
  2457.536,
  2494.179,
  2619.125,
  2622.73,
  2620.327,
  2521.21,
  2250.292,
  2400.469,
  2527.818,
  2625.733,
  2492.977,
  2468.348,
  2555.451,
  2555.451,
  2658.772,
  2634.143,
  2632.341,
  2677.995,
  2732.058,
  2722.447,
  2750.68,
  2780.715,
  2822.765,
  2819.16,
  2817.358,
  2801.74,
  2786.722,
  2782.517,
  2756.086,
  2688.807,
  2575.875,
  2445.521,
  2238.278,
  2432.306,
  2766.298,
  2732.058,
  2832.376,
  2804.143,
  2813.754,
  2846.192,
  2829.372,
  2809.549,
  2805.344,
  2810.15,
  2820.362,
  2818.56,
  2859.408,
  2860.609,
  2856.404,
  2848.595,
  2861.811,
  2890.044,
  2869.62,
  2898.454,
  2885.839,
  2803.542,
  2847.394,
  2854.001,
  2855.203,
  2840.786,
  2844.991,
  2846.793,
  2852.8,
  2823.966,
  2792.129,
  2828.171,
  2834.779,
  2852.199,
  2808.348,
  2743.471,
  1292.767,
  534.0763,
  396.8151,
  210.296,
  277.1545,
  422.9457,
  1014.04,
  2396.864,
  659.0231,
  425.9493,
  493.829,
  529.8713,
  175.9957,
  216.7836,
  208.3737,
  250.8436,
  255.3489,
  197.5009,
  184.5858,
  188.4303,
  146.3809,
  212.9991,
  160.4374,
  231.5009,
  254.2076,
  213.2995,
  234.4443,
  165.3632,
  129.6212,
  157.7342,
  1475.983,
  2216.653,
  1810.576,
  1608.138 ;

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