netcdf M0104.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 = "15-Jan-2004 14:01:19:  Parameter wind_direction marked as non-functional as of julian day 2453019.500000 (2004-01-14 12:00:00)\n",
			"15-Jan-2004 14:01:02:  Parameter wind_gust marked as non-functional as of julian day 2453019.500000 (2004-01-14 12:00:00)\n",
			"15-Jan-2004 14:00:55:  Parameter wind_speed marked as non-functional as of julian day 2453019.500000 (2004-01-14 12:00:00)\n",
			"08-Oct-2003 20:33:42:  Modified [lon,lat] to [-67.880825,43.491051].\n",
			"Wed Oct  8 00:30:54 2003: ncrcat -d time,2452920.99, pre/M0104.met.realtime.nc post/M0104.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 = 5004 ;
		:visibility_sensor_serial_number = 288 ;
		:processing = "realtime" ;
		:water_depth = 285 ;
		:mooring_site_id = "M0104" ;
		:mooring_site_desc = "Jordan Basin" ;
		:breakout_id = 1 ;
		:delta_t = 60 ;
		:magnetic_variation = -17.33 ;
		:goes_platform_id = "0440C04A" ;
		: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 13:46:17\n",
			"AAN_VIZ_1.2:  03-Oct-2003 13:46:17" ;
