netcdf J0204.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:short_name = "lat" ;
		lat:units = "degrees_north" ;
		lat:scale_factor = 1. ;
		lat:add_offset = 0. ;
		lat:_FillValue = -999. ;
		lat:valid_range = -90., 90. ;
		lat:epic_code = 500 ;
		lat:Comment = "Coordinate variable" ;
	double lon(lon) ;
		lon:long_name = "Longitude" ;
		lon:short_name = "lon" ;
		lon:modulo = 360. ;
		lon:units = "degrees_east" ;
		lon:scale_factor = 1. ;
		lon:add_offset = 0. ;
		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:short_name = "D" ;
		air_temperature_depth:units = "meters" ;
		air_temperature_depth:positive = "down" ;
		air_temperature_depth:scale_factor = 1. ;
		air_temperature_depth:add_offset = 0. ;
		air_temperature_depth:_FillValue = -999. ;
		air_temperature_depth:valid_range = -10000., 100. ;
		air_temperature_depth:epic_code = 3 ;
		air_temperature_depth:Comment = "Coordinate variable" ;
		air_temperature_depth:standard_name = "depth" ;
	double visibility_depth(visibility_depth) ;
		visibility_depth:long_name = "Depth" ;
		visibility_depth:short_name = "D" ;
		visibility_depth:units = "meters" ;
		visibility_depth:positive = "down" ;
		visibility_depth:scale_factor = 1. ;
		visibility_depth:add_offset = 0. ;
		visibility_depth:_FillValue = -999. ;
		visibility_depth:valid_range = -10000., 100. ;
		visibility_depth:epic_code = 3 ;
		visibility_depth:Comment = "Coordinate variable" ;
		visibility_depth:standard_name = "depth" ;
	double wind_depth(wind_depth) ;
		wind_depth:long_name = "Depth" ;
		wind_depth:short_name = "D" ;
		wind_depth:units = "meters" ;
		wind_depth:positive = "down" ;
		wind_depth:scale_factor = 1. ;
		wind_depth:add_offset = 0. ;
		wind_depth:_FillValue = -999. ;
		wind_depth:valid_range = -10000., 100. ;
		wind_depth:Comment = "Coordinate variable" ;
		wind_depth:standard_name = "depth" ;
	double time(time) ;
		time:long_name = "Time" ;
		time:short_name = "time" ;
		time:units = "days since -4713-01-01 00:00:00" ;
		time:scale_factor = 1. ;
		time:add_offset = 0. ;
		time:_FillValue = -999. ;
		time:valid_range = 0., 2460000. ;
		time:epic_code = 624 ;
		time:Comment = "Coordinate variable" ;
		time:standard_name = "time" ;
	float air_temperature(time, air_temperature_depth, lat, lon) ;
		air_temperature:long_name = "Air Temperature" ;
		air_temperature:standard_name = "air_temperature" ;
		air_temperature:grib_code = "11 E 130" ;
		air_temperature:short_name = "AT" ;
		air_temperature:scale_factor = 1.f ;
		air_temperature:add_offset = 0.f ;
		air_temperature:_FillValue = -999.f ;
		air_temperature:units = "celsius" ;
		air_temperature:valid_range = -40.f, 40.f ;
		air_temperature:is_dead = 0 ;
		air_temperature:sensor_depth = -3. ;
		air_temperature:epic_code = 20 ;
		air_temperature:ancillary_variables = "air_temperature_qc" ;
	byte air_temperature_qc(time, air_temperature_depth, lat, lon) ;
		air_temperature_qc:long_name = "Air Temperature Quality" ;
		air_temperature_qc:short_name = "ATQC" ;
		air_temperature_qc:_FillValue = 128s ;
		air_temperature_qc:valid_range = -127s, 127s ;
		air_temperature_qc:quality_good = 0s ;
		air_temperature_qc:quality_bad = 1s ;
		air_temperature_qc:sensor_depth = -3. ;
		air_temperature_qc:flag_values = 0s, 1s, 2s, 3s ;
		air_temperature_qc:flag_meanings = 0s ;
		air_temperature_qc:intent = "data_quality" ;
		air_temperature_qc:standard_name = "air_temperature data_quality" ;
		air_temperature_qc:units = "1" ;
	float wind_gust(time, wind_depth, lat, lon) ;
		wind_gust:long_name = "Wind Gust" ;
		wind_gust:short_name = "WGST" ;
		wind_gust:scale_factor = 1.f ;
		wind_gust:add_offset = 0.f ;
		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:sensor_depth = -4. ;
		wind_gust:epic_code = 42 ;
		wind_gust:ancillary_variables = "wind_gust_qc" ;
	byte wind_gust_qc(time, wind_depth, lat, lon) ;
		wind_gust_qc:long_name = "Wind Gust Quality" ;
		wind_gust_qc:short_name = "WGSTQC" ;
		wind_gust_qc:_FillValue = 128s ;
		wind_gust_qc:valid_range = -127s, 127s ;
		wind_gust_qc:quality_good = 0s ;
		wind_gust_qc:quality_bad = 1s ;
		wind_gust_qc:sensor_depth = -4. ;
		wind_gust_qc:flag_values = 0s, 1s, 2s, 3s ;
		wind_gust_qc:flag_meanings = 0s ;
		wind_gust_qc:intent = "data_quality" ;
		wind_gust_qc:standard_name = "wind_gust data_quality" ;
		wind_gust_qc:units = "1" ;
	float wind_speed(time, wind_depth, lat, lon) ;
		wind_speed:long_name = "Wind Speed" ;
		wind_speed:standard_name = "wind_speed" ;
		wind_speed:grib_code = "32" ;
		wind_speed:short_name = "WSPD" ;
		wind_speed:scale_factor = 1.f ;
		wind_speed:add_offset = 0.f ;
		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:sensor_depth = -4. ;
		wind_speed:epic_code = 401 ;
		wind_speed:ancillary_variables = "wind_speed_qc" ;
	byte wind_speed_qc(time, wind_depth, lat, lon) ;
		wind_speed_qc:long_name = "Wind Speed Quality" ;
		wind_speed_qc:short_name = "WSPDQC" ;
		wind_speed_qc:_FillValue = 128s ;
		wind_speed_qc:valid_range = -127s, 127s ;
		wind_speed_qc:quality_good = 0s ;
		wind_speed_qc:quality_bad = 1s ;
		wind_speed_qc:sensor_depth = -4. ;
		wind_speed_qc:flag_values = 0s, 1s, 2s, 3s ;
		wind_speed_qc:flag_meanings = 0s ;
		wind_speed_qc:intent = "data_quality" ;
		wind_speed_qc:standard_name = "wind_speed data_quality" ;
		wind_speed_qc:units = "1" ;
	float wind_direction(time, wind_depth, lat, lon) ;
		wind_direction:long_name = "Wind Direction" ;
		wind_direction:standard_name = "wind_from_direction" ;
		wind_direction:grib_code = "31" ;
		wind_direction:short_name = "WDIR" ;
		wind_direction:scale_factor = 1.f ;
		wind_direction:add_offset = 0.f ;
		wind_direction:_FillValue = -999.f ;
		wind_direction:units = "degrees" ;
		wind_direction:valid_range = 0.f, 360.f ;
		wind_direction:is_dead = 0 ;
		wind_direction:sensor_depth = -4. ;
		wind_direction:epic_code = 410 ;
		wind_direction:ancillary_variables = "wind_direction_qc" ;
	byte wind_direction_qc(time, wind_depth, lat, lon) ;
		wind_direction_qc:long_name = "Wind Direction Quality" ;
		wind_direction_qc:short_name = "WDIRQC" ;
		wind_direction_qc:_FillValue = 128s ;
		wind_direction_qc:valid_range = -127s, 127s ;
		wind_direction_qc:quality_good = 0s ;
		wind_direction_qc:quality_bad = 1s ;
		wind_direction_qc:sensor_depth = -4. ;
		wind_direction_qc:flag_values = 0s, 1s, 2s, 3s ;
		wind_direction_qc:flag_meanings = 0s ;
		wind_direction_qc:intent = "data_quality" ;
		wind_direction_qc:standard_name = "wind_direction data_quality" ;
		wind_direction_qc:units = "1" ;
	float visibility(time, visibility_depth, lat, lon) ;
		visibility:long_name = "Visibility" ;
		visibility:standard_name = "visibility_in_air" ;
		visibility:grib_code = "20" ;
		visibility:short_name = "VIS" ;
		visibility:scale_factor = 1.f ;
		visibility:add_offset = 0.f ;
		visibility:_FillValue = -999.f ;
		visibility:units = "meters" ;
		visibility:valid_range = 0.f, 1000000.f ;
		visibility:is_dead = 0 ;
		visibility:calibration_coeffs = -0.5517, 0.6007056, 0., 0. ;
		visibility:sensor_depth = -4. ;
		visibility:ancillary_variables = "visibility_qc" ;
	byte visibility_qc(time, visibility_depth, lat, lon) ;
		visibility_qc:long_name = "Visibility Quality" ;
		visibility_qc:short_name = "VISQ" ;
		visibility_qc:_FillValue = 128s ;
		visibility_qc:valid_range = -127s, 127s ;
		visibility_qc:quality_good = 0s ;
		visibility_qc:quality_bad = 1s ;
		visibility_qc:sensor_depth = -4. ;
		visibility_qc:flag_values = 0s, 1s, 2s, 3s ;
		visibility_qc:flag_meanings = 0s ;
		visibility_qc:intent = "data_quality" ;
		visibility_qc:standard_name = "visibility data_quality" ;
		visibility_qc:units = "1" ;

