netcdf J0204.aanderaa.realtime {
dimensions:
	lat = 1 ;
	lon = 1 ;
	depth = 1 ;
	time = 168 ;
variables:
	double lat(lat) ;
		lat:long_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: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: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" ;
		depth:standard_name = "depth" ;
	double time(time) ;
		time:long_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" ;
		time:standard_name = "time" ;
	float current_speed(time, depth, lat, lon) ;
		current_speed:long_name = "Current Speed" ;
		current_speed:short_name = "CSPD" ;
		current_speed:scale_factor = 1.f ;
		current_speed:add_offset = 0.f ;
		current_speed:_FillValue = -999.f ;
		current_speed:units = "cm/s" ;
		current_speed:valid_range = 0.f, 1000.f ;
		current_speed:is_dead = 0. ;
		current_speed:sensor_depth = 2. ;
		current_speed:calibration_coeffs = 0., 0.2933, 0., 0. ;
		current_speed:epic_code = 300 ;
		current_speed:standard_name = "sea_water_speed" ;
		current_speed:ancillary_variables = "current_speed_qc" ;
	byte current_speed_qc(time, depth, lat, lon) ;
		current_speed_qc:long_name = "Current Speed QC" ;
		current_speed_qc:short_name = "CSPDQC" ;
		current_speed_qc:_FillValue = 128s ;
		current_speed_qc:valid_range = -127s, 127s ;
		current_speed_qc:sensor_depth = 2. ;
		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: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:sensor_depth = 2. ;
		current_direction:calibration_coeffs = 0., 0.3516, 0., 0. ;
		current_direction:epic_code = 310 ;
		current_direction:standard_name = "direction_of_sea_water_velocity" ;
		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:sensor_depth = 2. ;
		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: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 = -999.f ;
		current_u:is_dead = 0. ;
		current_u:sensor_depth = 2. ;
		current_u:standard_name = "eastward_sea_water_velocity" ;
		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:sensor_depth = 2. ;
		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: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:sensor_depth = 2. ;
		current_v:standard_name = "northward_sea_water_velocity" ;
		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:sensor_depth = 2. ;
		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: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:sensor_depth = 2. ;
		temperature:calibration_coeffs = -0.7195, 0.03419, -6.292e-06, 4.8e-09 ;
		temperature:calibration_type = "Wide Range" ;
		temperature:epic_code = 20 ;
		temperature:standard_name = "sea_water_temperature" ;
		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:sensor_depth = 2. ;
		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:56:04:  Added ancillary_variables, intent attributes for CF compliance.\n",
			"07-Apr-2003 15:47:27:  Moved temperature back to celsius.  Moved current_u, current_v, current_speed back to cm/s.\n",
			"07-Apr-2003 15:24:39:  Added flag_values/flag_meaning attribute pairs.  Now discriminating sensor death from out_of_range.\n",
			"16-Mar-2003 21:00:10:  Modified [lon,lat] to [-67.013244,44.889853]." ;
		: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 = 44.8898530006409 ;
		:longitude = -67.0132443110148 ;
		: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 starts at 00:00:00 UTC on 1 January 4713 BC" ;
		:buffer_type = "aanderaa" ;
		:aanderaa_serial_number = 964 ;
		:instrument_number = 0 ;
		:processing = "realtime" ;
		:water_depth = 32. ;
		:mooring_site_id = "J0204" ;
		:mooring_site_desc = "Cobscook Bay" ;
		:breakout_id = 5 ;
		:delta_t = 60 ;
		:magnetic_variation = -18.6 ;
		: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:54:36\n",
			"AANCM_Temperature_1.5:  27-Aug-2003 12:54:36" ;
data:

 lat = 44.8898530006409 ;

 lon = -67.0132443110148 ;

 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 =
  58.66,
  24.9305,
  76.8446,
  131.3984,
  151.9294,
  141.3706,
  113.5071,
  65.4059,
  20.2377,
  64.8193,
  113.5071,
  108.8143,
  95.6158,
  21.9975,
  34.9027,
  80.0709,
  122.8927,
  124.3592,
  120.5463,
  96.4957,
  21.1176,
  49.861,
  118.4932,
  118.7865,
  95.6158,
  65.1126,
  24.9305,
  83.8838,
  142.2505,
  135.5046,
  156.0356,
  147.8232,
  82.7106,
  19.9444,
  95.0292,
  114.387,
  113.8004,
  107.0545,
  53.9672,
  36.6625,
  109.6942,
  141.0773,
  126.119,
  146.0634,
  103.2416,
  32.5563,
  50.7409,
  114.0937,
  121.4262,
  125.2391,
  65.9925,
  9.6789,
  87.1101,
  154.8624,
  155.7423,
  166.3011,
  156.3289,
  50.1543,
  42.5285,
  102.655,
  116.1468,
  120.5463,
  98.8421,
  21.4109,
  53.6739,
  133.4515,
  145.1835,
  157.7954,
  129.3453,
  78.3111,
  7.3325,
  59.8332,
  129.9319,
  121.4262,
  105.0014,
  80.0709,
  12.3186,
  102.0684,
  132.8649,
  140.784,
  166.0078,
  117.0267,
  59.8332,
  41.3553,
  122.5994,
  135.7979,
  119.0798,
  105.0014,
  17.0114,
  66.8724,
  136.6778,
  157.5021,
  116.7334,
  124.9458,
  50.4476,
  29.33,
  90.0431,
  122.8927,
  116.1468,
  96.4957,
  85.3503,
  15.8382,
  145.4768,
  163.3681,
  169.5274,
  147.8232,
  92.0962,
  7.9191,
  59.8332,
  133.7448,
  133.1582,
  100.8952,
  76.258,
  27.8635,
  78.3111,
  151.6361,
  148.7031,
  137.5577,
  111.7473,
  62.1796,
  30.7965,
  126.7056,
  130.2252,
  133.4515,
  81.5374,
  11.4387,
  87.1101,
  143.4237,
  175.1001,
  127.2922,
  109.4009,
  57.1935,
  21.4109,
  92.9761,
  131.6917,
  125.8257,
  97.9622,
  46.928,
  37.8357,
  128.4654,
  134.3314,
  124.3592,
  131.1051,
  85.057,
  6.7459,
  65.1126,
  119.9597,
  106.1746,
  108.521,
  91.2163,
  8.799,
  87.6967,
  130.5185,
  135.2113,
  122.8927,
  117.0267,
  23.1707,
  55.727,
  115.8535,
  116.7334,
  101.4818,
  84.4704,
  25.2238,
  73.9116,
  136.9711,
  137.2644,
  121.7195,
  104.1215 ;

 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 =
  329.1324,
  93.2088,
  130.4784,
  127.314,
  112.5468,
  116.766,
  115.008,
  118.8756,
  293.6208,
  315.42,
  288.3468,
  297.84,
  317.5296,
  295.0272,
  107.976,
  128.3688,
  124.5012,
  120.6336,
  123.0948,
  131.1816,
  155.7936,
  303.8172,
  287.292,
  292.9176,
  301.0044,
  345.2676,
  75.6288,
  130.1268,
  120.6336,
  117.4692,
  110.4372,
  120.282,
  126.6108,
  278.8536,
  284.8308,
  290.808,
  296.082,
  293.9724,
  304.872,
  126.2592,
  130.4784,
  130.4784,
  118.1724,
  119.5788,
  131.5332,
  184.2732,
  306.9816,
  289.7532,
  297.84,
  282.018,
  296.082,
  110.0856,
  122.3916,
  117.4692,
  115.008,
  114.3048,
  112.8984,
  105.8664,
  270.4152,
  287.9952,
  295.3788,
  300.3012,
  305.5752,
  286.5888,
  134.6976,
  127.314,
  118.1724,
  109.734,
  123.4464,
  134.346,
  170.5608,
  310.8492,
  290.4564,
  296.7852,
  328.0776,
  288.3468,
  142.0812,
  129.7752,
  123.4464,
  124.8528,
  102.3504,
  122.3916,
  145.2456,
  294.6756,
  286.9404,
  303.4656,
  297.1368,
  295.3788,
  232.0908,
  129.4236,
  124.8528,
  126.9624,
  128.3688,
  136.104,
  127.314,
  287.6436,
  292.566,
  296.082,
  297.84,
  309.7944,
  309.7944,
  144.5424,
  120.9852,
  109.734,
  105.8664,
  110.4372,
  126.6108,
  29.2176,
  299.598,
  276.3924,
  301.0044,
  301.356,
  305.2236,
  92.5056,
  135.7524,
  123.4464,
  116.766,
  117.4692,
  117.4692,
  136.8072,
  292.566,
  289.05,
  290.1048,
  291.5112,
  300.6528,
  148.7616,
  138.9168,
  122.04,
  106.5696,
  124.1496,
  124.1496,
  124.8528,
  256.3512,
  293.2692,
  291.8628,
  298.8948,
  305.2236,
  341.7516,
  123.798,
  132.588,
  119.5788,
  125.2044,
  114.6564,
  123.4464,
  180.4056,
  301.7076,
  287.6436,
  305.2236,
  312.2556,
  281.6664,
  314.3652,
  125.9076,
  125.556,
  116.0628,
  117.4692,
  126.2592,
  123.4464,
  285.1824,
  286.5888,
  295.3788,
  304.872,
  328.7808,
  330.5388,
  130.1268,
  123.4464,
  119.9304,
  119.9304,
  118.1724 ;

 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 =
  -30.09586,
  24.89141,
  58.4519,
  104.5045,
  140.3169,
  126.2232,
  102.8657,
  57.274,
  -18.54213,
  -45.49696,
  -107.7374,
  -96.2196,
  -64.56067,
  -19.93209,
  33.19896,
  62.77811,
  101.2776,
  107.0041,
  100.9899,
  72.62521,
  8.658742,
  -41.42539,
  -113.1376,
  -109.4102,
  -81.95496,
  -16.55845,
  24.15038,
  64.13924,
  122.3985,
  120.2277,
  146.214,
  127.6533,
  66.39222,
  -19.70676,
  -91.86339,
  -106.9262,
  -102.2116,
  -97.82011,
  -44.27639,
  29.56279,
  83.43897,
  107.3106,
  111.1778,
  127.0281,
  77.28374,
  -2.425844,
  -40.53329,
  -107.3801,
  -107.3717,
  -122.4941,
  -59.2722,
  9.090235,
  73.55634,
  137.403,
  141.1413,
  151.5616,
  144.0096,
  48.24351,
  -42.52738,
  -97.63336,
  -104.9379,
  -104.0779,
  -80.39349,
  -20.51974,
  38.15296,
  106.1374,
  127.9838,
  148.5281,
  107.9259,
  56.00276,
  1.202537,
  -45.25985,
  -121.7382,
  -108.3974,
  -55.52161,
  -76.00079,
  7.570323,
  78.44574,
  110.8627,
  115.5306,
  162.166,
  98.8181,
  34.10851,
  -37.57898,
  -117.2796,
  -113.2849,
  -105.9715,
  -94.86813,
  -13.42175,
  51.65706,
  112.1609,
  125.8489,
  91.52267,
  86.63136,
  40.12226,
  -27.95033,
  -83.14923,
  -110.378,
  -102.7034,
  -74.14209,
  -65.57857,
  9.187745,
  124.7173,
  153.7735,
  163.0687,
  138.5185,
  73.92609,
  3.865533,
  -52.0257,
  -132.9133,
  -114.1336,
  -86.15952,
  -62.29572,
  27.83686,
  54.64239,
  126.5254,
  132.77,
  122.0493,
  99.14879,
  42.55917,
  -28.43866,
  -119.7665,
  -122.29,
  -124.1561,
  -70.14439,
  5.932112,
  57.24477,
  121.5771,
  167.8289,
  105.3438,
  90.53741,
  46.9343,
  -20.80626,
  -85.41332,
  -122.2202,
  -110.1615,
  -80.02605,
  -14.69491,
  31.44161,
  94.58121,
  116.825,
  101.614,
  119.1517,
  70.97171,
  -0.0477542,
  -55.39399,
  -114.3168,
  -86.73482,
  -80.32208,
  -89.33192,
  -6.290383,
  71.03116,
  106.183,
  121.4621,
  109.0376,
  94.36444,
  19.33367,
  -53.78196,
  -111.0315,
  -105.4679,
  -83.25885,
  -43.78216,
  -12.40592,
  56.51429,
  114.2889,
  118.9577,
  105.486,
  91.78633 ;

 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 =
  50.35111,
  -1.395481,
  -49.88454,
  -79.65144,
  -58.2555,
  -63.66594,
  -47.98454,
  -31.58513,
  8.108875,
  46.16891,
  35.72839,
  50.81672,
  70.52872,
  9.306008,
  -10.77162,
  -49.70168,
  -69.60931,
  -63.36674,
  -65.8214,
  -63.53738,
  -19.26082,
  27.74989,
  35.2211,
  46.25628,
  49.25207,
  62.97197,
  6.187825,
  -54.06155,
  -72.48318,
  -62.50444,
  -54.48459,
  -74.54079,
  -49.32663,
  3.069648,
  24.32419,
  40.63455,
  50.03315,
  43.49587,
  30.85548,
  -21.68364,
  -71.20924,
  -91.58193,
  -59.54408,
  -72.09983,
  -68.45475,
  -32.4658,
  30.52362,
  38.56017,
  56.70653,
  26.07716,
  29.01407,
  -3.323963,
  -46.66514,
  -71.43365,
  -65.83925,
  -68.44799,
  -60.8273,
  -13.71194,
  0.3081846,
  31.71396,
  49.78062,
  60.82112,
  57.50346,
  6.112834,
  -37.75234,
  -80.896,
  -68.54493,
  -53.28023,
  -71.28952,
  -54.73865,
  -7.233219,
  39.13512,
  45.41048,
  54.72035,
  89.12151,
  25.20374,
  -9.717928,
  -65.30103,
  -73.22937,
  -80.45384,
  -35.50737,
  -62.69156,
  -49.15915,
  17.26502,
  35.72262,
  74.88388,
  54.31427,
  45.00369,
  -10.45201,
  -42.46724,
  -78.10727,
  -94.70456,
  -72.45886,
  -90.03588,
  -30.58047,
  8.889781,
  34.55381,
  54.03064,
  54.24103,
  61.76059,
  54.62714,
  -12.90093,
  -74.89388,
  -55.16187,
  -46.34797,
  -51.61698,
  -54.92398,
  6.91157,
  29.55231,
  14.89076,
  68.59031,
  52.50122,
  43.98324,
  -1.218109,
  -56.09668,
  -83.57524,
  -66.96811,
  -63.45148,
  -51.54587,
  -45.33232,
  11.81808,
  41.35584,
  44.7634,
  48.93441,
  41.57057,
  -9.780282,
  -65.65977,
  -76.08788,
  -49.93502,
  -71.45619,
  -61.41281,
  -32.68437,
  -5.052327,
  36.73037,
  49.04005,
  60.79935,
  56.50154,
  44.56789,
  -21.04674,
  -86.93533,
  -66.30868,
  -71.69247,
  -54.69385,
  -46.87973,
  -6.745731,
  34.22217,
  36.3592,
  61.2382,
  72.97377,
  18.44512,
  6.152518,
  -51.43234,
  -75.89629,
  -59.4059,
  -56.68693,
  -69.21417,
  -12.77069,
  14.5945,
  33.07629,
  50.03204,
  58.02171,
  72.2383,
  21.96208,
  -47.63465,
  -75.49253,
  -68.48775,
  -60.73166,
  -49.15849 ;

 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.43857,
  11.28105,
  11.43857,
  11.91084,
  12.00526,
  11.97379,
  12.00526,
  12.0682,
  11.87937,
  11.84789,
  11.72198,
  11.59603,
  11.50156,
  11.15501,
  11.43857,
  11.56454,
  11.97379,
  12.13113,
  12.13113,
  12.19406,
  12.22552,
  12.13113,
  11.84789,
  11.72198,
  11.47006,
  11.59603,
  11.50156,
  11.47006,
  11.81642,
  12.09966,
  12.03673,
  12.03673,
  12.03673,
  12.00526,
  11.75346,
  11.65901,
  11.65901,
  11.06045,
  10.93435,
  11.50156,
  11.78494,
  12.16259,
  12.22552,
  12.25698,
  12.28844,
  12.22552,
  12.16259,
  11.91084,
  11.81642,
  11.28105,
  10.96588,
  11.24955,
  11.59603,
  12.00526,
  12.13113,
  12.0682,
  12.03673,
  12.13113,
  12.09966,
  11.81642,
  11.78494,
  11.75346,
  11.06045,
  11.21803,
  11.53305,
  11.81642,
  12.16259,
  12.13113,
  12.25698,
  12.28844,
  12.28844,
  11.97379,
  11.97379,
  11.84789,
  11.56454,
  10.99741,
  11.43857,
  11.53305,
  12.09966,
  12.0682,
  12.03673,
  12.00526,
  12.0682,
  12.00526,
  11.81642,
  11.81642,
  11.59603,
  10.96588,
  11.34406,
  11.75346,
  11.69049,
  12.13113,
  12.0682,
  12.22552,
  12.28844,
  12.09966,
  11.87937,
  11.78494,
  11.72198,
  10.93435,
  11.75346,
  11.56454,
  11.81642,
  12.0682,
  12.00526,
  12.03673,
  12.09966,
  11.84789,
  12.09966,
  11.78494,
  11.72198,
  11.21803,
  11.06045,
  11.59603,
  11.59603,
  12.13113,
  12.16259,
  12.16259,
  12.22552,
  12.28844,
  12.0682,
  11.87937,
  11.81642,
  11.50156,
  11.06045,
  11.47006,
  11.72198,
  11.87937,
  12.00526,
  11.97379,
  12.03673,
  11.91084,
  11.94232,
  11.81642,
  11.69049,
  11.69049,
  11.09197,
  11.72198,
  11.62752,
  12.03673,
  12.09966,
  12.09966,
  12.16259,
  12.22552,
  12.25698,
  12.13113,
  11.81642,
  11.81642,
  11.47006,
  11.31256,
  11.56454,
  11.47006,
  12.03673,
  12.09966,
  12.00526,
  11.97379,
  12.03673,
  11.97379,
  11.78494,
  11.75346,
  11.53305,
  11.78494,
  11.06045,
  11.65901,
  11.81642,
  12.16259,
  12.09966,
  12.28844 ;

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