netcdf C0207.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 = 800.f, 1100.f ;
		barometric_pressure:is_dead = 0 ;
		barometric_pressure:calibration_coeffs = 0.059999, 800.007 ;
		barometric_pressure:epic_code = 915 ;
	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.f, 50.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, 50.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 = 2453396.29166667 ;
		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 = "30-Jan-2005 18:17:00:  Parameter wind_direction marked as non-functional as of julian day 2453396.291667 (2005-01-25 07:00:00)\n",
			"12-Jan-2005 14:46:15:  Modified [lon,lat] to [-70.059400,43.570500].\n",
			"09-Jan-2005 02:07:55:  Modified [lon,lat] to [-70.059600,43.570356].\n",
			"Sat Jan  8 18:29:37 2005: /usr/local/nco/bin/ncrcat -d time,2453379.71875,2453380.71875 C0207.met.realtime.nc C0207.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 = 49998 ;
		:visibility_sensor_serial_number = 322 ;
		:barometric_pressure_serial_number = "SETAP2299994" ;
		:processing = "realtime" ;
		:water_depth = 46 ;
		:mooring_site_id = "C0207" ;
		:mooring_site_desc = "Casco Bay" ;
		:breakout_id = 1 ;
		:delta_t = 60 ;
		:magnetic_variation = -16.6 ;
		:goes_platform_id = "00455460" ;
		: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.2:  08-Jan-2005 15:24:47\n",
			"WIND_DIR_1.2:  08-Jan-2005 15:24:47\n",
			"AAN_VIZ_1.2:  08-Jan-2005 15:24:47" ;
		:longitude = -70.0594 ;
		:latitude = 43.5705 ;
