netcdf L0103.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:scale_factor = 1.f ;
		current_speed:add_offset = 0.f ;
		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 ;
		current_speed:ancillary_variables = "current_speed_qc" ;
	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:_FillValue = 128s ;
		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" ;
		current_speed_qc:intent = "data_quality" ;
		current_speed_qc:standard_name = "current_speed data_quality" ;
		current_speed_qc:units = "1" ;
	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:scale_factor = 1.f ;
		current_direction:add_offset = 0.f ;
		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 ;
		current_direction:ancillary_variables = "current_direction_qc" ;
	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:_FillValue = 128s ;
		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" ;
		current_direction_qc:intent = "data_quality" ;
		current_direction_qc:standard_name = "current_direction data_quality" ;
		current_direction_qc:units = "1" ;
	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:short_name = "u" ;
		current_u:scale_factor = 1.f ;
		current_u:add_offset = 0.f ;
		current_u:units = "cm/s" ;
		current_u:valid_range = -1000.f, 1000.f ;
		current_u:_FillValue = -9999.f ;
		current_u:is_dead = 0. ;
		current_u:ancillary_variables = "current_u_qc" ;
	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:_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" ;
		current_u_qc:intent = "data_quality" ;
		current_u_qc:standard_name = "current_u data_quality" ;
	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:scale_factor = 1.f ;
		current_v:add_offset = 0.f ;
		current_v:_FillValue = -999.f ;
		current_v:units = "cm/s" ;
		current_v:valid_range = -1000.f, 1000.f ;
		current_v:is_dead = 0. ;
		current_v:ancillary_variables = "current_v_qc" ;
	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:_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" ;
		current_v_qc:intent = "data_quality" ;
		current_v_qc:standard_name = "current_v data_quality" ;
	float temperature(time, depth, lat, lon) ;
		temperature:long_name = "Water Temperature" ;
		temperature:standard_name = "sea_water_temperature" ;
		temperature:short_name = "WT" ;
		temperature:scale_factor = 1.f ;
		temperature:add_offset = 0.f ;
		temperature:_FillValue = -999.f ;
		temperature:units = "celsius" ;
		temperature:valid_range = -0.5f, 30.f ;
		temperature:is_dead = 0 ;
		temperature:calibration_coeffs = -0.7217, 0.03423, -6.292e-06, 4.8e-09 ;
		temperature:calibration_type = "Wide Range" ;
		temperature:epic_code = 20 ;
		temperature:ancillary_variables = "temperature_qc" ;
	byte temperature_qc(time, depth, lat, lon) ;
		temperature_qc:long_name = "Water Temperature QC" ;
		temperature_qc:short_name = "WTQC" ;
		temperature_qc:_FillValue = 128s ;
		temperature_qc:valid_range = -127s, 127s ;
		temperature_qc:flag_values = 0s, 1s, 2s ;
		temperature_qc:flag_meanings = "quality_good out_of_range sensor_nonfunctional" ;
		temperature_qc:intent = "data_quality" ;
		temperature_qc:standard_name = "temperature data_quality" ;
		temperature_qc:units = "1" ;

// 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 = "27-Jun-2003 12:57:41:  Added ancillary_variables, intent attributes for CF compliance." ;
		:source = "surface observation" ;
		: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 = 970 ;
		:instrument_number = 0 ;
		:processing = "realtime" ;
		:water_depth = 91.9 ;
		:mooring_site_id = "L0103" ;
		:mooring_site_desc = "Scotian Shelf" ;
		:breakout_id = 5 ;
		:delta_t = 60 ;
		:magnetic_variation = -18.2 ;
		: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:27:46\n",
			"AANCM_Temperature_1.5:  27-Aug-2003 12:27:46" ;
