netcdf E0109.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 = "29-Jan-2004 13:51:49:  Modified [lon,lat] to [-69.357300,43.713800].\n",
			"28-Jan-2004 11:36:50:  Modified [lon,lat] to [-69.357300,42.713000].\n",
			"Wed Jan 28 10:19:44 2004: /usr/local/nco/bin/ncrcat -d time,2453033.34028,2453033.44444 E0109.met.realtime.nc E0109.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 = 48489 ;
		:visibility_sensor_serial_number = 261 ;
		:processing = "realtime" ;
		:water_depth = 100 ;
		:mooring_site_id = "E0109" ;
		:mooring_site_desc = "Central Maine Shelf" ;
		:breakout_id = 1 ;
		:delta_t = 60 ;
		:magnetic_variation = -17.0167 ;
		:goes_platform_id = "044023B8" ;
		:starting_julian_day_number = 2453072.04167244 ;
		:starting_julian_day_string = "2004-03-07 01:00:00" ;
		:ending_julian_day_number = 2453079.00000579 ;
		:ending_julian_day_string = "2004-03-14 00:00:00" ;
		:algorithm_ids = "WIND_DIR_1.2:  16-Jan-2004 16:27:00\n",
			"AAN_VIZ_1.2:  16-Jan-2004 16:27:00" ;
