netcdf E0109.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 = "29-Jan-2004 13:51:49:  Modified [lon,lat] to [-69.357300,43.713800].\n",
			"28-Jan-2004 11:36:50:  Modified [lon,lat] to [-69.357300,42.713000].\n",
			"Wed Jan 28 10:19:44 2004: /usr/local/nco/bin/ncrcat -d time,2453033.34028,2453033.44444 E0109.met.realtime.nc E0109.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 = 48489 ;
		:visibility_sensor_serial_number = 261 ;
		:processing = "realtime" ;
		:water_depth = 100 ;
		:mooring_site_id = "E0109" ;
		:mooring_site_desc = "Central Maine Shelf" ;
		:breakout_id = 1 ;
		:delta_t = 60 ;
		:magnetic_variation = -17.0167 ;
		:goes_platform_id = "044023B8" ;
		:starting_julian_day_number = 2453037.04167244 ;
		:starting_julian_day_string = "2004-02-01 01:00:00" ;
		:ending_julian_day_number = 2453044.00000579 ;
		:ending_julian_day_string = "2004-02-08 00:00:00" ;
		:algorithm_ids = "WIND_DIR_1.2:  16-Jan-2004 16:27:00\n",
			"AAN_VIZ_1.2:  16-Jan-2004 16:27:00" ;
