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 = "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 = 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:  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 = 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 =
  -4.697,
  -4.864,
  -4.567,
  -4.619,
  -4.479,
  -4.069,
  -3.782,
  -3.55,
  -3.249,
  -3.416,
  -3.708,
  -3.631,
  -3.404,
  -3.357,
  -2.417,
  -1.7,
  -1.228,
  -0.484,
  0.03,
  0.431,
  1.455,
  1.901,
  1.945,
  1.738,
  1.484,
  1.154,
  1.614,
  1.578,
  1.479,
  1.319,
  1.292,
  1.258,
  1.364,
  1.294,
  1.074,
  0.705,
  0.551,
  0.467,
  0.537,
  0.505,
  0.458,
  0.488,
  0.529,
  0.663,
  0.826,
  0.898,
  1.025,
  1.038,
  1.231,
  1.35,
  1.612,
  1.644,
  1.853,
  1.93,
  2.077,
  2.003,
  2.026,
  1.963,
  1.921,
  2.019,
  1.888,
  1.529,
  1.284,
  1.066,
  1.259,
  1.06,
  0.874,
  0.859,
  0.918,
  0.897,
  0.883,
  0.791,
  0.793,
  1.248,
  1.471,
  1.984,
  2.514,
  3.004,
  2.927,
  2.915,
  3.089,
  3.542,
  4.729,
  5,
  3.919,
  4.144,
  3.889,
  3.882,
  3.91,
  4.059,
  4.276,
  4.346,
  4.261,
  4.571,
  4.503,
  4.451,
  3.285,
  2.474,
  1.601,
  1.164,
  0.107,
  -0.721,
  -1.249,
  -1.089,
  -1.852,
  -1.922,
  -2.609,
  -2.991,
  -3.091,
  -3.46,
  -4.082,
  -4.016,
  -3.939,
  -3.148,
  -2.345,
  -1.775,
  -0.828,
  0.101,
  0.414,
  -0.137,
  -0.609,
  -0.674,
  -0.871,
  -1.049,
  -1.548,
  -1.964,
  -2.033,
  -2.229,
  -2.578,
  -2.354,
  -2.721,
  -2.292,
  -2.294,
  -2.201,
  -2.382,
  -2.679,
  -2.725,
  -2.445,
  -1.743,
  -0.998,
  -0.43,
  -1.204,
  -1.044,
  -0.665,
  -0.1,
  0.462,
  1.004,
  1.521,
  2.135,
  4.774,
  5.21,
  5.421,
  5.169,
  4.888,
  4.597,
  4.549,
  4.329,
  4.264,
  2.93,
  2.356,
  2.262,
  1.634,
  1.473,
  1.3,
  1.024,
  0.967,
  0.944,
  1.472 ;

 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 =
  13.48,
  12.25,
  12.74,
  12.78,
  12.23,
  12.31,
  13.17,
  13.76,
  13.92,
  14.27,
  14.54,
  13.33,
  13.21,
  12.23,
  11.92,
  10.39,
  10.47,
  10.23,
  9.53,
  8.7,
  11.21,
  11.92,
  12.5,
  13.72,
  12.66,
  12.03,
  12,
  11.84,
  10.94,
  11.02,
  10.47,
  9.92,
  8.78,
  8.62,
  7.8,
  9.09,
  9.41,
  7.57,
  8.19,
  8.31,
  8.47,
  8.27,
  6.899,
  6.821,
  6.35,
  6.272,
  5.723,
  4.626,
  4.782,
  4.077,
  3.489,
  2.156,
  3.371,
  2.862,
  2.744,
  1.764,
  2.391,
  2.901,
  3.567,
  4.43,
  5.449,
  6.115,
  5.802,
  5.018,
  5.449,
  5.841,
  6.311,
  7.06,
  8.62,
  8.08,
  8.47,
  8.94,
  9.92,
  10.15,
  10.94,
  11.6,
  12.82,
  14.19,
  15.09,
  16.35,
  17.88,
  17.44,
  20.38,
  14.54,
  11.25,
  10.82,
  11.56,
  12.66,
  13.37,
  11.6,
  10.35,
  10.47,
  10.43,
  12.66,
  13.13,
  14.66,
  16.23,
  16.42,
  17.21,
  16.46,
  17.21,
  17.88,
  19.52,
  16.03,
  14.62,
  15.72,
  18.42,
  17.99,
  17.88,
  16.7,
  16.42,
  16.19,
  15.95,
  15.01,
  16.62,
  14.94,
  16.42,
  15.25,
  15.29,
  15.52,
  14.86,
  16.58,
  13.56,
  14.31,
  12.23,
  12.78,
  11.92,
  11.17,
  10.19,
  11.6,
  9.25,
  9.84,
  8.04,
  7.41,
  6.174,
  5.566,
  2.979,
  1.607,
  3.842,
  4.978,
  7.25,
  7.92,
  6.468,
  10.58,
  11.88,
  12,
  11.25,
  10.82,
  10.31,
  7.15,
  7.02,
  6.35,
  4.312,
  3.45,
  4.194,
  2.842,
  2.078,
  1.882,
  6.978,
  8.78,
  10.04,
  11.17,
  11.41,
  12.47,
  12,
  12.27,
  10.86,
  10.07 ;

 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 =
  10.57,
  10.5,
  10.57,
  10.42,
  10.17,
  10.19,
  10.86,
  10.9,
  10.65,
  11.72,
  12.17,
  11.58,
  10.98,
  10.52,
  10.11,
  8.75,
  8.59,
  8.5,
  7.95,
  7.37,
  8.93,
  9.28,
  10.04,
  11.31,
  10.96,
  10.1,
  10.53,
  10.02,
  9.62,
  9.2,
  8.66,
  7.95,
  7.22,
  6.962,
  6.487,
  6.502,
  7.14,
  6.354,
  6.615,
  7.4,
  6.837,
  7.07,
  6.029,
  5.494,
  4.986,
  4.92,
  4.695,
  3.818,
  3.675,
  3.094,
  2.606,
  1.561,
  2.564,
  2.422,
  1.573,
  1.261,
  1.782,
  2.094,
  2.654,
  3.566,
  4.187,
  4.971,
  4.307,
  4.073,
  4.053,
  4.856,
  4.466,
  5.302,
  6.198,
  5.957,
  6.797,
  7.3,
  7.95,
  8.7,
  9.14,
  9.51,
  10.83,
  11.59,
  12.33,
  13.42,
  14.72,
  14.56,
  15.21,
  11.38,
  9.21,
  9.41,
  9.6,
  10.67,
  11.27,
  9.54,
  8.8,
  8.43,
  9.04,
  10.23,
  10.1,
  12.3,
  13.1,
  13.87,
  13.86,
  13.8,
  13.89,
  14.88,
  16.02,
  12.33,
  11.2,
  13.32,
  15.39,
  14.63,
  14.84,
  14.07,
  13.31,
  12.82,
  13.57,
  11.85,
  13.68,
  12.5,
  13.28,
  12.99,
  12.89,
  12.94,
  11.95,
  12.76,
  11.25,
  12.13,
  10.49,
  10.36,
  9.8,
  9.46,
  8.48,
  9.43,
  7.51,
  6.96,
  6.472,
  5.967,
  4.87,
  4.066,
  1.96,
  0.653,
  2.64,
  3.333,
  5.412,
  6.584,
  5.382,
  9.33,
  9.89,
  10.07,
  9.55,
  9.25,
  8.67,
  5.531,
  5.907,
  5.148,
  2.7,
  2.491,
  3.187,
  1.333,
  0.987,
  0.583,
  5.637,
  7.1,
  8.3,
  9.27,
  8.73,
  10.36,
  10.61,
  9.92,
  9.12,
  8.48 ;

 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 =
  315.2333,
  318.6333,
  314.1333,
  316.7333,
  318.6333,
  327.1333,
  329.3333,
  324.5333,
  321.6333,
  318.7333,
  325.5333,
  326.6333,
  322.5333,
  329.5333,
  335.1333,
  331.1333,
  333.4333,
  338.6333,
  333.6333,
  326.9333,
  328.0333,
  334.3333,
  331.9333,
  336.6333,
  329.8333,
  119.9333,
  347.3343,
  354.2833,
  347.5083,
  344.4473,
  354.3333,
  353.1633,
  352.6833,
  345.1123,
  338.5333,
  342.4563,
  331.9333,
  354.4933,
  340.7333,
  341.6333,
  351.5633,
  359.1333,
  351.1833,
  338.6333,
  343.4393,
  328.4333,
  329.2333,
  318.8333,
  317.0333,
  306.0333,
  305.6333,
  306.2333,
  285.0333,
  279.4333,
  281.4333,
  211.6333,
  221.0333,
  217.3333,
  222.5333,
  237.3333,
  227.5333,
  212.6333,
  210.3333,
  205.0333,
  216.4333,
  199.2333,
  178.5333,
  141.2333,
  168.3333,
  162.1333,
  165.7333,
  149.8333,
  141.3333,
  137.3333,
  133.1333,
  125.1333,
  118.5333,
  124.2333,
  118.4333,
  123.2333,
  119.2333,
  126.0333,
  147.5333,
  171.0333,
  195.2333,
  225.5333,
  232.8333,
  247.8333,
  251.3333,
  257.9333,
  252.2333,
  250.9333,
  247.8333,
  254.5333,
  251.9333,
  262.4333,
  278.9333,
  271.2333,
  281.7333,
  285.4333,
  285.4333,
  294.7333,
  302.6333,
  299.0333,
  300.0333,
  282.8333,
  295.7333,
  285.5333,
  290.9333,
  298.6333,
  285.3333,
  287.9333,
  295.4333,
  284.9333,
  289.8333,
  284.6333,
  283.5333,
  291.9333,
  296.3333,
  298.0333,
  302.1333,
  305.6333,
  303.4333,
  306.8333,
  313.0333,
  315.7333,
  324.6333,
  314.9333,
  316.3333,
  325.0333,
  311.6333,
  310.5333,
  307.6333,
  316.9333,
  323.3333,
  345.9043,
  0.8233,
  269.1333,
  213.8333,
  186.9333,
  172.4333,
  168.3333,
  138.3333,
  104.1333,
  111.7333,
  113.3333,
  113.6333,
  106.3333,
  106.0333,
  156.2333,
  180.2333,
  194.1333,
  198.6333,
  262.4333,
  312.3333,
  233.6333,
  48.1933,
  3.9033,
  338.2333,
  1.5933,
  346.6723,
  348.7013,
  336.7333,
  314.1333,
  306.3333,
  310.5333,
  303.5333,
  301.9333 ;

 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 =
  2952.517,
  2952.517,
  2941.704,
  2953.118,
  2947.711,
  2949.513,
  2951.316,
  2942.906,
  2941.104,
  2882.234,
  2927.287,
  2919.478,
  2923.083,
  2927.287,
  2820.962,
  2761.493,
  2778.312,
  2656.369,
  2747.076,
  2787.924,
  2716.44,
  2713.436,
  2747.677,
  2775.91,
  2801.74,
  -1.327211,
  2779.514,
  2781.917,
  2792.129,
  2803.542,
  2817.959,
  2821.563,
  2841.987,
  2849.796,
  2903.86,
  2875.026,
  2892.447,
  2866.616,
  2844.39,
  2866.616,
  2859.408,
  2844.39,
  2768.1,
  2883.436,
  2888.241,
  2905.662,
  2903.259,
  2920.079,
  2915.273,
  2908.065,
  2893.047,
  2912.27,
  2893.047,
  2898.454,
  2893.047,
  2908.065,
  2916.475,
  2900.856,
  2895.45,
  2866.015,
  2835.98,
  2847.994,
  2872.623,
  2865.415,
  2834.779,
  2862.411,
  2873.224,
  2863.012,
  2878.63,
  2881.033,
  2908.666,
  2880.432,
  2834.178,
  2812.553,
  2720.044,
  2679.797,
  2511.599,
  2441.317,
  2256.9,
  947.3618,
  1660.399,
  1129.976,
  1346.831,
  1816.583,
  2119.939,
  2198.632,
  1775.134,
  1999.197,
  1850.222,
  1606.937,
  1102.344,
  2284.532,
  2455.133,
  2502.589,
  2472.553,
  2441.317,
  2606.51,
  2590.292,
  2535.627,
  2610.716,
  2625.133,
  2565.062,
  2345.804,
  2689.408,
  2601.104,
  2775.91,
  2514.002,
  2893.648,
  2906.864,
  2898.454,
  2916.475,
  2918.277,
  2906.263,
  2878.63,
  2794.531,
  1230.895,
  902.9095,
  2693.012,
  2715.839,
  2659.373,
  2712.835,
  2710.433,
  2763.896,
  2728.454,
  2736.864,
  2830.574,
  2821.563,
  2835.379,
  2844.39,
  2859.408,
  2868.418,
  2856.404,
  2839.584,
  2828.772,
  2845.592,
  2878.03,
  2876.828,
  2879.231,
  2873.825,
  2880.432,
  2031.035,
  2893.047,
  2930.291,
  2931.492,
  623.5814,
  1375.665,
  1495.806,
  1534.852,
  1322.803,
  2142.165,
  1808.173,
  1540.859,
  1638.173,
  959.3759,
  2542.836,
  2728.454,
  1897.678,
  2700.821,
  1924.109,
  2189.02,
  1922.307,
  2385.451,
  2459.938,
  2664.779,
  2510.398,
  2727.252,
  2756.086,
  2771.705 ;

 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,
  1,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0 ;
}
