netcdf C0204.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 = 2453025. ;
		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:29:24 2004: /usr/local/nco/bin/ncrcat -d time,2452923.5160,2453047.8333 C0204.met.realtime.nc C0204.met.realtime.nc.new\n",
			"24-Jan-2004 14:07:05:  Parameter wind_direction marked as non-functional as of julian day 2453025.000000 (2004-01-20 00:00:00)\n",
			"Fri Oct 10 18:29:32 2003: ncrcat -d time,2452923.5416666, pre/C0204.met.realtime.nc post/C0204.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 = 46270 ;
		:visibility_sensor_serial_number = 318 ;
		:processing = "realtime" ;
		:water_depth = 46 ;
		:mooring_site_id = "C0204" ;
		:mooring_site_desc = "Casco Bay" ;
		:breakout_id = 1 ;
		:delta_t = 60 ;
		:magnetic_variation = -16.6333 ;
		:goes_platform_id = "04405528" ;
		: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:  15-Sep-2003 19:45:35\n",
			"AAN_VIZ_1.2:  15-Sep-2003 19:45:35" ;
data:

 lat = 43.5695 ;

 lon = -70.055 ;

 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.029,
  -1.275,
  -2.815,
  -3.602,
  -3.786,
  -4.246,
  -4.451,
  -4.876,
  -4.963,
  -5.998,
  -6.789,
  -8.27,
  -9.87,
  -10.06,
  -9.69,
  -8.98,
  -8.34,
  -8.11,
  -7.19,
  -6.564,
  -6.361,
  -5.855,
  -5.967,
  -5.711,
  -5.329,
  -4.581,
  -4.283,
  -3.17,
  -3.264,
  -3.087,
  -2.87,
  -2.833,
  -3.014,
  -3.199,
  -3.515,
  -3.459,
  -3.104,
  -2.925,
  -1.595,
  -1.122,
  -0.566,
  -0.063,
  0.65,
  1.479,
  2.1,
  3.116,
  3.595,
  3.674,
  3.494,
  3.248,
  3.181,
  3.11,
  3.186,
  3.235,
  2.956,
  2.749,
  2.601,
  2.429,
  2.266,
  2.028,
  2.063,
  2.044,
  2.658,
  2.897,
  3.599,
  3.843,
  3.613,
  3.543,
  3.978,
  3.196,
  3.078,
  2.912,
  2.302,
  2.089,
  1.913,
  1.635,
  1.559,
  1.602,
  1.611,
  1.347,
  0.883,
  0.203,
  0.241,
  0.12,
  -0.013,
  0.3,
  0.902,
  1.357,
  1.325,
  1.209,
  1.164,
  0.938,
  -0.178,
  -1.615,
  -2.43,
  -2.918,
  -3.429,
  -3.963,
  -4.897,
  -5.471,
  -5.56,
  -6.267,
  -6.627,
  -6.969,
  -7.12,
  -7.07,
  -7.02,
  -6.797,
  -6.32,
  -6.061,
  -5.336,
  -4.828,
  -4.664,
  -4.285,
  -2.83,
  -1.026,
  -0.073,
  -0.159,
  0.099,
  0.219,
  0.04,
  0.016,
  -0.06,
  -0.621,
  -1.041,
  0.162,
  0.811,
  0.434,
  0.048,
  0.094,
  0.228,
  0.214,
  -0.089,
  0.423,
  0.678,
  1.428,
  1.995,
  2.414,
  2.988,
  3.256,
  3.425,
  3.542,
  3.257,
  3.149,
  2.92,
  2.872,
  2.618,
  2.454,
  2.269,
  2.084,
  2.101,
  2.131,
  1.922,
  1.924,
  1.92,
  1.652,
  1.425,
  1.334,
  1.697,
  2.233,
  2.657,
  3.225,
  3.732,
  4.209,
  4.271,
  3.65,
  3.129,
  2.752 ;

 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 =
  12.58,
  14.31,
  12.78,
  10.04,
  10.82,
  9.21,
  9.72,
  10.43,
  8.9,
  12.03,
  13.76,
  14.94,
  12.74,
  12.54,
  14.94,
  15.68,
  14.94,
  17.64,
  15.21,
  16.03,
  13.45,
  13.68,
  11.49,
  10.82,
  12.74,
  13.25,
  12.7,
  14.07,
  14.5,
  14.07,
  13.05,
  12.98,
  11.88,
  10.58,
  8.51,
  9.84,
  9.33,
  9.96,
  10.74,
  9.72,
  8.58,
  8.31,
  8.47,
  8.23,
  5.684,
  5.958,
  8.94,
  11.45,
  13.01,
  10.82,
  10.62,
  10.43,
  10.11,
  11.49,
  9.56,
  10.07,
  8.27,
  9.41,
  9.84,
  8.15,
  9.53,
  8.15,
  6.625,
  7.72,
  7.53,
  4.508,
  4.822,
  5.37,
  6.821,
  5.096,
  5.253,
  5.684,
  4.214,
  4.116,
  3.234,
  4.822,
  5.135,
  6.468,
  6.586,
  8.7,
  8.23,
  8.78,
  9.37,
  9.33,
  10.19,
  8.98,
  9.56,
  9.41,
  10.11,
  10.74,
  12.74,
  14.19,
  14.9,
  17.29,
  13.52,
  13.72,
  13.45,
  11.17,
  9.6,
  7.41,
  10.74,
  8.78,
  8.74,
  6.899,
  7.53,
  6.468,
  6.115,
  4.018,
  4.547,
  5.723,
  7.45,
  6.86,
  5.018,
  3.43,
  4.038,
  5.37,
  6.703,
  6.821,
  6.35,
  7.53,
  7.21,
  5.88,
  4.822,
  3.822,
  1.529,
  7.96,
  10.31,
  9.25,
  8.58,
  11.21,
  10.98,
  10.62,
  11.17,
  12.78,
  13.29,
  12.39,
  10.15,
  10.82,
  9.13,
  9.02,
  9.13,
  10.58,
  8.82,
  12.5,
  10.31,
  12.7,
  12,
  11.52,
  11.49,
  9.56,
  10,
  11.25,
  11.56,
  11.17,
  12.82,
  10.78,
  10.78,
  10,
  9.56,
  10.19,
  9.49,
  9.29,
  7.84,
  9.09,
  7.94,
  10.94,
  9.53,
  11.25 ;

 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 =
  10.39,
  11.33,
  10.81,
  8.11,
  8.32,
  7.07,
  7.7,
  8.39,
  6.702,
  9.34,
  10.68,
  12.52,
  10.58,
  10.38,
  11.34,
  13.27,
  12.11,
  14.15,
  12.04,
  13.04,
  10.89,
  11.6,
  8.81,
  8.56,
  10.16,
  11.29,
  10.87,
  11.62,
  12.45,
  12.01,
  11.02,
  10.72,
  10.42,
  8.97,
  7.12,
  8.11,
  8.21,
  8.35,
  9.28,
  8.37,
  7.35,
  6.881,
  6.89,
  7.26,
  4.865,
  5.361,
  7.75,
  9.3,
  11.03,
  9.52,
  9.15,
  8.52,
  8.51,
  9.54,
  8.38,
  8.6,
  7.08,
  8.1,
  7.98,
  6.355,
  7.87,
  6.914,
  5.799,
  6.626,
  6.461,
  3.212,
  4.332,
  3.532,
  5.76,
  3.926,
  4.534,
  4.622,
  3.663,
  3.474,
  1.995,
  3.978,
  4.401,
  5.358,
  5.049,
  7.27,
  6.895,
  7.05,
  8.25,
  7.59,
  8.7,
  7.56,
  8.21,
  7.23,
  8.47,
  8.54,
  10.08,
  11.8,
  11.12,
  14,
  11.7,
  11.17,
  10.93,
  9.46,
  8.17,
  6.178,
  9.22,
  7.4,
  7.12,
  5.704,
  5.476,
  4.744,
  4.451,
  1.969,
  3.333,
  4.22,
  5.421,
  5.476,
  3.988,
  2.344,
  3.069,
  4.588,
  4.92,
  5.412,
  5.118,
  6.398,
  6.283,
  4.898,
  3.881,
  2.864,
  1.065,
  7.04,
  8.02,
  8.07,
  7.36,
  9.45,
  9.35,
  9.08,
  9.3,
  9.61,
  10.89,
  10.09,
  8.81,
  8.71,
  7.46,
  6.999,
  7.25,
  8.9,
  7.45,
  10.51,
  8.83,
  9.97,
  9.4,
  9.59,
  9.59,
  7.87,
  8.55,
  9.71,
  9.7,
  9.72,
  10.29,
  9.1,
  9.24,
  8.48,
  8.21,
  8.33,
  8.45,
  8.24,
  6.586,
  7.51,
  6.758,
  9.08,
  8.25,
  9.47 ;

 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 =
  289.9667,
  326.0667,
  306.5667,
  307.9667,
  297.7667,
  270.8667,
  306.3667,
  283.6667,
  272.5667,
  269.0667,
  316.9667,
  332.7667,
  300.4667,
  295.3667,
  301.0667,
  307.6667,
  309.0667,
  296.8667,
  243.4667,
  204.2667,
  201.2667,
  210.3667,
  203.7667,
  171.0667,
  159.5667,
  158.7667,
  155.2667,
  156.2667,
  157.5667,
  157.6667,
  157.7667,
  166.3667,
  167.8667,
  169.1667,
  170.8667,
  167.9667,
  163.2667,
  159.9667,
  171.2667,
  292.8667,
  275.5667,
  273.1667,
  248.2667,
  244.3667,
  257.1667,
  248.5667,
  239.9667,
  224.3667,
  238.3667,
  213.1667,
  229.2667,
  229.3667,
  219.4667,
  238.4667,
  247.5667,
  255.9667,
  255.9667,
  238.4667,
  243.0667,
  241.6667,
  255.9667,
  242.2667,
  235.5667,
  248.6667,
  262.8667,
  218.9667,
  222.8667,
  236.6667,
  286.3667,
  268.7667,
  271.9667,
  287.7667,
  278.1667,
  211.5667,
  287.8667,
  282.5667,
  267.8667,
  180.7667,
  267.4667,
  264.9667,
  283.1667,
  288.1667,
  245.0667,
  263.7667,
  263.7667,
  277.8667,
  285.8667,
  268.0667,
  295.5667,
  271.6667,
  297.2667,
  304.4667,
  324.1667,
  318.0667,
  322.7667,
  324.9667,
  327.6667,
  333.6667,
  338.2667,
  300.5667,
  309.7667,
  315.3667,
  303.1667,
  282.5667,
  299.0667,
  308.0667,
  321.6667,
  258.0667,
  228.9667,
  221.6667,
  237.3667,
  247.7667,
  289.7667,
  279.1667,
  226.7667,
  273.9667,
  304.2667,
  303.6667,
  280.6667,
  295.0667,
  284.4667,
  267.6667,
  293.7667,
  292.2667,
  285.4667,
  247.1667,
  255.9667,
  246.9667,
  266.9667,
  237.0667,
  239.0667,
  247.0667,
  257.7667,
  295.9667,
  298.6667,
  301.2667,
  273.8667,
  280.6667,
  279.7667,
  284.7667,
  242.8667,
  271.0667,
  252.0667,
  213.2667,
  297.0667,
  265.5667,
  277.7667,
  276.6667,
  261.8667,
  279.7667,
  250.7667,
  252.8667,
  268.4667,
  303.3667,
  286.3667,
  295.7667,
  329.9667,
  323.5667,
  356.3567,
  294.2667,
  331.7667,
  303.6667,
  329.0667,
  310.8667,
  298.6667,
  289.4667,
  16.1667,
  319.5667 ;

 wind_direction_qc =
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2 ;

 visibility =
  2884.037,
  2947.111,
  2956.121,
  2956.722,
  2957.323,
  2957.923,
  2957.323,
  2957.923,
  2957.923,
  2951.916,
  2846.192,
  2931.492,
  2932.694,
  2777.712,
  2694.214,
  2444.921,
  2199.833,
  2727.252,
  2816.157,
  2823.365,
  2937.499,
  2947.711,
  2956.722,
  2957.923,
  2957.323,
  2954.319,
  2956.722,
  2952.517,
  2921.881,
  2937.499,
  2936.298,
  2943.506,
  2946.51,
  2950.715,
  2953.118,
  2944.107,
  2939.302,
  2926.687,
  2920.079,
  2890.044,
  2906.864,
  2909.867,
  2914.072,
  2938.1,
  2927.287,
  2866.015,
  2926.687,
  2890.644,
  2880.432,
  2863.613,
  2876.228,
  2847.394,
  2866.616,
  2884.637,
  2890.044,
  2870.821,
  2875.627,
  2850.998,
  2852.8,
  2827.57,
  2411.882,
  2505.592,
  2514.002,
  2407.076,
  2397.465,
  2632.341,
  2918.877,
  2902.658,
  2909.266,
  2935.697,
  2953.719,
  2954.92,
  2942.305,
  2942.906,
  2945.309,
  2948.312,
  2943.506,
  2951.316,
  2950.715,
  2937.499,
  2937.499,
  2938.1,
  2933.294,
  2915.273,
  2515.203,
  2102.519,
  2107.925,
  2518.207,
  2583.684,
  2750.68,
  2848.595,
  2316.37,
  1056.089,
  2123.543,
  2939.902,
  2938.701,
  2953.719,
  2955.521,
  2956.121,
  2957.323,
  2955.521,
  2956.121,
  2957.323,
  2957.923,
  2956.121,
  2957.923,
  2953.719,
  2694.214,
  2938.701,
  2939.902,
  2952.517,
  2905.061,
  2914.072,
  2941.704,
  2929.69,
  2719.443,
  2927.287,
  2950.715,
  2955.521,
  2953.118,
  2954.92,
  2955.521,
  2953.118,
  2951.316,
  2952.517,
  2952.517,
  2934.496,
  2924.885,
  2909.867,
  2902.058,
  2879.832,
  2434.709,
  2308.561,
  2581.281,
  2652.765,
  2643.754,
  2908.666,
  2802.341,
  2790.326,
  2697.217,
  2930.892,
  2925.485,
  2934.496,
  2943.506,
  2935.097,
  2927.287,
  2944.107,
  2925.485,
  2936.298,
  2930.291,
  2928.489,
  2914.673,
  2914.673,
  2905.662,
  2924.284,
  2536.228,
  2874.425,
  2888.241,
  2721.846,
  2626.334,
  2459.338,
  2320.575,
  2648.56,
  2832.376,
  2540.433,
  2934.496,
  2944.708,
  2944.708 ;

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