// 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 = "27-Jun-2003 12:56:04:  Added ancillary_variables, intent attributes for CF compliance.\n",
			"03-Jun-2003 15:08:55:  Parameter wind_gust marked as non-functional as of julian day 2452793.083333 (2003-06-02 02:00:00)\n",
			"03-Jun-2003 15:08:50:  Parameter wind_speed marked as non-functional as of julian day 2452793.083333 (2003-06-02 02:00:00)\n",
			"07-Apr-2003 16:03:13:  Moved air_temperature back to celsius.\n",
			"16-Mar-2003 21:00:17:  Modified [lon,lat] to [-67.013244,44.889853]." ;
		:source = "surface observation" ;
		:references = "http://gyre.umeoce.maine.edu/data/gomoos/buoy/doc/buoy_system_doc/buoy_system/book1.html" ;
		:comment = "processed with MATLAB" ;
		:latitude = 44.8898530006409 ;
		:longitude = -67.0132443110148 ;
		: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 starts at 00:00:00 UTC on 1 January 4713 BC" ;
		:buffer_type = "met" ;
		:instrument_number = 0 ;
		:processing = "realtime" ;
		:water_depth = 32. ;
		:mooring_site_id = "J0204" ;
		:mooring_site_desc = "Cobscook Bay" ;
		:breakout_id = 1 ;
		:delta_t = 60 ;
		:magnetic_variation = -18.6 ;
		:last_mysql_update_index = -1 ;
		:starting_julian_day_number = 2452883.00000579 ;
		:starting_julian_day_string = "2003-08-31 00:00:00" ;
		:ending_julian_day_number = 2452889.95833912 ;
		:ending_julian_day_string = "2003-09-06 23:00:00" ;
		:algorithm_ids = "WIND_DIR_1.2:  27-Aug-2003 12:54:15\n",
			"AAN_VIZ_1.2:  27-Aug-2003 12:54:15" ;
