netcdf A0107.met.realtime {
dimensions:
	lat = 1 ;
	lon = 1 ;
	air_temperature_depth = 1 ;
	visibility_depth = 1 ;
	wind_depth = 1 ;
	time = 167 ;
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 = 2452974.04167244 ;
		:starting_julian_day_string = "2003-11-30 01:00:00" ;
		:ending_julian_day_number = 2452980.95833912 ;
		:ending_julian_day_string = "2003-12-06 23: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 = 2452974.04166667, 2452974.08333333, 2452974.125, 2452974.16666667, 
    2452974.20833333, 2452974.25, 2452974.29166667, 2452974.33333333, 
    2452974.375, 2452974.41666667, 2452974.45833333, 2452974.5, 
    2452974.54166667, 2452974.58333333, 2452974.625, 2452974.66666667, 
    2452974.70833333, 2452974.75, 2452974.79166667, 2452974.83333333, 
    2452974.875, 2452974.91666667, 2452974.95833333, 2452975, 
    2452975.04166667, 2452975.08333333, 2452975.125, 2452975.16666667, 
    2452975.20833333, 2452975.25, 2452975.29166667, 2452975.33333333, 
    2452975.375, 2452975.41666667, 2452975.45833333, 2452975.5, 
    2452975.54166667, 2452975.58333333, 2452975.625, 2452975.66666667, 
    2452975.70833333, 2452975.75, 2452975.79166667, 2452975.83333333, 
    2452975.875, 2452975.91666667, 2452975.95833333, 2452976, 
    2452976.04166667, 2452976.08333333, 2452976.125, 2452976.16666667, 
    2452976.20833333, 2452976.25, 2452976.29166667, 2452976.33333333, 
    2452976.375, 2452976.41666667, 2452976.45833333, 2452976.5, 
    2452976.54166667, 2452976.58333333, 2452976.625, 2452976.66666667, 
    2452976.70833333, 2452976.75, 2452976.79166667, 2452976.83333333, 
    2452976.875, 2452976.91666667, 2452976.95833333, 2452977, 
    2452977.04166667, 2452977.08333333, 2452977.125, 2452977.16666667, 
    2452977.20833333, 2452977.25, 2452977.29166667, 2452977.33333333, 
    2452977.375, 2452977.41666667, 2452977.45833333, 2452977.5, 
    2452977.54166667, 2452977.58333333, 2452977.625, 2452977.66666667, 
    2452977.70833333, 2452977.75, 2452977.79166667, 2452977.83333333, 
    2452977.875, 2452977.91666667, 2452977.95833333, 2452978, 
    2452978.04166667, 2452978.08333333, 2452978.125, 2452978.16666667, 
    2452978.20833333, 2452978.25, 2452978.29166667, 2452978.33333333, 
    2452978.375, 2452978.41666667, 2452978.45833333, 2452978.5, 
    2452978.54166667, 2452978.58333333, 2452978.625, 2452978.66666667, 
    2452978.70833333, 2452978.75, 2452978.79166667, 2452978.83333333, 
    2452978.875, 2452978.91666667, 2452978.95833333, 2452979, 
    2452979.04166667, 2452979.08333333, 2452979.125, 2452979.16666667, 
    2452979.20833333, 2452979.25, 2452979.29166667, 2452979.33333333, 
    2452979.375, 2452979.41666667, 2452979.45833333, 2452979.5, 
    2452979.54166667, 2452979.58333333, 2452979.625, 2452979.66666667, 
    2452979.70833333, 2452979.75, 2452979.79166667, 2452979.83333333, 
    2452979.875, 2452979.91666667, 2452979.95833333, 2452980, 
    2452980.04166667, 2452980.08333333, 2452980.125, 2452980.16666667, 
    2452980.20833333, 2452980.25, 2452980.29166667, 2452980.33333333, 
    2452980.375, 2452980.41666667, 2452980.45833333, 2452980.5, 
    2452980.54166667, 2452980.58333333, 2452980.625, 2452980.66666667, 
    2452980.70833333, 2452980.75, 2452980.79166667, 2452980.83333333, 
    2452980.875, 2452980.91666667, 2452980.95833333 ;

 air_temperature =
  4.83,
  4.998,
  4.064,
  4.804,
  4.838,
  5.093,
  5.285,
  5.316,
  4.948,
  4.92,
  5.118,
  5.233,
  5.16,
  5.185,
  5.352,
  5.835,
  6.12,
  6.86,
  7.27,
  7.27,
  7.45,
  7.49,
  7.34,
  7.45,
  7.57,
  7.51,
  7.42,
  6.955,
  6.877,
  7.39,
  7.82,
  8.35,
  8.35,
  8.43,
  8.58,
  8.53,
  8.44,
  8.45,
  8.44,
  7.99,
  8.33,
  8.33,
  7.84,
  5.623,
  5.371,
  5.892,
  5.368,
  4.885,
  4.541,
  3.879,
  3.376,
  3.041,
  2.839,
  2.755,
  2.472,
  2.651,
  2.661,
  2.238,
  2.274,
  0.303,
  -0.99,
  -1.288,
  -0.745,
  -1.92,
  -2.115,
  -1.089,
  -2.638,
  -2.745,
  -4.031,
  -3.624,
  -4.591,
  -5.17,
  -5.827,
  -5.804,
  -6.431,
  -6.556,
  -6.873,
  -6.722,
  -7.06,
  -6.802,
  -6.798,
  -6.645,
  -6.698,
  -6.485,
  -6.406,
  -5.955,
  -5.351,
  -3.873,
  -2.744,
  -1.839,
  -1.627,
  -1.256,
  -1.842,
  -1.689,
  -2.271,
  -2.512,
  -2.384,
  -2.585,
  -3.132,
  -3.393,
  -3.582,
  -3.658,
  -3.825,
  -3.924,
  -3.738,
  -3.462,
  -3.388,
  -2.838,
  -2.255,
  -2.448,
  -1.705,
  -1.129,
  -0.792,
  -0.389,
  -0.49,
  0.053,
  0.008,
  0.01,
  -0.271,
  -0.646,
  -1.315,
  -1.777,
  -2.468,
  -2.915,
  -3.38,
  -3.968,
  -3.94,
  -4.073,
  -3.769,
  -3.875,
  -4.194,
  -4.276,
  -4.595,
  -4.289,
  -3.355,
  -2.317,
  -1.632,
  -0.744,
  0.063,
  0.39,
  0.4,
  0.204,
  -0.002,
  0.072,
  0.064,
  0.175,
  0.609,
  0.635,
  0.729,
  0.522,
  0.417,
  1.213,
  1.26,
  0.878,
  1.151,
  1.361,
  1.38,
  1.557,
  2.065,
  1.881,
  1.679,
  2.312,
  2.729,
  2.687,
  2.531,
  2.468,
  2.631 ;

 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 ;

 wind_gust =
  18.93,
  16.78,
  17.95,
  15.37,
  13.64,
  13.45,
  15.01,
  13.09,
  13.72,
  15.48,
  14.58,
  13.29,
  12.78,
  13.56,
  12.54,
  11.25,
  11.52,
  10.47,
  12.11,
  10.39,
  10.47,
  12.11,
  12,
  12.5,
  11.68,
  10.78,
  7.53,
  6.742,
  10.78,
  11.72,
  12.07,
  12.27,
  10.11,
  10.31,
  12.35,
  13.05,
  12,
  13.33,
  15.99,
  13.84,
  12.94,
  15.68,
  13.52,
  17.21,
  17.6,
  13.17,
  11.66,
  12.43,
  14.43,
  14.11,
  14.9,
  12.74,
  12.54,
  12.98,
  12.39,
  13.48,
  15.41,
  15.64,
  15.6,
  18.42,
  12.23,
  10.11,
  10.07,
  12.74,
  8.82,
  10.35,
  12.35,
  14.46,
  16.15,
  17.44,
  17.25,
  18.5,
  16.46,
  16.66,
  14.66,
  14.94,
  15.76,
  15.05,
  16.03,
  15.41,
  16.7,
  15.09,
  14.23,
  14.62,
  14.82,
  14.39,
  12.7,
  12.39,
  13.37,
  16.19,
  13.72,
  15.17,
  14.5,
  12.86,
  13.21,
  13.13,
  13.37,
  13.33,
  13.6,
  13.13,
  12.54,
  12.66,
  13.72,
  11.72,
  11.41,
  11.84,
  11.25,
  11.09,
  9.41,
  7.13,
  6.664,
  5.958,
  5.253,
  6.037,
  8.08,
  9.92,
  9.02,
  10.27,
  9.45,
  10.9,
  11.56,
  11.84,
  12,
  10.68,
  9.96,
  8.35,
  8.04,
  8.31,
  7.92,
  7.1,
  7.68,
  6.742,
  7.02,
  6.35,
  5.488,
  7.53,
  7.37,
  4.704,
  3.998,
  8.04,
  8.9,
  10.58,
  12.27,
  12.86,
  14.27,
  14.01,
  15.37,
  14.5,
  15.17,
  15.05,
  16.31,
  16.27,
  17.4,
  19.33,
  18.38,
  17.99,
  17.84,
  18.89,
  20.5,
  20.27,
  18.19,
  18.27,
  18.5,
  19.48,
  20.85,
  20.89,
  21.17 ;

 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 ;

 wind_speed =
  14.59,
  13.41,
  15.16,
  11.97,
  11.05,
  10.88,
  11.44,
  10.32,
  11.7,
  12.66,
  12.18,
  11.34,
  10.91,
  11.68,
  10.72,
  9.36,
  9.52,
  8.36,
  9.8,
  8.78,
  8.66,
  9.09,
  9.99,
  9.93,
  9.47,
  8.04,
  6.648,
  5.571,
  9.16,
  9.98,
  10.1,
  10.37,
  8.04,
  8.8,
  10.41,
  10.71,
  10.25,
  10.72,
  13.47,
  11.55,
  10.74,
  12.54,
  10.8,
  13.17,
  14.47,
  11.15,
  8.94,
  10.32,
  11.48,
  10.43,
  11.51,
  11.33,
  10.12,
  10.76,
  10.41,
  11.22,
  11.83,
  13.15,
  13.2,
  14.83,
  9.36,
  8.05,
  8.29,
  9.79,
  6.429,
  7.81,
  9.97,
  11.19,
  13.49,
  14.31,
  13.79,
  14.52,
  12.94,
  12.56,
  12.43,
  11.95,
  12.56,
  12.63,
  11.98,
  12.33,
  13,
  12.51,
  12,
  12.45,
  11.97,
  11.68,
  10.25,
  9.59,
  10.47,
  11.83,
  10.74,
  12.4,
  11.53,
  10.36,
  10.18,
  10.97,
  11.13,
  11.32,
  11.05,
  10.09,
  10.3,
  10.09,
  11.1,
  9.9,
  9.64,
  9.59,
  9.66,
  9.75,
  7.39,
  5.964,
  5.42,
  4.493,
  3.4,
  4.638,
  5.753,
  7.31,
  7.44,
  8.34,
  7.36,
  9.22,
  8.99,
  9.99,
  9.55,
  8.87,
  7.48,
  6.921,
  6.541,
  6.566,
  6.585,
  6.188,
  5.734,
  5.51,
  6.048,
  4.973,
  4.451,
  5.253,
  5.575,
  3.039,
  1.921,
  6.072,
  7.23,
  9.06,
  10.19,
  10.99,
  11.27,
  11.63,
  11.96,
  12.62,
  12.69,
  12.4,
  13.58,
  13.65,
  14.2,
  16.06,
  15.2,
  15.09,
  14.74,
  16.06,
  16.51,
  16.28,
  15.61,
  15.62,
  15.42,
  15.98,
  16.84,
  17.16,
  18.16 ;

 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 ;

 wind_direction =
  260.3167,
  253.0167,
  271.1167,
  262.3167,
  259.3167,
  253.3167,
  245.1167,
  244.1167,
  239.4167,
  237.7167,
  235.1167,
  231.2167,
  235.8167,
  231.1167,
  234.1167,
  238.3167,
  242.0167,
  242.9167,
  275.1167,
  254.0167,
  248.4167,
  232.0167,
  250.7167,
  248.5167,
  238.7167,
  247.8167,
  246.1167,
  142.8167,
  157.8167,
  162.1167,
  187.6167,
  173.5167,
  203.8167,
  210.6167,
  233.4167,
  232.6167,
  237.7167,
  243.0167,
  259.9167,
  212.0167,
  258.6167,
  271.0167,
  276.7167,
  284.2167,
  285.6167,
  287.3167,
  300.4167,
  292.8167,
  288.6167,
  288.0167,
  281.4167,
  289.5167,
  269.0167,
  257.9167,
  257.4167,
  257.3167,
  240.9167,
  245.6167,
  258.7167,
  299.5167,
  301.7167,
  310.5167,
  310.2167,
  328.5167,
  299.1167,
  291.6167,
  318.1167,
  303.8167,
  316.3167,
  315.3167,
  309.1167,
  311.5167,
  306.0167,
  307.6167,
  310.6167,
  309.3167,
  312.2167,
  308.6167,
  305.4167,
  308.5167,
  310.5167,
  314.1167,
  308.1167,
  307.3167,
  309.8167,
  312.6167,
  313.6167,
  319.2167,
  311.6167,
  306.8167,
  297.4167,
  309.7167,
  304.3167,
  300.6167,
  300.3167,
  301.4167,
  289.9167,
  298.1167,
  300.4167,
  297.3167,
  294.6167,
  294.2167,
  289.1167,
  288.7167,
  295.1167,
  288.1167,
  281.8167,
  289.7167,
  292.5167,
  297.7167,
  309.5167,
  279.9167,
  279.3167,
  297.9167,
  305.7167,
  317.2167,
  312.6167,
  310.0167,
  306.7167,
  312.4167,
  313.6167,
  317.7167,
  319.2167,
  326.4167,
  325.2167,
  319.3167,
  326.1167,
  327.7167,
  324.1167,
  332.5167,
  322.5167,
  314.6167,
  315.2167,
  328.2167,
  342.9167,
  353.3067,
  1.8967,
  1.1767,
  60.0167,
  79.9167,
  70.3167,
  73.1167,
  66.6167,
  65.4167,
  57.4167,
  54.7167,
  54.4167,
  57.9167,
  56.4167,
  53.9767,
  63.5167,
  49.7767,
  62.4167,
  64.4167,
  60.2167,
  50.4567,
  47.3967,
  46.2367,
  47.5167,
  44.8567,
  44.8167,
  45.2367,
  45.8767,
  41.0567,
  38.3667,
  37.0767,
  36.5167 ;

 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 ;

 visibility =
  2958.524,
  2959.125,
  2793.33,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2951.316,
  2959.125,
  2957.323,
  2344.002,
  2381.847,
  2456.935,
  2529.02,
  1991.989,
  2494.779,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2959.125,
  2958.524,
  2958.524,
  2959.125,
  2950.114,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2957.323,
  2958.524,
  2946.51,
  2450.928,
  2907.464,
  2956.121,
  2384.85,
  1497.608,
  1139.588,
  1515.029,
  1052.485,
  2915.874,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2958.524,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2958.524,
  2954.92,
  2836.581,
  1560.081,
  2959.125,
  2838.383,
  2597.5,
  2252.094,
  2708.631,
  2509.797,
  2959.726,
  2960.326,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2960.326,
  2959.726,
  2956.722,
  2960.326,
  2960.326,
  1571.495,
  2688.207,
  1982.978,
  2592.694,
  2064.073,
  2959.726,
  2959.125,
  2957.323,
  2955.521,
  2959.726,
  2956.722,
  2959.726,
  2959.726,
  2957.923,
  2959.125,
  2959.726,
  2959.125,
  2958.524,
  2959.726,
  2796.333,
  2801.139,
  2422.094,
  2637.146,
  2721.245,
  2954.319,
  2918.877,
  2919.478,
  2948.913,
  2959.125,
  2959.726,
  2959.125,
  2957.923,
  2959.125,
  2957.323,
  2959.726,
  2918.877,
  2958.524,
  2959.726,
  2959.726,
  2959.726,
  2959.125,
  2959.726,
  2958.524,
  2959.125,
  2843.189,
  2944.107,
  2852.199,
  2950.114,
  2956.722,
  2940.503,
  2954.319,
  2956.121,
  2959.125,
  2959.125,
  2958.524,
  2957.323,
  2956.722,
  2954.92,
  2957.323,
  1755.911,
  1923.508,
  1769.127,
  203.0274,
  1401.495,
  1010.436,
  1304.181,
  1724.675,
  1143.792,
  984.0048,
  892.0968,
  1274.146,
  964.1815,
  526.8678,
  809.8002,
  1214.075,
  997.2203,
  865.0651,
  651.2139,
  737.7155 ;

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