data:

 lat = 43.7138 ;

 lon = -69.3573 ;

 air_temperature_depth = -3 ;

 visibility_depth = -3 ;

 wind_depth = -4 ;

 time = 2453072.04166667, 2453072.08333333, 2453072.125, 2453072.16666667, 
    2453072.20833333, 2453072.25, 2453072.29166667, 2453072.33333333, 
    2453072.375, 2453072.41666667, 2453072.45833333, 2453072.5, 
    2453072.54166667, 2453072.58333333, 2453072.625, 2453072.66666667, 
    2453072.70833333, 2453072.75, 2453072.79166667, 2453072.83333333, 
    2453072.875, 2453072.91666667, 2453072.95833333, 2453073, 
    2453073.04166667, 2453073.08333333, 2453073.125, 2453073.16666667, 
    2453073.20833333, 2453073.25, 2453073.29166667, 2453073.33333333, 
    2453073.375, 2453073.41666667, 2453073.45833333, 2453073.5, 
    2453073.54166667, 2453073.58333333, 2453073.625, 2453073.66666667, 
    2453073.70833333, 2453073.75, 2453073.79166667, 2453073.83333333, 
    2453073.875, 2453073.91666667, 2453073.95833333, 2453074, 
    2453074.04166667, 2453074.08333333, 2453074.125, 2453074.16666667, 
    2453074.20833333, 2453074.25, 2453074.29166667, 2453074.33333333, 
    2453074.375, 2453074.41666667, 2453074.45833333, 2453074.5, 
    2453074.54166667, 2453074.58333333, 2453074.625, 2453074.66666667, 
    2453074.70833333, 2453074.75, 2453074.79166667, 2453074.83333333, 
    2453074.875, 2453074.91666667, 2453074.95833333, 2453075, 
    2453075.04166667, 2453075.08333333, 2453075.125, 2453075.16666667, 
    2453075.20833333, 2453075.25, 2453075.29166667, 2453075.33333333, 
    2453075.375, 2453075.41666667, 2453075.45833333, 2453075.5, 
    2453075.54166667, 2453075.58333333, 2453075.625, 2453075.66666667, 
    2453075.70833333, 2453075.75, 2453075.79166667, 2453075.83333333, 
    2453075.875, 2453075.91666667, 2453075.95833333, 2453076, 
    2453076.04166667, 2453076.08333333, 2453076.125, 2453076.16666667, 
    2453076.20833333, 2453076.25, 2453076.29166667, 2453076.33333333, 
    2453076.375, 2453076.41666667, 2453076.45833333, 2453076.5, 
    2453076.54166667, 2453076.58333333, 2453076.625, 2453076.66666667, 
    2453076.70833333, 2453076.75, 2453076.79166667, 2453076.83333333, 
    2453076.875, 2453076.91666667, 2453076.95833333, 2453077, 
    2453077.04166667, 2453077.08333333, 2453077.125, 2453077.16666667, 
    2453077.20833333, 2453077.25, 2453077.29166667, 2453077.33333333, 
    2453077.375, 2453077.41666667, 2453077.45833333, 2453077.5, 
    2453077.54166667, 2453077.58333333, 2453077.625, 2453077.66666667, 
    2453077.70833333, 2453077.75, 2453077.79166667, 2453077.83333333, 
    2453077.875, 2453077.91666667, 2453077.95833333, 2453078, 
    2453078.04166667, 2453078.08333333, 2453078.125, 2453078.16666667, 
    2453078.20833333, 2453078.25, 2453078.29166667, 2453078.33333333, 
    2453078.375, 2453078.41666667, 2453078.45833333, 2453078.5, 
    2453078.54166667, 2453078.58333333, 2453078.625, 2453078.66666667, 
    2453078.70833333, 2453078.75, 2453078.79166667, 2453078.83333333, 
    2453078.875, 2453078.91666667, 2453078.95833333, 2453079 ;

 air_temperature =
  5.225,
  5.726,
  5.173,
  4.371,
  3.141,
  2.596,
  2.017,
  1.487,
  0.988,
  0.578,
  0.326,
  0.213,
  0.256,
  0.502,
  0.578,
  1.137,
  1.421,
  1.797,
  2.336,
  2.781,
  3.892,
  2.467,
  2.066,
  2.287,
  2.326,
  2.316,
  2.297,
  2.25,
  2.262,
  1.448,
  2.056,
  1.84,
  1.539,
  1.044,
  0.949,
  0.959,
  0.303,
  -0.371,
  -0.38,
  -0.519,
  -0.747,
  -1.012,
  -0.795,
  -0.543,
  -0.039,
  -0.007,
  -0.086,
  -0.084,
  -0.267,
  -0.768,
  -1.403,
  -1.774,
  -2.063,
  -2.371,
  -2.793,
  -3.247,
  -3.591,
  -3.881,
  -3.97,
  -4.015,
  -4.061,
  -4.144,
  -4.231,
  -3.965,
  -3.43,
  -3.059,
  -2.906,
  -2.558,
  -2.122,
  -1.86,
  -1.35,
  -0.875,
  -0.339,
  -0.292,
  0.097,
  0.265,
  0.477,
  0.692,
  0.89,
  0.7,
  0.893,
  1.246,
  1.044,
  0.806,
  0.998,
  1.186,
  0.721,
  1.07,
  1.46,
  1.337,
  1.396,
  1.369,
  1.253,
  1.115,
  0.899,
  0.955,
  1.029,
  0.928,
  1.033,
  1.001,
  1.236,
  1.034,
  1.033,
  0.472,
  0.239,
  0.143,
  0.123,
  0.274,
  0.365,
  0.092,
  0.631,
  1.053,
  1.321,
  2.165,
  2.831,
  3.521,
  3.958,
  3.56,
  4.116,
  4.096,
  3.928,
  4.177,
  3.719,
  2.948,
  2.285,
  1.704,
  1.791,
  1.768,
  1.839,
  2.293,
  2.91,
  2.99,
  3.434,
  3.411,
  3.51,
  3.451,
  3.495,
  3.668,
  3.751,
  3.486,
  2.922,
  2.74,
  2.477,
  2.644,
  4.128,
  4.034,
  3.932,
  3.473,
  3.191,
  2.674,
  2.476,
  2.106,
  2.034,
  1.747,
  1.319,
  0.477,
  0.054,
  0.073,
  0.627,
  1.083,
  1.553,
  2.299,
  2.604,
  2.792,
  2.616,
  2.005,
  0.559,
  -0.875 ;

 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 =
  5.135,
  10.35,
  12.47,
  11.56,
  11.49,
  11.33,
  10.98,
  11.6,
  14.46,
  11.72,
  13.33,
  13.05,
  11.72,
  11.13,
  11.84,
  8.94,
  7.25,
  7.64,
  5.782,
  4.234,
  1.372,
  1.254,
  1.372,
  3.685,
  4.469,
  4.586,
  4.508,
  3.234,
  2.666,
  5.723,
  4.018,
  5.253,
  10.58,
  10.51,
  9.64,
  10.62,
  10.15,
  11.41,
  11.72,
  12.54,
  12.82,
  11.88,
  11.56,
  10,
  10.9,
  9.49,
  8.47,
  8.23,
  9.68,
  9.68,
  9.68,
  10.51,
  9.56,
  9.11,
  8.27,
  7.45,
  6.664,
  6.938,
  6.742,
  7.06,
  7.06,
  8.35,
  7.84,
  6.037,
  4.41,
  3.763,
  3.606,
  3.842,
  4.39,
  6.154,
  5.292,
  6.037,
  6.35,
  5.782,
  5.488,
  5.135,
  5.606,
  5.841,
  6.742,
  6.429,
  6.39,
  6.938,
  6.546,
  7.57,
  7.8,
  8.47,
  7.33,
  7.92,
  8.11,
  6.429,
  5.214,
  5.802,
  5.684,
  6.507,
  7.02,
  6.938,
  7.53,
  7.64,
  9.13,
  9.64,
  10.27,
  11.17,
  10.62,
  10.86,
  12.19,
  13.17,
  13.37,
  13.6,
  12.9,
  13.48,
  14.27,
  14.27,
  12.82,
  11.96,
  10.23,
  8.86,
  9.21,
  7.6,
  10.23,
  7.45,
  7.8,
  8.19,
  9.25,
  8.27,
  8.27,
  5.566,
  4.782,
  3.822,
  2.156,
  4.743,
  4.822,
  3.606,
  3.685,
  5.292,
  4.508,
  4.665,
  5.88,
  5.135,
  4.351,
  4.704,
  5.292,
  4.9,
  4.116,
  2.744,
  7.53,
  8.74,
  11.68,
  10.39,
  10.27,
  12.11,
  12.7,
  11.76,
  11.56,
  12.15,
  12.27,
  13.8,
  14.74,
  11.68,
  11.13,
  14.31,
  12.5,
  12.23,
  11.92,
  11.88,
  10.62,
  11.17,
  13.6,
  14.07 ;

 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 =
  4.456,
  7.74,
  10.33,
  9.65,
  9.33,
  9.38,
  8.82,
  9.85,
  11.22,
  8.8,
  11.21,
  10.52,
  9.04,
  8.94,
  9.61,
  7.14,
  5.984,
  6.494,
  4.553,
  2.859,
  0.842,
  0.386,
  0.791,
  3.174,
  3.772,
  3.862,
  3.487,
  2.31,
  2.144,
  4.483,
  3.183,
  4.532,
  8.98,
  9.12,
  8.25,
  7.47,
  8.37,
  9.69,
  9.99,
  10.74,
  10.69,
  10.28,
  9.26,
  8.49,
  8.89,
  7.57,
  7.08,
  6.783,
  8.04,
  7.92,
  7.9,
  8.71,
  8.37,
  6.811,
  6.433,
  5.992,
  5.305,
  5.615,
  5.228,
  5.574,
  5.692,
  6.976,
  5.706,
  4.863,
  3.136,
  2.576,
  2.581,
  2.643,
  3.068,
  4.503,
  4.439,
  5.082,
  5.241,
  4.629,
  4.321,
  4.333,
  4.62,
  4.589,
  5.596,
  5.257,
  5.248,
  5.895,
  5.504,
  6.289,
  6.599,
  6.823,
  6.397,
  6.623,
  6.63,
  5.341,
  4.456,
  4.92,
  4.753,
  5.185,
  5.238,
  5.812,
  6.422,
  6.59,
  7.13,
  7.93,
  8.78,
  9.64,
  9,
  9.2,
  9.82,
  10.71,
  11.84,
  11.68,
  10.93,
  10.91,
  11.24,
  10.99,
  10.77,
  10.04,
  8.9,
  7.34,
  6.991,
  5.906,
  8.28,
  5.22,
  5.976,
  6.185,
  7.51,
  6.893,
  6.394,
  4.071,
  3.641,
  2.435,
  1.056,
  3.626,
  3.901,
  2.618,
  2.618,
  4.389,
  3.744,
  3.78,
  4.771,
  4.088,
  3.355,
  3.702,
  4.013,
  4.04,
  3.005,
  2.012,
  5.651,
  6.814,
  9.97,
  8.52,
  8.6,
  9.8,
  10.48,
  10.03,
  9.28,
  10.45,
  10.27,
  11.4,
  12.4,
  10.36,
  9.34,
  11.37,
  10.11,
  9.63,
  10.13,
  10.16,
  8.65,
  9.35,
  11.03,
  12.1 ;

 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 =
  331.5833,
  322.6833,
  322.4833,
  311.4833,
  334.3833,
  326.0833,
  319.1833,
  324.0833,
  327.5833,
  332.9833,
  319.4833,
  323.3833,
  314.6833,
  326.4833,
  320.7833,
  324.9833,
  300.9833,
  308.7833,
  322.6833,
  12.9833,
  359.5233,
  138.3833,
  53.1833,
  152.3833,
  138.0833,
  138.9833,
  155.7833,
  130.4833,
  123.1833,
  66.3833,
  131.6833,
  81.9833,
  101.1833,
  105.5833,
  97.4833,
  99.0833,
  89.9833,
  97.9833,
  86.2833,
  69.7833,
  68.8833,
  67.7833,
  61.4833,
  60.5833,
  54.8833,
  48.2833,
  35.5433,
  41.6533,
  24.8333,
  49.0433,
  51.6433,
  44.1833,
  36.9233,
  40.5533,
  31.9333,
  28.0633,
  28.1033,
  42.7933,
  37.0133,
  40.5433,
  42.4033,
  45.3733,
  54.9833,
  64.6833,
  87.2833,
  112.8833,
  136.8833,
  170.8833,
  221.8833,
  220.6833,
  220.5833,
  231.2833,
  253.8833,
  256.5833,
  246.9833,
  224.7833,
  226.2833,
  211.9833,
  207.3833,
  197.1833,
  194.2833,
  190.4833,
  196.0833,
  187.1833,
  180.1833,
  184.5833,
  173.2833,
  184.5833,
  180.3833,
  176.4833,
  163.8833,
  149.9833,
  135.3833,
  119.5833,
  104.9833,
  102.7833,
  105.3833,
  86.8833,
  75.2833,
  82.8833,
  77.9833,
  84.5833,
  65.6833,
  41.4033,
  42.3533,
  37.4933,
  32.2633,
  36.0333,
  40.6233,
  39.1133,
  32.1733,
  37.7333,
  33.2833,
  24.6233,
  12.1333,
  19.9633,
  16.3433,
  49.8533,
  28.6733,
  346.1263,
  328.2833,
  334.9833,
  343.3083,
  340.4833,
  328.9833,
  350.8233,
  19.1033,
  16.9733,
  359.3833,
  242.8833,
  220.8833,
  187.8833,
  152.2833,
  189.5833,
  158.5833,
  131.9833,
  136.8833,
  138.0833,
  119.5833,
  86.0833,
  94.9833,
  38.7333,
  8.7933,
  302.7833,
  306.3833,
  284.0833,
  290.3833,
  280.2833,
  277.1833,
  266.0833,
  267.1833,
  267.3833,
  276.7833,
  294.7833,
  296.8833,
  305.4833,
  306.5833,
  306.4833,
  304.6833,
  300.4833,
  301.9833,
  307.4833,
  305.2833,
  303.0833,
  330.8833,
  334.6833,
  325.4833,
  324.7833 ;

 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 =
  2828.772,
  2957.323,
  2956.121,
  2956.722,
  2956.722,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2948.312,
  2555.451,
  2825.167,
  2914.072,
  2948.312,
  2871.422,
  2853.401,
  2809.549,
  2794.531,
  2855.803,
  2957.923,
  2599.903,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2957.923,
  2957.923,
  2842.588,
  2864.814,
  2705.627,
  2939.902,
  2929.09,
  2934.496,
  2942.906,
  2947.111,
  2938.701,
  2957.923,
  2957.923,
  2957.923,
  2957.923,
  2957.923,
  2957.923,
  2957.923,
  2957.923,
  2957.923,
  2957.923,
  2957.923,
  2957.923,
  2957.923,
  2957.923,
  2956.722,
  2957.323,
  2948.913,
  2947.711,
  2953.118,
  2911.068,
  2923.683,
  2904.461,
  2954.92,
  2956.121,
  1823.791,
  2586.087,
  2957.923,
  2957.923,
  2957.923,
  2957.923,
  2957.923,
  2957.923,
  2957.923,
  2957.323,
  2944.708,
  2698.418,
  2950.715,
  2921.28,
  2006.406,
  1958.95,
  2850.397,
  2919.478,
  1974.568,
  2744.072,
  2865.415,
  2942.305,
  2832.376,
  2920.079,
  2954.319,
  2955.521,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2956.722,
  2957.323,
  2957.323,
  2951.916,
  2952.517,
  2951.916,
  2956.722,
  2944.708,
  2932.694,
  2908.065,
  2918.877,
  2934.496,
  2901.457,
  2954.92,
  2957.323,
  2950.715,
  2956.121,
  2956.722,
  2947.111,
  2957.323,
  2956.722,
  2957.323,
  2957.323,
  2719.443,
  2658.772,
  2783.719,
  2870.821,
  2936.298,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2444.921,
  2943.506,
  2954.319,
  2951.916,
  2953.118,
  2917.075,
  2814.355,
  2817.358,
  2764.496,
  2765.097,
  2762.694,
  2797.535,
  2953.719,
  2939.302,
  2956.121,
  2956.121,
  2955.521,
  2955.521,
  2951.316,
  2948.913,
  2951.916,
  2956.722,
  2957.323,
  2943.506,
  2927.287,
  2836.581,
  2917.676,
  2795.132,
  2461.14,
  2498.384,
  2658.772,
  1838.809,
  1776.335,
  841.0369,
  2957.323,
  2954.319 ;

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