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

 lat = 43.624283 ;

 lon = -66.552817 ;

 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 =
  37.8357,
  68.6322,
  86.5235,
  96.2024,
  75.3781,
  46.3414,
  15.5449,
  42.5285,
  53.0873,
  99.4287,
  91.5096,
  53.9672,
  29.6233,
  48.1012,
  76.258,
  96.4957,
  81.5374,
  57.4868,
  9.9722,
  4.3995,
  34.0228,
  41.6486,
  73.9116,
  68.9255,
  33.4362,
  13.1985,
  42.5285,
  53.0873,
  66.8724,
  25.8104,
  12.6119,
  37.2491,
  51.9141,
  60.4198,
  68.9255,
  75.9647,
  26.9836,
  17.8913,
  59.8332,
  83.2972,
  94.4426,
  75.0848,
  46.3414,
  11.732,
  35.196,
  55.727,
  90.3364,
  98.8421,
  63.6461,
  29.9166,
  39.3022,
  56.9002,
  84.7637,
  87.4034,
  59.5399,
  36.9558,
  9.9722,
  26.397,
  41.9419,
  67.459,
  58.0734,
  46.3414,
  15.5449,
  39.3022,
  64.2327,
  50.7409,
  56.9002,
  36.9558,
  27.5702,
  30.7965,
  35.7826,
  37.2491,
  53.0873,
  41.3553,
  7.9191,
  39.0089,
  52.2074,
  82.4173,
  70.0987,
  28.7434,
  8.799,
  32.5563,
  42.2352,
  48.3945,
  62.7662,
  59.2466,
  19.0645,
  27.5702,
  51.9141,
  83.2972,
  78.8977,
  58.9533,
  42.8218,
  21.9975,
  4.1062,
  24.9305,
  47.5146,
  46.928,
  45.4615,
  8.799,
  36.0759,
  50.4476,
  75.6714,
  79.4843,
  59.5399,
  27.8635,
  18.4779,
  24.6372,
  23.7573,
  11.4387,
  5.5727,
  18.4779,
  43.4084,
  70.6853,
  94.1493,
  89.7498,
  71.2719,
  49.861,
  34.9027,
  3.8129,
  34.0228,
  40.7687,
  61.2997,
  54.5538,
  31.6764,
  40.1821,
  60.4198,
  74.4982,
  72.7384,
  66.8724,
  45.7548,
  17.3047,
  8.5057,
  22.2908,
  59.5399,
  37.2491,
  45.4615,
  29.9166,
  30.5032,
  48.1012,
  67.1657,
  75.3781,
  56.3136,
  33.7295,
  18.7712,
  11.4387,
  22.5841,
  42.2352,
  63.0595,
  12.6119,
  11.4387,
  34.9027,
  48.9811,
  61.8863,
  52.2074,
  26.9836,
  12.6119,
  8.799,
  27.8635,
  30.2099,
  26.6903,
  22.5841,
  28.4501,
  45.1682,
  56.3136,
  80.0709,
  54.5538,
  29.9166 ;

 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 =
  309.8428,
  347.4256,
  344.9644,
  341.1352,
  351.6448,
  344.2612,
  31.3756,
  126.6592,
  155.1388,
  163.2256,
  173.422,
  194.1664,
  262.7284,
  310.8976,
  328.8292,
  339.7288,
  348.1288,
  346.3708,
  17.6632,
  232.1392,
  159.7096,
  156.1936,
  154.4356,
  151.9744,
  159.7096,
  32.4304,
  1.4896,
  355.1608,
  351.9964,
  12.3892,
  249.7192,
  213.5044,
  195.9244,
  180.1024,
  181.8604,
  182.9152,
  195.5728,
  285.2308,
  339.7288,
  348.1288,
  350.9416,
  346.3708,
  347.074,
  50.0104,
  136.8556,
  169.5544,
  160.7644,
  166.0384,
  191.7052,
  205.4176,
  297.8884,
  316.5232,
  336.2128,
  332.6968,
  334.1032,
  343.558,
  321.4456,
  119.9788,
  161.4676,
  147.052,
  150.9196,
  165.3352,
  222.2944,
  313.0072,
  330.5872,
  336.916,
  329.884,
  320.3908,
  276.0892,
  220.888,
  205.066,
  176.2348,
  189.9472,
  169.906,
  242.6872,
  357.622,
  356.5672,
  1.138,
  6.412,
  9.928,
  213.1528,
  222.9976,
  210.34,
  193.4632,
  193.8148,
  194.1664,
  196.276,
  286.6372,
  330.2356,
  343.9096,
  343.558,
  0.0832,
  9.5764,
  345.316,
  143.1844,
  164.9836,
  185.0248,
  156.5452,
  159.358,
  232.4908,
  322.5004,
  353.0512,
  337.2676,
  336.2128,
  346.7224,
  334.8064,
  254.6416,
  224.0524,
  214.9108,
  195.5728,
  59.152,
  11.686,
  359.7316,
  2.5444,
  358.3252,
  354.4576,
  357.9736,
  357.622,
  77.7868,
  158.6548,
  152.326,
  170.9608,
  142.1296,
  _,
  223.7008,
  313.0072,
  326.368,
  331.642,
  332.6968,
  344.6128,
  342.8548,
  12.0376,
  91.1476,
  124.198,
  135.8008,
  145.294,
  173.0704,
  240.226,
  317.9296,
  320.7424,
  330.5872,
  328.8292,
  326.7196,
  305.9752,
  266.2444,
  231.0844,
  138.6136,
  139.6684,
  137.9104,
  173.422,
  294.724,
  343.2064,
  347.4256,
  344.2612,
  344.2612,
  334.4548,
  276.7924,
  177.6412,
  181.5088,
  169.5544,
  167.0932,
  205.066,
  303.1624,
  331.642,
  335.8612,
  341.8,
  349.8868,
  29.6176 ;

 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,
  1,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  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 =
  -29.05045,
  -14.94172,
  -22.44585,
  -31.10571,
  -10.95315,
  -12.57021,
  8.093391,
  34.11641,
  22.31904,
  28.69552,
  10.48295,
  -13.20787,
  -29.38505,
  -36.35878,
  -39.47046,
  -33.4323,
  -16.77325,
  -13.54604,
  3.025776,
  -3.473424,
  11.79838,
  16.81135,
  31.89473,
  32.38575,
  11.59496,
  7.078022,
  1.105549,
  -4.478423,
  -9.311,
  5.537653,
  -11.83003,
  -20.56154,
  -14.24361,
  -0.1079832,
  -2.237625,
  -3.863404,
  -7.244086,
  -17.26287,
  -20.73006,
  -17.13526,
  -14.86915,
  -17.69279,
  -10.36622,
  8.988602,
  24.06841,
  10.10341,
  29.76163,
  23.84779,
  -12.91228,
  -12.84058,
  -34.73766,
  -39.1508,
  -34.18867,
  -40.09187,
  -26.00414,
  -10.46014,
  -6.215248,
  22.86535,
  13.33085,
  36.68944,
  28.22579,
  11.73196,
  -10.46079,
  -28.74044,
  -31.54457,
  -19.8945,
  -28.54981,
  -23.56108,
  -27.41465,
  -20.15885,
  -15.15973,
  2.446068,
  -9.17033,
  7.24808,
  -7.036237,
  -1.618558,
  -3.126065,
  1.636852,
  7.828417,
  4.955664,
  -4.811942,
  -22.20234,
  -21.33428,
  -11.26725,
  -14.98758,
  -14.49994,
  -5.343105,
  -26.41603,
  -25.77196,
  -23.08612,
  -22.33157,
  0.08560688,
  7.123946,
  -5.576098,
  2.460606,
  6.459381,
  -4.161658,
  18.67854,
  16.02644,
  -6.979856,
  -21.96142,
  -6.103269,
  -29.24152,
  -32.05927,
  -13.67448,
  -11.86088,
  -17.81802,
  -17.13064,
  -13.59631,
  -3.070863,
  4.784334,
  3.742662,
  -0.2033443,
  3.137972,
  -2.751665,
  -8.668245,
  -2.520173,
  -2.068833,
  34.11275,
  1.387843,
  15.80156,
  6.405178,
  37.6305,
  _,
  -21.88499,
  -29.38388,
  -33.46391,
  -35.3851,
  -33.36504,
  -17.74397,
  -13.48825,
  3.608957,
  8.503994,
  18.43673,
  41.50854,
  21.20836,
  5.484916,
  -25.96734,
  -20.43846,
  -30.43883,
  -32.98497,
  -39.01503,
  -30.90135,
  -27.29632,
  -18.73089,
  -8.900134,
  14.93111,
  27.33506,
  42.26827,
  1.444765,
  -10.39015,
  -10.08426,
  -10.66354,
  -16.7868,
  -14.16138,
  -11.63595,
  -12.52338,
  0.3621422,
  -0.7336594,
  5.477112,
  5.9617,
  -9.568025,
  -23.81625,
  -21.45396,
  -23.02936,
  -25.00894,
  -9.579294,
  14.78505 ;

 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,
  1,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  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 =
  24.24071,
  66.986,
  83.56136,
  91.03481,
  74.57806,
  44.60398,
  13.27181,
  -25.39181,
  -48.16764,
  -95.19786,
  -90.90717,
  -52.326,
  -3.749508,
  31.4923,
  65.24849,
  90.51907,
  79.79352,
  55.86803,
  9.502076,
  -2.700172,
  -31.91158,
  -38.10491,
  -66.67571,
  -60.84314,
  -31.36139,
  11.14011,
  42.51413,
  52.89806,
  66.22102,
  25.20935,
  -4.371554,
  -31.05992,
  -49.92188,
  -60.4197,
  -68.88917,
  -75.86639,
  -25.99304,
  4.700186,
  56.12732,
  81.51568,
  93.26475,
  72.97049,
  45.1671,
  7.539553,
  -25.68015,
  -54.80346,
  -85.29308,
  -95.92207,
  -62.32254,
  -27.02078,
  18.38364,
  41.2898,
  77.563,
  77.66593,
  53.56103,
  35.44456,
  7.798428,
  -13.19004,
  -39.76696,
  -56.6092,
  -50.75258,
  -44.83176,
  -11.49851,
  26.80765,
  55.95337,
  46.67813,
  49.21932,
  28.47115,
  2.924554,
  -23.28186,
  -32.41261,
  -37.1687,
  -52.28926,
  -40.71518,
  -3.633664,
  38.97531,
  52.11372,
  82.40105,
  69.6602,
  28.31297,
  -7.366656,
  -23.8111,
  -36.4508,
  -47.0646,
  -60.95054,
  -57.44485,
  -18.30045,
  7.893638,
  45.06528,
  80.03408,
  75.67132,
  58.95324,
  42.22506,
  21.27903,
  -3.287293,
  -24.07917,
  -47.332,
  -43.05054,
  -42.54293,
  -5.357613,
  28.62109,
  50.07705,
  69.79322,
  72.73209,
  57.94832,
  25.21297,
  -4.893984,
  -17.70686,
  -19.48203,
  -11.01879,
  2.85747,
  18.0949,
  43.40792,
  70.61562,
  94.10908,
  89.33022,
  71.22733,
  49.81806,
  7.383665,
  -3.551352,
  -30.13074,
  -40.2624,
  -48.39006,
  _,
  -22.90069,
  27.40782,
  50.30625,
  65.55819,
  64.63474,
  64.47534,
  43.72149,
  16.92419,
  -0.1703527,
  -12.52864,
  -42.68536,
  -30.6219,
  -45.12941,
  -14.85599,
  22.6432,
  37.24518,
  58.50832,
  64.49563,
  47.0779,
  19.81389,
  -1.229526,
  -7.185504,
  -16.94413,
  -32.19638,
  -46.7963,
  -12.52887,
  4.784209,
  33.41416,
  47.80624,
  59.56607,
  50.25005,
  24.34583,
  1.491638,
  -8.791545,
  -27.85384,
  -29.70925,
  -26.01596,
  -20.45714,
  15.5626,
  39.74788,
  51.3894,
  76.06512,
  53.70618,
  26.00779 ;

 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,
  1,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  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.5144,
  10.9149,
  11.23051,
  11.32516,
  11.19896,
  11.19896,
  11.23051,
  11.3567,
  11.67205,
  11.45133,
  11.29361,
  11.5144,
  11.57746,
  11.41979,
  11.3567,
  11.57746,
  11.13585,
  11.89269,
  11.89269,
  11.98723,
  11.54593,
  11.07273,
  12.27078,
  12.14477,
  12.05025,
  11.98723,
  12.01874,
  11.76662,
  11.82966,
  11.76662,
  11.79814,
  11.67205,
  11.7351,
  11.57746,
  11.79814,
  11.76662,
  11.79814,
  11.67205,
  11.76662,
  11.26206,
  10.85175,
  10.44103,
  10.50425,
  11.13585,
  10.78859,
  11.48286,
  11.70357,
  11.7351,
  11.67205,
  11.54593,
  11.7351,
  11.54593,
  11.5144,
  11.04117,
  11.07273,
  11.00961,
  10.94647,
  10.9149,
  11.00961,
  10.94647,
  10.9149,
  11.32516,
  11.45133,
  11.07273,
  11.04117,
  11.00961,
  10.757,
  11.07273,
  11.29361,
  11.41979,
  11.38825,
  11.57746,
  10.69383,
  11.45133,
  11.16741,
  11.29361,
  11.00961,
  10.72542,
  10.78859,
  11.04117,
  10.9149,
  10.72542,
  10.63065,
  10.78859,
  11.16741,
  11.26206,
  11.29361,
  11.00961,
  11.23051,
  11.26206,
  11.16741,
  11.26206,
  10.757,
  11.16741,
  11.54593,
  11.67205,
  11.29361,
  11.76662,
  11.57746,
  11.57746,
  11.60899,
  11.38825,
  11.13585,
  10.94647,
  10.72542,
  10.56745,
  10.56745,
  10.59905,
  10.63065,
  10.63065,
  10.56745,
  10.44103,
  10.34619,
  10.53585,
  10.47264,
  10.63065,
  10.56745,
  10.59905,
  10.44103,
  10.50425,
  10.59905,
  10.53585,
  _,
  10.757,
  10.63065,
  10.50425,
  10.40942,
  10.63065,
  10.53585,
  10.53585,
  10.50425,
  10.53585,
  10.63065,
  11.23051,
  10.9149,
  10.85175,
  10.757,
  10.82017,
  11.04117,
  10.88332,
  10.97804,
  10.72542,
  10.50425,
  10.53585,
  10.72542,
  10.97804,
  10.59905,
  11.29361,
  11.26206,
  11.19896,
  11.29361,
  10.88332,
  10.44103,
  10.3778,
  10.53585,
  10.53585,
  10.53585,
  10.56745,
  10.40942,
  11.13585,
  11.3567,
  10.88332,
  11.10429,
  10.78859,
  10.66224,
  11.67205,
  11.32516 ;

 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,
  1,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0 ;
}
