netcdf E0110.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 = "03-May-2004 19:19:30:  Modified [lon,lat] to [-69.357000,43.714100].\n",
			"Wed Apr 28 00:35:01 2004: /usr/local/nco/bin/ncrcat -d time,2453123.9722,2453124.055 E0110.met.realtime.nc E0110.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 = 46267 ;
		:visibility_sensor_serial_number = 342 ;
		:processing = "realtime" ;
		:water_depth = 100 ;
		:mooring_site_id = "E0110" ;
		:mooring_site_desc = "Central Maine Shelf" ;
		:breakout_id = 1 ;
		:delta_t = 60 ;
		:magnetic_variation = -17.0167 ;
		:goes_platform_id = "044023B8" ;
		:starting_julian_day_number = 2453149.00000579 ;
		:starting_julian_day_string = "2004-05-23 00:00:00" ;
		:ending_julian_day_number = 2453155.95833912 ;
		:ending_julian_day_string = "2004-05-29 23:00:00" ;
		:algorithm_ids = "WIND_DIR_1.2:  16-Apr-2004 19:18:09\n",
			"AAN_VIZ_1.2:  16-Apr-2004 19:18:09" ;
data:

 lat = 43.7141 ;

 lon = -69.357 ;

 air_temperature_depth = -3 ;

 visibility_depth = -3 ;

 wind_depth = -4 ;

 time = 2453149, 2453149.04166667, 2453149.08333333, 2453149.125, 
    2453149.16666667, 2453149.20833333, 2453149.25, 2453149.29166667, 
    2453149.33333333, 2453149.375, 2453149.41666667, 2453149.45833333, 
    2453149.5, 2453149.54166667, 2453149.58333333, 2453149.625, 
    2453149.66666667, 2453149.70833333, 2453149.75, 2453149.79166667, 
    2453149.83333333, 2453149.875, 2453149.91666667, 2453149.95833333, 
    2453150, 2453150.04166667, 2453150.08333333, 2453150.125, 
    2453150.16666667, 2453150.20833333, 2453150.25, 2453150.29166667, 
    2453150.33333333, 2453150.375, 2453150.41666667, 2453150.45833333, 
    2453150.5, 2453150.54166667, 2453150.58333333, 2453150.625, 
    2453150.66666667, 2453150.70833333, 2453150.75, 2453150.79166667, 
    2453150.83333333, 2453150.875, 2453150.91666667, 2453150.95833333, 
    2453151, 2453151.04166667, 2453151.08333333, 2453151.125, 
    2453151.16666667, 2453151.20833333, 2453151.25, 2453151.29166667, 
    2453151.33333333, 2453151.375, 2453151.41666667, 2453151.45833333, 
    2453151.5, 2453151.54166667, 2453151.58333333, 2453151.625, 
    2453151.66666667, 2453151.70833333, 2453151.75, 2453151.79166667, 
    2453151.83333333, 2453151.875, 2453151.91666667, 2453151.95833333, 
    2453152, 2453152.04166667, 2453152.08333333, 2453152.125, 
    2453152.16666667, 2453152.20833333, 2453152.25, 2453152.29166667, 
    2453152.33333333, 2453152.375, 2453152.41666667, 2453152.45833333, 
    2453152.5, 2453152.54166667, 2453152.58333333, 2453152.625, 
    2453152.66666667, 2453152.70833333, 2453152.75, 2453152.79166667, 
    2453152.83333333, 2453152.875, 2453152.91666667, 2453152.95833333, 
    2453153, 2453153.04166667, 2453153.08333333, 2453153.125, 
    2453153.16666667, 2453153.20833333, 2453153.25, 2453153.29166667, 
    2453153.33333333, 2453153.375, 2453153.41666667, 2453153.45833333, 
    2453153.5, 2453153.54166667, 2453153.58333333, 2453153.625, 
    2453153.66666667, 2453153.70833333, 2453153.75, 2453153.79166667, 
    2453153.83333333, 2453153.875, 2453153.91666667, 2453153.95833333, 
    2453154, 2453154.04166667, 2453154.08333333, 2453154.125, 
    2453154.16666667, 2453154.20833333, 2453154.25, 2453154.29166667, 
    2453154.33333333, 2453154.375, 2453154.41666667, 2453154.45833333, 
    2453154.5, 2453154.54166667, 2453154.58333333, 2453154.625, 
    2453154.66666667, 2453154.70833333, 2453154.75, 2453154.79166667, 
    2453154.83333333, 2453154.875, 2453154.91666667, 2453154.95833333, 
    2453155, 2453155.04166667, 2453155.08333333, 2453155.125, 
    2453155.16666667, 2453155.20833333, 2453155.25, 2453155.29166667, 
    2453155.33333333, 2453155.375, 2453155.41666667, 2453155.45833333, 
    2453155.5, 2453155.54166667, 2453155.58333333, 2453155.625, 
    2453155.66666667, 2453155.70833333, 2453155.75, 2453155.79166667, 
    2453155.83333333, 2453155.875, 2453155.91666667, 2453155.95833333 ;

 air_temperature =
  6.226,
  6.381,
  6.59,
  6.607,
  6.419,
  6.312,
  6.27,
  6.143,
  5.994,
  6.023,
  5.978,
  6.033,
  5.934,
  5.948,
  6.128,
  6.273,
  6.307,
  6.511,
  6.993,
  7.42,
  8.47,
  8.18,
  7.76,
  8.03,
  7.71,
  7.76,
  7.85,
  7.9,
  8.09,
  8.19,
  7.97,
  7.59,
  7.74,
  7.54,
  7.83,
  7.43,
  7.33,
  7.22,
  7.02,
  7.44,
  7.42,
  7.15,
  7.05,
  7.04,
  6.94,
  7.58,
  7.04,
  6.986,
  6.825,
  6.71,
  6.573,
  6.613,
  6.63,
  6.654,
  6.604,
  6.602,
  6.429,
  6.486,
  6.352,
  6.26,
  6.163,
  6.499,
  6.715,
  6.935,
  7.02,
  7.24,
  7.23,
  7.11,
  6.945,
  6.681,
  6.492,
  6.478,
  6.419,
  6.473,
  6.338,
  6.209,
  6.523,
  6.854,
  7.28,
  7.18,
  6.944,
  6.839,
  6.715,
  6.776,
  6.79,
  6.81,
  6.802,
  6.734,
  6.69,
  6.733,
  6.995,
  7.04,
  7.19,
  7.29,
  7.44,
  7.38,
  7.49,
  7.64,
  7.58,
  7.56,
  7.75,
  7.72,
  7.8,
  7.89,
  7.31,
  6.842,
  6.586,
  6.438,
  6.346,
  6.736,
  7.78,
  6.712,
  7.38,
  7.89,
  7.66,
  7.88,
  8.09,
  8.32,
  8.26,
  8.07,
  7.94,
  7.66,
  7.71,
  8.04,
  7.99,
  7.79,
  7.52,
  7.57,
  7.53,
  7.34,
  7.35,
  7.11,
  6.903,
  7.45,
  7.54,
  8,
  8.25,
  8.44,
  8.44,
  8.83,
  8.69,
  8.48,
  8.04,
  7.6,
  8,
  7.41,
  7.4,
  7.69,
  7.7,
  8.47,
  7.62,
  9.44,
  8.55,
  8.35,
  8.69,
  8.61,
  8.43,
  8.36,
  8.72,
  8.88,
  9.3,
  9.53,
  10.08,
  10.4,
  10.55,
  10.58,
  10.38,
  10.5 ;

 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 =
  6.938,
  6.35,
  5.606,
  4.704,
  3.763,
  5.214,
  5.762,
  5.096,
  5.841,
  6.115,
  3.724,
  2.842,
  3.332,
  3.018,
  4.077,
  4.155,
  4.43,
  3.822,
  2.548,
  1.176,
  0.47,
  1.646,
  1.529,
  0.686,
  1.333,
  1.49,
  1.078,
  2.234,
  1.607,
  2.391,
  1.078,
  1.215,
  2.391,
  5.488,
  5.645,
  3.234,
  3.606,
  4.312,
  4.077,
  9.53,
  6.507,
  6.586,
  7.02,
  4.998,
  11.84,
  10.23,
  5.292,
  5.998,
  6.782,
  7.02,
  8.19,
  7.35,
  9.72,
  7.21,
  5.684,
  4.939,
  8.78,
  7.45,
  6.782,
  6.35,
  7.41,
  7.57,
  8.39,
  7.17,
  8.27,
  8.47,
  10.98,
  8.51,
  7.92,
  7.76,
  7.72,
  9.13,
  9.33,
  9.29,
  9.96,
  9.37,
  8.7,
  7.15,
  5.684,
  8.47,
  7.49,
  7.64,
  7.25,
  6.586,
  6.272,
  5.958,
  4.9,
  4.861,
  3.802,
  3.097,
  4.665,
  4.861,
  3.41,
  4.9,
  5.253,
  4.665,
  4.743,
  4.626,
  4.665,
  3.332,
  3.646,
  2.391,
  4.234,
  1.921,
  1.137,
  3.175,
  3.685,
  3.606,
  4.508,
  2.45,
  2.47,
  4.155,
  3.136,
  3.567,
  5.527,
  4.861,
  4.43,
  5.214,
  4.802,
  4.116,
  3.842,
  3.842,
  1.568,
  4.116,
  1.882,
  3.371,
  2.254,
  0.784,
  2.47,
  4.351,
  4.018,
  1.666,
  3.724,
  5.135,
  5.762,
  5.958,
  5.958,
  6.664,
  3.822,
  7.33,
  6.86,
  4.586,
  2.352,
  0.98,
  1.607,
  1.47,
  0.902,
  3.41,
  2.979,
  3.724,
  2.45,
  8,
  6.566,
  5.723,
  8.47,
  8.55,
  12.43,
  9.45,
  10.51,
  8.47,
  9.41,
  8.58,
  12.15,
  11.41,
  13.13,
  10.68,
  9.53,
  8.15 ;

 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.015,
  5.005,
  4.865,
  3.892,
  3.244,
  4.469,
  5.197,
  3.656,
  2.809,
  4.335,
  2.941,
  2.103,
  2.679,
  2.627,
  3.317,
  3.302,
  3.831,
  3.335,
  1.788,
  0.741,
  0.234,
  1.388,
  1.284,
  0.009,
  0.865,
  1.096,
  0.694,
  1.449,
  1.175,
  1.891,
  0.485,
  0.962,
  1.706,
  4.094,
  5.066,
  2.477,
  3.167,
  3.809,
  3.395,
  7.23,
  5.51,
  5.728,
  6.082,
  3.935,
  9.73,
  7.69,
  3.957,
  5.059,
  5.957,
  6.2,
  7.04,
  5.378,
  8.24,
  5.738,
  4.797,
  4.055,
  7.48,
  6.554,
  5.709,
  5.215,
  6.473,
  6.517,
  6.571,
  6.212,
  6.916,
  7.04,
  9.07,
  7.1,
  6.527,
  6.545,
  6.557,
  7.68,
  7.83,
  8.13,
  8.53,
  8.09,
  7.34,
  5.753,
  4.652,
  7.22,
  6.001,
  6.769,
  6.235,
  5.445,
  5.111,
  4.669,
  3.49,
  4.033,
  3.158,
  2.546,
  3.967,
  4.322,
  2.996,
  3.964,
  4.405,
  3.881,
  4.065,
  4.033,
  3.706,
  2.424,
  3.235,
  2.053,
  3.273,
  1.566,
  0.77,
  2.722,
  3.159,
  3.157,
  3.989,
  0.807,
  1.949,
  3.067,
  2.592,
  2.925,
  4.837,
  4.246,
  3.882,
  4.225,
  3.914,
  3.341,
  3.11,
  2.616,
  0.991,
  3.091,
  1.614,
  2.707,
  1.192,
  0.46,
  1.853,
  3.564,
  3,
  1.054,
  2.33,
  4.378,
  4.946,
  4.923,
  5.078,
  5.413,
  1.837,
  6.4,
  5.926,
  3.837,
  1.053,
  0.635,
  0.722,
  0.747,
  0.415,
  2.618,
  1.954,
  2.957,
  0.971,
  6.891,
  4.533,
  4.732,
  7.13,
  7.49,
  10.24,
  7.86,
  8.26,
  6.729,
  7.7,
  6.874,
  9.81,
  9.34,
  9.48,
  8.39,
  7.41,
  6.554 ;

 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 =
  38.7633,
  40.0333,
  44.0733,
  58.0833,
  71.8833,
  60.4833,
  61.0833,
  82.0833,
  36.7233,
  91.8833,
  69.9833,
  63.7833,
  61.5833,
  43.1533,
  38.1933,
  29.8533,
  41.7333,
  43.9033,
  35.0733,
  76.9833,
  216.8833,
  280.9833,
  261.7833,
  303.0833,
  223.0833,
  312.7833,
  108.6833,
  157.2833,
  214.4833,
  227.9833,
  284.4833,
  159.1833,
  18.1533,
  70.3833,
  119.8833,
  99.1833,
  92.9833,
  97.9833,
  68.9833,
  92.4833,
  80.3833,
  75.8833,
  61.2833,
  329.7833,
  95.0833,
  107.2833,
  43.2333,
  51.0533,
  54.1833,
  54.6833,
  47.6933,
  74.2833,
  71.0833,
  60.2833,
  66.3833,
  46.2633,
  67.9833,
  71.8833,
  61.8833,
  55.1833,
  46.2833,
  43.9333,
  45.7733,
  53.8833,
  68.9833,
  74.0833,
  68.9833,
  85.3833,
  66.8833,
  66.2833,
  56.4833,
  57.6833,
  60.3833,
  69.9833,
  77.8833,
  89.8833,
  99.3833,
  107.8833,
  121.9833,
  127.0833,
  124.0833,
  99.8833,
  114.3833,
  120.9833,
  118.9833,
  140.5833,
  147.0833,
  159.4833,
  154.6833,
  107.7833,
  138.2833,
  146.4833,
  128.2833,
  141.6833,
  139.8833,
  136.6833,
  133.1833,
  154.9833,
  149.8833,
  134.8833,
  169.9833,
  153.3833,
  155.4833,
  242.1833,
  108.4833,
  68.1833,
  31.8333,
  45.3833,
  123.3833,
  84.6833,
  349.4053,
  353.2733,
  15.6833,
  85.6833,
  123.7833,
  131.4833,
  103.3833,
  107.3833,
  128.9833,
  129.7833,
  165.3833,
  157.7833,
  172.0833,
  130.1833,
  126.5833,
  230.2833,
  207.2833,
  178.8833,
  153.5833,
  111.4833,
  127.9833,
  240.0833,
  86.3833,
  108.6833,
  108.6833,
  139.6833,
  143.3833,
  167.5833,
  188.2833,
  179.8833,
  177.2833,
  185.7833,
  268.4833,
  57.1833,
  20.5833,
  338.2833,
  26.6633,
  249.9833,
  294.7833,
  293.4833,
  327.0833,
  314.8833,
  318.9833,
  312.8833,
  310.8833,
  311.4833,
  321.7833,
  305.0833,
  305.1833,
  296.9833,
  297.0833,
  293.8833,
  292.8833,
  300.7833,
  305.8833,
  314.5833,
  303.9833,
  299.9833 ;

 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 =
  2531.422,
  2953.719,
  2955.521,
  2955.521,
  2955.521,
  2955.521,
  2838.383,
  2521.811,
  1748.102,
  2489.373,
  2489.974,
  2884.037,
  2942.906,
  2501.988,
  2908.065,
  2628.136,
  2382.448,
  2202.836,
  2939.302,
  2952.517,
  2951.916,
  2954.92,
  2951.316,
  2955.521,
  2953.118,
  2955.521,
  2955.521,
  2955.521,
  2955.521,
  2955.521,
  2954.319,
  2950.114,
  2808.348,
  919.7293,
  1957.749,
  2590.892,
  2882.835,
  2761.493,
  1119.164,
  2860.008,
  2949.513,
  2877.429,
  2557.253,
  1192.45,
  1839.41,
  2913.471,
  2879.231,
  2923.083,
  2571.67,
  763.5458,
  981.0012,
  1223.086,
  1417.114,
  1176.831,
  1947.537,
  1760.717,
  682.4506,
  548.4932,
  1243.51,
  2452.73,
  2383.048,
  1841.812,
  2812.553,
  2946.51,
  2923.683,
  2952.517,
  2766.899,
  2930.291,
  2935.097,
  2953.719,
  2946.51,
  2947.711,
  2952.517,
  2933.895,
  2903.86,
  2753.684,
  2741.669,
  2939.302,
  2955.521,
  2955.521,
  2955.521,
  2955.521,
  2940.503,
  2955.521,
  2955.521,
  2955.521,
  2949.513,
  2632.942,
  2625.133,
  2759.09,
  2956.121,
  2955.521,
  2955.521,
  2954.92,
  2948.913,
  2788.524,
  2934.496,
  2882.835,
  2893.648,
  2750.079,
  2910.468,
  2852.199,
  2854.602,
  2762.694,
  2640.751,
  458.9881,
  733.5106,
  2330.186,
  2097.713,
  2437.112,
  2690.009,
  392.3698,
  2858.206,
  2904.461,
  2933.895,
  2867.217,
  2912.87,
  2849.796,
  2938.1,
  2941.704,
  2694.214,
  740.1183,
  878.8813,
  2784.92,
  2520.009,
  2863.012,
  2520.61,
  1958.95,
  2889.443,
  2758.489,
  1826.795,
  991.814,
  953.9695,
  2665.38,
  2583.083,
  2112.13,
  2622.73,
  2527.818,
  2653.366,
  2694.814,
  2840.185,
  2583.684,
  955.7716,
  994.2168,
  1420.718,
  647.0089,
  387.2038,
  351.3416,
  505.2424,
  503.4403,
  267.9637,
  2955.521,
  2955.521,
  2955.521,
  2355.416,
  2655.168,
  2288.137,
  2710.433,
  2699.019,
  2952.517,
  2947.711,
  2947.111,
  2956.121,
  2956.121,
  2937.499,
  2953.719,
  2956.722,
  2956.722 ;

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