data:

 lat = 43.624283 ;

 lon = -66.552817 ;

 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 =
  13.4918,
  25.2238,
  49.861,
  47.8079,
  35.196,
  41.9419,
  31.0898,
  19.9444,
  51.3275,
  60.4198,
  66.2858,
  39.5955,
  24.0506,
  3.8129,
  9.9722,
  34.9027,
  44.2883,
  38.7156,
  45.4615,
  5.5727,
  45.7548,
  57.7801,
  84.4704,
  75.3781,
  50.1543,
  12.6119,
  7.3325,
  28.7434,
  39.3022,
  44.2883,
  63.9394,
  29.0367,
  46.6347,
  62.7662,
  77.7245,
  93.2694,
  60.4198,
  35.196,
  18.4779,
  12.6119,
  26.9836,
  39.3022,
  46.3414,
  40.1821,
  14.9583,
  44.8749,
  76.8446,
  80.3642,
  69.8054,
  49.2744,
  10.8521,
  16.4248,
  27.5702,
  42.2352,
  64.8193,
  38.4223,
  23.7573,
  33.4362,
  69.5121,
  67.7523,
  67.1657,
  46.3414,
  4.1062,
  19.3578,
  38.4223,
  44.5816,
  55.4337,
  58.0734,
  45.1682,
  36.6625,
  50.4476,
  69.8054,
  76.5513,
  66.8724,
  49.5677,
  30.2099,
  4.9861,
  31.6764,
  34.9027,
  61.593,
  53.0873,
  17.8913,
  30.2099,
  63.6461,
  81.2441,
  74.7915,
  50.1543,
  27.5702,
  18.1846,
  23.464,
  49.5677,
  33.1429,
  46.3414,
  19.3578,
  21.4109,
  40.7687,
  58.9533,
  61.2997,
  58.0734,
  27.5702,
  25.2238,
  28.7434,
  53.3806,
  47.8079,
  61.8863,
  33.1429,
  17.8913,
  49.2744,
  71.8585,
  84.7637,
  71.8585,
  45.1682,
  15.8382,
  14.3717,
  33.4362,
  64.8193,
  80.3642,
  72.7384,
  34.9027,
  42.8218,
  63.3528,
  93.2694,
  102.9483,
  85.6436,
  57.1935,
  29.33,
  12.0253,
  15.2516,
  33.1429,
  46.3414,
  31.0898,
  15.8382,
  29.0367,
  53.0873,
  65.4059,
  33.4362,
  5.2794,
  26.6903,
  34.6094,
  39.0089,
  35.4893,
  27.5702,
  19.3578,
  24.9305,
  23.464,
  44.8749,
  70.392,
  54.5538,
  21.1176,
  5.5727,
  27.5702,
  50.7409,
  62.4729,
  61.0064,
  36.3692,
  7.3325,
  41.3553,
  71.8585,
  86.5235,
  80.3642,
  61.593,
  31.0898,
  9.3856,
  35.7826,
  40.4754,
  59.2466,
  48.3945,
  38.7156 ;

 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 =
  15.5536,
  138.262,
  158.6548,
  170.9608,
  159.0064,
  136.1524,
  193.8148,
  281.0116,
  337.2676,
  5.0056,
  357.622,
  358.6768,
  359.38,
  272.9248,
  157.2484,
  176.938,
  147.4036,
  134.746,
  141.4264,
  11.3344,
  337.9708,
  337.9708,
  341.1352,
  333.4,
  320.7424,
  339.7288,
  240.9292,
  144.2392,
  165.6868,
  180.8056,
  160.7644,
  193.8148,
  283.4728,
  321.7972,
  338.674,
  335.5096,
  342.5032,
  350.9416,
  306.3268,
  183.2668,
  177.6412,
  168.148,
  167.7964,
  188.1892,
  292.2628,
  329.884,
  349.8868,
  337.2676,
  322.5004,
  317.9296,
  265.8928,
  251.8288,
  181.1572,
  172.0156,
  164.632,
  189.5956,
  200.8468,
  317.578,
  351.9964,
  337.9708,
  347.074,
  0.0832,
  59.8552,
  220.1848,
  180.8056,
  189.9472,
  184.6732,
  193.8148,
  194.1664,
  292.2628,
  353.0512,
  341.1352,
  335.158,
  343.558,
  312.304,
  308.4364,
  196.9792,
  132.6364,
  131.23,
  167.0932,
  166.39,
  188.8924,
  323.5552,
  7.8184,
  352.6996,
  351.2932,
  339.7288,
  324.2584,
  223.7008,
  195.9244,
  176.5864,
  172.0156,
  174.8284,
  126.6592,
  352.348,
  353.7544,
  343.558,
  330.5872,
  318.6328,
  290.8564,
  240.226,
  173.7736,
  182.5636,
  174.8284,
  161.8192,
  149.8648,
  263.4316,
  341.4868,
  347.7772,
  348.832,
  333.7516,
  327.4228,
  38.056,
  158.3032,
  177.2896,
  184.3216,
  171.664,
  174.4768,
  201.1984,
  290.5048,
  324.2584,
  331.2904,
  333.7516,
  336.916,
  314.4136,
  276.7924,
  219.4816,
  159.7096,
  155.842,
  132.2848,
  131.5816,
  142.4812,
  351.9964,
  342.1516,
  335.158,
  345.6676,
  357.2704,
  216.6688,
  194.8696,
  217.372,
  188.5408,
  183.2668,
  59.152,
  79.5448,
  0.7864,
  5.7088,
  10.6312,
  15.9052,
  63.0196,
  195.2212,
  196.9792,
  196.9792,
  186.4312,
  180.8056,
  177.6412,
  299.998,
  331.9936,
  336.5644,
  338.674,
  347.7772,
  353.0512,
  352.348,
  351.6448,
  127.714,
  169.5544,
  177.6412,
  172.7188,
  164.2804 ;

 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 =
  3.617688,
  16.79212,
  18.14871,
  7.511107,
  12.60945,
  29.05494,
  -7.423756,
  -19.57719,
  -19.83437,
  5.271815,
  -2.750331,
  -0.914345,
  -0.2602475,
  -3.807933,
  3.856616,
  1.864382,
  23.8589,
  27.49716,
  28.34613,
  1.09523,
  -17.16167,
  -21.67211,
  -27.31233,
  -33.75123,
  -31.73804,
  -4.369572,
  -6.408751,
  16.79772,
  9.716378,
  -0.6226895,
  21.06505,
  -6.933508,
  -45.35134,
  -38.81755,
  -28.26638,
  -38.66397,
  -18.16537,
  -5.541297,
  -14.88674,
  -0.7186958,
  1.110569,
  8.072057,
  9.795933,
  -5.723633,
  -13.84325,
  -22.51608,
  -13.49341,
  -31.05495,
  -42.49445,
  -33.01598,
  -10.82423,
  -15.60568,
  -0.5567961,
  5.866616,
  17.17826,
  -6.404729,
  -8.45452,
  -22.55559,
  -9.678539,
  -25.41247,
  -15.02446,
  0.06729297,
  3.550874,
  -12.49072,
  -0.5402141,
  -7.701051,
  -4.516313,
  -13.86702,
  -11.05441,
  -33.92953,
  -6.103269,
  -22.57061,
  -32.16053,
  -18.92787,
  -36.65948,
  -23.66338,
  -1.456064,
  23.30328,
  26.24927,
  13.75777,
  12.49207,
  -2.765625,
  -17.94613,
  8.658017,
  -10.32381,
  -11.3218,
  -17.37667,
  -16.1046,
  -12.5636,
  -6.437788,
  2.951425,
  4.603664,
  4.177165,
  15.52885,
  -2.850988,
  -4.435249,
  -16.68641,
  -30.10418,
  -38.37968,
  -25.76368,
  -21.89403,
  3.117435,
  -2.387625,
  4.309353,
  19.30955,
  16.63913,
  -17.77386,
  -15.64576,
  -15.21343,
  -16.41758,
  -31.7804,
  -24.32016,
  9.763164,
  5.313144,
  1.581123,
  -4.884436,
  11.65103,
  7.000984,
  -12.62076,
  -40.10873,
  -37.00631,
  -44.80386,
  -45.53029,
  -33.57916,
  -40.85369,
  -29.12414,
  -7.646051,
  5.288927,
  13.56387,
  34.28381,
  23.25552,
  9.645807,
  -4.042934,
  -16.27123,
  -27.47816,
  -8.277029,
  -0.2514182,
  -15.93914,
  -8.881465,
  -23.67792,
  -5.270645,
  -1.571102,
  16.61926,
  24.51658,
  0.3220396,
  4.463822,
  12.98638,
  14.95028,
  18.8192,
  -1.463091,
  -8.051174,
  -14.81759,
  -6.997593,
  -0.8577445,
  1.496854,
  -6.350259,
  -19.41922,
  -28.57942,
  -31.46634,
  -17.0142,
  -7.451666,
  -4.139791,
  -1.363816,
  28.30669,
  7.338266,
  2.438424,
  6.133477,
  10.48921 ;

 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 =
  12.99773,
  -18.82192,
  -46.44075,
  -47.21418,
  -32.85971,
  -30.24787,
  -30.19045,
  3.809535,
  47.34037,
  60.18937,
  66.22871,
  39.58494,
  24.04919,
  0.1945541,
  -9.196265,
  -34.85287,
  -37.31228,
  -27.25443,
  -35.54216,
  5.464015,
  42.41437,
  53.56174,
  79.93301,
  67.39965,
  38.83491,
  11.83076,
  -3.562788,
  -23.32423,
  -38.08221,
  -44.28392,
  -60.36978,
  -28.19674,
  10.86513,
  49.32335,
  72.40241,
  84.87802,
  57.6244,
  34.75705,
  10.94613,
  -12.59141,
  -26.96074,
  -38.46433,
  -45.2942,
  -39.77237,
  5.667032,
  38.8173,
  75.65065,
  74.12148,
  55.38065,
  36.57748,
  -0.7772576,
  -5.122195,
  -27.56458,
  -41.82577,
  -62.50159,
  -37.88473,
  -22.20204,
  24.68248,
  68.83501,
  62.8059,
  65.46371,
  46.34135,
  2.06208,
  -14.78872,
  -38.4185,
  -43.91142,
  -55.24942,
  -56.39349,
  -43.79459,
  13.88978,
  50.07705,
  66.05575,
  69.46799,
  64.13777,
  33.36224,
  18.77985,
  -4.76876,
  -21.4558,
  -23.00379,
  -60.03683,
  -51.59661,
  -17.67625,
  24.30174,
  63.05446,
  80.5855,
  73.9296,
  47.0479,
  22.37762,
  -13.14669,
  -22.56356,
  -49.47975,
  -32.82161,
  -46.15275,
  -11.55765,
  21.22024,
  40.52673,
  56.54251,
  53.39842,
  43.58348,
  9.815736,
  -12.52564,
  -28.57384,
  -53.32718,
  -47.61329,
  -58.79673,
  -28.66341,
  -2.046573,
  46.72448,
  70.22959,
  83.15857,
  64.44881,
  38.06174,
  12.47114,
  -13.35351,
  -33.3988,
  -64.635,
  -79.51514,
  -72.4007,
  -32.54097,
  14.99987,
  51.42091,
  81.80339,
  92.33279,
  78.7862,
  40.02589,
  3.468925,
  -9.281473,
  -14.30519,
  -30.24026,
  -31.17925,
  -20.63387,
  -12.56212,
  28.75386,
  50.53225,
  59.35388,
  32.39553,
  5.27341,
  -21.40832,
  -33.45041,
  -31.00082,
  -35.09574,
  -27.5254,
  9.92595,
  4.524055,
  23.46179,
  44.65233,
  69.18372,
  52.46529,
  9.580752,
  -5.377206,
  -26.36844,
  -48.52915,
  -62.07976,
  -61.00037,
  -36.33838,
  3.666028,
  36.51239,
  65.93073,
  80.59892,
  78.54248,
  61.14058,
  30.81295,
  9.285984,
  -21.88894,
  -39.80462,
  -59.1964,
  -48.00425,
  -37.2676 ;

 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 =
  11.64052,
  11.64052,
  12.20778,
  11.07273,
  11.00961,
  10.97804,
  10.78859,
  10.69383,
  10.757,
  11.7351,
  11.9242,
  11.70357,
  11.48286,
  11.57746,
  11.41979,
  11.9242,
  12.52275,
  12.27078,
  12.33378,
  12.08176,
  12.17627,
  12.36528,
  12.08176,
  11.54593,
  11.45133,
  11.07273,
  10.88332,
  10.47264,
  11.3567,
  11.19896,
  11.79814,
  12.20778,
  12.05025,
  11.76662,
  10.94647,
  10.82017,
  10.69383,
  10.88332,
  10.94647,
  11.04117,
  11.16741,
  11.23051,
  11.3567,
  11.16741,
  10.82017,
  11.07273,
  11.13585,
  10.9149,
  10.97804,
  10.88332,
  10.88332,
  10.85175,
  10.72542,
  10.97804,
  10.66224,
  10.66224,
  10.9149,
  11.00961,
  11.07273,
  10.78859,
  10.53585,
  10.63065,
  10.72542,
  10.82017,
  10.9149,
  11.00961,
  11.19896,
  11.29361,
  11.45133,
  11.54593,
  11.41979,
  10.82017,
  10.94647,
  11.10429,
  11.19896,
  11.00961,
  11.04117,
  11.04117,
  11.10429,
  10.78859,
  10.72542,
  10.757,
  10.757,
  10.757,
  10.50425,
  10.28294,
  11.04117,
  10.82017,
  10.94647,
  11.07273,
  11.00961,
  10.94647,
  11.07273,
  11.23051,
  11.16741,
  11.26206,
  11.23051,
  11.41979,
  11.86117,
  11.82966,
  11.48286,
  11.19896,
  11.45133,
  11.19896,
  11.04117,
  10.94647,
  10.69383,
  10.78859,
  11.23051,
  11.41979,
  11.16741,
  11.5144,
  11.60899,
  11.54593,
  11.48286,
  11.45133,
  11.70357,
  12.14477,
  11.64052,
  11.48286,
  11.45133,
  11.26206,
  11.23051,
  10.94647,
  11.00961,
  10.94647,
  10.94647,
  10.97804,
  11.00961,
  10.94647,
  10.97804,
  11.04117,
  11.00961,
  11.19896,
  11.3567,
  12.08176,
  12.23928,
  12.42827,
  11.98723,
  11.60899,
  11.5144,
  10.85175,
  11.10429,
  11.38825,
  11.3567,
  12.14477,
  11.5144,
  10.66224,
  10.69383,
  10.47264,
  10.69383,
  10.9149,
  11.76662,
  12.23928,
  11.95572,
  11.67205,
  11.76662,
  11.79814,
  11.29361,
  10.31457,
  10.02985,
  10.63065,
  10.31457,
  10.757,
  10.72542,
  10.78859,
  10.69383,
  11.23051 ;

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