netcdf L0104.met.realtime {
dimensions:
	lat = 1 ;
	lon = 1 ;
	air_temperature_depth = 1 ;
	visibility_depth = 1 ;
	wind_depth = 1 ;
	time = 168 ;
variables:
	double lat(lat) ;
		lat:long_name = "Latitude" ;
		lat:standard_name = "latitude" ;
		lat:short_name = "lat" ;
		lat:units = "degrees_north" ;
		lat:_FillValue = -999. ;
		lat:valid_range = -90., 90. ;
		lat:epic_code = 500 ;
		lat:Comment = "Coordinate variable" ;
	double lon(lon) ;
		lon:long_name = "Longitude" ;
		lon:standard_name = "longitude" ;
		lon:short_name = "lon" ;
		lon:modulo = 360. ;
		lon:units = "degrees_east" ;
		lon:_FillValue = -999. ;
		lon:valid_range = -180., 180. ;
		lon:epic_code = 502 ;
		lon:Comment = "Coordinate variable" ;
	double air_temperature_depth(air_temperature_depth) ;
		air_temperature_depth:long_name = "Depth" ;
		air_temperature_depth:standard_name = "depth" ;
		air_temperature_depth:short_name = "D" ;
		air_temperature_depth:units = "meters" ;
		air_temperature_depth:positive = "down" ;
		air_temperature_depth:_FillValue = -999. ;
		air_temperature_depth:valid_range = -10000., 100. ;
		air_temperature_depth:epic_code = 3 ;
		air_temperature_depth:Comment = "Coordinate variable" ;
	double visibility_depth(visibility_depth) ;
		visibility_depth:long_name = "Depth" ;
		visibility_depth:standard_name = "depth" ;
		visibility_depth:short_name = "D" ;
		visibility_depth:units = "meters" ;
		visibility_depth:positive = "down" ;
		visibility_depth:_FillValue = -999. ;
		visibility_depth:valid_range = -10000., 100. ;
		visibility_depth:epic_code = 3 ;
		visibility_depth:Comment = "Coordinate variable" ;
	double wind_depth(wind_depth) ;
		wind_depth:long_name = "Depth" ;
		wind_depth:standard_name = "depth" ;
		wind_depth:short_name = "D" ;
		wind_depth:units = "meters" ;
		wind_depth:positive = "down" ;
		wind_depth:_FillValue = -999. ;
		wind_depth:valid_range = -10000., 100. ;
		wind_depth:Comment = "Coordinate variable" ;
	double time(time) ;
		time:long_name = "Time" ;
		time:standard_name = "time" ;
		time:short_name = "time" ;
		time:units = "days since -4713-01-01 00:00:00" ;
		time:_FillValue = -999. ;
		time:valid_range = 0., 2460000. ;
		time:epic_code = 624 ;
		time:Comment = "Coordinate variable" ;
	float air_temperature(time, air_temperature_depth, lat, lon) ;
		air_temperature:long_name = "Air Temperature" ;
		air_temperature:standard_name = "air_temperature" ;
		air_temperature:short_name = "AT" ;
		air_temperature:ancillary_variables = "air_temperature_qc" ;
		air_temperature:_FillValue = -999.f ;
		air_temperature:units = "celsius" ;
		air_temperature:valid_range = -40.f, 40.f ;
		air_temperature:is_dead = 0 ;
		air_temperature:epic_code = 20 ;
	byte air_temperature_qc(time, air_temperature_depth, lat, lon) ;
		air_temperature_qc:long_name = "Air Temperature QC" ;
		air_temperature_qc:short_name = "ATQC" ;
		air_temperature_qc:intent = "data_quality" ;
		air_temperature_qc:standard_name = "air_temperature data_quality" ;
		air_temperature_qc:_FillValue = 128s ;
		air_temperature_qc:units = "1" ;
		air_temperature_qc:valid_range = -127s, 127s ;
		air_temperature_qc:flag_values = 0s, 1s, 2s, 3s ;
		air_temperature_qc:flag_meanings = "quality_good out_of_range sensor_nonfunctional questionable" ;
	float wind_gust(time, wind_depth, lat, lon) ;
		wind_gust:long_name = "Wind Gust" ;
		wind_gust:short_name = "WGST" ;
		wind_gust:ancillary_variables = "wind_gust_qc" ;
		wind_gust:_FillValue = -999.f ;
		wind_gust:units = "m/s" ;
		wind_gust:valid_range = 0.f, 200.f ;
		wind_gust:is_dead = 0 ;
		wind_gust:epic_code = 42 ;
	byte wind_gust_qc(time, wind_depth, lat, lon) ;
		wind_gust_qc:long_name = "Wind Gust QC" ;
		wind_gust_qc:short_name = "WGSTQC" ;
		wind_gust_qc:intent = "data_quality" ;
		wind_gust_qc:standard_name = "wind_gust data_quality" ;
		wind_gust_qc:_FillValue = 128s ;
		wind_gust_qc:units = "1" ;
		wind_gust_qc:valid_range = -127s, 127s ;
		wind_gust_qc:flag_values = 0s, 1s, 2s, 3s ;
		wind_gust_qc:flag_meanings = "quality_good out_of_range sensor_nonfunctional questionable" ;
	float wind_speed(time, wind_depth, lat, lon) ;
		wind_speed:long_name = "Wind Speed" ;
		wind_speed:standard_name = "wind_speed" ;
		wind_speed:ancillary_variables = "wind_speed_qc" ;
		wind_speed:short_name = "WSPD" ;
		wind_speed:_FillValue = -999.f ;
		wind_speed:units = "m/s" ;
		wind_speed:valid_range = 0.f, 200.f ;
		wind_speed:is_dead = 0 ;
		wind_speed:epic_code = 401 ;
	byte wind_speed_qc(time, wind_depth, lat, lon) ;
		wind_speed_qc:long_name = "Wind Speed QC" ;
		wind_speed_qc:short_name = "WSPDQC" ;
		wind_speed_qc:intent = "data_quality" ;
		wind_speed_qc:standard_name = "wind_speed data_quality" ;
		wind_speed_qc:_FillValue = 128s ;
		wind_speed_qc:units = "1" ;
		wind_speed_qc:valid_range = -127s, 127s ;
		wind_speed_qc:flag_values = 0s, 1s, 2s, 3s ;
		wind_speed_qc:flag_meanings = "quality_good out_of_range sensor_nonfunctional questionable" ;
	float wind_direction(time, wind_depth, lat, lon) ;
		wind_direction:long_name = "Wind Direction" ;
		wind_direction:standard_name = "wind_from_direction" ;
		wind_direction:ancillary_variables = "wind_direction_qc" ;
		wind_direction:short_name = "WDIR" ;
		wind_direction:_FillValue = -999.f ;
		wind_direction:units = "degrees" ;
		wind_direction:valid_range = 0.f, 360.f ;
		wind_direction:is_dead = 0 ;
		wind_direction:epic_code = 410 ;
	byte wind_direction_qc(time, wind_depth, lat, lon) ;
		wind_direction_qc:long_name = "Wind Direction QC" ;
		wind_direction_qc:short_name = "WDIRQC" ;
		wind_direction_qc:intent = "data_quality" ;
		wind_direction_qc:standard_name = "wind_from_direction data_quality" ;
		wind_direction_qc:_FillValue = 128s ;
		wind_direction_qc:units = "1" ;
		wind_direction_qc:valid_range = -127s, 127s ;
		wind_direction_qc:flag_values = 0s, 1s, 2s, 3s ;
		wind_direction_qc:flag_meanings = "quality_good out_of_range sensor_nonfunctional questionable" ;
	float visibility(time, visibility_depth, lat, lon) ;
		visibility:long_name = "Visibility" ;
		visibility:standard_name = "visibility_in_air" ;
		visibility:short_name = "VIS" ;
		visibility:ancillary_variables = "visibility_qc" ;
		visibility:_FillValue = -999.f ;
		visibility:units = "meters" ;
		visibility:valid_range = 0.f, 3000.f ;
		visibility:is_dead = 0 ;
		visibility:calibration_coeffs = -0.5517, 0.6007056, 0., 0. ;
	byte visibility_qc(time, visibility_depth, lat, lon) ;
		visibility_qc:long_name = "Visibility Quality" ;
		visibility_qc:short_name = "VISQ" ;
		visibility_qc:intent = "data_quality" ;
		visibility_qc:standard_name = "visibility_in_air data_quality" ;
		visibility_qc:_FillValue = 128s ;
		visibility_qc:units = "1" ;
		visibility_qc:valid_range = -127s, 127s ;
		visibility_qc:flag_values = 0s, 1s, 2s, 3s ;
		visibility_qc:flag_meanings = "quality_good out_of_range sensor_nonfunctional questionable" ;

// global attributes:
		:title = "Gulf of Maine Ocean Observing System: Realtime Buoy Observations" ;
		:institution = "Department of Physical Oceanography, School of Marine Sciences, University of Maine" ;
		:institution_url = "http://gyre.umeoce.maine.edu" ;
		:history = "Wed Feb 11 19:37:48 2004: /usr/local/nco/bin/ncrcat -d time,2452921.7597,2453047.8333 L0104.met.realtime.nc L0104.met.realtime.nc.new\n",
			"09-Oct-2003 12:32:58:  Modified [lon,lat] to [-66.553590,43.625566].\n",
			"Wed Oct  8 20:40:02 2003: ncrcat -d time,2452921.7916666, pre/L0104.met.realtime.nc post/L0104.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 = "RMY5001" ;
		:visibility_sensor_serial_number = 321 ;
		:processing = "realtime" ;
		:water_depth = 98 ;
		:mooring_site_id = "L0104" ;
		:mooring_site_desc = "Scotian Shelf" ;
		:breakout_id = 1 ;
		:delta_t = 60 ;
		:magnetic_variation = -18.0667 ;
		:goes_platform_id = "0440A5AC" ;
		:starting_julian_day_number = 2453044.04167244 ;
		:starting_julian_day_string = "2004-02-08 01:00:00" ;
		:ending_julian_day_number = 2453051.00000579 ;
		:ending_julian_day_string = "2004-02-15 00:00:00" ;
		:algorithm_ids = "WIND_DIR_1.2:  03-Oct-2003 12:10:21\n",
			"AAN_VIZ_1.2:  03-Oct-2003 12:10:21" ;
data:

 lat = 43.6255658467611 ;

 lon = -66.553589714898 ;

 air_temperature_depth = -3 ;

 visibility_depth = -3 ;

 wind_depth = -4 ;

 time = 2453044.04166667, 2453044.08333333, 2453044.125, 2453044.16666667, 
    2453044.20833333, 2453044.25, 2453044.29166667, 2453044.33333333, 
    2453044.375, 2453044.41666667, 2453044.45833333, 2453044.5, 
    2453044.54166667, 2453044.58333333, 2453044.625, 2453044.66666667, 
    2453044.70833333, 2453044.75, 2453044.79166667, 2453044.83333333, 
    2453044.875, 2453044.91666667, 2453044.95833333, 2453045, 
    2453045.04166667, 2453045.08333333, 2453045.125, 2453045.16666667, 
    2453045.20833333, 2453045.25, 2453045.29166667, 2453045.33333333, 
    2453045.375, 2453045.41666667, 2453045.45833333, 2453045.5, 
    2453045.54166667, 2453045.58333333, 2453045.625, 2453045.66666667, 
    2453045.70833333, 2453045.75, 2453045.79166667, 2453045.83333333, 
    2453045.875, 2453045.91666667, 2453045.95833333, 2453046, 
    2453046.04166667, 2453046.08333333, 2453046.125, 2453046.16666667, 
    2453046.20833333, 2453046.25, 2453046.29166667, 2453046.33333333, 
    2453046.375, 2453046.41666667, 2453046.45833333, 2453046.5, 
    2453046.54166667, 2453046.58333333, 2453046.625, 2453046.66666667, 
    2453046.70833333, 2453046.75, 2453046.79166667, 2453046.83333333, 
    2453046.875, 2453046.91666667, 2453046.95833333, 2453047, 
    2453047.04166667, 2453047.08333333, 2453047.125, 2453047.16666667, 
    2453047.20833333, 2453047.25, 2453047.29166667, 2453047.33333333, 
    2453047.375, 2453047.41666667, 2453047.45833333, 2453047.5, 
    2453047.54166667, 2453047.58333333, 2453047.625, 2453047.66666667, 
    2453047.70833333, 2453047.75, 2453047.79166667, 2453047.83333333, 
    2453047.875, 2453047.91666667, 2453047.95833333, 2453048, 
    2453048.04166667, 2453048.08333333, 2453048.125, 2453048.16666667, 
    2453048.20833333, 2453048.25, 2453048.29166667, 2453048.33333333, 
    2453048.375, 2453048.41666667, 2453048.45833333, 2453048.5, 
    2453048.54166667, 2453048.58333333, 2453048.625, 2453048.66666667, 
    2453048.70833333, 2453048.75, 2453048.79166667, 2453048.83333333, 
    2453048.875, 2453048.91666667, 2453048.95833333, 2453049, 
    2453049.04166667, 2453049.08333333, 2453049.125, 2453049.16666667, 
    2453049.20833333, 2453049.25, 2453049.29166667, 2453049.33333333, 
    2453049.375, 2453049.41666667, 2453049.45833333, 2453049.5, 
    2453049.54166667, 2453049.58333333, 2453049.625, 2453049.66666667, 
    2453049.70833333, 2453049.75, 2453049.79166667, 2453049.83333333, 
    2453049.875, 2453049.91666667, 2453049.95833333, 2453050, 
    2453050.04166667, 2453050.08333333, 2453050.125, 2453050.16666667, 
    2453050.20833333, 2453050.25, 2453050.29166667, 2453050.33333333, 
    2453050.375, 2453050.41666667, 2453050.45833333, 2453050.5, 
    2453050.54166667, 2453050.58333333, 2453050.625, 2453050.66666667, 
    2453050.70833333, 2453050.75, 2453050.79166667, 2453050.83333333, 
    2453050.875, 2453050.91666667, 2453050.95833333, 2453051 ;

 air_temperature =
  1.912,
  1.917,
  2.587,
  1.996,
  0.492,
  -0.869,
  -1.082,
  -1.153,
  -1.884,
  -2.656,
  -3.363,
  -3.611,
  -3.858,
  -4.146,
  -5.006,
  -5.973,
  -6.769,
  -7.24,
  -7.13,
  -7.17,
  -6.569,
  -6.668,
  -7.2,
  -6.707,
  -6.014,
  -5.581,
  -5.345,
  -4.785,
  -3.907,
  -3.647,
  -2.625,
  -1.696,
  -0.612,
  0.148,
  0.397,
  0.258,
  0.534,
  1.084,
  1.284,
  1.218,
  1.236,
  1.636,
  1.999,
  2.536,
  2.873,
  3.066,
  3.591,
  3.979,
  4.063,
  4.116,
  4.137,
  4.114,
  4.054,
  3.893,
  4.179,
  4.062,
  3.947,
  3.895,
  3.869,
  3.889,
  3.966,
  4.052,
  3.938,
  4.163,
  4.056,
  4.05,
  3.945,
  4.006,
  3.845,
  3.622,
  3.665,
  3.764,
  3.808,
  4.031,
  2.757,
  1.714,
  1.834,
  2.424,
  2.654,
  2.516,
  2.542,
  2.488,
  2.449,
  2.573,
  0.466,
  0.116,
  0.307,
  0.308,
  1.615,
  1.647,
  2.054,
  1.957,
  2.081,
  1.786,
  1.161,
  0.73,
  0.187,
  -0.691,
  -1.595,
  -2.178,
  -2.941,
  -3.149,
  -3.117,
  -3.378,
  -3.475,
  -3.655,
  -4.052,
  -4.065,
  -4.012,
  -4.082,
  -4.076,
  -4.043,
  -3.738,
  -3.568,
  -2.679,
  -2.616,
  -2.125,
  -1.357,
  -1.186,
  -1.063,
  -0.341,
  -0.094,
  -0.088,
  -0.012,
  0.189,
  0.412,
  1.254,
  1.48,
  1.908,
  2.295,
  2.392,
  2.719,
  2.511,
  2.722,
  2.651,
  2.224,
  2.442,
  2.396,
  2.317,
  2.296,
  2.228,
  2.355,
  2.816,
  2.865,
  2.897,
  3.153,
  3.351,
  3.506,
  3.779,
  3.595,
  3.621,
  3.615,
  3.574,
  3.525,
  3.536,
  3.424,
  3.428,
  3.483,
  3.402,
  3.325,
  3.265,
  2.932,
  2.649,
  2.715,
  2.503,
  2.675,
  2.809,
  3.065 ;

 air_temperature_qc =
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0 ;

 wind_gust =
  11.96,
  9.49,
  13.8,
  12.15,
  13.37,
  13.56,
  13.41,
  12.58,
  13.37,
  13.76,
  13.68,
  15.56,
  15.95,
  13.76,
  15.41,
  16.7,
  17.09,
  17.64,
  17.33,
  15.44,
  16.97,
  17.8,
  18.46,
  19.36,
  17.8,
  15.92,
  14.46,
  14.86,
  15.09,
  14.03,
  14.7,
  12.84,
  12.9,
  12.74,
  12.5,
  11.45,
  11.41,
  10.31,
  9.41,
  9.64,
  9.68,
  9.88,
  9.92,
  10.23,
  12.19,
  11.09,
  12.82,
  13.37,
  15.37,
  13.99,
  15.6,
  13.33,
  12.15,
  9.96,
  10.39,
  9.53,
  8,
  7.84,
  6.938,
  6.507,
  5.057,
  5.292,
  4.743,
  6.272,
  7.21,
  7.29,
  7.64,
  7.45,
  6.507,
  6.742,
  7.13,
  7.96,
  8.08,
  6.899,
  10.15,
  7.88,
  4.508,
  5.449,
  5.919,
  4.743,
  4.194,
  3.038,
  1.999,
  1.803,
  6.35,
  6.468,
  2.646,
  2.274,
  8.86,
  11.13,
  12.07,
  12.43,
  13.17,
  11.88,
  16.31,
  15.84,
  16.62,
  14.19,
  14.86,
  13.68,
  14.23,
  13.37,
  12.27,
  12.54,
  11.6,
  11.64,
  9.96,
  9.02,
  9.06,
  10.11,
  13.09,
  12.5,
  11.17,
  9.56,
  10.23,
  11.21,
  10.39,
  11.21,
  9.33,
  8.11,
  10.9,
  10.35,
  10.04,
  9.09,
  9.64,
  9.49,
  9.64,
  9.49,
  8.58,
  10.04,
  10.11,
  11.21,
  10.78,
  12.27,
  11.45,
  12.94,
  12.27,
  12.43,
  12.35,
  11.72,
  11.09,
  11.49,
  11.09,
  11.33,
  10.74,
  10.94,
  10.58,
  11.17,
  11.49,
  11.92,
  10.82,
  9.56,
  10.07,
  9.6,
  11.05,
  10.43,
  11.02,
  10.27,
  9.9,
  10.58,
  11.56,
  10.62,
  12.94,
  11.13,
  11.25,
  10.82,
  11.29,
  10.31 ;

 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 =
  8.99,
  7.61,
  10.42,
  10.01,
  10.89,
  10.97,
  10.89,
  9.76,
  11.12,
  11.33,
  11.48,
  12.09,
  13,
  11.69,
  12.83,
  13.07,
  13.69,
  13.96,
  14.11,
  13.17,
  13.8,
  14.56,
  15.73,
  15.54,
  13.56,
  12.77,
  11.75,
  12.01,
  11.76,
  11.87,
  10.54,
  10.26,
  9.78,
  9.81,
  10.27,
  9.18,
  9.56,
  8.53,
  8.01,
  8.04,
  7.94,
  7.17,
  8.12,
  8.6,
  10.18,
  9.25,
  10.35,
  11.38,
  12.04,
  11.29,
  11.78,
  10.91,
  9.51,
  8.39,
  8.9,
  7.74,
  6.783,
  6.281,
  5.32,
  5.285,
  4.373,
  4.126,
  4.07,
  5.184,
  5.946,
  5.948,
  6.282,
  6.267,
  5.586,
  5.671,
  5.987,
  7.02,
  6.997,
  5.8,
  8.53,
  6.178,
  2.427,
  4.1,
  4.391,
  4.007,
  3.249,
  2.492,
  1.114,
  1.179,
  4.433,
  5.492,
  0.378,
  1.535,
  7.27,
  9.32,
  10.02,
  10.14,
  10.66,
  9.32,
  11.36,
  12.31,
  12.39,
  11.82,
  12.36,
  11.58,
  11.94,
  11.28,
  10.27,
  9.95,
  9.54,
  9.43,
  8.07,
  7.48,
  6.905,
  8.37,
  9.8,
  9.62,
  8.84,
  7.87,
  8.45,
  8.93,
  8.95,
  8.5,
  7.92,
  6.954,
  8.97,
  8.32,
  8.27,
  7.46,
  7.23,
  7.43,
  7.71,
  7.72,
  7.37,
  8.55,
  8.81,
  9.54,
  9.19,
  10.17,
  9.76,
  10.33,
  10.39,
  10.8,
  10.23,
  9.56,
  9.2,
  9.23,
  9.35,
  9.61,
  8.67,
  8.17,
  9.01,
  9.68,
  9.78,
  10.11,
  9.16,
  8.3,
  8.21,
  8.11,
  8.82,
  8.67,
  8.52,
  8.52,
  7.88,
  8.79,
  9.64,
  8.89,
  10.28,
  9.68,
  9.8,
  8.91,
  9.29,
  8.71 ;

 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 =
  296.1333,
  287.2333,
  282.3333,
  289.8333,
  305.4333,
  309.8333,
  313.0333,
  302.0333,
  308.7333,
  299.7333,
  303.6333,
  314.3333,
  317.3333,
  304.0333,
  292.3333,
  298.4333,
  293.7333,
  300.4333,
  301.1333,
  303.8333,
  304.1333,
  301.2333,
  314.7333,
  316.5333,
  308.8333,
  305.2333,
  300.9333,
  293.7333,
  291.5333,
  291.8333,
  295.3333,
  296.2333,
  284.9333,
  277.0333,
  277.2333,
  280.3333,
  280.1333,
  274.4333,
  269.4333,
  255.6333,
  254.8333,
  247.3333,
  242.8333,
  230.2333,
  225.2333,
  210.6333,
  221.4333,
  232.0333,
  234.1333,
  232.1333,
  235.5333,
  242.9333,
  249.8333,
  243.8333,
  253.7333,
  260.6333,
  264.3333,
  250.9333,
  240.0333,
  235.3333,
  222.0333,
  217.1333,
  205.2333,
  207.5333,
  218.0333,
  222.9333,
  228.1333,
  230.6333,
  235.7333,
  245.0333,
  253.4333,
  258.3333,
  260.2333,
  265.0333,
  326.5333,
  335.9333,
  347.5343,
  303.1333,
  314.2333,
  301.2333,
  292.8333,
  246.2333,
  239.3333,
  221.0333,
  213.7333,
  323.3333,
  97.6333,
  126.4333,
  325.0333,
  291.5333,
  283.8333,
  288.1333,
  285.6333,
  275.2333,
  289.3333,
  302.1333,
  298.8333,
  303.2333,
  301.5333,
  308.5333,
  311.5333,
  321.5333,
  322.0333,
  319.6333,
  315.2333,
  324.4333,
  323.5333,
  313.3333,
  299.0333,
  292.0333,
  280.9333,
  287.3333,
  280.5333,
  278.7333,
  261.4333,
  262.2333,
  258.9333,
  269.7333,
  280.0333,
  270.3333,
  280.6333,
  272.3333,
  270.4333,
  263.6333,
  253.5333,
  249.5333,
  254.4333,
  250.0333,
  258.8333,
  245.8333,
  242.0333,
  246.6333,
  261.7333,
  260.9333,
  258.0333,
  255.6333,
  244.1333,
  247.1333,
  260.4333,
  256.1333,
  252.7333,
  253.4333,
  258.5333,
  254.4333,
  249.7333,
  238.4333,
  236.8333,
  242.0333,
  237.4333,
  238.8333,
  249.8333,
  252.9333,
  254.0333,
  253.7333,
  246.8333,
  245.3333,
  251.0333,
  254.5333,
  257.7333,
  250.0333,
  250.4333,
  257.3333,
  254.1333,
  253.0333,
  256.1333,
  260.2333,
  256.9333,
  267.6333 ;

 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 =
  2741.669,
  2738.065,
  2760.892,
  2783.719,
  2332.589,
  2871.422,
  2898.454,
  2840.786,
  2480.363,
  2748.878,
  2849.196,
  2897.853,
  2907.464,
  2911.669,
  2914.673,
  2917.676,
  2918.277,
  2912.87,
  2914.673,
  2923.683,
  2932.093,
  2934.496,
  2938.1,
  2949.513,
  2937.499,
  2948.913,
  2941.104,
  2939.302,
  2947.111,
  2938.701,
  2942.906,
  2947.111,
  2938.701,
  2908.065,
  2829.372,
  2792.729,
  2861.811,
  2351.211,
  2778.312,
  2563.26,
  2277.925,
  2680.998,
  2656.97,
  1965.558,
  1638.173,
  2642.553,
  2473.154,
  2392.059,
  2381.847,
  2325.38,
  2351.812,
  2369.833,
  2388.455,
  2477.359,
  2518.808,
  2503.79,
  2455.733,
  2458.136,
  2422.094,
  2484.567,
  2116.335,
  2082.695,
  2314.568,
  2301.953,
  2322.978,
  2425.698,
  2220.257,
  1065.701,
  295.5361,
  2555.451,
  2628.737,
  2557.253,
  2562.659,
  2621.528,
  2626.334,
  2618.525,
  2709.231,
  2805.344,
  2816.157,
  2819.16,
  2803.542,
  2776.51,
  2827.57,
  2799.938,
  768.9521,
  2799.337,
  19.76416,
  2521.811,
  2792.129,
  2507.995,
  656.0195,
  680.6484,
  2756.687,
  2826.369,
  2775.91,
  2248.49,
  2506.793,
  2768.1,
  2697.217,
  2668.383,
  2691.21,
  2742.27,
  2749.479,
  2793.931,
  2803.542,
  2776.51,
  2717.641,
  2793.33,
  2819.761,
  2817.358,
  2685.203,
  2670.185,
  2473.755,
  2744.072,
  1980.575,
  2642.553,
  2828.772,
  2852.8,
  2826.969,
  2512.801,
  2869.019,
  2867.217,
  2875.026,
  2869.019,
  2873.825,
  2867.217,
  2853.401,
  2846.793,
  2858.206,
  2785.521,
  2728.454,
  2668.383,
  2744.072,
  2778.312,
  2715.839,
  2601.104,
  2735.062,
  2766.298,
  2729.655,
  2753.684,
  2724.85,
  2757.288,
  2731.457,
  2723.048,
  2702.624,
  2643.154,
  2660.574,
  2651.563,
  2626.334,
  2532.023,
  2499.585,
  2588.49,
  2703.825,
  2721.846,
  2624.532,
  2515.804,
  2559.055,
  2640.751,
  2553.048,
  2232.271,
  1763.721,
  2410.681,
  2634.143,
  2565.663,
  2626.334,
  2608.313,
  2616.122,
  2617.924 ;

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