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 = 2452883.00000579 ;
		:starting_julian_day_string = "2003-08-31 00:00:00" ;
		:ending_julian_day_number = 2452889.95833912 ;
		:ending_julian_day_string = "2003-09-06 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 = 2452883, 2452883.04166667, 2452883.08333333, 2452883.125, 
    2452883.16666667, 2452883.20833333, 2452883.25, 2452883.29166667, 
    2452883.33333333, 2452883.375, 2452883.41666667, 2452883.45833333, 
    2452883.5, 2452883.54166667, 2452883.58333333, 2452883.625, 
    2452883.66666667, 2452883.70833333, 2452883.75, 2452883.79166667, 
    2452883.83333333, 2452883.875, 2452883.91666667, 2452883.95833333, 
    2452884, 2452884.04166667, 2452884.08333333, 2452884.125, 
    2452884.16666667, 2452884.20833333, 2452884.25, 2452884.29166667, 
    2452884.33333333, 2452884.375, 2452884.41666667, 2452884.45833333, 
    2452884.5, 2452884.54166667, 2452884.58333333, 2452884.625, 
    2452884.66666667, 2452884.70833333, 2452884.75, 2452884.79166667, 
    2452884.83333333, 2452884.875, 2452884.91666667, 2452884.95833333, 
    2452885, 2452885.04166667, 2452885.08333333, 2452885.125, 
    2452885.16666667, 2452885.20833333, 2452885.25, 2452885.29166667, 
    2452885.33333333, 2452885.375, 2452885.41666667, 2452885.45833333, 
    2452885.5, 2452885.54166667, 2452885.58333333, 2452885.625, 
    2452885.66666667, 2452885.70833333, 2452885.75, 2452885.79166667, 
    2452885.83333333, 2452885.875, 2452885.91666667, 2452885.95833333, 
    2452886, 2452886.04166667, 2452886.08333333, 2452886.125, 
    2452886.16666667, 2452886.20833333, 2452886.25, 2452886.29166667, 
    2452886.33333333, 2452886.375, 2452886.41666667, 2452886.45833333, 
    2452886.5, 2452886.54166667, 2452886.58333333, 2452886.625, 
    2452886.66666667, 2452886.70833333, 2452886.75, 2452886.79166667, 
    2452886.83333333, 2452886.875, 2452886.91666667, 2452886.95833333, 
    2452887, 2452887.04166667, 2452887.08333333, 2452887.125, 
    2452887.16666667, 2452887.20833333, 2452887.25, 2452887.29166667, 
    2452887.33333333, 2452887.375, 2452887.41666667, 2452887.45833333, 
    2452887.5, 2452887.54166667, 2452887.58333333, 2452887.625, 
    2452887.66666667, 2452887.70833333, 2452887.75, 2452887.79166667, 
    2452887.83333333, 2452887.875, 2452887.91666667, 2452887.95833333, 
    2452888, 2452888.04166667, 2452888.08333333, 2452888.125, 
    2452888.16666667, 2452888.20833333, 2452888.25, 2452888.29166667, 
    2452888.33333333, 2452888.375, 2452888.41666667, 2452888.45833333, 
    2452888.5, 2452888.54166667, 2452888.58333333, 2452888.625, 
    2452888.66666667, 2452888.70833333, 2452888.75, 2452888.79166667, 
    2452888.83333333, 2452888.875, 2452888.91666667, 2452888.95833333, 
    2452889, 2452889.04166667, 2452889.08333333, 2452889.125, 
    2452889.16666667, 2452889.20833333, 2452889.25, 2452889.29166667, 
    2452889.33333333, 2452889.375, 2452889.41666667, 2452889.45833333, 
    2452889.5, 2452889.54166667, 2452889.58333333, 2452889.625, 
    2452889.66666667, 2452889.70833333, 2452889.75, 2452889.79166667, 
    2452889.83333333, 2452889.875, 2452889.91666667, 2452889.95833333 ;

 current_speed =
  40.1821,
  31.3831,
  27.2769,
  16.7181,
  12.6119,
  11.1454,
  24.6372,
  37.2491,
  46.3414,
  41.3553,
  41.6486,
  31.9697,
  31.0898,
  12.0253,
  21.9975,
  32.263,
  46.6347,
  21.7042,
  10.2655,
  12.9052,
  29.6233,
  39.0089,
  32.5563,
  33.4362,
  30.7965,
  19.3578,
  3.5196,
  7.9191,
  15.5449,
  21.4109,
  18.4779,
  39.0089,
  49.5677,
  57.7801,
  56.0203,
  50.7409,
  31.6764,
  19.3578,
  15.5449,
  20.2377,
  13.1985,
  8.2124,
  14.665,
  23.1707,
  42.8218,
  53.3806,
  67.1657,
  61.0064,
  60.1265,
  53.9672,
  31.6764,
  18.7712,
  12.6119,
  21.9975,
  28.7434,
  37.5424,
  43.1151,
  54.8471,
  45.7548,
  54.2605,
  43.4084,
  36.3692,
  35.7826,
  21.9975,
  18.4779,
  12.6119,
  11.732,
  21.1176,
  30.2099,
  49.5677,
  62.4729,
  60.1265,
  47.2213,
  43.4084,
  33.4362,
  23.7573,
  19.0645,
  22.2908,
  13.7851,
  6.4526,
  7.9191,
  24.6372,
  36.9558,
  41.3553,
  46.3414,
  39.5955,
  37.2491,
  31.6764,
  23.1707,
  25.5171,
  16.1315,
  12.9052,
  7.0392,
  10.5588,
  37.2491,
  53.3806,
  53.0873,
  47.5146,
  42.8218,
  42.2352,
  25.2238,
  23.1707,
  13.1985,
  16.1315,
  21.4109,
  9.6789,
  17.8913,
  41.6486,
  25.8104,
  34.9027,
  29.6233,
  18.1846,
  14.665,
  19.0645,
  28.4501,
  23.464,
  14.0784,
  15.2516,
  20.2377,
  36.6625,
  51.9141,
  61.593,
  63.6461,
  63.3528,
  48.3945,
  37.2491,
  17.8913,
  14.3717,
  14.9583,
  8.5057,
  16.4248,
  39.3022,
  34.6094,
  45.7548,
  42.5285,
  44.5816,
  32.263,
  32.5563,
  23.1707,
  16.7181,
  15.2516,
  17.598,
  28.1568,
  34.6094,
  46.928,
  48.6878,
  57.4868,
  53.6739,
  56.3136,
  41.6486,
  38.7156,
  25.5171,
  18.4779,
  11.1454,
  12.9052,
  5.866,
  12.6119,
  25.2238,
  38.129,
  42.8218,
  32.263,
  25.8104,
  25.2238,
  23.1707,
  24.3439,
  21.1176,
  17.598,
  15.2516 ;

 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 =
  204.5312,
  220.0016,
  239.6912,
  250.9424,
  308.2532,
  193.9832,
  201.7184,
  204.1796,
  214.376,
  221.7596,
  208.3988,
  197.1476,
  213.3212,
  294.1892,
  9.0416,
  7.9868,
  17.1284,
  9.3932,
  28.028,
  152.846,
  161.2844,
  169.3712,
  194.6864,
  213.3212,
  201.3668,
  193.9832,
  172.5356,
  339.8972,
  331.1072,
  307.55,
  262.8968,
  217.892,
  228.7916,
  227.3852,
  233.0108,
  222.8144,
  224.924,
  241.8008,
  276.9608,
  326.5364,
  20.2928,
  116.2796,
  147.2204,
  177.458,
  192.2252,
  195.038,
  196.0928,
  196.4444,
  191.522,
  186.9512,
  203.828,
  220.0016,
  241.4492,
  257.6228,
  276.2576,
  246.7232,
  225.6272,
  249.1844,
  235.472,
  238.988,
  218.9468,
  209.102,
  227.0336,
  267.8192,
  293.1344,
  295.9472,
  254.81,
  227.3852,
  208.3988,
  213.3212,
  225.9788,
  216.4856,
  231.956,
  218.5952,
  206.6408,
  239.6912,
  328.2944,
  356.7356,
  4.1192,
  301.5728,
  233.714,
  227.7368,
  208.0472,
  217.892,
  217.892,
  220.7048,
  211.9148,
  234.4172,
  268.874,
  297.002,
  311.4176,
  344.4296,
  236.1752,
  256.2164,
  228.7916,
  216.8372,
  212.9696,
  218.5952,
  222.4628,
  230.5496,
  263.2484,
  292.7828,
  321.2624,
  338.4908,
  317.3948,
  299.8148,
  255.5132,
  274.4996,
  258.326,
  250.5908,
  268.5224,
  294.8924,
  329.3492,
  10.7996,
  2.3612,
  29.4344,
  66.0008,
  123.6632,
  161.2844,
  193.6316,
  205.2344,
  209.4536,
  212.9696,
  208.7504,
  223.166,
  227.7368,
  240.746,
  267.8192,
  271.6868,
  289.2668,
  259.0292,
  235.1204,
  221.408,
  218.2436,
  223.166,
  216.4856,
  222.4628,
  199.6088,
  180.6224,
  188.006,
  202.7732,
  220.0016,
  217.5404,
  220.0016,
  223.5176,
  213.6728,
  219.65,
  215.0792,
  218.5952,
  228.7916,
  230.198,
  253.7552,
  282.938,
  286.8056,
  325.8332,
  233.714,
  221.7596,
  205.2344,
  209.102,
  218.5952,
  216.4856,
  270.2804,
  275.5544,
  298.4084,
  331.4588,
  346.8908,
  14.6672,
  52.64 ;

 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 =
  -16.68315,
  -20.17334,
  -23.54864,
  -15.80179,
  -9.903902,
  -2.693145,
  -9.116876,
  -15.25717,
  -26.16534,
  -27.54291,
  -19.80832,
  -9.425763,
  -17.07862,
  -10.96945,
  3.456941,
  4.482781,
  13.73457,
  3.542318,
  4.823789,
  5.889723,
  9.505254,
  7.195013,
  -8.253944,
  -18.36758,
  -11.22031,
  -4.677568,
  0.4572318,
  -2.721839,
  -7.510866,
  -16.97503,
  -18.33608,
  -23.95829,
  -37.29069,
  -42.52166,
  -44.74615,
  -34.48482,
  -22.36887,
  -17.06022,
  -15.43032,
  -11.15921,
  4.577475,
  7.3636,
  7.939762,
  1.02766,
  -9.067716,
  -13.85011,
  -18.61792,
  -17.26998,
  -12.00992,
  -6.531322,
  -12.79702,
  -12.0663,
  -11.07821,
  -21.48623,
  -28.57214,
  -34.48669,
  -30.81888,
  -51.26717,
  -37.69506,
  -46.50447,
  -27.28646,
  -17.68874,
  -26.18404,
  -21.98157,
  -16.99201,
  -11.34059,
  -11.32211,
  -15.54091,
  -14.368,
  -27.22913,
  -44.92318,
  -35.75246,
  -37.18856,
  -27.07877,
  -14.99265,
  -20.51011,
  -10.01944,
  -1.269321,
  0.990207,
  -5.497458,
  -6.383372,
  -18.23309,
  -17.37657,
  -25.39939,
  -28.46173,
  -25.82268,
  -19.69202,
  -25.76164,
  -23.16623,
  -22.7355,
  -12.09714,
  -3.464042,
  -5.84777,
  -10.25473,
  -28.02318,
  -32.00398,
  -28.88979,
  -29.64028,
  -28.90948,
  -32.61296,
  -25.04888,
  -21.36291,
  -8.259023,
  -5.914625,
  -14.49395,
  -8.397772,
  -17.32245,
  -41.52023,
  -25.2765,
  -32.91916,
  -29.61345,
  -16.49525,
  -7.476281,
  3.5722,
  1.172117,
  11.53084,
  12.86134,
  12.69406,
  6.493689,
  -8.64055,
  -22.13215,
  -30.28642,
  -34.63583,
  -30.47237,
  -33.10738,
  -27.56669,
  -15.60948,
  -14.36129,
  -14.95182,
  -8.029315,
  -16.12463,
  -32.24178,
  -22.89123,
  -28.32251,
  -29.09436,
  -26.50914,
  -21.78112,
  -10.92577,
  -0.2516967,
  -2.328444,
  -5.903656,
  -11.31215,
  -17.15652,
  -22.24723,
  -32.31356,
  -26.99492,
  -36.68211,
  -30.84683,
  -35.12922,
  -31.33301,
  -29.74369,
  -24.49834,
  -18.0088,
  -10.66939,
  -7.247612,
  -4.728424,
  -8.39961,
  -10.75347,
  -18.54465,
  -26.71284,
  -19.18425,
  -25.81009,
  -25.10537,
  -20.38046,
  -11.63129,
  -4.789634,
  4.455887,
  12.12256 ;

 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 =
  -36.55508,
  -24.04029,
  -13.76557,
  -5.458769,
  7.808504,
  -10.81512,
  -22.8883,
  -33.98109,
  -38.24788,
  -30.84881,
  -36.63655,
  -30.5486,
  -25.97877,
  4.92738,
  21.72417,
  31.95005,
  44.56632,
  21.41318,
  9.061543,
  -11.48283,
  -28.05691,
  -38.33961,
  -31.49262,
  -27.93943,
  -28.67977,
  -18.78416,
  -3.489774,
  7.436648,
  13.60995,
  13.04895,
  -2.28492,
  -30.78465,
  -32.65519,
  -39.12094,
  -33.70543,
  -37.22145,
  -22.42829,
  -9.147305,
  1.88389,
  16.88302,
  12.3793,
  -3.636056,
  -12.32974,
  -23.1479,
  -41.85072,
  -51.55252,
  -64.53374,
  -58.51093,
  -58.91484,
  -53.57052,
  -28.97638,
  -14.37924,
  -6.027703,
  -4.715091,
  3.132994,
  -14.83576,
  -30.15143,
  -19.49055,
  -25.93423,
  -27.95596,
  -33.76001,
  -31.77778,
  -24.38832,
  -0.8370698,
  7.259769,
  5.518245,
  -3.074027,
  -14.29801,
  -26.5744,
  -41.41898,
  -43.41395,
  -48.34209,
  -29.1009,
  -33.92682,
  -29.88645,
  -11.98936,
  16.21931,
  22.25463,
  13.74949,
  3.378462,
  -4.686652,
  -16.56944,
  -32.61573,
  -32.63636,
  -36.57124,
  -30.01654,
  -31.61835,
  -18.43183,
  -0.4553307,
  11.58531,
  10.67167,
  12.4316,
  -3.918408,
  -2.515692,
  -24.5397,
  -42.72275,
  -44.53809,
  -37.13612,
  -31.59032,
  -26.83667,
  -2.965439,
  8.972594,
  10.29509,
  15.00808,
  15.75919,
  4.812331,
  -4.475633,
  3.267422,
  -5.222552,
  -11.59861,
  -0.7638702,
  7.65418,
  12.61616,
  18.72684,
  28.42595,
  20.43524,
  5.726022,
  -8.454114,
  -19.16759,
  -35.62976,
  -46.96,
  -53.63236,
  -53.3965,
  -55.54288,
  -35.29773,
  -25.05141,
  -8.743159,
  -0.5468856,
  0.4403119,
  2.806604,
  -3.125782,
  -22.47511,
  -25.9577,
  -35.93518,
  -31.01921,
  -35.84389,
  -23.80093,
  -30.66823,
  -23.16933,
  -16.55516,
  -14.06265,
  -13.48053,
  -22.3262,
  -26.51172,
  -34.03045,
  -40.51884,
  -44.26235,
  -43.92449,
  -44.01318,
  -27.43809,
  -24.78327,
  -7.138202,
  4.137138,
  3.222418,
  10.67784,
  -3.471594,
  -9.407794,
  -22.81672,
  -33.31541,
  -33.46835,
  -25.93966,
  0.1263131,
  2.441432,
  11.02353,
  21.38548,
  20.56727,
  17.02453,
  9.254992 ;

 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.81188,
  12.84332,
  12.65464,
  12.27718,
  12.05693,
  11.99399,
  11.89957,
  11.86809,
  11.89957,
  11.77366,
  11.33276,
  11.33276,
  11.74218,
  11.71069,
  11.64772,
  12.21426,
  11.83662,
  11.77366,
  11.96252,
  11.99399,
  12.0884,
  12.0884,
  11.58474,
  11.67921,
  11.49026,
  11.71069,
  11.64772,
  11.61623,
  11.67921,
  11.67921,
  11.61623,
  11.64772,
  11.80514,
  11.83662,
  11.71069,
  11.74218,
  11.74218,
  11.83662,
  11.86809,
  11.74218,
  11.86809,
  12.02546,
  11.86809,
  12.24572,
  11.99399,
  11.67921,
  11.67921,
  11.83662,
  11.83662,
  11.99399,
  11.80514,
  11.83662,
  11.83662,
  11.96252,
  11.86809,
  11.83662,
  11.83662,
  11.93104,
  11.74218,
  11.67921,
  11.39577,
  11.52176,
  11.71069,
  11.67921,
  11.64772,
  11.71069,
  11.80514,
  11.67921,
  11.67921,
  11.74218,
  11.83662,
  11.52176,
  11.49026,
  11.58474,
  11.64772,
  11.61623,
  12.18279,
  12.15133,
  12.11986,
  12.0884,
  12.05693,
  11.99399,
  12.05693,
  11.99399,
  12.0884,
  11.96252,
  11.80514,
  11.61623,
  11.52176,
  11.71069,
  11.71069,
  12.0884,
  11.71069,
  12.37156,
  11.86809,
  11.99399,
  11.58474,
  12.27718,
  11.74218,
  11.89957,
  11.33276,
  11.58474,
  11.55325,
  10.85995,
  11.42727,
  11.55325,
  11.64772,
  11.80514,
  11.67921,
  11.33276,
  11.36426,
  11.42727,
  11.45877,
  11.33276,
  11.11217,
  11.14369,
  11.42727,
  11.36426,
  11.42727,
  11.33276,
  11.11217,
  11.08065,
  11.36426,
  11.77366,
  11.80514,
  11.80514,
  11.71069,
  11.86809,
  11.83662,
  11.33276,
  10.82841,
  11.14369,
  10.85995,
  10.95455,
  11.23823,
  10.95455,
  10.95455,
  11.39577,
  12.0884,
  11.89957,
  12.0884,
  12.02546,
  11.83662,
  11.74218,
  11.26974,
  11.80514,
  11.23823,
  12.11986,
  12.05693,
  12.11986,
  12.30864,
  12.30864,
  12.05693,
  11.99399,
  11.71069,
  11.52176,
  11.45877,
  11.58474,
  11.64772,
  11.23823,
  11.08065,
  11.83662,
  11.74218,
  12.59174,
  12.30864,
  12.0884,
  11.61623,
  12.30864 ;

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