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 = 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:40:25\n",
			"AANCM_Temperature_1.5:  27-Aug-2003 12:40:25" ;
data:

 lat = 43.4897 ;

 lon = -67.8815 ;

 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 =
  26.9836,
  34.9027,
  41.3553,
  38.7156,
  77.1379,
  39.3022,
  23.1707,
  6.1593,
  16.1315,
  24.3439,
  29.0367,
  26.1037,
  16.7181,
  10.5588,
  5.5727,
  16.7181,
  44.5816,
  47.2213,
  43.7017,
  41.9419,
  18.7712,
  14.3717,
  2.3464,
  12.3186,
  7.9191,
  6.7459,
  39.8888,
  36.0759,
  22.8774,
  12.6119,
  21.1176,
  17.598,
  14.0784,
  1.4665,
  10.2655,
  3.5196,
  12.9052,
  10.5588,
  1.7598,
  34.9027,
  27.2769,
  36.3692,
  21.1176,
  19.0645,
  13.1985,
  11.1454,
  5.5727,
  24.3439,
  27.2769,
  17.0114,
  21.4109,
  26.1037,
  36.3692,
  62.1796,
  48.3945,
  46.3414,
  22.2908,
  17.3047,
  20.8243,
  36.9558,
  47.5146,
  27.5702,
  25.5171,
  52.2074,
  15.2516,
  38.7156,
  42.8218,
  62.4729,
  56.0203,
  53.0873,
  34.0228,
  9.9722,
  21.9975,
  22.5841,
  20.2377,
  15.5449,
  16.4248,
  4.6928,
  5.2794,
  29.0367,
  30.5032,
  38.4223,
  26.6903,
  23.1707,
  18.4779,
  11.4387,
  2.6397,
  6.7459,
  34.3161,
  29.0367,
  26.9836,
  47.8079,
  40.7687,
  33.1429,
  24.9305,
  23.464,
  13.1985,
  24.0506,
  4.6928,
  21.9975,
  32.263,
  26.397,
  57.7801,
  65.1126,
  63.9394,
  28.7434,
  17.8913,
  7.0392,
  16.7181,
  33.7295,
  25.5171,
  28.7434,
  15.8382,
  17.8913,
  14.665,
  26.6903,
  45.7548,
  70.6853,
  65.1126,
  42.5285,
  14.0784,
  7.0392,
  5.2794,
  12.3186,
  17.8913,
  16.1315,
  15.2516,
  21.1176,
  32.5563,
  40.1821,
  34.0228,
  30.2099,
  38.129,
  24.9305,
  17.0114,
  30.2099,
  18.7712,
  22.8774,
  35.196,
  34.3161,
  25.5171,
  31.0898,
  19.9444,
  5.2794,
  12.9052,
  18.1846,
  39.3022,
  17.8913,
  36.0759,
  24.6372,
  35.4893,
  38.7156,
  55.1404,
  65.6992,
  46.6347,
  31.3831,
  30.7965,
  13.4918,
  8.2124,
  4.9861,
  4.3995,
  20.2377,
  11.732,
  19.9444,
  21.4109,
  9.6789,
  42.2352,
  41.3553 ;

 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 =
  118.5359,
  147.3671,
  116.4263,
  148.7735,
  164.2439,
  166.0019,
  197.9975,
  254.2535,
  258.8243,
  351.2567,
  12.7043,
  15.1655,
  50.3255,
  48.2159,
  16.5719,
  104.1203,
  140.6867,
  136.4675,
  141.3899,
  143.8511,
  156.8603,
  144.9059,
  315.7835,
  27.1199,
  109.7459,
  112.9103,
  171.2759,
  188.8559,
  225.4223,
  150.8831,
  151.9379,
  178.6595,
  143.8511,
  110.4491,
  318.5963,
  338.2859,
  42.9419,
  71.0699,
  206.4359,
  163.1891,
  175.1435,
  173.3855,
  149.8283,
  156.8603,
  148.7735,
  21.1427,
  345.9827,
  10.2431,
  26.4167,
  19.3847,
  93.9239,
  167.7599,
  158.6183,
  177.2531,
  179.0111,
  197.9975,
  228.2351,
  213.1163,
  329.1443,
  323.5187,
  342.1535,
  350.5535,
  1.8047,
  359.3435,
  115.0199,
  74.2343,
  124.1615,
  134.7095,
  144.9059,
  155.8055,
  152.6411,
  196.9427,
  253.9019,
  283.4363,
  285.1943,
  292.9295,
  222.9611,
  140.6867,
  64.0379,
  148.4219,
  109.7459,
  110.8007,
  102.3623,
  104.8235,
  84.7823,
  50.6771,
  27.4715,
  203.6231,
  155.8055,
  157.9151,
  144.5543,
  143.4995,
  131.1935,
  135.7643,
  123.4583,
  86.8919,
  44.6999,
  53.4899,
  115.3715,
  105.1751,
  131.1935,
  141.7415,
  160.7279,
  145.2575,
  160.7279,
  136.1159,
  158.6183,
  301.3679,
  1.8047,
  356.1791,
  353.7179,
  342.4667,
  338.9891,
  161.4311,
  345.9827,
  104.8235,
  121.3487,
  143.1479,
  141.7415,
  142.4447,
  123.8099,
  149.8283,
  36.2615,
  174.4403,
  260.2307,
  202.9199,
  228.9383,
  180.0659,
  139.6319,
  121.7003,
  103.4171,
  83.3759,
  106.9331,
  87.2435,
  81.2663,
  79.1567,
  70.7183,
  147.7187,
  152.6411,
  174.4403,
  128.0291,
  139.2803,
  117.4811,
  89.7047,
  100.2527,
  19.3847,
  38.0195,
  40.4807,
  25.7135,
  76.3439,
  119.9423,
  112.5587,
  133.3031,
  136.4675,
  121.3487,
  138.2255,
  131.8967,
  148.7735,
  81.2663,
  115.0199,
  264.0983,
  294.3359,
  206.4359,
  173.3855,
  91.4627,
  128.7323,
  112.5587,
  100.2527 ;

 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 =
  23.70558,
  18.82144,
  37.03399,
  20.07104,
  20.94625,
  9.506798,
  -7.159179,
  -5.928153,
  -15.82561,
  -3.700463,
  6.385734,
  6.828938,
  12.86765,
  7.873285,
  1.589436,
  16.21297,
  28.24514,
  32.52442,
  27.27062,
  24.74093,
  7.3766,
  8.262592,
  -1.636313,
  5.615484,
  7.453458,
  6.213753,
  6.050197,
  -5.553882,
  -16.29556,
  6.136863,
  9.934316,
  0.4116877,
  8.304647,
  1.374085,
  -6.789194,
  -1.302165,
  8.79175,
  9.987728,
  -0.7834565,
  10.09435,
  2.309275,
  4.189315,
  10.61356,
  7.49186,
  6.8424,
  4.020057,
  -1.349791,
  4.328955,
  12.13539,
  5.646241,
  21.36071,
  5.534214,
  13.25946,
  2.9799,
  0.8352264,
  -14.31836,
  -16.62636,
  -9.454254,
  -10.68032,
  -21.97246,
  -14.5617,
  -4.525003,
  0.8036036,
  -0.5981838,
  13.8204,
  37.25915,
  35.43324,
  44.39842,
  32.20725,
  21.75706,
  15.63561,
  -2.90605,
  -21.13494,
  -21.96595,
  -19.53024,
  -14.31662,
  -11.19353,
  2.973173,
  4.746623,
  15.20537,
  28.70962,
  35.91798,
  26.07144,
  22.39955,
  18.40133,
  8.848829,
  1.217713,
  -2.703207,
  14.06396,
  10.91722,
  15.64863,
  28.43756,
  30.67802,
  23.12087,
  20.7992,
  23.42949,
  9.283738,
  19.33072,
  4.240172,
  21.23046,
  24.27757,
  16.3453,
  19.0706,
  37.10697,
  21.1035,
  19.92498,
  6.522799,
  -6.010368,
  0.5264989,
  -2.247662,
  -2.792177,
  -8.659238,
  -5.678716,
  5.697392,
  -3.552081,
  25.80201,
  39.07537,
  42.39361,
  40.3184,
  25.92226,
  11.69758,
  3.537853,
  3.122615,
  1.193461,
  -17.63186,
  -6.282314,
  -11.49975,
  -0.02428887,
  21.08658,
  34.18727,
  33.0942,
  30.00823,
  36.47594,
  24.90165,
  16.81415,
  29.67051,
  17.71826,
  12.21828,
  16.17477,
  3.324642,
  20.09977,
  20.28171,
  17.69394,
  5.27933,
  12.69913,
  6.035637,
  24.20739,
  11.61489,
  15.6523,
  23.94071,
  30.75249,
  35.75335,
  40.12764,
  45.25137,
  39.82682,
  20.90744,
  22.92337,
  6.994453,
  8.117175,
  4.518209,
  -4.376182,
  -18.43948,
  -5.223043,
  2.297366,
  21.40392,
  7.550295,
  39.00366,
  40.69495 ;

 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.89032,
  -29.39306,
  -18.40502,
  -33.10666,
  -74.23955,
  -38.13507,
  -22.03696,
  -1.671521,
  -3.12658,
  24.06101,
  28.32582,
  25.19462,
  10.67326,
  7.035598,
  5.341224,
  -4.078525,
  -34.49248,
  -34.23468,
  -34.14897,
  -33.86753,
  -17.26105,
  -11.75905,
  1.681688,
  10.96423,
  -2.675463,
  -2.626108,
  -39.42729,
  -35.64583,
  -16.05709,
  -11.01812,
  -18.63498,
  -17.59318,
  -11.36812,
  -0.5123586,
  7.699827,
  3.269855,
  9.447186,
  3.425427,
  -1.575783,
  -33.41111,
  -27.17897,
  -36.12711,
  -18.25665,
  -17.53075,
  -11.28636,
  10.39515,
  5.40676,
  23.95591,
  24.4287,
  16.04705,
  -1.465179,
  -25.5103,
  -33.86599,
  -62.10815,
  -48.38729,
  -44.07391,
  -14.84736,
  -14.49378,
  17.87686,
  29.71435,
  45.22824,
  27.19633,
  25.50444,
  52.20397,
  -6.450405,
  10.51919,
  -24.04562,
  -43.95047,
  -45.83631,
  -48.42408,
  -30.21719,
  -9.539373,
  -6.099528,
  5.247736,
  5.304163,
  6.056265,
  -12.01994,
  -3.630787,
  2.311197,
  -24.73715,
  -10.30549,
  -13.64447,
  -5.714197,
  -5.928045,
  1.680384,
  7.248591,
  2.342048,
  -6.180602,
  -31.30176,
  -26.90621,
  -21.98261,
  -38.43046,
  -26.85043,
  -23.7461,
  -13.74493,
  1.272218,
  9.381503,
  14.30925,
  -2.010798,
  -5.758281,
  -21.24854,
  -20.72759,
  -54.54221,
  -53.50443,
  -60.35635,
  -20.71662,
  -16.65988,
  3.664124,
  16.70981,
  33.65453,
  25.36387,
  27.40804,
  14.78515,
  -16.9599,
  14.22832,
  -6.828507,
  -23.80371,
  -56.56141,
  -51.12805,
  -33.71512,
  -7.833774,
  -6.085551,
  4.256917,
  -12.26065,
  -3.035822,
  -14.85792,
  -10.01834,
  -21.11759,
  -24.80461,
  -21.11473,
  -7.89459,
  3.484862,
  -11.10526,
  1.198944,
  2.583048,
  5.683195,
  6.198493,
  -19.34138,
  -31.25916,
  -34.15467,
  -15.72011,
  -23.56327,
  -9.203463,
  0.02720968,
  -2.296995,
  17.15374,
  30.96232,
  13.60856,
  32.50348,
  5.816687,
  -17.71369,
  -14.85246,
  -37.81847,
  -47.63086,
  -24.26148,
  -23.40466,
  -20.56558,
  -11.53717,
  1.246989,
  -2.108786,
  -0.4523656,
  8.33966,
  -10.50522,
  -19.81164,
  -0.546538,
  -6.055919,
  -16.20268,
  -7.360826 ;

 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.50625,
  16.31682,
  16.00132,
  16.03286,
  16.00132,
  15.87519,
  15.68606,
  15.68606,
  15.68606,
  15.74909,
  15.81214,
  15.74909,
  15.84366,
  15.93825,
  16.03286,
  16.0644,
  15.90672,
  16.0644,
  15.93825,
  15.90672,
  16.0644,
  16.2537,
  16.15904,
  16.00132,
  15.96979,
  15.96979,
  16.00132,
  15.74909,
  15.81214,
  15.84366,
  15.74909,
  15.78061,
  15.71758,
  15.74909,
  15.74909,
  15.74909,
  15.71758,
  15.74909,
  15.87519,
  15.84366,
  15.90672,
  15.96979,
  15.96979,
  16.00132,
  16.22215,
  16.19059,
  16.15904,
  16.12749,
  16.19059,
  16.19059,
  16.03286,
  15.96979,
  15.90672,
  15.78061,
  15.81214,
  15.68606,
  15.62303,
  15.497,
  15.4655,
  15.4655,
  15.371,
  15.4655,
  15.68606,
  15.81214,
  15.87519,
  15.96979,
  16.00132,
  15.87519,
  15.81214,
  15.74909,
  15.68606,
  15.65454,
  15.62303,
  15.65454,
  15.65454,
  15.65454,
  15.62303,
  15.62303,
  15.59152,
  15.59152,
  15.56001,
  15.497,
  15.371,
  15.74909,
  15.93825,
  16.0644,
  16.12749,
  16.22215,
  16.12749,
  16.09595,
  15.87519,
  15.71758,
  15.62303,
  15.4655,
  15.24503,
  15.11909,
  15.08761,
  15.21354,
  15.24503,
  15.30801,
  15.30801,
  15.24503,
  15.11909,
  15.08761,
  15.05613,
  14.99317,
  14.89874,
  14.8358,
  14.93022,
  14.99317,
  15.11909,
  15.18206,
  15.21354,
  15.30801,
  15.371,
  15.4655,
  15.74909,
  16.12749,
  16.2537,
  16.2537,
  16.19059,
  16.15904,
  16.12749,
  16.09595,
  16.00132,
  15.93825,
  15.74909,
  15.68606,
  15.497,
  15.65454,
  15.84366,
  15.96979,
  16.00132,
  16.03286,
  16.0644,
  16.0644,
  16.12749,
  16.15904,
  16.15904,
  16.19059,
  16.47467,
  16.37995,
  15.93825,
  15.96979,
  15.81214,
  16.03286,
  16.12749,
  16.2537,
  16.15904,
  16.19059,
  16.15904,
  16.09595,
  16.0644,
  16.0644,
  15.96979,
  15.27652,
  15.52851,
  15.52851,
  15.56001,
  15.59152,
  15.59152,
  15.62303,
  15.96979,
  15.90672,
  16.00132,
  16.15904,
  16.12749,
  16.28526 ;

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