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 = 2453114.00000579 ;
		:starting_julian_day_string = "2004-04-18 00:00:00" ;
		:ending_julian_day_number = 2453120.95833912 ;
		:ending_julian_day_string = "2004-04-24 23: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 = 2453114, 2453114.04166667, 2453114.08333333, 2453114.125, 
    2453114.16666667, 2453114.20833333, 2453114.25, 2453114.29166667, 
    2453114.33333333, 2453114.375, 2453114.41666667, 2453114.45833333, 
    2453114.5, 2453114.54166667, 2453114.58333333, 2453114.625, 
    2453114.66666667, 2453114.70833333, 2453114.75, 2453114.79166667, 
    2453114.83333333, 2453114.875, 2453114.91666667, 2453114.95833333, 
    2453115, 2453115.04166667, 2453115.08333333, 2453115.125, 
    2453115.16666667, 2453115.20833333, 2453115.25, 2453115.29166667, 
    2453115.33333333, 2453115.375, 2453115.41666667, 2453115.45833333, 
    2453115.5, 2453115.54166667, 2453115.58333333, 2453115.625, 
    2453115.66666667, 2453115.70833333, 2453115.75, 2453115.79166667, 
    2453115.83333333, 2453115.875, 2453115.91666667, 2453115.95833333, 
    2453116, 2453116.04166667, 2453116.08333333, 2453116.125, 
    2453116.16666667, 2453116.20833333, 2453116.25, 2453116.29166667, 
    2453116.33333333, 2453116.375, 2453116.41666667, 2453116.45833333, 
    2453116.5, 2453116.54166667, 2453116.58333333, 2453116.625, 
    2453116.66666667, 2453116.70833333, 2453116.75, 2453116.79166667, 
    2453116.83333333, 2453116.875, 2453116.91666667, 2453116.95833333, 
    2453117, 2453117.04166667, 2453117.08333333, 2453117.125, 
    2453117.16666667, 2453117.20833333, 2453117.25, 2453117.29166667, 
    2453117.33333333, 2453117.375, 2453117.41666667, 2453117.45833333, 
    2453117.5, 2453117.54166667, 2453117.58333333, 2453117.625, 
    2453117.66666667, 2453117.70833333, 2453117.75, 2453117.79166667, 
    2453117.83333333, 2453117.875, 2453117.91666667, 2453117.95833333, 
    2453118, 2453118.04166667, 2453118.08333333, 2453118.125, 
    2453118.16666667, 2453118.20833333, 2453118.25, 2453118.29166667, 
    2453118.33333333, 2453118.375, 2453118.41666667, 2453118.45833333, 
    2453118.5, 2453118.54166667, 2453118.58333333, 2453118.625, 
    2453118.66666667, 2453118.70833333, 2453118.75, 2453118.79166667, 
    2453118.83333333, 2453118.875, 2453118.91666667, 2453118.95833333, 
    2453119, 2453119.04166667, 2453119.08333333, 2453119.125, 
    2453119.16666667, 2453119.20833333, 2453119.25, 2453119.29166667, 
    2453119.33333333, 2453119.375, 2453119.41666667, 2453119.45833333, 
    2453119.5, 2453119.54166667, 2453119.58333333, 2453119.625, 
    2453119.66666667, 2453119.70833333, 2453119.75, 2453119.79166667, 
    2453119.83333333, 2453119.875, 2453119.91666667, 2453119.95833333, 
    2453120, 2453120.04166667, 2453120.08333333, 2453120.125, 
    2453120.16666667, 2453120.20833333, 2453120.25, 2453120.29166667, 
    2453120.33333333, 2453120.375, 2453120.41666667, 2453120.45833333, 
    2453120.5, 2453120.54166667, 2453120.58333333, 2453120.625, 
    2453120.66666667, 2453120.70833333, 2453120.75, 2453120.79166667, 
    2453120.83333333, 2453120.875, 2453120.91666667, 2453120.95833333 ;

 air_temperature =
  3.183,
  3.459,
  3.592,
  3.587,
  3.506,
  3.393,
  3.207,
  2.963,
  2.703,
  3.714,
  4.158,
  4.062,
  4.566,
  4.129,
  3.879,
  3.525,
  3.453,
  3.328,
  3.488,
  3.516,
  3.509,
  3.77,
  3.514,
  3.464,
  3.512,
  3.785,
  3.74,
  3.362,
  3.406,
  3.556,
  3.137,
  3.032,
  3.095,
  3.326,
  3.676,
  3.812,
  3.994,
  4.284,
  3.806,
  4.002,
  3.869,
  4.237,
  4.29,
  4.745,
  5.214,
  5.926,
  6.575,
  6.538,
  7.17,
  6.886,
  6.304,
  6.206,
  6.2,
  6.017,
  5.878,
  5.769,
  5.146,
  4.852,
  5.114,
  4.817,
  5.58,
  5.247,
  4.493,
  4.177,
  3.865,
  4.263,
  4.27,
  4.471,
  4.443,
  4.226,
  4.896,
  4.213,
  3.591,
  4.67,
  4.286,
  4.529,
  4.036,
  3.932,
  3.521,
  3.204,
  2.749,
  2.443,
  2.758,
  2.584,
  2.774,
  3.527,
  3.614,
  3.371,
  3.186,
  3.295,
  3.269,
  3.421,
  3.339,
  3.298,
  3.115,
  3.103,
  3.158,
  3.073,
  3.243,
  3.476,
  3.598,
  4.047,
  4.098,
  4.101,
  4.447,
  4.498,
  4.47,
  4.83,
  4.97,
  5.45,
  6.202,
  5.751,
  6.405,
  5.805,
  5.689,
  5.117,
  5.076,
  4.813,
  5.242,
  5.049,
  4.463,
  4.272,
  4.413,
  4.378,
  3.903,
  3.882,
  3.686,
  3.631,
  3.683,
  4.229,
  3.723,
  3.786,
  3.7,
  2.99,
  3.088,
  2.837,
  2.533,
  2.46,
  2.344,
  2.49,
  2.69,
  2.683,
  2.901,
  2.735,
  2.769,
  2.951,
  3.515,
  3.358,
  3.106,
  2.823,
  2.718,
  2.624,
  2.698,
  2.778,
  2.67,
  2.503,
  2.227,
  1.982,
  1.699,
  1.61,
  1.464,
  1.615,
  1.501,
  1.699,
  2.708,
  3.205,
  3.389,
  4.026 ;

 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 =
  7.84,
  8.7,
  8.43,
  6.821,
  5.88,
  5.645,
  5.645,
  4.351,
  3.959,
  6.782,
  8.62,
  7.37,
  7.41,
  6.429,
  5.527,
  4.273,
  3.685,
  3.606,
  3.92,
  2.352,
  2.862,
  2.509,
  0.882,
  2.587,
  2.548,
  2.862,
  3.097,
  1.372,
  1.176,
  0.588,
  4.194,
  4.39,
  6.233,
  7.57,
  9.06,
  5.41,
  8.15,
  10.86,
  9.8,
  8.43,
  7.37,
  8.98,
  9.53,
  9.33,
  10.35,
  11.56,
  12.62,
  13.17,
  13.76,
  14.62,
  15.72,
  17.72,
  16.74,
  16.86,
  16.54,
  14.27,
  12.74,
  12.27,
  11.84,
  9.72,
  12.39,
  12.98,
  10.98,
  8.31,
  7.06,
  8.31,
  8.74,
  10.54,
  8.62,
  6.586,
  9.8,
  7.25,
  5.606,
  4.351,
  5.566,
  6.664,
  6.625,
  9.25,
  8.04,
  7.8,
  6.076,
  5.802,
  6.821,
  5.782,
  4.704,
  6.625,
  5.645,
  8,
  7.88,
  7.88,
  8.27,
  7.92,
  7.84,
  9.06,
  10.98,
  11.09,
  10.62,
  11.49,
  11.88,
  13.25,
  12.64,
  12.03,
  11.09,
  11.8,
  11.84,
  10.47,
  10.98,
  12.47,
  11.49,
  13.37,
  13.6,
  12.47,
  13.33,
  12.07,
  11.09,
  9.8,
  7.92,
  6.978,
  10.23,
  9.45,
  6.958,
  5.762,
  7.8,
  6.566,
  3.626,
  4.469,
  1.333,
  2.744,
  6.076,
  7.88,
  5.606,
  7.17,
  8.23,
  7.94,
  9.88,
  8.51,
  8.58,
  8.39,
  8.82,
  8,
  6.703,
  5.39,
  5.998,
  5.998,
  2.254,
  5.253,
  4.822,
  6.86,
  7.33,
  5.841,
  5.214,
  4.704,
  4.782,
  7.29,
  7.17,
  6.194,
  5.39,
  7.92,
  6.076,
  7.02,
  6.154,
  5.449,
  5.841,
  8.19,
  8.7,
  10.39,
  9.72,
  10.58 ;

 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 =
  7.02,
  7.29,
  6.202,
  5.94,
  5.043,
  4.614,
  4.433,
  3.871,
  3.417,
  5.894,
  7.45,
  6.275,
  6.29,
  5.534,
  4.516,
  3.538,
  3.187,
  2.822,
  3.203,
  1.727,
  2.16,
  1.259,
  0.124,
  1.8,
  2.129,
  2.155,
  2.663,
  0.572,
  0.263,
  0.001,
  3.45,
  3.588,
  5.364,
  6.264,
  7.91,
  3.682,
  7.28,
  9.53,
  8.69,
  6.741,
  6.336,
  7.74,
  7.96,
  8.02,
  9.03,
  9.57,
  10.84,
  11.04,
  11.93,
  12.44,
  13.21,
  15.09,
  14.25,
  14.21,
  13.11,
  11.88,
  10.66,
  10.58,
  9.43,
  7.86,
  10.47,
  10.81,
  6.68,
  7.06,
  4.795,
  6.14,
  7.45,
  8.88,
  7.01,
  5.532,
  8.55,
  5.312,
  3.367,
  1.879,
  4.468,
  5.616,
  5.184,
  7.79,
  6.849,
  6.587,
  4.693,
  4.926,
  5.543,
  4.596,
  2.557,
  4.335,
  4.904,
  6.72,
  6.401,
  6.629,
  7.03,
  6.562,
  6.205,
  7.68,
  8.94,
  9.51,
  8.76,
  9.65,
  10.47,
  11.16,
  10.44,
  10.33,
  9.63,
  9.98,
  9.9,
  9.25,
  8.46,
  10.33,
  9.82,
  11.71,
  11.47,
  11.08,
  11.55,
  10.83,
  9.69,
  8.13,
  6.881,
  5.994,
  8.46,
  8.38,
  4.912,
  4.549,
  6.847,
  3.792,
  1.349,
  0.412,
  0.252,
  1.384,
  4.473,
  6.453,
  4.056,
  6.08,
  7.04,
  5.748,
  7.95,
  7.19,
  6.716,
  6.964,
  6.897,
  6.822,
  5.42,
  4.395,
  4.622,
  3.823,
  1.25,
  2.748,
  4.175,
  5.24,
  6.117,
  4.591,
  4.107,
  3.94,
  4.153,
  5.239,
  6.132,
  4.673,
  4.358,
  6.544,
  3.471,
  5.881,
  4.614,
  4.622,
  4.959,
  7.06,
  7.18,
  9.07,
  7.92,
  9.12 ;

 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 =
  183.2333,
  179.8333,
  185.5333,
  208.8333,
  195.3333,
  226.5333,
  252.1333,
  267.5333,
  285.0333,
  313.6333,
  321.2333,
  320.7333,
  323.8333,
  329.2333,
  327.3333,
  304.9333,
  299.1333,
  285.7333,
  279.2333,
  279.8333,
  248.3333,
  234.2333,
  195.3333,
  175.1333,
  212.6333,
  207.0333,
  234.6333,
  209.6333,
  120.5333,
  173.1333,
  123.9333,
  131.4333,
  146.8333,
  161.8333,
  166.0333,
  53.6333,
  148.1333,
  168.4333,
  177.6333,
  196.0333,
  195.9333,
  206.6333,
  213.7333,
  210.0333,
  211.5333,
  210.2333,
  211.8333,
  202.2333,
  204.3333,
  208.5333,
  209.9333,
  212.6333,
  216.7333,
  220.4333,
  222.1333,
  234.2333,
  225.1333,
  231.1333,
  253.7333,
  280.3333,
  306.5333,
  320.4333,
  310.6333,
  306.4333,
  292.0333,
  303.8333,
  295.0333,
  299.7333,
  294.4333,
  289.3333,
  293.7333,
  297.3333,
  316.3333,
  259.6333,
  336.1333,
  18.4333,
  14.1933,
  15.3833,
  10.6733,
  18.6433,
  22.8333,
  23.9933,
  47.4933,
  60.4333,
  85.7333,
  121.5333,
  135.2333,
  129.2333,
  129.6333,
  130.2333,
  129.8333,
  132.7333,
  136.9333,
  136.6333,
  137.6333,
  136.0333,
  134.6333,
  136.2333,
  133.9333,
  131.7333,
  145.1333,
  153.7333,
  151.3333,
  148.4333,
  149.8333,
  154.3333,
  154.1333,
  159.2333,
  159.9333,
  165.5333,
  176.1333,
  175.9333,
  182.8333,
  188.3333,
  199.4333,
  200.6333,
  199.8333,
  216.3333,
  204.3333,
  209.0333,
  229.5333,
  207.7333,
  210.0333,
  242.8333,
  258.8333,
  255.9333,
  284.7333,
  343.2443,
  7.1133,
  8.0333,
  351.4333,
  348.9253,
  18.6233,
  16.4333,
  346.9913,
  1.7833,
  3.6633,
  359.6433,
  356.6733,
  350.0633,
  8.9533,
  2.4033,
  10.0533,
  34.7333,
  61.4333,
  91.2333,
  125.4333,
  132.1333,
  122.7333,
  123.1333,
  117.6333,
  87.0333,
  97.6333,
  87.6333,
  89.2333,
  94.3333,
  64.4333,
  90.0333,
  93.2333,
  116.9333,
  126.2333,
  157.5333,
  196.3333,
  227.8333,
  242.8333,
  255.8333,
  264.3333,
  273.1333 ;

 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 =
  2740.468,
  2749.479,
  2628.737,
  2565.663,
  2584.885,
  2425.698,
  2365.628,
  2337.395,
  2447.924,
  2802.341,
  2835.379,
  2739.867,
  2679.797,
  2801.139,
  2783.719,
  2804.143,
  2810.15,
  2796.934,
  2675.592,
  2646.157,
  2779.514,
  2786.122,
  2763.896,
  2780.115,
  2792.729,
  2827.57,
  2814.956,
  2740.468,
  2712.835,
  2790.927,
  2721.846,
  2666.581,
  2851.598,
  2888.842,
  2885.839,
  2838.383,
  2809.549,
  2469.55,
  194.0168,
  203.0274,
  264.4195,
  183.3844,
  211.4974,
  2093.508,
  2098.914,
  2089.904,
  2187.819,
  2216.052,
  2198.031,
  2095.31,
  2059.868,
  2086.3,
  2062.872,
  2015.416,
  1973.968,
  1954.144,
  1877.254,
  1850.222,
  2061.07,
  2136.759,
  1963.155,
  2649.161,
  2703.224,
  2792.129,
  2778.913,
  2759.69,
  2637.747,
  2267.713,
  2476.758,
  1154.605,
  2246.688,
  2541.634,
  2891.846,
  2917.676,
  2932.694,
  2941.104,
  2884.637,
  2897.252,
  2888.241,
  2906.263,
  2906.263,
  2930.291,
  2918.877,
  2929.69,
  2933.895,
  2938.1,
  2927.287,
  2897.252,
  2918.877,
  2894.849,
  2921.881,
  2893.047,
  2890.644,
  2909.266,
  2884.637,
  2890.044,
  2867.217,
  2851.598,
  2813.153,
  2829.372,
  2771.104,
  2711.033,
  2673.79,
  2629.337,
  2629.337,
  2503.79,
  2395.663,
  2354.214,
  2211.847,
  2184.815,
  2298.349,
  2123.543,
  1959.551,
  202.8472,
  215.9426,
  245.3171,
  284.8435,
  324.43,
  496.8326,
  1642.378,
  1678.42,
  1737.89,
  1793.756,
  1719.869,
  1783.544,
  1961.953,
  2051.459,
  2077.89,
  1868.844,
  2901.457,
  2671.387,
  2940.503,
  2056.264,
  2721.846,
  2893.648,
  2422.094,
  2423.295,
  2526.617,
  2661.175,
  2641.352,
  2813.754,
  2874.425,
  2887.641,
  2945.309,
  2953.719,
  2947.711,
  2949.513,
  2943.506,
  2950.114,
  2938.1,
  2931.492,
  2924.284,
  2936.298,
  2920.68,
  2896.051,
  2677.394,
  2203.437,
  2625.733,
  2315.168,
  2638.348,
  2841.386,
  2889.443,
  2371.635,
  2810.15,
  2791.528,
  2729.655,
  2810.75,
  2850.397 ;

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