data:

 lat = 43.4910513070913 ;

 lon = -67.8808247492864 ;

 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.901,
  -5.072,
  -4.948,
  -5.264,
  -5.222,
  -4.656,
  -4.414,
  -4.386,
  -4.291,
  -4.096,
  -3.645,
  -3.388,
  -3.258,
  -2.928,
  -2.815,
  -2.233,
  -1.596,
  -0.957,
  0.06,
  1.177,
  1.449,
  1.799,
  1.987,
  2.021,
  1.711,
  1.384,
  1.215,
  1.179,
  1.21,
  0.942,
  0.856,
  0.748,
  0.764,
  0.752,
  0.553,
  0.575,
  0.203,
  0.111,
  -0.023,
  -0.248,
  -0.487,
  -0.52,
  -0.44,
  -0.193,
  0.174,
  0.213,
  0.525,
  0.939,
  1.034,
  1.225,
  1.43,
  1.556,
  1.687,
  1.676,
  1.647,
  1.641,
  1.541,
  1.553,
  1.507,
  1.366,
  1.281,
  1.55,
  1.581,
  1.673,
  1.646,
  1.678,
  1.259,
  0.82,
  0.802,
  1.163,
  1.1,
  1.314,
  1.565,
  1.872,
  2.661,
  3.415,
  4.161,
  4.584,
  4.56,
  5.069,
  5.573,
  6.003,
  4.814,
  4.738,
  4.063,
  4.044,
  4.114,
  4.268,
  4.536,
  4.575,
  4.959,
  5.135,
  5.003,
  4.881,
  4.62,
  3.663,
  2.767,
  2.218,
  1.867,
  1.27,
  -0.068,
  -0.341,
  -0.456,
  -0.364,
  -0.637,
  -1.182,
  -1.824,
  -2.345,
  -2.523,
  -3.514,
  -3.99,
  -3.581,
  -2.886,
  -2.405,
  -1.301,
  -0.333,
  0.193,
  0.527,
  0.657,
  0.542,
  0.438,
  0.155,
  -0.005,
  -0.208,
  -0.571,
  -1.328,
  -1.671,
  -2.07,
  -2.43,
  -2.269,
  -2.516,
  -2.669,
  -2.521,
  -2.435,
  -2.129,
  -2.011,
  -1.522,
  -0.478,
  -1.643,
  -0.866,
  -0.11,
  0.479,
  1.544,
  1.98,
  2.2,
  2.467,
  3.098,
  4.07,
  4.994,
  5.416,
  5.263,
  4.901,
  4.972,
  4.789,
  4.151,
  4.069,
  3.832,
  3.427,
  2.576,
  1.907,
  1.726,
  1.365,
  1.49,
  0.885,
  1.288,
  1.603,
  2.138,
  2.672 ;

 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.78,
  14.46,
  13.21,
  13.09,
  12.43,
  13.13,
  12,
  12.66,
  13.76,
  13.33,
  14.58,
  15.52,
  13.8,
  13.6,
  12,
  11.64,
  11.17,
  11.09,
  10.9,
  11.52,
  11.8,
  11.17,
  11.49,
  14.46,
  12.9,
  11.29,
  11.76,
  11.8,
  10.74,
  11.33,
  10.51,
  9.64,
  9.68,
  10,
  10.04,
  8.55,
  8.35,
  8.51,
  8.94,
  7.53,
  6.821,
  6.703,
  5.194,
  3.646,
  4.861,
  3.528,
  4.116,
  4.469,
  4.273,
  4.234,
  3.606,
  3.293,
  3.371,
  2.783,
  1.96,
  2.822,
  3.136,
  4.116,
  5.645,
  6.938,
  7.02,
  6.625,
  6.703,
  7.02,
  6.311,
  6.194,
  6.586,
  5.645,
  7.37,
  8.98,
  9.45,
  10.7,
  9.45,
  11.84,
  12.19,
  14.86,
  13.76,
  14.7,
  16.58,
  17.64,
  19.17,
  16.07,
  13.05,
  14.19,
  16.93,
  14.23,
  14.54,
  13.64,
  13.92,
  12.66,
  12.11,
  12.98,
  13.41,
  15.84,
  17.68,
  14.54,
  15.25,
  13.45,
  14.94,
  15.68,
  16.07,
  15.01,
  15.72,
  15.95,
  17.91,
  16.58,
  16.35,
  17.48,
  16.62,
  17.13,
  14.58,
  14.11,
  14.27,
  14.54,
  16.39,
  14.39,
  14.9,
  15.84,
  15.44,
  14.46,
  13.25,
  13.72,
  13.52,
  12.35,
  10.88,
  11.09,
  9.88,
  9.37,
  9.37,
  6.938,
  6.821,
  5.018,
  5.566,
  4.861,
  5.41,
  3.959,
  4.547,
  5.841,
  4.41,
  7.88,
  10.19,
  10.31,
  10,
  11.02,
  10.43,
  9.92,
  10.15,
  8.51,
  6.782,
  5.566,
  3.626,
  1.274,
  2.94,
  5.214,
  8.74,
  6.546,
  8.43,
  11.52,
  11.72,
  10.51,
  8.62,
  6.586,
  11.52,
  12.98,
  11.17,
  9.68,
  9.33,
  10.04 ;

 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.98,
  11.55,
  10.75,
  10.6,
  10.37,
  10.25,
  10.37,
  10.19,
  10.82,
  10.56,
  11.56,
  11.77,
  11.43,
  11.34,
  10.66,
  9.44,
  9.11,
  9.12,
  9.59,
  9.8,
  10.18,
  9.39,
  9.45,
  11.26,
  10.37,
  9.5,
  9.38,
  9.45,
  8.47,
  8.84,
  7.96,
  7.99,
  8.25,
  7.54,
  7.14,
  7.11,
  6.825,
  6.605,
  6.871,
  6.128,
  5.545,
  5.03,
  4.194,
  2.501,
  3.404,
  2.489,
  3.349,
  3.698,
  3.225,
  3.298,
  2.444,
  2.69,
  2.672,
  1.945,
  1.224,
  1.962,
  1.977,
  3.252,
  4.504,
  5.292,
  5.73,
  5.306,
  5.15,
  5.08,
  4.38,
  4.809,
  4.418,
  4.279,
  5.924,
  6.227,
  7.64,
  8.64,
  8.08,
  10.1,
  10.23,
  12.4,
  11.44,
  11.83,
  13.68,
  14.42,
  15.18,
  13.5,
  10.98,
  11.76,
  12.96,
  11.81,
  12.04,
  11.31,
  11.52,
  10.44,
  9.73,
  10.22,
  10.78,
  13.15,
  14.83,
  12.36,
  13.04,
  11.46,
  12.32,
  13.26,
  13.88,
  12.12,
  12.56,
  12.6,
  14.6,
  14.1,
  13.95,
  14.24,
  13.9,
  14.11,
  11.91,
  12.02,
  10.67,
  11.51,
  13.37,
  11.87,
  12.33,
  12.8,
  13.31,
  11.61,
  10.99,
  11.08,
  10.94,
  10.86,
  8.18,
  9.28,
  8.12,
  7.49,
  7.44,
  5.631,
  5.173,
  3.802,
  4.219,
  3.535,
  3.89,
  2.147,
  3.255,
  4.601,
  3.275,
  6.398,
  8.42,
  8.12,
  8.61,
  9.38,
  8.65,
  8.51,
  8.54,
  7.06,
  5.88,
  4.828,
  2.393,
  0.545,
  2.33,
  4.128,
  6.889,
  5.462,
  6.767,
  9.69,
  9.85,
  8.75,
  6.918,
  5.388,
  9.68,
  10.32,
  8.13,
  7.58,
  7.56,
  8.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 =
  313.27,
  321.27,
  322.57,
  321.17,
  327.07,
  327.77,
  323.77,
  321.77,
  322.77,
  319.97,
  323.17,
  325.47,
  324.27,
  323.67,
  325.67,
  334.97,
  335.47,
  336.87,
  335.27,
  337.37,
  335.17,
  336.47,
  342.697,
  353.2,
  359.79,
  5.2,
  6.57,
  2.8,
  357.11,
  349.7,
  2.82,
  1.9,
  4.68,
  4.65,
  354.73,
  3.51,
  359.51,
  346.148,
  346.813,
  347.138,
  345.088,
  347.188,
  331.97,
  343.442,
  348.167,
  327.77,
  296.57,
  288.57,
  299.27,
  291.67,
  282.77,
  273.57,
  298.77,
  283.17,
  279.47,
  229.47,
  202.87,
  202.87,
  204.37,
  192.77,
  193.37,
  193.17,
  206.17,
  214.97,
  209.87,
  172.37,
  158.07,
  186.77,
  171.97,
  152.77,
  158.57,
  148.57,
  128.97,
  140.47,
  135.97,
  129.07,
  128.77,
  139.67,
  130.87,
  135.47,
  148.17,
  172.37,
  204.57,
  240.07,
  259.77,
  255.67,
  262.27,
  267.77,
  272.97,
  272.07,
  265.77,
  262.37,
  258.87,
  270.97,
  276.87,
  291.17,
  300.07,
  295.27,
  295.17,
  295.37,
  314.37,
  308.87,
  296.27,
  289.17,
  283.07,
  297.77,
  296.37,
  298.17,
  306.97,
  316.57,
  305.27,
  298.17,
  286.77,
  281.67,
  289.47,
  289.77,
  294.77,
  298.07,
  300.27,
  306.97,
  308.17,
  308.47,
  310.07,
  313.57,
  314.87,
  329.47,
  328.57,
  336.47,
  345.403,
  328.37,
  325.07,
  339.57,
  355.56,
  42.18,
  62.57,
  106.27,
  146.07,
  186.77,
  135.77,
  138.27,
  146.77,
  129.97,
  129.47,
  130.47,
  125.47,
  117.87,
  113.07,
  121.77,
  147.07,
  183.97,
  199.77,
  190.47,
  235.87,
  335.47,
  18.19,
  34.28,
  8.27,
  353.82,
  12.18,
  10.16,
  0.67,
  332.67,
  298.07,
  316.57,
  316.17,
  302.17,
  291.67,
  291.87 ;

 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 =
  2956.121,
  2956.722,
  2877.429,
  2956.722,
  2956.722,
  2956.121,
  2956.121,
  2956.722,
  2954.92,
  2885.839,
  2947.111,
  2949.513,
  2875.627,
  2943.506,
  2937.499,
  2935.697,
  2407.076,
  2918.277,
  2199.232,
  2953.719,
  2107.925,
  2956.722,
  2956.121,
  2956.121,
  2956.722,
  2956.722,
  2956.722,
  2956.722,
  2956.722,
  2956.121,
  2956.722,
  2956.722,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2956.722,
  2956.722,
  2956.722,
  2956.722,
  2957.323,
  2807.146,
  2584.284,
  2280.327,
  2956.121,
  2956.121,
  2956.722,
  2956.722,
  2956.722,
  2956.722,
  2956.722,
  2956.722,
  2956.722,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2956.722,
  2956.121,
  2930.892,
  2708.631,
  2940.503,
  2954.92,
  2956.722,
  2956.722,
  2956.722,
  2956.121,
  2956.121,
  2954.92,
  2956.121,
  2956.121,
  2956.722,
  2955.521,
  2935.697,
  2857.005,
  1848.42,
  954.5702,
  710.083,
  1299.375,
  2167.395,
  1256.124,
  2350.61,
  2865.415,
  2803.542,
  2800.539,
  2860.609,
  2755.486,
  2530.822,
  2889.443,
  2911.068,
  2733.26,
  2876.828,
  2923.683,
  2778.312,
  2953.719,
  2953.118,
  2956.121,
  2946.51,
  2954.92,
  2956.121,
  2955.521,
  2951.916,
  2956.722,
  2956.722,
  2939.302,
  2673.189,
  2932.093,
  2950.114,
  2753.684,
  2572.27,
  2946.51,
  2924.284,
  1912.095,
  1583.509,
  2948.312,
  2312.165,
  2854.001,
  2956.722,
  2956.722,
  2956.722,
  2956.722,
  2956.722,
  2954.319,
  2956.722,
  2956.722,
  2956.722,
  2956.722,
  2938.1,
  2956.722,
  2956.722,
  2956.722,
  2957.323,
  2957.323,
  2954.92,
  2957.323,
  2955.521,
  2957.323,
  631.9913,
  2061.07,
  2345.204,
  2443.719,
  2257.501,
  1135.983,
  1963.155,
  1670.611,
  2283.331,
  2169.798,
  2095.31,
  1484.393,
  1291.566,
  439.1648,
  1572.096,
  2520.61,
  2806.546,
  2950.715,
  2886.439,
  2810.15,
  2878.63,
  2555.451,
  2449.126,
  2753.083,
  2951.916,
  2949.513,
  2954.92,
  2956.121,
  2948.312,
  2956.121 ;

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