netcdf K0104.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:38:  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" ;
		:latitude = 45.2058 ;
		:longitude = -66.0208 ;
		: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 = 969 ;
		:instrument_number = 0 ;
		:processing = "realtime" ;
		:water_depth = 25. ;
		:mooring_site_id = "K0104" ;
		:mooring_site_desc = "St. John" ;
		:breakout_id = 5 ;
		:delta_t = 60 ;
		:magnetic_variation = -19.1 ;
		: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:25:31\n",
			"AANCM_Temperature_1.5:  27-Aug-2003 12:25:31" ;
data:

 lat = 45.2058 ;

 lon = -66.0208 ;

 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 =
  74.2049,
  67.459,
  74.4982,
  72.1518,
  53.6739,
  29.6233,
  14.665,
  46.928,
  53.3806,
  76.5513,
  24.3439,
  50.1543,
  58.66,
  67.1657,
  75.3781,
  70.392,
  56.9002,
  24.6372,
  4.3995,
  27.8635,
  57.1935,
  76.258,
  51.3275,
  52.2074,
  65.4059,
  83.8838,
  85.6436,
  78.6044,
  62.4729,
  22.2908,
  17.598,
  23.7573,
  42.2352,
  52.794,
  62.7662,
  21.9975,
  55.727,
  71.5652,
  68.3389,
  79.7776,
  75.3781,
  64.8193,
  45.1682,
  23.7573,
  28.4501,
  55.1404,
  80.0709,
  44.8749,
  41.6486,
  62.1796,
  72.4451,
  64.8193,
  73.9116,
  65.9925,
  35.4893,
  16.4248,
  38.4223,
  47.8079,
  61.0064,
  64.526,
  39.8888,
  47.2213,
  75.0848,
  76.258,
  85.057,
  57.7801,
  36.3692,
  14.3717,
  1.7598,
  36.3692,
  48.9811,
  63.0595,
  46.0481,
  28.4501,
  54.5538,
  72.1518,
  61.2997,
  63.3528,
  59.5399,
  28.7434,
  15.5449,
  21.9975,
  39.0089,
  65.1126,
  65.6992,
  25.5171,
  46.928,
  58.9533,
  58.9533,
  59.2466,
  54.8471,
  41.3553,
  14.665,
  19.0645,
  25.5171,
  50.4476,
  58.66,
  29.33,
  27.8635,
  54.8471,
  66.5791,
  65.4059,
  57.1935,
  47.8079,
  28.4501,
  9.0923,
  20.531,
  43.995,
  63.0595,
  61.8863,
  26.9836,
  47.2213,
  57.1935,
  76.8446,
  53.6739,
  51.9141,
  24.0506,
  11.4387,
  14.0784,
  28.4501,
  41.9419,
  57.4868,
  51.3275,
  49.2744,
  60.4198,
  65.6992,
  69.5121,
  63.9394,
  68.6322,
  26.1037,
  15.2516,
  22.2908,
  43.4084,
  61.8863,
  62.4729,
  19.3578,
  43.995,
  54.8471,
  64.8193,
  55.4337,
  78.6044,
  28.1568,
  20.2377,
  3.5196,
  15.5449,
  45.4615,
  58.3667,
  40.4754,
  37.5424,
  64.8193,
  63.6461,
  62.1796,
  58.9533,
  68.0456,
  44.8749,
  18.7712,
  17.0114,
  43.1151,
  66.8724,
  57.4868,
  34.0228,
  32.263,
  49.5677,
  66.5791,
  63.9394,
  62.4729,
  41.9419,
  20.2377 ;

 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 =
  135.2524,
  118.3756,
  115.9144,
  129.6268,
  186.9376,
  173.5768,
  215.7688,
  279.76,
  278.002,
  270.6184,
  255.4996,
  152.8324,
  135.604,
  119.0788,
  112.75,
  111.6952,
  115.5628,
  152.4808,
  48.0556,
  279.0568,
  264.6412,
  270.2668,
  272.3764,
  164.0836,
  137.362,
  130.6816,
  114.8596,
  113.8048,
  110.2888,
  177.796,
  176.3896,
  234.4036,
  284.6824,
  272.728,
  278.002,
  216.1204,
  147.5584,
  143.6908,
  121.1884,
  108.8824,
  93.0604,
  100.0924,
  115.5628,
  239.326,
  301.2076,
  277.6504,
  268.5088,
  251.9836,
  156.3484,
  137.7136,
  130.6816,
  111.3436,
  113.8048,
  182.3668,
  159.8644,
  163.3804,
  268.5088,
  284.6824,
  279.0568,
  269.9152,
  181.312,
  160.216,
  142.9876,
  115.2112,
  104.6632,
  113.1016,
  171.1156,
  196.7824,
  172.8736,
  295.9336,
  274.1344,
  259.0156,
  268.1572,
  145.8004,
  135.9556,
  134.5492,
  115.2112,
  114.8596,
  180.2572,
  161.6224,
  199.2436,
  278.3536,
  262.5316,
  280.8148,
  280.1116,
  246.7096,
  152.8324,
  135.9556,
  128.9236,
  108.1792,
  123.6496,
  151.426,
  135.9556,
  172.522,
  301.2076,
  268.5088,
  263.2348,
  213.3076,
  150.3712,
  139.8232,
  128.2204,
  115.2112,
  109.9372,
  154.942,
  174.9832,
  134.9008,
  253.0384,
  261.4768,
  264.2896,
  266.0476,
  256.5544,
  150.0196,
  132.4396,
  131.3848,
  173.2252,
  107.476,
  186.2344,
  112.0468,
  288.1984,
  288.55,
  274.1344,
  263.2348,
  272.3764,
  165.8416,
  128.9236,
  122.2432,
  115.9144,
  111.3436,
  142.636,
  167.5996,
  135.2524,
  265.3444,
  269.9152,
  286.0888,
  268.5088,
  210.1432,
  138.4168,
  122.2432,
  119.782,
  105.0148,
  147.91,
  154.5904,
  161.6224,
  120.1336,
  347.932,
  279.0568,
  272.0248,
  268.1572,
  156.3484,
  142.636,
  122.5948,
  113.8048,
  108.1792,
  133.846,
  182.0152,
  177.4444,
  244.6,
  275.1892,
  280.4632,
  265.3444,
  266.0476,
  142.2844,
  121.8916,
  126.1108,
  109.234,
  128.2204,
  154.5904,
  134.5492 ;

 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 =
  52.23914,
  59.35387,
  67.00726,
  55.5724,
  -6.48318,
  3.313998,
  -8.571926,
  -46.24879,
  -52.86084,
  -76.54684,
  -23.56845,
  22.9002,
  41.03933,
  58.6996,
  69.51376,
  65.40568,
  51.3304,
  11.38352,
  3.272321,
  -27.51612,
  -56.94353,
  -76.25717,
  -51.28336,
  14.31707,
  44.3036,
  63.61275,
  77.70792,
  71.9172,
  58.59688,
  0.85725,
  1.108176,
  -19.31795,
  -40.85604,
  -52.73417,
  -62.15506,
  -12.96717,
  29.89417,
  42.3768,
  58.46182,
  75.48435,
  75.2706,
  63.81631,
  40.74681,
  -20.43327,
  -24.33324,
  -54.64959,
  -80.04379,
  -42.67459,
  16.70834,
  41.83673,
  54.93829,
  60.37364,
  67.62363,
  -2.725273,
  12.21695,
  4.697759,
  -38.40929,
  -46.24677,
  -60.24582,
  -64.52593,
  -0.9133226,
  15.98324,
  45.20014,
  68.99395,
  82.28674,
  53.14674,
  5.61691,
  -4.149652,
  0.2183185,
  -32.70687,
  -48.85363,
  -61.90419,
  -46.02428,
  15.99116,
  37.92665,
  51.41886,
  55.46053,
  57.48257,
  -0.2672729,
  9.062163,
  -5.123369,
  -21.76411,
  -38.67797,
  -63.95612,
  -64.67873,
  -23.43778,
  21.42709,
  40.98525,
  45.86475,
  56.28933,
  45.65702,
  19.77997,
  10.19534,
  2.481159,
  -21.82466,
  -50.43052,
  -58.25156,
  -16.10609,
  13.77513,
  35.38452,
  52.30698,
  59.17558,
  53.76572,
  20.24834,
  2.4879,
  6.440349,
  -19.63791,
  -43.50912,
  -62.74657,
  -61.73911,
  -26.24401,
  23.59666,
  42.20818,
  57.65546,
  6.331761,
  49.51789,
  -2.611804,
  10.60227,
  -13.37421,
  -26.97202,
  -41.83275,
  -57.08653,
  -51.28336,
  12.05269,
  47.00566,
  55.5678,
  62.52252,
  59.55408,
  41.65128,
  5.605565,
  10.7369,
  -22.21725,
  -43.40835,
  -59.46242,
  -62.45174,
  -9.720769,
  29.19979,
  46.38919,
  56.25807,
  53.54113,
  41.75864,
  12.0817,
  6.380503,
  3.043951,
  -3.25001,
  -44.89472,
  -58.33026,
  -40.45447,
  15.06104,
  39.33731,
  53.62192,
  56.88972,
  56.01067,
  49.07478,
  -1.578009,
  0.8369861,
  -15.367,
  -42.93839,
  -65.76043,
  -57.29713,
  -33.94188,
  19.73665,
  42.08541,
  53.78785,
  60.37037,
  49.081,
  17.9967,
  14.42236 ;

 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 =
  -52.70142,
  -32.05986,
  -32.55779,
  -46.01729,
  -53.28091,
  -29.43735,
  -11.89892,
  7.955306,
  7.430989,
  0.826211,
  -6.09539,
  -44.62101,
  -41.91383,
  -32.64334,
  -29.14954,
  -26.02173,
  -24.55244,
  -21.84965,
  2.940666,
  4.386092,
  -5.341438,
  0.355097,
  2.128249,
  -50.20592,
  -48.11572,
  -54.68007,
  -36.00424,
  -31.72646,
  -21.66262,
  -22.27431,
  -17.56307,
  -13.82846,
  10.70497,
  2.512709,
  8.737536,
  -17.76914,
  -47.03017,
  -57.66962,
  -35.38956,
  -25.81817,
  -4.024336,
  -11.35868,
  -19.49008,
  -12.11985,
  14.74115,
  7.340745,
  -2.083718,
  -13.87932,
  -38.15019,
  -45.9999,
  -47.22369,
  -23.59164,
  -29.83234,
  -65.9362,
  -33.32021,
  -15.73865,
  -0.9998793,
  12.11743,
  9.603232,
  -0.09550098,
  -39.87834,
  -44.43408,
  -59.95561,
  -32.48256,
  -21.53104,
  -22.67076,
  -35.93284,
  -13.75958,
  -1.746205,
  15.90531,
  3.531355,
  -12.01547,
  -1.480786,
  -23.53064,
  -39.21334,
  -50.61604,
  -26.11098,
  -26.63327,
  -59.5393,
  -27.27747,
  -14.67634,
  3.195837,
  -5.070352,
  12.21741,
  11.53455,
  -10.08925,
  -41.75066,
  -42.37571,
  -37.03939,
  -18.48435,
  -30.39146,
  -36.31823,
  -10.54122,
  -18.90236,
  13.22144,
  -1.312819,
  -6.910198,
  -24.51209,
  -24.22025,
  -41.90633,
  -41.1917,
  -27.86005,
  -19.50241,
  -43.3082,
  -28.34111,
  -6.418086,
  -5.989523,
  -6.520493,
  -6.274443,
  -4.26568,
  -6.274282,
  -40.90292,
  -38.59489,
  -50.80295,
  -53.29912,
  -15.59013,
  -23.90836,
  -4.293674,
  4.396802,
  9.05089,
  3.023855,
  -6.771994,
  2.128249,
  -47.7776,
  -37.96077,
  -35.05145,
  -30.37873,
  -23.27139,
  -54.5486,
  -25.49472,
  -10.83191,
  -1.809259,
  -0.06424611,
  17.15035,
  -1.625758,
  -16.7401,
  -32.90794,
  -29.2617,
  -32.19583,
  -14.36113,
  -66.5948,
  -25.43301,
  -19.20556,
  -1.766903,
  15.20136,
  7.156255,
  2.062217,
  -1.301583,
  -34.3889,
  -51.51813,
  -34.28579,
  -25.09705,
  -18.39284,
  -47.13671,
  -44.84715,
  -18.75253,
  -7.296787,
  3.899539,
  12.14429,
  -4.665983,
  -2.345113,
  -25.52187,
  -26.1873,
  -39.2383,
  -21.06336,
  -38.65125,
  -37.88458,
  -14.19718 ;

 current_v_qc =
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0 ;

 temperature =
  12.14477,
  11.89269,
  12.27078,
  12.64872,
  13.59321,
  12.80616,
  11.9242,
  11.9242,
  11.89269,
  11.70357,
  11.64052,
  12.05025,
  11.82966,
  11.7351,
  11.79814,
  12.08176,
  12.61723,
  13.53025,
  13.40433,
  13.15248,
  12.23928,
  12.36528,
  12.11326,
  12.68021,
  12.80616,
  12.11326,
  12.30228,
  13.15248,
  12.68021,
  13.34137,
  12.61723,
  12.20778,
  11.95572,
  11.9242,
  12.05025,
  12.01874,
  12.14477,
  12.39677,
  11.82966,
  12.49126,
  11.60899,
  12.23928,
  12.55424,
  12.64872,
  12.55424,
  12.42827,
  12.64872,
  11.89269,
  12.11326,
  12.58574,
  11.98723,
  11.79814,
  12.49126,
  14.28588,
  13.37285,
  12.39677,
  12.14477,
  11.9242,
  11.86117,
  11.98723,
  12.52275,
  12.23928,
  12.11326,
  11.7351,
  11.86117,
  12.20778,
  13.53025,
  12.96358,
  12.36528,
  12.20778,
  12.42827,
  12.23928,
  12.08176,
  12.20778,
  12.08176,
  11.98723,
  11.95572,
  12.30228,
  13.62469,
  13.30989,
  12.71169,
  12.45976,
  12.14477,
  11.98723,
  11.98723,
  11.9242,
  12.33378,
  12.23928,
  11.95572,
  11.95572,
  12.71169,
  14.47485,
  15.16805,
  14.15993,
  14.38036,
  12.58574,
  12.74318,
  13.05803,
  12.30228,
  12.49126,
  12.17627,
  12.05025,
  12.23928,
  13.75062,
  13.65618,
  13.02655,
  12.86913,
  12.27078,
  12.36528,
  12.23928,
  12.05025,
  12.52275,
  12.17627,
  12.33378,
  13.59321,
  12.30228,
  13.15248,
  12.83764,
  12.83764,
  12.39677,
  12.36528,
  12.11326,
  12.08176,
  12.45976,
  12.42827,
  12.30228,
  12.20778,
  12.23928,
  13.93952,
  13.43581,
  12.83764,
  12.61723,
  12.17627,
  12.30228,
  12.58574,
  12.68021,
  12.36528,
  12.14477,
  12.23928,
  12.23928,
  14.34887,
  14.75836,
  14.31738,
  13.56173,
  13.62469,
  12.83764,
  12.61723,
  12.39677,
  12.68021,
  12.80616,
  12.42827,
  12.23928,
  12.36528,
  13.15248,
  13.90804,
  12.96358,
  12.74318,
  12.36528,
  12.33378,
  12.80616,
  12.61723,
  12.77467,
  12.23928,
  12.39677,
  12.42827,
  14.12844,
  14.2229,
  14.28588 ;

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