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

 lat = 44.8898530006409 ;

 lon = -67.0132443110148 ;

 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 =
  77.7245,
  34.9027,
  92.6828,
  129.3453,
  127.2922,
  115.2669,
  53.3806,
  40.1821,
  137.851,
  141.9572,
  138.7309,
  138.4376,
  83.5905,
  2.0531,
  63.6461,
  127.2922,
  148.7031,
  146.3567,
  109.6942,
  10.8521,
  92.3895,
  152.2227,
  140.4907,
  136.9711,
  140.1974,
  55.4337,
  44.8749,
  99.722,
  132.2783,
  111.454,
  108.2277,
  24.3439,
  62.1796,
  137.2644,
  140.4907,
  140.1974,
  113.5071,
  80.0709,
  19.6511,
  62.1796,
  131.6917,
  133.4515,
  100.0153,
  90.6297,
  21.4109,
  83.2972,
  128.4654,
  139.6108,
  152.516,
  124.9458,
  25.2238,
  36.0759,
  112.3339,
  124.3592,
  113.8004,
  92.6828,
  20.8243,
  62.1796,
  131.1051,
  141.9572,
  161.315,
  147.2366,
  86.2302,
  11.732,
  65.1126,
  104.1215,
  118.1999,
  101.7751,
  73.0317,
  20.2377,
  112.9205,
  116.1468,
  133.4515,
  142.2505,
  112.9205,
  32.8496,
  22.8774,
  92.3895,
  118.1999,
  106.1746,
  72.7384,
  26.397,
  65.6992,
  118.1999,
  128.7587,
  132.5716,
  126.4123,
  61.593,
  17.3047,
  74.4982,
  118.1999,
  114.9736,
  107.6411,
  67.7523,
  24.0506,
  94.4426,
  124.6525,
  150.1696,
  139.6108,
  92.9761,
  18.4779,
  46.928,
  90.6297,
  121.1329,
  94.4426,
  93.856,
  24.0506,
  62.7662,
  106.4679,
  119.0798,
  127.2922,
  130.2252,
  63.6461,
  14.0784,
  73.6183,
  102.655,
  112.9205,
  93.856,
  40.4754,
  7.9191,
  66.5791,
  125.8257,
  144.3036,
  129.9319,
  81.8307,
  53.9672,
  26.397,
  85.3503,
  101.7751,
  103.8282,
  107.0545,
  28.7434,
  54.8471,
  107.9344,
  131.1051,
  118.4932,
  87.6967,
  53.0873,
  12.9052,
  61.2997,
  123.4793,
  97.9622,
  103.8282,
  57.4868,
  42.8218,
  77.4312,
  126.7056,
  138.4376,
  151.6361,
  132.5716,
  52.794,
  13.7851,
  77.7245,
  109.4009,
  116.4401,
  93.2694,
  34.6094,
  36.9558,
  102.0684,
  128.4654,
  131.1051,
  99.722,
  85.3503,
  28.1568,
  52.5007,
  116.4401,
  120.8396,
  99.722 ;

 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 =
  131.5332,
  245.1,
  296.7852,
  291.1596,
  301.356,
  295.0272,
  304.5204,
  130.83,
  127.6656,
  114.6564,
  114.3048,
  106.5696,
  118.8756,
  123.4464,
  302.4108,
  289.05,
  285.534,
  299.2464,
  295.0272,
  60.8616,
  132.588,
  135.0492,
  126.9624,
  123.798,
  117.1176,
  123.0948,
  258.1092,
  289.7532,
  292.566,
  306.63,
  302.4108,
  262.3284,
  128.0172,
  126.2592,
  124.1496,
  118.524,
  122.7432,
  133.2912,
  188.844,
  314.3652,
  290.4564,
  295.0272,
  334.758,
  314.3652,
  105.8664,
  123.0948,
  124.5012,
  117.4692,
  112.1952,
  127.6656,
  122.7432,
  291.5112,
  287.9952,
  289.4016,
  298.5432,
  295.7304,
  165.2868,
  127.6656,
  124.1496,
  122.04,
  113.6016,
  120.9852,
  122.04,
  307.6848,
  314.3652,
  308.0364,
  298.1916,
  296.082,
  312.9588,
  119.2272,
  129.4236,
  125.556,
  119.2272,
  111.8436,
  126.2592,
  129.072,
  328.0776,
  295.3788,
  286.9404,
  311.5524,
  324.21,
  23.592,
  131.5332,
  129.7752,
  120.9852,
  116.4144,
  129.7752,
  118.8756,
  251.0772,
  295.7304,
  299.598,
  309.4428,
  315.7716,
  289.7532,
  128.7204,
  129.072,
  120.6336,
  118.8756,
  119.5788,
  124.1496,
  78.7932,
  279.9084,
  287.9952,
  290.808,
  301.7076,
  305.9268,
  331.242,
  134.6976,
  129.072,
  127.314,
  117.1176,
  129.7752,
  122.7432,
  269.712,
  299.2464,
  297.84,
  296.4336,
  317.178,
  285.1824,
  118.1724,
  130.83,
  123.798,
  110.4372,
  119.5788,
  111.8436,
  131.1816,
  293.2692,
  287.292,
  297.84,
  312.6072,
  301.7076,
  4.9572,
  132.588,
  127.6656,
  122.3916,
  120.9852,
  119.9304,
  122.3916,
  261.6252,
  316.8264,
  287.9952,
  314.7168,
  299.598,
  341.0868,
  93.912,
  127.6656,
  124.8528,
  120.6336,
  114.6564,
  121.6884,
  126.2592,
  253.5384,
  295.3788,
  285.8856,
  293.2692,
  310.146,
  302.4108,
  110.0856,
  126.6108,
  122.3916,
  120.282,
  123.4464,
  133.2912,
  167.748,
  303.114,
  285.1824,
  301.356,
  303.8172 ;

 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 =
  58.18236,
  -31.65829,
  -82.73814,
  -120.6247,
  -108.7013,
  -104.4442,
  -43.98158,
  30.4039,
  109.1216,
  129.0144,
  126.435,
  132.6888,
  73.19772,
  1.71311,
  -53.73175,
  -120.3209,
  -143.2712,
  -127.7001,
  -99.39469,
  9.478724,
  68.02074,
  107.5452,
  112.2563,
  113.8235,
  124.7859,
  46.44059,
  -43.91198,
  -93.85407,
  -122.1508,
  -89.44241,
  -91.36874,
  -24.12601,
  48.9867,
  110.6831,
  116.2665,
  123.1798,
  95.47118,
  58.28185,
  -3.021252,
  -44.45204,
  -123.387,
  -120.9213,
  -42.65077,
  -64.79095,
  20.59518,
  69.78375,
  105.8702,
  123.8709,
  141.2149,
  98.90591,
  21.21582,
  -33.56306,
  -106.8388,
  -117.2973,
  -99.96877,
  -83.493,
  5.288972,
  49.22078,
  108.4993,
  120.334,
  147.8212,
  126.226,
  73.09544,
  -9.284537,
  -46.54884,
  -82.00812,
  -104.1782,
  -91.41091,
  -53.44781,
  17.66125,
  87.22793,
  94.49094,
  116.4618,
  132.0373,
  91.05341,
  25.50294,
  -12.09689,
  -83.47335,
  -113.071,
  -79.4557,
  -42.53859,
  10.56464,
  49.18056,
  90.84377,
  110.3849,
  118.7311,
  97.1555,
  53.93516,
  -16.36949,
  -67.11147,
  -102.7763,
  -88.78942,
  -75.08186,
  -63.76556,
  18.76446,
  73.32094,
  107.2564,
  131.4991,
  121.4164,
  76.94466,
  18.12556,
  -46.22803,
  -86.19631,
  -113.2321,
  -80.34623,
  -76.00152,
  -11.57101,
  44.61603,
  82.65684,
  94.70719,
  113.2993,
  100.0859,
  53.53294,
  -14.07822,
  -64.23393,
  -90.77322,
  -101.1148,
  -63.79608,
  -39.06269,
  6.980932,
  50.37726,
  104.5616,
  135.2205,
  112.9989,
  75.9555,
  40.61714,
  -24.24984,
  -81.49266,
  -89.99516,
  -76.4188,
  -91.0757,
  2.483762,
  40.38057,
  85.43985,
  110.706,
  101.5843,
  76.00078,
  44.82726,
  -12.76758,
  -41.94194,
  -117.439,
  -69.61127,
  -90.27988,
  -18.6335,
  42.72203,
  61.2938,
  103.9775,
  119.1177,
  137.8108,
  112.8075,
  42.57042,
  -13.22005,
  -70.22362,
  -105.2229,
  -106.9687,
  -71.2955,
  -29.21819,
  34.70817,
  81.93082,
  108.477,
  113.2163,
  83.20821,
  62.12461,
  5.975205,
  -43.97381,
  -112.376,
  -103.1911,
  -82.85078 ;

 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 =
  -51.53553,
  -14.69529,
  41.76722,
  46.6894,
  66.23701,
  48.76348,
  30.25077,
  -26.27173,
  -84.23412,
  -59.22108,
  -57.10035,
  -39.47961,
  -40.36665,
  -1.13158,
  34.11341,
  41.5473,
  39.8242,
  71.50497,
  46.40596,
  5.284114,
  -62.52199,
  -107.7301,
  -84.47576,
  -76.19245,
  -63.90454,
  -30.26824,
  -9.246342,
  33.70297,
  50.76146,
  66.49849,
  58.00853,
  -3.249788,
  -38.29629,
  -81.18354,
  -78.86524,
  -66.94802,
  -61.39311,
  -54.90514,
  -19.41746,
  43.47779,
  46.02552,
  56.45645,
  90.46531,
  63.37094,
  -5.853637,
  -45.48243,
  -72.76582,
  -64.39851,
  -57.61494,
  -76.34837,
  -13.64291,
  13.22842,
  34.70413,
  41.31057,
  54.37625,
  40.23705,
  -20.14146,
  -37.99496,
  -73.59659,
  -75.30988,
  -64.58643,
  -75.79985,
  -45.74609,
  7.171972,
  45.52864,
  64.15571,
  55.84018,
  44.74614,
  49.76908,
  -9.881543,
  -71.71002,
  -67.53918,
  -65.1609,
  -52.92775,
  -66.7856,
  -20.70499,
  19.41754,
  39.59822,
  34.44071,
  70.42612,
  59.00291,
  24.1907,
  -43.56211,
  -75.62159,
  -66.28712,
  -58.97584,
  -80.87569,
  -29.74384,
  -5.611808,
  32.34243,
  58.38029,
  73.0436,
  77.13184,
  22.8982,
  -15.04414,
  -59.52684,
  -63.51619,
  -72.51833,
  -68.9147,
  -52.19266,
  3.591194,
  8.075067,
  27.9989,
  43.03095,
  49.63757,
  55.07012,
  21.08419,
  -44.14754,
  -67.10635,
  -72.18412,
  -58.02212,
  -83.3151,
  -34.42456,
  -0.07076546,
  35.96743,
  47.9403,
  50.26773,
  68.84046,
  10.60021,
  -3.738814,
  -43.53054,
  -69.99264,
  -50.388,
  -64.137,
  -30.4471,
  -35.53458,
  10.42818,
  25.36966,
  47.52939,
  70.28841,
  56.26619,
  28.63589,
  -37.11623,
  -65.95352,
  -70.2334,
  -61.00227,
  -43.75606,
  -28.43903,
  -1.879615,
  44.70489,
  38.14737,
  68.92651,
  51.28194,
  54.38313,
  -2.921485,
  -47.31448,
  -72.40845,
  -70.54034,
  -63.25888,
  -69.63978,
  -31.22444,
  -3.906321,
  33.31279,
  29.94494,
  45.99986,
  60.13428,
  18.55015,
  -12.6915,
  -60.87116,
  -68.8193,
  -66.11058,
  -54.96244,
  -58.52526,
  -27.51549,
  28.68148,
  30.49482,
  62.87937,
  55.49979 ;

 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.38281,
  12.35136,
  11.87937,
  11.69049,
  11.69049,
  10.77667,
  10.77667,
  11.50156,
  11.78494,
  12.09966,
  11.97379,
  12.03673,
  12.09966,
  12.00526,
  12.00526,
  11.75346,
  11.75346,
  11.65901,
  10.96588,
  11.43857,
  11.50156,
  12.0682,
  12.16259,
  12.16259,
  12.22552,
  12.28844,
  12.19406,
  11.78494,
  11.75346,
  11.65901,
  10.77667,
  10.87128,
  11.37557,
  11.69049,
  12.09966,
  11.97379,
  12.00526,
  12.0682,
  12.09966,
  12.03673,
  11.69049,
  11.65901,
  11.53305,
  11.50156,
  11.34406,
  11.24955,
  12.0682,
  12.03673,
  12.00526,
  11.94232,
  12.09966,
  12.0682,
  11.78494,
  11.65901,
  11.56454,
  10.77667,
  11.40707,
  11.37557,
  11.56454,
  12.00526,
  11.87937,
  11.94232,
  11.94232,
  11.94232,
  11.69049,
  11.65901,
  11.56454,
  10.83975,
  11.37557,
  11.37557,
  11.69049,
  11.97379,
  12.00526,
  11.91084,
  12.00526,
  11.87937,
  11.87937,
  11.69049,
  11.59603,
  11.56454,
  11.21803,
  11.37557,
  11.56454,
  11.47006,
  11.84789,
  11.81642,
  11.87937,
  11.81642,
  11.81642,
  11.56454,
  11.62752,
  11.59603,
  11.31256,
  10.96588,
  11.21803,
  11.37557,
  12.00526,
  11.91084,
  11.87937,
  11.94232,
  11.94232,
  11.91084,
  11.69049,
  11.53305,
  11.53305,
  11.53305,
  10.77667,
  11.56454,
  11.56454,
  11.87937,
  11.84789,
  11.84789,
  11.91084,
  11.91084,
  11.59603,
  11.47006,
  11.47006,
  11.43857,
  10.90282,
  11.21803,
  11.31256,
  11.78494,
  11.78494,
  11.78494,
  11.81642,
  11.84789,
  11.72198,
  11.53305,
  11.50156,
  11.56454,
  11.37557,
  11.21803,
  11.50156,
  11.65901,
  11.75346,
  11.78494,
  11.81642,
  11.84789,
  11.87937,
  11.78494,
  11.62752,
  11.65901,
  11.21803,
  11.56454,
  11.53305,
  11.43857,
  11.75346,
  11.91084,
  11.84789,
  11.91084,
  11.94232,
  11.75346,
  11.59603,
  11.62752,
  11.53305,
  11.34406,
  10.80821,
  11.37557,
  11.62752,
  11.87937,
  11.97379,
  11.94232,
  12.03673,
  12.09966,
  12.03673,
  11.72198,
  11.72198,
  11.37557 ;

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