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 = 2452890.00000579 ;
		:starting_julian_day_string = "2003-09-07 00:00:00" ;
		:ending_julian_day_number = 2452896.95833912 ;
		:ending_julian_day_string = "2003-09-13 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 = 2452890, 2452890.04166667, 2452890.08333333, 2452890.125, 
    2452890.16666667, 2452890.20833333, 2452890.25, 2452890.29166667, 
    2452890.33333333, 2452890.375, 2452890.41666667, 2452890.45833333, 
    2452890.5, 2452890.54166667, 2452890.58333333, 2452890.625, 
    2452890.66666667, 2452890.70833333, 2452890.75, 2452890.79166667, 
    2452890.83333333, 2452890.875, 2452890.91666667, 2452890.95833333, 
    2452891, 2452891.04166667, 2452891.08333333, 2452891.125, 
    2452891.16666667, 2452891.20833333, 2452891.25, 2452891.29166667, 
    2452891.33333333, 2452891.375, 2452891.41666667, 2452891.45833333, 
    2452891.5, 2452891.54166667, 2452891.58333333, 2452891.625, 
    2452891.66666667, 2452891.70833333, 2452891.75, 2452891.79166667, 
    2452891.83333333, 2452891.875, 2452891.91666667, 2452891.95833333, 
    2452892, 2452892.04166667, 2452892.08333333, 2452892.125, 
    2452892.16666667, 2452892.20833333, 2452892.25, 2452892.29166667, 
    2452892.33333333, 2452892.375, 2452892.41666667, 2452892.45833333, 
    2452892.5, 2452892.54166667, 2452892.58333333, 2452892.625, 
    2452892.66666667, 2452892.70833333, 2452892.75, 2452892.79166667, 
    2452892.83333333, 2452892.875, 2452892.91666667, 2452892.95833333, 
    2452893, 2452893.04166667, 2452893.08333333, 2452893.125, 
    2452893.16666667, 2452893.20833333, 2452893.25, 2452893.29166667, 
    2452893.33333333, 2452893.375, 2452893.41666667, 2452893.45833333, 
    2452893.5, 2452893.54166667, 2452893.58333333, 2452893.625, 
    2452893.66666667, 2452893.70833333, 2452893.75, 2452893.79166667, 
    2452893.83333333, 2452893.875, 2452893.91666667, 2452893.95833333, 
    2452894, 2452894.04166667, 2452894.08333333, 2452894.125, 
    2452894.16666667, 2452894.20833333, 2452894.25, 2452894.29166667, 
    2452894.33333333, 2452894.375, 2452894.41666667, 2452894.45833333, 
    2452894.5, 2452894.54166667, 2452894.58333333, 2452894.625, 
    2452894.66666667, 2452894.70833333, 2452894.75, 2452894.79166667, 
    2452894.83333333, 2452894.875, 2452894.91666667, 2452894.95833333, 
    2452895, 2452895.04166667, 2452895.08333333, 2452895.125, 
    2452895.16666667, 2452895.20833333, 2452895.25, 2452895.29166667, 
    2452895.33333333, 2452895.375, 2452895.41666667, 2452895.45833333, 
    2452895.5, 2452895.54166667, 2452895.58333333, 2452895.625, 
    2452895.66666667, 2452895.70833333, 2452895.75, 2452895.79166667, 
    2452895.83333333, 2452895.875, 2452895.91666667, 2452895.95833333, 
    2452896, 2452896.04166667, 2452896.08333333, 2452896.125, 
    2452896.16666667, 2452896.20833333, 2452896.25, 2452896.29166667, 
    2452896.33333333, 2452896.375, 2452896.41666667, 2452896.45833333, 
    2452896.5, 2452896.54166667, 2452896.58333333, 2452896.625, 
    2452896.66666667, 2452896.70833333, 2452896.75, 2452896.79166667, 
    2452896.83333333, 2452896.875, 2452896.91666667, 2452896.95833333 ;

 air_temperature =
  15.34,
  14.59,
  13.36,
  12.91,
  12.79,
  13.36,
  13.18,
  13.38,
  12.37,
  11.67,
  12.54,
  13.81,
  14.3,
  14.51,
  16.96,
  19.01,
  18.82,
  21.09,
  21.53,
  17.57,
  18.89,
  19.64,
  16.52,
  16.93,
  14.96,
  16.68,
  15.76,
  14.57,
  13.54,
  13.12,
  12.92,
  12.35,
  11.58,
  11.62,
  10.83,
  11.55,
  12.17,
  13.13,
  14.83,
  14.35,
  15.76,
  16.69,
  17.54,
  17.79,
  17.87,
  17.64,
  17.97,
  14.7,
  14.51,
  14.58,
  13.48,
  12.74,
  12.11,
  11.41,
  10.86,
  10.46,
  9.84,
  9.41,
  8.89,
  9.87,
  10.95,
  11.4,
  11.88,
  13.52,
  14.12,
  14.37,
  15.42,
  16.7,
  15.81,
  14.33,
  14.01,
  12.59,
  10.76,
  10.49,
  10.77,
  9.48,
  10.13,
  9.96,
  9.4,
  9.13,
  9.03,
  8.3,
  8.16,
  9.32,
  10.27,
  11.76,
  13.92,
  15.71,
  17.39,
  18.74,
  19.89,
  19.95,
  19.4,
  19.36,
  18.15,
  16.25,
  15.54,
  15.15,
  13.44,
  13.25,
  13.06,
  14.6,
  13.56,
  12.73,
  12.22,
  11.88,
  11.51,
  11.8,
  12.36,
  12.55,
  13.76,
  14.59,
  14.47,
  16.74,
  16.65,
  17.11,
  15.1,
  15.37,
  14.42,
  12.34,
  11.53,
  10.65,
  10.33,
  10.48,
  10.14,
  9.96,
  9.6,
  9.89,
  9.7,
  9.64,
  10.64,
  11.51,
  11.96,
  14.17,
  16.34,
  17.36,
  18.25,
  18.74,
  17.78,
  14.28,
  16.69,
  19.21,
  17.46,
  14.84,
  13.87,
  13.65,
  13.36,
  13.17,
  12.83,
  12.73,
  12,
  12.23,
  11.61,
  11.29,
  10.37,
  11.33,
  12.51,
  14.15,
  14.52,
  14.31,
  13.71,
  13.3,
  13.11,
  15.63,
  19.59,
  17.79,
  17.16,
  15.41 ;

 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 =
  2.548,
  1.372,
  2.274,
  1.372,
  0.862,
  2.744,
  1.372,
  1.529,
  0.98,
  0.392,
  1.215,
  2.587,
  2.038,
  1.96,
  1.999,
  4.782,
  2.744,
  2.626,
  2.313,
  5.841,
  2.45,
  4.351,
  2.842,
  2.352,
  3.293,
  6.782,
  5.174,
  3.881,
  3.332,
  3.371,
  3.881,
  3.959,
  4.312,
  4.743,
  2.509,
  4.508,
  4.469,
  5.018,
  3.175,
  2.744,
  3.293,
  3.802,
  6.037,
  6.311,
  6.154,
  3.371,
  3.293,
  2.352,
  4.155,
  7.6,
  4.606,
  4.508,
  5.566,
  3.724,
  4.665,
  4.782,
  4.194,
  3.528,
  3.371,
  3.881,
  4.234,
  6.154,
  4.939,
  5.057,
  4.704,
  5.018,
  4.43,
  4.077,
  3.097,
  5.174,
  3.626,
  1.47,
  1.607,
  1.764,
  1.646,
  0.784,
  4.547,
  5.214,
  6.35,
  3.92,
  2.45,
  1.529,
  0.902,
  1.96,
  2.391,
  5.488,
  5.449,
  5.606,
  5.88,
  5.684,
  6.664,
  7.84,
  6.311,
  5.018,
  5.057,
  4.312,
  2.47,
  2.94,
  2.47,
  0.784,
  2.587,
  5.135,
  9.45,
  5.88,
  4.234,
  3.763,
  4.234,
  3.234,
  5.723,
  5.449,
  3.097,
  2.901,
  2.117,
  4.43,
  4.508,
  3.802,
  3.606,
  3.254,
  3.293,
  2.94,
  1.666,
  1.058,
  1.019,
  1.45,
  1.215,
  0.823,
  0.784,
  1.137,
  1.098,
  0.98,
  2.195,
  1.529,
  1.372,
  0.627,
  4.861,
  2.548,
  4.9,
  5.449,
  4.018,
  4.743,
  4.194,
  6.625,
  4.586,
  2.058,
  3.136,
  1.274,
  2.117,
  2.234,
  5.057,
  4.782,
  1.666,
  1.45,
  1.058,
  1.45,
  1.725,
  2.078,
  1.686,
  1.176,
  1.372,
  4.234,
  5.41,
  5.527,
  5.998,
  5.096,
  5.449,
  4.038,
  7.13,
  3.234 ;

 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 =
  1.009,
  0.62,
  1.656,
  0.532,
  0.37,
  1.785,
  0.727,
  0.956,
  0.409,
  0.068,
  0.834,
  2.072,
  1.487,
  1.647,
  1.62,
  3.551,
  2.42,
  2.023,
  1.77,
  4.04,
  0.505,
  3.18,
  1.703,
  2.031,
  1.639,
  4.797,
  3.951,
  3.006,
  2.944,
  3.101,
  3.273,
  3.443,
  2.798,
  3.986,
  1.788,
  3.291,
  3.639,
  3.972,
  2.378,
  2.075,
  2.281,
  2.899,
  4.191,
  4.381,
  4.769,
  2.437,
  2.341,
  1.351,
  2.206,
  5.758,
  2.789,
  3.677,
  4.458,
  1.546,
  3.261,
  3.501,
  3.359,
  2.801,
  2.811,
  2.936,
  2.505,
  4.147,
  3.276,
  3.897,
  2.961,
  4.488,
  3.918,
  2.833,
  2.057,
  4.384,
  2.42,
  0.694,
  1.064,
  0.928,
  0.394,
  0.229,
  3.653,
  3.982,
  5.149,
  3.192,
  1.201,
  0.507,
  0.134,
  1.204,
  1.684,
  4.279,
  3.866,
  4,
  4.129,
  4.54,
  4.946,
  5.785,
  4.15,
  3.978,
  3.801,
  2.409,
  1.149,
  2.007,
  1.882,
  0.272,
  1.87,
  3.561,
  7.03,
  4.356,
  3.315,
  2.934,
  3.456,
  2.134,
  2.995,
  3.957,
  2.158,
  2.09,
  1.065,
  3.149,
  3.693,
  3.11,
  3.124,
  2.573,
  2.72,
  2.162,
  1.088,
  0.655,
  0.635,
  0.4,
  0.791,
  0.488,
  0.576,
  0.583,
  0.597,
  0.605,
  1.712,
  0.711,
  1.192,
  0.231,
  3.211,
  1.351,
  3.421,
  4.352,
  2.522,
  3.428,
  3.473,
  4.816,
  3.461,
  0.812,
  2.07,
  0.414,
  0.911,
  1.08,
  3.947,
  3.262,
  0.337,
  0.936,
  0.516,
  0.941,
  1.322,
  1.352,
  0.981,
  0.629,
  1.085,
  3.627,
  4.56,
  5.011,
  5.616,
  4.022,
  4.312,
  2.798,
  5.59,
  1.881 ;

 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 =
  29.36,
  138.7,
  143,
  147.9,
  317.9,
  324.1,
  331.1,
  326.8,
  20.22,
  197.9,
  332.5,
  339.5,
  324.7,
  324.3,
  289.8,
  289.4,
  299.9,
  325.3,
  326.8,
  315.9,
  237.9,
  14.22,
  304,
  317.3,
  342.055,
  349.81,
  348.89,
  346.506,
  311.8,
  294.8,
  322.6,
  316.3,
  293.2,
  304.2,
  285,
  325.5,
  330.6,
  344.939,
  335.2,
  292.3,
  314.8,
  344.858,
  352.89,
  358.37,
  358.48,
  13.55,
  2.38,
  30.59,
  17.01,
  2.81,
  5.09,
  342.075,
  339.9,
  13.76,
  348.93,
  351.89,
  345.571,
  333.3,
  327.3,
  331.1,
  345.065,
  6.76,
  331.9,
  332.5,
  6.95,
  320,
  317.3,
  339.6,
  168.8,
  186.1,
  191.6,
  193.5,
  233.2,
  183.5,
  253.1,
  280.4,
  247.6,
  241.5,
  230.8,
  250.4,
  264.3,
  280.4,
  264,
  237.9,
  288.3,
  289.8,
  272.7,
  273.5,
  262.7,
  271.6,
  273.8,
  225.3,
  211.5,
  229.3,
  231,
  218.8,
  109.4,
  338.4,
  29.74,
  72.2,
  157.7,
  45.52,
  82.4,
  51.6,
  51.02,
  33.97,
  21.04,
  7.69,
  19.74,
  44.79,
  59.9,
  286.7,
  162.9,
  8.75,
  24.94,
  18.67,
  149.9,
  195.3,
  160.2,
  177.3,
  180.4,
  196.5,
  188.6,
  191.3,
  239.2,
  176.5,
  199.9,
  289.3,
  220.3,
  228,
  306.7,
  326.9,
  313.2,
  34.76,
  231.6,
  232.5,
  213.6,
  215.5,
  174.6,
  138.1,
  167,
  216.7,
  217.2,
  110.8,
  160.5,
  350.08,
  246.8,
  215.8,
  254.7,
  246.9,
  290.6,
  306.4,
  204.7,
  201.6,
  224.3,
  247.7,
  260.5,
  84.9,
  123.3,
  132.4,
  140.4,
  134.5,
  131.4,
  153.5,
  196.4,
  195.7,
  229.1,
  234.8 ;

 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 =
  2850.397,
  2831.175,
  2791.528,
  2798.136,
  2733.86,
  2801.139,
  2831.775,
  2833.577,
  2781.316,
  2822.164,
  2808.948,
  2797.535,
  2808.948,
  2808.348,
  2810.75,
  2878.63,
  2876.228,
  2900.856,
  2913.471,
  2855.803,
  2914.673,
  2876.228,
  2820.962,
  2842.588,
  2798.136,
  2855.803,
  2869.019,
  2842.588,
  2813.754,
  2812.553,
  2821.563,
  2832.977,
  2858.807,
  2861.21,
  2848.595,
  2822.164,
  2829.372,
  2854.602,
  2890.044,
  2813.754,
  2832.977,
  2849.196,
  2906.864,
  2875.627,
  2896.651,
  2863.613,
  2840.185,
  2844.991,
  2849.196,
  2857.005,
  2875.627,
  2825.167,
  2849.196,
  2829.973,
  2857.005,
  2861.811,
  2815.556,
  2870.22,
  2849.796,
  2854.602,
  2846.192,
  2855.203,
  2684.002,
  2840.185,
  2856.404,
  2841.987,
  2804.743,
  2835.379,
  2889.443,
  2843.189,
  2841.987,
  2851.598,
  2879.231,
  2858.807,
  2882.835,
  2866.616,
  2889.443,
  2893.648,
  2884.037,
  2871.422,
  2863.613,
  2871.422,
  2866.616,
  2829.372,
  2852.199,
  2852.8,
  2840.185,
  2846.192,
  2888.842,
  2876.228,
  2826.969,
  2679.797,
  2575.875,
  2075.487,
  2819.761,
  2860.008,
  2854.001,
  2862.411,
  2826.369,
  2849.196,
  2840.786,
  2855.203,
  2792.129,
  2801.74,
  2844.991,
  2840.185,
  2860.609,
  2705.026,
  2823.966,
  2849.796,
  2828.171,
  2874.425,
  2829.973,
  2878.03,
  2864.213,
  2881.033,
  2817.358,
  2804.743,
  2845.592,
  2841.386,
  2881.634,
  2862.411,
  2885.839,
  2882.835,
  2880.432,
  2879.832,
  2860.008,
  2855.203,
  2850.397,
  2878.03,
  2879.231,
  2850.397,
  2738.666,
  2876.828,
  2930.892,
  2868.418,
  2841.386,
  2876.228,
  2925.485,
  2790.927,
  2820.962,
  2871.422,
  2838.383,
  2852.8,
  2857.005,
  2880.432,
  2864.213,
  2879.231,
  2881.033,
  2888.842,
  2890.044,
  2869.019,
  2875.627,
  2867.818,
  2864.814,
  2838.984,
  2805.945,
  2781.917,
  2830.574,
  2809.549,
  2768.1,
  2680.397,
  2729.054,
  2843.189,
  2897.853,
  2863.012,
  2852.199,
  2840.185 ;

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