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

 lat = 45.2058 ;

 lon = -66.0208 ;

 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 =
  8.2124,
  19.0645,
  53.0873,
  65.1126,
  49.2744,
  44.2883,
  56.0203,
  71.8585,
  75.0848,
  73.6183,
  56.0203,
  28.4501,
  14.665,
  22.2908,
  45.7548,
  54.8471,
  63.9394,
  31.6764,
  41.3553,
  59.8332,
  69.2188,
  71.5652,
  62.4729,
  37.5424,
  21.1176,
  18.4779,
  34.9027,
  57.7801,
  71.2719,
  39.0089,
  43.1151,
  56.9002,
  73.325,
  80.9508,
  80.6575,
  64.8193,
  30.5032,
  14.9583,
  31.0898,
  48.9811,
  54.2605,
  60.4198,
  46.928,
  62.4729,
  68.3389,
  79.191,
  80.6575,
  69.2188,
  43.7017,
  26.1037,
  21.7042,
  39.5955,
  52.794,
  68.6322,
  39.3022,
  42.8218,
  63.3528,
  85.057,
  100.8952,
  100.6019,
  92.0962,
  32.263,
  16.7181,
  25.8104,
  49.2744,
  60.1265,
  60.7131,
  46.928,
  56.0203,
  86.5235,
  88.5766,
  115.8535,
  72.4451,
  61.2997,
  26.6903,
  19.6511,
  49.2744,
  55.727,
  66.8724,
  26.1037,
  56.0203,
  64.8193,
  75.6714,
  80.6575,
  89.1632,
  66.8724,
  46.6347,
  12.3186,
  24.3439,
  58.3667,
  63.0595,
  52.2074,
  33.7295,
  64.526,
  105.8813,
  80.0709,
  76.5513,
  51.3275,
  21.1176,
  12.6119,
  24.0506,
  63.0595,
  73.325,
  73.325,
  17.0114,
  63.6461,
  56.3136,
  78.3111,
  73.0317,
  68.0456,
  57.1935,
  20.8243,
  8.799,
  23.7573,
  48.1012,
  65.6992,
  54.8471,
  8.5057,
  40.1821,
  65.9925,
  81.2441,
  68.6322,
  63.9394,
  21.9975,
  10.2655,
  24.9305,
  56.6069,
  76.8446,
  71.2719,
  26.9836,
  58.66,
  61.8863,
  59.5399,
  65.4059,
  63.0595,
  62.1796,
  52.5007,
  15.8382,
  40.1821,
  49.5677,
  68.3389,
  41.9419,
  44.5816,
  69.2188,
  62.1796,
  61.8863,
  66.8724,
  38.129,
  10.8521,
  16.1315,
  43.7017,
  61.2997,
  78.0178,
  49.5677,
  32.5563,
  62.7662,
  59.2466,
  63.6461,
  62.4729,
  76.258,
  66.2858,
  48.9811,
  11.4387,
  55.4337,
  67.1657,
  72.4451,
  21.1176,
  58.3667 ;

 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 =
  181.312,
  283.6276,
  275.5408,
  273.0796,
  271.6732,
  153.184,
  127.1656,
  128.9236,
  115.2112,
  105.0148,
  101.4988,
  165.8416,
  206.2756,
  269.212,
  294.8788,
  284.6824,
  274.1344,
  264.9928,
  139.4716,
  119.0788,
  115.9144,
  109.5856,
  113.1016,
  176.7412,
  178.8508,
  167.248,
  264.6412,
  287.4952,
  275.8924,
  273.4312,
  169.3576,
  134.5492,
  117.6724,
  108.1792,
  110.2888,
  110.6404,
  190.8052,
  236.8648,
  294.8788,
  295.9336,
  279.0568,
  264.2896,
  171.8188,
  160.5676,
  135.9556,
  127.8688,
  121.54,
  114.1564,
  155.6452,
  188.344,
  218.9332,
  276.9472,
  296.2852,
  278.7052,
  261.4768,
  154.2388,
  138.7684,
  131.7364,
  112.3984,
  112.0468,
  106.7728,
  193.9696,
  226.3168,
  270.2668,
  282.9244,
  281.8696,
  271.3216,
  168.6544,
  156.3484,
  127.5172,
  125.7592,
  101.4988,
  97.9828,
  108.8824,
  167.9512,
  192.2116,
  280.4632,
  287.4952,
  272.728,
  262.18,
  146.8552,
  130.6816,
  109.9372,
  115.5628,
  118.7272,
  98.3344,
  95.5216,
  224.5588,
  289.6048,
  272.0248,
  288.1984,
  272.3764,
  167.248,
  144.394,
  123.298,
  114.1564,
  109.234,
  112.75,
  165.8416,
  187.6408,
  236.5132,
  270.6184,
  281.1664,
  279.76,
  253.39,
  155.9968,
  132.088,
  124.7044,
  115.9144,
  111.3436,
  113.4532,
  178.4992,
  237.9196,
  275.8924,
  262.18,
  269.5636,
  272.0248,
  221.3944,
  132.088,
  125.7592,
  118.3756,
  105.0148,
  122.9464,
  177.0928,
  156.3484,
  276.9472,
  272.728,
  273.0796,
  273.7828,
  181.6636,
  158.1064,
  133.1428,
  124.7044,
  115.9144,
  108.5308,
  100.444,
  90.9508,
  157.7548,
  270.97,
  269.212,
  274.1344,
  256.2028,
  154.942,
  145.4488,
  125.7592,
  114.8596,
  121.1884,
  104.6632,
  178.1476,
  268.1572,
  269.212,
  284.3308,
  277.2988,
  267.8056,
  157.4032,
  147.5584,
  129.2752,
  115.9144,
  111.3436,
  93.412,
  96.928,
  96.928,
  205.5724,
  266.0476,
  284.3308,
  267.8056,
  270.97,
  152.8324 ;

 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 =
  -0.188037,
  -18.52779,
  -52.83926,
  -65.01857,
  -49.25339,
  19.97964,
  44.64217,
  55.90479,
  67.93251,
  71.1049,
  54.89591,
  6.958992,
  -6.49204,
  -22.28869,
  -41.50874,
  -53.0561,
  -63.77301,
  -31.55552,
  26.8737,
  52.29135,
  62.25871,
  67.42456,
  57.46323,
  2.13414,
  0.4235342,
  4.078654,
  -34.75015,
  -55.10732,
  -70.89533,
  -38.93897,
  7.96244,
  40.54983,
  64.9379,
  76.91017,
  75.65324,
  60.65863,
  -5.718449,
  -12.52583,
  -28.20466,
  -44.04877,
  -53.58402,
  -60.11997,
  6.67805,
  20.78439,
  47.51027,
  62.51484,
  68.74239,
  63.15743,
  18.02196,
  -3.788066,
  -13.63922,
  -39.30479,
  -47.33514,
  -67.84157,
  -38.86814,
  18.61127,
  41.7561,
  63.47084,
  93.28333,
  93.24564,
  88.17812,
  -7.788516,
  -12.09002,
  -25.81012,
  -48.02608,
  -58.84089,
  -60.69695,
  9.231982,
  22.4739,
  68.62789,
  71.87815,
  113.5282,
  71.7431,
  58.00085,
  5.571459,
  -4.156653,
  -48.45505,
  -53.14919,
  -66.79662,
  -25.86095,
  30.62948,
  49.15531,
  71.13618,
  72.76217,
  78.18882,
  66.16615,
  46.41832,
  -8.643233,
  -22.93267,
  -58.33026,
  -59.90531,
  -52.1625,
  7.445162,
  37.56756,
  88.4984,
  73.05923,
  72.27829,
  47.33427,
  5.165438,
  -1.676906,
  -20.05851,
  -63.05583,
  -71.93687,
  -72.26373,
  -16.30156,
  25.89045,
  41.79124,
  64.37958,
  65.68822,
  63.37866,
  52.46849,
  0.5454073,
  -7.455425,
  -23.63178,
  -47.65388,
  -65.6973,
  -54.81285,
  -5.624297,
  29.81979,
  53.55161,
  71.4827,
  66.28902,
  53.65665,
  1.115679,
  4.118253,
  -24.74746,
  -56.54275,
  -76.73363,
  -71.11662,
  -0.7833668,
  21.87338,
  45.15544,
  48.94777,
  58.8292,
  59.79005,
  61.14944,
  52.49347,
  5.995884,
  -40.17634,
  -49.56301,
  -68.16106,
  -40.7317,
  18.88189,
  39.25692,
  50.45751,
  56.15196,
  57.20727,
  36.88716,
  0.3507925,
  -16.12316,
  -43.69757,
  -59.39223,
  -77.38563,
  -49.53135,
  12.50955,
  33.67028,
  45.86364,
  57.24636,
  58.18817,
  76.12283,
  65.80182,
  48.62347,
  -4.93753,
  -55.30186,
  -65.07569,
  -72.39198,
  -21.11457,
  26.64994 ;

 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 =
  -8.210247,
  4.491792,
  5.12582,
  3.498063,
  1.438748,
  -39.52553,
  -33.84303,
  -45.14751,
  -31.98283,
  -19.07219,
  -11.1675,
  -27.58588,
  -13.14974,
  -0.30656,
  19.24905,
  13.90159,
  4.609793,
  -2.764745,
  -31.4335,
  -29.07966,
  -30.25054,
  -23.98971,
  -24.51204,
  -37.48169,
  -21.11335,
  -18.02213,
  -3.259647,
  17.3702,
  7.316815,
  2.334681,
  -42.37347,
  -39.91671,
  -34.05326,
  -25.25584,
  -27.96817,
  -22.84891,
  -29.96239,
  -8.176454,
  13.07948,
  21.42087,
  8.541337,
  -6.011792,
  -46.45041,
  -58.91411,
  -49.12209,
  -48.61182,
  -42.19143,
  -28.32633,
  -39.81265,
  -25.82738,
  -16.88325,
  4.789259,
  23.37927,
  10.38752,
  -5.824974,
  -38.56588,
  -47.64457,
  -56.62283,
  -38.44557,
  -37.76231,
  -26.57687,
  -31.30879,
  -11.5467,
  0.1201867,
  11.02097,
  12.36712,
  1.400301,
  -46.01095,
  -51.3147,
  -52.69277,
  -51.76239,
  -23.09509,
  -10.06087,
  -19.83822,
  -26.10232,
  -19.20646,
  8.948426,
  16.75298,
  3.182765,
  -3.551706,
  -46.90532,
  -42.25278,
  -25.80319,
  -34.80372,
  -42.85539,
  -9.693173,
  -4.487237,
  -8.777382,
  8.16812,
  2.062217,
  19.69401,
  2.164734,
  -32.89755,
  -52.46221,
  -58.12816,
  -32.76732,
  -25.21807,
  -19.84891,
  -20.47611,
  -12.49992,
  -13.26979,
  0.6805953,
  14.20005,
  12.43017,
  -4.862804,
  -58.14216,
  -37.74538,
  -44.58585,
  -31.91689,
  -24.76588,
  -22.76301,
  -20.81716,
  -4.673226,
  2.438939,
  -6.544717,
  -0.5004008,
  1.937862,
  -6.380769,
  -26.93291,
  -38.56469,
  -38.61122,
  -17.78044,
  -34.77371,
  -21.96919,
  -9.403216,
  3.015459,
  2.694182,
  4.128344,
  4.702118,
  -26.97223,
  -54.42932,
  -42.31903,
  -33.89861,
  -28.5842,
  -20.04122,
  -11.27157,
  -0.8711876,
  -14.6594,
  0.6802381,
  -0.6816927,
  4.926981,
  -10.00256,
  -40.38556,
  -57.00997,
  -36.33651,
  -26.01676,
  -34.63013,
  -9.651847,
  -10.84643,
  -0.5187468,
  -0.601019,
  15.17289,
  9.91168,
  -1.897954,
  -30.05701,
  -52.97082,
  -37.50581,
  -27.81512,
  -22.73764,
  -4.538528,
  -7.995524,
  -5.908197,
  -10.31817,
  -3.820917,
  16.62485,
  -2.773933,
  0.3574974,
  -51.92738 ;

 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 =
  13.93952,
  13.15248,
  13.27841,
  13.15248,
  12.90061,
  12.99507,
  12.74318,
  12.64872,
  12.52275,
  12.55424,
  12.90061,
  13.65618,
  13.18396,
  12.96358,
  12.61723,
  12.74318,
  12.90061,
  12.90061,
  13.53025,
  12.77467,
  12.52275,
  12.96358,
  13.05803,
  14.38036,
  14.06546,
  13.21544,
  12.68021,
  12.49126,
  12.68021,
  12.74318,
  12.83764,
  12.64872,
  12.58574,
  12.55424,
  12.45976,
  12.36528,
  13.15248,
  12.49126,
  12.42827,
  12.58574,
  12.86913,
  13.02655,
  14.2229,
  13.87655,
  12.86913,
  12.74318,
  12.74318,
  12.77467,
  13.27841,
  13.02655,
  12.71169,
  12.39677,
  12.45976,
  12.74318,
  12.71169,
  12.61723,
  12.86913,
  12.45976,
  12.39677,
  12.36528,
  12.20778,
  12.83764,
  12.33378,
  12.20778,
  12.36528,
  12.52275,
  12.42827,
  13.56173,
  13.46729,
  12.55424,
  12.61723,
  12.39677,
  11.89269,
  12.71169,
  12.99507,
  12.58574,
  12.49126,
  12.23928,
  12.23928,
  12.27078,
  12.58574,
  12.64872,
  12.33378,
  12.17627,
  12.17627,
  11.95572,
  12.20778,
  12.36528,
  12.39677,
  12.11326,
  12.17627,
  12.61723,
  13.21544,
  13.05803,
  12.42827,
  13.46729,
  12.52275,
  12.49126,
  13.08951,
  12.71169,
  12.39677,
  11.98723,
  12.11326,
  12.11326,
  11.98723,
  12.99507,
  12.23928,
  12.11326,
  12.20778,
  12.17627,
  12.14477,
  12.74318,
  12.52275,
  12.45976,
  12.30228,
  12.33378,
  12.11326,
  12.17627,
  12.17627,
  12.33378,
  12.20778,
  12.45976,
  12.9321,
  13.18396,
  13.02655,
  12.49126,
  12.30228,
  12.17627,
  12.36528,
  12.52275,
  12.80616,
  12.52275,
  12.20778,
  12.27078,
  12.77467,
  12.45976,
  12.68021,
  12.61723,
  12.52275,
  12.9321,
  12.83764,
  12.49126,
  12.64872,
  13.08951,
  12.39677,
  12.42827,
  12.99507,
  12.96358,
  13.05803,
  12.80616,
  12.74318,
  12.55424,
  12.33378,
  12.33378,
  12.55424,
  12.9321,
  12.39677,
  12.33378,
  12.49126,
  12.61723,
  13.08951,
  12.99507,
  13.40433,
  12.80616,
  12.45976,
  12.77467,
  12.49126,
  13.87655 ;

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