netcdf J0209.met.realtime {
dimensions:
	lat = 1 ;
	lon = 1 ;
	air_temperature_depth = 1 ;
	barometric_pressure_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 barometric_pressure_depth(barometric_pressure_depth) ;
		barometric_pressure_depth:long_name = "Depth" ;
		barometric_pressure_depth:standard_name = "depth" ;
		barometric_pressure_depth:short_name = "D" ;
		barometric_pressure_depth:units = "meters" ;
		barometric_pressure_depth:positive = "down" ;
		barometric_pressure_depth:_FillValue = -999. ;
		barometric_pressure_depth:valid_range = -10000., 100. ;
		barometric_pressure_depth:epic_code = 3 ;
		barometric_pressure_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 barometric_pressure(time, barometric_pressure_depth, lat, lon) ;
		barometric_pressure:long_name = "Barometric Pressure" ;
		barometric_pressure:standard_name = "barometric_pressure" ;
		barometric_pressure:short_name = "BP" ;
		barometric_pressure:ancillary_variables = "barometric_pressure_qc" ;
		barometric_pressure:_FillValue = -999.f ;
		barometric_pressure:units = "millibars" ;
		barometric_pressure:valid_range = 900., 1100. ;
		barometric_pressure:is_dead = 0 ;
		barometric_pressure:calibration_coeffs = 0.060004, 799.994 ;
		barometric_pressure:epic_code = 915 ;
		barometric_pressure:pressure_relative_adjustment = -0.65017 ;
		barometric_pressure:pressure_absolute_offset = 0.75 ;
	byte barometric_pressure_qc(time, barometric_pressure_depth, lat, lon) ;
		barometric_pressure_qc:long_name = "Barometric Pressure QC" ;
		barometric_pressure_qc:short_name = "BPQC" ;
		barometric_pressure_qc:intent = "data_quality" ;
		barometric_pressure_qc:standard_name = "barometric_pressure data_quality" ;
		barometric_pressure_qc:_FillValue = 128s ;
		barometric_pressure_qc:units = "1" ;
		barometric_pressure_qc:valid_range = -127s, 127s ;
		barometric_pressure_qc:flag_values = 0s, 1s, 2s, 3s ;
		barometric_pressure_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., 50. ;
		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., 50. ;
		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 = "28-Jan-2005 10:47:39:  Parameter wind_direction marked as non-functional as of julian day 2453399.416667 (2005-01-28 10:00:00)\n",
			"28-Jan-2005 10:47:35:  Parameter wind_gust marked as non-functional as of julian day 2453399.416667 (2005-01-28 10:00:00)\n",
			"28-Jan-2005 10:47:30:  Parameter wind_speed marked as non-functional as of julian day 2453399.416667 (2005-01-28 10:00:00)\n",
			"23-Jan-2005 09:17:52:  Parameter wind_direction marked as non-functional as of julian day 2453393.333333 (2005-01-22 08:00:00)\n",
			"23-Jan-2005 09:17:32:  Parameter wind_gust marked as non-functional as of julian day 2453393.333333 (2005-01-22 08:00:00)\n",
			"23-Jan-2005 09:17:27:  Parameter wind_speed marked as non-functional as of julian day 2453393.333333 (2005-01-22 08:00:00)\n",
			"12-Jan-2005 14:45:45:  Modified [lon,lat] to [-67.012800,44.889500].\n",
			"04-Oct-2004 00:58:19:  Modified [lon,lat] to [-67.012150,44.889250].\n",
			"Sun Oct  3 22:07:49 2004: /usr/local/nco/bin/ncrcat -d time,2453282.85416667,2453285.9 J0209.met.realtime.nc J0209.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 = 50001 ;
		:visibility_sensor_serial_number = 267 ;
		:barometric_pressure_serial_number = "SETAP2299998" ;
		:processing = "realtime" ;
		:water_depth = 35 ;
		:mooring_site_id = "J0209" ;
		:mooring_site_desc = "Cobscook Bay" ;
		:breakout_id = 1 ;
		:delta_t = 60 ;
		:magnetic_variation = -18.4 ;
		:goes_platform_id = "04405528" ;
		:starting_julian_day_number = 2453387.00000579 ;
		:starting_julian_day_string = "2005-01-16 00:00:00" ;
		:ending_julian_day_number = 2453393.95833912 ;
		:ending_julian_day_string = "2005-01-22 23:00:00" ;
		:algorithm_ids = "SET_BP_1.1:  24-Aug-2004 18:15:14\n",
			"WIND_DIR_1.2:  24-Aug-2004 18:15:14\n",
			"AAN_VIZ_1.2:  24-Aug-2004 18:15:14\n",
			"SET_BP_1.2:  02-Oct-2004 12:30:24" ;
		:longitude = -67.0128 ;
		:latitude = 44.8895 ;
data:

 lat = 44.8895 ;

 lon = -67.0128 ;

 air_temperature_depth = -3 ;

 barometric_pressure_depth = -3 ;

 visibility_depth = -3 ;

 wind_depth = -4 ;

 time = 2453387, 2453387.04166667, 2453387.08333333, 2453387.125, 
    2453387.16666667, 2453387.20833333, 2453387.25, 2453387.29166667, 
    2453387.33333333, 2453387.375, 2453387.41666667, 2453387.45833333, 
    2453387.5, 2453387.54166667, 2453387.58333333, 2453387.625, 
    2453387.66666667, 2453387.70833333, 2453387.75, 2453387.79166667, 
    2453387.83333333, 2453387.875, 2453387.91666667, 2453387.95833333, 
    2453388, 2453388.04166667, 2453388.08333333, 2453388.125, 
    2453388.16666667, 2453388.20833333, 2453388.25, 2453388.29166667, 
    2453388.33333333, 2453388.375, 2453388.41666667, 2453388.45833333, 
    2453388.5, 2453388.54166667, 2453388.58333333, 2453388.625, 
    2453388.66666667, 2453388.70833333, 2453388.75, 2453388.79166667, 
    2453388.83333333, 2453388.875, 2453388.91666667, 2453388.95833333, 
    2453389, 2453389.04166667, 2453389.08333333, 2453389.125, 
    2453389.16666667, 2453389.20833333, 2453389.25, 2453389.29166667, 
    2453389.33333333, 2453389.375, 2453389.41666667, 2453389.45833333, 
    2453389.5, 2453389.54166667, 2453389.58333333, 2453389.625, 
    2453389.66666667, 2453389.70833333, 2453389.75, 2453389.79166667, 
    2453389.83333333, 2453389.875, 2453389.91666667, 2453389.95833333, 
    2453390, 2453390.04166667, 2453390.08333333, 2453390.125, 
    2453390.16666667, 2453390.20833333, 2453390.25, 2453390.29166667, 
    2453390.33333333, 2453390.375, 2453390.41666667, 2453390.45833333, 
    2453390.5, 2453390.54166667, 2453390.58333333, 2453390.625, 
    2453390.66666667, 2453390.70833333, 2453390.75, 2453390.79166667, 
    2453390.83333333, 2453390.875, 2453390.91666667, 2453390.95833333, 
    2453391, 2453391.04166667, 2453391.08333333, 2453391.125, 
    2453391.16666667, 2453391.20833333, 2453391.25, 2453391.29166667, 
    2453391.33333333, 2453391.375, 2453391.41666667, 2453391.45833333, 
    2453391.5, 2453391.54166667, 2453391.58333333, 2453391.625, 
    2453391.66666667, 2453391.70833333, 2453391.75, 2453391.79166667, 
    2453391.83333333, 2453391.875, 2453391.91666667, 2453391.95833333, 
    2453392, 2453392.04166667, 2453392.08333333, 2453392.125, 
    2453392.16666667, 2453392.20833333, 2453392.25, 2453392.29166667, 
    2453392.33333333, 2453392.375, 2453392.41666667, 2453392.45833333, 
    2453392.5, 2453392.54166667, 2453392.58333333, 2453392.625, 
    2453392.66666667, 2453392.70833333, 2453392.75, 2453392.79166667, 
    2453392.83333333, 2453392.875, 2453392.91666667, 2453392.95833333, 
    2453393, 2453393.04166667, 2453393.08333333, 2453393.125, 
    2453393.16666667, 2453393.20833333, 2453393.25, 2453393.29166667, 
    2453393.33333333, 2453393.375, 2453393.41666667, 2453393.45833333, 
    2453393.5, 2453393.54166667, 2453393.58333333, 2453393.625, 
    2453393.66666667, 2453393.70833333, 2453393.75, 2453393.79166667, 
    2453393.83333333, 2453393.875, 2453393.91666667, 2453393.95833333 ;

 air_temperature =
  -6.806,
  -6.537,
  -6.282,
  -6.531,
  -5.944,
  -5.567,
  -4.818,
  -4.423,
  -4.544,
  -4.253,
  -4.001,
  -4.511,
  -5.101,
  -5.398,
  -5.054,
  -4.734,
  -4.652,
  -4.15,
  -4.253,
  -4.103,
  -3.899,
  -3.61,
  -3.05,
  -3.331,
  -3.737,
  -4.071,
  -4.248,
  -4.357,
  -5.584,
  -5.806,
  -5.85,
  -6.347,
  -6.788,
  -6.917,
  -6.794,
  -6.747,
  -6.997,
  -7.5,
  -8.06,
  -8.73,
  -9.07,
  -8.63,
  -8.98,
  -8.51,
  -8.71,
  -9.77,
  -10.13,
  -10.98,
  -10.9,
  -11.15,
  -11.88,
  -12.65,
  -12.59,
  -12.69,
  -12.91,
  -12.86,
  -13.28,
  -13.98,
  -14.6,
  -14.56,
  -14.89,
  -14.98,
  -14.91,
  -14.24,
  -14.22,
  -13.82,
  -13.54,
  -12.67,
  -12.68,
  -12.22,
  -12.56,
  2.754,
  -13.33,
  -13.63,
  -14.32,
  -15.02,
  -15.86,
  -16.24,
  -16.31,
  -17.07,
  -17.71,
  -17.88,
  -18.35,
  -17.76,
  -18.58,
  -18.46,
  -17.12,
  -15.59,
  -13.51,
  -11.98,
  -9.99,
  -9.83,
  -11.06,
  -10.76,
  -11.11,
  -9.99,
  -8.25,
  -4.599,
  -3.007,
  -2.536,
  -2.207,
  -2.363,
  1.754,
  -2.315,
  -1.936,
  -1.752,
  -1.47,
  -1.194,
  -0.873,
  -0.7,
  -0.897,
  -0.647,
  -0.371,
  -0.598,
  -4.73,
  -5.513,
  -6.288,
  -6.47,
  -7.1,
  -7.72,
  -8.51,
  -9.07,
  -9.72,
  -10.84,
  -11.94,
  -12.89,
  -13.81,
  -14.53,
  -14.93,
  -15.87,
  -16.3,
  -16.87,
  -17.58,
  -17.83,
  -17.85,
  -17.84,
  -17.29,
  -16.03,
  -14.53,
  -15.48,
  -15.15,
  -15.08,
  -15.02,
  -15.27,
  -15.42,
  -15.91,
  -16.83,
  -17.28,
  -16.7,
  -18.58,
  0.736,
  -18.92,
  -17.32,
  -19.53,
  -19.06,
  -18.36,
  -18.53,
  -19.23,
  -18.95,
  -18.1,
  -17.36,
  -16.69,
  -15.57,
  -14.55,
  -13.65,
  -13.32,
  -13.78,
  -13.8 ;

 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 ;

 barometric_pressure =
  1041.19,
  1041.25,
  1041.01,
  1041.01,
  1040.59,
  1039.87,
  1039.57,
  1039.39,
  1038.91,
  1039.21,
  1039.51,
  1040.11,
  1040.05,
  1040.29,
  1040.71,
  1040.53,
  1039.63,
  1037.71,
  1036.09,
  1035.91,
  1035.069,
  1033.989,
  1033.569,
  1032.489,
  1031.889,
  1031.049,
  1030.149,
  1028.649,
  1026.789,
  1024.449,
  1022.889,
  1021.449,
  1019.468,
  1018.628,
  1016.708,
  1015.628,
  1015.088,
  1014.128,
  1013.168,
  1012.988,
  1012.208,
  1011.308,
  1010.828,
  1011.248,
  1011.788,
  1012.508,
  1013.048,
  1013.768,
  1014.188,
  1014.608,
  1015.328,
  1015.688,
  1015.748,
  1015.988,
  1016.348,
  1016.468,
  1016.468,
  1016.648,
  1017.368,
  1018.208,
  1019.228,
  1020.489,
  1021.629,
  1022.289,
  1022.409,
  1022.529,
  1022.769,
  1023.309,
  1023.549,
  1024.869,
  1026.009,
  1026.909,
  984.9061,
  981.2459,
  980.2258,
  977.2856,
  974.6454,
  972.4253,
  970.8052,
  969.4851,
  967.505,
  966.5449,
  965.7649,
  966.7849,
  964.5048,
  965.3448,
  970.2652,
  982.206,
  1003.387,
  1008.968,
  1016.288,
  1008.908,
  997.447,
  991.6866,
  988.9264,
  991.3866,
  996.4869,
  1008.368,
  1015.208,
  1018.028,
  1018.028,
  1015.688,
  1025.409,
  1004.287,
  1003.987,
  1004.827,
  1005.427,
  1006.448,
  1004.167,
  1003.567,
  1002.727,
  999.7872,
  998.9471,
  996.1269,
  990.6065,
  985.7462,
  982.866,
  981.9659,
  979.5058,
  977.3456,
  974.7655,
  972.6653,
  970.7452,
  967.265,
  963.7847,
  961.0245,
  974.4655,
  992.8867,
  1002.427,
  1005.188,
  1006.568,
  1007.168,
  1007.048,
  1010.588,
  1015.568,
  1017.008,
  1018.028,
  1018.928,
  1023.069,
  1016.768,
  1013.888,
  1013.828,
  1011.548,
  1011.008,
  1010.408,
  1009.208,
  1006.688,
  1005.008,
  1004.647,
  998.7071,
  1046.77,
  1022.229,
  1023.249,
  1023.789,
  1024.209,
  1024.149,
  1024.569,
  1024.989,
  1024.929,
  1025.349,
  1025.109,
  1024.329,
  1024.029,
  1023.849,
  1024.029,
  1024.149,
  1024.329,
  1024.029 ;

 barometric_pressure_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 =
  2.705,
  2.43,
  2.901,
  2.43,
  2.862,
  2.058,
  2.548,
  2.666,
  1.862,
  2.117,
  4.861,
  4.822,
  5.331,
  3.802,
  5.331,
  4.704,
  4.626,
  5.292,
  4.861,
  4.665,
  4.234,
  5.488,
  6.703,
  6.782,
  9.33,
  8.27,
  9.64,
  11.09,
  10.94,
  11.68,
  13.52,
  16.93,
  16.9,
  13.64,
  13.68,
  15.01,
  16.31,
  15.8,
  14.54,
  12.94,
  13.17,
  13.52,
  13.29,
  11.29,
  14.11,
  20.78,
  13.21,
  11.29,
  18.38,
  18.42,
  12.15,
  11.33,
  11.37,
  11.09,
  8.9,
  9.49,
  10.31,
  9.25,
  9.25,
  10.9,
  9.96,
  9.33,
  10.62,
  11.64,
  11.21,
  12.15,
  11.45,
  11.92,
  11.45,
  11.49,
  11.76,
  4.704,
  12.47,
  11.49,
  10.39,
  10,
  10.58,
  11.21,
  9.96,
  8.39,
  8.62,
  8.11,
  6.233,
  7.41,
  5.253,
  3.685,
  1.764,
  0,
  0,
  0,
  0,
  0,
  2.862,
  4.077,
  1.666,
  0.431,
  2.038,
  7.6,
  11.45,
  12.19,
  13.56,
  14.15,
  4.606,
  13.45,
  12.66,
  12.94,
  13.01,
  13.29,
  12.9,
  12.82,
  13.56,
  11.17,
  9.33,
  7.25,
  14.15,
  14.86,
  15.17,
  14.23,
  16.93,
  15.01,
  15.95,
  13.68,
  13.41,
  13.05,
  12.47,
  12.47,
  12.27,
  12.62,
  12.31,
  12,
  11.68,
  12.58,
  9.96,
  10.19,
  10.9,
  10.11,
  9.8,
  9.45,
  3.058,
  13.17,
  12.35,
  10.82,
  11.21,
  11.33,
  11.68,
  13.6,
  12.31,
  11.8,
  10.54,
  11.05,
  4.704,
  9.76,
  8.39,
  0.098,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0 ;

 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,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1 ;

 wind_speed =
  1.237,
  1.625,
  2.011,
  1.925,
  2.109,
  1.282,
  1.996,
  2.133,
  1.101,
  1.322,
  3.99,
  3.928,
  3.791,
  2.745,
  3.757,
  3.491,
  3.123,
  4.179,
  3.9,
  3.114,
  2.979,
  3.85,
  4.874,
  4.863,
  7.19,
  5.81,
  6.561,
  8.75,
  7.93,
  9.06,
  11.12,
  9.15,
  10.15,
  10.27,
  9.98,
  11.25,
  11.41,
  11.88,
  10.88,
  9.36,
  9.85,
  9.48,
  9.8,
  8.97,
  9.24,
  11.36,
  10.63,
  8.99,
  12.76,
  12.87,
  9.65,
  9.23,
  8.89,
  7.83,
  6.895,
  6.88,
  8.27,
  7.21,
  6.706,
  9,
  8.18,
  7.22,
  8.2,
  8.48,
  9.4,
  9.7,
  9.2,
  9.3,
  8.02,
  9.6,
  9.39,
  0.206,
  10.03,
  9.29,
  8.64,
  7.71,
  8.78,
  8.86,
  8.1,
  5.826,
  6.376,
  5.411,
  4.584,
  5.225,
  4.084,
  2.253,
  0.085,
  0,
  0,
  0,
  0,
  0,
  0.767,
  2.562,
  0.617,
  0.011,
  0.828,
  5.752,
  8.35,
  9.26,
  10.99,
  11.16,
  0.214,
  10.96,
  10.92,
  10.6,
  10.48,
  11.61,
  11.06,
  9.58,
  10.63,
  8.62,
  6.509,
  5.757,
  12.29,
  12.45,
  11.94,
  11.37,
  12.87,
  11.89,
  11.92,
  9.77,
  10.59,
  10.68,
  9.67,
  10.47,
  10.31,
  9.84,
  9.96,
  9.83,
  8.86,
  9.07,
  8.06,
  8.63,
  8.99,
  8.35,
  7.43,
  3.593,
  1.523,
  9.24,
  10.01,
  8.63,
  8.74,
  8.99,
  9.92,
  10.22,
  9.8,
  9.39,
  5.032,
  9.37,
  0.368,
  7.96,
  1.989,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0 ;

 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,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1 ;

 wind_direction =
  195.2,
  222.2,
  200,
  203.8,
  204.6,
  186.4,
  191.2,
  195.4,
  254.9,
  263.6,
  282.3,
  291.8,
  340.4,
  336.9,
  342.584,
  354.63,
  0.56,
  7.5,
  32.3,
  27.47,
  17.42,
  1.89,
  37.66,
  31.97,
  27.64,
  9.97,
  17.25,
  22.95,
  15.66,
  8.28,
  23.5,
  6.21,
  9.75,
  0.63,
  358.5,
  355.83,
  349.8,
  351.85,
  344.705,
  338.7,
  341.1,
  339.4,
  333.6,
  325.2,
  313.6,
  307.8,
  316.9,
  306.6,
  305.1,
  306.5,
  299.5,
  293.9,
  293.8,
  286.4,
  275.4,
  277.1,
  273.7,
  270.1,
  280.1,
  282.4,
  283.9,
  292.9,
  297.1,
  312.6,
  302.2,
  299,
  305.1,
  291.1,
  304.5,
  306.1,
  301.2,
  359.89,
  300.4,
  302.6,
  306.7,
  299.6,
  300.6,
  313.5,
  311,
  335.4,
  304.3,
  305.3,
  321.9,
  313.2,
  307,
  312.1,
  311.1,
  341.6,
  341.6,
  341.6,
  341.6,
  341.6,
  148.2,
  198,
  225.2,
  235,
  113.4,
  163.5,
  153.5,
  151,
  142.1,
  132.7,
  21.66,
  125.1,
  130.1,
  124,
  123,
  120,
  123.4,
  117.6,
  115,
  101.3,
  43.69,
  328.4,
  297.7,
  307.8,
  300.3,
  286.5,
  286.1,
  275.7,
  282.7,
  283.5,
  296.5,
  293.1,
  283.8,
  280.2,
  288.7,
  296,
  290.1,
  287.8,
  284.7,
  282.4,
  279.7,
  287.1,
  297.3,
  251.8,
  264.2,
  239.4,
  153.6,
  265.8,
  272,
  252.8,
  250.8,
  261.9,
  259.1,
  264.5,
  283.2,
  271.7,
  251.5,
  263.2,
  224.8,
  259.2,
  159,
  341.6,
  341.6,
  341.6,
  341.6,
  341.6,
  341.6,
  341.6,
  341.6,
  341.6,
  341.6,
  341.6,
  341.6,
  341.6,
  341.6,
  341.6 ;

 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,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1 ;

 visibility =
  2978.347,
  2978.347,
  2978.347,
  2978.347,
  2978.347,
  2978.347,
  2978.347,
  2978.347,
  2977.747,
  2977.747,
  2977.747,
  2977.747,
  2977.747,
  2977.747,
  2978.347,
  2978.347,
  2978.347,
  2978.347,
  2978.347,
  2978.347,
  2978.347,
  2978.347,
  2978.347,
  2978.347,
  2978.347,
  2977.747,
  2977.747,
  2545.239,
  2977.747,
  2978.347,
  2978.347,
  2978.347,
  2978.347,
  2978.347,
  2978.347,
  2978.347,
  2978.347,
  2978.347,
  2978.347,
  2978.347,
  2978.347,
  2978.347,
  2978.347,
  2978.347,
  2978.347,
  2978.347,
  2978.347,
  2978.347,
  2978.347,
  2978.347,
  2978.347,
  2978.347,
  2978.347,
  2978.347,
  2978.347,
  2978.347,
  2978.347,
  2978.347,
  2978.347,
  2978.347,
  2978.347,
  2978.347,
  2978.347,
  2978.347,
  2978.347,
  2978.347,
  2978.347,
  2978.347,
  2978.347,
  2978.347,
  2978.347,
  58.6178,
  1797.36,
  1067.503,
  1092.132,
  566.5144,
  275.2322,
  202.4267,
  172.872,
  196.1193,
  296.9177,
  399.8186,
  623.5814,
  412.6136,
  547.2918,
  634.9948,
  1153.404,
  1658.597,
  2507.394,
  2664.779,
  2634.143,
  1927.113,
  2465.345,
  2978.347,
  2978.347,
  2882.835,
  2978.347,
  2584.885,
  2978.347,
  1772.731,
  1212.874,
  2974.142,
  140.9145,
  1367.255,
  2978.347,
  2927.888,
  2059.268,
  1575.7,
  1229.093,
  681.2491,
  2978.347,
  2978.347,
  2978.347,
  394.232,
  2978.347,
  2978.347,
  2978.347,
  2978.347,
  2978.347,
  2978.347,
  2978.347,
  2978.347,
  2978.347,
  2978.347,
  2978.347,
  2978.347,
  2978.347,
  2978.347,
  2978.347,
  2978.347,
  2978.948,
  2978.347,
  2978.347,
  2972.34,
  2978.948,
  2977.747,
  2965.733,
  2780.715,
  2158.384,
  2978.948,
  2978.948,
  2978.948,
  2978.948,
  2978.948,
  2978.948,
  2978.948,
  2978.948,
  2978.948,
  2978.948,
  2140.363,
  47.08426,
  398.2567,
  299.4407,
  1018.245,
  880.6834,
  943.1568,
  1190.647,
  1439.94,
  1535.453,
  2504.391,
  2871.422,
  2979.549,
  2979.549,
  2979.549,
  2979.549,
  2979.549,
  2979.549,
  2965.132 ;

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