netcdf F0107.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:31:59 2004: /usr/local/nco/bin/ncrcat -d time,2452908.9493,2453047.8333 F0107.met.realtime.nc F0107.met.realtime.nc.new\n",
			"Fri Sep 26 00:39:36 2003: ncrcat -d time,2452908.95832, F0107.met.realtime.nc tmp.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 = "RMYWM48492" ;
		:visibility_sensor_serial_number = "AANVS316" ;
		:processing = "realtime" ;
		:water_depth = 110 ;
		:mooring_site_id = "F0107" ;
		:mooring_site_desc = "W.Penobscot Bay" ;
		:breakout_id = 1 ;
		:delta_t = 60 ;
		:magnetic_variation = -17.4 ;
		:goes_platform_id = "044060B2" ;
		: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:  04-Sep-2003 14:40:07\n",
			"AAN_VIZ_1.2:  04-Sep-2003 14:40:07" ;
data:

 lat = 44.0556 ;

 lon = -68.9982 ;

 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 =
  -0.375,
  -1.613,
  -3.03,
  -4.261,
  -4.854,
  -5.463,
  -5.661,
  -6.158,
  -6.821,
  -6.829,
  -8.03,
  -9.56,
  -10.45,
  -10.86,
  -10.59,
  -10.27,
  -9.85,
  -9.01,
  -8.11,
  -7.51,
  -7.25,
  -7.67,
  -8.08,
  -8.69,
  -8.8,
  -7.93,
  -7.46,
  -7.29,
  -6.27,
  -6.576,
  -5.542,
  -4.66,
  -5,
  -5.599,
  -5.424,
  -5.893,
  -5.392,
  -5.308,
  -3.978,
  -1.888,
  -0.976,
  -0.392,
  0.522,
  1.058,
  1.074,
  0.937,
  0.618,
  0.416,
  2.482,
  2.693,
  2.47,
  2.333,
  2.176,
  1.942,
  2.031,
  1.384,
  1.165,
  0.672,
  0.281,
  -0.119,
  0.673,
  0.496,
  1.682,
  2.108,
  2.166,
  2.455,
  4.378,
  2.578,
  2.48,
  1.961,
  2.178,
  2.05,
  0.941,
  0.364,
  0.067,
  0.027,
  -0.17,
  -0.38,
  0.078,
  -0.073,
  -0.05,
  0.304,
  -0.483,
  -0.199,
  -0.194,
  -0.033,
  0.405,
  1.145,
  1.312,
  1.081,
  1.07,
  0.246,
  -0.122,
  -1.427,
  -2.602,
  -4.11,
  -5.254,
  -6.042,
  -6.382,
  -6.753,
  -6.952,
  -7.58,
  -7.89,
  -8.49,
  -8.9,
  -8.98,
  -9.12,
  -8.96,
  -8.76,
  -8.57,
  -7.84,
  -6.767,
  -5.58,
  -4.141,
  -2.714,
  -2.137,
  -1.869,
  -2.002,
  -1.865,
  -1.807,
  -2.331,
  -2.519,
  -2.925,
  -2.841,
  -2.477,
  -1.638,
  -0.714,
  -0.619,
  -2.329,
  -2.349,
  -3.225,
  -2.735,
  -2.167,
  -1.227,
  -0.351,
  0.722,
  0.776,
  1.45,
  1.666,
  1.849,
  1.638,
  1.7,
  1.692,
  1.782,
  1.894,
  2.107,
  1.813,
  1.676,
  1.155,
  0.537,
  0.255,
  0.507,
  0.547,
  0.333,
  0.025,
  -0.329,
  -0.495,
  0.485,
  1.321,
  1.468,
  1.531,
  1.412,
  1.724,
  1.976,
  2.01,
  1.873,
  1.862,
  2.503 ;

 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 =
  10.62,
  9.02,
  9.76,
  10.19,
  8.27,
  8.39,
  8.58,
  9.29,
  6.821,
  9.13,
  13.64,
  13.84,
  12.86,
  12.98,
  16.23,
  13.64,
  16.66,
  14.86,
  13.72,
  14.15,
  13.45,
  11.96,
  12.19,
  9.7,
  9.09,
  10.86,
  11.52,
  8.62,
  11.37,
  8.7,
  9.02,
  9.6,
  7.37,
  6.174,
  7.72,
  6.586,
  7.53,
  5.684,
  5.135,
  8.47,
  6.625,
  5.174,
  6.938,
  10.23,
  8.04,
  3.724,
  1.686,
  2.038,
  9.6,
  11.45,
  10.07,
  9.33,
  8.94,
  7.49,
  7.06,
  4.41,
  3.371,
  3.489,
  3.371,
  1.47,
  1.999,
  1.882,
  2.862,
  4.861,
  5.135,
  5.723,
  3.763,
  6.429,
  5.723,
  3.822,
  4.939,
  8.62,
  4.998,
  1.411,
  3.058,
  3.332,
  2.117,
  4.077,
  3.293,
  1.862,
  1.725,
  2.705,
  3.371,
  2.979,
  4.822,
  7.41,
  8.62,
  7.64,
  10.27,
  8.98,
  12.74,
  10.98,
  12.82,
  13.25,
  13.8,
  15.21,
  15.09,
  11.07,
  10.39,
  11.41,
  9.56,
  9.29,
  7.25,
  7.17,
  6.154,
  6.154,
  5.958,
  4.508,
  5.096,
  4.194,
  4.704,
  6.233,
  6.978,
  7.45,
  8.15,
  8.08,
  8,
  8.43,
  6.821,
  6.664,
  5.135,
  3.822,
  4.077,
  2.842,
  4.155,
  6.899,
  7.25,
  4.802,
  2.822,
  4.234,
  5.802,
  6.86,
  6.546,
  5.37,
  4.802,
  6.782,
  6.311,
  5.488,
  7.06,
  6.468,
  7.49,
  6.233,
  6.899,
  6.115,
  7.49,
  10.54,
  8.43,
  7.57,
  6.154,
  3.842,
  4.116,
  6.978,
  6.586,
  5.194,
  4.018,
  3.489,
  5.488,
  5.194,
  6.115,
  4.077,
  5.684,
  5.802,
  7.17,
  7.84,
  6.742,
  5.919,
  3.724,
  6.546 ;

 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 =
  6.748,
  7.22,
  7.31,
  7.24,
  6.231,
  6.438,
  6.564,
  5.902,
  5.246,
  7.36,
  10.83,
  11.1,
  10.23,
  9.77,
  12.02,
  11.07,
  12.74,
  12.34,
  11.47,
  10.66,
  10.44,
  9.32,
  10.3,
  6.698,
  7.25,
  8.88,
  9.11,
  7.03,
  9.1,
  7.16,
  7.32,
  8.49,
  6.451,
  5.286,
  5.857,
  5.737,
  6.338,
  4.723,
  4.293,
  7.03,
  5.934,
  4.236,
  5.793,
  7.5,
  6.961,
  2.18,
  1.279,
  1.682,
  7.89,
  9.47,
  8.77,
  7.61,
  7.09,
  6.205,
  5.831,
  3.306,
  2.853,
  3.036,
  3.014,
  0.117,
  1.538,
  1.435,
  1.906,
  3.938,
  4.334,
  4.312,
  1.892,
  5.435,
  4.666,
  3.049,
  4.28,
  6.298,
  1.259,
  1.105,
  2.401,
  2.864,
  1.827,
  3.456,
  2.751,
  1.262,
  1.167,
  1.516,
  2.583,
  2.618,
  4.235,
  6.225,
  6.81,
  6.647,
  8.05,
  7.26,
  10.34,
  8.83,
  10.51,
  11.14,
  11.57,
  13.21,
  11.68,
  7.85,
  8.65,
  8.21,
  8.17,
  6.913,
  5.558,
  5.089,
  4.861,
  4.513,
  4.629,
  3.343,
  3.524,
  2.899,
  3.491,
  4.226,
  5.595,
  5.899,
  6.718,
  5.997,
  6.605,
  6.75,
  5.76,
  5.7,
  4.49,
  2.942,
  3.539,
  1.837,
  3.609,
  6.03,
  6.051,
  3.002,
  2.32,
  3.628,
  4.729,
  5.68,
  5.733,
  4.568,
  4.049,
  4.639,
  4.991,
  4.296,
  4.985,
  5.641,
  6.519,
  5.198,
  5.275,
  5.231,
  6.085,
  8.89,
  6.993,
  6.394,
  4.885,
  3.393,
  3.416,
  5.81,
  5.695,
  3.602,
  2.864,
  3.038,
  4.594,
  4.18,
  4.601,
  3.337,
  5.046,
  5.13,
  5.918,
  5.4,
  5.811,
  4.781,
  2.457,
  5.333 ;

 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 =
  283.6,
  300.8,
  298.5,
  286.2,
  299.9,
  308.2,
  308.4,
  311.9,
  283.7,
  291,
  292.6,
  290.5,
  291.9,
  300.1,
  303.8,
  294.8,
  306.6,
  291.4,
  289.3,
  292.3,
  288.4,
  291.8,
  286.9,
  276.7,
  271.2,
  258.2,
  253.5,
  259,
  257,
  261.6,
  249.2,
  247.5,
  254.2,
  259.8,
  256.3,
  260.5,
  251.6,
  243.8,
  226.3,
  221.6,
  215.4,
  199.8,
  152.8,
  179.1,
  198.8,
  238.8,
  248,
  81,
  208.7,
  208.1,
  215.1,
  232,
  236.8,
  246.6,
  249.9,
  247.3,
  209.5,
  242.3,
  190.4,
  189.3,
  195.8,
  199.2,
  191.3,
  212,
  206.4,
  219.5,
  260.1,
  224.9,
  226.9,
  210.2,
  329.8,
  306,
  311,
  259.9,
  226.4,
  223.3,
  234.4,
  250.5,
  290.9,
  208.8,
  349.365,
  291.5,
  245.5,
  282.5,
  282.4,
  282.1,
  272.2,
  280.4,
  299.4,
  292.8,
  276.1,
  296.4,
  299.5,
  296.5,
  285.8,
  298.4,
  296,
  310.2,
  320.5,
  310.1,
  317.3,
  297.6,
  290.7,
  289.6,
  295,
  280.3,
  292.2,
  292.2,
  276.3,
  253.5,
  269.5,
  252.1,
  241.6,
  223.7,
  234.9,
  244.7,
  235.2,
  230.3,
  245.2,
  260.7,
  279.7,
  292.2,
  305.9,
  262.7,
  196.5,
  188.6,
  206,
  251.3,
  292.4,
  255.7,
  278.4,
  245,
  240.3,
  241.8,
  237.9,
  257.2,
  272.3,
  255.4,
  260.9,
  220.6,
  224.6,
  216.3,
  201.4,
  231.2,
  237.7,
  241.4,
  246.6,
  249.6,
  253.3,
  247.4,
  228.5,
  235.4,
  242.9,
  236.7,
  270.9,
  232.9,
  264,
  260.4,
  291,
  217.5,
  223.5,
  203.2,
  214,
  233.3,
  225.3,
  236.7,
  180.3,
  285.5 ;

 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 =
  2721.245,
  2678.595,
  2932.694,
  2876.228,
  2843.189,
  2930.892,
  2951.916,
  2965.132,
  2957.923,
  2937.499,
  2963.33,
  2953.118,
  2707.429,
  2274.921,
  1539.657,
  2158.384,
  2044.25,
  2041.247,
  2288.737,
  2583.083,
  2799.938,
  2825.768,
  2699.019,
  2748.878,
  2762.093,
  2592.694,
  2109.126,
  2169.798,
  2091.706,
  2041.247,
  1883.261,
  1853.827,
  1838.208,
  1857.431,
  2008.208,
  1216.478,
  1772.13,
  1943.932,
  1958.95,
  2063.473,
  2251.494,
  1987.784,
  1766.724,
  1745.699,
  1815.381,
  2143.367,
  2852.199,
  2965.132,
  2965.132,
  2959.726,
  2898.454,
  2653.966,
  2678.595,
  2823.966,
  2630.539,
  2672.588,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  1763.721,
  1705.452,
  1837.607,
  1590.117,
  1535.453,
  1588.315,
  2614.32,
  1589.516,
  1811.777,
  2963.33,
  2936.899,
  2128.95,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2964.531,
  2965.132,
  2965.132,
  2943.506,
  2964.531,
  2947.711,
  2120.54,
  1966.158,
  2161.989,
  2065.875,
  2271.917,
  2799.337,
  2238.879,
  2080.292,
  2114.533,
  2959.125,
  2885.238,
  2725.45,
  2375.84,
  2479.762,
  2319.373,
  2326.582,
  2168.596,
  2283.331,
  2414.885,
  2208.243,
  2188.419,
  2076.088,
  2112.731,
  2708.03,
  2756.086,
  2503.79,
  2701.422,
  2820.962,
  2672.588,
  1725.876,
  1900.682,
  2566.864,
  2504.391,
  1910.894,
  2138.561,
  2012.413,
  2103.119,
  2386.052,
  2298.949,
  2289.939,
  1976.971,
  1759.516,
  1621.353,
  2483.366,
  2785.521,
  2820.362,
  2772.305,
  2909.266,
  2019.621,
  1841.212,
  1819.586,
  2005.805,
  2155.981,
  2428.702,
  2457.536,
  2422.695,
  1656.194,
  1681.424,
  2467.748,
  2495.981,
  1864.038,
  1699.445,
  1698.844,
  1703.049,
  1700.647,
  1710.859,
  1750.505,
  1973.367,
  1985.982,
  2073.084,
  1949.339,
  1734.286,
  1729.48,
  1699.445,
  2792.129,
  1943.932,
  1831.6,
  1642.979,
  1518.032,
  1638.774,
  2011.812,
  2964.531,
  2965.132,
  2310.363 ;

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