data:

 lat = 43.5705 ;

 lon = -70.0594 ;

 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 =
  -2.233,
  -1.955,
  -1.89,
  -2.08,
  -2.289,
  -2.232,
  -2.508,
  -3.129,
  -3.449,
  -3.768,
  -4.043,
  -3.407,
  -3.284,
  -3.333,
  -3.229,
  -3.357,
  -3.225,
  -3.231,
  -2.912,
  -2.814,
  -2.539,
  -2.517,
  -2.819,
  -2.836,
  -2.978,
  -4.229,
  -4.561,
  -4.865,
  -4.929,
  -4.84,
  -5.237,
  -5.325,
  -5.666,
  -5.511,
  -6.156,
  -6.21,
  -5.965,
  -6.145,
  -6.344,
  -6.297,
  -6.021,
  -5.931,
  -5.729,
  -5.991,
  -6.027,
  -5.923,
  -6.304,
  -6.718,
  -6.951,
  -7.51,
  -8.26,
  -9.07,
  -9.8,
  -10.6,
  -11.03,
  -11.58,
  -12.21,
  -12.5,
  -12.17,
  -12.87,
  -13.26,
  -12.69,
  -13.51,
  -12.71,
  -12.87,
  -12.2,
  -11.79,
  -10.76,
  -10.65,
  -10.52,
  -10.83,
  -11.4,
  -11.81,
  -12.26,
  -12.7,
  -13.66,
  -13.07,
  -13.43,
  -13.26,
  -13.1,
  -13.54,
  -13.37,
  -13.38,
  -13.19,
  -12.84,
  -12.08,
  -10.93,
  -9.17,
  -7.17,
  -8.1,
  -9.14,
  -8.85,
  -8.52,
  -7.7,
  -3.148,
  -1.915,
  -2.27,
  -1.584,
  -0.735,
  -0.079,
  -1.714,
  -6.101,
  -6.497,
  -6.203,
  -6.412,
  -6.757,
  -6.617,
  -6.723,
  -6.495,
  -6.445,
  -5.763,
  -4.97,
  -4.958,
  -4.27,
  -3.394,
  -3.135,
  -3.142,
  -3.897,
  -5.423,
  -6.492,
  -6.952,
  -8.26,
  -9,
  -10.4,
  -11.19,
  -11.41,
  -11.46,
  -11.88,
  -12.63,
  -13.22,
  -13.54,
  -13.76,
  -14.11,
  -14.6,
  -15.29,
  -14.37,
  -14.24,
  -13.31,
  -12.62,
  -11.56,
  -11.47,
  -11.01,
  -11.37,
  -12.55,
  -13.05,
  -13.82,
  -14.03,
  -14.58,
  -15.1,
  -15.58,
  -14.95,
  -15.52,
  -15.74,
  -15.83,
  -15.74,
  -15.24,
  -15.33,
  -15.39,
  -15.64,
  -15.1,
  -14.11,
  -13.49,
  -12.14,
  -11.06,
  -10.04,
  -8.98,
  -7.99,
  -7.67 ;

 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 =
  1038.143,
  1038.323,
  1038.323,
  1038.323,
  1038.143,
  1037.543,
  1037.063,
  1037.243,
  1036.943,
  1037.363,
  1037.183,
  1036.883,
  1032.863,
  1031.963,
  1031.303,
  1034.063,
  1035.263,
  1030.403,
  1032.923,
  1031.663,
  1029.263,
  1028.783,
  1025.603,
  1027.583,
  1024.583,
  1019.963,
  1017.683,
  1021.463,
  1011.803,
  1017.263,
  1017.923,
  1018.163,
  1017.683,
  1015.703,
  1010.664,
  1016.003,
  1016.123,
  1016.183,
  1016.363,
  1015.703,
  1015.703,
  1014.923,
  1014.683,
  1014.743,
  1014.923,
  1014.743,
  1015.763,
  1016.603,
  1017.443,
  1016.663,
  1017.503,
  1018.283,
  1016.123,
  1018.883,
  1019.123,
  1019.243,
  1019.903,
  1020.143,
  1020.263,
  1021.283,
  1022.603,
  1023.983,
  1020.683,
  1021.763,
  1030.823,
  1030.703,
  1025.603,
  1025.903,
  1026.083,
  1026.923,
  1028.003,
  1028.783,
  1029.863,
  1030.943,
  1030.883,
  1031.963,
  1031.603,
  1031.723,
  1031.483,
  1031.783,
  1031.303,
  1030.403,
  1029.803,
  1030.343,
  1029.503,
  1029.143,
  1028.603,
  1027.283,
  1026.143,
  1024.343,
  1023.023,
  1022.063,
  1021.103,
  1020.023,
  1018.463,
  1016.123,
  1015.283,
  1012.523,
  1011.623,
  1010.363,
  1009.104,
  998.6637,
  995.4238,
  996.1437,
  994.9437,
  994.0438,
  993.7438,
  993.3238,
  993.9238,
  993.9238,
  1001.004,
  1005.804,
  1004.004,
  1008.624,
  1014.683,
  1012.823,
  1012.583,
  1008.144,
  999.4437,
  994.8837,
  992.9038,
  989.3038,
  986.9639,
  982.4039,
  979.764,
  977.004,
  977.124,
  975.8641,
  973.2841,
  970.8842,
  970.1042,
  968.1842,
  967.8242,
  971.0042,
  968.0642,
  969.0242,
  972.5042,
  1007.424,
  1003.764,
  999.2037,
  995.5438,
  995.0637,
  991.0438,
  987.8039,
  985.7639,
  983.304,
  982.824,
  981.684,
  980.064,
  977.9641,
  979.764,
  978.144,
  977.9641,
  977.4841,
  976.3441,
  977.184,
  977.304,
  980.844,
  980.424,
  982.1639,
  986.9639,
  986.7839,
  992.4238,
  996.0837,
  996.9837,
  1000.044,
  1002.984,
  1004.424 ;

 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 =
  4.312,
  4.978,
  5.488,
  4.351,
  5.214,
  5.292,
  6.39,
  5.645,
  5.958,
  4.939,
  5.292,
  7.49,
  8.82,
  9.17,
  9.6,
  8.39,
  9.29,
  8.7,
  8.55,
  8.86,
  10.31,
  11.25,
  11.29,
  12.07,
  11.92,
  12.62,
  13.68,
  13.76,
  14.94,
  14.07,
  15.05,
  15.29,
  15.13,
  15.56,
  14.94,
  15.37,
  14.23,
  13.6,
  12.86,
  12.9,
  11.76,
  12.54,
  12.43,
  12.39,
  11.13,
  13.13,
  12.47,
  13.29,
  12.94,
  13.52,
  12.11,
  13.45,
  13.64,
  12.74,
  14.23,
  10.7,
  13.8,
  16.7,
  13.99,
  17.05,
  17.37,
  14.23,
  12.94,
  14.7,
  13.21,
  13.21,
  11.66,
  12.66,
  12.27,
  12.5,
  12.27,
  11.52,
  11.92,
  10.7,
  10.7,
  9.49,
  10.98,
  9.68,
  8.82,
  7.6,
  6.39,
  6.194,
  3.842,
  3.646,
  3.646,
  4.9,
  3.528,
  5.762,
  7.13,
  7.29,
  5.586,
  3.724,
  2.274,
  2.391,
  13.6,
  11.41,
  11.56,
  12.43,
  12.9,
  14.07,
  16.07,
  8.82,
  7.37,
  6.311,
  5.88,
  6.35,
  6.86,
  16.19,
  9.45,
  9.37,
  12.58,
  14.27,
  11.02,
  11.21,
  11.96,
  11.72,
  10.58,
  12.7,
  11.76,
  14.07,
  13.01,
  11.52,
  13.13,
  12.62,
  12.54,
  12.66,
  13.96,
  13.76,
  12.47,
  9.88,
  9.17,
  10.39,
  10.7,
  10.58,
  11.02,
  12.82,
  12.07,
  13.29,
  12.94,
  13.48,
  11.86,
  15.64,
  13.99,
  13.92,
  14.19,
  14.66,
  13.52,
  13.52,
  12.23,
  11.88,
  11.68,
  10.19,
  9.17,
  9.41,
  7.33,
  7.68,
  6.546,
  7.6,
  7.06,
  6.546,
  6.664,
  5.606,
  5.292,
  6.194,
  8.82,
  8.23,
  8.78,
  11.76 ;

 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.511,
  4.005,
  3.614,
  3.043,
  3.305,
  3.999,
  4.815,
  4.188,
  4.798,
  3.418,
  3.563,
  5.875,
  6.923,
  7.37,
  7.82,
  6.968,
  7.37,
  6.962,
  6.267,
  6.885,
  8.29,
  8.95,
  9.26,
  9.64,
  10.2,
  10.87,
  11.7,
  11.64,
  12.17,
  12.03,
  12.69,
  12.76,
  12.95,
  11.96,
  12.34,
  12.23,
  11.72,
  11.13,
  10.88,
  10.82,
  9.52,
  9.27,
  8.62,
  8.08,
  8.73,
  10.07,
  9.84,
  10.67,
  10.04,
  10.32,
  10.01,
  10.03,
  11.27,
  10.41,
  9.32,
  8.78,
  7.72,
  9.01,
  9.49,
  10.81,
  11.19,
  11.78,
  9.8,
  11.79,
  9.77,
  10.07,
  8.96,
  10.31,
  9.55,
  9.93,
  9.76,
  8.94,
  9.62,
  8.4,
  8.55,
  6.795,
  8.92,
  7.32,
  7.19,
  6.06,
  4.475,
  4.373,
  2.391,
  2.141,
  1.465,
  2.923,
  2.014,
  2.881,
  5.396,
  6.157,
  3.688,
  2.228,
  1.209,
  0.941,
  7.51,
  9.13,
  9.89,
  9.94,
  10.26,
  10.13,
  9.06,
  7.24,
  6.13,
  4.964,
  4.226,
  4.948,
  5.214,
  6.886,
  7.29,
  7.54,
  9.94,
  11.31,
  8.14,
  9.14,
  9.26,
  9.28,
  8.32,
  9.87,
  9.55,
  10.86,
  11.05,
  9.25,
  10.53,
  10.38,
  10.36,
  10.91,
  11.44,
  10.87,
  10.18,
  7.41,
  7.4,
  7.77,
  8.65,
  8.11,
  8.76,
  9.99,
  9.82,
  9.86,
  10.83,
  10.6,
  9.24,
  11.48,
  11.42,
  11.86,
  11.23,
  11.98,
  11.35,
  10.76,
  10.18,
  9.93,
  9.39,
  7.73,
  6.988,
  6.703,
  4.909,
  4.758,
  4.724,
  5.263,
  5.175,
  4.799,
  4.77,
  3.707,
  3.343,
  4.289,
  6.847,
  6.159,
  7.18,
  9.32 ;

 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 =
  233.9,
  262.7,
  262.1,
  282.3,
  285.7,
  273.7,
  297.2,
  310.4,
  307.4,
  321.4,
  2.24,
  31.51,
  38.72,
  46.3,
  49.49,
  54.1,
  58.1,
  46.93,
  52.73,
  51.86,
  36.96,
  40.65,
  42.18,
  45.94,
  39.7,
  31.29,
  30.34,
  23.74,
  24.04,
  24.68,
  26.21,
  20.49,
  20.22,
  17.22,
  17.9,
  15.19,
  15.69,
  10.19,
  8.4,
  0.62,
  347.642,
  2.14,
  348.164,
  342.3,
  344.846,
  342.8,
  338.1,
  328.9,
  328,
  334.2,
  344.113,
  339.3,
  349.993,
  339.3,
  332.9,
  332,
  329.1,
  323.1,
  327.2,
  325.9,
  325.8,
  336.8,
  345.576,
  330.3,
  338.5,
  341.7,
  333.5,
  332.7,
  322.5,
  330.2,
  331.2,
  320.7,
  339.2,
  353.01,
  353.77,
  347.001,
  5.01,
  5.16,
  2.15,
  354.04,
  2.51,
  22.45,
  34.76,
  0.95,
  56.6,
  92.9,
  88.9,
  127.4,
  168.8,
  318.6,
  310,
  283.5,
  283.3,
  304.6,
  215.4,
  201.7,
  194.6,
  191.4,
  191.3,
  193.9,
  296.7,
  345.588,
  358.9,
  337.7,
  334.2,
  328.2,
  349.015,
  340.4,
  346.522,
  321.4,
  335.7,
  337.1,
  325.3,
  302.3,
  311.2,
  311.5,
  332.1,
  342.5,
  334.9,
  330.5,
  341.3,
  342.2,
  345.998,
  347.952,
  336.5,
  317.2,
  333.8,
  329.6,
  313.6,
  311.1,
  340.2,
  338.5,
  341.6,
  358.42,
  341.4,
  342.2,
  339.6,
  324.8,
  330.9,
  318.9,
  335,
  320.3,
  329.1,
  324.2,
  347.846,
  334.3,
  343.767,
  334.2,
  337.2,
  341.3,
  272.2,
  341.5,
  295.9,
  323.4,
  348.873,
  13.91,
  298.4,
  339.6,
  32.13,
  19.66,
  321.7,
  21.44,
  338.5,
  21.09,
  51.33,
  78.3,
  89.9,
  84.1 ;

 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 =
  2957.323,
  2953.719,
  2955.521,
  2953.719,
  2952.517,
  2950.114,
  2957.323,
  2947.111,
  2948.913,
  2933.294,
  2941.704,
  2944.107,
  2947.711,
  2926.086,
  2933.895,
  2936.899,
  2941.704,
  2920.079,
  2936.298,
  2932.694,
  2950.114,
  2937.499,
  2936.298,
  2891.245,
  2682.199,
  2762.694,
  2956.722,
  2959.125,
  2959.125,
  2956.722,
  2958.524,
  2957.923,
  2959.125,
  2959.125,
  2959.125,
  2956.722,
  2959.125,
  2957.923,
  2958.524,
  2959.726,
  2958.524,
  2958.524,
  2958.524,
  2959.125,
  2959.726,
  2959.125,
  2957.923,
  2958.524,
  2958.524,
  2956.722,
  2958.524,
  2956.722,
  2957.923,
  2959.125,
  2959.726,
  2959.125,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2959.726,
  2958.524,
  2960.326,
  2959.726,
  2959.726,
  2958.524,
  2960.326,
  2958.524,
  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,
  2960.326,
  2959.726,
  2959.726,
  2960.326,
  2959.726,
  2959.125,
  2958.524,
  2956.722,
  2959.125,
  2959.726,
  2958.524,
  2958.524,
  2954.92,
  2957.923,
  2959.726,
  2956.722,
  2602.906,
  367.6208,
  887.8919,
  2957.323,
  2954.92,
  2957.923,
  2958.524,
  2958.524,
  2959.125,
  2959.726,
  2959.726,
  2958.524,
  2959.125,
  2953.719,
  2957.323,
  2958.524,
  2958.524,
  2959.125,
  2959.726,
  2959.726,
  2958.524,
  2959.125,
  2958.524,
  2959.125,
  2959.125,
  2957.923,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.125,
  2959.726,
  2959.125,
  2959.726,
  2959.726,
  2959.125,
  1861.035,
  2209.444,
  2571.67,
  2507.394,
  2837.182,
  2909.266,
  2840.786,
  1343.827,
  663.228,
  307.9707,
  313.0166,
  230.5998,
  273.6103,
  264.0591,
  552.0975,
  576.1257,
  777.9628,
  872.8743,
  702.2739,
  935.3476,
  1146.796,
  739.5176,
  794.1818,
  594.7476,
  970.7892,
  1624.357,
  1573.898,
  2917.075,
  2959.125,
  2958.524,
  2945.309 ;

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