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 = "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 = 2452995.00000579 ;
		:starting_julian_day_string = "2003-12-21 00:00:00" ;
		:ending_julian_day_number = 2453001.95833912 ;
		:ending_julian_day_string = "2003-12-27 23: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 = 2452995, 2452995.04166667, 2452995.08333333, 2452995.125, 
    2452995.16666667, 2452995.20833333, 2452995.25, 2452995.29166667, 
    2452995.33333333, 2452995.375, 2452995.41666667, 2452995.45833333, 
    2452995.5, 2452995.54166667, 2452995.58333333, 2452995.625, 
    2452995.66666667, 2452995.70833333, 2452995.75, 2452995.79166667, 
    2452995.83333333, 2452995.875, 2452995.91666667, 2452995.95833333, 
    2452996, 2452996.04166667, 2452996.08333333, 2452996.125, 
    2452996.16666667, 2452996.20833333, 2452996.25, 2452996.29166667, 
    2452996.33333333, 2452996.375, 2452996.41666667, 2452996.45833333, 
    2452996.5, 2452996.54166667, 2452996.58333333, 2452996.625, 
    2452996.66666667, 2452996.70833333, 2452996.75, 2452996.79166667, 
    2452996.83333333, 2452996.875, 2452996.91666667, 2452996.95833333, 
    2452997, 2452997.04166667, 2452997.08333333, 2452997.125, 
    2452997.16666667, 2452997.20833333, 2452997.25, 2452997.29166667, 
    2452997.33333333, 2452997.375, 2452997.41666667, 2452997.45833333, 
    2452997.5, 2452997.54166667, 2452997.58333333, 2452997.625, 
    2452997.66666667, 2452997.70833333, 2452997.75, 2452997.79166667, 
    2452997.83333333, 2452997.875, 2452997.91666667, 2452997.95833333, 
    2452998, 2452998.04166667, 2452998.08333333, 2452998.125, 
    2452998.16666667, 2452998.20833333, 2452998.25, 2452998.29166667, 
    2452998.33333333, 2452998.375, 2452998.41666667, 2452998.45833333, 
    2452998.5, 2452998.54166667, 2452998.58333333, 2452998.625, 
    2452998.66666667, 2452998.70833333, 2452998.75, 2452998.79166667, 
    2452998.83333333, 2452998.875, 2452998.91666667, 2452998.95833333, 
    2452999, 2452999.04166667, 2452999.08333333, 2452999.125, 
    2452999.16666667, 2452999.20833333, 2452999.25, 2452999.29166667, 
    2452999.33333333, 2452999.375, 2452999.41666667, 2452999.45833333, 
    2452999.5, 2452999.54166667, 2452999.58333333, 2452999.625, 
    2452999.66666667, 2452999.70833333, 2452999.75, 2452999.79166667, 
    2452999.83333333, 2452999.875, 2452999.91666667, 2452999.95833333, 
    2453000, 2453000.04166667, 2453000.08333333, 2453000.125, 
    2453000.16666667, 2453000.20833333, 2453000.25, 2453000.29166667, 
    2453000.33333333, 2453000.375, 2453000.41666667, 2453000.45833333, 
    2453000.5, 2453000.54166667, 2453000.58333333, 2453000.625, 
    2453000.66666667, 2453000.70833333, 2453000.75, 2453000.79166667, 
    2453000.83333333, 2453000.875, 2453000.91666667, 2453000.95833333, 
    2453001, 2453001.04166667, 2453001.08333333, 2453001.125, 
    2453001.16666667, 2453001.20833333, 2453001.25, 2453001.29166667, 
    2453001.33333333, 2453001.375, 2453001.41666667, 2453001.45833333, 
    2453001.5, 2453001.54166667, 2453001.58333333, 2453001.625, 
    2453001.66666667, 2453001.70833333, 2453001.75, 2453001.79166667, 
    2453001.83333333, 2453001.875, 2453001.91666667, 2453001.95833333 ;

 air_temperature =
  0.799,
  1.233,
  1.201,
  1.03,
  0.715,
  0.484,
  -0.264,
  -0.734,
  -1.121,
  -1.485,
  -1.638,
  -2.143,
  -2.257,
  -1.805,
  -1.306,
  -0.927,
  -0.547,
  0.395,
  1.514,
  1.643,
  2.426,
  2.982,
  3.345,
  3.61,
  3.903,
  4.252,
  4.191,
  4.068,
  3.836,
  3.915,
  3.894,
  3.881,
  4.021,
  3.839,
  3.953,
  4.104,
  4.361,
  4.606,
  5.496,
  5.7,
  5.779,
  6.144,
  6.089,
  6.289,
  6.297,
  6.396,
  6.342,
  6.683,
  6.944,
  7.06,
  7.09,
  7.08,
  7.09,
  7.15,
  7.2,
  7.09,
  7.06,
  7.06,
  7.05,
  7.15,
  7.15,
  7.14,
  7.21,
  7.31,
  7.34,
  7.31,
  7.32,
  7.41,
  7.56,
  7.5,
  7.67,
  7.66,
  7.85,
  8.19,
  8.25,
  8.11,
  8.17,
  8.19,
  8.79,
  8.9,
  9.02,
  8.93,
  8.72,
  8.53,
  9.23,
  8.87,
  8.96,
  9.55,
  9.73,
  9.69,
  9.87,
  9.89,
  9.84,
  9.85,
  9.89,
  10.19,
  9.85,
  10.54,
  10.51,
  10.33,
  10.2,
  9.5,
  9.32,
  8.86,
  8.46,
  8.43,
  8.49,
  8.3,
  8.21,
  8.34,
  8.12,
  8.32,
  8.44,
  8.32,
  8.6,
  9.12,
  8.97,
  8.02,
  7.29,
  7.08,
  6.879,
  7.1,
  6.961,
  6.757,
  6.627,
  6.007,
  5.665,
  5.322,
  4.888,
  4.616,
  4.552,
  4.532,
  4.439,
  4.304,
  4.181,
  4.189,
  3.054,
  3.14,
  2.805,
  3.369,
  3.842,
  4.582,
  4.891,
  4.951,
  5.034,
  3.209,
  3.04,
  3.911,
  3.814,
  3.893,
  4.089,
  4.28,
  4.454,
  4.355,
  4.536,
  4.157,
  4.356,
  4.247,
  4.219,
  4.034,
  3.682,
  3.42,
  3.303,
  2.593,
  2.443,
  2.195,
  1.655,
  1.603 ;

 air_temperature_qc =
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0 ;

 wind_gust =
  4.39,
  6.782,
  7.25,
  7.49,
  4.9,
  8.35,
  9.06,
  8.58,
  5.88,
  7.45,
  8.94,
  7.15,
  6.742,
  7.13,
  8.55,
  7.68,
  8.78,
  9.53,
  12.62,
  13.6,
  14.97,
  14.43,
  15.95,
  14.82,
  15.64,
  13.8,
  12.66,
  12.31,
  12,
  10.78,
  10.62,
  10.27,
  9.09,
  8.39,
  7.25,
  6.703,
  7.25,
  5.488,
  7.02,
  7.6,
  7.88,
  7.33,
  7.88,
  7.76,
  8.23,
  8.47,
  8.27,
  8.82,
  7.68,
  6.546,
  5.782,
  3.136,
  5.096,
  5.096,
  4.822,
  3.606,
  5.331,
  3.802,
  4.978,
  5.253,
  4.939,
  5.214,
  4.312,
  6.154,
  4.802,
  5.096,
  4.9,
  4.861,
  4.508,
  5.527,
  7.68,
  7.21,
  8.66,
  10.39,
  9.96,
  9.84,
  9.21,
  7.72,
  10.39,
  9.64,
  9.06,
  8.04,
  7.45,
  6.586,
  8.11,
  6.762,
  6.546,
  8.55,
  9.84,
  9.11,
  9.06,
  10.58,
  9.68,
  10.31,
  10.74,
  12.27,
  12.03,
  14.31,
  14.39,
  13.92,
  11.49,
  9.6,
  9.33,
  6.958,
  5.88,
  6.35,
  7.92,
  5.292,
  5.566,
  4.214,
  2.822,
  2.234,
  2.862,
  6.429,
  8.04,
  10.15,
  11.17,
  9.6,
  10.7,
  11.09,
  11.45,
  13.33,
  13.01,
  14.07,
  17.17,
  17.21,
  17.13,
  16.78,
  16.93,
  16.58,
  17.05,
  16.82,
  16.7,
  16.86,
  16.03,
  15.95,
  16.74,
  15.56,
  15.52,
  15.01,
  13.72,
  12.45,
  11.49,
  11.8,
  10.82,
  16.11,
  16.46,
  14.46,
  13.92,
  16.15,
  14.46,
  14.78,
  15.21,
  13.64,
  15.48,
  13.29,
  13.68,
  14.54,
  13.8,
  15.05,
  13.8,
  12.27,
  14.07,
  14.35,
  15.25,
  14.82,
  14.19,
  12.62 ;

 wind_gust_qc =
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0 ;

 wind_speed =
  3.091,
  4.639,
  5.743,
  5.672,
  3.481,
  6.808,
  7.18,
  6.46,
  4.257,
  5.806,
  6.628,
  4.595,
  5.103,
  4.615,
  5.402,
  5.113,
  6.583,
  7.12,
  10.47,
  10.94,
  12.1,
  11.09,
  12.85,
  12.33,
  12.48,
  12.4,
  10,
  10.1,
  10.03,
  8.57,
  8.62,
  7.81,
  7.3,
  6.887,
  5.892,
  5.235,
  5.976,
  4.045,
  5.84,
  6.326,
  6.245,
  5.922,
  6.58,
  6.465,
  6.823,
  7.25,
  7.23,
  7.43,
  6.369,
  5.691,
  4.218,
  2.448,
  4.35,
  4.072,
  4.052,
  2.576,
  4.297,
  3.104,
  4.334,
  4.28,
  4.083,
  4.322,
  3.703,
  5.154,
  3.713,
  4.334,
  4.067,
  4.163,
  3.767,
  4.426,
  6.164,
  6.168,
  7.27,
  8.6,
  8.71,
  8.35,
  7.66,
  6.435,
  8.75,
  8.18,
  7.74,
  6.864,
  6.403,
  5.787,
  7.03,
  5.481,
  5.664,
  7.33,
  8.34,
  7.54,
  8.01,
  9.06,
  8.41,
  8.83,
  9.27,
  10.65,
  10.41,
  11.63,
  12.05,
  11.91,
  9.98,
  7.6,
  8.03,
  5.941,
  4.919,
  5.654,
  6.107,
  3.829,
  4.745,
  3.388,
  1.812,
  1.727,
  2.365,
  5.508,
  6.893,
  8.16,
  9.1,
  7.93,
  8.77,
  9.09,
  9.55,
  10.86,
  11.28,
  12.04,
  14.08,
  14.11,
  13.89,
  13.65,
  13.15,
  13.65,
  14.22,
  13.22,
  13.31,
  13.92,
  13.72,
  13.24,
  13.61,
  13.37,
  12.8,
  12.52,
  10.81,
  10.47,
  9.57,
  10.05,
  9.21,
  13.5,
  12.57,
  11.71,
  11.94,
  12.01,
  12.36,
  12.1,
  12.46,
  11.91,
  11.64,
  11.32,
  10.98,
  12.14,
  11.64,
  11.79,
  10.66,
  9.75,
  11.32,
  11.33,
  12.33,
  11.15,
  12.2,
  10.53 ;

 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 =
  323.47,
  325.87,
  324.67,
  335.87,
  356.45,
  340.47,
  10.83,
  356.23,
  1.16,
  339.67,
  339.17,
  330.17,
  321.07,
  297.37,
  270.07,
  257.17,
  257.97,
  245.87,
  243.17,
  241.57,
  245.27,
  250.27,
  250.47,
  250.17,
  266.37,
  265.07,
  270.77,
  273.37,
  280.27,
  278.47,
  281.37,
  276.57,
  275.47,
  278.57,
  266.97,
  261.87,
  261.07,
  249.47,
  230.87,
  227.27,
  229.67,
  228.07,
  232.87,
  227.07,
  225.77,
  241.77,
  243.67,
  250.77,
  264.87,
  254.17,
  249.17,
  212.57,
  226.57,
  230.37,
  242.27,
  211.67,
  204.07,
  215.17,
  225.87,
  223.37,
  236.07,
  238.67,
  232.47,
  224.97,
  229.67,
  210.37,
  220.77,
  200.97,
  194.77,
  193.97,
  200.67,
  200.07,
  201.77,
  204.97,
  205.77,
  199.07,
  196.17,
  202.87,
  210.87,
  213.77,
  219.37,
  204.87,
  193.47,
  178.27,
  179.57,
  187.17,
  175.47,
  174.97,
  173.47,
  170.37,
  165.67,
  155.57,
  153.07,
  148.07,
  145.37,
  162.47,
  145.97,
  154.27,
  155.77,
  154.67,
  176.27,
  181.67,
  182.67,
  178.37,
  176.27,
  162.57,
  145.97,
  170.87,
  168.77,
  182.97,
  251.57,
  150.47,
  139.57,
  142.97,
  140.77,
  164.27,
  187.27,
  194.67,
  216.47,
  211.67,
  218.57,
  218.47,
  221.47,
  222.27,
  228.47,
  239.37,
  242.77,
  248.87,
  247.57,
  244.27,
  242.77,
  240.97,
  240.67,
  236.37,
  242.67,
  241.47,
  252.17,
  246.67,
  254.97,
  259.67,
  266.47,
  275.57,
  273.57,
  283.47,
  280.87,
  290.37,
  299.37,
  302.17,
  313.47,
  319.77,
  324.07,
  326.37,
  338.47,
  334.17,
  343.84,
  339.67,
  342.57,
  345.887,
  344.242,
  348.973,
  350.82,
  345.278,
  342.726,
  349.332,
  357.02,
  9.26,
  4.02,
  7.2 ;

 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.121,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2849.796,
  2653.366,
  2939.302,
  2854.001,
  2897.853,
  2950.715,
  2848.595,
  2951.316,
  2950.114,
  2894.249,
  2895.45,
  2955.521,
  2953.118,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2951.316,
  2892.447,
  2578.878,
  2509.797,
  2535.627,
  2951.916,
  2955.521,
  2954.92,
  2953.118,
  2954.92,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2955.521,
  2955.521,
  2955.521,
  2953.118,
  2948.913,
  2950.715,
  2947.111,
  2946.51,
  2951.316,
  2942.305,
  2937.499,
  2911.669,
  2869.62,
  2849.796,
  2916.475,
  2916.475,
  2906.263,
  2769.903,
  2810.75,
  2819.761,
  2840.185,
  2826.969,
  2865.415,
  2869.62,
  2860.008,
  2888.842,
  2887.641,
  2853.401,
  2831.775,
  2883.436,
  2911.068,
  2895.45,
  2863.012,
  2862.411,
  2739.267,
  2826.969,
  2852.199,
  2853.401,
  2878.63,
  2862.411,
  2867.217,
  2800.539,
  2770.503,
  2661.175,
  1191.248,
  2608.913,
  2298.949,
  2155.981,
  1787.749,
  2291.741,
  1850.823,
  735.9134,
  806.7966,
  2374.038,
  2333.79,
  723.8992,
  2044.25,
  434.9599,
  667.4329,
  215.3419,
  290.1898,
  797.1854,
  1566.689,
  918.5279,
  566.5144,
  1485.594,
  1069.305,
  540.0833,
  541.8854,
  2812.553,
  2911.669,
  2917.676,
  2945.309,
  2953.118,
  2935.097,
  2835.98,
  2928.489,
  2923.683,
  2943.506,
  2943.506,
  2918.277,
  2881.033,
  2873.825,
  2896.051,
  2862.411,
  2171.6,
  2667.782,
  2363.225,
  2766.298,
  2931.492,
  2956.121,
  2956.121,
  2956.121,
  2956.121,
  2695.415,
  2699.019,
  2956.121,
  2952.517,
  2947.711,
  2955.521,
  2953.719,
  2903.86,
  2800.539,
  2956.121,
  2939.902,
  2956.121,
  2847.394,
  2799.337,
  2951.316,
  2953.118,
  2956.121,
  2956.121,
  2956.121,
  2953.719,
  2956.121,
  2953.719,
  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 ;
}
