netcdf L0107.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.060011, 799.978 ;
		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., 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 = "Thu Nov 18 20:41:58 2004: /usr/local/nco/bin/ncrcat -d time,2453328.80208333,2453330.80208333 L0107.met.realtime.nc L0107.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 = "RMYWM60853" ;
		:visibility_sensor_serial_number = 292 ;
		:barometric_pressure_serial_number = "SETAP2300002" ;
		:processing = "realtime" ;
		:water_depth = 98 ;
		:mooring_site_id = "L0107" ;
		:mooring_site_desc = "Scotian Shelf" ;
		:breakout_id = 1 ;
		:delta_t = 60 ;
		:magnetic_variation = -18.1 ;
		:goes_platform_id = "0440A5AC" ;
		: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:  04-Nov-2004 22:25:53\n",
			"WIND_DIR_1.2:  04-Nov-2004 22:25:53\n",
			"AAN_VIZ_1.2:  04-Nov-2004 22:25:53" ;
data:

 lat = 43.625 ;

 lon = -66.5545 ;

 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 =
  -4.122,
  -3.966,
  -3.905,
  -3.833,
  -3.874,
  -4.014,
  -3.871,
  -3.754,
  -3.531,
  -3.563,
  -3.412,
  -3.305,
  -3.31,
  -2.757,
  -2.41,
  -2.03,
  -2.032,
  -1.735,
  -1.508,
  -1.508,
  -1.481,
  -1.663,
  -1.81,
  -2.027,
  -2.164,
  -1.891,
  -2.087,
  -3.32,
  -3.598,
  -4.151,
  -3.991,
  -3.884,
  -3.89,
  -3.777,
  -3.169,
  -2.366,
  -2.114,
  -2.22,
  -2.304,
  -2.942,
  -3.153,
  -3.338,
  -3.925,
  -4.055,
  -4.303,
  -4.498,
  -4.65,
  -5.138,
  -5.198,
  -6.141,
  -6.433,
  -6.529,
  -6.916,
  -7.4,
  -7.74,
  -7.99,
  -7.84,
  -7.78,
  -8.3,
  -8.5,
  -9.41,
  -9.37,
  -9.8,
  -10.19,
  -10.25,
  -10.32,
  -9.86,
  -9.48,
  -9.38,
  -9.07,
  -8.53,
  -8.17,
  -8.46,
  -8.66,
  -8.77,
  -8.96,
  -9.15,
  -9.25,
  -9.3,
  -9.05,
  -9.2,
  -9.35,
  -9.46,
  -9.02,
  -9.23,
  -9.16,
  -8.94,
  -8.55,
  -7.91,
  -7.59,
  -7.56,
  -7.24,
  -6.703,
  -6.117,
  -5.418,
  -4.652,
  -3.89,
  -3.294,
  -2.537,
  -1.995,
  -1.565,
  -1.139,
  -0.931,
  -0.26,
  0.123,
  0.383,
  0.616,
  0.388,
  0.819,
  0.875,
  0.744,
  2.703,
  0.928,
  -0.113,
  -1.561,
  -1.99,
  -2.246,
  -2.877,
  -2.123,
  -3.117,
  -2.968,
  -3.592,
  -4.12,
  -5.012,
  -5.774,
  -6.3,
  -6.995,
  -7.72,
  -7.92,
  -8.62,
  -9.17,
  -9.39,
  -9.83,
  -10.06,
  -10.42,
  -10.54,
  -10.27,
  -10.34,
  -10.13,
  -9.99,
  -9.65,
  -9.41,
  -9.18,
  -9.66,
  -9.91,
  -10.51,
  -10.55,
  -10.86,
  -10.82,
  -11.08,
  -10.68,
  -10.66,
  -10.79,
  -10.04,
  -10.21,
  -10.18,
  -9.62,
  -9.41,
  -9.45,
  -9.36,
  -9.72,
  -9.43,
  -9.57,
  -9.14,
  -8.95,
  -8.78,
  -8.49,
  -8.21 ;

 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 =
  1006.176,
  1006.776,
  1006.956,
  1006.836,
  1006.896,
  1006.356,
  1006.176,
  1006.536,
  1007.676,
  1008.276,
  1008.876,
  1009.176,
  1009.296,
  1011.817,
  1013.737,
  1015.658,
  1016.378,
  1016.678,
  1016.798,
  1016.378,
  1016.138,
  1015.417,
  1014.577,
  1014.097,
  1013.257,
  1013.977,
  1013.677,
  1009.776,
  799.8619,
  1016.678,
  1013.617,
  1011.757,
  1009.236,
  1007.796,
  1006.236,
  1005.936,
  1004.676,
  1004.135,
  1002.875,
  1001.615,
  1000.415,
  999.7546,
  998.0743,
  997.2942,
  996.274,
  995.1938,
  994.7137,
  993.2734,
  992.6733,
  990.2729,
  988.7726,
  988.1125,
  986.7922,
  985.472,
  984.0917,
  983.0115,
  983.4316,
  983.6717,
  982.1714,
  981.1512,
  979.1708,
  978.2707,
  978.3307,
  977.3705,
  977.3705,
  977.3705,
  977.4905,
  978.5107,
  978.6307,
  979.0508,
  980.9712,
  982.5314,
  981.9913,
  981.6913,
  981.0312,
  981.0312,
  980.071,
  979.3509,
  979.4109,
  979.3509,
  979.0508,
  978.7508,
  978.5107,
  979.1108,
  978.8708,
  979.5309,
  982.0514,
  988.6526,
  999.5746,
  1000.475,
  994.3536,
  992.1332,
  989.7328,
  990.2129,
  991.7131,
  994.5937,
  997.2942,
  999.4546,
  1001.915,
  1003.655,
  1005.036,
  1006.296,
  1007.436,
  1009.296,
  1010.557,
  1009.416,
  1003.715,
  1003.115,
  799.8449,
  997.6542,
  995.2538,
  993.0334,
  990.993,
  986.8522,
  982.1714,
  979.831,
  980.311,
  998.1943,
  1000.475,
  1000.295,
  998.2543,
  996.394,
  994.4136,
  991.6531,
  989.3127,
  987.0923,
  984.6918,
  982.1114,
  981.1512,
  979.0508,
  977.3105,
  976.0503,
  974.9101,
  974.1899,
  974.0699,
  974.0699,
  976.7104,
  975.1501,
  976.3503,
  975.5702,
  975.5702,
  975.8102,
  975.8102,
  976.1703,
  975.1501,
  973.7698,
  973.1697,
  971.9695,
  971.7895,
  971.7895,
  972.8697,
  972.6896,
  972.2696,
  974.0099,
  973.8899,
  974.37,
  976.1103,
  976.7104,
  976.9504,
  977.4905,
  977.7906,
  977.9706,
  977.7906,
  979.4709,
  978.4507,
  978.4507,
  978.4507,
  979.5909 ;

 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,
  1,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  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,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  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 =
  6.821,
  5.566,
  4.155,
  4.077,
  4.665,
  5.292,
  4.822,
  4.782,
  6.272,
  6.742,
  6.037,
  6.782,
  8.9,
  10.27,
  10.78,
  9.49,
  10.58,
  11.68,
  11.21,
  10.07,
  11.92,
  11.96,
  13.84,
  12.82,
  13.45,
  14.62,
  15.56,
  16.23,
  17.13,
  17.99,
  17.33,
  17.91,
  19.4,
  20.03,
  23.44,
  21.17,
  20.19,
  22.34,
  20.5,
  20.34,
  19.17,
  18.03,
  18.23,
  16.7,
  15.56,
  14.62,
  16.07,
  13.41,
  14.19,
  15.25,
  15.44,
  13.68,
  13.52,
  14.07,
  13.76,
  12.43,
  11.8,
  12.86,
  12.78,
  14.94,
  11.96,
  13.99,
  14.03,
  12.35,
  13.88,
  12.58,
  11.96,
  12.35,
  13.13,
  12.74,
  13.64,
  14.78,
  14.39,
  15.17,
  14.43,
  13.13,
  12.82,
  12.62,
  11.49,
  10.19,
  9.45,
  9.25,
  6.899,
  7.8,
  5.566,
  5.174,
  4.822,
  2.666,
  2.705,
  2.47,
  4.194,
  4.234,
  4.077,
  5.606,
  6.546,
  8.51,
  9.72,
  11.02,
  12.43,
  12.03,
  12.39,
  13.37,
  14.58,
  15.21,
  15.21,
  16.35,
  16.82,
  15.99,
  16.03,
  17.52,
  18.19,
  14.31,
  18.27,
  19.36,
  21.99,
  20.93,
  21.05,
  20.5,
  18.23,
  16.82,
  15.56,
  14.31,
  13.84,
  13.09,
  13.45,
  14.62,
  12.78,
  11.41,
  11.68,
  12.07,
  12,
  11.05,
  12.31,
  11.76,
  12.58,
  11.72,
  10.9,
  10.39,
  10.94,
  11.76,
  12.78,
  12.9,
  13.56,
  13.96,
  14.62,
  14.58,
  15.21,
  15.41,
  14.97,
  15.29,
  15.52,
  15.41,
  14.43,
  14.11,
  14.62,
  14.23,
  13.21,
  12.5,
  11.17,
  11.8,
  8.98,
  10.51,
  9.02,
  9.45,
  8.62,
  9.45,
  8.47,
  7.29 ;

 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.58,
  3.669,
  2.798,
  2.638,
  3.55,
  3.863,
  3.077,
  3.505,
  4.396,
  4.878,
  4.917,
  5.007,
  6.838,
  8.09,
  9.11,
  8.23,
  8.76,
  8.87,
  8.87,
  8.03,
  9.18,
  9.44,
  10.96,
  10.68,
  11.59,
  11.79,
  12.23,
  13.81,
  14.23,
  14.6,
  14.84,
  15.24,
  15.58,
  16.49,
  18.8,
  17.85,
  17.48,
  17.93,
  16.84,
  16.23,
  15.33,
  15.19,
  14.05,
  13.38,
  12.84,
  11.96,
  11.86,
  11.06,
  11.69,
  12.61,
  12.19,
  10.95,
  10.67,
  11.6,
  10.82,
  9.9,
  8.43,
  10.43,
  9.31,
  10.64,
  10.05,
  10.69,
  10.7,
  10.04,
  9.37,
  9.28,
  9.93,
  9.84,
  9.66,
  10.04,
  10.24,
  11.13,
  11.79,
  12.03,
  11.47,
  11.34,
  9.38,
  8.9,
  9.35,
  7.87,
  6.716,
  7.04,
  4.722,
  5.383,
  3.474,
  3.573,
  3.045,
  1.525,
  1.254,
  1.167,
  2.543,
  2.667,
  2.685,
  4.17,
  5.218,
  6.722,
  7.56,
  7.63,
  9.48,
  9.75,
  10.05,
  10.89,
  12.12,
  12.86,
  13.17,
  13.85,
  13.46,
  13.63,
  13.6,
  14.95,
  14.8,
  11.71,
  14.54,
  15.93,
  17.15,
  17.58,
  17.17,
  16.07,
  14.5,
  13.87,
  12.44,
  11.21,
  11.18,
  10.73,
  10.67,
  11.06,
  10.78,
  8.91,
  8.96,
  9.99,
  8.89,
  8.98,
  9.68,
  9.65,
  9.18,
  8.72,
  8.68,
  8.08,
  9.04,
  9.37,
  10.42,
  10.31,
  10.66,
  11.5,
  11.8,
  12,
  12.97,
  12.61,
  12.42,
  12.92,
  12.33,
  12.17,
  11.23,
  11.1,
  11.49,
  10.6,
  10.35,
  9.48,
  8.34,
  8.33,
  7.3,
  7.64,
  6.689,
  7.39,
  6.043,
  6.578,
  6.383,
  5.773 ;

 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 =
  25.64,
  24.3,
  21.61,
  46.86,
  43.82,
  62.7,
  69.1,
  62.6,
  82.8,
  85.5,
  80.3,
  76.6,
  86.4,
  88.7,
  88,
  82.2,
  77.9,
  77.1,
  71.4,
  69.6,
  67.4,
  59,
  62.2,
  63.8,
  67.9,
  62.2,
  56.2,
  54.3,
  346.44,
  38.54,
  31.19,
  23.27,
  26.08,
  18.06,
  14.45,
  4.64,
  7.62,
  2.32,
  1.68,
  359.27,
  353.76,
  348.466,
  331.4,
  335.9,
  335.7,
  332.2,
  340.9,
  330.5,
  328.9,
  331.2,
  331.8,
  331.6,
  312.7,
  324.7,
  312.9,
  311.7,
  297.4,
  315.1,
  306.8,
  311.8,
  311.2,
  320.8,
  329.5,
  326.9,
  312.8,
  303.3,
  306,
  312.4,
  308.7,
  312,
  330.7,
  344.15,
  343.672,
  334.8,
  335.8,
  336.8,
  353.59,
  330.8,
  347.013,
  337.2,
  338.1,
  325.8,
  349.98,
  338,
  0.17,
  330.5,
  342.427,
  299.2,
  98.5,
  210.7,
  172.3,
  185.3,
  154.1,
  194.9,
  170.2,
  178,
  177.6,
  169.4,
  167.8,
  162.5,
  161.2,
  149.8,
  143.4,
  143.4,
  142.6,
  136.3,
  123.5,
  118.1,
  260.5,
  111.8,
  116.2,
  147.8,
  250.8,
  257.5,
  267.8,
  273.9,
  280.5,
  284.6,
  290.6,
  290.9,
  301.4,
  298.3,
  300.9,
  304.1,
  306.2,
  316.2,
  298.4,
  313.4,
  289.6,
  312.5,
  311.1,
  322.1,
  321.6,
  313,
  317.6,
  321.5,
  303.7,
  312.1,
  312.2,
  313.3,
  308.7,
  313.4,
  307.7,
  316.1,
  334.7,
  335.2,
  336,
  332.7,
  325.9,
  324.4,
  330.1,
  333.2,
  324.2,
  326.3,
  330.4,
  335.5,
  343.011,
  351.53,
  357.07,
  344.511,
  350.69,
  347.012,
  342.146,
  336.3,
  350.25,
  357.8,
  354.56,
  15.39 ;

 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 =
  2917.676,
  2915.273,
  2908.666,
  2921.881,
  2907.464,
  2918.877,
  2911.068,
  2910.468,
  2912.87,
  2907.464,
  2924.885,
  2918.877,
  2904.461,
  2897.853,
  2872.022,
  2858.807,
  2899.054,
  2887.04,
  2842.588,
  2884.637,
  2874.425,
  2872.022,
  2886.439,
  2879.832,
  2849.196,
  2835.98,
  2828.772,
  2924.885,
  -1.367458,
  2926.086,
  2924.284,
  2927.888,
  2939.302,
  2945.309,
  2940.503,
  2936.899,
  2933.294,
  2938.701,
  2924.885,
  2932.694,
  2939.902,
  2926.086,
  2926.086,
  2933.895,
  2918.277,
  2929.69,
  2931.492,
  2919.478,
  2933.895,
  2920.079,
  2917.676,
  2927.287,
  2922.482,
  2932.694,
  2922.482,
  2915.273,
  2926.687,
  2933.294,
  2927.888,
  2931.492,
  2922.482,
  2914.673,
  2921.881,
  2919.478,
  2929.69,
  2932.694,
  2935.097,
  2931.492,
  2932.694,
  2929.69,
  2941.104,
  2933.895,
  2935.697,
  2945.309,
  2939.302,
  2937.499,
  2940.503,
  2938.1,
  2942.906,
  2945.309,
  2942.305,
  2942.305,
  2946.51,
  2940.503,
  2936.298,
  2929.69,
  2941.104,
  2927.888,
  2918.877,
  2923.083,
  2924.284,
  2912.27,
  2939.902,
  2929.69,
  2931.492,
  2928.489,
  2939.902,
  2936.899,
  2927.888,
  2918.877,
  2377.041,
  1253.722,
  1042.273,
  338.006,
  1659.799,
  1870.046,
  1572.696,
  436.1613,
  -1.398695,
  835.0298,
  418.02,
  2399.868,
  2277.925,
  2146.37,
  1849.021,
  2261.105,
  2492.376,
  2461.14,
  2751.881,
  2661.175,
  2770.503,
  2777.712,
  2701.422,
  2685.203,
  2507.995,
  2645.556,
  2807.747,
  2930.291,
  2927.888,
  2918.277,
  2930.291,
  2925.485,
  2924.885,
  2931.492,
  2919.478,
  2931.492,
  2932.093,
  2938.1,
  2932.694,
  2935.097,
  2936.899,
  2930.892,
  2942.906,
  2939.902,
  2944.107,
  2938.701,
  2942.906,
  2939.302,
  2944.107,
  2936.298,
  2943.506,
  2939.902,
  2937.499,
  2948.913,
  2944.107,
  2944.708,
  2945.309,
  2935.097,
  2941.704,
  2940.503,
  2948.312,
  2939.902,
  2942.305,
  2936.899,
  2938.701,
  2943.506,
  2945.909,
  2941.104 ;

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