data:

 lat = 43.7138 ;

 lon = -69.3573 ;

 air_temperature_depth = -3 ;

 visibility_depth = -3 ;

 wind_depth = -4 ;

 time = 2453037.04166667, 2453037.08333333, 2453037.125, 2453037.16666667, 
    2453037.20833333, 2453037.25, 2453037.29166667, 2453037.33333333, 
    2453037.375, 2453037.41666667, 2453037.45833333, 2453037.5, 
    2453037.54166667, 2453037.58333333, 2453037.625, 2453037.66666667, 
    2453037.70833333, 2453037.75, 2453037.79166667, 2453037.83333333, 
    2453037.875, 2453037.91666667, 2453037.95833333, 2453038, 
    2453038.04166667, 2453038.08333333, 2453038.125, 2453038.16666667, 
    2453038.20833333, 2453038.25, 2453038.29166667, 2453038.33333333, 
    2453038.375, 2453038.41666667, 2453038.45833333, 2453038.5, 
    2453038.54166667, 2453038.58333333, 2453038.625, 2453038.66666667, 
    2453038.70833333, 2453038.75, 2453038.79166667, 2453038.83333333, 
    2453038.875, 2453038.91666667, 2453038.95833333, 2453039, 
    2453039.04166667, 2453039.08333333, 2453039.125, 2453039.16666667, 
    2453039.20833333, 2453039.25, 2453039.29166667, 2453039.33333333, 
    2453039.375, 2453039.41666667, 2453039.45833333, 2453039.5, 
    2453039.54166667, 2453039.58333333, 2453039.625, 2453039.66666667, 
    2453039.70833333, 2453039.75, 2453039.79166667, 2453039.83333333, 
    2453039.875, 2453039.91666667, 2453039.95833333, 2453040, 
    2453040.04166667, 2453040.08333333, 2453040.125, 2453040.16666667, 
    2453040.20833333, 2453040.25, 2453040.29166667, 2453040.33333333, 
    2453040.375, 2453040.41666667, 2453040.45833333, 2453040.5, 
    2453040.54166667, 2453040.58333333, 2453040.625, 2453040.66666667, 
    2453040.70833333, 2453040.75, 2453040.79166667, 2453040.83333333, 
    2453040.875, 2453040.91666667, 2453040.95833333, 2453041, 
    2453041.04166667, 2453041.08333333, 2453041.125, 2453041.16666667, 
    2453041.20833333, 2453041.25, 2453041.29166667, 2453041.33333333, 
    2453041.375, 2453041.41666667, 2453041.45833333, 2453041.5, 
    2453041.54166667, 2453041.58333333, 2453041.625, 2453041.66666667, 
    2453041.70833333, 2453041.75, 2453041.79166667, 2453041.83333333, 
    2453041.875, 2453041.91666667, 2453041.95833333, 2453042, 
    2453042.04166667, 2453042.08333333, 2453042.125, 2453042.16666667, 
    2453042.20833333, 2453042.25, 2453042.29166667, 2453042.33333333, 
    2453042.375, 2453042.41666667, 2453042.45833333, 2453042.5, 
    2453042.54166667, 2453042.58333333, 2453042.625, 2453042.66666667, 
    2453042.70833333, 2453042.75, 2453042.79166667, 2453042.83333333, 
    2453042.875, 2453042.91666667, 2453042.95833333, 2453043, 
    2453043.04166667, 2453043.08333333, 2453043.125, 2453043.16666667, 
    2453043.20833333, 2453043.25, 2453043.29166667, 2453043.33333333, 
    2453043.375, 2453043.41666667, 2453043.45833333, 2453043.5, 
    2453043.54166667, 2453043.58333333, 2453043.625, 2453043.66666667, 
    2453043.70833333, 2453043.75, 2453043.79166667, 2453043.83333333, 
    2453043.875, 2453043.91666667, 2453043.95833333, 2453044 ;

 air_temperature =
  -6.885,
  -7.27,
  -7.58,
  -7.65,
  -7.08,
  -7,
  -6.783,
  -6.447,
  -6.029,
  -5.565,
  -6.008,
  -5.884,
  -5.297,
  -4.885,
  -4.023,
  -2.82,
  -1.464,
  0.1,
  1.132,
  2.245,
  2.43,
  2.449,
  2.305,
  1.511,
  0.705,
  0.364,
  -0.207,
  -0.163,
  -0.301,
  -0.379,
  -0.665,
  -0.72,
  -0.736,
  -1.005,
  -1.16,
  -1.509,
  -1.387,
  -1.686,
  -1.32,
  -0.944,
  -0.616,
  0.329,
  0.694,
  1.042,
  0.771,
  0.469,
  1.006,
  1.327,
  1.545,
  1.742,
  1.965,
  2.171,
  2.206,
  2.071,
  2.131,
  2.144,
  2.247,
  2.426,
  2.324,
  2.249,
  2.196,
  1.96,
  1.991,
  1.973,
  1.787,
  1.838,
  1.829,
  1.945,
  2.03,
  2.056,
  2.248,
  1.98,
  2.258,
  2.51,
  2.565,
  2.404,
  3.292,
  4.247,
  5.185,
  5.941,
  5.532,
  5.096,
  2.193,
  2.257,
  2.6,
  2.818,
  3.467,
  3.821,
  4.299,
  4.503,
  4.561,
  4.548,
  4.342,
  3.68,
  2.581,
  2.001,
  1.551,
  1.029,
  0.1,
  -0.913,
  -1.133,
  -1.286,
  -1.474,
  -1.976,
  -2.28,
  -2.43,
  -2.498,
  -3.564,
  -4.42,
  -4.459,
  -4.358,
  -3.663,
  -2.497,
  -1.49,
  -0.629,
  -0.195,
  -0.068,
  -0.267,
  -0.262,
  -0.29,
  -0.268,
  -0.702,
  -1.335,
  -2.52,
  -3.483,
  -3.646,
  -3.736,
  -3.823,
  -3.639,
  -3.438,
  -3.454,
  -3.169,
  -3.593,
  -2.773,
  -2.831,
  -2.426,
  -3.172,
  -2.304,
  -1.133,
  -0.184,
  0.595,
  1.32,
  1.825,
  2.27,
  2.453,
  2.665,
  2.778,
  2.919,
  2.385,
  1.727,
  0.85,
  -0.53,
  -0.729,
  -0.65,
  -1.33,
  -1.908,
  -2.27,
  -2.072,
  -2.187,
  -1.975,
  -1.718,
  -1.437,
  -1.051,
  -0.681,
  0.244,
  1.312,
  1.928,
  2.25 ;

 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 =
  14.07,
  12.98,
  12.86,
  12,
  11.49,
  12.43,
  12.19,
  12.66,
  11.72,
  13.48,
  12.5,
  11.33,
  12.43,
  9.56,
  11.49,
  11.37,
  10.39,
  9.06,
  9.64,
  7.76,
  7.49,
  7.37,
  7.72,
  9.45,
  9.72,
  10.27,
  11.29,
  12.19,
  11.02,
  10.31,
  9.56,
  9.02,
  9.33,
  7.94,
  7.88,
  6.272,
  7.21,
  9.53,
  8.51,
  6.311,
  5.253,
  3.234,
  2.783,
  3.881,
  4.43,
  5.292,
  5.958,
  4.665,
  4.547,
  4.155,
  3.528,
  4.234,
  3.45,
  3.097,
  3.293,
  3.724,
  4.038,
  6.154,
  6.194,
  6.35,
  7.06,
  7.29,
  8,
  6.742,
  6.311,
  7.49,
  7.02,
  4.626,
  7.8,
  8.47,
  8.66,
  9.64,
  9.92,
  9.06,
  10.58,
  12.66,
  14.62,
  14.43,
  16.46,
  18.19,
  14.39,
  13.25,
  14.86,
  12.62,
  12.9,
  12.31,
  12.54,
  12.58,
  10.9,
  11.56,
  12.94,
  12.9,
  13.48,
  15.95,
  14.15,
  12.98,
  13.09,
  12,
  12.62,
  11.72,
  10.54,
  15.68,
  14.5,
  13.68,
  13.8,
  15.29,
  16.82,
  16.42,
  14.39,
  14.39,
  10.62,
  10.19,
  12.39,
  12.5,
  10.82,
  12.03,
  12.47,
  10.39,
  11.64,
  11.33,
  10.98,
  10.27,
  11.52,
  11.52,
  9.06,
  7.06,
  7.29,
  7.72,
  6.272,
  5.331,
  4.077,
  5.449,
  3.998,
  4.939,
  6.586,
  5.253,
  5.841,
  7.45,
  8.94,
  11.52,
  8.9,
  9.96,
  7.84,
  7.41,
  6.742,
  8.62,
  7.68,
  5.802,
  5.606,
  7.33,
  9.49,
  9.92,
  7.35,
  5.566,
  6.938,
  6.86,
  5.802,
  4.547,
  4.861,
  4.547,
  3.959,
  7.06,
  5.802,
  5.194,
  5.174,
  8.08,
  8.43,
  7.45 ;

 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 =
  11.43,
  11,
  10.21,
  9.72,
  9.51,
  9.09,
  9.77,
  10.58,
  9.84,
  11.17,
  9.93,
  9.47,
  9.5,
  7.83,
  9.03,
  9.53,
  8.61,
  7.5,
  8.31,
  6.692,
  6.385,
  6.214,
  6.324,
  7.75,
  8.51,
  8.61,
  9.21,
  10.28,
  9.38,
  8.7,
  8.17,
  7.75,
  7.46,
  5.774,
  6.015,
  4.846,
  5.576,
  7.75,
  7.33,
  5.159,
  4.191,
  1.317,
  1.594,
  2.503,
  3.685,
  4.094,
  4.662,
  3.911,
  3.645,
  3.415,
  2.79,
  3.25,
  2.584,
  1.96,
  2.487,
  3.008,
  3.231,
  4.954,
  5.127,
  5.203,
  5.155,
  5.151,
  6.544,
  5.126,
  5.268,
  5.545,
  5.643,
  3.77,
  6.106,
  6.828,
  6.542,
  7.99,
  7.7,
  8.06,
  8.83,
  10.92,
  11.35,
  12.35,
  13.62,
  14.43,
  11.67,
  11.14,
  12.43,
  10.14,
  9.58,
  10.07,
  10.51,
  10.47,
  9.18,
  9.57,
  10.63,
  10.86,
  10.85,
  13.35,
  11.91,
  10.51,
  11.06,
  10.12,
  10.5,
  9.5,
  7.56,
  12.16,
  11.48,
  11.37,
  11.19,
  12.8,
  12.88,
  13.68,
  11.2,
  11.56,
  7.95,
  7.75,
  10.2,
  10.37,
  8.89,
  10.03,
  9.79,
  8.73,
  9.37,
  9.63,
  9.1,
  8.76,
  9.11,
  9.51,
  7.61,
  6.065,
  5.667,
  6.201,
  4.254,
  4.059,
  3.001,
  3.814,
  2.55,
  3.561,
  5.296,
  4.286,
  4.709,
  6.405,
  7.27,
  9.39,
  7.39,
  8.29,
  6.483,
  6.377,
  5.563,
  7,
  6.456,
  4.544,
  4.726,
  6.218,
  7.67,
  8.15,
  5.237,
  4.802,
  5.983,
  5.786,
  4.226,
  3.812,
  4.066,
  3.803,
  3.335,
  5.83,
  4.748,
  3.692,
  4.348,
  6.315,
  6.846,
  6.148 ;

 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 =
  329.5833,
  327.7833,
  327.5833,
  330.3833,
  330.0833,
  321.9833,
  322.3833,
  328.4833,
  329.4833,
  330.0833,
  328.5833,
  324.8833,
  330.4833,
  341.0833,
  343.1873,
  347.6243,
  341.8833,
  355.5933,
  2.5933,
  2.2733,
  10.7333,
  357.9733,
  326.5833,
  320.7833,
  339.2833,
  342.5833,
  357.6633,
  358.5733,
  0.3133,
  0.3533,
  352.8333,
  341.6833,
  350.7333,
  10.8833,
  9.9633,
  356.8433,
  1.7333,
  10.3033,
  0.9533,
  358.6233,
  3.7833,
  9.0133,
  253.2833,
  234.6833,
  239.7833,
  247.0833,
  252.0833,
  251.8833,
  271.0833,
  266.1833,
  248.2833,
  260.9833,
  264.2833,
  275.1833,
  203.5833,
  198.0833,
  200.6833,
  205.5833,
  204.6833,
  207.9833,
  212.8833,
  227.0833,
  225.5833,
  220.5833,
  199.6833,
  208.3833,
  215.1833,
  209.0833,
  180.1833,
  170.5833,
  153.4833,
  142.6833,
  127.5833,
  138.7833,
  119.7833,
  110.0833,
  110.7833,
  115.0833,
  137.9833,
  155.5833,
  198.8833,
  243.5833,
  265.4833,
  271.2833,
  269.4833,
  261.3833,
  263.1833,
  252.2833,
  265.9833,
  276.4833,
  275.0833,
  267.9833,
  264.9833,
  301.9833,
  299.1833,
  296.7833,
  292.4833,
  289.3833,
  302.4833,
  329.1833,
  307.2833,
  300.3833,
  294.7833,
  289.4833,
  292.2833,
  283.3833,
  306.6833,
  319.6833,
  330.1833,
  321.6833,
  325.9833,
  304.6833,
  303.4833,
  299.3833,
  302.8833,
  303.2833,
  307.6833,
  296.4833,
  301.8833,
  301.0833,
  300.8833,
  312.9833,
  326.0833,
  334.5833,
  344.8423,
  335.9833,
  339.4833,
  351.4633,
  8.4333,
  9.3833,
  20.1433,
  49.9333,
  56.0833,
  89.6833,
  88.8833,
  110.7833,
  105.1833,
  106.6833,
  118.1833,
  141.2833,
  139.1833,
  146.8833,
  147.9833,
  140.3833,
  121.9833,
  115.4833,
  106.6833,
  100.9833,
  63.1833,
  29.5433,
  22.9433,
  10.0333,
  15.6233,
  1.6333,
  354.2233,
  0.0833,
  2.6533,
  10.5233,
  0.3133,
  343.5553,
  316.1833,
  307.0833,
  322.4833,
  316.1833,
  282.5833,
  263.9833,
  276.1833,
  294.0833 ;

 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 =
  2950.114,
  2944.708,
  2951.316,
  2953.118,
  2948.913,
  2956.722,
  2956.121,
  2941.104,
  2950.715,
  2929.69,
  2951.316,
  2914.673,
  2870.22,
  2904.461,
  2936.298,
  2947.111,
  2917.676,
  2951.316,
  2941.104,
  2959.125,
  2954.319,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2956.722,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2957.923,
  1528.244,
  532.2742,
  1315.594,
  2195.628,
  2836.581,
  2949.513,
  2953.719,
  2959.125,
  2956.121,
  2957.923,
  2957.923,
  2957.923,
  2958.524,
  2958.524,
  2957.923,
  2957.923,
  2957.923,
  2957.923,
  2957.923,
  2957.923,
  2957.923,
  2957.923,
  2957.923,
  2957.923,
  2954.92,
  2956.722,
  2946.51,
  2956.121,
  2946.51,
  2932.093,
  2944.107,
  2958.524,
  2957.923,
  2957.923,
  2957.923,
  2957.923,
  2957.923,
  2950.114,
  2950.114,
  1958.95,
  1293.969,
  931.7434,
  969.5878,
  1982.978,
  1937.325,
  2423.896,
  2713.436,
  2148.172,
  2572.27,
  2116.335,
  2461.14,
  1296.972,
  2667.782,
  2887.641,
  2885.238,
  2192.625,
  2542.836,
  2917.075,
  2957.923,
  2957.923,
  2957.923,
  2958.524,
  2956.722,
  2958.524,
  2958.524,
  2957.323,
  2958.524,
  2729.054,
  2948.913,
  2903.259,
  2860.609,
  2853.401,
  2886.439,
  2600.504,
  1413.509,
  2706.828,
  2936.899,
  1832.802,
  2196.829,
  2944.708,
  2951.316,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2958.524,
  2959.125,
  2959.125,
  2300.151,
  2837.182,
  2958.524,
  2958.524,
  1375.064,
  1916.3,
  2625.733,
  1746.901,
  1845.417,
  2008.208,
  2211.246,
  2095.911,
  1921.706,
  1767.926,
  2750.079,
  2306.759,
  2760.291,
  2897.252,
  2887.04,
  2787.924,
  2722.447,
  2920.079,
  2641.952,
  2076.088,
  2796.934,
  2914.072,
  2959.125,
  2958.524,
  2958.524,
  2938.1,
  2957.323,
  2954.319 ;

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