netcdf I0105.aanderaa.realtime {
dimensions:
	lat = 1 ;
	lon = 1 ;
	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:scale_factor = 1. ;
		lat:add_offset = 0. ;
		lat:_FillValue = -999. ;
		lat:valid_range = -90., 90. ;
		lat:epic_code = 500 ;
		lat:Comment = "Coordinate variable" ;
	double lon(lon) ;
		lon:long_name = "Longitude" ;
		lon:standard_name = "longitude" ;
		lon:short_name = "lon" ;
		lon:modulo = 360. ;
		lon:units = "degrees_east" ;
		lon:scale_factor = 1. ;
		lon:add_offset = 0. ;
		lon:_FillValue = -999. ;
		lon:valid_range = -180., 180. ;
		lon:epic_code = 502 ;
		lon:Comment = "Coordinate variable" ;
	double depth(depth) ;
		depth:long_name = "Depth" ;
		depth:standard_name = "depth" ;
		depth:short_name = "D" ;
		depth:units = "meters" ;
		depth:positive = "down" ;
		depth:scale_factor = 1. ;
		depth:add_offset = 0. ;
		depth:_FillValue = -999. ;
		depth:valid_range = -10000., 100. ;
		depth:epic_code = 3 ;
		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:scale_factor = 1. ;
		time:add_offset = 0. ;
		time:_FillValue = -999. ;
		time:valid_range = 0., 2460000. ;
		time:epic_code = 624 ;
		time:Comment = "Coordinate variable" ;
	float current_speed(time, depth, lat, lon) ;
		current_speed:long_name = "Current Speed" ;
		current_speed:standard_name = "sea_water_velocity" ;
		current_speed:short_name = "CSPD" ;
		current_speed:ancillary_variables = "current_speed_qc" ;
		current_speed:scale_factor = 1. ;
		current_speed:add_offset = 0. ;
		current_speed:_FillValue = -9999.f ;
		current_speed:units = "cm/s" ;
		current_speed:valid_range = 0.f, 1000.f ;
		current_speed:is_dead = 0. ;
		current_speed:calibration_coeffs = 0., 0.2933, 0., 0. ;
		current_speed:epic_code = 300 ;
	byte current_speed_qc(time, depth, lat, lon) ;
		current_speed_qc:long_name = "Current Speed Quality" ;
		current_speed_qc:short_name = "CSPDQC" ;
		current_speed_qc:intent = "data_quality" ;
		current_speed_qc:standard_name = "sea_water_velocity data_quality" ;
		current_speed_qc:scale_factor = 1. ;
		current_speed_qc:add_offset = 0. ;
		current_speed_qc:_FillValue = 128s ;
		current_speed_qc:units = "1" ;
		current_speed_qc:valid_range = -127s, 127s ;
		current_speed_qc:flag_values = 0s, 1s, 2s ;
		current_speed_qc:flag_meanings = "quality_good out_of_range sensor_nonfunctional" ;
	float current_direction(time, depth, lat, lon) ;
		current_direction:long_name = "Current Direction" ;
		current_direction:standard_name = "direction_of_sea_water_velocity" ;
		current_direction:short_name = "CDIR" ;
		current_direction:ancillary_variables = "current_direction_qc" ;
		current_direction:scale_factor = 1. ;
		current_direction:add_offset = 0. ;
		current_direction:_FillValue = -999.f ;
		current_direction:units = "angular_degrees" ;
		current_direction:valid_range = 0.f, 360.f ;
		current_direction:is_dead = 0. ;
		current_direction:calibration_coeffs = 0., 0.3516, 0., 0. ;
		current_direction:epic_code = 310 ;
	byte current_direction_qc(time, depth, lat, lon) ;
		current_direction_qc:long_name = "Current Direction QC" ;
		current_direction_qc:short_name = "CDIRQC" ;
		current_direction_qc:intent = "data_quality" ;
		current_direction_qc:standard_name = "direction_of_sea_water_velocity data_quality" ;
		current_direction_qc:scale_factor = 1. ;
		current_direction_qc:add_offset = 0. ;
		current_direction_qc:_FillValue = 128s ;
		current_direction_qc:units = "1" ;
		current_direction_qc:valid_range = -127s, 127s ;
		current_direction_qc:flag_values = 0s, 1s, 2s ;
		current_direction_qc:flag_meanings = "quality_good out_of_range sensor_nonfunctional" ;
	float current_u(time, depth, lat, lon) ;
		current_u:long_name = "East Current Velocity Component" ;
		current_u:standard_name = "eastward_sea_water_velocity" ;
		current_u:ancillary_variables = "current_u_qc" ;
		current_u:short_name = "u" ;
		current_u:scale_factor = 1. ;
		current_u:add_offset = 0. ;
		current_u:units = "cm/s" ;
		current_u:valid_range = -1000.f, 1000.f ;
		current_u:_FillValue = -9999.f ;
		current_u:is_dead = 0. ;
	byte current_u_qc(time, depth, lat, lon) ;
		current_u_qc:long_name = "East Current Velocity Component QC" ;
		current_u_qc:short_name = "UQC" ;
		current_u_qc:intent = "data_quality" ;
		current_u_qc:standard_name = "eastward_sea_water_velocity data_quality" ;
		current_u_qc:scale_factor = 1. ;
		current_u_qc:add_offset = 0. ;
		current_u_qc:_FillValue = 128s ;
		current_u_qc:units = "1" ;
		current_u_qc:valid_range = -127s, 127s ;
		current_u_qc:flag_values = 0s, 1s, 2s ;
		current_u_qc:flag_meanings = "quality_good out_of_range sensor_nonfunctional" ;
	float current_v(time, depth, lat, lon) ;
		current_v:long_name = "North Current Velocity Component" ;
		current_v:standard_name = "northward_sea_water_velocity" ;
		current_v:short_name = "v" ;
		current_v:ancillary_variables = "current_v_qc" ;
		current_v:scale_factor = 1. ;
		current_v:add_offset = 0. ;
		current_v:_FillValue = -999.f ;
		current_v:units = "cm/s" ;
		current_v:valid_range = -1000.f, 1000.f ;
		current_v:is_dead = 0. ;
	byte current_v_qc(time, depth, lat, lon) ;
		current_v_qc:long_name = "North Current Velocity Component QC" ;
		current_v_qc:short_name = "VQC" ;
		current_v_qc:intent = "data_quality" ;
		current_v_qc:standard_name = "northward_sea_water_velocity data_quality" ;
		current_v_qc:scale_factor = 1. ;
		current_v_qc:add_offset = 0. ;
		current_v_qc:_FillValue = 128s ;
		current_v_qc:units = "1" ;
		current_v_qc:valid_range = -127s, 127s ;
		current_v_qc:flag_values = 0s, 1s, 2s ;
		current_v_qc:flag_meanings = "quality_good out_of_range sensor_nonfunctional" ;
	float temperature(time, depth, lat, lon) ;
		temperature:long_name = "Water Temperature" ;
		temperature:standard_name = "sea_water_temperature" ;
		temperature:short_name = "WT" ;
		temperature:ancillary_variables = "temperature_qc" ;
		temperature:scale_factor = 1. ;
		temperature:add_offset = 0. ;
		temperature:_FillValue = -999.f ;
		temperature:units = "celsius" ;
		temperature:valid_range = -0.5f, 30.f ;
		temperature:is_dead = 0 ;
		temperature:calibration_coeffs = -0.6993, 0.03419, -6.292e-06, 4.8e-09 ;
		temperature:calibration_type = "Wide Range" ;
		temperature:epic_code = 20 ;
	byte temperature_qc(time, depth, lat, lon) ;
		temperature_qc:long_name = "Water Temperature QC" ;
		temperature_qc:short_name = "WTQC" ;
		temperature_qc:intent = "data_quality" ;
		temperature_qc:standard_name = "sea_water_temperature data_quality" ;
		temperature_qc:scale_factor = 1. ;
		temperature_qc:add_offset = 0. ;
		temperature_qc:_FillValue = 128s ;
		temperature_qc:units = "1" ;
		temperature_qc:valid_range = -127s, 127s ;
		temperature_qc:flag_values = 0s, 1s, 2s ;
		temperature_qc:flag_meanings = "quality_good out_of_range sensor_nonfunctional" ;

// 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 = "" ;
		: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 = "Processed with MATLAB" ;
		: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 = "aanderaa" ;
		:aanderaa_serial_number = 709 ;
		:instrument_number = 0 ;
		:processing = "realtime" ;
		:water_depth = 100 ;
		:mooring_site_id = "I0105" ;
		:mooring_site_desc = "Acadia" ;
		:breakout_id = 5 ;
		:delta_t = 60 ;
		:magnetic_variation = -17.68 ;
		:last_mysql_update_index = -1 ;
		:starting_julian_day_number = 2452890.00000579 ;
		:starting_julian_day_string = "2003-09-07 00:00:00" ;
		:ending_julian_day_number = 2452896.95833912 ;
		:ending_julian_day_string = "2003-09-13 23:00:00" ;
		:current_speed_algorithm_id = "$Id: compute_aanderaa_currents.m,v 1.3 2003/02/14 15:26:47 jevans Exp $" ;
		:current_direction_algorithm_id = "$Id: compute_aanderaa_currents.m,v 1.3 2003/02/14 15:26:47 jevans Exp $" ;
		:current_u_algorithm_id = "$Id: compute_aanderaa_currents.m,v 1.3 2003/02/14 15:26:47 jevans Exp $" ;
		:current_v_algorithm_id = "$Id: compute_aanderaa_currents.m,v 1.3 2003/02/14 15:26:47 jevans Exp $" ;
		:temperature_algorithm_id = "$Id: aanderaa_temperature.m,v 1.4 2003/08/26 12:38:53 jevans AANDERAA_CM_TEMPERATURE $" ;
		:algorithm_ids = "AANCM_Currents_1.5:  27-Aug-2003 12:44:26\n",
			"AANCM_Temperature_1.5:  27-Aug-2003 12:44:26" ;
data:

 lat = 44.1058 ;

 lon = -68.1087 ;

 depth = 2 ;

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

 current_speed =
  6.7459,
  21.4109,
  31.0898,
  54.5538,
  54.2605,
  55.727,
  44.5816,
  34.9027,
  28.4501,
  21.7042,
  16.1315,
  19.9444,
  27.8635,
  41.9419,
  45.1682,
  56.3136,
  56.3136,
  47.8079,
  44.8749,
  30.7965,
  16.1315,
  5.866,
  11.4387,
  15.8382,
  25.2238,
  41.3553,
  56.3136,
  62.7662,
  71.2719,
  71.5652,
  63.0595,
  51.0342,
  40.1821,
  23.464,
  18.1846,
  9.0923,
  9.3856,
  14.0784,
  26.6903,
  44.8749,
  51.0342,
  62.4729,
  40.7687,
  41.6486,
  32.263,
  22.2908,
  13.1985,
  5.866,
  7.6258,
  14.3717,
  42.5285,
  56.0203,
  66.2858,
  69.8054,
  56.9002,
  53.6739,
  40.4754,
  20.2377,
  17.0114,
  15.8382,
  12.9052,
  9.3856,
  11.4387,
  23.7573,
  41.3553,
  48.1012,
  38.7156,
  43.4084,
  30.7965,
  21.4109,
  17.598,
  17.0114,
  10.5588,
  6.7459,
  11.1454,
  18.4779,
  32.8496,
  46.3414,
  54.5538,
  46.6347,
  33.7295,
  23.464,
  17.0114,
  6.7459,
  19.3578,
  20.2377,
  10.2655,
  8.2124,
  6.4526,
  23.464,
  30.5032,
  39.3022,
  35.7826,
  43.7017,
  39.8888,
  21.4109,
  11.1454,
  6.7459,
  7.9191,
  12.6119,
  29.0367,
  48.6878,
  52.5007,
  49.861,
  41.062,
  36.6625,
  39.8888,
  39.8888,
  36.6625,
  40.4754,
  36.3692,
  19.3578,
  17.3047,
  20.2377,
  31.9697,
  40.1821,
  44.5816,
  38.7156,
  28.4501,
  17.3047,
  6.7459,
  5.866,
  6.1593,
  15.5449,
  19.3578,
  30.2099,
  40.4754,
  44.8749,
  34.6094,
  19.3578,
  6.7459,
  12.0253,
  7.9191,
  10.8521,
  10.2655,
  15.2516,
  19.0645,
  7.3325,
  28.7434,
  40.1821,
  47.8079,
  26.397,
  19.9444,
  10.8521,
  3.2263,
  6.4526,
  16.1315,
  0.2933,
  3.5196,
  15.2516,
  26.397,
  32.5563,
  39.8888,
  41.6486,
  38.129,
  26.9836,
  12.9052,
  20.531,
  23.1707,
  17.598,
  14.9583,
  7.9191,
  27.5702,
  35.7826,
  39.8888,
  39.5955,
  34.3161,
  24.0506 ;

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

 current_direction =
  99.4028,
  173.2388,
  187.3028,
  199.9604,
  209.4536,
  209.8052,
  209.102,
  208.3988,
  231.6044,
  257.2712,
  276.6092,
  260.7872,
  238.6364,
  231.956,
  233.0108,
  224.924,
  232.6592,
  209.4536,
  214.7276,
  207.344,
  185.8964,
  238.2848,
  266.7644,
  184.8416,
  199.6088,
  208.7504,
  214.7276,
  215.7824,
  216.134,
  220.3532,
  221.0564,
  237.23,
  242.1524,
  267.8192,
  303.3308,
  268.5224,
  255.5132,
  245.3168,
  225.6272,
  215.4308,
  220.3532,
  233.714,
  212.9696,
  211.9148,
  227.0336,
  238.2848,
  222.8144,
  143.7044,
  280.1252,
  187.6544,
  199.9604,
  208.7504,
  217.892,
  218.9468,
  216.134,
  221.7596,
  221.0564,
  235.1204,
  215.4308,
  306.4952,
  332.5136,
  294.1892,
  262.8968,
  212.618,
  213.3212,
  208.3988,
  224.924,
  201.3668,
  182.732,
  170.426,
  184.49,
  219.65,
  265.358,
  245.3168,
  230.9012,
  208.3988,
  240.3944,
  223.5176,
  215.4308,
  220.0016,
  204.8828,
  195.038,
  214.0244,
  274.8512,
  323.7236,
  0.9548,
  335.3264,
  47.366,
  199.6088,
  180.6224,
  187.6544,
  191.522,
  180.974,
  174.9968,
  166.91,
  165.8552,
  154.604,
  183.4352,
  162.3392,
  206.6408,
  225.6272,
  225.6272,
  225.6272,
  230.5496,
  238.2848,
  256.568,
  279.422,
  309.6596,
  328.9976,
  335.3264,
  347.2424,
  340.6004,
  286.454,
  236.1752,
  216.8372,
  204.1796,
  201.3668,
  197.8508,
  196.796,
  196.4444,
  186.248,
  195.038,
  279.422,
  253.052,
  243.9104,
  229.1432,
  231.956,
  231.6044,
  233.0108,
  255.5132,
  234.7688,
  168.3164,
  133.1564,
  79.3616,
  109.2476,
  319.856,
  36.818,
  136.6724,
  194.6864,
  215.7824,
  217.1888,
  225.9788,
  225.9788,
  214.376,
  140.1884,
  34.7084,
  79.7132,
  142.6496,
  194.6864,
  209.8052,
  209.8052,
  217.5404,
  213.6728,
  198.9056,
  210.1568,
  204.1796,
  221.0564,
  298.76,
  325.13,
  336.0296,
  319.1528,
  230.9012,
  201.0152,
  216.134,
  211.2116,
  207.344,
  204.5312,
  194.6864 ;

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

 current_u =
  6.655263,
  2.520738,
  -3.95192,
  -18.62306,
  -26.68089,
  -27.69926,
  -21.68297,
  -16.59993,
  -22.29751,
  -21.1708,
  -16.02429,
  -19.68713,
  -23.79213,
  -33.03083,
  -36.07805,
  -39.76688,
  -44.77166,
  -23.50803,
  -25.56413,
  -14.14581,
  -1.65719,
  -4.99004,
  -11.42047,
  -1.336765,
  -8.465013,
  -19.89169,
  -32.08048,
  -36.69993,
  -42.02731,
  -46.3383,
  -41.41758,
  -42.91211,
  -35.52874,
  -23.44701,
  -15.19345,
  -9.089276,
  -9.087188,
  -12.79207,
  -19.07835,
  -26.01484,
  -33.04453,
  -50.35771,
  -22.18608,
  -22.01785,
  -23.60856,
  -18.96215,
  -8.970039,
  3.472386,
  -7.507035,
  -1.914274,
  -14.51798,
  -26.94548,
  -40.71108,
  -43.87957,
  -33.55267,
  -35.74717,
  -26.58431,
  -16.60211,
  -9.861836,
  -12.73244,
  -5.956241,
  -8.56152,
  -11.35091,
  -12.80603,
  -22.71779,
  -22.87721,
  -27.33973,
  -15.8153,
  -1.467895,
  3.561089,
  -1.377661,
  -10.85491,
  -10.52417,
  -6.129531,
  -8.649495,
  -8.788197,
  -28.56097,
  -31.90964,
  -31.62589,
  -29.97721,
  -14.19214,
  -6.08796,
  -9.51866,
  -6.721734,
  -11.45365,
  0.3372336,
  -4.285317,
  6.041824,
  -2.165468,
  -0.2548828,
  -4.062948,
  -7.850386,
  -0.6082572,
  3.811285,
  9.034068,
  5.232252,
  4.779951,
  -0.4042119,
  2.402506,
  -5.655122,
  -20.75557,
  -34.80227,
  -37.52775,
  -38.50142,
  -34.93028,
  -35.65965,
  -39.35067,
  -30.70838,
  -18.8839,
  -16.89639,
  -8.031294,
  -6.429781,
  -16.59603,
  -16.81234,
  -19.16722,
  -16.45852,
  -16.24274,
  -11.86786,
  -8.221082,
  -4.898697,
  -0.734171,
  -1.52199,
  -6.076207,
  -14.86978,
  -17.38538,
  -22.84916,
  -31.8759,
  -35.17031,
  -27.64422,
  -18.74232,
  -5.51026,
  2.435207,
  5.776899,
  10.66557,
  9.691688,
  -9.832872,
  11.42488,
  5.031333,
  -7.287267,
  -23.49482,
  -28.89717,
  -18.98163,
  -14.34167,
  -6.127327,
  2.065688,
  3.674111,
  15.87221,
  0.1779416,
  -0.8923184,
  -7.580849,
  -13.1207,
  -19.83723,
  -22.11632,
  -13.49456,
  -19.15479,
  -11.05243,
  -8.476156,
  -17.99835,
  -13.24707,
  -7.149445,
  -9.783386,
  -6.145694,
  -9.887104,
  -21.10013,
  -20.67038,
  -18.18747,
  -14.24766,
  -6.097509 ;

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

 current_v =
  -1.102106,
  -21.262,
  -30.83761,
  -51.27669,
  -47.24756,
  -48.35545,
  -38.95341,
  -30.70246,
  -17.67,
  -4.782228,
  1.856682,
  -3.193133,
  -14.50204,
  -25.84739,
  -27.1761,
  -39.87251,
  -34.15728,
  -41.62893,
  -36.88132,
  -27.35545,
  -16.04615,
  -3.083741,
  -0.6456215,
  -15.78169,
  -23.76097,
  -36.25716,
  -46.28244,
  -50.91867,
  -57.56205,
  -54.53751,
  -47.55086,
  -27.62318,
  -18.76992,
  -0.8928744,
  9.991929,
  -0.2344552,
  -2.347873,
  -5.879149,
  -18.66517,
  -36.5648,
  -38.8915,
  -36.97248,
  -34.20329,
  -35.35279,
  -21.98947,
  -11.71821,
  -9.681879,
  -4.727842,
  1.340613,
  -14.24364,
  -39.97376,
  -49.11431,
  -52.31075,
  -54.28975,
  -45.95488,
  -40.03782,
  -30.52102,
  -11.57301,
  -13.86117,
  9.419856,
  11.44847,
  3.84576,
  -1.414474,
  -20.01037,
  -34.55666,
  -42.31263,
  -27.41235,
  -40.42482,
  -30.7615,
  -21.11268,
  -17.54399,
  -13.09804,
  -0.8545192,
  -2.817092,
  -7.028953,
  -16.25424,
  -16.22858,
  -33.60506,
  -44.45132,
  -35.72342,
  -30.5984,
  -22.66045,
  -14.09904,
  0.5704892,
  15.60572,
  20.23489,
  9.328266,
  5.562363,
  -6.078387,
  -23.46262,
  -30.2314,
  -38.51019,
  -35.77743,
  -43.53519,
  -38.85231,
  -20.76175,
  -10.06837,
  -6.733779,
  -7.545867,
  -11.27296,
  -20.30606,
  -34.04855,
  -36.715,
  -31.68218,
  -21.58618,
  -8.516375,
  6.529987,
  25.45803,
  31.42511,
  36.78002,
  35.47136,
  18.25876,
  4.901478,
  -11.26542,
  -25.5867,
  -36.65676,
  -41.51738,
  -36.85175,
  -27.23641,
  -16.59685,
  -6.70583,
  -5.665112,
  1.008307,
  -4.531395,
  -8.513099,
  -19.76243,
  -24.94363,
  -27.87124,
  -20.82325,
  -4.842488,
  -3.891556,
  -11.77615,
  -5.416603,
  2.003407,
  -3.384033,
  11.65873,
  15.26195,
  -5.333971,
  -27.80429,
  -32.59747,
  -38.08607,
  -18.34392,
  -13.85985,
  -8.956781,
  -2.478295,
  5.304428,
  2.880691,
  -0.2331559,
  -3.404608,
  -13.23412,
  -22.90521,
  -25.81467,
  -33.19616,
  -39.40181,
  -32.96838,
  -24.61622,
  -9.731339,
  9.878322,
  19.01043,
  16.08027,
  11.3153,
  -4.994256,
  -25.73638,
  -28.89946,
  -34.11527,
  -35.17129,
  -31.21857,
  -23.26482 ;

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

 temperature =
  12.15133,
  11.77366,
  11.74218,
  11.83662,
  12.05693,
  12.21426,
  11.83662,
  11.80514,
  11.89957,
  11.74218,
  11.80514,
  11.99399,
  12.15133,
  12.24572,
  12.18279,
  12.40301,
  12.15133,
  11.64772,
  11.96252,
  12.84332,
  12.90621,
  12.43447,
  11.71069,
  12.24572,
  12.30864,
  12.3401,
  12.3401,
  12.37156,
  12.46592,
  12.65464,
  12.71753,
  12.52883,
  12.37156,
  12.46592,
  12.43447,
  12.40301,
  12.37156,
  12.30864,
  12.40301,
  12.62319,
  12.59174,
  12.52883,
  12.40301,
  12.11986,
  12.18279,
  12.18279,
  13.25208,
  13.31497,
  11.96252,
  12.90621,
  12.81188,
  12.87477,
  12.40301,
  12.05693,
  11.83662,
  11.77366,
  11.64772,
  11.49026,
  11.49026,
  11.39577,
  11.33276,
  11.26974,
  11.17521,
  11.30125,
  11.45877,
  11.55325,
  11.36426,
  11.23823,
  11.61623,
  11.55325,
  11.58474,
  11.67921,
  11.33276,
  11.30125,
  11.39577,
  11.17521,
  11.04913,
  11.20672,
  11.20672,
  11.14369,
  11.11217,
  10.98608,
  11.04913,
  11.04913,
  11.11217,
  11.17521,
  11.14369,
  11.26974,
  11.30125,
  11.33276,
  11.33276,
  11.33276,
  11.11217,
  11.58474,
  11.61623,
  11.58474,
  11.49026,
  11.55325,
  11.55325,
  11.55325,
  11.39577,
  11.20672,
  11.23823,
  11.23823,
  10.98608,
  10.92302,
  10.85995,
  10.92302,
  10.79687,
  10.92302,
  10.98608,
  10.98608,
  11.04913,
  11.20672,
  10.95455,
  10.85995,
  10.92302,
  10.89148,
  11.11217,
  11.17521,
  11.20672,
  11.33276,
  11.20672,
  11.14369,
  11.11217,
  11.17521,
  11.20672,
  11.08065,
  11.08065,
  10.98608,
  10.98608,
  10.98608,
  11.01761,
  11.08065,
  11.04913,
  11.20672,
  11.20672,
  11.04913,
  11.08065,
  11.45877,
  11.20672,
  11.23823,
  10.79687,
  10.82841,
  11.52176,
  11.23823,
  11.67921,
  11.61623,
  11.52176,
  11.55325,
  11.42727,
  11.26974,
  11.17521,
  11.08065,
  11.14369,
  11.11217,
  10.95455,
  11.36426,
  11.26974,
  11.11217,
  11.04913,
  11.26974,
  11.23823,
  10.98608,
  10.79687,
  11.11217,
  11.26974,
  11.45877 ;

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