data:

 lat = 44.8898530006409 ;

 lon = -67.0132443110148 ;

 air_temperature_depth = -3 ;

 visibility_depth = -3 ;

 wind_depth = -4 ;

 time = 2452883, 2452883.04166667, 2452883.08333333, 2452883.125, 
    2452883.16666667, 2452883.20833333, 2452883.25, 2452883.29166667, 
    2452883.33333333, 2452883.375, 2452883.41666667, 2452883.45833333, 
    2452883.5, 2452883.54166667, 2452883.58333333, 2452883.625, 
    2452883.66666667, 2452883.70833333, 2452883.75, 2452883.79166667, 
    2452883.83333333, 2452883.875, 2452883.91666667, 2452883.95833333, 
    2452884, 2452884.04166667, 2452884.08333333, 2452884.125, 
    2452884.16666667, 2452884.20833333, 2452884.25, 2452884.29166667, 
    2452884.33333333, 2452884.375, 2452884.41666667, 2452884.45833333, 
    2452884.5, 2452884.54166667, 2452884.58333333, 2452884.625, 
    2452884.66666667, 2452884.70833333, 2452884.75, 2452884.79166667, 
    2452884.83333333, 2452884.875, 2452884.91666667, 2452884.95833333, 
    2452885, 2452885.04166667, 2452885.08333333, 2452885.125, 
    2452885.16666667, 2452885.20833333, 2452885.25, 2452885.29166667, 
    2452885.33333333, 2452885.375, 2452885.41666667, 2452885.45833333, 
    2452885.5, 2452885.54166667, 2452885.58333333, 2452885.625, 
    2452885.66666667, 2452885.70833333, 2452885.75, 2452885.79166667, 
    2452885.83333333, 2452885.875, 2452885.91666667, 2452885.95833333, 
    2452886, 2452886.04166667, 2452886.08333333, 2452886.125, 
    2452886.16666667, 2452886.20833333, 2452886.25, 2452886.29166667, 
    2452886.33333333, 2452886.375, 2452886.41666667, 2452886.45833333, 
    2452886.5, 2452886.54166667, 2452886.58333333, 2452886.625, 
    2452886.66666667, 2452886.70833333, 2452886.75, 2452886.79166667, 
    2452886.83333333, 2452886.875, 2452886.91666667, 2452886.95833333, 
    2452887, 2452887.04166667, 2452887.08333333, 2452887.125, 
    2452887.16666667, 2452887.20833333, 2452887.25, 2452887.29166667, 
    2452887.33333333, 2452887.375, 2452887.41666667, 2452887.45833333, 
    2452887.5, 2452887.54166667, 2452887.58333333, 2452887.625, 
    2452887.66666667, 2452887.70833333, 2452887.75, 2452887.79166667, 
    2452887.83333333, 2452887.875, 2452887.91666667, 2452887.95833333, 
    2452888, 2452888.04166667, 2452888.08333333, 2452888.125, 
    2452888.16666667, 2452888.20833333, 2452888.25, 2452888.29166667, 
    2452888.33333333, 2452888.375, 2452888.41666667, 2452888.45833333, 
    2452888.5, 2452888.54166667, 2452888.58333333, 2452888.625, 
    2452888.66666667, 2452888.70833333, 2452888.75, 2452888.79166667, 
    2452888.83333333, 2452888.875, 2452888.91666667, 2452888.95833333, 
    2452889, 2452889.04166667, 2452889.08333333, 2452889.125, 
    2452889.16666667, 2452889.20833333, 2452889.25, 2452889.29166667, 
    2452889.33333333, 2452889.375, 2452889.41666667, 2452889.45833333, 
    2452889.5, 2452889.54166667, 2452889.58333333, 2452889.625, 
    2452889.66666667, 2452889.70833333, 2452889.75, 2452889.79166667, 
    2452889.83333333, 2452889.875, 2452889.91666667, 2452889.95833333 ;

 air_temperature =
  15.8,
  15.02,
  14.11,
  13.11,
  13.1,
  11.97,
  10.89,
  10.74,
  10.33,
  9.98,
  9.64,
  10.47,
  11.98,
  12.32,
  15.34,
  16.19,
  16.05,
  15.77,
  14.89,
  14.04,
  14.37,
  16.96,
  14.32,
  15.27,
  13.7,
  12.96,
  13.51,
  12.9,
  12.86,
  12.84,
  12.1,
  11.76,
  12.27,
  12.93,
  12.49,
  13.14,
  12.7,
  13.75,
  14.69,
  16.52,
  15.86,
  19.61,
  19.5,
  18.55,
  18.53,
  17.81,
  17.32,
  17.02,
  16.64,
  16.25,
  15.86,
  14.81,
  15.76,
  13.37,
  13.38,
  13.92,
  13.54,
  13.1,
  12.57,
  12.67,
  12.65,
  12.89,
  13.61,
  14.18,
  14.51,
  14.54,
  14.48,
  15.09,
  14.78,
  14.18,
  14.81,
  13.4,
  12.1,
  11.31,
  10.06,
  9.84,
  9.18,
  9.06,
  8.73,
  8.3,
  8.29,
  8.11,
  8.03,
  9.43,
  10.78,
  12.38,
  13.47,
  14.08,
  14.82,
  15.84,
  16.37,
  16.38,
  16.17,
  15.9,
  15.54,
  14.05,
  12.69,
  11.53,
  11.15,
  11.41,
  11.55,
  12.17,
  11.8,
  12.27,
  12.06,
  12.06,
  12.24,
  12.56,
  12.37,
  12.67,
  12.42,
  13.17,
  13.46,
  13.97,
  13.11,
  13.5,
  13.54,
  13.47,
  12.67,
  13.13,
  13.24,
  13.97,
  13.2,
  12.84,
  12.57,
  13.41,
  12.76,
  12.78,
  13.84,
  13.11,
  12.54,
  12.31,
  12.86,
  13.53,
  15.33,
  14.51,
  13.62,
  17.17,
  15.42,
  14.9,
  15.04,
  14.4,
  16.89,
  12.83,
  11.99,
  11.86,
  11.93,
  12.05,
  11.96,
  11.84,
  13.34,
  13.29,
  11.91,
  12.06,
  12.08,
  13.28,
  15.95,
  14.69,
  14.91,
  17.17,
  19.42,
  15.85,
  16.83,
  16.42,
  18.04,
  15.78,
  15.45,
  15.87 ;

 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 =
  4.939,
  5.645,
  4.782,
  5.018,
  4.312,
  4.704,
  2.254,
  3.018,
  3.92,
  3.763,
  3.332,
  3.802,
  2.842,
  1.47,
  1.137,
  1.96,
  1.646,
  4.978,
  7.29,
  5.214,
  4.9,
  5.762,
  3.45,
  5.958,
  5.762,
  2.038,
  5.645,
  2.352,
  1.882,
  3.254,
  2.705,
  3.881,
  4.665,
  5.684,
  5.253,
  3.45,
  1.568,
  2.783,
  4.861,
  3.332,
  5.135,
  6.546,
  5.684,
  5.645,
  5.802,
  7.21,
  8.98,
  6.821,
  5.057,
  4.273,
  4.586,
  3.214,
  4.273,
  1.529,
  0.98,
  3.136,
  2.274,
  3.097,
  2.352,
  2.783,
  3.724,
  2.548,
  3.214,
  2.43,
  0.823,
  0.784,
  2.156,
  3.136,
  3.528,
  4.508,
  4.273,
  2.744,
  1.96,
  1.078,
  1.411,
  0.627,
  0.51,
  0,
  0.98,
  1.215,
  1.607,
  0.98,
  0.588,
  1.725,
  0.98,
  1.607,
  0.98,
  5.174,
  4.978,
  4.822,
  4.939,
  7.17,
  5.782,
  6.35,
  3.822,
  2.842,
  2.195,
  3.175,
  2.156,
  1.333,
  1.725,
  2.587,
  3.214,
  2.646,
  1.725,
  2.783,
  4.351,
  4.822,
  2.94,
  4.155,
  6.586,
  6.86,
  9.21,
  10.78,
  8.23,
  7.41,
  4.508,
  1.686,
  1.019,
  1.254,
  1.019,
  1.529,
  1.176,
  1.333,
  0.98,
  1.568,
  1.49,
  1.294,
  1.764,
  1.49,
  1.568,
  3.097,
  1.568,
  2.117,
  2.744,
  2.587,
  1.862,
  1.803,
  4.273,
  3.724,
  4.586,
  4.39,
  4.155,
  3.254,
  2.705,
  1.764,
  1.098,
  0.902,
  0.784,
  0.941,
  2.274,
  3.175,
  0.98,
  3.175,
  3.097,
  2.391,
  2.117,
  1.921,
  1.529,
  1.725,
  1.45,
  1.254,
  4.508,
  4.743,
  4.822,
  5.057,
  4.586,
  3.136 ;

 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 =
  3.644,
  5.043,
  3.79,
  3.9,
  2.654,
  3.558,
  1.353,
  2.551,
  3.61,
  3.318,
  2.78,
  3.348,
  1.839,
  1.119,
  0.396,
  1.067,
  1.063,
  2.646,
  4.784,
  4.318,
  3.93,
  3.951,
  2.42,
  5.034,
  4.283,
  0.405,
  3.265,
  0.038,
  1.122,
  2.631,
  2.275,
  3.108,
  3.892,
  4.396,
  3.744,
  1.524,
  1.041,
  1.692,
  3.049,
  2.592,
  3.315,
  4.203,
  4.21,
  4.149,
  3.595,
  5.521,
  5.401,
  5.448,
  3.926,
  2.685,
  2.812,
  2.41,
  2.918,
  0.873,
  0.341,
  2.15,
  1.79,
  2.553,
  1.733,
  2.234,
  2.602,
  1.867,
  2.05,
  1.371,
  0.344,
  0.523,
  1.6,
  2.517,
  3.183,
  3.958,
  3.237,
  0.967,
  1.202,
  0.425,
  0.986,
  0.237,
  0.078,
  0,
  0.509,
  0.827,
  1.119,
  0.684,
  0.066,
  1.214,
  0.654,
  0.965,
  0.192,
  4.172,
  4.462,
  4.065,
  3.758,
  5.947,
  4.349,
  4.872,
  3.126,
  2.089,
  1.509,
  2.432,
  1.449,
  0.89,
  1.234,
  0.724,
  2.399,
  1.703,
  1.161,
  2.409,
  3.558,
  4.039,
  1.795,
  3.198,
  5.264,
  5.013,
  7.18,
  7.96,
  6.878,
  6.528,
  2.097,
  1.34,
  0.83,
  0.355,
  0.743,
  1.028,
  0.602,
  0.686,
  0.478,
  1.161,
  1.007,
  0.998,
  1.4,
  1.154,
  1.224,
  1.779,
  1.136,
  0.799,
  1.529,
  1.254,
  1.455,
  1.593,
  3.358,
  3.255,
  4.285,
  3.809,
  3.153,
  2.763,
  2.192,
  1.389,
  0.649,
  0.373,
  0.48,
  0.535,
  2.016,
  2.173,
  0.298,
  2.269,
  2.557,
  1.926,
  1.196,
  1.59,
  0.849,
  1.359,
  1.034,
  0.719,
  3.589,
  3.753,
  4.052,
  3.949,
  3.471,
  1.62 ;

 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 =
  282.1,
  331,
  308.9,
  338.8,
  341.2,
  319.5,
  329.6,
  284.7,
  286,
  279.4,
  275.8,
  299.5,
  326.1,
  349.15,
  1.13,
  100.1,
  103.8,
  148.6,
  151,
  141.5,
  141.9,
  194.4,
  165.3,
  223.9,
  232,
  213.8,
  244.7,
  298.9,
  261.6,
  253.3,
  246.9,
  248.5,
  241.6,
  237.1,
  239.9,
  203.7,
  68.6,
  207,
  233.8,
  265.4,
  173.8,
  232.7,
  222.2,
  212.3,
  207.1,
  210.5,
  225.3,
  230.5,
  239,
  240.9,
  328.8,
  329.3,
  342.429,
  321.2,
  323.4,
  10.9,
  7.01,
  1.47,
  0.17,
  346.47,
  357.05,
  358.14,
  348.74,
  334.9,
  297.6,
  248.4,
  176,
  164.4,
  166.4,
  165.8,
  196.2,
  191.9,
  175.5,
  205.8,
  284.1,
  204.3,
  289.1,
  341.4,
  266.7,
  267.9,
  261.9,
  281.5,
  269.6,
  164.9,
  148.1,
  135.5,
  9.55,
  132.8,
  150.6,
  166.6,
  183.4,
  176.1,
  181.6,
  185.6,
  199.2,
  219.7,
  184.1,
  184.7,
  161,
  148.9,
  159.4,
  153.5,
  163,
  190.7,
  74.8,
  132.8,
  151.2,
  138.2,
  89.1,
  69.3,
  22.86,
  35.34,
  74.8,
  79.6,
  91,
  87.9,
  52.6,
  29.62,
  145.1,
  172.5,
  280.2,
  256,
  210.1,
  298.2,
  51.5,
  173.5,
  152,
  151,
  173.5,
  156.3,
  169.3,
  150.6,
  137.8,
  326,
  274.8,
  131.1,
  149.8,
  170.9,
  158.9,
  161.1,
  160.7,
  163.2,
  166.3,
  148.9,
  145.9,
  158.2,
  168.7,
  0.68,
  347.837,
  340.1,
  322.2,
  278.3,
  279.5,
  305.1,
  314.1,
  320.3,
  287.8,
  281.9,
  270.9,
  314.2,
  78,
  126.3,
  157.2,
  147.5,
  176,
  141.8,
  143,
  187.1 ;

 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 =
  2860.008,
  2857.005,
  2855.803,
  2843.189,
  2860.609,
  2835.98,
  2846.793,
  2831.175,
  2851.598,
  2834.779,
  2764.496,
  2829.973,
  2804.143,
  2799.938,
  2915.273,
  2951.316,
  2939.302,
  2861.811,
  2750.68,
  2808.948,
  2774.107,
  2812.553,
  2772.906,
  2852.8,
  2825.167,
  2849.196,
  2847.394,
  2849.196,
  2848.595,
  2868.418,
  2869.62,
  2867.818,
  2870.821,
  2873.224,
  2864.213,
  2853.401,
  2855.203,
  2799.337,
  2827.57,
  2841.987,
  2801.74,
  2835.379,
  2850.397,
  2826.369,
  2838.383,
  2832.977,
  2835.379,
  2854.001,
  2847.394,
  2862.411,
  2863.012,
  2831.175,
  2881.634,
  2851.598,
  2858.807,
  2869.019,
  2843.189,
  2856.404,
  2843.789,
  2879.231,
  2840.185,
  2807.747,
  2796.333,
  2854.001,
  2846.192,
  2897.252,
  2943.506,
  2826.369,
  2803.542,
  2800.539,
  2840.786,
  2819.16,
  2849.196,
  2854.001,
  2850.998,
  2857.605,
  2855.803,
  2840.786,
  2850.998,
  2845.592,
  2847.994,
  2860.008,
  2840.786,
  2816.758,
  2799.938,
  2831.175,
  2834.178,
  2837.182,
  2850.397,
  2790.326,
  2683.401,
  2293.543,
  2368.631,
  2807.747,
  2873.825,
  2866.015,
  2846.192,
  2838.383,
  2856.404,
  2847.994,
  2841.987,
  2861.811,
  2690.609,
  2744.673,
  2832.376,
  2837.182,
  2819.16,
  2771.705,
  2737.464,
  2178.208,
  1796.759,
  874.0757,
  1343.227,
  919.1286,
  1524.039,
  1704.851,
  574.9243,
  236.6069,
  338.847,
  324.7905,
  183.5646,
  337.9459,
  255.2287,
  508.2459,
  1916.3,
  744.924,
  1794.357,
  190.1723,
  210.2359,
  301.0025,
  220.9285,
  573.7228,
  256.7906,
  281.4195,
  2597.5,
  2562.058,
  2201.034,
  2637.747,
  2631.14,
  2644.956,
  2636.546,
  2739.867,
  2751.881,
  2453.331,
  2564.461,
  2553.648,
  2631.14,
  2582.482,
  2572.27,
  2631.74,
  2750.079,
  2790.927,
  2736.263,
  2718.242,
  2787.924,
  2801.74,
  2865.415,
  2792.129,
  2807.146,
  2844.991,
  2831.175,
  2831.175,
  2798.136,
  2809.549,
  2765.097,
  2804.143,
  2771.705,
  2822.765 ;

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