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 = 2453149.00000579 ;
		:starting_julian_day_string = "2004-05-23 00:00:00" ;
		:ending_julian_day_number = 2453155.95833912 ;
		:ending_julian_day_string = "2004-05-29 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 = 2453149, 2453149.04166667, 2453149.08333333, 2453149.125, 
    2453149.16666667, 2453149.20833333, 2453149.25, 2453149.29166667, 
    2453149.33333333, 2453149.375, 2453149.41666667, 2453149.45833333, 
    2453149.5, 2453149.54166667, 2453149.58333333, 2453149.625, 
    2453149.66666667, 2453149.70833333, 2453149.75, 2453149.79166667, 
    2453149.83333333, 2453149.875, 2453149.91666667, 2453149.95833333, 
    2453150, 2453150.04166667, 2453150.08333333, 2453150.125, 
    2453150.16666667, 2453150.20833333, 2453150.25, 2453150.29166667, 
    2453150.33333333, 2453150.375, 2453150.41666667, 2453150.45833333, 
    2453150.5, 2453150.54166667, 2453150.58333333, 2453150.625, 
    2453150.66666667, 2453150.70833333, 2453150.75, 2453150.79166667, 
    2453150.83333333, 2453150.875, 2453150.91666667, 2453150.95833333, 
    2453151, 2453151.04166667, 2453151.08333333, 2453151.125, 
    2453151.16666667, 2453151.20833333, 2453151.25, 2453151.29166667, 
    2453151.33333333, 2453151.375, 2453151.41666667, 2453151.45833333, 
    2453151.5, 2453151.54166667, 2453151.58333333, 2453151.625, 
    2453151.66666667, 2453151.70833333, 2453151.75, 2453151.79166667, 
    2453151.83333333, 2453151.875, 2453151.91666667, 2453151.95833333, 
    2453152, 2453152.04166667, 2453152.08333333, 2453152.125, 
    2453152.16666667, 2453152.20833333, 2453152.25, 2453152.29166667, 
    2453152.33333333, 2453152.375, 2453152.41666667, 2453152.45833333, 
    2453152.5, 2453152.54166667, 2453152.58333333, 2453152.625, 
    2453152.66666667, 2453152.70833333, 2453152.75, 2453152.79166667, 
    2453152.83333333, 2453152.875, 2453152.91666667, 2453152.95833333, 
    2453153, 2453153.04166667, 2453153.08333333, 2453153.125, 
    2453153.16666667, 2453153.20833333, 2453153.25, 2453153.29166667, 
    2453153.33333333, 2453153.375, 2453153.41666667, 2453153.45833333, 
    2453153.5, 2453153.54166667, 2453153.58333333, 2453153.625, 
    2453153.66666667, 2453153.70833333, 2453153.75, 2453153.79166667, 
    2453153.83333333, 2453153.875, 2453153.91666667, 2453153.95833333, 
    2453154, 2453154.04166667, 2453154.08333333, 2453154.125, 
    2453154.16666667, 2453154.20833333, 2453154.25, 2453154.29166667, 
    2453154.33333333, 2453154.375, 2453154.41666667, 2453154.45833333, 
    2453154.5, 2453154.54166667, 2453154.58333333, 2453154.625, 
    2453154.66666667, 2453154.70833333, 2453154.75, 2453154.79166667, 
    2453154.83333333, 2453154.875, 2453154.91666667, 2453154.95833333, 
    2453155, 2453155.04166667, 2453155.08333333, 2453155.125, 
    2453155.16666667, 2453155.20833333, 2453155.25, 2453155.29166667, 
    2453155.33333333, 2453155.375, 2453155.41666667, 2453155.45833333, 
    2453155.5, 2453155.54166667, 2453155.58333333, 2453155.625, 
    2453155.66666667, 2453155.70833333, 2453155.75, 2453155.79166667, 
    2453155.83333333, 2453155.875, 2453155.91666667, 2453155.95833333 ;

 air_temperature =
  5.04,
  5.475,
  5.337,
  5.346,
  5.413,
  5.566,
  5.707,
  5.556,
  5.798,
  5.477,
  5.44,
  5.327,
  5.234,
  4.993,
  5.032,
  5.112,
  5.381,
  5.57,
  5.763,
  5.95,
  6.154,
  6.339,
  6.94,
  7.32,
  5.884,
  6.013,
  5.838,
  6.199,
  6.364,
  6.37,
  6.502,
  5.943,
  6.028,
  5.847,
  5.698,
  5.653,
  5.618,
  5.701,
  5.729,
  5.863,
  6.194,
  6.073,
  6.023,
  5.765,
  5.364,
  5.337,
  6.127,
  5.738,
  5.713,
  5.617,
  5.685,
  5.76,
  5.761,
  5.784,
  5.648,
  5.462,
  5.456,
  5.31,
  5.339,
  5.301,
  5.311,
  5.214,
  5.339,
  5.448,
  5.311,
  5.314,
  5.182,
  5.22,
  5.267,
  5.294,
  5.25,
  5.344,
  5.206,
  5.238,
  5.053,
  4.872,
  5,
  5.238,
  5.279,
  5.338,
  5.581,
  5.498,
  5.113,
  5.408,
  5.591,
  5.458,
  5.366,
  5.379,
  5.735,
  5.599,
  5.383,
  5.303,
  5.234,
  5.358,
  5.386,
  5.422,
  5.376,
  5.409,
  5.323,
  5.127,
  4.951,
  4.988,
  4.896,
  4.899,
  5.054,
  4.914,
  5.008,
  5.033,
  4.743,
  5.016,
  5.187,
  5.112,
  5.315,
  5.648,
  5.62,
  5.863,
  6.447,
  6.367,
  5.881,
  5.906,
  5.939,
  6.071,
  6.17,
  5.639,
  5.404,
  5.532,
  5.67,
  5.688,
  5.734,
  5.74,
  5.65,
  5.994,
  6.163,
  6.344,
  6.495,
  6.081,
  6.404,
  6.126,
  6.333,
  6.318,
  6.415,
  6.864,
  6.942,
  6.748,
  6.26,
  6.305,
  6.389,
  6.233,
  6.312,
  5.568,
  6.2,
  6.114,
  6.134,
  7.66,
  7.91,
  7.26,
  7.75,
  7.79,
  8.06,
  7.95,
  7.94,
  8.94,
  9.34,
  9.92,
  9.6,
  9.43,
  9.38,
  8.78 ;

 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 =
  3.097,
  3.136,
  3.254,
  2.117,
  2.626,
  3.724,
  3.097,
  4.822,
  4.822,
  5.214,
  4.9,
  5.606,
  3.528,
  3.567,
  5.096,
  4.234,
  4.43,
  3.606,
  2.862,
  2.058,
  1.882,
  2.117,
  0.882,
  3.058,
  2.587,
  3.371,
  3.136,
  2.391,
  1.607,
  2.47,
  2.058,
  2.783,
  2.901,
  3.136,
  3.567,
  2.783,
  2.94,
  3.254,
  3.685,
  3.489,
  7.57,
  9.02,
  7.41,
  6.39,
  4.214,
  6.35,
  8.98,
  7.15,
  8.11,
  9.13,
  8.58,
  9.09,
  8,
  9.6,
  11.05,
  9.96,
  10.86,
  7.8,
  7.96,
  7.72,
  8.15,
  9.29,
  8.62,
  7.57,
  8.08,
  10.54,
  9.76,
  9.17,
  9.33,
  9.25,
  7.06,
  6.174,
  5.802,
  5.057,
  3.528,
  2.587,
  1.646,
  2.195,
  2.234,
  1.176,
  2.274,
  2.94,
  3.567,
  4.9,
  3.528,
  2.666,
  2.47,
  2.862,
  5.566,
  6.429,
  7.06,
  6.86,
  7.6,
  6.978,
  6.468,
  7.64,
  4.9,
  4.704,
  3.136,
  2.979,
  1.999,
  1.568,
  2.156,
  3.214,
  1.862,
  3.763,
  3.214,
  2.391,
  2.156,
  2.47,
  1.372,
  2.979,
  3.45,
  2.744,
  4.077,
  2.646,
  2.548,
  2.038,
  2.234,
  3.371,
  2.783,
  2.744,
  2.783,
  1.47,
  1.764,
  1.078,
  0.784,
  1.019,
  0.98,
  1.294,
  3.293,
  4.155,
  2.548,
  1.96,
  1.96,
  4.312,
  4.743,
  5.37,
  6.586,
  6.899,
  7.72,
  5.919,
  5.606,
  2.94,
  2.391,
  3.998,
  4.626,
  3.332,
  2.156,
  2.117,
  2.274,
  2.979,
  4.116,
  6.978,
  8.82,
  6.938,
  10.15,
  9.96,
  11.17,
  8.82,
  6.899,
  9.37,
  11.02,
  9.84,
  11.96,
  10.27,
  9.37,
  6.958 ;

 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 =
  2.711,
  2.589,
  2.814,
  1.747,
  2.168,
  3.08,
  2.585,
  3.992,
  4.181,
  4.658,
  4.325,
  4.909,
  1.965,
  3.194,
  4.358,
  3.605,
  3.644,
  3.083,
  2.567,
  1.62,
  1.642,
  1.555,
  0.603,
  2.542,
  2.283,
  2.955,
  2.77,
  1.587,
  1.282,
  1.97,
  1.767,
  2.282,
  2.365,
  1.9,
  2.767,
  2.455,
  2.215,
  2.644,
  3.25,
  2.329,
  6.264,
  7.76,
  6.452,
  5.678,
  2.943,
  5.275,
  7.77,
  5.89,
  6.735,
  8.1,
  7.31,
  7.8,
  6.934,
  8.29,
  9.61,
  8.56,
  9.25,
  6.648,
  6.863,
  6.051,
  7.15,
  7.79,
  7.39,
  6.61,
  6.993,
  8.9,
  8.51,
  7.41,
  7.92,
  8.13,
  6.047,
  4.915,
  4.662,
  4.344,
  2.73,
  2.003,
  1.445,
  1.72,
  1.749,
  0.791,
  1.45,
  2.442,
  3.199,
  4.286,
  2.784,
  2.146,
  1.894,
  2.312,
  4.656,
  5.481,
  5.899,
  5.616,
  6.189,
  5.601,
  5.545,
  6.427,
  4.304,
  3.58,
  2.714,
  2.016,
  1.699,
  1.053,
  1.732,
  2.86,
  0.307,
  2.816,
  2.82,
  1.984,
  1.668,
  1.754,
  1.094,
  2.441,
  3.092,
  2.21,
  3.428,
  2.175,
  2.16,
  1.697,
  1.956,
  3.135,
  2.305,
  1.936,
  2.357,
  0.94,
  1.548,
  0.64,
  0.266,
  0.812,
  0.726,
  1.094,
  2.624,
  3.669,
  1.777,
  1.714,
  1.511,
  3.482,
  4.131,
  4.678,
  5.566,
  6.099,
  6.651,
  4.887,
  4.795,
  1.607,
  1.803,
  3.407,
  3.898,
  1.894,
  1.69,
  1.44,
  1.687,
  2.346,
  3.125,
  5.832,
  7.59,
  6.12,
  8.28,
  8.52,
  7.74,
  7.67,
  6.138,
  7.61,
  8.98,
  8.48,
  9.91,
  8.56,
  7.71,
  5.647 ;

 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 =
  13.69,
  12.24,
  98.03,
  80.63,
  51.1,
  25.67,
  30.3,
  49.71,
  43.36,
  65.83,
  80.23,
  71.43,
  48.1,
  30.39,
  25.01,
  27.03,
  28.96,
  28.16,
  40.3,
  62.63,
  92.73,
  285.83,
  239.23,
  221.23,
  213.93,
  222.03,
  233.13,
  261.63,
  263.33,
  214.63,
  283.03,
  118.93,
  148.13,
  313.63,
  157.03,
  138.43,
  14.89,
  50.39,
  52.83,
  81.13,
  74.73,
  79.73,
  87.73,
  71.53,
  4.37,
  76.33,
  71.93,
  50.56,
  53.93,
  59.53,
  62.43,
  60.73,
  62.33,
  70.93,
  64.83,
  59.53,
  78.53,
  59.93,
  54.23,
  47.12,
  44.16,
  41.69,
  38.51,
  42.99,
  54.23,
  51.24,
  59.43,
  63.23,
  64.23,
  53.53,
  55.23,
  54.23,
  57.73,
  49.02,
  46.12,
  92.03,
  123.13,
  115.33,
  103.63,
  164.53,
  103.63,
  106.83,
  63.23,
  118.33,
  100.83,
  127.13,
  76.23,
  115.43,
  127.63,
  134.83,
  128.63,
  138.53,
  143.23,
  142.93,
  150.63,
  143.83,
  139.13,
  149.03,
  140.33,
  143.73,
  119.33,
  134.23,
  119.63,
  136.43,
  76.93,
  101.83,
  115.53,
  28.55,
  56.93,
  127.03,
  39.77,
  24.12,
  39.01,
  66.13,
  96.93,
  106.43,
  85.33,
  99.93,
  91.33,
  120.13,
  116.83,
  122.33,
  139.73,
  276.63,
  343.956,
  46.37,
  32.51,
  102.43,
  97.83,
  118.83,
  102.93,
  118.43,
  155.13,
  125.23,
  86.03,
  117.73,
  134.63,
  136.03,
  147.73,
  154.83,
  131.43,
  146.23,
  163.53,
  193.03,
  87.53,
  120.33,
  141.73,
  160.13,
  180.03,
  320.93,
  267.23,
  272.83,
  264.63,
  304.63,
  310.03,
  289.33,
  294.03,
  298.83,
  306.03,
  304.93,
  284.63,
  278.23,
  281.83,
  287.33,
  294.93,
  297.53,
  301.23,
  299.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 =
  2728.454,
  2842.588,
  2823.365,
  2832.977,
  2836.581,
  2804.143,
  2832.977,
  2820.962,
  2766.899,
  1930.717,
  2607.712,
  2596.899,
  2753.083,
  2012.413,
  2347.606,
  2307.359,
  2273.119,
  2292.342,
  2199.833,
  2704.426,
  2703.825,
  2714.037,
  2676.793,
  2711.033,
  2639.549,
  2689.408,
  2687.606,
  2780.715,
  2798.736,
  2828.772,
  2847.394,
  2772.305,
  2760.291,
  2640.15,
  1613.544,
  2074.285,
  2409.479,
  2551.846,
  501.6382,
  1587.714,
  2706.828,
  2660.574,
  2418.49,
  585.7369,
  1051.885,
  2247.889,
  2554.249,
  2538.03,
  2360.221,
  1443.545,
  2160.186,
  1566.089,
  1555.876,
  1585.912,
  2136.759,
  2217.253,
  2074.886,
  2209.444,
  2545.239,
  2246.688,
  2548.843,
  1710.859,
  1894.674,
  2620.927,
  2775.309,
  2775.91,
  2697.217,
  2711.634,
  2601.705,
  2622.73,
  2638.949,
  2684.602,
  2657.571,
  2702.023,
  2699.019,
  2134.957,
  1990.787,
  1789.551,
  2081.494,
  2270.115,
  2658.772,
  2748.878,
  2169.798,
  2330.186,
  2716.44,
  2737.464,
  2712.835,
  2720.044,
  2787.323,
  2731.457,
  2590.892,
  2437.112,
  2253.296,
  2260.504,
  1987.183,
  2303.154,
  2061.07,
  2470.15,
  2392.659,
  2195.628,
  1709.056,
  363.7162,
  982.8033,
  495.0304,
  1777.537,
  270.1263,
  1972.766,
  2125.946,
  2128.95,
  2276.723,
  2301.953,
  2256.9,
  1522.237,
  2186.617,
  2374.038,
  2465.946,
  2729.655,
  2599.903,
  2545.839,
  2426.9,
  2396.864,
  2433.507,
  2306.759,
  2122.342,
  1854.427,
  236.4267,
  229.1581,
  176.7766,
  141.9357,
  271.8082,
  330.9777,
  538.882,
  245.0168,
  277.1545,
  433.1577,
  340.3487,
  580.3306,
  445.7726,
  416.8786,
  2119.338,
  1348.032,
  950.9659,
  1362.449,
  1384.675,
  1670.611,
  1563.085,
  2684.002,
  2490.574,
  1921.706,
  665.6308,
  355.7869,
  702.2739,
  2025.628,
  2858.206,
  2664.779,
  2738.666,
  2884.637,
  2840.185,
  2805.344,
  2794.531,
  2841.386,
  2835.98,
  2477.359,
  2776.51,
  2777.712,
  2813.153,
  2709.832,
  2821.563 ;

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