netcdf M0103.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.7195, 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 = "09-Jul-2003 17:49:52:  Modified [lon,lat] to [-67.881500,43.489700]." ;
		: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 = 971 ;
		:instrument_number = 0 ;
		:processing = "realtime" ;
		:water_depth = 285 ;
		:mooring_site_id = "M0103" ;
		:mooring_site_desc = "Jordan Basin" ;
		:breakout_id = 5 ;
		:delta_t = 60 ;
		:magnetic_variation = -17.5333 ;
		: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:40:25\n",
			"AANCM_Temperature_1.5:  27-Aug-2003 12:40:25" ;
data:

 lat = 43.4897 ;

 lon = -67.8815 ;

 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 =
  21.7042,
  21.4109,
  19.0645,
  17.3047,
  4.1062,
  26.1037,
  39.3022,
  46.3414,
  61.593,
  61.593,
  64.526,
  50.4476,
  23.1707,
  29.9166,
  36.9558,
  28.7434,
  39.3022,
  20.531,
  9.6789,
  21.9975,
  31.9697,
  42.8218,
  46.6347,
  29.6233,
  51.9141,
  17.598,
  8.5057,
  3.2263,
  8.5057,
  9.0923,
  3.8129,
  9.6789,
  24.9305,
  26.397,
  33.7295,
  17.0114,
  17.8913,
  21.1176,
  22.2908,
  30.5032,
  27.5702,
  15.2516,
  12.9052,
  12.3186,
  32.5563,
  34.0228,
  10.8521,
  45.4615,
  36.3692,
  5.866,
  22.8774,
  9.0923,
  31.6764,
  14.3717,
  22.8774,
  12.0253,
  14.665,
  26.1037,
  43.995,
  43.995,
  22.5841,
  22.2908,
  6.4526,
  27.8635,
  22.5841,
  45.1682,
  28.1568,
  34.3161,
  25.5171,
  7.9191,
  18.1846,
  38.129,
  27.8635,
  35.7826,
  20.8243,
  19.9444,
  14.3717,
  12.9052,
  19.9444,
  25.2238,
  21.1176,
  14.0784,
  14.665,
  16.7181,
  9.9722,
  13.1985,
  9.9722,
  8.5057,
  9.9722,
  36.0759,
  31.6764,
  21.9975,
  25.2238,
  11.732,
  26.1037,
  51.3275,
  14.3717,
  42.5285,
  25.5171,
  24.3439,
  11.1454,
  9.0923,
  26.397,
  31.6764,
  21.9975,
  29.0367,
  23.7573,
  13.7851,
  6.7459,
  27.5702,
  24.9305,
  33.7295,
  29.6233,
  18.1846,
  5.2794,
  14.3717,
  16.1315,
  8.5057,
  12.0253,
  19.3578,
  19.9444,
  31.6764,
  41.6486,
  39.0089,
  17.8913,
  12.3186,
  24.6372,
  43.7017,
  37.2491,
  29.0367,
  23.1707,
  4.1062,
  21.7042,
  28.4501,
  34.3161,
  39.8888,
  48.1012,
  36.3692,
  21.9975,
  9.6789,
  7.3325,
  18.4779,
  18.7712,
  19.3578,
  10.5588,
  13.7851,
  14.665,
  33.4362,
  37.8357,
  45.7548,
  30.7965,
  17.8913,
  6.1593,
  9.3856,
  24.9305,
  9.0923,
  21.4109,
  36.9558,
  20.531,
  36.3692,
  46.0481,
  21.9975,
  8.5057,
  21.7042,
  38.7156,
  35.196,
  24.9305,
  23.7573 ;

 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 =
  11.6495,
  27.8231,
  45.4031,
  69.3119,
  89.3531,
  171.9791,
  190.6139,
  200.8103,
  182.1755,
  203.2715,
  227.8835,
  299.2583,
  301.7195,
  317.8931,
  1.4531,
  355.1243,
  359.6951,
  23.6039,
  348.7955,
  135.7643,
  129.4355,
  149.1251,
  133.3031,
  113.9651,
  163.5407,
  169.8695,
  97.4399,
  356.5307,
  33.8003,
  321.4091,
  323.8703,
  201.8651,
  179.0111,
  177.2531,
  153.3443,
  175.4951,
  108.6911,
  101.6591,
  75.9923,
  60.8735,
  67.9055,
  85.4855,
  44.3483,
  134.0063,
  167.4083,
  168.8147,
  32.7455,
  164.2439,
  160.3763,
  211.7099,
  339.3407,
  14.8139,
  17.6267,
  23.2523,
  21.1427,
  49.2707,
  120.9971,
  130.4903,
  170.2211,
  180.4175,
  173.3855,
  203.2715,
  260.5823,
  340.7471,
  347.3891,
  308.3999,
  338.2859,
  327.3863,
  334.0667,
  80.9147,
  91.4627,
  117.1295,
  111.1523,
  130.1387,
  151.2347,
  138.9287,
  19.3847,
  358.9919,
  357.9371,
  345.6311,
  310.5095,
  254.2535,
  314.3771,
  175.4951,
  181.1207,
  128.3807,
  157.2119,
  264.0983,
  4.6175,
  3.5627,
  35.9099,
  14.8139,
  15.1655,
  96.7367,
  126.2711,
  158.9699,
  187.0979,
  164.5955,
  148.0703,
  135.7643,
  160.7279,
  330.1991,
  337.9343,
  355.1243,
  350.2019,
  21.8459,
  11.2979,
  100.9559,
  70.3667,
  102.7139,
  116.0747,
  100.6043,
  106.9331,
  103.7687,
  67.5539,
  61.2251,
  64.7411,
  35.5583,
  135.7643,
  179.3627,
  174.4403,
  175.8467,
  180.4175,
  184.2851,
  189.9107,
  172.3307,
  345.9827,
  13.4075,
  17.6267,
  31.6907,
  26.0651,
  116.0747,
  140.3351,
  132.2483,
  145.9607,
  160.3763,
  169.5179,
  197.9975,
  226.4771,
  279.5687,
  329.8475,
  309.8063,
  319.2995,
  308.7515,
  245.4635,
  202.5683,
  171.6275,
  132.9515,
  134.0063,
  145.2575,
  150.5315,
  161.0795,
  86.8919,
  329.4959,
  301.0163,
  284.8427,
  209.2487,
  218.0387,
  242.6507,
  222.9611,
  241.2443,
  331.2539,
  37.3163,
  41.1839,
  36.6131,
  45.7547,
  60.8735,
  101.3075 ;

 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 =
  4.382602,
  9.993393,
  13.57514,
  16.18885,
  4.105938,
  3.642362,
  -7.239065,
  -16.46394,
  -2.338102,
  -24.33469,
  -47.86427,
  -44.01176,
  -19.70974,
  -20.05956,
  0.9371496,
  -2.443027,
  -0.209146,
  8.220846,
  -1.880721,
  15.34571,
  24.69148,
  21.97466,
  33.93773,
  27.06956,
  14.70904,
  3.095326,
  8.434093,
  -0.1952354,
  4.73172,
  -5.671372,
  -2.248143,
  -3.604641,
  0.4302681,
  1.265052,
  15.132,
  1.336149,
  16.94771,
  20.68189,
  21.62794,
  26.64598,
  25.54558,
  15.20428,
  9.020971,
  8.860318,
  7.097334,
  6.599833,
  5.869992,
  12.34475,
  12.21428,
  -3.083279,
  -8.071382,
  2.324722,
  9.592059,
  5.67367,
  8.251695,
  9.112782,
  12.57074,
  19.85228,
  7.472401,
  -0.3205777,
  2.601429,
  -8.806841,
  -6.36563,
  -9.187667,
  -4.930762,
  -35.39807,
  -10.41732,
  -18.49542,
  -11.15925,
  7.81975,
  18.17867,
  33.93398,
  25.98618,
  27.3553,
  10.02113,
  13.10343,
  4.7701,
  -0.2270509,
  -0.717931,
  -6.259642,
  -16.05568,
  -13.55006,
  -10.48184,
  1.313112,
  -0.1950428,
  10.34634,
  3.862473,
  -8.460618,
  0.8027957,
  2.241785,
  18.5786,
  5.624328,
  6.598749,
  11.651,
  21.0455,
  18.4193,
  -1.775841,
  11.29692,
  13.49544,
  16.98259,
  3.678592,
  -4.51876,
  -9.916549,
  -2.692315,
  -3.743465,
  10.80489,
  4.654297,
  13.53385,
  6.353709,
  26.89421,
  22.39312,
  33.15345,
  28.339,
  17.66206,
  4.879428,
  12.59705,
  14.58915,
  4.946329,
  8.388989,
  0.215312,
  1.932271,
  2.294173,
  -0.3034802,
  -2.914722,
  -3.079326,
  1.643981,
  -5.967496,
  10.13334,
  11.27955,
  15.25395,
  10.18102,
  3.688278,
  13.85371,
  21.05985,
  19.20883,
  13.3963,
  8.750971,
  -11.23719,
  -15.95037,
  -9.544237,
  -3.683139,
  -14.19497,
  -12.24079,
  -15.09653,
  -9.605308,
  -5.290507,
  2.135344,
  24.47298,
  27.21383,
  26.07517,
  15.15018,
  5.80136,
  6.15024,
  -4.764131,
  -21.36596,
  -8.788915,
  -10.4614,
  -22.77193,
  -18.23609,
  -24.78567,
  -40.3694,
  -10.57924,
  5.15628,
  14.29174,
  23.09031,
  25.21298,
  21.77797,
  23.29615 ;

 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 =
  21.25712,
  18.93565,
  13.38546,
  6.113414,
  0.04636021,
  -25.84833,
  -38.62977,
  -43.31817,
  -61.54861,
  -56.58198,
  -43.27374,
  24.65615,
  12.18225,
  22.19498,
  36.94392,
  28.63939,
  39.30164,
  18.81328,
  9.494419,
  -15.76068,
  -20.30745,
  -36.75351,
  -31.98477,
  -12.0324,
  -49.78672,
  -17.32364,
  -1.10137,
  3.220387,
  7.06808,
  7.106719,
  3.07962,
  -8.982632,
  -24.92679,
  -26.36667,
  -30.14468,
  -16.95885,
  -5.733551,
  -4.267619,
  5.395539,
  14.84711,
  10.37013,
  1.200475,
  9.228557,
  -8.558193,
  -31.77327,
  -33.37654,
  9.127501,
  -43.75335,
  -34.25683,
  -4.990325,
  21.40627,
  8.790085,
  30.18918,
  13.20436,
  21.33741,
  7.84634,
  -7.552397,
  -16.94964,
  -43.35577,
  -43.99383,
  -22.43377,
  -20.47729,
  -1.055844,
  26.30516,
  22.03926,
  28.05606,
  26.15884,
  28.90526,
  22.94762,
  1.250463,
  -0.464183,
  -17.38695,
  -10.0545,
  -23.0669,
  -18.25455,
  -15.03594,
  13.55699,
  12.9032,
  19.93147,
  24.43475,
  13.71745,
  -3.82062,
  10.25637,
  -16.66645,
  -9.970292,
  -8.194735,
  -9.193806,
  -0.8745735,
  9.939834,
  36.00618,
  25.65599,
  21.26633,
  24.34536,
  -1.376244,
  -15.44312,
  -47.90868,
  -14.26156,
  -41.00064,
  -21.6563,
  -17.44182,
  -10.52083,
  7.889913,
  24.46352,
  31.56178,
  21.67663,
  26.95152,
  23.29693,
  -2.619905,
  2.266616,
  -6.067729,
  -10.95802,
  -6.207075,
  -8.627932,
  -4.327988,
  2.015749,
  6.918101,
  6.88346,
  6.919593,
  -8.61584,
  -19.3566,
  -19.85058,
  -31.59321,
  -41.6475,
  -38.89985,
  -17.62431,
  -12.20841,
  23.90357,
  42.51064,
  35.50024,
  24.70722,
  20.81413,
  -1.80485,
  -16.70769,
  -19.12828,
  -28.43617,
  -37.572,
  -47.29848,
  -34.58966,
  -15.14846,
  1.608924,
  6.340351,
  11.82944,
  14.23098,
  12.1169,
  -4.384783,
  -12.72947,
  -14.50871,
  -22.78273,
  -26.28588,
  -37.59771,
  -26.81224,
  -16.92462,
  0.3339571,
  8.086566,
  12.84624,
  2.32914,
  -18.68116,
  -29.10619,
  -9.432229,
  -26.61558,
  -22.15264,
  19.28652,
  6.764592,
  16.33458,
  31.07628,
  24.55737,
  12.13466,
  -4.658201 ;

 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 =
  16.2537,
  16.2537,
  16.15904,
  16.00132,
  15.87519,
  15.84366,
  15.87519,
  15.87519,
  15.81214,
  15.74909,
  15.71758,
  15.71758,
  15.65454,
  15.65454,
  15.74909,
  15.90672,
  16.00132,
  16.09595,
  16.15904,
  16.53783,
  16.37995,
  16.47467,
  16.34839,
  16.22215,
  15.87519,
  16.03286,
  15.93825,
  15.87519,
  15.74909,
  15.71758,
  15.65454,
  15.71758,
  15.62303,
  15.78061,
  15.74909,
  15.65454,
  15.65454,
  15.71758,
  15.74909,
  15.74909,
  15.71758,
  15.68606,
  15.74909,
  15.74909,
  15.74909,
  15.84366,
  16.00132,
  16.03286,
  16.0644,
  16.03286,
  16.03286,
  16.00132,
  16.00132,
  15.96979,
  15.90672,
  15.87519,
  15.81214,
  15.87519,
  15.93825,
  16.00132,
  16.00132,
  15.96979,
  15.96979,
  15.93825,
  15.93825,
  15.87519,
  15.87519,
  15.81214,
  15.81214,
  15.74909,
  15.71758,
  15.65454,
  15.59152,
  15.71758,
  15.81214,
  15.78061,
  15.74909,
  15.74909,
  15.71758,
  15.68606,
  15.56001,
  15.56001,
  15.59152,
  15.62303,
  15.68606,
  15.71758,
  15.84366,
  15.96979,
  16.00132,
  15.90672,
  16.03286,
  16.2537,
  16.22215,
  16.22215,
  16.12749,
  16.03286,
  15.93825,
  15.74909,
  15.90672,
  16.03286,
  15.96979,
  16.00132,
  15.93825,
  15.87519,
  15.74909,
  15.81214,
  15.87519,
  15.84366,
  15.87519,
  15.84366,
  15.90672,
  16.00132,
  15.96979,
  15.87519,
  15.84366,
  15.74909,
  15.74909,
  15.74909,
  15.74909,
  15.74909,
  15.71758,
  15.71758,
  15.78061,
  15.87519,
  15.93825,
  15.93825,
  15.93825,
  15.87519,
  15.74909,
  15.84366,
  15.81214,
  15.81214,
  15.81214,
  15.74909,
  15.68606,
  15.87519,
  15.90672,
  15.96979,
  16.22215,
  16.15904,
  16.28526,
  16.28526,
  16.15904,
  16.2537,
  16.12749,
  16.12749,
  16.15904,
  16.15904,
  16.19059,
  16.15904,
  16.0644,
  15.96979,
  15.93825,
  15.93825,
  15.96979,
  15.96979,
  16.03286,
  16.0644,
  16.12749,
  16.19059,
  16.28526,
  16.4431,
  16.50625,
  16.4431,
  16.4431,
  16.37995,
  16.4431,
  16.53783 ;

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