HT-coupled RTES Benchmark between FALCON and TOUGH
Problem Statement
Reservoir Thermal Energy Storage (RTES), also called Geological Thermal Energy Storage (GeoTES) or Aquifer Thermal Energy Storage (ATES), is the concept of injecting hot fluid into the subsurface formation for energy storage and extracting it for later use. This example provides a comparison between FALCON and the TOUGH3 code for the heat transfer and fluid flow coupled problems and can be used as an example for TOUGH users on how to setup FALCON simulations

Figure 1: Model set up comparison between TOUGH and FALCON for the Lower Tuscaloosa formation.
The Lower Tuscaloosa formation located at the Cranfield site was chosen as the storage site. Figure 1 shows the geometry and boundary conditions for the two models built for the TOUGH and FALCON solvers, respectively. The formation thickness is about 24 m and is located at a depth of 3000 m. Given the symmetry of the 5-spot well configuration, a 1/8 TOUGH model and a quarter FALCON model were built. Note the TOUGH is a finite difference method (FDM) based solver while FALCON is a finite element method based solver, the quarter FALCON model has a better convergence rate. The cap-/bed-rock layers of the TOUGH model were replaced by undrained flow boundary conditions and an analytical solution for heat conduction. While cap-/bed-rocks were explicitly simulated in the FALCON model with both no-flux of heat and fluid applied to the top and bottom surfaces. All the side surfaces for both the FALCON and TOUGH models are symmetrical boundaries.
A typical RTES operation of injection-storage-extraction-rest seasonal cycles were simulated. During the injection season, we inject hot fluid with a constant injection temperature of 180 degrees C into the injection well and extract fluid from the production well at the same fixed rate of 3 kg/s. During the extraction season, we inject cold fluid with the same temperature as the formation initial temperature To = 126 degree C into the injection well and extract fluid from the production well at the same fixed rate of 3 kg/s. No fluid injection or extraction is conducted during the storage and rest seasons. For this problem, we detail the the input file of FALCON int the following section, and the input file for TOUGH3 can be downloaded here.
FALCON Input File & Results
Figure 1 also shows the permeability profile logged from one well of the Lower Tuscaloosa Sandstone formation. The horizontal and vertical porosity and permeability data were obtained from Doughty and Freifeld (2013) and averaged over the zone of interest and discretized into 20 layers. For the first FALCON simulation, the material section of the input file is
[Materials<<<{"href": "../syntax/Materials/index.html"}>>>]
[./internal_energy_aquifer]
type = PorousFlowMatrixInternalEnergy<<<{"description": "This Material calculates the internal energy of solid rock grains, which is specific_heat_capacity * density * temperature. Kernels multiply this by (1 - porosity) to find the energy density of the porous rock in a rock-fluid system", "href": "../source/materials/PorousFlowMatrixInternalEnergy.html"}>>>
specific_heat_capacity<<<{"description": "Specific heat capacity of the rock grains (J/kg/K)."}>>> = 920.0
density<<<{"description": "Density of the rock grains"}>>> = 2600.0
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = 'caps layer_1 layer_2 layer_3 layer_4 layer_5 layer_6 layer_7 layer_8 layer_9 layer_10 layer_11 layer_12 layer_13 layer_14 layer_15 layer_16 layer_17 layer_18 layer_19 layer_20'
[../]
[./thermal_conductivity_aquifer]
type = PorousFlowThermalConductivityIdeal<<<{"description": "This Material calculates rock-fluid combined thermal conductivity by using a weighted sum. Thermal conductivity = dry_thermal_conductivity + S^exponent * (wet_thermal_conductivity - dry_thermal_conductivity), where S is the aqueous saturation", "href": "../source/materials/PorousFlowThermalConductivityIdeal.html"}>>>
dry_thermal_conductivity<<<{"description": "The thermal conductivity of the rock matrix when the aqueous saturation is zero"}>>> = '2.51 0 0 0 2.51 0 0 0 2.51'
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = 'caps layer_1 layer_2 layer_3 layer_4 layer_5 layer_6 layer_7 layer_8 layer_9 layer_10 layer_11 layer_12 layer_13 layer_14 layer_15 layer_16 layer_17 layer_18 layer_19 layer_20'
[../]
[./porosity_caps]
type = PorousFlowPorosityConst<<<{"description": "This Material calculates the porosity assuming it is constant", "href": "../source/materials/PorousFlowPorosityConst.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = caps
porosity<<<{"description": "The porosity (assumed indepenent of porepressure, temperature, strain, etc, for this material). This should be a real number, or a constant monomial variable (not a linear lagrange or other kind of variable)."}>>> = 0.01
[../]
[./permeability_caps]
type = PorousFlowPermeabilityConst<<<{"description": "This Material calculates the permeability tensor assuming it is constant", "href": "../source/materials/PorousFlowPermeabilityConst.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = caps
permeability<<<{"description": "The permeability tensor (usually in m^2), which is assumed constant for this material"}>>> = '1E-18 0 0 0 1E-18 0 0 0 1E-18'
[../]
[./porosity_layer_1]
type = PorousFlowPorosity<<<{"description": "This Material calculates the porosity PorousFlow simulations", "href": "../source/materials/PorousFlowPorosity.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_1
porosity_zero<<<{"description": "The porosity at zero volumetric strain and reference temperature and reference effective porepressure and reference chemistry. This must be a real number or a constant monomial variable (not a linear lagrange or other type of variable)"}>>> = 0.143
fluid<<<{"description": "If true, porosity will be a function of effective porepressure"}>>> = true
biot_coefficient<<<{"description": "Biot coefficient"}>>> = 0.8
reference_porepressure<<<{"description": "Reference porepressure (only used if fluid=true)"}>>> = ${pp_ini_bc}
solid_bulk<<<{"description": "Bulk modulus of the drained porous solid skeleton (only used if fluid=true)"}>>> = 1.5E8
[../]
[./permeability_layer_1]
type = PorousFlowPermeabilityConst<<<{"description": "This Material calculates the permeability tensor assuming it is constant", "href": "../source/materials/PorousFlowPermeabilityConst.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_1
permeability<<<{"description": "The permeability tensor (usually in m^2), which is assumed constant for this material"}>>> = '.8130E-15 0 0 0 .8130E-15 0 0 0 .3160E-15'
[../]
[./porosity_layer_2]
type = PorousFlowPorosity<<<{"description": "This Material calculates the porosity PorousFlow simulations", "href": "../source/materials/PorousFlowPorosity.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_2
porosity_zero<<<{"description": "The porosity at zero volumetric strain and reference temperature and reference effective porepressure and reference chemistry. This must be a real number or a constant monomial variable (not a linear lagrange or other type of variable)"}>>> = 0.158
fluid<<<{"description": "If true, porosity will be a function of effective porepressure"}>>> = true
biot_coefficient<<<{"description": "Biot coefficient"}>>> = 0.8
reference_porepressure<<<{"description": "Reference porepressure (only used if fluid=true)"}>>> = ${pp_ini_bc}
solid_bulk<<<{"description": "Bulk modulus of the drained porous solid skeleton (only used if fluid=true)"}>>> = 1.5E8
[../]
[./permeability_layer_2]
type = PorousFlowPermeabilityConst<<<{"description": "This Material calculates the permeability tensor assuming it is constant", "href": "../source/materials/PorousFlowPermeabilityConst.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_2
permeability<<<{"description": "The permeability tensor (usually in m^2), which is assumed constant for this material"}>>> = '.3460E-14 0 0 0 .3460E-14 0 0 0 .1350E-14'
[../]
[./porosity_layer_3]
type = PorousFlowPorosity<<<{"description": "This Material calculates the porosity PorousFlow simulations", "href": "../source/materials/PorousFlowPorosity.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_3
porosity_zero<<<{"description": "The porosity at zero volumetric strain and reference temperature and reference effective porepressure and reference chemistry. This must be a real number or a constant monomial variable (not a linear lagrange or other type of variable)"}>>> = 0.176
fluid<<<{"description": "If true, porosity will be a function of effective porepressure"}>>> = true
biot_coefficient<<<{"description": "Biot coefficient"}>>> = 0.8
reference_porepressure<<<{"description": "Reference porepressure (only used if fluid=true)"}>>> = ${pp_ini_bc}
solid_bulk<<<{"description": "Bulk modulus of the drained porous solid skeleton (only used if fluid=true)"}>>> = 1.5E8
[../]
[./permeability_layer_3]
type = PorousFlowPermeabilityConst<<<{"description": "This Material calculates the permeability tensor assuming it is constant", "href": "../source/materials/PorousFlowPermeabilityConst.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_3
permeability<<<{"description": "The permeability tensor (usually in m^2), which is assumed constant for this material"}>>> = '.1120E-13 0 0 0 .1120E-13 0 0 0 .4390E-14'
[../]
[./porosity_layer_4]
type = PorousFlowPorosity<<<{"description": "This Material calculates the porosity PorousFlow simulations", "href": "../source/materials/PorousFlowPorosity.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_4
porosity_zero<<<{"description": "The porosity at zero volumetric strain and reference temperature and reference effective porepressure and reference chemistry. This must be a real number or a constant monomial variable (not a linear lagrange or other type of variable)"}>>> = 0.188
fluid<<<{"description": "If true, porosity will be a function of effective porepressure"}>>> = true
biot_coefficient<<<{"description": "Biot coefficient"}>>> = 0.8
reference_porepressure<<<{"description": "Reference porepressure (only used if fluid=true)"}>>> = ${pp_ini_bc}
solid_bulk<<<{"description": "Bulk modulus of the drained porous solid skeleton (only used if fluid=true)"}>>> = 1.5E8
[../]
[./permeability_layer_4]
type = PorousFlowPermeabilityConst<<<{"description": "This Material calculates the permeability tensor assuming it is constant", "href": "../source/materials/PorousFlowPermeabilityConst.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_4
permeability<<<{"description": "The permeability tensor (usually in m^2), which is assumed constant for this material"}>>> = '.1920E-13 0 0 0 .1920E-13 0 0 0 .1400E-13'
[../]
[./porosity_layer_5]
type = PorousFlowPorosity<<<{"description": "This Material calculates the porosity PorousFlow simulations", "href": "../source/materials/PorousFlowPorosity.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_5
porosity_zero<<<{"description": "The porosity at zero volumetric strain and reference temperature and reference effective porepressure and reference chemistry. This must be a real number or a constant monomial variable (not a linear lagrange or other type of variable)"}>>> = 0.166
fluid<<<{"description": "If true, porosity will be a function of effective porepressure"}>>> = true
biot_coefficient<<<{"description": "Biot coefficient"}>>> = 0.8
reference_porepressure<<<{"description": "Reference porepressure (only used if fluid=true)"}>>> = ${pp_ini_bc}
solid_bulk<<<{"description": "Bulk modulus of the drained porous solid skeleton (only used if fluid=true)"}>>> = 1.5E8
[../]
[./permeability_layer_5]
type = PorousFlowPermeabilityConst<<<{"description": "This Material calculates the permeability tensor assuming it is constant", "href": "../source/materials/PorousFlowPermeabilityConst.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_5
permeability<<<{"description": "The permeability tensor (usually in m^2), which is assumed constant for this material"}>>> = '.5500E-14 0 0 0 .5500E-14 0 0 0 .3900E-14'
[../]
[./porosity_layer_6]
type = PorousFlowPorosity<<<{"description": "This Material calculates the porosity PorousFlow simulations", "href": "../source/materials/PorousFlowPorosity.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_6
porosity_zero<<<{"description": "The porosity at zero volumetric strain and reference temperature and reference effective porepressure and reference chemistry. This must be a real number or a constant monomial variable (not a linear lagrange or other type of variable)"}>>> = 0.185
fluid<<<{"description": "If true, porosity will be a function of effective porepressure"}>>> = true
biot_coefficient<<<{"description": "Biot coefficient"}>>> = 0.8
reference_porepressure<<<{"description": "Reference porepressure (only used if fluid=true)"}>>> = ${pp_ini_bc}
solid_bulk<<<{"description": "Bulk modulus of the drained porous solid skeleton (only used if fluid=true)"}>>> = 1.5E8
[../]
[./permeability_layer_6]
type = PorousFlowPermeabilityConst<<<{"description": "This Material calculates the permeability tensor assuming it is constant", "href": "../source/materials/PorousFlowPermeabilityConst.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_6
permeability<<<{"description": "The permeability tensor (usually in m^2), which is assumed constant for this material"}>>> = '.1770E-13 0 0 0 .1770E-13 0 0 0 .1190E-13'
[../]
[./porosity_layer_7]
type = PorousFlowPorosity<<<{"description": "This Material calculates the porosity PorousFlow simulations", "href": "../source/materials/PorousFlowPorosity.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_7
porosity_zero<<<{"description": "The porosity at zero volumetric strain and reference temperature and reference effective porepressure and reference chemistry. This must be a real number or a constant monomial variable (not a linear lagrange or other type of variable)"}>>> = 0.24
fluid<<<{"description": "If true, porosity will be a function of effective porepressure"}>>> = true
biot_coefficient<<<{"description": "Biot coefficient"}>>> = 0.8
reference_porepressure<<<{"description": "Reference porepressure (only used if fluid=true)"}>>> = ${pp_ini_bc}
solid_bulk<<<{"description": "Bulk modulus of the drained porous solid skeleton (only used if fluid=true)"}>>> = 1.5E8
[../]
[./permeability_layer_7]
type = PorousFlowPermeabilityConst<<<{"description": "This Material calculates the permeability tensor assuming it is constant", "href": "../source/materials/PorousFlowPermeabilityConst.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_7
permeability<<<{"description": "The permeability tensor (usually in m^2), which is assumed constant for this material"}>>> = '.9110E-13 0 0 0 .9110E-13 0 0 0 .8870E-13'
[../]
[./porosity_layer_8]
type = PorousFlowPorosity<<<{"description": "This Material calculates the porosity PorousFlow simulations", "href": "../source/materials/PorousFlowPorosity.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_8
porosity_zero<<<{"description": "The porosity at zero volumetric strain and reference temperature and reference effective porepressure and reference chemistry. This must be a real number or a constant monomial variable (not a linear lagrange or other type of variable)"}>>> = 0.26
fluid<<<{"description": "If true, porosity will be a function of effective porepressure"}>>> = true
biot_coefficient<<<{"description": "Biot coefficient"}>>> = 0.8
reference_porepressure<<<{"description": "Reference porepressure (only used if fluid=true)"}>>> = ${pp_ini_bc}
solid_bulk<<<{"description": "Bulk modulus of the drained porous solid skeleton (only used if fluid=true)"}>>> = 1.5E8
[../]
[./permeability_layer_8]
type = PorousFlowPermeabilityConst<<<{"description": "This Material calculates the permeability tensor assuming it is constant", "href": "../source/materials/PorousFlowPermeabilityConst.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_8
permeability<<<{"description": "The permeability tensor (usually in m^2), which is assumed constant for this material"}>>> = '.1390E-12 0 0 0 .1390E-12 0 0 0 .1290E-12'
[../]
[./porosity_layer_9]
type = PorousFlowPorosity<<<{"description": "This Material calculates the porosity PorousFlow simulations", "href": "../source/materials/PorousFlowPorosity.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_9
porosity_zero<<<{"description": "The porosity at zero volumetric strain and reference temperature and reference effective porepressure and reference chemistry. This must be a real number or a constant monomial variable (not a linear lagrange or other type of variable)"}>>> = 0.285
fluid<<<{"description": "If true, porosity will be a function of effective porepressure"}>>> = true
biot_coefficient<<<{"description": "Biot coefficient"}>>> = 0.8
reference_porepressure<<<{"description": "Reference porepressure (only used if fluid=true)"}>>> = ${pp_ini_bc}
solid_bulk<<<{"description": "Bulk modulus of the drained porous solid skeleton (only used if fluid=true)"}>>> = 1.5E8
[../]
[./permeability_layer_9]
type = PorousFlowPermeabilityConst<<<{"description": "This Material calculates the permeability tensor assuming it is constant", "href": "../source/materials/PorousFlowPermeabilityConst.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_9
permeability<<<{"description": "The permeability tensor (usually in m^2), which is assumed constant for this material"}>>> = '.2120E-12 0 0 0 .2120E-12 0 0 0 .2000E-12'
[../]
[./porosity_layer_10]
type = PorousFlowPorosity<<<{"description": "This Material calculates the porosity PorousFlow simulations", "href": "../source/materials/PorousFlowPorosity.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_10
porosity_zero<<<{"description": "The porosity at zero volumetric strain and reference temperature and reference effective porepressure and reference chemistry. This must be a real number or a constant monomial variable (not a linear lagrange or other type of variable)"}>>> = 0.27
fluid<<<{"description": "If true, porosity will be a function of effective porepressure"}>>> = true
biot_coefficient<<<{"description": "Biot coefficient"}>>> = 0.8
reference_porepressure<<<{"description": "Reference porepressure (only used if fluid=true)"}>>> = ${pp_ini_bc}
solid_bulk<<<{"description": "Bulk modulus of the drained porous solid skeleton (only used if fluid=true)"}>>> = 1.5E8
[../]
[./permeability_layer_10]
type = PorousFlowPermeabilityConst<<<{"description": "This Material calculates the permeability tensor assuming it is constant", "href": "../source/materials/PorousFlowPermeabilityConst.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_10
permeability<<<{"description": "The permeability tensor (usually in m^2), which is assumed constant for this material"}>>> = '.1630E-12 0 0 0 .1630E-12 0 0 0 .1580E-12'
[../]
[./porosity_layer_11]
type = PorousFlowPorosity<<<{"description": "This Material calculates the porosity PorousFlow simulations", "href": "../source/materials/PorousFlowPorosity.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_11
porosity_zero<<<{"description": "The porosity at zero volumetric strain and reference temperature and reference effective porepressure and reference chemistry. This must be a real number or a constant monomial variable (not a linear lagrange or other type of variable)"}>>> = 0.23
[../]
[./permeability_layer_11]
type = PorousFlowPermeabilityConst<<<{"description": "This Material calculates the permeability tensor assuming it is constant", "href": "../source/materials/PorousFlowPermeabilityConst.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_11
permeability<<<{"description": "The permeability tensor (usually in m^2), which is assumed constant for this material"}>>> = '.7700E-13 0 0 0 .7700E-13 0 0 0 .5990E-13'
[../]
[./porosity_layer_12]
type = PorousFlowPorosity<<<{"description": "This Material calculates the porosity PorousFlow simulations", "href": "../source/materials/PorousFlowPorosity.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_12
porosity_zero<<<{"description": "The porosity at zero volumetric strain and reference temperature and reference effective porepressure and reference chemistry. This must be a real number or a constant monomial variable (not a linear lagrange or other type of variable)"}>>> = 0.306
fluid<<<{"description": "If true, porosity will be a function of effective porepressure"}>>> = true
biot_coefficient<<<{"description": "Biot coefficient"}>>> = 0.8
reference_porepressure<<<{"description": "Reference porepressure (only used if fluid=true)"}>>> = ${pp_ini_bc}
solid_bulk<<<{"description": "Bulk modulus of the drained porous solid skeleton (only used if fluid=true)"}>>> = 1.5E8
[../]
[./permeability_layer_12]
type = PorousFlowPermeabilityConst<<<{"description": "This Material calculates the permeability tensor assuming it is constant", "href": "../source/materials/PorousFlowPermeabilityConst.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_12
permeability<<<{"description": "The permeability tensor (usually in m^2), which is assumed constant for this material"}>>> = '.2880E-12 0 0 0 .2880E-12 0 0 0 .2880E-12'
[../]
[./porosity_layer_13]
type = PorousFlowPorosity<<<{"description": "This Material calculates the porosity PorousFlow simulations", "href": "../source/materials/PorousFlowPorosity.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_13
porosity_zero<<<{"description": "The porosity at zero volumetric strain and reference temperature and reference effective porepressure and reference chemistry. This must be a real number or a constant monomial variable (not a linear lagrange or other type of variable)"}>>> = .285
fluid<<<{"description": "If true, porosity will be a function of effective porepressure"}>>> = true
biot_coefficient<<<{"description": "Biot coefficient"}>>> = 0.8
reference_porepressure<<<{"description": "Reference porepressure (only used if fluid=true)"}>>> = ${pp_ini_bc}
solid_bulk<<<{"description": "Bulk modulus of the drained porous solid skeleton (only used if fluid=true)"}>>> = 1.5E8
[../]
[./permeability_layer_13]
type = PorousFlowPermeabilityConst<<<{"description": "This Material calculates the permeability tensor assuming it is constant", "href": "../source/materials/PorousFlowPermeabilityConst.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_13
permeability<<<{"description": "The permeability tensor (usually in m^2), which is assumed constant for this material"}>>> = '.2130E-12 0 0 0 .2130E-12 0 0 0 .2040E-12'
[../]
[./porosity_layer_14]
type = PorousFlowPorosity<<<{"description": "This Material calculates the porosity PorousFlow simulations", "href": "../source/materials/PorousFlowPorosity.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_14
porosity_zero<<<{"description": "The porosity at zero volumetric strain and reference temperature and reference effective porepressure and reference chemistry. This must be a real number or a constant monomial variable (not a linear lagrange or other type of variable)"}>>> = .155
fluid<<<{"description": "If true, porosity will be a function of effective porepressure"}>>> = true
biot_coefficient<<<{"description": "Biot coefficient"}>>> = 0.8
reference_porepressure<<<{"description": "Reference porepressure (only used if fluid=true)"}>>> = ${pp_ini_bc}
solid_bulk<<<{"description": "Bulk modulus of the drained porous solid skeleton (only used if fluid=true)"}>>> = 1.5E8
[../]
[./permeability_layer_14]
type = PorousFlowPermeabilityConst<<<{"description": "This Material calculates the permeability tensor assuming it is constant", "href": "../source/materials/PorousFlowPermeabilityConst.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_14
permeability<<<{"description": "The permeability tensor (usually in m^2), which is assumed constant for this material"}>>> = '.1080E-13 0 0 0 .1080E-13 0 0 0 .2190E-15'
[../]
[./porosity_layer_15]
type = PorousFlowPorosity<<<{"description": "This Material calculates the porosity PorousFlow simulations", "href": "../source/materials/PorousFlowPorosity.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_15
porosity_zero<<<{"description": "The porosity at zero volumetric strain and reference temperature and reference effective porepressure and reference chemistry. This must be a real number or a constant monomial variable (not a linear lagrange or other type of variable)"}>>> = .299
fluid<<<{"description": "If true, porosity will be a function of effective porepressure"}>>> = true
biot_coefficient<<<{"description": "Biot coefficient"}>>> = 0.8
reference_porepressure<<<{"description": "Reference porepressure (only used if fluid=true)"}>>> = ${pp_ini_bc}
solid_bulk<<<{"description": "Bulk modulus of the drained porous solid skeleton (only used if fluid=true)"}>>> = 1.5E8
[../]
[./permeability_layer_15]
type = PorousFlowPermeabilityConst<<<{"description": "This Material calculates the permeability tensor assuming it is constant", "href": "../source/materials/PorousFlowPermeabilityConst.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_15
permeability<<<{"description": "The permeability tensor (usually in m^2), which is assumed constant for this material"}>>> = '.2660E-12 0 0 0 .2660E-12 0 0 0 .2330E-12'
[../]
[./porosity_layer_16]
type = PorousFlowPorosity<<<{"description": "This Material calculates the porosity PorousFlow simulations", "href": "../source/materials/PorousFlowPorosity.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_16
porosity_zero<<<{"description": "The porosity at zero volumetric strain and reference temperature and reference effective porepressure and reference chemistry. This must be a real number or a constant monomial variable (not a linear lagrange or other type of variable)"}>>> = .334
fluid<<<{"description": "If true, porosity will be a function of effective porepressure"}>>> = true
biot_coefficient<<<{"description": "Biot coefficient"}>>> = 0.8
reference_porepressure<<<{"description": "Reference porepressure (only used if fluid=true)"}>>> = ${pp_ini_bc}
solid_bulk<<<{"description": "Bulk modulus of the drained porous solid skeleton (only used if fluid=true)"}>>> = 1.5E8
[../]
[./permeability_layer_16]
type = PorousFlowPermeabilityConst<<<{"description": "This Material calculates the permeability tensor assuming it is constant", "href": "../source/materials/PorousFlowPermeabilityConst.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_16
permeability<<<{"description": "The permeability tensor (usually in m^2), which is assumed constant for this material"}>>> = '.4230E-12 0 0 0 .4230E-12 0 0 0 .4110E-12'
[../]
[./porosity_layer_17]
type = PorousFlowPorosity<<<{"description": "This Material calculates the porosity PorousFlow simulations", "href": "../source/materials/PorousFlowPorosity.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_17
porosity_zero<<<{"description": "The porosity at zero volumetric strain and reference temperature and reference effective porepressure and reference chemistry. This must be a real number or a constant monomial variable (not a linear lagrange or other type of variable)"}>>> = .32
fluid<<<{"description": "If true, porosity will be a function of effective porepressure"}>>> = true
biot_coefficient<<<{"description": "Biot coefficient"}>>> = 0.8
reference_porepressure<<<{"description": "Reference porepressure (only used if fluid=true)"}>>> = ${pp_ini_bc}
solid_bulk<<<{"description": "Bulk modulus of the drained porous solid skeleton (only used if fluid=true)"}>>> = 1.5E8
[../]
[./permeability_layer_17]
type = PorousFlowPermeabilityConst<<<{"description": "This Material calculates the permeability tensor assuming it is constant", "href": "../source/materials/PorousFlowPermeabilityConst.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_17
permeability<<<{"description": "The permeability tensor (usually in m^2), which is assumed constant for this material"}>>> = '.3560E-12 0 0 0 .3560E-12 0 0 0 .3300E-12'
[../]
[./porosity_layer_18]
type = PorousFlowPorosity<<<{"description": "This Material calculates the porosity PorousFlow simulations", "href": "../source/materials/PorousFlowPorosity.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_18
porosity_zero<<<{"description": "The porosity at zero volumetric strain and reference temperature and reference effective porepressure and reference chemistry. This must be a real number or a constant monomial variable (not a linear lagrange or other type of variable)"}>>> = .294
fluid<<<{"description": "If true, porosity will be a function of effective porepressure"}>>> = true
biot_coefficient<<<{"description": "Biot coefficient"}>>> = 0.8
reference_porepressure<<<{"description": "Reference porepressure (only used if fluid=true)"}>>> = ${pp_ini_bc}
solid_bulk<<<{"description": "Bulk modulus of the drained porous solid skeleton (only used if fluid=true)"}>>> = 1.5E8
[../]
[./permeability_layer_18]
type = PorousFlowPermeabilityConst<<<{"description": "This Material calculates the permeability tensor assuming it is constant", "href": "../source/materials/PorousFlowPermeabilityConst.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_18
permeability<<<{"description": "The permeability tensor (usually in m^2), which is assumed constant for this material"}>>> = '.2420E-12 0 0 0 .2420E-12 0 0 0 .2360E-12'
[../]
[./porosity_layer_19]
type = PorousFlowPorosity<<<{"description": "This Material calculates the porosity PorousFlow simulations", "href": "../source/materials/PorousFlowPorosity.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_19
porosity_zero<<<{"description": "The porosity at zero volumetric strain and reference temperature and reference effective porepressure and reference chemistry. This must be a real number or a constant monomial variable (not a linear lagrange or other type of variable)"}>>> = .279
fluid<<<{"description": "If true, porosity will be a function of effective porepressure"}>>> = true
biot_coefficient<<<{"description": "Biot coefficient"}>>> = 0.8
reference_porepressure<<<{"description": "Reference porepressure (only used if fluid=true)"}>>> = ${pp_ini_bc}
solid_bulk<<<{"description": "Bulk modulus of the drained porous solid skeleton (only used if fluid=true)"}>>> = 1.5E8
[../]
[./permeability_layer_19]
type = PorousFlowPermeabilityConst<<<{"description": "This Material calculates the permeability tensor assuming it is constant", "href": "../source/materials/PorousFlowPermeabilityConst.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_19
permeability<<<{"description": "The permeability tensor (usually in m^2), which is assumed constant for this material"}>>> = '.2050E-12 0 0 0 .2050E-12 0 0 0 .1310E-12'
[../]
[./porosity_layer_20]
type = PorousFlowPorosity<<<{"description": "This Material calculates the porosity PorousFlow simulations", "href": "../source/materials/PorousFlowPorosity.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_20
porosity_zero<<<{"description": "The porosity at zero volumetric strain and reference temperature and reference effective porepressure and reference chemistry. This must be a real number or a constant monomial variable (not a linear lagrange or other type of variable)"}>>> = .071
fluid<<<{"description": "If true, porosity will be a function of effective porepressure"}>>> = true
biot_coefficient<<<{"description": "Biot coefficient"}>>> = 0.8
reference_porepressure<<<{"description": "Reference porepressure (only used if fluid=true)"}>>> = ${pp_ini_bc}
solid_bulk<<<{"description": "Bulk modulus of the drained porous solid skeleton (only used if fluid=true)"}>>> = 1.5E8
[../]
[./permeability_layer_20]
type = PorousFlowPermeabilityConst<<<{"description": "This Material calculates the permeability tensor assuming it is constant", "href": "../source/materials/PorousFlowPermeabilityConst.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_20
permeability<<<{"description": "The permeability tensor (usually in m^2), which is assumed constant for this material"}>>> = '.2700E-16 0 0 0 .2700E-16 0 0 0 .1000E-17 '
[../]
[]
(examples/rtes_benchmark/Cranfield_HT_season_caps_water_oldboundary_coarse.i)The green dash-dotted lines in Figure 2 show the predicted pore pressure and temperature evolution of 1 year cycle at the injection and extraction wells. As compared to the TOUGH prediction marked as black lines, the predicted pore pressure of FALCON simulation significantly exceeds the TOUGH prediction. A careful comparison between the two input files, we found that the FALCON simulatuion used a constant porosity and permeability, while the TOUGH simulation used a pore compressibility of 3 GPa^-1. The pore compressibility implentation in FALCON is different from TOUGH, the reader can refer the porosity theory for details. The updated material section is listed in the following, where a Biot coefficient of 0.8 and a bulk modulus of 150 MPa were used:
[Materials<<<{"href": "../syntax/Materials/index.html"}>>>]
[./internal_energy_aquifer]
type = PorousFlowMatrixInternalEnergy<<<{"description": "This Material calculates the internal energy of solid rock grains, which is specific_heat_capacity * density * temperature. Kernels multiply this by (1 - porosity) to find the energy density of the porous rock in a rock-fluid system", "href": "../source/materials/PorousFlowMatrixInternalEnergy.html"}>>>
specific_heat_capacity<<<{"description": "Specific heat capacity of the rock grains (J/kg/K)."}>>> = 920.0
density<<<{"description": "Density of the rock grains"}>>> = 2600.0
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = 'caps layer_1 layer_2 layer_3 layer_4 layer_5 layer_6 layer_7 layer_8 layer_9 layer_10 layer_11 layer_12 layer_13 layer_14 layer_15 layer_16 layer_17 layer_18 layer_19 layer_20'
[../]
[./thermal_conductivity_aquifer]
type = PorousFlowThermalConductivityIdeal<<<{"description": "This Material calculates rock-fluid combined thermal conductivity by using a weighted sum. Thermal conductivity = dry_thermal_conductivity + S^exponent * (wet_thermal_conductivity - dry_thermal_conductivity), where S is the aqueous saturation", "href": "../source/materials/PorousFlowThermalConductivityIdeal.html"}>>>
dry_thermal_conductivity<<<{"description": "The thermal conductivity of the rock matrix when the aqueous saturation is zero"}>>> = '2.51 0 0 0 2.51 0 0 0 2.51'
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = 'caps layer_1 layer_2 layer_3 layer_4 layer_5 layer_6 layer_7 layer_8 layer_9 layer_10 layer_11 layer_12 layer_13 layer_14 layer_15 layer_16 layer_17 layer_18 layer_19 layer_20'
[../]
[./porosity_caps]
type = PorousFlowPorosityConst<<<{"description": "This Material calculates the porosity assuming it is constant", "href": "../source/materials/PorousFlowPorosityConst.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = caps
porosity<<<{"description": "The porosity (assumed indepenent of porepressure, temperature, strain, etc, for this material). This should be a real number, or a constant monomial variable (not a linear lagrange or other kind of variable)."}>>> = 0.01
[../]
[./permeability_caps]
type = PorousFlowPermeabilityConst<<<{"description": "This Material calculates the permeability tensor assuming it is constant", "href": "../source/materials/PorousFlowPermeabilityConst.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = caps
permeability<<<{"description": "The permeability tensor (usually in m^2), which is assumed constant for this material"}>>> = '1E-18 0 0 0 1E-18 0 0 0 1E-18'
[../]
[./porosity_layer_1]
type = PorousFlowPorosity<<<{"description": "This Material calculates the porosity PorousFlow simulations", "href": "../source/materials/PorousFlowPorosity.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_1
porosity_zero<<<{"description": "The porosity at zero volumetric strain and reference temperature and reference effective porepressure and reference chemistry. This must be a real number or a constant monomial variable (not a linear lagrange or other type of variable)"}>>> = 0.143
fluid<<<{"description": "If true, porosity will be a function of effective porepressure"}>>> = true
biot_coefficient<<<{"description": "Biot coefficient"}>>> = 0.8
reference_porepressure<<<{"description": "Reference porepressure (only used if fluid=true)"}>>> = ${pp_ini_bc}
solid_bulk<<<{"description": "Bulk modulus of the drained porous solid skeleton (only used if fluid=true)"}>>> = 1.5E8
[../]
[./permeability_layer_1]
type = PorousFlowPermeabilityConst<<<{"description": "This Material calculates the permeability tensor assuming it is constant", "href": "../source/materials/PorousFlowPermeabilityConst.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_1
permeability<<<{"description": "The permeability tensor (usually in m^2), which is assumed constant for this material"}>>> = '.8130E-15 0 0 0 .8130E-15 0 0 0 .3160E-15'
[../]
[./porosity_layer_2]
type = PorousFlowPorosity<<<{"description": "This Material calculates the porosity PorousFlow simulations", "href": "../source/materials/PorousFlowPorosity.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_2
porosity_zero<<<{"description": "The porosity at zero volumetric strain and reference temperature and reference effective porepressure and reference chemistry. This must be a real number or a constant monomial variable (not a linear lagrange or other type of variable)"}>>> = 0.158
fluid<<<{"description": "If true, porosity will be a function of effective porepressure"}>>> = true
biot_coefficient<<<{"description": "Biot coefficient"}>>> = 0.8
reference_porepressure<<<{"description": "Reference porepressure (only used if fluid=true)"}>>> = ${pp_ini_bc}
solid_bulk<<<{"description": "Bulk modulus of the drained porous solid skeleton (only used if fluid=true)"}>>> = 1.5E8
[../]
[./permeability_layer_2]
type = PorousFlowPermeabilityConst<<<{"description": "This Material calculates the permeability tensor assuming it is constant", "href": "../source/materials/PorousFlowPermeabilityConst.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_2
permeability<<<{"description": "The permeability tensor (usually in m^2), which is assumed constant for this material"}>>> = '.3460E-14 0 0 0 .3460E-14 0 0 0 .1350E-14'
[../]
[./porosity_layer_3]
type = PorousFlowPorosity<<<{"description": "This Material calculates the porosity PorousFlow simulations", "href": "../source/materials/PorousFlowPorosity.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_3
porosity_zero<<<{"description": "The porosity at zero volumetric strain and reference temperature and reference effective porepressure and reference chemistry. This must be a real number or a constant monomial variable (not a linear lagrange or other type of variable)"}>>> = 0.176
fluid<<<{"description": "If true, porosity will be a function of effective porepressure"}>>> = true
biot_coefficient<<<{"description": "Biot coefficient"}>>> = 0.8
reference_porepressure<<<{"description": "Reference porepressure (only used if fluid=true)"}>>> = ${pp_ini_bc}
solid_bulk<<<{"description": "Bulk modulus of the drained porous solid skeleton (only used if fluid=true)"}>>> = 1.5E8
[../]
[./permeability_layer_3]
type = PorousFlowPermeabilityConst<<<{"description": "This Material calculates the permeability tensor assuming it is constant", "href": "../source/materials/PorousFlowPermeabilityConst.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_3
permeability<<<{"description": "The permeability tensor (usually in m^2), which is assumed constant for this material"}>>> = '.1120E-13 0 0 0 .1120E-13 0 0 0 .4390E-14'
[../]
[./porosity_layer_4]
type = PorousFlowPorosity<<<{"description": "This Material calculates the porosity PorousFlow simulations", "href": "../source/materials/PorousFlowPorosity.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_4
porosity_zero<<<{"description": "The porosity at zero volumetric strain and reference temperature and reference effective porepressure and reference chemistry. This must be a real number or a constant monomial variable (not a linear lagrange or other type of variable)"}>>> = 0.188
fluid<<<{"description": "If true, porosity will be a function of effective porepressure"}>>> = true
biot_coefficient<<<{"description": "Biot coefficient"}>>> = 0.8
reference_porepressure<<<{"description": "Reference porepressure (only used if fluid=true)"}>>> = ${pp_ini_bc}
solid_bulk<<<{"description": "Bulk modulus of the drained porous solid skeleton (only used if fluid=true)"}>>> = 1.5E8
[../]
[./permeability_layer_4]
type = PorousFlowPermeabilityConst<<<{"description": "This Material calculates the permeability tensor assuming it is constant", "href": "../source/materials/PorousFlowPermeabilityConst.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_4
permeability<<<{"description": "The permeability tensor (usually in m^2), which is assumed constant for this material"}>>> = '.1920E-13 0 0 0 .1920E-13 0 0 0 .1400E-13'
[../]
[./porosity_layer_5]
type = PorousFlowPorosity<<<{"description": "This Material calculates the porosity PorousFlow simulations", "href": "../source/materials/PorousFlowPorosity.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_5
porosity_zero<<<{"description": "The porosity at zero volumetric strain and reference temperature and reference effective porepressure and reference chemistry. This must be a real number or a constant monomial variable (not a linear lagrange or other type of variable)"}>>> = 0.166
fluid<<<{"description": "If true, porosity will be a function of effective porepressure"}>>> = true
biot_coefficient<<<{"description": "Biot coefficient"}>>> = 0.8
reference_porepressure<<<{"description": "Reference porepressure (only used if fluid=true)"}>>> = ${pp_ini_bc}
solid_bulk<<<{"description": "Bulk modulus of the drained porous solid skeleton (only used if fluid=true)"}>>> = 1.5E8
[../]
[./permeability_layer_5]
type = PorousFlowPermeabilityConst<<<{"description": "This Material calculates the permeability tensor assuming it is constant", "href": "../source/materials/PorousFlowPermeabilityConst.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_5
permeability<<<{"description": "The permeability tensor (usually in m^2), which is assumed constant for this material"}>>> = '.5500E-14 0 0 0 .5500E-14 0 0 0 .3900E-14'
[../]
[./porosity_layer_6]
type = PorousFlowPorosity<<<{"description": "This Material calculates the porosity PorousFlow simulations", "href": "../source/materials/PorousFlowPorosity.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_6
porosity_zero<<<{"description": "The porosity at zero volumetric strain and reference temperature and reference effective porepressure and reference chemistry. This must be a real number or a constant monomial variable (not a linear lagrange or other type of variable)"}>>> = 0.185
fluid<<<{"description": "If true, porosity will be a function of effective porepressure"}>>> = true
biot_coefficient<<<{"description": "Biot coefficient"}>>> = 0.8
reference_porepressure<<<{"description": "Reference porepressure (only used if fluid=true)"}>>> = ${pp_ini_bc}
solid_bulk<<<{"description": "Bulk modulus of the drained porous solid skeleton (only used if fluid=true)"}>>> = 1.5E8
[../]
[./permeability_layer_6]
type = PorousFlowPermeabilityConst<<<{"description": "This Material calculates the permeability tensor assuming it is constant", "href": "../source/materials/PorousFlowPermeabilityConst.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_6
permeability<<<{"description": "The permeability tensor (usually in m^2), which is assumed constant for this material"}>>> = '.1770E-13 0 0 0 .1770E-13 0 0 0 .1190E-13'
[../]
[./porosity_layer_7]
type = PorousFlowPorosity<<<{"description": "This Material calculates the porosity PorousFlow simulations", "href": "../source/materials/PorousFlowPorosity.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_7
porosity_zero<<<{"description": "The porosity at zero volumetric strain and reference temperature and reference effective porepressure and reference chemistry. This must be a real number or a constant monomial variable (not a linear lagrange or other type of variable)"}>>> = 0.24
fluid<<<{"description": "If true, porosity will be a function of effective porepressure"}>>> = true
biot_coefficient<<<{"description": "Biot coefficient"}>>> = 0.8
reference_porepressure<<<{"description": "Reference porepressure (only used if fluid=true)"}>>> = ${pp_ini_bc}
solid_bulk<<<{"description": "Bulk modulus of the drained porous solid skeleton (only used if fluid=true)"}>>> = 1.5E8
[../]
[./permeability_layer_7]
type = PorousFlowPermeabilityConst<<<{"description": "This Material calculates the permeability tensor assuming it is constant", "href": "../source/materials/PorousFlowPermeabilityConst.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_7
permeability<<<{"description": "The permeability tensor (usually in m^2), which is assumed constant for this material"}>>> = '.9110E-13 0 0 0 .9110E-13 0 0 0 .8870E-13'
[../]
[./porosity_layer_8]
type = PorousFlowPorosity<<<{"description": "This Material calculates the porosity PorousFlow simulations", "href": "../source/materials/PorousFlowPorosity.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_8
porosity_zero<<<{"description": "The porosity at zero volumetric strain and reference temperature and reference effective porepressure and reference chemistry. This must be a real number or a constant monomial variable (not a linear lagrange or other type of variable)"}>>> = 0.26
fluid<<<{"description": "If true, porosity will be a function of effective porepressure"}>>> = true
biot_coefficient<<<{"description": "Biot coefficient"}>>> = 0.8
reference_porepressure<<<{"description": "Reference porepressure (only used if fluid=true)"}>>> = ${pp_ini_bc}
solid_bulk<<<{"description": "Bulk modulus of the drained porous solid skeleton (only used if fluid=true)"}>>> = 1.5E8
[../]
[./permeability_layer_8]
type = PorousFlowPermeabilityConst<<<{"description": "This Material calculates the permeability tensor assuming it is constant", "href": "../source/materials/PorousFlowPermeabilityConst.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_8
permeability<<<{"description": "The permeability tensor (usually in m^2), which is assumed constant for this material"}>>> = '.1390E-12 0 0 0 .1390E-12 0 0 0 .1290E-12'
[../]
[./porosity_layer_9]
type = PorousFlowPorosity<<<{"description": "This Material calculates the porosity PorousFlow simulations", "href": "../source/materials/PorousFlowPorosity.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_9
porosity_zero<<<{"description": "The porosity at zero volumetric strain and reference temperature and reference effective porepressure and reference chemistry. This must be a real number or a constant monomial variable (not a linear lagrange or other type of variable)"}>>> = 0.285
fluid<<<{"description": "If true, porosity will be a function of effective porepressure"}>>> = true
biot_coefficient<<<{"description": "Biot coefficient"}>>> = 0.8
reference_porepressure<<<{"description": "Reference porepressure (only used if fluid=true)"}>>> = ${pp_ini_bc}
solid_bulk<<<{"description": "Bulk modulus of the drained porous solid skeleton (only used if fluid=true)"}>>> = 1.5E8
[../]
[./permeability_layer_9]
type = PorousFlowPermeabilityConst<<<{"description": "This Material calculates the permeability tensor assuming it is constant", "href": "../source/materials/PorousFlowPermeabilityConst.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_9
permeability<<<{"description": "The permeability tensor (usually in m^2), which is assumed constant for this material"}>>> = '.2120E-12 0 0 0 .2120E-12 0 0 0 .2000E-12'
[../]
[./porosity_layer_10]
type = PorousFlowPorosity<<<{"description": "This Material calculates the porosity PorousFlow simulations", "href": "../source/materials/PorousFlowPorosity.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_10
porosity_zero<<<{"description": "The porosity at zero volumetric strain and reference temperature and reference effective porepressure and reference chemistry. This must be a real number or a constant monomial variable (not a linear lagrange or other type of variable)"}>>> = 0.27
fluid<<<{"description": "If true, porosity will be a function of effective porepressure"}>>> = true
biot_coefficient<<<{"description": "Biot coefficient"}>>> = 0.8
reference_porepressure<<<{"description": "Reference porepressure (only used if fluid=true)"}>>> = ${pp_ini_bc}
solid_bulk<<<{"description": "Bulk modulus of the drained porous solid skeleton (only used if fluid=true)"}>>> = 1.5E8
[../]
[./permeability_layer_10]
type = PorousFlowPermeabilityConst<<<{"description": "This Material calculates the permeability tensor assuming it is constant", "href": "../source/materials/PorousFlowPermeabilityConst.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_10
permeability<<<{"description": "The permeability tensor (usually in m^2), which is assumed constant for this material"}>>> = '.1630E-12 0 0 0 .1630E-12 0 0 0 .1580E-12'
[../]
[./porosity_layer_11]
type = PorousFlowPorosity<<<{"description": "This Material calculates the porosity PorousFlow simulations", "href": "../source/materials/PorousFlowPorosity.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_11
porosity_zero<<<{"description": "The porosity at zero volumetric strain and reference temperature and reference effective porepressure and reference chemistry. This must be a real number or a constant monomial variable (not a linear lagrange or other type of variable)"}>>> = 0.23
[../]
[./permeability_layer_11]
type = PorousFlowPermeabilityConst<<<{"description": "This Material calculates the permeability tensor assuming it is constant", "href": "../source/materials/PorousFlowPermeabilityConst.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_11
permeability<<<{"description": "The permeability tensor (usually in m^2), which is assumed constant for this material"}>>> = '.7700E-13 0 0 0 .7700E-13 0 0 0 .5990E-13'
[../]
[./porosity_layer_12]
type = PorousFlowPorosity<<<{"description": "This Material calculates the porosity PorousFlow simulations", "href": "../source/materials/PorousFlowPorosity.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_12
porosity_zero<<<{"description": "The porosity at zero volumetric strain and reference temperature and reference effective porepressure and reference chemistry. This must be a real number or a constant monomial variable (not a linear lagrange or other type of variable)"}>>> = 0.306
fluid<<<{"description": "If true, porosity will be a function of effective porepressure"}>>> = true
biot_coefficient<<<{"description": "Biot coefficient"}>>> = 0.8
reference_porepressure<<<{"description": "Reference porepressure (only used if fluid=true)"}>>> = ${pp_ini_bc}
solid_bulk<<<{"description": "Bulk modulus of the drained porous solid skeleton (only used if fluid=true)"}>>> = 1.5E8
[../]
[./permeability_layer_12]
type = PorousFlowPermeabilityConst<<<{"description": "This Material calculates the permeability tensor assuming it is constant", "href": "../source/materials/PorousFlowPermeabilityConst.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_12
permeability<<<{"description": "The permeability tensor (usually in m^2), which is assumed constant for this material"}>>> = '.2880E-12 0 0 0 .2880E-12 0 0 0 .2880E-12'
[../]
[./porosity_layer_13]
type = PorousFlowPorosity<<<{"description": "This Material calculates the porosity PorousFlow simulations", "href": "../source/materials/PorousFlowPorosity.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_13
porosity_zero<<<{"description": "The porosity at zero volumetric strain and reference temperature and reference effective porepressure and reference chemistry. This must be a real number or a constant monomial variable (not a linear lagrange or other type of variable)"}>>> = .285
fluid<<<{"description": "If true, porosity will be a function of effective porepressure"}>>> = true
biot_coefficient<<<{"description": "Biot coefficient"}>>> = 0.8
reference_porepressure<<<{"description": "Reference porepressure (only used if fluid=true)"}>>> = ${pp_ini_bc}
solid_bulk<<<{"description": "Bulk modulus of the drained porous solid skeleton (only used if fluid=true)"}>>> = 1.5E8
[../]
[./permeability_layer_13]
type = PorousFlowPermeabilityConst<<<{"description": "This Material calculates the permeability tensor assuming it is constant", "href": "../source/materials/PorousFlowPermeabilityConst.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_13
permeability<<<{"description": "The permeability tensor (usually in m^2), which is assumed constant for this material"}>>> = '.2130E-12 0 0 0 .2130E-12 0 0 0 .2040E-12'
[../]
[./porosity_layer_14]
type = PorousFlowPorosity<<<{"description": "This Material calculates the porosity PorousFlow simulations", "href": "../source/materials/PorousFlowPorosity.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_14
porosity_zero<<<{"description": "The porosity at zero volumetric strain and reference temperature and reference effective porepressure and reference chemistry. This must be a real number or a constant monomial variable (not a linear lagrange or other type of variable)"}>>> = .155
fluid<<<{"description": "If true, porosity will be a function of effective porepressure"}>>> = true
biot_coefficient<<<{"description": "Biot coefficient"}>>> = 0.8
reference_porepressure<<<{"description": "Reference porepressure (only used if fluid=true)"}>>> = ${pp_ini_bc}
solid_bulk<<<{"description": "Bulk modulus of the drained porous solid skeleton (only used if fluid=true)"}>>> = 1.5E8
[../]
[./permeability_layer_14]
type = PorousFlowPermeabilityConst<<<{"description": "This Material calculates the permeability tensor assuming it is constant", "href": "../source/materials/PorousFlowPermeabilityConst.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_14
permeability<<<{"description": "The permeability tensor (usually in m^2), which is assumed constant for this material"}>>> = '.1080E-13 0 0 0 .1080E-13 0 0 0 .2190E-15'
[../]
[./porosity_layer_15]
type = PorousFlowPorosity<<<{"description": "This Material calculates the porosity PorousFlow simulations", "href": "../source/materials/PorousFlowPorosity.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_15
porosity_zero<<<{"description": "The porosity at zero volumetric strain and reference temperature and reference effective porepressure and reference chemistry. This must be a real number or a constant monomial variable (not a linear lagrange or other type of variable)"}>>> = .299
fluid<<<{"description": "If true, porosity will be a function of effective porepressure"}>>> = true
biot_coefficient<<<{"description": "Biot coefficient"}>>> = 0.8
reference_porepressure<<<{"description": "Reference porepressure (only used if fluid=true)"}>>> = ${pp_ini_bc}
solid_bulk<<<{"description": "Bulk modulus of the drained porous solid skeleton (only used if fluid=true)"}>>> = 1.5E8
[../]
[./permeability_layer_15]
type = PorousFlowPermeabilityConst<<<{"description": "This Material calculates the permeability tensor assuming it is constant", "href": "../source/materials/PorousFlowPermeabilityConst.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_15
permeability<<<{"description": "The permeability tensor (usually in m^2), which is assumed constant for this material"}>>> = '.2660E-12 0 0 0 .2660E-12 0 0 0 .2330E-12'
[../]
[./porosity_layer_16]
type = PorousFlowPorosity<<<{"description": "This Material calculates the porosity PorousFlow simulations", "href": "../source/materials/PorousFlowPorosity.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_16
porosity_zero<<<{"description": "The porosity at zero volumetric strain and reference temperature and reference effective porepressure and reference chemistry. This must be a real number or a constant monomial variable (not a linear lagrange or other type of variable)"}>>> = .334
fluid<<<{"description": "If true, porosity will be a function of effective porepressure"}>>> = true
biot_coefficient<<<{"description": "Biot coefficient"}>>> = 0.8
reference_porepressure<<<{"description": "Reference porepressure (only used if fluid=true)"}>>> = ${pp_ini_bc}
solid_bulk<<<{"description": "Bulk modulus of the drained porous solid skeleton (only used if fluid=true)"}>>> = 1.5E8
[../]
[./permeability_layer_16]
type = PorousFlowPermeabilityConst<<<{"description": "This Material calculates the permeability tensor assuming it is constant", "href": "../source/materials/PorousFlowPermeabilityConst.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_16
permeability<<<{"description": "The permeability tensor (usually in m^2), which is assumed constant for this material"}>>> = '.4230E-12 0 0 0 .4230E-12 0 0 0 .4110E-12'
[../]
[./porosity_layer_17]
type = PorousFlowPorosity<<<{"description": "This Material calculates the porosity PorousFlow simulations", "href": "../source/materials/PorousFlowPorosity.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_17
porosity_zero<<<{"description": "The porosity at zero volumetric strain and reference temperature and reference effective porepressure and reference chemistry. This must be a real number or a constant monomial variable (not a linear lagrange or other type of variable)"}>>> = .32
fluid<<<{"description": "If true, porosity will be a function of effective porepressure"}>>> = true
biot_coefficient<<<{"description": "Biot coefficient"}>>> = 0.8
reference_porepressure<<<{"description": "Reference porepressure (only used if fluid=true)"}>>> = ${pp_ini_bc}
solid_bulk<<<{"description": "Bulk modulus of the drained porous solid skeleton (only used if fluid=true)"}>>> = 1.5E8
[../]
[./permeability_layer_17]
type = PorousFlowPermeabilityConst<<<{"description": "This Material calculates the permeability tensor assuming it is constant", "href": "../source/materials/PorousFlowPermeabilityConst.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_17
permeability<<<{"description": "The permeability tensor (usually in m^2), which is assumed constant for this material"}>>> = '.3560E-12 0 0 0 .3560E-12 0 0 0 .3300E-12'
[../]
[./porosity_layer_18]
type = PorousFlowPorosity<<<{"description": "This Material calculates the porosity PorousFlow simulations", "href": "../source/materials/PorousFlowPorosity.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_18
porosity_zero<<<{"description": "The porosity at zero volumetric strain and reference temperature and reference effective porepressure and reference chemistry. This must be a real number or a constant monomial variable (not a linear lagrange or other type of variable)"}>>> = .294
fluid<<<{"description": "If true, porosity will be a function of effective porepressure"}>>> = true
biot_coefficient<<<{"description": "Biot coefficient"}>>> = 0.8
reference_porepressure<<<{"description": "Reference porepressure (only used if fluid=true)"}>>> = ${pp_ini_bc}
solid_bulk<<<{"description": "Bulk modulus of the drained porous solid skeleton (only used if fluid=true)"}>>> = 1.5E8
[../]
[./permeability_layer_18]
type = PorousFlowPermeabilityConst<<<{"description": "This Material calculates the permeability tensor assuming it is constant", "href": "../source/materials/PorousFlowPermeabilityConst.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_18
permeability<<<{"description": "The permeability tensor (usually in m^2), which is assumed constant for this material"}>>> = '.2420E-12 0 0 0 .2420E-12 0 0 0 .2360E-12'
[../]
[./porosity_layer_19]
type = PorousFlowPorosity<<<{"description": "This Material calculates the porosity PorousFlow simulations", "href": "../source/materials/PorousFlowPorosity.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_19
porosity_zero<<<{"description": "The porosity at zero volumetric strain and reference temperature and reference effective porepressure and reference chemistry. This must be a real number or a constant monomial variable (not a linear lagrange or other type of variable)"}>>> = .279
fluid<<<{"description": "If true, porosity will be a function of effective porepressure"}>>> = true
biot_coefficient<<<{"description": "Biot coefficient"}>>> = 0.8
reference_porepressure<<<{"description": "Reference porepressure (only used if fluid=true)"}>>> = ${pp_ini_bc}
solid_bulk<<<{"description": "Bulk modulus of the drained porous solid skeleton (only used if fluid=true)"}>>> = 1.5E8
[../]
[./permeability_layer_19]
type = PorousFlowPermeabilityConst<<<{"description": "This Material calculates the permeability tensor assuming it is constant", "href": "../source/materials/PorousFlowPermeabilityConst.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_19
permeability<<<{"description": "The permeability tensor (usually in m^2), which is assumed constant for this material"}>>> = '.2050E-12 0 0 0 .2050E-12 0 0 0 .1310E-12'
[../]
[./porosity_layer_20]
type = PorousFlowPorosity<<<{"description": "This Material calculates the porosity PorousFlow simulations", "href": "../source/materials/PorousFlowPorosity.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_20
porosity_zero<<<{"description": "The porosity at zero volumetric strain and reference temperature and reference effective porepressure and reference chemistry. This must be a real number or a constant monomial variable (not a linear lagrange or other type of variable)"}>>> = .071
fluid<<<{"description": "If true, porosity will be a function of effective porepressure"}>>> = true
biot_coefficient<<<{"description": "Biot coefficient"}>>> = 0.8
reference_porepressure<<<{"description": "Reference porepressure (only used if fluid=true)"}>>> = ${pp_ini_bc}
solid_bulk<<<{"description": "Bulk modulus of the drained porous solid skeleton (only used if fluid=true)"}>>> = 1.5E8
[../]
[./permeability_layer_20]
type = PorousFlowPermeabilityConst<<<{"description": "This Material calculates the permeability tensor assuming it is constant", "href": "../source/materials/PorousFlowPermeabilityConst.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_20
permeability<<<{"description": "The permeability tensor (usually in m^2), which is assumed constant for this material"}>>> = '.2700E-16 0 0 0 .2700E-16 0 0 0 .1000E-17 '
[../]
[]
(examples/rtes_benchmark/Cranfield_HT_season_caps_water_oldboundary_coarse.i)The blue dotted lines show the FALCON prediction with updated input file. The pore pressure at both the injection and extraction wells match each other perfectly. However, the temperature prediction at the extraction well still has significant discrepancy during the storage season as shown in Figure 2. With a careful examination of the two input files, we found this is due to the boundary condition setup of the two wells. The TOUGH solver is based on FDM, and the two wells were realized by two columns of elements with extremly high permeability. While line sinks were used for the FALCON simulations. Following the same boundary treatment as the TOUGH model, two columns of elements were selcted as different blocks as compared to the formation. The material input for these two blocks are
[Materials<<<{"href": "../syntax/Materials/index.html"}>>>]
[./internal_energy_aquifer]
type = PorousFlowMatrixInternalEnergy<<<{"description": "This Material calculates the internal energy of solid rock grains, which is specific_heat_capacity * density * temperature. Kernels multiply this by (1 - porosity) to find the energy density of the porous rock in a rock-fluid system", "href": "../source/materials/PorousFlowMatrixInternalEnergy.html"}>>>
specific_heat_capacity<<<{"description": "Specific heat capacity of the rock grains (J/kg/K)."}>>> = 920.0
density<<<{"description": "Density of the rock grains"}>>> = 2600.0
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = 'inj_well ext_well caps layer_1 layer_2 layer_3 layer_4 layer_5 layer_6 layer_7 layer_8 layer_9 layer_10 layer_11 layer_12 layer_13 layer_14 layer_15 layer_16 layer_17 layer_18 layer_19 layer_20'
[../]
[./thermal_conductivity_aquifer]
type = PorousFlowThermalConductivityIdeal<<<{"description": "This Material calculates rock-fluid combined thermal conductivity by using a weighted sum. Thermal conductivity = dry_thermal_conductivity + S^exponent * (wet_thermal_conductivity - dry_thermal_conductivity), where S is the aqueous saturation", "href": "../source/materials/PorousFlowThermalConductivityIdeal.html"}>>>
dry_thermal_conductivity<<<{"description": "The thermal conductivity of the rock matrix when the aqueous saturation is zero"}>>> = '2.51 0 0 0 2.51 0 0 0 2.51'
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = 'inj_well ext_well caps layer_1 layer_2 layer_3 layer_4 layer_5 layer_6 layer_7 layer_8 layer_9 layer_10 layer_11 layer_12 layer_13 layer_14 layer_15 layer_16 layer_17 layer_18 layer_19 layer_20'
[../]
[./porosity_well]
type = PorousFlowPorosityConst<<<{"description": "This Material calculates the porosity assuming it is constant", "href": "../source/materials/PorousFlowPorosityConst.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = 'inj_well ext_well'
porosity<<<{"description": "The porosity (assumed indepenent of porepressure, temperature, strain, etc, for this material). This should be a real number, or a constant monomial variable (not a linear lagrange or other kind of variable)."}>>> = 0.299
[../]
[./permeability_well]
type = PorousFlowPermeabilityConst<<<{"description": "This Material calculates the permeability tensor assuming it is constant", "href": "../source/materials/PorousFlowPermeabilityConst.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = 'inj_well ext_well'
permeability<<<{"description": "The permeability tensor (usually in m^2), which is assumed constant for this material"}>>> = '.2660E-12 0 0 0 .2660E-12 0 0 0 .2330E-09'
[../]
[./porosity_caps]
type = PorousFlowPorosityConst<<<{"description": "This Material calculates the porosity assuming it is constant", "href": "../source/materials/PorousFlowPorosityConst.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = caps
porosity<<<{"description": "The porosity (assumed indepenent of porepressure, temperature, strain, etc, for this material). This should be a real number, or a constant monomial variable (not a linear lagrange or other kind of variable)."}>>> = 0.01
[../]
[./permeability_caps]
type = PorousFlowPermeabilityConst<<<{"description": "This Material calculates the permeability tensor assuming it is constant", "href": "../source/materials/PorousFlowPermeabilityConst.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = caps
permeability<<<{"description": "The permeability tensor (usually in m^2), which is assumed constant for this material"}>>> = '1E-18 0 0 0 1E-18 0 0 0 1E-18'
[../]
[./porosity_layer_1]
type = PorousFlowPorosity<<<{"description": "This Material calculates the porosity PorousFlow simulations", "href": "../source/materials/PorousFlowPorosity.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_1
porosity_zero<<<{"description": "The porosity at zero volumetric strain and reference temperature and reference effective porepressure and reference chemistry. This must be a real number or a constant monomial variable (not a linear lagrange or other type of variable)"}>>> = 0.143
fluid<<<{"description": "If true, porosity will be a function of effective porepressure"}>>> = true
biot_coefficient<<<{"description": "Biot coefficient"}>>> = 0.8
reference_porepressure<<<{"description": "Reference porepressure (only used if fluid=true)"}>>> = ${pp_ini_bc}
solid_bulk<<<{"description": "Bulk modulus of the drained porous solid skeleton (only used if fluid=true)"}>>> = 1.5E8
[../]
[./permeability_layer_1]
type = PorousFlowPermeabilityConst<<<{"description": "This Material calculates the permeability tensor assuming it is constant", "href": "../source/materials/PorousFlowPermeabilityConst.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_1
permeability<<<{"description": "The permeability tensor (usually in m^2), which is assumed constant for this material"}>>> = '.8130E-15 0 0 0 .8130E-15 0 0 0 .3160E-15'
[../]
[./porosity_layer_2]
type = PorousFlowPorosity<<<{"description": "This Material calculates the porosity PorousFlow simulations", "href": "../source/materials/PorousFlowPorosity.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_2
porosity_zero<<<{"description": "The porosity at zero volumetric strain and reference temperature and reference effective porepressure and reference chemistry. This must be a real number or a constant monomial variable (not a linear lagrange or other type of variable)"}>>> = 0.158
fluid<<<{"description": "If true, porosity will be a function of effective porepressure"}>>> = true
biot_coefficient<<<{"description": "Biot coefficient"}>>> = 0.8
reference_porepressure<<<{"description": "Reference porepressure (only used if fluid=true)"}>>> = ${pp_ini_bc}
solid_bulk<<<{"description": "Bulk modulus of the drained porous solid skeleton (only used if fluid=true)"}>>> = 1.5E8
[../]
[./permeability_layer_2]
type = PorousFlowPermeabilityConst<<<{"description": "This Material calculates the permeability tensor assuming it is constant", "href": "../source/materials/PorousFlowPermeabilityConst.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_2
permeability<<<{"description": "The permeability tensor (usually in m^2), which is assumed constant for this material"}>>> = '.3460E-14 0 0 0 .3460E-14 0 0 0 .1350E-14'
[../]
[./porosity_layer_3]
type = PorousFlowPorosity<<<{"description": "This Material calculates the porosity PorousFlow simulations", "href": "../source/materials/PorousFlowPorosity.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_3
porosity_zero<<<{"description": "The porosity at zero volumetric strain and reference temperature and reference effective porepressure and reference chemistry. This must be a real number or a constant monomial variable (not a linear lagrange or other type of variable)"}>>> = 0.176
fluid<<<{"description": "If true, porosity will be a function of effective porepressure"}>>> = true
biot_coefficient<<<{"description": "Biot coefficient"}>>> = 0.8
reference_porepressure<<<{"description": "Reference porepressure (only used if fluid=true)"}>>> = ${pp_ini_bc}
solid_bulk<<<{"description": "Bulk modulus of the drained porous solid skeleton (only used if fluid=true)"}>>> = 1.5E8
[../]
[./permeability_layer_3]
type = PorousFlowPermeabilityConst<<<{"description": "This Material calculates the permeability tensor assuming it is constant", "href": "../source/materials/PorousFlowPermeabilityConst.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_3
permeability<<<{"description": "The permeability tensor (usually in m^2), which is assumed constant for this material"}>>> = '.1120E-13 0 0 0 .1120E-13 0 0 0 .4390E-14'
[../]
[./porosity_layer_4]
type = PorousFlowPorosity<<<{"description": "This Material calculates the porosity PorousFlow simulations", "href": "../source/materials/PorousFlowPorosity.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_4
porosity_zero<<<{"description": "The porosity at zero volumetric strain and reference temperature and reference effective porepressure and reference chemistry. This must be a real number or a constant monomial variable (not a linear lagrange or other type of variable)"}>>> = 0.188
fluid<<<{"description": "If true, porosity will be a function of effective porepressure"}>>> = true
biot_coefficient<<<{"description": "Biot coefficient"}>>> = 0.8
reference_porepressure<<<{"description": "Reference porepressure (only used if fluid=true)"}>>> = ${pp_ini_bc}
solid_bulk<<<{"description": "Bulk modulus of the drained porous solid skeleton (only used if fluid=true)"}>>> = 1.5E8
[../]
[./permeability_layer_4]
type = PorousFlowPermeabilityConst<<<{"description": "This Material calculates the permeability tensor assuming it is constant", "href": "../source/materials/PorousFlowPermeabilityConst.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_4
permeability<<<{"description": "The permeability tensor (usually in m^2), which is assumed constant for this material"}>>> = '.1920E-13 0 0 0 .1920E-13 0 0 0 .1400E-13'
[../]
[./porosity_layer_5]
type = PorousFlowPorosity<<<{"description": "This Material calculates the porosity PorousFlow simulations", "href": "../source/materials/PorousFlowPorosity.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_5
porosity_zero<<<{"description": "The porosity at zero volumetric strain and reference temperature and reference effective porepressure and reference chemistry. This must be a real number or a constant monomial variable (not a linear lagrange or other type of variable)"}>>> = 0.166
fluid<<<{"description": "If true, porosity will be a function of effective porepressure"}>>> = true
biot_coefficient<<<{"description": "Biot coefficient"}>>> = 0.8
reference_porepressure<<<{"description": "Reference porepressure (only used if fluid=true)"}>>> = ${pp_ini_bc}
solid_bulk<<<{"description": "Bulk modulus of the drained porous solid skeleton (only used if fluid=true)"}>>> = 1.5E8
[../]
[./permeability_layer_5]
type = PorousFlowPermeabilityConst<<<{"description": "This Material calculates the permeability tensor assuming it is constant", "href": "../source/materials/PorousFlowPermeabilityConst.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_5
permeability<<<{"description": "The permeability tensor (usually in m^2), which is assumed constant for this material"}>>> = '.5500E-14 0 0 0 .5500E-14 0 0 0 .3900E-14'
[../]
[./porosity_layer_6]
type = PorousFlowPorosity<<<{"description": "This Material calculates the porosity PorousFlow simulations", "href": "../source/materials/PorousFlowPorosity.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_6
porosity_zero<<<{"description": "The porosity at zero volumetric strain and reference temperature and reference effective porepressure and reference chemistry. This must be a real number or a constant monomial variable (not a linear lagrange or other type of variable)"}>>> = 0.185
fluid<<<{"description": "If true, porosity will be a function of effective porepressure"}>>> = true
biot_coefficient<<<{"description": "Biot coefficient"}>>> = 0.8
reference_porepressure<<<{"description": "Reference porepressure (only used if fluid=true)"}>>> = ${pp_ini_bc}
solid_bulk<<<{"description": "Bulk modulus of the drained porous solid skeleton (only used if fluid=true)"}>>> = 1.5E8
[../]
[./permeability_layer_6]
type = PorousFlowPermeabilityConst<<<{"description": "This Material calculates the permeability tensor assuming it is constant", "href": "../source/materials/PorousFlowPermeabilityConst.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_6
permeability<<<{"description": "The permeability tensor (usually in m^2), which is assumed constant for this material"}>>> = '.1770E-13 0 0 0 .1770E-13 0 0 0 .1190E-13'
[../]
[./porosity_layer_7]
type = PorousFlowPorosity<<<{"description": "This Material calculates the porosity PorousFlow simulations", "href": "../source/materials/PorousFlowPorosity.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_7
porosity_zero<<<{"description": "The porosity at zero volumetric strain and reference temperature and reference effective porepressure and reference chemistry. This must be a real number or a constant monomial variable (not a linear lagrange or other type of variable)"}>>> = 0.24
fluid<<<{"description": "If true, porosity will be a function of effective porepressure"}>>> = true
biot_coefficient<<<{"description": "Biot coefficient"}>>> = 0.8
reference_porepressure<<<{"description": "Reference porepressure (only used if fluid=true)"}>>> = ${pp_ini_bc}
solid_bulk<<<{"description": "Bulk modulus of the drained porous solid skeleton (only used if fluid=true)"}>>> = 1.5E8
[../]
[./permeability_layer_7]
type = PorousFlowPermeabilityConst<<<{"description": "This Material calculates the permeability tensor assuming it is constant", "href": "../source/materials/PorousFlowPermeabilityConst.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_7
permeability<<<{"description": "The permeability tensor (usually in m^2), which is assumed constant for this material"}>>> = '.9110E-13 0 0 0 .9110E-13 0 0 0 .8870E-13'
[../]
[./porosity_layer_8]
type = PorousFlowPorosity<<<{"description": "This Material calculates the porosity PorousFlow simulations", "href": "../source/materials/PorousFlowPorosity.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_8
porosity_zero<<<{"description": "The porosity at zero volumetric strain and reference temperature and reference effective porepressure and reference chemistry. This must be a real number or a constant monomial variable (not a linear lagrange or other type of variable)"}>>> = 0.26
fluid<<<{"description": "If true, porosity will be a function of effective porepressure"}>>> = true
biot_coefficient<<<{"description": "Biot coefficient"}>>> = 0.8
reference_porepressure<<<{"description": "Reference porepressure (only used if fluid=true)"}>>> = ${pp_ini_bc}
solid_bulk<<<{"description": "Bulk modulus of the drained porous solid skeleton (only used if fluid=true)"}>>> = 1.5E8
[../]
[./permeability_layer_8]
type = PorousFlowPermeabilityConst<<<{"description": "This Material calculates the permeability tensor assuming it is constant", "href": "../source/materials/PorousFlowPermeabilityConst.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_8
permeability<<<{"description": "The permeability tensor (usually in m^2), which is assumed constant for this material"}>>> = '.1390E-12 0 0 0 .1390E-12 0 0 0 .1290E-12'
[../]
[./porosity_layer_9]
type = PorousFlowPorosity<<<{"description": "This Material calculates the porosity PorousFlow simulations", "href": "../source/materials/PorousFlowPorosity.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_9
porosity_zero<<<{"description": "The porosity at zero volumetric strain and reference temperature and reference effective porepressure and reference chemistry. This must be a real number or a constant monomial variable (not a linear lagrange or other type of variable)"}>>> = 0.285
fluid<<<{"description": "If true, porosity will be a function of effective porepressure"}>>> = true
biot_coefficient<<<{"description": "Biot coefficient"}>>> = 0.8
reference_porepressure<<<{"description": "Reference porepressure (only used if fluid=true)"}>>> = ${pp_ini_bc}
solid_bulk<<<{"description": "Bulk modulus of the drained porous solid skeleton (only used if fluid=true)"}>>> = 1.5E8
[../]
[./permeability_layer_9]
type = PorousFlowPermeabilityConst<<<{"description": "This Material calculates the permeability tensor assuming it is constant", "href": "../source/materials/PorousFlowPermeabilityConst.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_9
permeability<<<{"description": "The permeability tensor (usually in m^2), which is assumed constant for this material"}>>> = '.2120E-12 0 0 0 .2120E-12 0 0 0 .2000E-12'
[../]
[./porosity_layer_10]
type = PorousFlowPorosity<<<{"description": "This Material calculates the porosity PorousFlow simulations", "href": "../source/materials/PorousFlowPorosity.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_10
porosity_zero<<<{"description": "The porosity at zero volumetric strain and reference temperature and reference effective porepressure and reference chemistry. This must be a real number or a constant monomial variable (not a linear lagrange or other type of variable)"}>>> = 0.27
fluid<<<{"description": "If true, porosity will be a function of effective porepressure"}>>> = true
biot_coefficient<<<{"description": "Biot coefficient"}>>> = 0.8
reference_porepressure<<<{"description": "Reference porepressure (only used if fluid=true)"}>>> = ${pp_ini_bc}
solid_bulk<<<{"description": "Bulk modulus of the drained porous solid skeleton (only used if fluid=true)"}>>> = 1.5E8
[../]
[./permeability_layer_10]
type = PorousFlowPermeabilityConst<<<{"description": "This Material calculates the permeability tensor assuming it is constant", "href": "../source/materials/PorousFlowPermeabilityConst.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_10
permeability<<<{"description": "The permeability tensor (usually in m^2), which is assumed constant for this material"}>>> = '.1630E-12 0 0 0 .1630E-12 0 0 0 .1580E-12'
[../]
[./porosity_layer_11]
type = PorousFlowPorosity<<<{"description": "This Material calculates the porosity PorousFlow simulations", "href": "../source/materials/PorousFlowPorosity.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_11
porosity_zero<<<{"description": "The porosity at zero volumetric strain and reference temperature and reference effective porepressure and reference chemistry. This must be a real number or a constant monomial variable (not a linear lagrange or other type of variable)"}>>> = 0.23
[../]
[./permeability_layer_11]
type = PorousFlowPermeabilityConst<<<{"description": "This Material calculates the permeability tensor assuming it is constant", "href": "../source/materials/PorousFlowPermeabilityConst.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_11
permeability<<<{"description": "The permeability tensor (usually in m^2), which is assumed constant for this material"}>>> = '.7700E-13 0 0 0 .7700E-13 0 0 0 .5990E-13'
[../]
[./porosity_layer_12]
type = PorousFlowPorosity<<<{"description": "This Material calculates the porosity PorousFlow simulations", "href": "../source/materials/PorousFlowPorosity.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_12
porosity_zero<<<{"description": "The porosity at zero volumetric strain and reference temperature and reference effective porepressure and reference chemistry. This must be a real number or a constant monomial variable (not a linear lagrange or other type of variable)"}>>> = 0.306
fluid<<<{"description": "If true, porosity will be a function of effective porepressure"}>>> = true
biot_coefficient<<<{"description": "Biot coefficient"}>>> = 0.8
reference_porepressure<<<{"description": "Reference porepressure (only used if fluid=true)"}>>> = ${pp_ini_bc}
solid_bulk<<<{"description": "Bulk modulus of the drained porous solid skeleton (only used if fluid=true)"}>>> = 1.5E8
[../]
[./permeability_layer_12]
type = PorousFlowPermeabilityConst<<<{"description": "This Material calculates the permeability tensor assuming it is constant", "href": "../source/materials/PorousFlowPermeabilityConst.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_12
permeability<<<{"description": "The permeability tensor (usually in m^2), which is assumed constant for this material"}>>> = '.2880E-12 0 0 0 .2880E-12 0 0 0 .2880E-12'
[../]
[./porosity_layer_13]
type = PorousFlowPorosity<<<{"description": "This Material calculates the porosity PorousFlow simulations", "href": "../source/materials/PorousFlowPorosity.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_13
porosity_zero<<<{"description": "The porosity at zero volumetric strain and reference temperature and reference effective porepressure and reference chemistry. This must be a real number or a constant monomial variable (not a linear lagrange or other type of variable)"}>>> = .285
fluid<<<{"description": "If true, porosity will be a function of effective porepressure"}>>> = true
biot_coefficient<<<{"description": "Biot coefficient"}>>> = 0.8
reference_porepressure<<<{"description": "Reference porepressure (only used if fluid=true)"}>>> = ${pp_ini_bc}
solid_bulk<<<{"description": "Bulk modulus of the drained porous solid skeleton (only used if fluid=true)"}>>> = 1.5E8
[../]
[./permeability_layer_13]
type = PorousFlowPermeabilityConst<<<{"description": "This Material calculates the permeability tensor assuming it is constant", "href": "../source/materials/PorousFlowPermeabilityConst.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_13
permeability<<<{"description": "The permeability tensor (usually in m^2), which is assumed constant for this material"}>>> = '.2130E-12 0 0 0 .2130E-12 0 0 0 .2040E-12'
[../]
[./porosity_layer_14]
type = PorousFlowPorosity<<<{"description": "This Material calculates the porosity PorousFlow simulations", "href": "../source/materials/PorousFlowPorosity.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_14
porosity_zero<<<{"description": "The porosity at zero volumetric strain and reference temperature and reference effective porepressure and reference chemistry. This must be a real number or a constant monomial variable (not a linear lagrange or other type of variable)"}>>> = .155
fluid<<<{"description": "If true, porosity will be a function of effective porepressure"}>>> = true
biot_coefficient<<<{"description": "Biot coefficient"}>>> = 0.8
reference_porepressure<<<{"description": "Reference porepressure (only used if fluid=true)"}>>> = ${pp_ini_bc}
solid_bulk<<<{"description": "Bulk modulus of the drained porous solid skeleton (only used if fluid=true)"}>>> = 1.5E8
[../]
[./permeability_layer_14]
type = PorousFlowPermeabilityConst<<<{"description": "This Material calculates the permeability tensor assuming it is constant", "href": "../source/materials/PorousFlowPermeabilityConst.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_14
permeability<<<{"description": "The permeability tensor (usually in m^2), which is assumed constant for this material"}>>> = '.1080E-13 0 0 0 .1080E-13 0 0 0 .2190E-15'
[../]
[./porosity_layer_15]
type = PorousFlowPorosity<<<{"description": "This Material calculates the porosity PorousFlow simulations", "href": "../source/materials/PorousFlowPorosity.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_15
porosity_zero<<<{"description": "The porosity at zero volumetric strain and reference temperature and reference effective porepressure and reference chemistry. This must be a real number or a constant monomial variable (not a linear lagrange or other type of variable)"}>>> = .299
fluid<<<{"description": "If true, porosity will be a function of effective porepressure"}>>> = true
biot_coefficient<<<{"description": "Biot coefficient"}>>> = 0.8
reference_porepressure<<<{"description": "Reference porepressure (only used if fluid=true)"}>>> = ${pp_ini_bc}
solid_bulk<<<{"description": "Bulk modulus of the drained porous solid skeleton (only used if fluid=true)"}>>> = 1.5E8
[../]
[./permeability_layer_15]
type = PorousFlowPermeabilityConst<<<{"description": "This Material calculates the permeability tensor assuming it is constant", "href": "../source/materials/PorousFlowPermeabilityConst.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_15
permeability<<<{"description": "The permeability tensor (usually in m^2), which is assumed constant for this material"}>>> = '.2660E-12 0 0 0 .2660E-12 0 0 0 .2330E-12'
[../]
[./porosity_layer_16]
type = PorousFlowPorosity<<<{"description": "This Material calculates the porosity PorousFlow simulations", "href": "../source/materials/PorousFlowPorosity.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_16
porosity_zero<<<{"description": "The porosity at zero volumetric strain and reference temperature and reference effective porepressure and reference chemistry. This must be a real number or a constant monomial variable (not a linear lagrange or other type of variable)"}>>> = .334
fluid<<<{"description": "If true, porosity will be a function of effective porepressure"}>>> = true
biot_coefficient<<<{"description": "Biot coefficient"}>>> = 0.8
reference_porepressure<<<{"description": "Reference porepressure (only used if fluid=true)"}>>> = ${pp_ini_bc}
solid_bulk<<<{"description": "Bulk modulus of the drained porous solid skeleton (only used if fluid=true)"}>>> = 1.5E8
[../]
[./permeability_layer_16]
type = PorousFlowPermeabilityConst<<<{"description": "This Material calculates the permeability tensor assuming it is constant", "href": "../source/materials/PorousFlowPermeabilityConst.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_16
permeability<<<{"description": "The permeability tensor (usually in m^2), which is assumed constant for this material"}>>> = '.4230E-12 0 0 0 .4230E-12 0 0 0 .4110E-12'
[../]
[./porosity_layer_17]
type = PorousFlowPorosity<<<{"description": "This Material calculates the porosity PorousFlow simulations", "href": "../source/materials/PorousFlowPorosity.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_17
porosity_zero<<<{"description": "The porosity at zero volumetric strain and reference temperature and reference effective porepressure and reference chemistry. This must be a real number or a constant monomial variable (not a linear lagrange or other type of variable)"}>>> = .32
fluid<<<{"description": "If true, porosity will be a function of effective porepressure"}>>> = true
biot_coefficient<<<{"description": "Biot coefficient"}>>> = 0.8
reference_porepressure<<<{"description": "Reference porepressure (only used if fluid=true)"}>>> = ${pp_ini_bc}
solid_bulk<<<{"description": "Bulk modulus of the drained porous solid skeleton (only used if fluid=true)"}>>> = 1.5E8
[../]
[./permeability_layer_17]
type = PorousFlowPermeabilityConst<<<{"description": "This Material calculates the permeability tensor assuming it is constant", "href": "../source/materials/PorousFlowPermeabilityConst.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_17
permeability<<<{"description": "The permeability tensor (usually in m^2), which is assumed constant for this material"}>>> = '.3560E-12 0 0 0 .3560E-12 0 0 0 .3300E-12'
[../]
[./porosity_layer_18]
type = PorousFlowPorosity<<<{"description": "This Material calculates the porosity PorousFlow simulations", "href": "../source/materials/PorousFlowPorosity.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_18
porosity_zero<<<{"description": "The porosity at zero volumetric strain and reference temperature and reference effective porepressure and reference chemistry. This must be a real number or a constant monomial variable (not a linear lagrange or other type of variable)"}>>> = .294
fluid<<<{"description": "If true, porosity will be a function of effective porepressure"}>>> = true
biot_coefficient<<<{"description": "Biot coefficient"}>>> = 0.8
reference_porepressure<<<{"description": "Reference porepressure (only used if fluid=true)"}>>> = ${pp_ini_bc}
solid_bulk<<<{"description": "Bulk modulus of the drained porous solid skeleton (only used if fluid=true)"}>>> = 1.5E8
[../]
[./permeability_layer_18]
type = PorousFlowPermeabilityConst<<<{"description": "This Material calculates the permeability tensor assuming it is constant", "href": "../source/materials/PorousFlowPermeabilityConst.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_18
permeability<<<{"description": "The permeability tensor (usually in m^2), which is assumed constant for this material"}>>> = '.2420E-12 0 0 0 .2420E-12 0 0 0 .2360E-12'
[../]
[./porosity_layer_19]
type = PorousFlowPorosity<<<{"description": "This Material calculates the porosity PorousFlow simulations", "href": "../source/materials/PorousFlowPorosity.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_19
porosity_zero<<<{"description": "The porosity at zero volumetric strain and reference temperature and reference effective porepressure and reference chemistry. This must be a real number or a constant monomial variable (not a linear lagrange or other type of variable)"}>>> = .279
fluid<<<{"description": "If true, porosity will be a function of effective porepressure"}>>> = true
biot_coefficient<<<{"description": "Biot coefficient"}>>> = 0.8
reference_porepressure<<<{"description": "Reference porepressure (only used if fluid=true)"}>>> = ${pp_ini_bc}
solid_bulk<<<{"description": "Bulk modulus of the drained porous solid skeleton (only used if fluid=true)"}>>> = 1.5E8
[../]
[./permeability_layer_19]
type = PorousFlowPermeabilityConst<<<{"description": "This Material calculates the permeability tensor assuming it is constant", "href": "../source/materials/PorousFlowPermeabilityConst.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_19
permeability<<<{"description": "The permeability tensor (usually in m^2), which is assumed constant for this material"}>>> = '.2050E-12 0 0 0 .2050E-12 0 0 0 .1310E-12'
[../]
[./porosity_layer_20]
type = PorousFlowPorosity<<<{"description": "This Material calculates the porosity PorousFlow simulations", "href": "../source/materials/PorousFlowPorosity.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_20
porosity_zero<<<{"description": "The porosity at zero volumetric strain and reference temperature and reference effective porepressure and reference chemistry. This must be a real number or a constant monomial variable (not a linear lagrange or other type of variable)"}>>> = .071
fluid<<<{"description": "If true, porosity will be a function of effective porepressure"}>>> = true
biot_coefficient<<<{"description": "Biot coefficient"}>>> = 0.8
reference_porepressure<<<{"description": "Reference porepressure (only used if fluid=true)"}>>> = ${pp_ini_bc}
solid_bulk<<<{"description": "Bulk modulus of the drained porous solid skeleton (only used if fluid=true)"}>>> = 1.5E8
[../]
[./permeability_layer_20]
type = PorousFlowPermeabilityConst<<<{"description": "This Material calculates the permeability tensor assuming it is constant", "href": "../source/materials/PorousFlowPermeabilityConst.html"}>>>
block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = layer_20
permeability<<<{"description": "The permeability tensor (usually in m^2), which is assumed constant for this material"}>>> = '.2700E-16 0 0 0 .2700E-16 0 0 0 .1000E-17 '
[../]
[]
(examples/rtes_benchmark/Cranfield_HT_season_caps_water_newboundary_coarse.i)The injection and extraction points were only located at the top of those two columns, they were realized by using DiracKernels. See the following input file section for detail:
[DiracKernels<<<{"href": "../syntax/DiracKernels/index.html"}>>>]
[./summer_injection_P]
type = PorousFlowPolyLineSink<<<{"description": "Approximates a polyline sink by using a number of point sinks with given weighting whose positions are read from a file. NOTE: if you are using PorousFlowPorosity that depends on volumetric strain, you should set strain_at_nearest_qp=true in your GlobalParams, to ensure the nodal Porosity Material uses the volumetric strain at the Dirac quadpoints, and can therefore be computed", "href": "../source/dirackernels/PorousFlowPolyLineSink.html"}>>>
fluid_phase<<<{"description": "The fluid phase whose pressure (and potentially mobility, enthalpy, etc) controls the flux to the line sink. For p_or_t=temperature, and without any use_*, this parameter is irrelevant"}>>> = 0
variable<<<{"description": "The name of the variable that this residual object operates on"}>>> = porepressure
SumQuantityUO<<<{"description": "User Object of type=PorousFlowSumQuantity in which to place the total outflow from the line sink for each time step."}>>> = fluid_mass_in_inc
line_base<<<{"description": "Line base point x,y,z coordinates. This is the same format as a single-line point_file. Note this is only used if there is no point file specified."}>>> = '1 -9.99 -9.99 3.6'
line_length<<<{"description": "Line length. Note this is only used if there is only one point in the point_file."}>>> = ${well_length}
line_direction<<<{"description": "Line direction. Note this is only used if there is only one point in the point_file."}>>> = '0 0 1'
use_mobility<<<{"description": "Multiply the flux by the fluid mobility"}>>> = false
p_or_t_vals<<<{"description": "Tuple of pressure (or temperature) values. Must be monotonically increasing."}>>> = '-1e9 1e9'
fluxes<<<{"description": "Tuple of flux values (measured in kg.m^-1.s^-1 if no 'use_*' are employed). These flux values are multiplied by the line-segment length to achieve a flux in kg.s^-1. A piecewise-linear fit is performed to the (p_or_t_vals,flux) pairs to obtain the flux at any arbitrary pressure (or temperature). If a quad-point pressure is less than the first pressure value, the first flux value is used. If quad-point pressure exceeds the final pressure value, the final flux value is used. This flux is OUT of the medium: hence positive values of flux means this will be a SINK, while negative values indicate this flux will be a SOURCE."}>>> = '-${inj_ext_flux} -${inj_ext_flux}'
[../]
[./summer_injection_T]
type = EnthalpySink
fluid_phase = 0
variable = temperature
SumQuantityUO = heat_enthalpy_in_inc
line_base = '1 -9.99 -9.99 3.6'
line_length = ${well_length}
line_direction = '0 0 1'
pressure = porepressure
T_in = 453.15
fp = tabulated_water
p_or_t_vals = '-1e9 1e9'
fluxes = '-${inj_ext_flux} -${inj_ext_flux}'
[../]
[./summer_production_P]
type = PorousFlowPolyLineSink<<<{"description": "Approximates a polyline sink by using a number of point sinks with given weighting whose positions are read from a file. NOTE: if you are using PorousFlowPorosity that depends on volumetric strain, you should set strain_at_nearest_qp=true in your GlobalParams, to ensure the nodal Porosity Material uses the volumetric strain at the Dirac quadpoints, and can therefore be computed", "href": "../source/dirackernels/PorousFlowPolyLineSink.html"}>>>
fluid_phase<<<{"description": "The fluid phase whose pressure (and potentially mobility, enthalpy, etc) controls the flux to the line sink. For p_or_t=temperature, and without any use_*, this parameter is irrelevant"}>>> = 0
variable<<<{"description": "The name of the variable that this residual object operates on"}>>> = porepressure
SumQuantityUO<<<{"description": "User Object of type=PorousFlowSumQuantity in which to place the total outflow from the line sink for each time step."}>>> = fluid_mass_out_inc
line_base<<<{"description": "Line base point x,y,z coordinates. This is the same format as a single-line point_file. Note this is only used if there is no point file specified."}>>> = '1 9.99 9.99 3.6'
line_length<<<{"description": "Line length. Note this is only used if there is only one point in the point_file."}>>> = ${well_length}
line_direction<<<{"description": "Line direction. Note this is only used if there is only one point in the point_file."}>>> = '0 0 1'
use_mobility<<<{"description": "Multiply the flux by the fluid mobility"}>>> = false
p_or_t_vals<<<{"description": "Tuple of pressure (or temperature) values. Must be monotonically increasing."}>>> = '-1e9 1e9'
fluxes<<<{"description": "Tuple of flux values (measured in kg.m^-1.s^-1 if no 'use_*' are employed). These flux values are multiplied by the line-segment length to achieve a flux in kg.s^-1. A piecewise-linear fit is performed to the (p_or_t_vals,flux) pairs to obtain the flux at any arbitrary pressure (or temperature). If a quad-point pressure is less than the first pressure value, the first flux value is used. If quad-point pressure exceeds the final pressure value, the final flux value is used. This flux is OUT of the medium: hence positive values of flux means this will be a SINK, while negative values indicate this flux will be a SOURCE."}>>> = '${inj_ext_flux} ${inj_ext_flux}'
[../]
[./summer_production_T]
type = PorousFlowPolyLineSink<<<{"description": "Approximates a polyline sink by using a number of point sinks with given weighting whose positions are read from a file. NOTE: if you are using PorousFlowPorosity that depends on volumetric strain, you should set strain_at_nearest_qp=true in your GlobalParams, to ensure the nodal Porosity Material uses the volumetric strain at the Dirac quadpoints, and can therefore be computed", "href": "../source/dirackernels/PorousFlowPolyLineSink.html"}>>>
fluid_phase<<<{"description": "The fluid phase whose pressure (and potentially mobility, enthalpy, etc) controls the flux to the line sink. For p_or_t=temperature, and without any use_*, this parameter is irrelevant"}>>> = 0
variable<<<{"description": "The name of the variable that this residual object operates on"}>>> = temperature
SumQuantityUO<<<{"description": "User Object of type=PorousFlowSumQuantity in which to place the total outflow from the line sink for each time step."}>>> = heat_enthalpy_out_inc
line_base<<<{"description": "Line base point x,y,z coordinates. This is the same format as a single-line point_file. Note this is only used if there is no point file specified."}>>> = '1 9.99 9.99 3.6'
line_length<<<{"description": "Line length. Note this is only used if there is only one point in the point_file."}>>> = ${well_length}
line_direction<<<{"description": "Line direction. Note this is only used if there is only one point in the point_file."}>>> = '0 0 1'
use_mobility<<<{"description": "Multiply the flux by the fluid mobility"}>>> = false
use_enthalpy<<<{"description": "Multiply the flux by the fluid enthalpy"}>>> = true
p_or_t_vals<<<{"description": "Tuple of pressure (or temperature) values. Must be monotonically increasing."}>>> = '-1e9 1e9'
fluxes<<<{"description": "Tuple of flux values (measured in kg.m^-1.s^-1 if no 'use_*' are employed). These flux values are multiplied by the line-segment length to achieve a flux in kg.s^-1. A piecewise-linear fit is performed to the (p_or_t_vals,flux) pairs to obtain the flux at any arbitrary pressure (or temperature). If a quad-point pressure is less than the first pressure value, the first flux value is used. If quad-point pressure exceeds the final pressure value, the final flux value is used. This flux is OUT of the medium: hence positive values of flux means this will be a SINK, while negative values indicate this flux will be a SOURCE."}>>> = '${inj_ext_flux} ${inj_ext_flux}'
[../]
[./winter_injection_P]
type = PorousFlowPolyLineSink<<<{"description": "Approximates a polyline sink by using a number of point sinks with given weighting whose positions are read from a file. NOTE: if you are using PorousFlowPorosity that depends on volumetric strain, you should set strain_at_nearest_qp=true in your GlobalParams, to ensure the nodal Porosity Material uses the volumetric strain at the Dirac quadpoints, and can therefore be computed", "href": "../source/dirackernels/PorousFlowPolyLineSink.html"}>>>
fluid_phase<<<{"description": "The fluid phase whose pressure (and potentially mobility, enthalpy, etc) controls the flux to the line sink. For p_or_t=temperature, and without any use_*, this parameter is irrelevant"}>>> = 0
variable<<<{"description": "The name of the variable that this residual object operates on"}>>> = porepressure
SumQuantityUO<<<{"description": "User Object of type=PorousFlowSumQuantity in which to place the total outflow from the line sink for each time step."}>>> = fluid_mass_in_inc
line_base<<<{"description": "Line base point x,y,z coordinates. This is the same format as a single-line point_file. Note this is only used if there is no point file specified."}>>> = '1 -9.99 -9.99 3.6'
line_length<<<{"description": "Line length. Note this is only used if there is only one point in the point_file."}>>> = ${well_length}
line_direction<<<{"description": "Line direction. Note this is only used if there is only one point in the point_file."}>>> = '0 0 1'
use_mobility<<<{"description": "Multiply the flux by the fluid mobility"}>>> = false
p_or_t_vals<<<{"description": "Tuple of pressure (or temperature) values. Must be monotonically increasing."}>>> = '-1e9 1e9'
fluxes<<<{"description": "Tuple of flux values (measured in kg.m^-1.s^-1 if no 'use_*' are employed). These flux values are multiplied by the line-segment length to achieve a flux in kg.s^-1. A piecewise-linear fit is performed to the (p_or_t_vals,flux) pairs to obtain the flux at any arbitrary pressure (or temperature). If a quad-point pressure is less than the first pressure value, the first flux value is used. If quad-point pressure exceeds the final pressure value, the final flux value is used. This flux is OUT of the medium: hence positive values of flux means this will be a SINK, while negative values indicate this flux will be a SOURCE."}>>> = '-${inj_ext_flux} -${inj_ext_flux}'
[../]
[./winter_injection_T]
type = EnthalpySink
fluid_phase = 0
variable = temperature
SumQuantityUO = heat_enthalpy_in_inc
line_base = '1 -9.99 -9.99 3.6'
line_length = ${well_length}
line_direction = '0 0 1'
pressure = porepressure
T_in = 399.15
fp = tabulated_water
p_or_t_vals = '-1e9 1e9'
fluxes = '-${inj_ext_flux} -${inj_ext_flux}'
[../]
[./winter_production_P]
type = PorousFlowPolyLineSink<<<{"description": "Approximates a polyline sink by using a number of point sinks with given weighting whose positions are read from a file. NOTE: if you are using PorousFlowPorosity that depends on volumetric strain, you should set strain_at_nearest_qp=true in your GlobalParams, to ensure the nodal Porosity Material uses the volumetric strain at the Dirac quadpoints, and can therefore be computed", "href": "../source/dirackernels/PorousFlowPolyLineSink.html"}>>>
fluid_phase<<<{"description": "The fluid phase whose pressure (and potentially mobility, enthalpy, etc) controls the flux to the line sink. For p_or_t=temperature, and without any use_*, this parameter is irrelevant"}>>> = 0
variable<<<{"description": "The name of the variable that this residual object operates on"}>>> = porepressure
SumQuantityUO<<<{"description": "User Object of type=PorousFlowSumQuantity in which to place the total outflow from the line sink for each time step."}>>> = fluid_mass_out_inc
line_base<<<{"description": "Line base point x,y,z coordinates. This is the same format as a single-line point_file. Note this is only used if there is no point file specified."}>>> = '1 9.99 9.99 3.6'
line_length<<<{"description": "Line length. Note this is only used if there is only one point in the point_file."}>>> = ${well_length}
line_direction<<<{"description": "Line direction. Note this is only used if there is only one point in the point_file."}>>> = '0 0 1'
use_mobility<<<{"description": "Multiply the flux by the fluid mobility"}>>> = false
p_or_t_vals<<<{"description": "Tuple of pressure (or temperature) values. Must be monotonically increasing."}>>> = '-1e9 1e9'
fluxes<<<{"description": "Tuple of flux values (measured in kg.m^-1.s^-1 if no 'use_*' are employed). These flux values are multiplied by the line-segment length to achieve a flux in kg.s^-1. A piecewise-linear fit is performed to the (p_or_t_vals,flux) pairs to obtain the flux at any arbitrary pressure (or temperature). If a quad-point pressure is less than the first pressure value, the first flux value is used. If quad-point pressure exceeds the final pressure value, the final flux value is used. This flux is OUT of the medium: hence positive values of flux means this will be a SINK, while negative values indicate this flux will be a SOURCE."}>>> = '${inj_ext_flux} ${inj_ext_flux}'
[../]
[./winter_production_T]
type = PorousFlowPolyLineSink<<<{"description": "Approximates a polyline sink by using a number of point sinks with given weighting whose positions are read from a file. NOTE: if you are using PorousFlowPorosity that depends on volumetric strain, you should set strain_at_nearest_qp=true in your GlobalParams, to ensure the nodal Porosity Material uses the volumetric strain at the Dirac quadpoints, and can therefore be computed", "href": "../source/dirackernels/PorousFlowPolyLineSink.html"}>>>
fluid_phase<<<{"description": "The fluid phase whose pressure (and potentially mobility, enthalpy, etc) controls the flux to the line sink. For p_or_t=temperature, and without any use_*, this parameter is irrelevant"}>>> = 0
variable<<<{"description": "The name of the variable that this residual object operates on"}>>> = temperature
SumQuantityUO<<<{"description": "User Object of type=PorousFlowSumQuantity in which to place the total outflow from the line sink for each time step."}>>> = heat_enthalpy_out_inc
line_base<<<{"description": "Line base point x,y,z coordinates. This is the same format as a single-line point_file. Note this is only used if there is no point file specified."}>>> = '1 9.99 9.99 3.6'
line_length<<<{"description": "Line length. Note this is only used if there is only one point in the point_file."}>>> = ${well_length}
line_direction<<<{"description": "Line direction. Note this is only used if there is only one point in the point_file."}>>> = '0 0 1'
use_mobility<<<{"description": "Multiply the flux by the fluid mobility"}>>> = false
use_enthalpy<<<{"description": "Multiply the flux by the fluid enthalpy"}>>> = true
p_or_t_vals<<<{"description": "Tuple of pressure (or temperature) values. Must be monotonically increasing."}>>> = '-1e9 1e9'
fluxes<<<{"description": "Tuple of flux values (measured in kg.m^-1.s^-1 if no 'use_*' are employed). These flux values are multiplied by the line-segment length to achieve a flux in kg.s^-1. A piecewise-linear fit is performed to the (p_or_t_vals,flux) pairs to obtain the flux at any arbitrary pressure (or temperature). If a quad-point pressure is less than the first pressure value, the first flux value is used. If quad-point pressure exceeds the final pressure value, the final flux value is used. This flux is OUT of the medium: hence positive values of flux means this will be a SINK, while negative values indicate this flux will be a SOURCE."}>>> = '${inj_ext_flux} ${inj_ext_flux}'
[../]
[]
(examples/rtes_benchmark/Cranfield_HT_season_caps_water_newboundary_coarse.i)Note the above Dirac Kernels were activated partially to realize the injection-storage-extraction-rest operation cycle, a control block in the input file was used to realize that as
[Controls<<<{"href": "../syntax/Controls/index.html"}>>>]
[summer_injection]
type = ConditionalFunctionEnableControl<<<{"description": "Control for enabling/disabling objects when a function value is true", "href": "../source/controls/ConditionalFunctionEnableControl.html"}>>>
conditional_function<<<{"description": "The function to give a true or false value"}>>> = inj_function_summer
enable_objects<<<{"description": "A list of object tags to enable."}>>> = 'DiracKernels::summer_injection_P DiracKernels::summer_injection_T DiracKernels::summer_production_P DiracKernels::summer_production_T'
[]
[winter_injection]
type = ConditionalFunctionEnableControl<<<{"description": "Control for enabling/disabling objects when a function value is true", "href": "../source/controls/ConditionalFunctionEnableControl.html"}>>>
conditional_function<<<{"description": "The function to give a true or false value"}>>> = inj_function_winter
enable_objects<<<{"description": "A list of object tags to enable."}>>> = 'DiracKernels::winter_injection_P DiracKernels::winter_injection_T DiracKernels::winter_production_P DiracKernels::winter_production_T'
[]
[]
(examples/rtes_benchmark/Cranfield_HT_season_caps_water_newboundary_coarse.i)With these modification, the FALCON predicted results, shown as red dashed lines in in Figure 2, match well with the TOUGH prediction (black solid lines). We conclude that FALCON is a robust solver to simulate thermo-hydraulic coupled problems. The readers can refer Jin et al. (2022) for detialed discussion of the benchmark study.

Figure 2: Comparison of pressure and temperature evolutions at the injection and production wells with a year of injection-storage-extraction-rest cycle with different boundary conditions and model set-ups. For the benchmark study, we used a constant injection temperature at 180 degree C, and the injection starts at the beginning of the simulation.
Acknowledgement
The author would like to acknowledge Christine Doughty at the Lawrence Berkeley National Laboratory for performing TOUGH simulations and providing the corresponding input file.
References
- Christine Doughty and Barry M Freifeld.
Modeling co2 injection at cranfield, mississippi: investigation of methane and temperature effects.
Greenhouse Gases: Science and Technology, 3(6):475–490, 2013.[BibTeX]
@article{doughty2013modeling, author = "Doughty, Christine and Freifeld, Barry M", title = "Modeling CO2 injection at Cranfield, Mississippi: Investigation of methane and temperature effects", journal = "Greenhouse Gases: Science and Technology", volume = "3", number = "6", pages = "475--490", year = "2013", publisher = "Wiley Online Library" }
- W. Jin, T. Atkinson, G. Neupane, T. McLing, C. Doughty, Spycher, N., P. Dobson, and R. Smith.
Influence of mechanical deformation and mineral dissolution/precipitation on reservoir thermal energy storage.
In 56th US Rock Mechanics/Geomechanics Symposium. OnePetro, 2022.[BibTeX]
@inproceedings{jin2022influence, author = "Jin, W. and Atkinson, T. and Neupane, G. and McLing, T. and Doughty, C. and Spycher, N. and Dobson, P. and Smith, R.", title = "Influence of mechanical deformation and mineral dissolution/precipitation on reservoir thermal energy storage", booktitle = "56th US Rock Mechanics/Geomechanics Symposium", year = "2022", organization = "OnePetro" }
(examples/rtes_benchmark/tough.inp)
Cranfield 5-spot model, adapted for EOS7, non-isothermal, QLOSS
ROCKS----1----*----2----*----3----*----4----*----5----*----6----*----7----*----8
1 2 .2600E+04 .1430E+00 .8130E-15 .8130E-15 .3160E-15 .2510E+01 .9200E+03
0.3000E-08
07 0.6500E+00 .2550E+00 1. 1.e-5
07 0.4118E+00 .3000E-01 4.7939E-6 .1043E+09 .1000E+01
2 2 .2600E+04 .1580E+00 .3460E-14 .3460E-14 .1350E-14 .2510E+01 .9200E+03
0.3000E-08
07 0.6500E+00 .1950E+00 1. 1.e-5
07 0.4118E+00 .3000E-01 9.8912E-6 .5055E+08 .1000E+01
3 2 .2600E+04 .1760E+00 .1120E-13 .1120E-13 .4390E-14 .2510E+01 .9200E+03
0.3000E-08
07 0.6500E+00 .1470E+00 1. 1.e-5
07 0.4118E+00 .3000E-01 1.7819e-5 .2806E+08 .1000E+01
4 2 .2600E+04 .1880E+00 .1920E-13 .1920E-13 .1400E-13 .2510E+01 .9200E+03
0.3000E-08
07 0.6500E+00 .1250E+00 1. 1.e-5
07 0.4118E+00 .3000E-01 2.3315E-5 .2145E+08 .1000E+01
5 2 .2600E+04 .1660E+00 .5500E-14 .5500E-14 .3900E-14 .2510E+01 .9200E+03
0.3000E-08
07 0.6500E+00 .1760E+00 1. 1.e-5
07 0.4118E+00 .3000E-01 1.2472E-5 .4009E+08 .1000E+01
6 2 .2600E+04 .1850E+00 .1770E-13 .1770E-13 .1190E-13 .2510E+01 .9200E+03
0.3000E-08
07 0.6500E+00 .1280E+00 1. 1.e-5
07 0.4118E+00 .3000E-01 2.2401E-5 .2232E+08 .1000E+01
7 2 .2600E+04 .2400E+00 .9110E-13 .9110E-13 .8870E-13 .2510E+01 .9200E+03
0.3000E-08
07 0.6500E+00 .6100E-01 1. 1.e-5
07 0.4118E+00 .3000E-01 5.0761E-5 .9850E+07 .1000E+01
8 2 .2600E+04 .2600E+00 .1390E-12 .1390E-12 .1290E-12 .2510E+01 .9200E+03
0.3000E-08
07 0.6500E+00 .5000E-01 1. 1.e-5
07 0.4118E+00 .3000E-01 6.2696E-5 .7975E+07 .1000E+01
9 2 .2600E+04 .2850E+00 .2120E-12 .2120E-12 .2000E-12 .2510E+01 .9200E+03
0.3000E-08
07 0.6500E+00 .5000E-01 1. 1.e-5
07 0.4118E+00 .3000E-01 7.7459E-5 .6455E+07 .1000E+01
10 2 .2600E+04 .2700E+00 .1630E-12 .1630E-12 .1580E-12 .2510E+01 .9200E+03
0.3000E-08
07 0.6500E+00 .5000E-01 1. 1.e-5
07 0.4118E+00 .3000E-01 6.7981E-5 .7355E+07 .1000E+01
11 2 .2600E+04 .2300E+00 .7700E-13 .7700E-13 .5990E-13 .2510E+01 .9200E+03
0.3000E-08
07 0.6500E+00 .6800E-01 1. 1.e-5
07 0.4118E+00 .3000E-01 4.6664E-5 .1072E+08 .1000E+01
12 2 .2600E+04 .3060E+00 .2880E-12 .2880E-12 .2880E-12 .2510E+01 .9200E+03
0.3000E-08
07 0.6500E+00 .5000E-01 1. 1.e-5
07 0.4118E+00 .3000E-01 9.0253E-5 .5540E+07 .1000E+01
13 2 .2600E+04 .2850E+00 .2130E-12 .2130E-12 .2040E-12 .2510E+01 .9200E+03
0.3000E-08
07 0.6500E+00 .5000E-01 1. 1.e-5
07 0.4118E+00 .3000E-01 7.7519E-5 .6450E+07 .1000E+01
14 2 .2600E+04 .1550E+00 .1080E-13 .1080E-13 .2190E-15 .2510E+01 .9200E+03
0.3000E-08
07 0.6500E+00 .1490E+00 1. 1.e-5
07 0.4118E+00 .3000E-01 1.7495E-5 .2858E+08 .1000E+01
15 2 .2600E+04 .2990E+00 .2660E-12 .2660E-12 .2330E-12 .2510E+01 .9200E+03
0.3000E-08
07 0.6500E+00 .5000E-01 1. 1.e-5
07 0.4118E+00 .3000E-01 8.6805E-5 .5760E+07 .1000E+01
16 2 .2600E+04 .3340E+00 .4230E-12 .4230E-12 .4110E-12 .2510E+01 .9200E+03
0.3000E-08
07 0.6500E+00 .5000E-01 1. 1.e-5
07 0.4118E+00 .3000E-01 1.0930E-4 .4575E+07 .1000E+01
17 2 .2600E+04 .3200E+00 .3560E-12 .3560E-12 .3300E-12 .2510E+01 .9200E+03
0.3000E-08
07 0.6500E+00 .5000E-01 1. 1.e-5
07 0.4118E+00 .3000E-01 1.0034E-4 .4983E+07 .1000E+01
18 2 .2600E+04 .2940E+00 .2420E-12 .2420E-12 .2360E-12 .2510E+01 .9200E+03
0.3000E-08
07 0.6500E+00 .5000E-01 1. 1.e-5
07 0.4118E+00 .3000E-01 8.2713E-5 .6045E+07 .1000E+01
19 2 .2600E+04 .2790E+00 .2050E-12 .2050E-12 .1310E-12 .2510E+01 .9200E+03
0.3000E-08
07 0.6500E+00 .5000E-01 1. 1.e-5
07 0.4118E+00 .3000E-01 7.6103E-5 .6570E+07 .1000E+01
20 2 .2600E+04 .7100E-01 .2700E-16 .2700E-16 .1000E-17 .2510E+01 .9200E+03
0.3000E-08
07 0.6500E+00 .3190E+00 1. 1.e-5
07 0.4118E+00 .3000E-01 8.7489E-7 .5715E+09 .1000E+01
INJCT 2 .2600E+04 .2990E+00 .2660E-12 .2660E-12 .2330E-09 .2510E+01 .9200E+03
0.3000E-08
07 0.6500E+00 .5000E-01 1. 1.e-5
07 0.4118E+00 .3000E-01 8.6806E-5 .5760E+07 .1000E+01
QLOSS .2600E+04 .2990E+00 .2660E-12 .2660E-12 .2330E-12 .2510E+01 .9200E+03
MULTI----1----*----2----*----3----*----4----*----5----*----6----*----7----*----8
2 3 2 6
SOLVR----1----*----2----*----3----*----4----*----5----*----6----*----7----*----8
5 Z1 O0 8.0e-1 1.0e-7
START----1----*----2----*----3----*----4----*----5----*----6----*----7----*----8
PARAM----1 MOP: 123456789012345678901234 ---*----5----*----6----*----7----*----8
-39999 9999100030100002 14 3
0. 315576000. 1. 9.806
1.E-5 1.E00
300.0e5 0.620 126.
MOMOP
001000000000000000000000000
TIMES----1----*----2----*----3----*----4----*----5----*----6----*----7----*----8
02 02
86400. 2592000.
OUTPU----1----*----2----*----3----*----4----*----5----*----6----*----7----*----8
5
SET 1
SET 2
SET 3
ABSOLUTE 0
ENTHALPY 0
FOFT ----1----*----2----*----3----*----4----*----5----*----6----*----7----*----8
2FA99
2FB13
GENER 1----*----2----*----3----*----4----*----5----*----6----*----7----*----8
2FA99iwt11 0 0 0 41 COM1a
0. 7889400. 15778800. 23668200.
31557600. 39447000. 47336400. 55225800.
63115200. 71004600. 78894000. 86783400.
94672800. 102562200. 110451600. 118341000.
126230400. 134119800. 142009200. 149898600.
157788000. 165677400. 173566800. 181456200.
189345600. 197235000. 205124400. 213013800.
220903200. 228792600. 236682000. 244571400.
252460800. 260350200. 268239600. 276129000.
284018400. 291907800. 299797200. 307686600.
315576001.
0.1425 0. 0.1425 0.
0.1425 0. 0.1425 0.
0.1425 0. 0.1425 0.
0.1425 0. 0.1425 0.
0.1425 0. 0.1425 0.
0.1425 0. 0.1425 0.
0.1425 0. 0.1425 0.
0.1425 0. 0.1425 0.
0.1425 0. 0.1425 0.
0.1425 0. 0.1425 0.
0.1425
778540. 778540. 552180. 552180.
778540. 778540. 552180. 552180.
778540. 778540. 552180. 552180.
778540. 778540. 552180. 552180.
778540. 778540. 552180. 552180.
778540. 778540. 552180. 552180.
778540. 778540. 552180. 552180.
778540. 778540. 552180. 552180.
778540. 778540. 552180. 552180.
778540. 778540. 552180. 552180.
778540.
2FA99ibr11 0 0 0 41 COM2a
0. 7889400. 15778800. 23668200.
31557600. 39447000. 47336400. 55225800.
63115200. 71004600. 78894000. 86783400.
94672800. 102562200. 110451600. 118341000.
126230400. 134119800. 142009200. 149898600.
157788000. 165677400. 173566800. 181456200.
189345600. 197235000. 205124400. 213013800.
220903200. 228792600. 236682000. 244571400.
252460800. 260350200. 268239600. 276129000.
284018400. 291907800. 299797200. 307686600.
315576001.
0.2325 0. 0.2325 0.
0.2325 0. 0.2325 0.
0.2325 0. 0.2325 0.
0.2325 0. 0.2325 0.
0.2325 0. 0.2325 0.
0.2325 0. 0.2325 0.
0.2325 0. 0.2325 0.
0.2325 0. 0.2325 0.
0.2325 0. 0.2325 0.
0.2325 0. 0.2325 0.
0.2325
778540. 778540. 552180. 552180.
778540. 778540. 552180. 552180.
778540. 778540. 552180. 552180.
778540. 778540. 552180. 552180.
778540. 778540. 552180. 552180.
778540. 778540. 552180. 552180.
778540. 778540. 552180. 552180.
778540. 778540. 552180. 552180.
778540. 778540. 552180. 552180.
778540. 778540. 552180. 552180.
778540.
2FB13pro11 0 0 0 41 MASS
0. 7889400. 15778800. 23668200.
31557600. 39447000. 47336400. 55225800.
63115200. 71004600. 78894000. 86783400.
94672800. 102562200. 110451600. 118341000.
126230400. 134119800. 142009200. 149898600.
157788000. 165677400. 173566800. 181456200.
189345600. 197235000. 205124400. 213013800.
220903200. 228792600. 236682000. 244571400.
252460800. 260350200. 268239600. 276129000.
284018400. 291907800. 299797200. 307686600.
315576001.
-0.375 0. -0.375 0.
-0.375 0. -0.375 0.
-0.375 0. -0.375 0.
-0.375 0. -0.375 0.
-0.375 0. -0.375 0.
-0.375 0. -0.375 0.
-0.375 0. -0.375 0.
-0.375 0. -0.375 0.
-0.375 0. -0.375 0.
-0.375 0. -0.375 0.
-0.375
ELEME
02A 1 10.2550E+010.2090E+01 0.3600E+010.6495E+000.2379E+02
2AA 1 20.2550E+010.0000E+00 0.3600E+010.6495E+000.2257E+02
2BA 1 30.2550E+010.0000E+00 0.3600E+010.6495E+000.2135E+02
2CA 1 40.2550E+010.0000E+00 0.3600E+010.6495E+000.2013E+02
2DA 1 50.2550E+010.0000E+00 0.3600E+010.6495E+000.1891E+02
2EA 1 60.2550E+010.0000E+00 0.3600E+010.6495E+000.1769E+02
2FA 1 70.2550E+010.0000E+00 0.3600E+010.6495E+000.1647E+02
2GA 1 80.2550E+010.0000E+00 0.3600E+010.6495E+000.1525E+02
2HA 1 90.2550E+010.0000E+00 0.3600E+010.6495E+000.1403E+02
2IA 1 100.2550E+010.0000E+00 0.3600E+010.6495E+000.1281E+02
03A 1 110.2550E+010.0000E+00 0.3600E+010.6495E+000.1159E+02
3AA 1 120.2550E+010.0000E+00 0.3600E+010.6495E+000.1037E+02
3BA 1 130.2550E+010.0000E+00 0.3600E+010.6495E+000.9150E+01
3CA 1 140.2550E+010.0000E+00 0.3600E+010.6495E+000.7930E+01
3DA 1 150.2550E+010.0000E+00 0.3600E+010.6495E+000.6710E+01
3EA 1 160.2550E+010.0000E+00 0.3600E+010.6495E+000.5490E+01
3FA 1 170.2550E+010.0000E+00 0.3600E+010.6495E+000.4270E+01
3GA 1 180.2550E+010.0000E+00 0.3600E+010.6495E+000.3050E+01
3HA 1 190.2550E+010.0000E+00 0.3600E+010.6495E+000.1830E+01
3IA 1 200.2550E+010.2090E+01 0.3600E+010.6495E+000.6100E+00
02A 2 10.2379E+010.1950E+01 0.5100E+010.6495E+000.2379E+02
2AA 2 20.2379E+010.0000E+00 0.5100E+010.6495E+000.2257E+02
2BA 2 30.2379E+010.0000E+00 0.5100E+010.6495E+000.2135E+02
2CA 2 40.2379E+010.0000E+00 0.5100E+010.6495E+000.2013E+02
2DA 2 50.2379E+010.0000E+00 0.5100E+010.6495E+000.1891E+02
2EA 2 60.2379E+010.0000E+00 0.5100E+010.6495E+000.1769E+02
2FA 2 70.2379E+010.0000E+00 0.5100E+010.6495E+000.1647E+02
2GA 2 80.2379E+010.0000E+00 0.5100E+010.6495E+000.1525E+02
2HA 2 90.2379E+010.0000E+00 0.5100E+010.6495E+000.1403E+02
2IA 2 100.2379E+010.0000E+00 0.5100E+010.6495E+000.1281E+02
03A 2 110.2379E+010.0000E+00 0.5100E+010.6495E+000.1159E+02
3AA 2 120.2379E+010.0000E+00 0.5100E+010.6495E+000.1037E+02
3BA 2 130.2379E+010.0000E+00 0.5100E+010.6495E+000.9150E+01
3CA 2 140.2379E+010.0000E+00 0.5100E+010.6495E+000.7930E+01
3DA 2 150.2379E+010.0000E+00 0.5100E+010.6495E+000.6710E+01
3EA 2 160.2379E+010.0000E+00 0.5100E+010.6495E+000.5490E+01
3FA 2 170.2379E+010.0000E+00 0.5100E+010.6495E+000.4270E+01
3GA 2 180.2379E+010.0000E+00 0.5100E+010.6495E+000.3050E+01
3HA 2 190.2379E+010.0000E+00 0.5100E+010.6495E+000.1830E+01
3IA 2 200.2379E+010.1950E+01 0.5100E+010.6495E+000.6100E+00
02A 3 10.2379E+010.1950E+01 0.6600E+010.6495E+000.2379E+02
2AA 3 20.2379E+010.0000E+00 0.6600E+010.6495E+000.2257E+02
2BA 3 30.2379E+010.0000E+00 0.6600E+010.6495E+000.2135E+02
2CA 3 40.2379E+010.0000E+00 0.6600E+010.6495E+000.2013E+02
2DA 3 50.2379E+010.0000E+00 0.6600E+010.6495E+000.1891E+02
2EA 3 60.2379E+010.0000E+00 0.6600E+010.6495E+000.1769E+02
2FA 3 70.2379E+010.0000E+00 0.6600E+010.6495E+000.1647E+02
2GA 3 80.2379E+010.0000E+00 0.6600E+010.6495E+000.1525E+02
2HA 3 90.2379E+010.0000E+00 0.6600E+010.6495E+000.1403E+02
2IA 3 100.2379E+010.0000E+00 0.6600E+010.6495E+000.1281E+02
03A 3 110.2379E+010.0000E+00 0.6600E+010.6495E+000.1159E+02
3AA 3 120.2379E+010.0000E+00 0.6600E+010.6495E+000.1037E+02
3BA 3 130.2379E+010.0000E+00 0.6600E+010.6495E+000.9150E+01
3CA 3 140.2379E+010.0000E+00 0.6600E+010.6495E+000.7930E+01
3DA 3 150.2379E+010.0000E+00 0.6600E+010.6495E+000.6710E+01
3EA 3 160.2379E+010.0000E+00 0.6600E+010.6495E+000.5490E+01
3FA 3 170.2379E+010.0000E+00 0.6600E+010.6495E+000.4270E+01
3GA 3 180.2379E+010.0000E+00 0.6600E+010.6495E+000.3050E+01
3HA 3 190.2379E+010.0000E+00 0.6600E+010.6495E+000.1830E+01
3IA 3 200.2379E+010.1950E+01 0.6600E+010.6495E+000.6100E+00
02A 4 10.2379E+010.1950E+01 0.8100E+010.6495E+000.2379E+02
2AA 4 20.2379E+010.0000E+00 0.8100E+010.6495E+000.2257E+02
2BA 4 30.2379E+010.0000E+00 0.8100E+010.6495E+000.2135E+02
2CA 4 40.2379E+010.0000E+00 0.8100E+010.6495E+000.2013E+02
2DA 4 50.2379E+010.0000E+00 0.8100E+010.6495E+000.1891E+02
2EA 4 60.2379E+010.0000E+00 0.8100E+010.6495E+000.1769E+02
2FA 4 70.2379E+010.0000E+00 0.8100E+010.6495E+000.1647E+02
2GA 4 80.2379E+010.0000E+00 0.8100E+010.6495E+000.1525E+02
2HA 4 90.2379E+010.0000E+00 0.8100E+010.6495E+000.1403E+02
2IA 4 100.2379E+010.0000E+00 0.8100E+010.6495E+000.1281E+02
03A 4 110.2379E+010.0000E+00 0.8100E+010.6495E+000.1159E+02
3AA 4 120.2379E+010.0000E+00 0.8100E+010.6495E+000.1037E+02
3BA 4 130.2379E+010.0000E+00 0.8100E+010.6495E+000.9150E+01
3CA 4 140.2379E+010.0000E+00 0.8100E+010.6495E+000.7930E+01
3DA 4 150.2379E+010.0000E+00 0.8100E+010.6495E+000.6710E+01
3EA 4 160.2379E+010.0000E+00 0.8100E+010.6495E+000.5490E+01
3FA 4 170.2379E+010.0000E+00 0.8100E+010.6495E+000.4270E+01
3GA 4 180.2379E+010.0000E+00 0.8100E+010.6495E+000.3050E+01
3HA 4 190.2379E+010.0000E+00 0.8100E+010.6495E+000.1830E+01
3IA 4 200.2379E+010.1950E+01 0.8100E+010.6495E+000.6100E+00
02A 5 10.2379E+010.1950E+01 0.9600E+010.6495E+000.2379E+02
2AA 5 20.2379E+010.0000E+00 0.9600E+010.6495E+000.2257E+02
2BA 5 30.2379E+010.0000E+00 0.9600E+010.6495E+000.2135E+02
2CA 5 40.2379E+010.0000E+00 0.9600E+010.6495E+000.2013E+02
2DA 5 50.2379E+010.0000E+00 0.9600E+010.6495E+000.1891E+02
2EA 5 60.2379E+010.0000E+00 0.9600E+010.6495E+000.1769E+02
2FA 5 70.2379E+010.0000E+00 0.9600E+010.6495E+000.1647E+02
2GA 5 80.2379E+010.0000E+00 0.9600E+010.6495E+000.1525E+02
2HA 5 90.2379E+010.0000E+00 0.9600E+010.6495E+000.1403E+02
2IA 5 100.2379E+010.0000E+00 0.9600E+010.6495E+000.1281E+02
03A 5 110.2379E+010.0000E+00 0.9600E+010.6495E+000.1159E+02
3AA 5 120.2379E+010.0000E+00 0.9600E+010.6495E+000.1037E+02
3BA 5 130.2379E+010.0000E+00 0.9600E+010.6495E+000.9150E+01
3CA 5 140.2379E+010.0000E+00 0.9600E+010.6495E+000.7930E+01
3DA 5 150.2379E+010.0000E+00 0.9600E+010.6495E+000.6710E+01
3EA 5 160.2379E+010.0000E+00 0.9600E+010.6495E+000.5490E+01
3FA 5 170.2379E+010.0000E+00 0.9600E+010.6495E+000.4270E+01
3GA 5 180.2379E+010.0000E+00 0.9600E+010.6495E+000.3050E+01
3HA 5 190.2379E+010.0000E+00 0.9600E+010.6495E+000.1830E+01
3IA 5 200.2379E+010.1950E+01 0.9600E+010.6495E+000.6100E+00
02A 6 10.2379E+010.1950E+01 0.1110E+020.6495E+000.2379E+02
2AA 6 20.2379E+010.0000E+00 0.1110E+020.6495E+000.2257E+02
2BA 6 30.2379E+010.0000E+00 0.1110E+020.6495E+000.2135E+02
2CA 6 40.2379E+010.0000E+00 0.1110E+020.6495E+000.2013E+02
2DA 6 50.2379E+010.0000E+00 0.1110E+020.6495E+000.1891E+02
2EA 6 60.2379E+010.0000E+00 0.1110E+020.6495E+000.1769E+02
2FA 6 70.2379E+010.0000E+00 0.1110E+020.6495E+000.1647E+02
2GA 6 80.2379E+010.0000E+00 0.1110E+020.6495E+000.1525E+02
2HA 6 90.2379E+010.0000E+00 0.1110E+020.6495E+000.1403E+02
2IA 6 100.2379E+010.0000E+00 0.1110E+020.6495E+000.1281E+02
03A 6 110.2379E+010.0000E+00 0.1110E+020.6495E+000.1159E+02
3AA 6 120.2379E+010.0000E+00 0.1110E+020.6495E+000.1037E+02
3BA 6 130.2379E+010.0000E+00 0.1110E+020.6495E+000.9150E+01
3CA 6 140.2379E+010.0000E+00 0.1110E+020.6495E+000.7930E+01
3DA 6 150.2379E+010.0000E+00 0.1110E+020.6495E+000.6710E+01
3EA 6 160.2379E+010.0000E+00 0.1110E+020.6495E+000.5490E+01
3FA 6 170.2379E+010.0000E+00 0.1110E+020.6495E+000.4270E+01
3GA 6 180.2379E+010.0000E+00 0.1110E+020.6495E+000.3050E+01
3HA 6 190.2379E+010.0000E+00 0.1110E+020.6495E+000.1830E+01
3IA 6 200.2379E+010.1950E+01 0.1110E+020.6495E+000.6100E+00
02A 7 10.2379E+010.1950E+01 0.1260E+020.6495E+000.2379E+02
2AA 7 20.2379E+010.0000E+00 0.1260E+020.6495E+000.2257E+02
2BA 7 30.2379E+010.0000E+00 0.1260E+020.6495E+000.2135E+02
2CA 7 40.2379E+010.0000E+00 0.1260E+020.6495E+000.2013E+02
2DA 7 50.2379E+010.0000E+00 0.1260E+020.6495E+000.1891E+02
2EA 7 60.2379E+010.0000E+00 0.1260E+020.6495E+000.1769E+02
2FA 7 70.2379E+010.0000E+00 0.1260E+020.6495E+000.1647E+02
2GA 7 80.2379E+010.0000E+00 0.1260E+020.6495E+000.1525E+02
2HA 7 90.2379E+010.0000E+00 0.1260E+020.6495E+000.1403E+02
2IA 7 100.2379E+010.0000E+00 0.1260E+020.6495E+000.1281E+02
03A 7 110.2379E+010.0000E+00 0.1260E+020.6495E+000.1159E+02
3AA 7 120.2379E+010.0000E+00 0.1260E+020.6495E+000.1037E+02
3BA 7 130.2379E+010.0000E+00 0.1260E+020.6495E+000.9150E+01
3CA 7 140.2379E+010.0000E+00 0.1260E+020.6495E+000.7930E+01
3DA 7 150.2379E+010.0000E+00 0.1260E+020.6495E+000.6710E+01
3EA 7 160.2379E+010.0000E+00 0.1260E+020.6495E+000.5490E+01
3FA 7 170.2379E+010.0000E+00 0.1260E+020.6495E+000.4270E+01
3GA 7 180.2379E+010.0000E+00 0.1260E+020.6495E+000.3050E+01
3HA 7 190.2379E+010.0000E+00 0.1260E+020.6495E+000.1830E+01
3IA 7 200.2379E+010.1950E+01 0.1260E+020.6495E+000.6100E+00
02A 8 10.2379E+010.1950E+01 0.1410E+020.6495E+000.2379E+02
2AA 8 20.2379E+010.0000E+00 0.1410E+020.6495E+000.2257E+02
2BA 8 30.2379E+010.0000E+00 0.1410E+020.6495E+000.2135E+02
2CA 8 40.2379E+010.0000E+00 0.1410E+020.6495E+000.2013E+02
2DA 8 50.2379E+010.0000E+00 0.1410E+020.6495E+000.1891E+02
2EA 8 60.2379E+010.0000E+00 0.1410E+020.6495E+000.1769E+02
2FA 8 70.2379E+010.0000E+00 0.1410E+020.6495E+000.1647E+02
2GA 8 80.2379E+010.0000E+00 0.1410E+020.6495E+000.1525E+02
2HA 8 90.2379E+010.0000E+00 0.1410E+020.6495E+000.1403E+02
2IA 8 100.2379E+010.0000E+00 0.1410E+020.6495E+000.1281E+02
03A 8 110.2379E+010.0000E+00 0.1410E+020.6495E+000.1159E+02
3AA 8 120.2379E+010.0000E+00 0.1410E+020.6495E+000.1037E+02
3BA 8 130.2379E+010.0000E+00 0.1410E+020.6495E+000.9150E+01
3CA 8 140.2379E+010.0000E+00 0.1410E+020.6495E+000.7930E+01
3DA 8 150.2379E+010.0000E+00 0.1410E+020.6495E+000.6710E+01
3EA 8 160.2379E+010.0000E+00 0.1410E+020.6495E+000.5490E+01
3FA 8 170.2379E+010.0000E+00 0.1410E+020.6495E+000.4270E+01
3GA 8 180.2379E+010.0000E+00 0.1410E+020.6495E+000.3050E+01
3HA 8 190.2379E+010.0000E+00 0.1410E+020.6495E+000.1830E+01
3IA 8 200.2379E+010.1950E+01 0.1410E+020.6495E+000.6100E+00
02A 9 10.2379E+010.1950E+01 0.1560E+020.6495E+000.2379E+02
2AA 9 20.2379E+010.0000E+00 0.1560E+020.6495E+000.2257E+02
2BA 9 30.2379E+010.0000E+00 0.1560E+020.6495E+000.2135E+02
2CA 9 40.2379E+010.0000E+00 0.1560E+020.6495E+000.2013E+02
2DA 9 50.2379E+010.0000E+00 0.1560E+020.6495E+000.1891E+02
2EA 9 60.2379E+010.0000E+00 0.1560E+020.6495E+000.1769E+02
2FA 9 70.2379E+010.0000E+00 0.1560E+020.6495E+000.1647E+02
2GA 9 80.2379E+010.0000E+00 0.1560E+020.6495E+000.1525E+02
2HA 9 90.2379E+010.0000E+00 0.1560E+020.6495E+000.1403E+02
2IA 9 100.2379E+010.0000E+00 0.1560E+020.6495E+000.1281E+02
03A 9 110.2379E+010.0000E+00 0.1560E+020.6495E+000.1159E+02
3AA 9 120.2379E+010.0000E+00 0.1560E+020.6495E+000.1037E+02
3BA 9 130.2379E+010.0000E+00 0.1560E+020.6495E+000.9150E+01
3CA 9 140.2379E+010.0000E+00 0.1560E+020.6495E+000.7930E+01
3DA 9 150.2379E+010.0000E+00 0.1560E+020.6495E+000.6710E+01
3EA 9 160.2379E+010.0000E+00 0.1560E+020.6495E+000.5490E+01
3FA 9 170.2379E+010.0000E+00 0.1560E+020.6495E+000.4270E+01
3GA 9 180.2379E+010.0000E+00 0.1560E+020.6495E+000.3050E+01
3HA 9 190.2379E+010.0000E+00 0.1560E+020.6495E+000.1830E+01
3IA 9 200.2379E+010.1950E+01 0.1560E+020.6495E+000.6100E+00
02A10 10.2379E+010.1950E+01 0.1710E+020.6495E+000.2379E+02
2AA10 20.2379E+010.0000E+00 0.1710E+020.6495E+000.2257E+02
2BA10 30.2379E+010.0000E+00 0.1710E+020.6495E+000.2135E+02
2CA10 40.2379E+010.0000E+00 0.1710E+020.6495E+000.2013E+02
2DA10 50.2379E+010.0000E+00 0.1710E+020.6495E+000.1891E+02
2EA10 60.2379E+010.0000E+00 0.1710E+020.6495E+000.1769E+02
2FA10 70.2379E+010.0000E+00 0.1710E+020.6495E+000.1647E+02
2GA10 80.2379E+010.0000E+00 0.1710E+020.6495E+000.1525E+02
2HA10 90.2379E+010.0000E+00 0.1710E+020.6495E+000.1403E+02
2IA10 100.2379E+010.0000E+00 0.1710E+020.6495E+000.1281E+02
03A10 110.2379E+010.0000E+00 0.1710E+020.6495E+000.1159E+02
3AA10 120.2379E+010.0000E+00 0.1710E+020.6495E+000.1037E+02
3BA10 130.2379E+010.0000E+00 0.1710E+020.6495E+000.9150E+01
3CA10 140.2379E+010.0000E+00 0.1710E+020.6495E+000.7930E+01
3DA10 150.2379E+010.0000E+00 0.1710E+020.6495E+000.6710E+01
3EA10 160.2379E+010.0000E+00 0.1710E+020.6495E+000.5490E+01
3FA10 170.2379E+010.0000E+00 0.1710E+020.6495E+000.4270E+01
3GA10 180.2379E+010.0000E+00 0.1710E+020.6495E+000.3050E+01
3HA10 190.2379E+010.0000E+00 0.1710E+020.6495E+000.1830E+01
3IA10 200.2379E+010.1950E+01 0.1710E+020.6495E+000.6100E+00
02A11 10.3087E+010.2530E+01 0.1860E+020.6495E+000.2379E+02
2AA11 20.3087E+010.0000E+00 0.1860E+020.6495E+000.2257E+02
2BA11 30.3087E+010.0000E+00 0.1860E+020.6495E+000.2135E+02
2CA11 40.3087E+010.0000E+00 0.1860E+020.6495E+000.2013E+02
2DA11 50.3087E+010.0000E+00 0.1860E+020.6495E+000.1891E+02
2EA11 60.3087E+010.0000E+00 0.1860E+020.6495E+000.1769E+02
2FA11 70.3087E+010.0000E+00 0.1860E+020.6495E+000.1647E+02
2GA11 80.3087E+010.0000E+00 0.1860E+020.6495E+000.1525E+02
2HA11 90.3087E+010.0000E+00 0.1860E+020.6495E+000.1403E+02
2IA11 100.3087E+010.0000E+00 0.1860E+020.6495E+000.1281E+02
03A11 110.3087E+010.0000E+00 0.1860E+020.6495E+000.1159E+02
3AA11 120.3087E+010.0000E+00 0.1860E+020.6495E+000.1037E+02
3BA11 130.3087E+010.0000E+00 0.1860E+020.6495E+000.9150E+01
3CA11 140.3087E+010.0000E+00 0.1860E+020.6495E+000.7930E+01
3DA11 150.3087E+010.0000E+00 0.1860E+020.6495E+000.6710E+01
3EA11 160.3087E+010.0000E+00 0.1860E+020.6495E+000.5490E+01
3FA11 170.3087E+010.0000E+00 0.1860E+020.6495E+000.4270E+01
3GA11 180.3087E+010.0000E+00 0.1860E+020.6495E+000.3050E+01
3HA11 190.3087E+010.0000E+00 0.1860E+020.6495E+000.1830E+01
3IA11 200.3087E+010.2530E+01 0.1860E+020.6495E+000.6100E+00
02A12 10.2403E+010.1970E+01 0.2850E+010.1949E+010.2379E+02
2AA12 20.2403E+010.0000E+00 0.2850E+010.1949E+010.2257E+02
2BA12 30.2403E+010.0000E+00 0.2850E+010.1949E+010.2135E+02
2CA12 40.2403E+010.0000E+00 0.2850E+010.1949E+010.2013E+02
2DA12 50.2403E+010.0000E+00 0.2850E+010.1949E+010.1891E+02
2EA12 60.2403E+010.0000E+00 0.2850E+010.1949E+010.1769E+02
2FA12 70.2403E+010.0000E+00 0.2850E+010.1949E+010.1647E+02
2GA12 80.2403E+010.0000E+00 0.2850E+010.1949E+010.1525E+02
2HA12 90.2403E+010.0000E+00 0.2850E+010.1949E+010.1403E+02
2IA12 100.2403E+010.0000E+00 0.2850E+010.1949E+010.1281E+02
03A12 110.2403E+010.0000E+00 0.2850E+010.1949E+010.1159E+02
3AA12 120.2403E+010.0000E+00 0.2850E+010.1949E+010.1037E+02
3BA12 130.2403E+010.0000E+00 0.2850E+010.1949E+010.9150E+01
3CA12 140.2403E+010.0000E+00 0.2850E+010.1949E+010.7930E+01
3DA12 150.2403E+010.0000E+00 0.2850E+010.1949E+010.6710E+01
3EA12 160.2403E+010.0000E+00 0.2850E+010.1949E+010.5490E+01
3FA12 170.2403E+010.0000E+00 0.2850E+010.1949E+010.4270E+01
3GA12 180.2403E+010.0000E+00 0.2850E+010.1949E+010.3050E+01
3HA12 190.2403E+010.0000E+00 0.2850E+010.1949E+010.1830E+01
3IA12 200.2403E+010.1970E+01 0.2850E+010.1949E+010.6100E+00
02A13 10.2379E+010.1950E+01 0.4350E+010.1949E+010.2379E+02
2AA13 20.2379E+010.0000E+00 0.4350E+010.1949E+010.2257E+02
2BA13 30.2379E+010.0000E+00 0.4350E+010.1949E+010.2135E+02
2CA13 40.2379E+010.0000E+00 0.4350E+010.1949E+010.2013E+02
2DA13 50.2379E+010.0000E+00 0.4350E+010.1949E+010.1891E+02
2EA13 60.2379E+010.0000E+00 0.4350E+010.1949E+010.1769E+02
2FA13 70.2379E+010.0000E+00 0.4350E+010.1949E+010.1647E+02
2GA13 80.2379E+010.0000E+00 0.4350E+010.1949E+010.1525E+02
2HA13 90.2379E+010.0000E+00 0.4350E+010.1949E+010.1403E+02
2IA13 100.2379E+010.0000E+00 0.4350E+010.1949E+010.1281E+02
03A13 110.2379E+010.0000E+00 0.4350E+010.1949E+010.1159E+02
3AA13 120.2379E+010.0000E+00 0.4350E+010.1949E+010.1037E+02
3BA13 130.2379E+010.0000E+00 0.4350E+010.1949E+010.9150E+01
3CA13 140.2379E+010.0000E+00 0.4350E+010.1949E+010.7930E+01
3DA13 150.2379E+010.0000E+00 0.4350E+010.1949E+010.6710E+01
3EA13 160.2379E+010.0000E+00 0.4350E+010.1949E+010.5490E+01
3FA13 170.2379E+010.0000E+00 0.4350E+010.1949E+010.4270E+01
3GA13 180.2379E+010.0000E+00 0.4350E+010.1949E+010.3050E+01
3HA13 190.2379E+010.0000E+00 0.4350E+010.1949E+010.1830E+01
3IA13 200.2379E+010.1950E+01 0.4350E+010.1949E+010.6100E+00
02A14 10.2379E+010.1950E+01 0.5850E+010.1949E+010.2379E+02
2AA14 20.2379E+010.0000E+00 0.5850E+010.1949E+010.2257E+02
2BA14 30.2379E+010.0000E+00 0.5850E+010.1949E+010.2135E+02
2CA14 40.2379E+010.0000E+00 0.5850E+010.1949E+010.2013E+02
2DA14 50.2379E+010.0000E+00 0.5850E+010.1949E+010.1891E+02
2EA14 60.2379E+010.0000E+00 0.5850E+010.1949E+010.1769E+02
2FA14 70.2379E+010.0000E+00 0.5850E+010.1949E+010.1647E+02
2GA14 80.2379E+010.0000E+00 0.5850E+010.1949E+010.1525E+02
2HA14 90.2379E+010.0000E+00 0.5850E+010.1949E+010.1403E+02
2IA14 100.2379E+010.0000E+00 0.5850E+010.1949E+010.1281E+02
03A14 110.2379E+010.0000E+00 0.5850E+010.1949E+010.1159E+02
3AA14 120.2379E+010.0000E+00 0.5850E+010.1949E+010.1037E+02
3BA14 130.2379E+010.0000E+00 0.5850E+010.1949E+010.9150E+01
3CA14 140.2379E+010.0000E+00 0.5850E+010.1949E+010.7930E+01
3DA14 150.2379E+010.0000E+00 0.5850E+010.1949E+010.6710E+01
3EA14 160.2379E+010.0000E+00 0.5850E+010.1949E+010.5490E+01
3FA14 170.2379E+010.0000E+00 0.5850E+010.1949E+010.4270E+01
3GA14 180.2379E+010.0000E+00 0.5850E+010.1949E+010.3050E+01
3HA14 190.2379E+010.0000E+00 0.5850E+010.1949E+010.1830E+01
3IA14 200.2379E+010.1950E+01 0.5850E+010.1949E+010.6100E+00
02A15 10.2379E+010.1950E+01 0.7350E+010.1949E+010.2379E+02
2AA15 20.2379E+010.0000E+00 0.7350E+010.1949E+010.2257E+02
2BA15 30.2379E+010.0000E+00 0.7350E+010.1949E+010.2135E+02
2CA15 40.2379E+010.0000E+00 0.7350E+010.1949E+010.2013E+02
2DA15 50.2379E+010.0000E+00 0.7350E+010.1949E+010.1891E+02
2EA15 60.2379E+010.0000E+00 0.7350E+010.1949E+010.1769E+02
2FA15 70.2379E+010.0000E+00 0.7350E+010.1949E+010.1647E+02
2GA15 80.2379E+010.0000E+00 0.7350E+010.1949E+010.1525E+02
2HA15 90.2379E+010.0000E+00 0.7350E+010.1949E+010.1403E+02
2IA15 100.2379E+010.0000E+00 0.7350E+010.1949E+010.1281E+02
03A15 110.2379E+010.0000E+00 0.7350E+010.1949E+010.1159E+02
3AA15 120.2379E+010.0000E+00 0.7350E+010.1949E+010.1037E+02
3BA15 130.2379E+010.0000E+00 0.7350E+010.1949E+010.9150E+01
3CA15 140.2379E+010.0000E+00 0.7350E+010.1949E+010.7930E+01
3DA15 150.2379E+010.0000E+00 0.7350E+010.1949E+010.6710E+01
3EA15 160.2379E+010.0000E+00 0.7350E+010.1949E+010.5490E+01
3FA15 170.2379E+010.0000E+00 0.7350E+010.1949E+010.4270E+01
3GA15 180.2379E+010.0000E+00 0.7350E+010.1949E+010.3050E+01
3HA15 190.2379E+010.0000E+00 0.7350E+010.1949E+010.1830E+01
3IA15 200.2379E+010.1950E+01 0.7350E+010.1949E+010.6100E+00
02A16 10.2379E+010.1950E+01 0.8850E+010.1949E+010.2379E+02
2AA16 20.2379E+010.0000E+00 0.8850E+010.1949E+010.2257E+02
2BA16 30.2379E+010.0000E+00 0.8850E+010.1949E+010.2135E+02
2CA16 40.2379E+010.0000E+00 0.8850E+010.1949E+010.2013E+02
2DA16 50.2379E+010.0000E+00 0.8850E+010.1949E+010.1891E+02
2EA16 60.2379E+010.0000E+00 0.8850E+010.1949E+010.1769E+02
2FA16 70.2379E+010.0000E+00 0.8850E+010.1949E+010.1647E+02
2GA16 80.2379E+010.0000E+00 0.8850E+010.1949E+010.1525E+02
2HA16 90.2379E+010.0000E+00 0.8850E+010.1949E+010.1403E+02
2IA16 100.2379E+010.0000E+00 0.8850E+010.1949E+010.1281E+02
03A16 110.2379E+010.0000E+00 0.8850E+010.1949E+010.1159E+02
3AA16 120.2379E+010.0000E+00 0.8850E+010.1949E+010.1037E+02
3BA16 130.2379E+010.0000E+00 0.8850E+010.1949E+010.9150E+01
3CA16 140.2379E+010.0000E+00 0.8850E+010.1949E+010.7930E+01
3DA16 150.2379E+010.0000E+00 0.8850E+010.1949E+010.6710E+01
3EA16 160.2379E+010.0000E+00 0.8850E+010.1949E+010.5490E+01
3FA16 170.2379E+010.0000E+00 0.8850E+010.1949E+010.4270E+01
3GA16 180.2379E+010.0000E+00 0.8850E+010.1949E+010.3050E+01
3HA16 190.2379E+010.0000E+00 0.8850E+010.1949E+010.1830E+01
3IA16 200.2379E+010.1950E+01 0.8850E+010.1949E+010.6100E+00
02A17 10.2379E+010.1950E+01 0.1035E+020.1949E+010.2379E+02
2AA17 20.2379E+010.0000E+00 0.1035E+020.1949E+010.2257E+02
2BA17 30.2379E+010.0000E+00 0.1035E+020.1949E+010.2135E+02
2CA17 40.2379E+010.0000E+00 0.1035E+020.1949E+010.2013E+02
2DA17 50.2379E+010.0000E+00 0.1035E+020.1949E+010.1891E+02
2EA17 60.2379E+010.0000E+00 0.1035E+020.1949E+010.1769E+02
2FA17 70.2379E+010.0000E+00 0.1035E+020.1949E+010.1647E+02
2GA17 80.2379E+010.0000E+00 0.1035E+020.1949E+010.1525E+02
2HA17 90.2379E+010.0000E+00 0.1035E+020.1949E+010.1403E+02
2IA17 100.2379E+010.0000E+00 0.1035E+020.1949E+010.1281E+02
03A17 110.2379E+010.0000E+00 0.1035E+020.1949E+010.1159E+02
3AA17 120.2379E+010.0000E+00 0.1035E+020.1949E+010.1037E+02
3BA17 130.2379E+010.0000E+00 0.1035E+020.1949E+010.9150E+01
3CA17 140.2379E+010.0000E+00 0.1035E+020.1949E+010.7930E+01
3DA17 150.2379E+010.0000E+00 0.1035E+020.1949E+010.6710E+01
3EA17 160.2379E+010.0000E+00 0.1035E+020.1949E+010.5490E+01
3FA17 170.2379E+010.0000E+00 0.1035E+020.1949E+010.4270E+01
3GA17 180.2379E+010.0000E+00 0.1035E+020.1949E+010.3050E+01
3HA17 190.2379E+010.0000E+00 0.1035E+020.1949E+010.1830E+01
3IA17 200.2379E+010.1950E+01 0.1035E+020.1949E+010.6100E+00
02A18 10.2379E+010.1950E+01 0.1185E+020.1949E+010.2379E+02
2AA18 20.2379E+010.0000E+00 0.1185E+020.1949E+010.2257E+02
2BA18 30.2379E+010.0000E+00 0.1185E+020.1949E+010.2135E+02
2CA18 40.2379E+010.0000E+00 0.1185E+020.1949E+010.2013E+02
2DA18 50.2379E+010.0000E+00 0.1185E+020.1949E+010.1891E+02
2EA18 60.2379E+010.0000E+00 0.1185E+020.1949E+010.1769E+02
2FA18 70.2379E+010.0000E+00 0.1185E+020.1949E+010.1647E+02
2GA18 80.2379E+010.0000E+00 0.1185E+020.1949E+010.1525E+02
2HA18 90.2379E+010.0000E+00 0.1185E+020.1949E+010.1403E+02
2IA18 100.2379E+010.0000E+00 0.1185E+020.1949E+010.1281E+02
03A18 110.2379E+010.0000E+00 0.1185E+020.1949E+010.1159E+02
3AA18 120.2379E+010.0000E+00 0.1185E+020.1949E+010.1037E+02
3BA18 130.2379E+010.0000E+00 0.1185E+020.1949E+010.9150E+01
3CA18 140.2379E+010.0000E+00 0.1185E+020.1949E+010.7930E+01
3DA18 150.2379E+010.0000E+00 0.1185E+020.1949E+010.6710E+01
3EA18 160.2379E+010.0000E+00 0.1185E+020.1949E+010.5490E+01
3FA18 170.2379E+010.0000E+00 0.1185E+020.1949E+010.4270E+01
3GA18 180.2379E+010.0000E+00 0.1185E+020.1949E+010.3050E+01
3HA18 190.2379E+010.0000E+00 0.1185E+020.1949E+010.1830E+01
3IA18 200.2379E+010.1950E+01 0.1185E+020.1949E+010.6100E+00
02A19 10.2379E+010.1950E+01 0.1335E+020.1949E+010.2379E+02
2AA19 20.2379E+010.0000E+00 0.1335E+020.1949E+010.2257E+02
2BA19 30.2379E+010.0000E+00 0.1335E+020.1949E+010.2135E+02
2CA19 40.2379E+010.0000E+00 0.1335E+020.1949E+010.2013E+02
2DA19 50.2379E+010.0000E+00 0.1335E+020.1949E+010.1891E+02
2EA19 60.2379E+010.0000E+00 0.1335E+020.1949E+010.1769E+02
2FA19 70.2379E+010.0000E+00 0.1335E+020.1949E+010.1647E+02
2GA19 80.2379E+010.0000E+00 0.1335E+020.1949E+010.1525E+02
2HA19 90.2379E+010.0000E+00 0.1335E+020.1949E+010.1403E+02
2IA19 100.2379E+010.0000E+00 0.1335E+020.1949E+010.1281E+02
03A19 110.2379E+010.0000E+00 0.1335E+020.1949E+010.1159E+02
3AA19 120.2379E+010.0000E+00 0.1335E+020.1949E+010.1037E+02
3BA19 130.2379E+010.0000E+00 0.1335E+020.1949E+010.9150E+01
3CA19 140.2379E+010.0000E+00 0.1335E+020.1949E+010.7930E+01
3DA19 150.2379E+010.0000E+00 0.1335E+020.1949E+010.6710E+01
3EA19 160.2379E+010.0000E+00 0.1335E+020.1949E+010.5490E+01
3FA19 170.2379E+010.0000E+00 0.1335E+020.1949E+010.4270E+01
3GA19 180.2379E+010.0000E+00 0.1335E+020.1949E+010.3050E+01
3HA19 190.2379E+010.0000E+00 0.1335E+020.1949E+010.1830E+01
3IA19 200.2379E+010.1950E+01 0.1335E+020.1949E+010.6100E+00
02A20 10.2379E+010.1950E+01 0.1485E+020.1949E+010.2379E+02
2AA20 20.2379E+010.0000E+00 0.1485E+020.1949E+010.2257E+02
2BA20 30.2379E+010.0000E+00 0.1485E+020.1949E+010.2135E+02
2CA20 40.2379E+010.0000E+00 0.1485E+020.1949E+010.2013E+02
2DA20 50.2379E+010.0000E+00 0.1485E+020.1949E+010.1891E+02
2EA20 60.2379E+010.0000E+00 0.1485E+020.1949E+010.1769E+02
2FA20 70.2379E+010.0000E+00 0.1485E+020.1949E+010.1647E+02
2GA20 80.2379E+010.0000E+00 0.1485E+020.1949E+010.1525E+02
2HA20 90.2379E+010.0000E+00 0.1485E+020.1949E+010.1403E+02
2IA20 100.2379E+010.0000E+00 0.1485E+020.1949E+010.1281E+02
03A20 110.2379E+010.0000E+00 0.1485E+020.1949E+010.1159E+02
3AA20 120.2379E+010.0000E+00 0.1485E+020.1949E+010.1037E+02
3BA20 130.2379E+010.0000E+00 0.1485E+020.1949E+010.9150E+01
3CA20 140.2379E+010.0000E+00 0.1485E+020.1949E+010.7930E+01
3DA20 150.2379E+010.0000E+00 0.1485E+020.1949E+010.6710E+01
3EA20 160.2379E+010.0000E+00 0.1485E+020.1949E+010.5490E+01
3FA20 170.2379E+010.0000E+00 0.1485E+020.1949E+010.4270E+01
3GA20 180.2379E+010.0000E+00 0.1485E+020.1949E+010.3050E+01
3HA20 190.2379E+010.0000E+00 0.1485E+020.1949E+010.1830E+01
3IA20 200.2379E+010.1950E+01 0.1485E+020.1949E+010.6100E+00
02A21 10.2379E+010.1950E+01 0.1635E+020.1949E+010.2379E+02
2AA21 20.2379E+010.0000E+00 0.1635E+020.1949E+010.2257E+02
2BA21 30.2379E+010.0000E+00 0.1635E+020.1949E+010.2135E+02
2CA21 40.2379E+010.0000E+00 0.1635E+020.1949E+010.2013E+02
2DA21 50.2379E+010.0000E+00 0.1635E+020.1949E+010.1891E+02
2EA21 60.2379E+010.0000E+00 0.1635E+020.1949E+010.1769E+02
2FA21 70.2379E+010.0000E+00 0.1635E+020.1949E+010.1647E+02
2GA21 80.2379E+010.0000E+00 0.1635E+020.1949E+010.1525E+02
2HA21 90.2379E+010.0000E+00 0.1635E+020.1949E+010.1403E+02
2IA21 100.2379E+010.0000E+00 0.1635E+020.1949E+010.1281E+02
03A21 110.2379E+010.0000E+00 0.1635E+020.1949E+010.1159E+02
3AA21 120.2379E+010.0000E+00 0.1635E+020.1949E+010.1037E+02
3BA21 130.2379E+010.0000E+00 0.1635E+020.1949E+010.9150E+01
3CA21 140.2379E+010.0000E+00 0.1635E+020.1949E+010.7930E+01
3DA21 150.2379E+010.0000E+00 0.1635E+020.1949E+010.6710E+01
3EA21 160.2379E+010.0000E+00 0.1635E+020.1949E+010.5490E+01
3FA21 170.2379E+010.0000E+00 0.1635E+020.1949E+010.4270E+01
3GA21 180.2379E+010.0000E+00 0.1635E+020.1949E+010.3050E+01
3HA21 190.2379E+010.0000E+00 0.1635E+020.1949E+010.1830E+01
3IA21 200.2379E+010.1950E+01 0.1635E+020.1949E+010.6100E+00
02A22 10.2379E+010.1950E+01 0.1785E+020.1949E+010.2379E+02
2AA22 20.2379E+010.0000E+00 0.1785E+020.1949E+010.2257E+02
2BA22 30.2379E+010.0000E+00 0.1785E+020.1949E+010.2135E+02
2CA22 40.2379E+010.0000E+00 0.1785E+020.1949E+010.2013E+02
2DA22 50.2379E+010.0000E+00 0.1785E+020.1949E+010.1891E+02
2EA22 60.2379E+010.0000E+00 0.1785E+020.1949E+010.1769E+02
2FA22 70.2379E+010.0000E+00 0.1785E+020.1949E+010.1647E+02
2GA22 80.2379E+010.0000E+00 0.1785E+020.1949E+010.1525E+02
2HA22 90.2379E+010.0000E+00 0.1785E+020.1949E+010.1403E+02
2IA22 100.2379E+010.0000E+00 0.1785E+020.1949E+010.1281E+02
03A22 110.2379E+010.0000E+00 0.1785E+020.1949E+010.1159E+02
3AA22 120.2379E+010.0000E+00 0.1785E+020.1949E+010.1037E+02
3BA22 130.2379E+010.0000E+00 0.1785E+020.1949E+010.9150E+01
3CA22 140.2379E+010.0000E+00 0.1785E+020.1949E+010.7930E+01
3DA22 150.2379E+010.0000E+00 0.1785E+020.1949E+010.6710E+01
3EA22 160.2379E+010.0000E+00 0.1785E+020.1949E+010.5490E+01
3FA22 170.2379E+010.0000E+00 0.1785E+020.1949E+010.4270E+01
3GA22 180.2379E+010.0000E+00 0.1785E+020.1949E+010.3050E+01
3HA22 190.2379E+010.0000E+00 0.1785E+020.1949E+010.1830E+01
3IA22 200.2379E+010.1950E+01 0.1785E+020.1949E+010.6100E+00
02A23 10.2855E+010.2340E+01 0.1935E+020.1949E+010.2379E+02
2AA23 20.2855E+010.0000E+00 0.1935E+020.1949E+010.2257E+02
2BA23 30.2855E+010.0000E+00 0.1935E+020.1949E+010.2135E+02
2CA23 40.2855E+010.0000E+00 0.1935E+020.1949E+010.2013E+02
2DA23 50.2855E+010.0000E+00 0.1935E+020.1949E+010.1891E+02
2EA23 60.2855E+010.0000E+00 0.1935E+020.1949E+010.1769E+02
2FA23 70.2855E+010.0000E+00 0.1935E+020.1949E+010.1647E+02
2GA23 80.2855E+010.0000E+00 0.1935E+020.1949E+010.1525E+02
2HA23 90.2855E+010.0000E+00 0.1935E+020.1949E+010.1403E+02
2IA23 100.2855E+010.0000E+00 0.1935E+020.1949E+010.1281E+02
03A23 110.2855E+010.0000E+00 0.1935E+020.1949E+010.1159E+02
3AA23 120.2855E+010.0000E+00 0.1935E+020.1949E+010.1037E+02
3BA23 130.2855E+010.0000E+00 0.1935E+020.1949E+010.9150E+01
3CA23 140.2855E+010.0000E+00 0.1935E+020.1949E+010.7930E+01
3DA23 150.2855E+010.0000E+00 0.1935E+020.1949E+010.6710E+01
3EA23 160.2855E+010.0000E+00 0.1935E+020.1949E+010.5490E+01
3FA23 170.2855E+010.0000E+00 0.1935E+020.1949E+010.4270E+01
3GA23 180.2855E+010.0000E+00 0.1935E+020.1949E+010.3050E+01
3HA23 190.2855E+010.0000E+00 0.1935E+020.1949E+010.1830E+01
3IA23 200.2855E+010.2340E+01 0.1935E+020.1949E+010.6100E+00
02A24 10.1830E+010.1500E+01 0.3600E+010.3247E+010.2379E+02
2AA24 20.1830E+010.0000E+00 0.3600E+010.3247E+010.2257E+02
2BA24 30.1830E+010.0000E+00 0.3600E+010.3247E+010.2135E+02
2CA24 40.1830E+010.0000E+00 0.3600E+010.3247E+010.2013E+02
2DA24 50.1830E+010.0000E+00 0.3600E+010.3247E+010.1891E+02
2EA24 60.1830E+010.0000E+00 0.3600E+010.3247E+010.1769E+02
2FA24 70.1830E+010.0000E+00 0.3600E+010.3247E+010.1647E+02
2GA24 80.1830E+010.0000E+00 0.3600E+010.3247E+010.1525E+02
2HA24 90.1830E+010.0000E+00 0.3600E+010.3247E+010.1403E+02
2IA24 100.1830E+010.0000E+00 0.3600E+010.3247E+010.1281E+02
03A24 110.1830E+010.0000E+00 0.3600E+010.3247E+010.1159E+02
3AA24 120.1830E+010.0000E+00 0.3600E+010.3247E+010.1037E+02
3BA24 130.1830E+010.0000E+00 0.3600E+010.3247E+010.9150E+01
3CA24 140.1830E+010.0000E+00 0.3600E+010.3247E+010.7930E+01
3DA24 150.1830E+010.0000E+00 0.3600E+010.3247E+010.6710E+01
3EA24 160.1830E+010.0000E+00 0.3600E+010.3247E+010.5490E+01
3FA24 170.1830E+010.0000E+00 0.3600E+010.3247E+010.4270E+01
3GA24 180.1830E+010.0000E+00 0.3600E+010.3247E+010.3050E+01
3HA24 190.1830E+010.0000E+00 0.3600E+010.3247E+010.1830E+01
3IA24 200.1830E+010.1500E+01 0.3600E+010.3247E+010.6100E+00
02A25 10.2757E+010.2260E+01 0.5100E+010.3247E+010.2379E+02
2AA25 20.2757E+010.0000E+00 0.5100E+010.3247E+010.2257E+02
2BA25 30.2757E+010.0000E+00 0.5100E+010.3247E+010.2135E+02
2CA25 40.2757E+010.0000E+00 0.5100E+010.3247E+010.2013E+02
2DA25 50.2757E+010.0000E+00 0.5100E+010.3247E+010.1891E+02
2EA25 60.2757E+010.0000E+00 0.5100E+010.3247E+010.1769E+02
2FA25 70.2757E+010.0000E+00 0.5100E+010.3247E+010.1647E+02
2GA25 80.2757E+010.0000E+00 0.5100E+010.3247E+010.1525E+02
2HA25 90.2757E+010.0000E+00 0.5100E+010.3247E+010.1403E+02
2IA25 100.2757E+010.0000E+00 0.5100E+010.3247E+010.1281E+02
03A25 110.2757E+010.0000E+00 0.5100E+010.3247E+010.1159E+02
3AA25 120.2757E+010.0000E+00 0.5100E+010.3247E+010.1037E+02
3BA25 130.2757E+010.0000E+00 0.5100E+010.3247E+010.9150E+01
3CA25 140.2757E+010.0000E+00 0.5100E+010.3247E+010.7930E+01
3DA25 150.2757E+010.0000E+00 0.5100E+010.3247E+010.6710E+01
3EA25 160.2757E+010.0000E+00 0.5100E+010.3247E+010.5490E+01
3FA25 170.2757E+010.0000E+00 0.5100E+010.3247E+010.4270E+01
3GA25 180.2757E+010.0000E+00 0.5100E+010.3247E+010.3050E+01
3HA25 190.2757E+010.0000E+00 0.5100E+010.3247E+010.1830E+01
3IA25 200.2757E+010.2260E+01 0.5100E+010.3247E+010.6100E+00
02A26 10.2379E+010.1950E+01 0.6600E+010.3247E+010.2379E+02
2AA26 20.2379E+010.0000E+00 0.6600E+010.3247E+010.2257E+02
2BA26 30.2379E+010.0000E+00 0.6600E+010.3247E+010.2135E+02
2CA26 40.2379E+010.0000E+00 0.6600E+010.3247E+010.2013E+02
2DA26 50.2379E+010.0000E+00 0.6600E+010.3247E+010.1891E+02
2EA26 60.2379E+010.0000E+00 0.6600E+010.3247E+010.1769E+02
2FA26 70.2379E+010.0000E+00 0.6600E+010.3247E+010.1647E+02
2GA26 80.2379E+010.0000E+00 0.6600E+010.3247E+010.1525E+02
2HA26 90.2379E+010.0000E+00 0.6600E+010.3247E+010.1403E+02
2IA26 100.2379E+010.0000E+00 0.6600E+010.3247E+010.1281E+02
03A26 110.2379E+010.0000E+00 0.6600E+010.3247E+010.1159E+02
3AA26 120.2379E+010.0000E+00 0.6600E+010.3247E+010.1037E+02
3BA26 130.2379E+010.0000E+00 0.6600E+010.3247E+010.9150E+01
3CA26 140.2379E+010.0000E+00 0.6600E+010.3247E+010.7930E+01
3DA26 150.2379E+010.0000E+00 0.6600E+010.3247E+010.6710E+01
3EA26 160.2379E+010.0000E+00 0.6600E+010.3247E+010.5490E+01
3FA26 170.2379E+010.0000E+00 0.6600E+010.3247E+010.4270E+01
3GA26 180.2379E+010.0000E+00 0.6600E+010.3247E+010.3050E+01
3HA26 190.2379E+010.0000E+00 0.6600E+010.3247E+010.1830E+01
3IA26 200.2379E+010.1950E+01 0.6600E+010.3247E+010.6100E+00
02A27 10.2379E+010.1950E+01 0.8100E+010.3247E+010.2379E+02
2AA27 20.2379E+010.0000E+00 0.8100E+010.3247E+010.2257E+02
2BA27 30.2379E+010.0000E+00 0.8100E+010.3247E+010.2135E+02
2CA27 40.2379E+010.0000E+00 0.8100E+010.3247E+010.2013E+02
2DA27 50.2379E+010.0000E+00 0.8100E+010.3247E+010.1891E+02
2EA27 60.2379E+010.0000E+00 0.8100E+010.3247E+010.1769E+02
2FA27 70.2379E+010.0000E+00 0.8100E+010.3247E+010.1647E+02
2GA27 80.2379E+010.0000E+00 0.8100E+010.3247E+010.1525E+02
2HA27 90.2379E+010.0000E+00 0.8100E+010.3247E+010.1403E+02
2IA27 100.2379E+010.0000E+00 0.8100E+010.3247E+010.1281E+02
03A27 110.2379E+010.0000E+00 0.8100E+010.3247E+010.1159E+02
3AA27 120.2379E+010.0000E+00 0.8100E+010.3247E+010.1037E+02
3BA27 130.2379E+010.0000E+00 0.8100E+010.3247E+010.9150E+01
3CA27 140.2379E+010.0000E+00 0.8100E+010.3247E+010.7930E+01
3DA27 150.2379E+010.0000E+00 0.8100E+010.3247E+010.6710E+01
3EA27 160.2379E+010.0000E+00 0.8100E+010.3247E+010.5490E+01
3FA27 170.2379E+010.0000E+00 0.8100E+010.3247E+010.4270E+01
3GA27 180.2379E+010.0000E+00 0.8100E+010.3247E+010.3050E+01
3HA27 190.2379E+010.0000E+00 0.8100E+010.3247E+010.1830E+01
3IA27 200.2379E+010.1950E+01 0.8100E+010.3247E+010.6100E+00
02A28 10.2379E+010.1950E+01 0.9600E+010.3247E+010.2379E+02
2AA28 20.2379E+010.0000E+00 0.9600E+010.3247E+010.2257E+02
2BA28 30.2379E+010.0000E+00 0.9600E+010.3247E+010.2135E+02
2CA28 40.2379E+010.0000E+00 0.9600E+010.3247E+010.2013E+02
2DA28 50.2379E+010.0000E+00 0.9600E+010.3247E+010.1891E+02
2EA28 60.2379E+010.0000E+00 0.9600E+010.3247E+010.1769E+02
2FA28 70.2379E+010.0000E+00 0.9600E+010.3247E+010.1647E+02
2GA28 80.2379E+010.0000E+00 0.9600E+010.3247E+010.1525E+02
2HA28 90.2379E+010.0000E+00 0.9600E+010.3247E+010.1403E+02
2IA28 100.2379E+010.0000E+00 0.9600E+010.3247E+010.1281E+02
03A28 110.2379E+010.0000E+00 0.9600E+010.3247E+010.1159E+02
3AA28 120.2379E+010.0000E+00 0.9600E+010.3247E+010.1037E+02
3BA28 130.2379E+010.0000E+00 0.9600E+010.3247E+010.9150E+01
3CA28 140.2379E+010.0000E+00 0.9600E+010.3247E+010.7930E+01
3DA28 150.2379E+010.0000E+00 0.9600E+010.3247E+010.6710E+01
3EA28 160.2379E+010.0000E+00 0.9600E+010.3247E+010.5490E+01
3FA28 170.2379E+010.0000E+00 0.9600E+010.3247E+010.4270E+01
3GA28 180.2379E+010.0000E+00 0.9600E+010.3247E+010.3050E+01
3HA28 190.2379E+010.0000E+00 0.9600E+010.3247E+010.1830E+01
3IA28 200.2379E+010.1950E+01 0.9600E+010.3247E+010.6100E+00
02A29 10.2379E+010.1950E+01 0.1110E+020.3247E+010.2379E+02
2AA29 20.2379E+010.0000E+00 0.1110E+020.3247E+010.2257E+02
2BA29 30.2379E+010.0000E+00 0.1110E+020.3247E+010.2135E+02
2CA29 40.2379E+010.0000E+00 0.1110E+020.3247E+010.2013E+02
2DA29 50.2379E+010.0000E+00 0.1110E+020.3247E+010.1891E+02
2EA29 60.2379E+010.0000E+00 0.1110E+020.3247E+010.1769E+02
2FA29 70.2379E+010.0000E+00 0.1110E+020.3247E+010.1647E+02
2GA29 80.2379E+010.0000E+00 0.1110E+020.3247E+010.1525E+02
2HA29 90.2379E+010.0000E+00 0.1110E+020.3247E+010.1403E+02
2IA29 100.2379E+010.0000E+00 0.1110E+020.3247E+010.1281E+02
03A29 110.2379E+010.0000E+00 0.1110E+020.3247E+010.1159E+02
3AA29 120.2379E+010.0000E+00 0.1110E+020.3247E+010.1037E+02
3BA29 130.2379E+010.0000E+00 0.1110E+020.3247E+010.9150E+01
3CA29 140.2379E+010.0000E+00 0.1110E+020.3247E+010.7930E+01
3DA29 150.2379E+010.0000E+00 0.1110E+020.3247E+010.6710E+01
3EA29 160.2379E+010.0000E+00 0.1110E+020.3247E+010.5490E+01
3FA29 170.2379E+010.0000E+00 0.1110E+020.3247E+010.4270E+01
3GA29 180.2379E+010.0000E+00 0.1110E+020.3247E+010.3050E+01
3HA29 190.2379E+010.0000E+00 0.1110E+020.3247E+010.1830E+01
3IA29 200.2379E+010.1950E+01 0.1110E+020.3247E+010.6100E+00
02A30 10.2379E+010.1950E+01 0.1260E+020.3247E+010.2379E+02
2AA30 20.2379E+010.0000E+00 0.1260E+020.3247E+010.2257E+02
2BA30 30.2379E+010.0000E+00 0.1260E+020.3247E+010.2135E+02
2CA30 40.2379E+010.0000E+00 0.1260E+020.3247E+010.2013E+02
2DA30 50.2379E+010.0000E+00 0.1260E+020.3247E+010.1891E+02
2EA30 60.2379E+010.0000E+00 0.1260E+020.3247E+010.1769E+02
2FA30 70.2379E+010.0000E+00 0.1260E+020.3247E+010.1647E+02
2GA30 80.2379E+010.0000E+00 0.1260E+020.3247E+010.1525E+02
2HA30 90.2379E+010.0000E+00 0.1260E+020.3247E+010.1403E+02
2IA30 100.2379E+010.0000E+00 0.1260E+020.3247E+010.1281E+02
03A30 110.2379E+010.0000E+00 0.1260E+020.3247E+010.1159E+02
3AA30 120.2379E+010.0000E+00 0.1260E+020.3247E+010.1037E+02
3BA30 130.2379E+010.0000E+00 0.1260E+020.3247E+010.9150E+01
3CA30 140.2379E+010.0000E+00 0.1260E+020.3247E+010.7930E+01
3DA30 150.2379E+010.0000E+00 0.1260E+020.3247E+010.6710E+01
3EA30 160.2379E+010.0000E+00 0.1260E+020.3247E+010.5490E+01
3FA30 170.2379E+010.0000E+00 0.1260E+020.3247E+010.4270E+01
3GA30 180.2379E+010.0000E+00 0.1260E+020.3247E+010.3050E+01
3HA30 190.2379E+010.0000E+00 0.1260E+020.3247E+010.1830E+01
3IA30 200.2379E+010.1950E+01 0.1260E+020.3247E+010.6100E+00
02A31 10.2379E+010.1950E+01 0.1410E+020.3247E+010.2379E+02
2AA31 20.2379E+010.0000E+00 0.1410E+020.3247E+010.2257E+02
2BA31 30.2379E+010.0000E+00 0.1410E+020.3247E+010.2135E+02
2CA31 40.2379E+010.0000E+00 0.1410E+020.3247E+010.2013E+02
2DA31 50.2379E+010.0000E+00 0.1410E+020.3247E+010.1891E+02
2EA31 60.2379E+010.0000E+00 0.1410E+020.3247E+010.1769E+02
2FA31 70.2379E+010.0000E+00 0.1410E+020.3247E+010.1647E+02
2GA31 80.2379E+010.0000E+00 0.1410E+020.3247E+010.1525E+02
2HA31 90.2379E+010.0000E+00 0.1410E+020.3247E+010.1403E+02
2IA31 100.2379E+010.0000E+00 0.1410E+020.3247E+010.1281E+02
03A31 110.2379E+010.0000E+00 0.1410E+020.3247E+010.1159E+02
3AA31 120.2379E+010.0000E+00 0.1410E+020.3247E+010.1037E+02
3BA31 130.2379E+010.0000E+00 0.1410E+020.3247E+010.9150E+01
3CA31 140.2379E+010.0000E+00 0.1410E+020.3247E+010.7930E+01
3DA31 150.2379E+010.0000E+00 0.1410E+020.3247E+010.6710E+01
3EA31 160.2379E+010.0000E+00 0.1410E+020.3247E+010.5490E+01
3FA31 170.2379E+010.0000E+00 0.1410E+020.3247E+010.4270E+01
3GA31 180.2379E+010.0000E+00 0.1410E+020.3247E+010.3050E+01
3HA31 190.2379E+010.0000E+00 0.1410E+020.3247E+010.1830E+01
3IA31 200.2379E+010.1950E+01 0.1410E+020.3247E+010.6100E+00
02A32 10.2379E+010.1950E+01 0.1560E+020.3247E+010.2379E+02
2AA32 20.2379E+010.0000E+00 0.1560E+020.3247E+010.2257E+02
2BA32 30.2379E+010.0000E+00 0.1560E+020.3247E+010.2135E+02
2CA32 40.2379E+010.0000E+00 0.1560E+020.3247E+010.2013E+02
2DA32 50.2379E+010.0000E+00 0.1560E+020.3247E+010.1891E+02
2EA32 60.2379E+010.0000E+00 0.1560E+020.3247E+010.1769E+02
2FA32 70.2379E+010.0000E+00 0.1560E+020.3247E+010.1647E+02
2GA32 80.2379E+010.0000E+00 0.1560E+020.3247E+010.1525E+02
2HA32 90.2379E+010.0000E+00 0.1560E+020.3247E+010.1403E+02
2IA32 100.2379E+010.0000E+00 0.1560E+020.3247E+010.1281E+02
03A32 110.2379E+010.0000E+00 0.1560E+020.3247E+010.1159E+02
3AA32 120.2379E+010.0000E+00 0.1560E+020.3247E+010.1037E+02
3BA32 130.2379E+010.0000E+00 0.1560E+020.3247E+010.9150E+01
3CA32 140.2379E+010.0000E+00 0.1560E+020.3247E+010.7930E+01
3DA32 150.2379E+010.0000E+00 0.1560E+020.3247E+010.6710E+01
3EA32 160.2379E+010.0000E+00 0.1560E+020.3247E+010.5490E+01
3FA32 170.2379E+010.0000E+00 0.1560E+020.3247E+010.4270E+01
3GA32 180.2379E+010.0000E+00 0.1560E+020.3247E+010.3050E+01
3HA32 190.2379E+010.0000E+00 0.1560E+020.3247E+010.1830E+01
3IA32 200.2379E+010.1950E+01 0.1560E+020.3247E+010.6100E+00
02A33 10.2379E+010.1950E+01 0.1710E+020.3247E+010.2379E+02
2AA33 20.2379E+010.0000E+00 0.1710E+020.3247E+010.2257E+02
2BA33 30.2379E+010.0000E+00 0.1710E+020.3247E+010.2135E+02
2CA33 40.2379E+010.0000E+00 0.1710E+020.3247E+010.2013E+02
2DA33 50.2379E+010.0000E+00 0.1710E+020.3247E+010.1891E+02
2EA33 60.2379E+010.0000E+00 0.1710E+020.3247E+010.1769E+02
2FA33 70.2379E+010.0000E+00 0.1710E+020.3247E+010.1647E+02
2GA33 80.2379E+010.0000E+00 0.1710E+020.3247E+010.1525E+02
2HA33 90.2379E+010.0000E+00 0.1710E+020.3247E+010.1403E+02
2IA33 100.2379E+010.0000E+00 0.1710E+020.3247E+010.1281E+02
03A33 110.2379E+010.0000E+00 0.1710E+020.3247E+010.1159E+02
3AA33 120.2379E+010.0000E+00 0.1710E+020.3247E+010.1037E+02
3BA33 130.2379E+010.0000E+00 0.1710E+020.3247E+010.9150E+01
3CA33 140.2379E+010.0000E+00 0.1710E+020.3247E+010.7930E+01
3DA33 150.2379E+010.0000E+00 0.1710E+020.3247E+010.6710E+01
3EA33 160.2379E+010.0000E+00 0.1710E+020.3247E+010.5490E+01
3FA33 170.2379E+010.0000E+00 0.1710E+020.3247E+010.4270E+01
3GA33 180.2379E+010.0000E+00 0.1710E+020.3247E+010.3050E+01
3HA33 190.2379E+010.0000E+00 0.1710E+020.3247E+010.1830E+01
3IA33 200.2379E+010.1950E+01 0.1710E+020.3247E+010.6100E+00
02A34 10.2769E+010.2270E+01 0.1860E+020.3247E+010.2379E+02
2AA34 20.2769E+010.0000E+00 0.1860E+020.3247E+010.2257E+02
2BA34 30.2769E+010.0000E+00 0.1860E+020.3247E+010.2135E+02
2CA34 40.2769E+010.0000E+00 0.1860E+020.3247E+010.2013E+02
2DA34 50.2769E+010.0000E+00 0.1860E+020.3247E+010.1891E+02
2EA34 60.2769E+010.0000E+00 0.1860E+020.3247E+010.1769E+02
2FA34 70.2769E+010.0000E+00 0.1860E+020.3247E+010.1647E+02
2GA34 80.2769E+010.0000E+00 0.1860E+020.3247E+010.1525E+02
2HA34 90.2769E+010.0000E+00 0.1860E+020.3247E+010.1403E+02
2IA34 100.2769E+010.0000E+00 0.1860E+020.3247E+010.1281E+02
03A34 110.2769E+010.0000E+00 0.1860E+020.3247E+010.1159E+02
3AA34 120.2769E+010.0000E+00 0.1860E+020.3247E+010.1037E+02
3BA34 130.2769E+010.0000E+00 0.1860E+020.3247E+010.9150E+01
3CA34 140.2769E+010.0000E+00 0.1860E+020.3247E+010.7930E+01
3DA34 150.2769E+010.0000E+00 0.1860E+020.3247E+010.6710E+01
3EA34 160.2769E+010.0000E+00 0.1860E+020.3247E+010.5490E+01
3FA34 170.2769E+010.0000E+00 0.1860E+020.3247E+010.4270E+01
3GA34 180.2769E+010.0000E+00 0.1860E+020.3247E+010.3050E+01
3HA34 190.2769E+010.0000E+00 0.1860E+020.3247E+010.1830E+01
3IA34 200.2769E+010.2270E+01 0.1860E+020.3247E+010.6100E+00
02A35 10.2940E+010.2410E+01 0.5850E+010.4547E+010.2379E+02
2AA35 20.2940E+010.0000E+00 0.5850E+010.4547E+010.2257E+02
2BA35 30.2940E+010.0000E+00 0.5850E+010.4547E+010.2135E+02
2CA35 40.2940E+010.0000E+00 0.5850E+010.4547E+010.2013E+02
2DA35 50.2940E+010.0000E+00 0.5850E+010.4547E+010.1891E+02
2EA35 60.2940E+010.0000E+00 0.5850E+010.4547E+010.1769E+02
2FA35 70.2940E+010.0000E+00 0.5850E+010.4547E+010.1647E+02
2GA35 80.2940E+010.0000E+00 0.5850E+010.4547E+010.1525E+02
2HA35 90.2940E+010.0000E+00 0.5850E+010.4547E+010.1403E+02
2IA35 100.2940E+010.0000E+00 0.5850E+010.4547E+010.1281E+02
03A35 110.2940E+010.0000E+00 0.5850E+010.4547E+010.1159E+02
3AA35 120.2940E+010.0000E+00 0.5850E+010.4547E+010.1037E+02
3BA35 130.2940E+010.0000E+00 0.5850E+010.4547E+010.9150E+01
3CA35 140.2940E+010.0000E+00 0.5850E+010.4547E+010.7930E+01
3DA35 150.2940E+010.0000E+00 0.5850E+010.4547E+010.6710E+01
3EA35 160.2940E+010.0000E+00 0.5850E+010.4547E+010.5490E+01
3FA35 170.2940E+010.0000E+00 0.5850E+010.4547E+010.4270E+01
3GA35 180.2940E+010.0000E+00 0.5850E+010.4547E+010.3050E+01
3HA35 190.2940E+010.0000E+00 0.5850E+010.4547E+010.1830E+01
3IA35 200.2940E+010.2410E+01 0.5850E+010.4547E+010.6100E+00
02A36 10.2379E+010.1950E+01 0.7350E+010.4547E+010.2379E+02
2AA36 20.2379E+010.0000E+00 0.7350E+010.4547E+010.2257E+02
2BA36 30.2379E+010.0000E+00 0.7350E+010.4547E+010.2135E+02
2CA36 40.2379E+010.0000E+00 0.7350E+010.4547E+010.2013E+02
2DA36 50.2379E+010.0000E+00 0.7350E+010.4547E+010.1891E+02
2EA36 60.2379E+010.0000E+00 0.7350E+010.4547E+010.1769E+02
2FA36 70.2379E+010.0000E+00 0.7350E+010.4547E+010.1647E+02
2GA36 80.2379E+010.0000E+00 0.7350E+010.4547E+010.1525E+02
2HA36 90.2379E+010.0000E+00 0.7350E+010.4547E+010.1403E+02
2IA36 100.2379E+010.0000E+00 0.7350E+010.4547E+010.1281E+02
03A36 110.2379E+010.0000E+00 0.7350E+010.4547E+010.1159E+02
3AA36 120.2379E+010.0000E+00 0.7350E+010.4547E+010.1037E+02
3BA36 130.2379E+010.0000E+00 0.7350E+010.4547E+010.9150E+01
3CA36 140.2379E+010.0000E+00 0.7350E+010.4547E+010.7930E+01
3DA36 150.2379E+010.0000E+00 0.7350E+010.4547E+010.6710E+01
3EA36 160.2379E+010.0000E+00 0.7350E+010.4547E+010.5490E+01
3FA36 170.2379E+010.0000E+00 0.7350E+010.4547E+010.4270E+01
3GA36 180.2379E+010.0000E+00 0.7350E+010.4547E+010.3050E+01
3HA36 190.2379E+010.0000E+00 0.7350E+010.4547E+010.1830E+01
3IA36 200.2379E+010.1950E+01 0.7350E+010.4547E+010.6100E+00
02A37 10.2379E+010.1950E+01 0.8850E+010.4547E+010.2379E+02
2AA37 20.2379E+010.0000E+00 0.8850E+010.4547E+010.2257E+02
2BA37 30.2379E+010.0000E+00 0.8850E+010.4547E+010.2135E+02
2CA37 40.2379E+010.0000E+00 0.8850E+010.4547E+010.2013E+02
2DA37 50.2379E+010.0000E+00 0.8850E+010.4547E+010.1891E+02
2EA37 60.2379E+010.0000E+00 0.8850E+010.4547E+010.1769E+02
2FA37 70.2379E+010.0000E+00 0.8850E+010.4547E+010.1647E+02
2GA37 80.2379E+010.0000E+00 0.8850E+010.4547E+010.1525E+02
2HA37 90.2379E+010.0000E+00 0.8850E+010.4547E+010.1403E+02
2IA37 100.2379E+010.0000E+00 0.8850E+010.4547E+010.1281E+02
03A37 110.2379E+010.0000E+00 0.8850E+010.4547E+010.1159E+02
3AA37 120.2379E+010.0000E+00 0.8850E+010.4547E+010.1037E+02
3BA37 130.2379E+010.0000E+00 0.8850E+010.4547E+010.9150E+01
3CA37 140.2379E+010.0000E+00 0.8850E+010.4547E+010.7930E+01
3DA37 150.2379E+010.0000E+00 0.8850E+010.4547E+010.6710E+01
3EA37 160.2379E+010.0000E+00 0.8850E+010.4547E+010.5490E+01
3FA37 170.2379E+010.0000E+00 0.8850E+010.4547E+010.4270E+01
3GA37 180.2379E+010.0000E+00 0.8850E+010.4547E+010.3050E+01
3HA37 190.2379E+010.0000E+00 0.8850E+010.4547E+010.1830E+01
3IA37 200.2379E+010.1950E+01 0.8850E+010.4547E+010.6100E+00
02A38 10.2379E+010.1950E+01 0.1035E+020.4547E+010.2379E+02
2AA38 20.2379E+010.0000E+00 0.1035E+020.4547E+010.2257E+02
2BA38 30.2379E+010.0000E+00 0.1035E+020.4547E+010.2135E+02
2CA38 40.2379E+010.0000E+00 0.1035E+020.4547E+010.2013E+02
2DA38 50.2379E+010.0000E+00 0.1035E+020.4547E+010.1891E+02
2EA38 60.2379E+010.0000E+00 0.1035E+020.4547E+010.1769E+02
2FA38 70.2379E+010.0000E+00 0.1035E+020.4547E+010.1647E+02
2GA38 80.2379E+010.0000E+00 0.1035E+020.4547E+010.1525E+02
2HA38 90.2379E+010.0000E+00 0.1035E+020.4547E+010.1403E+02
2IA38 100.2379E+010.0000E+00 0.1035E+020.4547E+010.1281E+02
03A38 110.2379E+010.0000E+00 0.1035E+020.4547E+010.1159E+02
3AA38 120.2379E+010.0000E+00 0.1035E+020.4547E+010.1037E+02
3BA38 130.2379E+010.0000E+00 0.1035E+020.4547E+010.9150E+01
3CA38 140.2379E+010.0000E+00 0.1035E+020.4547E+010.7930E+01
3DA38 150.2379E+010.0000E+00 0.1035E+020.4547E+010.6710E+01
3EA38 160.2379E+010.0000E+00 0.1035E+020.4547E+010.5490E+01
3FA38 170.2379E+010.0000E+00 0.1035E+020.4547E+010.4270E+01
3GA38 180.2379E+010.0000E+00 0.1035E+020.4547E+010.3050E+01
3HA38 190.2379E+010.0000E+00 0.1035E+020.4547E+010.1830E+01
3IA38 200.2379E+010.1950E+01 0.1035E+020.4547E+010.6100E+00
02A39 10.2379E+010.1950E+01 0.1185E+020.4547E+010.2379E+02
2AA39 20.2379E+010.0000E+00 0.1185E+020.4547E+010.2257E+02
2BA39 30.2379E+010.0000E+00 0.1185E+020.4547E+010.2135E+02
2CA39 40.2379E+010.0000E+00 0.1185E+020.4547E+010.2013E+02
2DA39 50.2379E+010.0000E+00 0.1185E+020.4547E+010.1891E+02
2EA39 60.2379E+010.0000E+00 0.1185E+020.4547E+010.1769E+02
2FA39 70.2379E+010.0000E+00 0.1185E+020.4547E+010.1647E+02
2GA39 80.2379E+010.0000E+00 0.1185E+020.4547E+010.1525E+02
2HA39 90.2379E+010.0000E+00 0.1185E+020.4547E+010.1403E+02
2IA39 100.2379E+010.0000E+00 0.1185E+020.4547E+010.1281E+02
03A39 110.2379E+010.0000E+00 0.1185E+020.4547E+010.1159E+02
3AA39 120.2379E+010.0000E+00 0.1185E+020.4547E+010.1037E+02
3BA39 130.2379E+010.0000E+00 0.1185E+020.4547E+010.9150E+01
3CA39 140.2379E+010.0000E+00 0.1185E+020.4547E+010.7930E+01
3DA39 150.2379E+010.0000E+00 0.1185E+020.4547E+010.6710E+01
3EA39 160.2379E+010.0000E+00 0.1185E+020.4547E+010.5490E+01
3FA39 170.2379E+010.0000E+00 0.1185E+020.4547E+010.4270E+01
3GA39 180.2379E+010.0000E+00 0.1185E+020.4547E+010.3050E+01
3HA39 190.2379E+010.0000E+00 0.1185E+020.4547E+010.1830E+01
3IA39 200.2379E+010.1950E+01 0.1185E+020.4547E+010.6100E+00
02A40 10.2379E+010.1950E+01 0.1335E+020.4547E+010.2379E+02
2AA40 20.2379E+010.0000E+00 0.1335E+020.4547E+010.2257E+02
2BA40 30.2379E+010.0000E+00 0.1335E+020.4547E+010.2135E+02
2CA40 40.2379E+010.0000E+00 0.1335E+020.4547E+010.2013E+02
2DA40 50.2379E+010.0000E+00 0.1335E+020.4547E+010.1891E+02
2EA40 60.2379E+010.0000E+00 0.1335E+020.4547E+010.1769E+02
2FA40 70.2379E+010.0000E+00 0.1335E+020.4547E+010.1647E+02
2GA40 80.2379E+010.0000E+00 0.1335E+020.4547E+010.1525E+02
2HA40 90.2379E+010.0000E+00 0.1335E+020.4547E+010.1403E+02
2IA40 100.2379E+010.0000E+00 0.1335E+020.4547E+010.1281E+02
03A40 110.2379E+010.0000E+00 0.1335E+020.4547E+010.1159E+02
3AA40 120.2379E+010.0000E+00 0.1335E+020.4547E+010.1037E+02
3BA40 130.2379E+010.0000E+00 0.1335E+020.4547E+010.9150E+01
3CA40 140.2379E+010.0000E+00 0.1335E+020.4547E+010.7930E+01
3DA40 150.2379E+010.0000E+00 0.1335E+020.4547E+010.6710E+01
3EA40 160.2379E+010.0000E+00 0.1335E+020.4547E+010.5490E+01
3FA40 170.2379E+010.0000E+00 0.1335E+020.4547E+010.4270E+01
3GA40 180.2379E+010.0000E+00 0.1335E+020.4547E+010.3050E+01
3HA40 190.2379E+010.0000E+00 0.1335E+020.4547E+010.1830E+01
3IA40 200.2379E+010.1950E+01 0.1335E+020.4547E+010.6100E+00
02A41 10.2379E+010.1950E+01 0.1485E+020.4547E+010.2379E+02
2AA41 20.2379E+010.0000E+00 0.1485E+020.4547E+010.2257E+02
2BA41 30.2379E+010.0000E+00 0.1485E+020.4547E+010.2135E+02
2CA41 40.2379E+010.0000E+00 0.1485E+020.4547E+010.2013E+02
2DA41 50.2379E+010.0000E+00 0.1485E+020.4547E+010.1891E+02
2EA41 60.2379E+010.0000E+00 0.1485E+020.4547E+010.1769E+02
2FA41 70.2379E+010.0000E+00 0.1485E+020.4547E+010.1647E+02
2GA41 80.2379E+010.0000E+00 0.1485E+020.4547E+010.1525E+02
2HA41 90.2379E+010.0000E+00 0.1485E+020.4547E+010.1403E+02
2IA41 100.2379E+010.0000E+00 0.1485E+020.4547E+010.1281E+02
03A41 110.2379E+010.0000E+00 0.1485E+020.4547E+010.1159E+02
3AA41 120.2379E+010.0000E+00 0.1485E+020.4547E+010.1037E+02
3BA41 130.2379E+010.0000E+00 0.1485E+020.4547E+010.9150E+01
3CA41 140.2379E+010.0000E+00 0.1485E+020.4547E+010.7930E+01
3DA41 150.2379E+010.0000E+00 0.1485E+020.4547E+010.6710E+01
3EA41 160.2379E+010.0000E+00 0.1485E+020.4547E+010.5490E+01
3FA41 170.2379E+010.0000E+00 0.1485E+020.4547E+010.4270E+01
3GA41 180.2379E+010.0000E+00 0.1485E+020.4547E+010.3050E+01
3HA41 190.2379E+010.0000E+00 0.1485E+020.4547E+010.1830E+01
3IA41 200.2379E+010.1950E+01 0.1485E+020.4547E+010.6100E+00
02A42 10.2379E+010.1950E+01 0.1635E+020.4547E+010.2379E+02
2AA42 20.2379E+010.0000E+00 0.1635E+020.4547E+010.2257E+02
2BA42 30.2379E+010.0000E+00 0.1635E+020.4547E+010.2135E+02
2CA42 40.2379E+010.0000E+00 0.1635E+020.4547E+010.2013E+02
2DA42 50.2379E+010.0000E+00 0.1635E+020.4547E+010.1891E+02
2EA42 60.2379E+010.0000E+00 0.1635E+020.4547E+010.1769E+02
2FA42 70.2379E+010.0000E+00 0.1635E+020.4547E+010.1647E+02
2GA42 80.2379E+010.0000E+00 0.1635E+020.4547E+010.1525E+02
2HA42 90.2379E+010.0000E+00 0.1635E+020.4547E+010.1403E+02
2IA42 100.2379E+010.0000E+00 0.1635E+020.4547E+010.1281E+02
03A42 110.2379E+010.0000E+00 0.1635E+020.4547E+010.1159E+02
3AA42 120.2379E+010.0000E+00 0.1635E+020.4547E+010.1037E+02
3BA42 130.2379E+010.0000E+00 0.1635E+020.4547E+010.9150E+01
3CA42 140.2379E+010.0000E+00 0.1635E+020.4547E+010.7930E+01
3DA42 150.2379E+010.0000E+00 0.1635E+020.4547E+010.6710E+01
3EA42 160.2379E+010.0000E+00 0.1635E+020.4547E+010.5490E+01
3FA42 170.2379E+010.0000E+00 0.1635E+020.4547E+010.4270E+01
3GA42 180.2379E+010.0000E+00 0.1635E+020.4547E+010.3050E+01
3HA42 190.2379E+010.0000E+00 0.1635E+020.4547E+010.1830E+01
3IA42 200.2379E+010.1950E+01 0.1635E+020.4547E+010.6100E+00
02A43 10.2379E+010.1950E+01 0.1785E+020.4547E+010.2379E+02
2AA43 20.2379E+010.0000E+00 0.1785E+020.4547E+010.2257E+02
2BA43 30.2379E+010.0000E+00 0.1785E+020.4547E+010.2135E+02
2CA43 40.2379E+010.0000E+00 0.1785E+020.4547E+010.2013E+02
2DA43 50.2379E+010.0000E+00 0.1785E+020.4547E+010.1891E+02
2EA43 60.2379E+010.0000E+00 0.1785E+020.4547E+010.1769E+02
2FA43 70.2379E+010.0000E+00 0.1785E+020.4547E+010.1647E+02
2GA43 80.2379E+010.0000E+00 0.1785E+020.4547E+010.1525E+02
2HA43 90.2379E+010.0000E+00 0.1785E+020.4547E+010.1403E+02
2IA43 100.2379E+010.0000E+00 0.1785E+020.4547E+010.1281E+02
03A43 110.2379E+010.0000E+00 0.1785E+020.4547E+010.1159E+02
3AA43 120.2379E+010.0000E+00 0.1785E+020.4547E+010.1037E+02
3BA43 130.2379E+010.0000E+00 0.1785E+020.4547E+010.9150E+01
3CA43 140.2379E+010.0000E+00 0.1785E+020.4547E+010.7930E+01
3DA43 150.2379E+010.0000E+00 0.1785E+020.4547E+010.6710E+01
3EA43 160.2379E+010.0000E+00 0.1785E+020.4547E+010.5490E+01
3FA43 170.2379E+010.0000E+00 0.1785E+020.4547E+010.4270E+01
3GA43 180.2379E+010.0000E+00 0.1785E+020.4547E+010.3050E+01
3HA43 190.2379E+010.0000E+00 0.1785E+020.4547E+010.1830E+01
3IA43 200.2379E+010.1950E+01 0.1785E+020.4547E+010.6100E+00
02A44 10.2855E+010.2340E+01 0.1935E+020.4547E+010.2379E+02
2AA44 20.2855E+010.0000E+00 0.1935E+020.4547E+010.2257E+02
2BA44 30.2855E+010.0000E+00 0.1935E+020.4547E+010.2135E+02
2CA44 40.2855E+010.0000E+00 0.1935E+020.4547E+010.2013E+02
2DA44 50.2855E+010.0000E+00 0.1935E+020.4547E+010.1891E+02
2EA44 60.2855E+010.0000E+00 0.1935E+020.4547E+010.1769E+02
2FA44 70.2855E+010.0000E+00 0.1935E+020.4547E+010.1647E+02
2GA44 80.2855E+010.0000E+00 0.1935E+020.4547E+010.1525E+02
2HA44 90.2855E+010.0000E+00 0.1935E+020.4547E+010.1403E+02
2IA44 100.2855E+010.0000E+00 0.1935E+020.4547E+010.1281E+02
03A44 110.2855E+010.0000E+00 0.1935E+020.4547E+010.1159E+02
3AA44 120.2855E+010.0000E+00 0.1935E+020.4547E+010.1037E+02
3BA44 130.2855E+010.0000E+00 0.1935E+020.4547E+010.9150E+01
3CA44 140.2855E+010.0000E+00 0.1935E+020.4547E+010.7930E+01
3DA44 150.2855E+010.0000E+00 0.1935E+020.4547E+010.6710E+01
3EA44 160.2855E+010.0000E+00 0.1935E+020.4547E+010.5490E+01
3FA44 170.2855E+010.0000E+00 0.1935E+020.4547E+010.4270E+01
3GA44 180.2855E+010.0000E+00 0.1935E+020.4547E+010.3050E+01
3HA44 190.2855E+010.0000E+00 0.1935E+020.4547E+010.1830E+01
3IA44 200.2855E+010.2340E+01 0.1935E+020.4547E+010.6100E+00
02A45 10.2196E+010.1800E+01 0.6600E+010.5845E+010.2379E+02
2AA45 20.2196E+010.0000E+00 0.6600E+010.5845E+010.2257E+02
2BA45 30.2196E+010.0000E+00 0.6600E+010.5845E+010.2135E+02
2CA45 40.2196E+010.0000E+00 0.6600E+010.5845E+010.2013E+02
2DA45 50.2196E+010.0000E+00 0.6600E+010.5845E+010.1891E+02
2EA45 60.2196E+010.0000E+00 0.6600E+010.5845E+010.1769E+02
2FA45 70.2196E+010.0000E+00 0.6600E+010.5845E+010.1647E+02
2GA45 80.2196E+010.0000E+00 0.6600E+010.5845E+010.1525E+02
2HA45 90.2196E+010.0000E+00 0.6600E+010.5845E+010.1403E+02
2IA45 100.2196E+010.0000E+00 0.6600E+010.5845E+010.1281E+02
03A45 110.2196E+010.0000E+00 0.6600E+010.5845E+010.1159E+02
3AA45 120.2196E+010.0000E+00 0.6600E+010.5845E+010.1037E+02
3BA45 130.2196E+010.0000E+00 0.6600E+010.5845E+010.9150E+01
3CA45 140.2196E+010.0000E+00 0.6600E+010.5845E+010.7930E+01
3DA45 150.2196E+010.0000E+00 0.6600E+010.5845E+010.6710E+01
3EA45 160.2196E+010.0000E+00 0.6600E+010.5845E+010.5490E+01
3FA45 170.2196E+010.0000E+00 0.6600E+010.5845E+010.4270E+01
3GA45 180.2196E+010.0000E+00 0.6600E+010.5845E+010.3050E+01
3HA45 190.2196E+010.0000E+00 0.6600E+010.5845E+010.1830E+01
3IA45 200.2196E+010.1800E+01 0.6600E+010.5845E+010.6100E+00
02A46 10.2379E+010.1950E+01 0.8100E+010.5845E+010.2379E+02
2AA46 20.2379E+010.0000E+00 0.8100E+010.5845E+010.2257E+02
2BA46 30.2379E+010.0000E+00 0.8100E+010.5845E+010.2135E+02
2CA46 40.2379E+010.0000E+00 0.8100E+010.5845E+010.2013E+02
2DA46 50.2379E+010.0000E+00 0.8100E+010.5845E+010.1891E+02
2EA46 60.2379E+010.0000E+00 0.8100E+010.5845E+010.1769E+02
2FA46 70.2379E+010.0000E+00 0.8100E+010.5845E+010.1647E+02
2GA46 80.2379E+010.0000E+00 0.8100E+010.5845E+010.1525E+02
2HA46 90.2379E+010.0000E+00 0.8100E+010.5845E+010.1403E+02
2IA46 100.2379E+010.0000E+00 0.8100E+010.5845E+010.1281E+02
03A46 110.2379E+010.0000E+00 0.8100E+010.5845E+010.1159E+02
3AA46 120.2379E+010.0000E+00 0.8100E+010.5845E+010.1037E+02
3BA46 130.2379E+010.0000E+00 0.8100E+010.5845E+010.9150E+01
3CA46 140.2379E+010.0000E+00 0.8100E+010.5845E+010.7930E+01
3DA46 150.2379E+010.0000E+00 0.8100E+010.5845E+010.6710E+01
3EA46 160.2379E+010.0000E+00 0.8100E+010.5845E+010.5490E+01
3FA46 170.2379E+010.0000E+00 0.8100E+010.5845E+010.4270E+01
3GA46 180.2379E+010.0000E+00 0.8100E+010.5845E+010.3050E+01
3HA46 190.2379E+010.0000E+00 0.8100E+010.5845E+010.1830E+01
3IA46 200.2379E+010.1950E+01 0.8100E+010.5845E+010.6100E+00
02A47 10.2379E+010.1950E+01 0.9600E+010.5845E+010.2379E+02
2AA47 20.2379E+010.0000E+00 0.9600E+010.5845E+010.2257E+02
2BA47 30.2379E+010.0000E+00 0.9600E+010.5845E+010.2135E+02
2CA47 40.2379E+010.0000E+00 0.9600E+010.5845E+010.2013E+02
2DA47 50.2379E+010.0000E+00 0.9600E+010.5845E+010.1891E+02
2EA47 60.2379E+010.0000E+00 0.9600E+010.5845E+010.1769E+02
2FA47 70.2379E+010.0000E+00 0.9600E+010.5845E+010.1647E+02
2GA47 80.2379E+010.0000E+00 0.9600E+010.5845E+010.1525E+02
2HA47 90.2379E+010.0000E+00 0.9600E+010.5845E+010.1403E+02
2IA47 100.2379E+010.0000E+00 0.9600E+010.5845E+010.1281E+02
03A47 110.2379E+010.0000E+00 0.9600E+010.5845E+010.1159E+02
3AA47 120.2379E+010.0000E+00 0.9600E+010.5845E+010.1037E+02
3BA47 130.2379E+010.0000E+00 0.9600E+010.5845E+010.9150E+01
3CA47 140.2379E+010.0000E+00 0.9600E+010.5845E+010.7930E+01
3DA47 150.2379E+010.0000E+00 0.9600E+010.5845E+010.6710E+01
3EA47 160.2379E+010.0000E+00 0.9600E+010.5845E+010.5490E+01
3FA47 170.2379E+010.0000E+00 0.9600E+010.5845E+010.4270E+01
3GA47 180.2379E+010.0000E+00 0.9600E+010.5845E+010.3050E+01
3HA47 190.2379E+010.0000E+00 0.9600E+010.5845E+010.1830E+01
3IA47 200.2379E+010.1950E+01 0.9600E+010.5845E+010.6100E+00
02A48 10.2379E+010.1950E+01 0.1110E+020.5845E+010.2379E+02
2AA48 20.2379E+010.0000E+00 0.1110E+020.5845E+010.2257E+02
2BA48 30.2379E+010.0000E+00 0.1110E+020.5845E+010.2135E+02
2CA48 40.2379E+010.0000E+00 0.1110E+020.5845E+010.2013E+02
2DA48 50.2379E+010.0000E+00 0.1110E+020.5845E+010.1891E+02
2EA48 60.2379E+010.0000E+00 0.1110E+020.5845E+010.1769E+02
2FA48 70.2379E+010.0000E+00 0.1110E+020.5845E+010.1647E+02
2GA48 80.2379E+010.0000E+00 0.1110E+020.5845E+010.1525E+02
2HA48 90.2379E+010.0000E+00 0.1110E+020.5845E+010.1403E+02
2IA48 100.2379E+010.0000E+00 0.1110E+020.5845E+010.1281E+02
03A48 110.2379E+010.0000E+00 0.1110E+020.5845E+010.1159E+02
3AA48 120.2379E+010.0000E+00 0.1110E+020.5845E+010.1037E+02
3BA48 130.2379E+010.0000E+00 0.1110E+020.5845E+010.9150E+01
3CA48 140.2379E+010.0000E+00 0.1110E+020.5845E+010.7930E+01
3DA48 150.2379E+010.0000E+00 0.1110E+020.5845E+010.6710E+01
3EA48 160.2379E+010.0000E+00 0.1110E+020.5845E+010.5490E+01
3FA48 170.2379E+010.0000E+00 0.1110E+020.5845E+010.4270E+01
3GA48 180.2379E+010.0000E+00 0.1110E+020.5845E+010.3050E+01
3HA48 190.2379E+010.0000E+00 0.1110E+020.5845E+010.1830E+01
3IA48 200.2379E+010.1950E+01 0.1110E+020.5845E+010.6100E+00
02A49 10.2379E+010.1950E+01 0.1260E+020.5845E+010.2379E+02
2AA49 20.2379E+010.0000E+00 0.1260E+020.5845E+010.2257E+02
2BA49 30.2379E+010.0000E+00 0.1260E+020.5845E+010.2135E+02
2CA49 40.2379E+010.0000E+00 0.1260E+020.5845E+010.2013E+02
2DA49 50.2379E+010.0000E+00 0.1260E+020.5845E+010.1891E+02
2EA49 60.2379E+010.0000E+00 0.1260E+020.5845E+010.1769E+02
2FA49 70.2379E+010.0000E+00 0.1260E+020.5845E+010.1647E+02
2GA49 80.2379E+010.0000E+00 0.1260E+020.5845E+010.1525E+02
2HA49 90.2379E+010.0000E+00 0.1260E+020.5845E+010.1403E+02
2IA49 100.2379E+010.0000E+00 0.1260E+020.5845E+010.1281E+02
03A49 110.2379E+010.0000E+00 0.1260E+020.5845E+010.1159E+02
3AA49 120.2379E+010.0000E+00 0.1260E+020.5845E+010.1037E+02
3BA49 130.2379E+010.0000E+00 0.1260E+020.5845E+010.9150E+01
3CA49 140.2379E+010.0000E+00 0.1260E+020.5845E+010.7930E+01
3DA49 150.2379E+010.0000E+00 0.1260E+020.5845E+010.6710E+01
3EA49 160.2379E+010.0000E+00 0.1260E+020.5845E+010.5490E+01
3FA49 170.2379E+010.0000E+00 0.1260E+020.5845E+010.4270E+01
3GA49 180.2379E+010.0000E+00 0.1260E+020.5845E+010.3050E+01
3HA49 190.2379E+010.0000E+00 0.1260E+020.5845E+010.1830E+01
3IA49 200.2379E+010.1950E+01 0.1260E+020.5845E+010.6100E+00
02A50 10.2379E+010.1950E+01 0.1410E+020.5845E+010.2379E+02
2AA50 20.2379E+010.0000E+00 0.1410E+020.5845E+010.2257E+02
2BA50 30.2379E+010.0000E+00 0.1410E+020.5845E+010.2135E+02
2CA50 40.2379E+010.0000E+00 0.1410E+020.5845E+010.2013E+02
2DA50 50.2379E+010.0000E+00 0.1410E+020.5845E+010.1891E+02
2EA50 60.2379E+010.0000E+00 0.1410E+020.5845E+010.1769E+02
2FA50 70.2379E+010.0000E+00 0.1410E+020.5845E+010.1647E+02
2GA50 80.2379E+010.0000E+00 0.1410E+020.5845E+010.1525E+02
2HA50 90.2379E+010.0000E+00 0.1410E+020.5845E+010.1403E+02
2IA50 100.2379E+010.0000E+00 0.1410E+020.5845E+010.1281E+02
03A50 110.2379E+010.0000E+00 0.1410E+020.5845E+010.1159E+02
3AA50 120.2379E+010.0000E+00 0.1410E+020.5845E+010.1037E+02
3BA50 130.2379E+010.0000E+00 0.1410E+020.5845E+010.9150E+01
3CA50 140.2379E+010.0000E+00 0.1410E+020.5845E+010.7930E+01
3DA50 150.2379E+010.0000E+00 0.1410E+020.5845E+010.6710E+01
3EA50 160.2379E+010.0000E+00 0.1410E+020.5845E+010.5490E+01
3FA50 170.2379E+010.0000E+00 0.1410E+020.5845E+010.4270E+01
3GA50 180.2379E+010.0000E+00 0.1410E+020.5845E+010.3050E+01
3HA50 190.2379E+010.0000E+00 0.1410E+020.5845E+010.1830E+01
3IA50 200.2379E+010.1950E+01 0.1410E+020.5845E+010.6100E+00
02A51 10.2379E+010.1950E+01 0.1560E+020.5845E+010.2379E+02
2AA51 20.2379E+010.0000E+00 0.1560E+020.5845E+010.2257E+02
2BA51 30.2379E+010.0000E+00 0.1560E+020.5845E+010.2135E+02
2CA51 40.2379E+010.0000E+00 0.1560E+020.5845E+010.2013E+02
2DA51 50.2379E+010.0000E+00 0.1560E+020.5845E+010.1891E+02
2EA51 60.2379E+010.0000E+00 0.1560E+020.5845E+010.1769E+02
2FA51 70.2379E+010.0000E+00 0.1560E+020.5845E+010.1647E+02
2GA51 80.2379E+010.0000E+00 0.1560E+020.5845E+010.1525E+02
2HA51 90.2379E+010.0000E+00 0.1560E+020.5845E+010.1403E+02
2IA51 100.2379E+010.0000E+00 0.1560E+020.5845E+010.1281E+02
03A51 110.2379E+010.0000E+00 0.1560E+020.5845E+010.1159E+02
3AA51 120.2379E+010.0000E+00 0.1560E+020.5845E+010.1037E+02
3BA51 130.2379E+010.0000E+00 0.1560E+020.5845E+010.9150E+01
3CA51 140.2379E+010.0000E+00 0.1560E+020.5845E+010.7930E+01
3DA51 150.2379E+010.0000E+00 0.1560E+020.5845E+010.6710E+01
3EA51 160.2379E+010.0000E+00 0.1560E+020.5845E+010.5490E+01
3FA51 170.2379E+010.0000E+00 0.1560E+020.5845E+010.4270E+01
3GA51 180.2379E+010.0000E+00 0.1560E+020.5845E+010.3050E+01
3HA51 190.2379E+010.0000E+00 0.1560E+020.5845E+010.1830E+01
3IA51 200.2379E+010.1950E+01 0.1560E+020.5845E+010.6100E+00
02A52 10.2379E+010.1950E+01 0.1710E+020.5845E+010.2379E+02
2AA52 20.2379E+010.0000E+00 0.1710E+020.5845E+010.2257E+02
2BA52 30.2379E+010.0000E+00 0.1710E+020.5845E+010.2135E+02
2CA52 40.2379E+010.0000E+00 0.1710E+020.5845E+010.2013E+02
2DA52 50.2379E+010.0000E+00 0.1710E+020.5845E+010.1891E+02
2EA52 60.2379E+010.0000E+00 0.1710E+020.5845E+010.1769E+02
2FA52 70.2379E+010.0000E+00 0.1710E+020.5845E+010.1647E+02
2GA52 80.2379E+010.0000E+00 0.1710E+020.5845E+010.1525E+02
2HA52 90.2379E+010.0000E+00 0.1710E+020.5845E+010.1403E+02
2IA52 100.2379E+010.0000E+00 0.1710E+020.5845E+010.1281E+02
03A52 110.2379E+010.0000E+00 0.1710E+020.5845E+010.1159E+02
3AA52 120.2379E+010.0000E+00 0.1710E+020.5845E+010.1037E+02
3BA52 130.2379E+010.0000E+00 0.1710E+020.5845E+010.9150E+01
3CA52 140.2379E+010.0000E+00 0.1710E+020.5845E+010.7930E+01
3DA52 150.2379E+010.0000E+00 0.1710E+020.5845E+010.6710E+01
3EA52 160.2379E+010.0000E+00 0.1710E+020.5845E+010.5490E+01
3FA52 170.2379E+010.0000E+00 0.1710E+020.5845E+010.4270E+01
3GA52 180.2379E+010.0000E+00 0.1710E+020.5845E+010.3050E+01
3HA52 190.2379E+010.0000E+00 0.1710E+020.5845E+010.1830E+01
3IA52 200.2379E+010.1950E+01 0.1710E+020.5845E+010.6100E+00
02A53 10.2769E+010.2270E+01 0.1860E+020.5845E+010.2379E+02
2AA53 20.2769E+010.0000E+00 0.1860E+020.5845E+010.2257E+02
2BA53 30.2769E+010.0000E+00 0.1860E+020.5845E+010.2135E+02
2CA53 40.2769E+010.0000E+00 0.1860E+020.5845E+010.2013E+02
2DA53 50.2769E+010.0000E+00 0.1860E+020.5845E+010.1891E+02
2EA53 60.2769E+010.0000E+00 0.1860E+020.5845E+010.1769E+02
2FA53 70.2769E+010.0000E+00 0.1860E+020.5845E+010.1647E+02
2GA53 80.2769E+010.0000E+00 0.1860E+020.5845E+010.1525E+02
2HA53 90.2769E+010.0000E+00 0.1860E+020.5845E+010.1403E+02
2IA53 100.2769E+010.0000E+00 0.1860E+020.5845E+010.1281E+02
03A53 110.2769E+010.0000E+00 0.1860E+020.5845E+010.1159E+02
3AA53 120.2769E+010.0000E+00 0.1860E+020.5845E+010.1037E+02
3BA53 130.2769E+010.0000E+00 0.1860E+020.5845E+010.9150E+01
3CA53 140.2769E+010.0000E+00 0.1860E+020.5845E+010.7930E+01
3DA53 150.2769E+010.0000E+00 0.1860E+020.5845E+010.6710E+01
3EA53 160.2769E+010.0000E+00 0.1860E+020.5845E+010.5490E+01
3FA53 170.2769E+010.0000E+00 0.1860E+020.5845E+010.4270E+01
3GA53 180.2769E+010.0000E+00 0.1860E+020.5845E+010.3050E+01
3HA53 190.2769E+010.0000E+00 0.1860E+020.5845E+010.1830E+01
3IA53 200.2769E+010.2270E+01 0.1860E+020.5845E+010.6100E+00
02A54 10.1574E+010.1290E+01 0.7350E+010.7144E+010.2379E+02
2AA54 20.1574E+010.0000E+00 0.7350E+010.7144E+010.2257E+02
2BA54 30.1574E+010.0000E+00 0.7350E+010.7144E+010.2135E+02
2CA54 40.1574E+010.0000E+00 0.7350E+010.7144E+010.2013E+02
2DA54 50.1574E+010.0000E+00 0.7350E+010.7144E+010.1891E+02
2EA54 60.1574E+010.0000E+00 0.7350E+010.7144E+010.1769E+02
2FA54 70.1574E+010.0000E+00 0.7350E+010.7144E+010.1647E+02
2GA54 80.1574E+010.0000E+00 0.7350E+010.7144E+010.1525E+02
2HA54 90.1574E+010.0000E+00 0.7350E+010.7144E+010.1403E+02
2IA54 100.1574E+010.0000E+00 0.7350E+010.7144E+010.1281E+02
03A54 110.1574E+010.0000E+00 0.7350E+010.7144E+010.1159E+02
3AA54 120.1574E+010.0000E+00 0.7350E+010.7144E+010.1037E+02
3BA54 130.1574E+010.0000E+00 0.7350E+010.7144E+010.9150E+01
3CA54 140.1574E+010.0000E+00 0.7350E+010.7144E+010.7930E+01
3DA54 150.1574E+010.0000E+00 0.7350E+010.7144E+010.6710E+01
3EA54 160.1574E+010.0000E+00 0.7350E+010.7144E+010.5490E+01
3FA54 170.1574E+010.0000E+00 0.7350E+010.7144E+010.4270E+01
3GA54 180.1574E+010.0000E+00 0.7350E+010.7144E+010.3050E+01
3HA54 190.1574E+010.0000E+00 0.7350E+010.7144E+010.1830E+01
3IA54 200.1574E+010.1290E+01 0.7350E+010.7144E+010.6100E+00
02A55 10.2733E+010.2240E+01 0.8850E+010.7144E+010.2379E+02
2AA55 20.2733E+010.0000E+00 0.8850E+010.7144E+010.2257E+02
2BA55 30.2733E+010.0000E+00 0.8850E+010.7144E+010.2135E+02
2CA55 40.2733E+010.0000E+00 0.8850E+010.7144E+010.2013E+02
2DA55 50.2733E+010.0000E+00 0.8850E+010.7144E+010.1891E+02
2EA55 60.2733E+010.0000E+00 0.8850E+010.7144E+010.1769E+02
2FA55 70.2733E+010.0000E+00 0.8850E+010.7144E+010.1647E+02
2GA55 80.2733E+010.0000E+00 0.8850E+010.7144E+010.1525E+02
2HA55 90.2733E+010.0000E+00 0.8850E+010.7144E+010.1403E+02
2IA55 100.2733E+010.0000E+00 0.8850E+010.7144E+010.1281E+02
03A55 110.2733E+010.0000E+00 0.8850E+010.7144E+010.1159E+02
3AA55 120.2733E+010.0000E+00 0.8850E+010.7144E+010.1037E+02
3BA55 130.2733E+010.0000E+00 0.8850E+010.7144E+010.9150E+01
3CA55 140.2733E+010.0000E+00 0.8850E+010.7144E+010.7930E+01
3DA55 150.2733E+010.0000E+00 0.8850E+010.7144E+010.6710E+01
3EA55 160.2733E+010.0000E+00 0.8850E+010.7144E+010.5490E+01
3FA55 170.2733E+010.0000E+00 0.8850E+010.7144E+010.4270E+01
3GA55 180.2733E+010.0000E+00 0.8850E+010.7144E+010.3050E+01
3HA55 190.2733E+010.0000E+00 0.8850E+010.7144E+010.1830E+01
3IA55 200.2733E+010.2240E+01 0.8850E+010.7144E+010.6100E+00
02A56 10.2379E+010.1950E+01 0.1035E+020.7144E+010.2379E+02
2AA56 20.2379E+010.0000E+00 0.1035E+020.7144E+010.2257E+02
2BA56 30.2379E+010.0000E+00 0.1035E+020.7144E+010.2135E+02
2CA56 40.2379E+010.0000E+00 0.1035E+020.7144E+010.2013E+02
2DA56 50.2379E+010.0000E+00 0.1035E+020.7144E+010.1891E+02
2EA56 60.2379E+010.0000E+00 0.1035E+020.7144E+010.1769E+02
2FA56 70.2379E+010.0000E+00 0.1035E+020.7144E+010.1647E+02
2GA56 80.2379E+010.0000E+00 0.1035E+020.7144E+010.1525E+02
2HA56 90.2379E+010.0000E+00 0.1035E+020.7144E+010.1403E+02
2IA56 100.2379E+010.0000E+00 0.1035E+020.7144E+010.1281E+02
03A56 110.2379E+010.0000E+00 0.1035E+020.7144E+010.1159E+02
3AA56 120.2379E+010.0000E+00 0.1035E+020.7144E+010.1037E+02
3BA56 130.2379E+010.0000E+00 0.1035E+020.7144E+010.9150E+01
3CA56 140.2379E+010.0000E+00 0.1035E+020.7144E+010.7930E+01
3DA56 150.2379E+010.0000E+00 0.1035E+020.7144E+010.6710E+01
3EA56 160.2379E+010.0000E+00 0.1035E+020.7144E+010.5490E+01
3FA56 170.2379E+010.0000E+00 0.1035E+020.7144E+010.4270E+01
3GA56 180.2379E+010.0000E+00 0.1035E+020.7144E+010.3050E+01
3HA56 190.2379E+010.0000E+00 0.1035E+020.7144E+010.1830E+01
3IA56 200.2379E+010.1950E+01 0.1035E+020.7144E+010.6100E+00
02A57 10.2379E+010.1950E+01 0.1185E+020.7144E+010.2379E+02
2AA57 20.2379E+010.0000E+00 0.1185E+020.7144E+010.2257E+02
2BA57 30.2379E+010.0000E+00 0.1185E+020.7144E+010.2135E+02
2CA57 40.2379E+010.0000E+00 0.1185E+020.7144E+010.2013E+02
2DA57 50.2379E+010.0000E+00 0.1185E+020.7144E+010.1891E+02
2EA57 60.2379E+010.0000E+00 0.1185E+020.7144E+010.1769E+02
2FA57 70.2379E+010.0000E+00 0.1185E+020.7144E+010.1647E+02
2GA57 80.2379E+010.0000E+00 0.1185E+020.7144E+010.1525E+02
2HA57 90.2379E+010.0000E+00 0.1185E+020.7144E+010.1403E+02
2IA57 100.2379E+010.0000E+00 0.1185E+020.7144E+010.1281E+02
03A57 110.2379E+010.0000E+00 0.1185E+020.7144E+010.1159E+02
3AA57 120.2379E+010.0000E+00 0.1185E+020.7144E+010.1037E+02
3BA57 130.2379E+010.0000E+00 0.1185E+020.7144E+010.9150E+01
3CA57 140.2379E+010.0000E+00 0.1185E+020.7144E+010.7930E+01
3DA57 150.2379E+010.0000E+00 0.1185E+020.7144E+010.6710E+01
3EA57 160.2379E+010.0000E+00 0.1185E+020.7144E+010.5490E+01
3FA57 170.2379E+010.0000E+00 0.1185E+020.7144E+010.4270E+01
3GA57 180.2379E+010.0000E+00 0.1185E+020.7144E+010.3050E+01
3HA57 190.2379E+010.0000E+00 0.1185E+020.7144E+010.1830E+01
3IA57 200.2379E+010.1950E+01 0.1185E+020.7144E+010.6100E+00
02A58 10.2379E+010.1950E+01 0.1335E+020.7144E+010.2379E+02
2AA58 20.2379E+010.0000E+00 0.1335E+020.7144E+010.2257E+02
2BA58 30.2379E+010.0000E+00 0.1335E+020.7144E+010.2135E+02
2CA58 40.2379E+010.0000E+00 0.1335E+020.7144E+010.2013E+02
2DA58 50.2379E+010.0000E+00 0.1335E+020.7144E+010.1891E+02
2EA58 60.2379E+010.0000E+00 0.1335E+020.7144E+010.1769E+02
2FA58 70.2379E+010.0000E+00 0.1335E+020.7144E+010.1647E+02
2GA58 80.2379E+010.0000E+00 0.1335E+020.7144E+010.1525E+02
2HA58 90.2379E+010.0000E+00 0.1335E+020.7144E+010.1403E+02
2IA58 100.2379E+010.0000E+00 0.1335E+020.7144E+010.1281E+02
03A58 110.2379E+010.0000E+00 0.1335E+020.7144E+010.1159E+02
3AA58 120.2379E+010.0000E+00 0.1335E+020.7144E+010.1037E+02
3BA58 130.2379E+010.0000E+00 0.1335E+020.7144E+010.9150E+01
3CA58 140.2379E+010.0000E+00 0.1335E+020.7144E+010.7930E+01
3DA58 150.2379E+010.0000E+00 0.1335E+020.7144E+010.6710E+01
3EA58 160.2379E+010.0000E+00 0.1335E+020.7144E+010.5490E+01
3FA58 170.2379E+010.0000E+00 0.1335E+020.7144E+010.4270E+01
3GA58 180.2379E+010.0000E+00 0.1335E+020.7144E+010.3050E+01
3HA58 190.2379E+010.0000E+00 0.1335E+020.7144E+010.1830E+01
3IA58 200.2379E+010.1950E+01 0.1335E+020.7144E+010.6100E+00
02A59 10.2379E+010.1950E+01 0.1485E+020.7144E+010.2379E+02
2AA59 20.2379E+010.0000E+00 0.1485E+020.7144E+010.2257E+02
2BA59 30.2379E+010.0000E+00 0.1485E+020.7144E+010.2135E+02
2CA59 40.2379E+010.0000E+00 0.1485E+020.7144E+010.2013E+02
2DA59 50.2379E+010.0000E+00 0.1485E+020.7144E+010.1891E+02
2EA59 60.2379E+010.0000E+00 0.1485E+020.7144E+010.1769E+02
2FA59 70.2379E+010.0000E+00 0.1485E+020.7144E+010.1647E+02
2GA59 80.2379E+010.0000E+00 0.1485E+020.7144E+010.1525E+02
2HA59 90.2379E+010.0000E+00 0.1485E+020.7144E+010.1403E+02
2IA59 100.2379E+010.0000E+00 0.1485E+020.7144E+010.1281E+02
03A59 110.2379E+010.0000E+00 0.1485E+020.7144E+010.1159E+02
3AA59 120.2379E+010.0000E+00 0.1485E+020.7144E+010.1037E+02
3BA59 130.2379E+010.0000E+00 0.1485E+020.7144E+010.9150E+01
3CA59 140.2379E+010.0000E+00 0.1485E+020.7144E+010.7930E+01
3DA59 150.2379E+010.0000E+00 0.1485E+020.7144E+010.6710E+01
3EA59 160.2379E+010.0000E+00 0.1485E+020.7144E+010.5490E+01
3FA59 170.2379E+010.0000E+00 0.1485E+020.7144E+010.4270E+01
3GA59 180.2379E+010.0000E+00 0.1485E+020.7144E+010.3050E+01
3HA59 190.2379E+010.0000E+00 0.1485E+020.7144E+010.1830E+01
3IA59 200.2379E+010.1950E+01 0.1485E+020.7144E+010.6100E+00
02A60 10.2379E+010.1950E+01 0.1635E+020.7144E+010.2379E+02
2AA60 20.2379E+010.0000E+00 0.1635E+020.7144E+010.2257E+02
2BA60 30.2379E+010.0000E+00 0.1635E+020.7144E+010.2135E+02
2CA60 40.2379E+010.0000E+00 0.1635E+020.7144E+010.2013E+02
2DA60 50.2379E+010.0000E+00 0.1635E+020.7144E+010.1891E+02
2EA60 60.2379E+010.0000E+00 0.1635E+020.7144E+010.1769E+02
2FA60 70.2379E+010.0000E+00 0.1635E+020.7144E+010.1647E+02
2GA60 80.2379E+010.0000E+00 0.1635E+020.7144E+010.1525E+02
2HA60 90.2379E+010.0000E+00 0.1635E+020.7144E+010.1403E+02
2IA60 100.2379E+010.0000E+00 0.1635E+020.7144E+010.1281E+02
03A60 110.2379E+010.0000E+00 0.1635E+020.7144E+010.1159E+02
3AA60 120.2379E+010.0000E+00 0.1635E+020.7144E+010.1037E+02
3BA60 130.2379E+010.0000E+00 0.1635E+020.7144E+010.9150E+01
3CA60 140.2379E+010.0000E+00 0.1635E+020.7144E+010.7930E+01
3DA60 150.2379E+010.0000E+00 0.1635E+020.7144E+010.6710E+01
3EA60 160.2379E+010.0000E+00 0.1635E+020.7144E+010.5490E+01
3FA60 170.2379E+010.0000E+00 0.1635E+020.7144E+010.4270E+01
3GA60 180.2379E+010.0000E+00 0.1635E+020.7144E+010.3050E+01
3HA60 190.2379E+010.0000E+00 0.1635E+020.7144E+010.1830E+01
3IA60 200.2379E+010.1950E+01 0.1635E+020.7144E+010.6100E+00
02A61 10.2379E+010.1950E+01 0.1785E+020.7144E+010.2379E+02
2AA61 20.2379E+010.0000E+00 0.1785E+020.7144E+010.2257E+02
2BA61 30.2379E+010.0000E+00 0.1785E+020.7144E+010.2135E+02
2CA61 40.2379E+010.0000E+00 0.1785E+020.7144E+010.2013E+02
2DA61 50.2379E+010.0000E+00 0.1785E+020.7144E+010.1891E+02
2EA61 60.2379E+010.0000E+00 0.1785E+020.7144E+010.1769E+02
2FA61 70.2379E+010.0000E+00 0.1785E+020.7144E+010.1647E+02
2GA61 80.2379E+010.0000E+00 0.1785E+020.7144E+010.1525E+02
2HA61 90.2379E+010.0000E+00 0.1785E+020.7144E+010.1403E+02
2IA61 100.2379E+010.0000E+00 0.1785E+020.7144E+010.1281E+02
03A61 110.2379E+010.0000E+00 0.1785E+020.7144E+010.1159E+02
3AA61 120.2379E+010.0000E+00 0.1785E+020.7144E+010.1037E+02
3BA61 130.2379E+010.0000E+00 0.1785E+020.7144E+010.9150E+01
3CA61 140.2379E+010.0000E+00 0.1785E+020.7144E+010.7930E+01
3DA61 150.2379E+010.0000E+00 0.1785E+020.7144E+010.6710E+01
3EA61 160.2379E+010.0000E+00 0.1785E+020.7144E+010.5490E+01
3FA61 170.2379E+010.0000E+00 0.1785E+020.7144E+010.4270E+01
3GA61 180.2379E+010.0000E+00 0.1785E+020.7144E+010.3050E+01
3HA61 190.2379E+010.0000E+00 0.1785E+020.7144E+010.1830E+01
3IA61 200.2379E+010.1950E+01 0.1785E+020.7144E+010.6100E+00
02A62 10.2855E+010.2340E+01 0.1935E+020.7144E+010.2379E+02
2AA62 20.2855E+010.0000E+00 0.1935E+020.7144E+010.2257E+02
2BA62 30.2855E+010.0000E+00 0.1935E+020.7144E+010.2135E+02
2CA62 40.2855E+010.0000E+00 0.1935E+020.7144E+010.2013E+02
2DA62 50.2855E+010.0000E+00 0.1935E+020.7144E+010.1891E+02
2EA62 60.2855E+010.0000E+00 0.1935E+020.7144E+010.1769E+02
2FA62 70.2855E+010.0000E+00 0.1935E+020.7144E+010.1647E+02
2GA62 80.2855E+010.0000E+00 0.1935E+020.7144E+010.1525E+02
2HA62 90.2855E+010.0000E+00 0.1935E+020.7144E+010.1403E+02
2IA62 100.2855E+010.0000E+00 0.1935E+020.7144E+010.1281E+02
03A62 110.2855E+010.0000E+00 0.1935E+020.7144E+010.1159E+02
3AA62 120.2855E+010.0000E+00 0.1935E+020.7144E+010.1037E+02
3BA62 130.2855E+010.0000E+00 0.1935E+020.7144E+010.9150E+01
3CA62 140.2855E+010.0000E+00 0.1935E+020.7144E+010.7930E+01
3DA62 150.2855E+010.0000E+00 0.1935E+020.7144E+010.6710E+01
3EA62 160.2855E+010.0000E+00 0.1935E+020.7144E+010.5490E+01
3FA62 170.2855E+010.0000E+00 0.1935E+020.7144E+010.4270E+01
3GA62 180.2855E+010.0000E+00 0.1935E+020.7144E+010.3050E+01
3HA62 190.2855E+010.0000E+00 0.1935E+020.7144E+010.1830E+01
3IA62 200.2855E+010.2340E+01 0.1935E+020.7144E+010.6100E+00
02A63 10.2733E+010.2240E+01 0.9600E+010.8443E+010.2379E+02
2AA63 20.2733E+010.0000E+00 0.9600E+010.8443E+010.2257E+02
2BA63 30.2733E+010.0000E+00 0.9600E+010.8443E+010.2135E+02
2CA63 40.2733E+010.0000E+00 0.9600E+010.8443E+010.2013E+02
2DA63 50.2733E+010.0000E+00 0.9600E+010.8443E+010.1891E+02
2EA63 60.2733E+010.0000E+00 0.9600E+010.8443E+010.1769E+02
2FA63 70.2733E+010.0000E+00 0.9600E+010.8443E+010.1647E+02
2GA63 80.2733E+010.0000E+00 0.9600E+010.8443E+010.1525E+02
2HA63 90.2733E+010.0000E+00 0.9600E+010.8443E+010.1403E+02
2IA63 100.2733E+010.0000E+00 0.9600E+010.8443E+010.1281E+02
03A63 110.2733E+010.0000E+00 0.9600E+010.8443E+010.1159E+02
3AA63 120.2733E+010.0000E+00 0.9600E+010.8443E+010.1037E+02
3BA63 130.2733E+010.0000E+00 0.9600E+010.8443E+010.9150E+01
3CA63 140.2733E+010.0000E+00 0.9600E+010.8443E+010.7930E+01
3DA63 150.2733E+010.0000E+00 0.9600E+010.8443E+010.6710E+01
3EA63 160.2733E+010.0000E+00 0.9600E+010.8443E+010.5490E+01
3FA63 170.2733E+010.0000E+00 0.9600E+010.8443E+010.4270E+01
3GA63 180.2733E+010.0000E+00 0.9600E+010.8443E+010.3050E+01
3HA63 190.2733E+010.0000E+00 0.9600E+010.8443E+010.1830E+01
3IA63 200.2733E+010.2240E+01 0.9600E+010.8443E+010.6100E+00
02A64 10.2379E+010.1950E+01 0.1110E+020.8443E+010.2379E+02
2AA64 20.2379E+010.0000E+00 0.1110E+020.8443E+010.2257E+02
2BA64 30.2379E+010.0000E+00 0.1110E+020.8443E+010.2135E+02
2CA64 40.2379E+010.0000E+00 0.1110E+020.8443E+010.2013E+02
2DA64 50.2379E+010.0000E+00 0.1110E+020.8443E+010.1891E+02
2EA64 60.2379E+010.0000E+00 0.1110E+020.8443E+010.1769E+02
2FA64 70.2379E+010.0000E+00 0.1110E+020.8443E+010.1647E+02
2GA64 80.2379E+010.0000E+00 0.1110E+020.8443E+010.1525E+02
2HA64 90.2379E+010.0000E+00 0.1110E+020.8443E+010.1403E+02
2IA64 100.2379E+010.0000E+00 0.1110E+020.8443E+010.1281E+02
03A64 110.2379E+010.0000E+00 0.1110E+020.8443E+010.1159E+02
3AA64 120.2379E+010.0000E+00 0.1110E+020.8443E+010.1037E+02
3BA64 130.2379E+010.0000E+00 0.1110E+020.8443E+010.9150E+01
3CA64 140.2379E+010.0000E+00 0.1110E+020.8443E+010.7930E+01
3DA64 150.2379E+010.0000E+00 0.1110E+020.8443E+010.6710E+01
3EA64 160.2379E+010.0000E+00 0.1110E+020.8443E+010.5490E+01
3FA64 170.2379E+010.0000E+00 0.1110E+020.8443E+010.4270E+01
3GA64 180.2379E+010.0000E+00 0.1110E+020.8443E+010.3050E+01
3HA64 190.2379E+010.0000E+00 0.1110E+020.8443E+010.1830E+01
3IA64 200.2379E+010.1950E+01 0.1110E+020.8443E+010.6100E+00
02A65 10.2379E+010.1950E+01 0.1260E+020.8443E+010.2379E+02
2AA65 20.2379E+010.0000E+00 0.1260E+020.8443E+010.2257E+02
2BA65 30.2379E+010.0000E+00 0.1260E+020.8443E+010.2135E+02
2CA65 40.2379E+010.0000E+00 0.1260E+020.8443E+010.2013E+02
2DA65 50.2379E+010.0000E+00 0.1260E+020.8443E+010.1891E+02
2EA65 60.2379E+010.0000E+00 0.1260E+020.8443E+010.1769E+02
2FA65 70.2379E+010.0000E+00 0.1260E+020.8443E+010.1647E+02
2GA65 80.2379E+010.0000E+00 0.1260E+020.8443E+010.1525E+02
2HA65 90.2379E+010.0000E+00 0.1260E+020.8443E+010.1403E+02
2IA65 100.2379E+010.0000E+00 0.1260E+020.8443E+010.1281E+02
03A65 110.2379E+010.0000E+00 0.1260E+020.8443E+010.1159E+02
3AA65 120.2379E+010.0000E+00 0.1260E+020.8443E+010.1037E+02
3BA65 130.2379E+010.0000E+00 0.1260E+020.8443E+010.9150E+01
3CA65 140.2379E+010.0000E+00 0.1260E+020.8443E+010.7930E+01
3DA65 150.2379E+010.0000E+00 0.1260E+020.8443E+010.6710E+01
3EA65 160.2379E+010.0000E+00 0.1260E+020.8443E+010.5490E+01
3FA65 170.2379E+010.0000E+00 0.1260E+020.8443E+010.4270E+01
3GA65 180.2379E+010.0000E+00 0.1260E+020.8443E+010.3050E+01
3HA65 190.2379E+010.0000E+00 0.1260E+020.8443E+010.1830E+01
3IA65 200.2379E+010.1950E+01 0.1260E+020.8443E+010.6100E+00
02A66 10.2379E+010.1950E+01 0.1410E+020.8443E+010.2379E+02
2AA66 20.2379E+010.0000E+00 0.1410E+020.8443E+010.2257E+02
2BA66 30.2379E+010.0000E+00 0.1410E+020.8443E+010.2135E+02
2CA66 40.2379E+010.0000E+00 0.1410E+020.8443E+010.2013E+02
2DA66 50.2379E+010.0000E+00 0.1410E+020.8443E+010.1891E+02
2EA66 60.2379E+010.0000E+00 0.1410E+020.8443E+010.1769E+02
2FA66 70.2379E+010.0000E+00 0.1410E+020.8443E+010.1647E+02
2GA66 80.2379E+010.0000E+00 0.1410E+020.8443E+010.1525E+02
2HA66 90.2379E+010.0000E+00 0.1410E+020.8443E+010.1403E+02
2IA66 100.2379E+010.0000E+00 0.1410E+020.8443E+010.1281E+02
03A66 110.2379E+010.0000E+00 0.1410E+020.8443E+010.1159E+02
3AA66 120.2379E+010.0000E+00 0.1410E+020.8443E+010.1037E+02
3BA66 130.2379E+010.0000E+00 0.1410E+020.8443E+010.9150E+01
3CA66 140.2379E+010.0000E+00 0.1410E+020.8443E+010.7930E+01
3DA66 150.2379E+010.0000E+00 0.1410E+020.8443E+010.6710E+01
3EA66 160.2379E+010.0000E+00 0.1410E+020.8443E+010.5490E+01
3FA66 170.2379E+010.0000E+00 0.1410E+020.8443E+010.4270E+01
3GA66 180.2379E+010.0000E+00 0.1410E+020.8443E+010.3050E+01
3HA66 190.2379E+010.0000E+00 0.1410E+020.8443E+010.1830E+01
3IA66 200.2379E+010.1950E+01 0.1410E+020.8443E+010.6100E+00
02A67 10.2379E+010.1950E+01 0.1560E+020.8443E+010.2379E+02
2AA67 20.2379E+010.0000E+00 0.1560E+020.8443E+010.2257E+02
2BA67 30.2379E+010.0000E+00 0.1560E+020.8443E+010.2135E+02
2CA67 40.2379E+010.0000E+00 0.1560E+020.8443E+010.2013E+02
2DA67 50.2379E+010.0000E+00 0.1560E+020.8443E+010.1891E+02
2EA67 60.2379E+010.0000E+00 0.1560E+020.8443E+010.1769E+02
2FA67 70.2379E+010.0000E+00 0.1560E+020.8443E+010.1647E+02
2GA67 80.2379E+010.0000E+00 0.1560E+020.8443E+010.1525E+02
2HA67 90.2379E+010.0000E+00 0.1560E+020.8443E+010.1403E+02
2IA67 100.2379E+010.0000E+00 0.1560E+020.8443E+010.1281E+02
03A67 110.2379E+010.0000E+00 0.1560E+020.8443E+010.1159E+02
3AA67 120.2379E+010.0000E+00 0.1560E+020.8443E+010.1037E+02
3BA67 130.2379E+010.0000E+00 0.1560E+020.8443E+010.9150E+01
3CA67 140.2379E+010.0000E+00 0.1560E+020.8443E+010.7930E+01
3DA67 150.2379E+010.0000E+00 0.1560E+020.8443E+010.6710E+01
3EA67 160.2379E+010.0000E+00 0.1560E+020.8443E+010.5490E+01
3FA67 170.2379E+010.0000E+00 0.1560E+020.8443E+010.4270E+01
3GA67 180.2379E+010.0000E+00 0.1560E+020.8443E+010.3050E+01
3HA67 190.2379E+010.0000E+00 0.1560E+020.8443E+010.1830E+01
3IA67 200.2379E+010.1950E+01 0.1560E+020.8443E+010.6100E+00
02A68 10.2379E+010.1950E+01 0.1710E+020.8443E+010.2379E+02
2AA68 20.2379E+010.0000E+00 0.1710E+020.8443E+010.2257E+02
2BA68 30.2379E+010.0000E+00 0.1710E+020.8443E+010.2135E+02
2CA68 40.2379E+010.0000E+00 0.1710E+020.8443E+010.2013E+02
2DA68 50.2379E+010.0000E+00 0.1710E+020.8443E+010.1891E+02
2EA68 60.2379E+010.0000E+00 0.1710E+020.8443E+010.1769E+02
2FA68 70.2379E+010.0000E+00 0.1710E+020.8443E+010.1647E+02
2GA68 80.2379E+010.0000E+00 0.1710E+020.8443E+010.1525E+02
2HA68 90.2379E+010.0000E+00 0.1710E+020.8443E+010.1403E+02
2IA68 100.2379E+010.0000E+00 0.1710E+020.8443E+010.1281E+02
03A68 110.2379E+010.0000E+00 0.1710E+020.8443E+010.1159E+02
3AA68 120.2379E+010.0000E+00 0.1710E+020.8443E+010.1037E+02
3BA68 130.2379E+010.0000E+00 0.1710E+020.8443E+010.9150E+01
3CA68 140.2379E+010.0000E+00 0.1710E+020.8443E+010.7930E+01
3DA68 150.2379E+010.0000E+00 0.1710E+020.8443E+010.6710E+01
3EA68 160.2379E+010.0000E+00 0.1710E+020.8443E+010.5490E+01
3FA68 170.2379E+010.0000E+00 0.1710E+020.8443E+010.4270E+01
3GA68 180.2379E+010.0000E+00 0.1710E+020.8443E+010.3050E+01
3HA68 190.2379E+010.0000E+00 0.1710E+020.8443E+010.1830E+01
3IA68 200.2379E+010.1950E+01 0.1710E+020.8443E+010.6100E+00
02A69 10.2769E+010.2270E+01 0.1860E+020.8443E+010.2379E+02
2AA69 20.2769E+010.0000E+00 0.1860E+020.8443E+010.2257E+02
2BA69 30.2769E+010.0000E+00 0.1860E+020.8443E+010.2135E+02
2CA69 40.2769E+010.0000E+00 0.1860E+020.8443E+010.2013E+02
2DA69 50.2769E+010.0000E+00 0.1860E+020.8443E+010.1891E+02
2EA69 60.2769E+010.0000E+00 0.1860E+020.8443E+010.1769E+02
2FA69 70.2769E+010.0000E+00 0.1860E+020.8443E+010.1647E+02
2GA69 80.2769E+010.0000E+00 0.1860E+020.8443E+010.1525E+02
2HA69 90.2769E+010.0000E+00 0.1860E+020.8443E+010.1403E+02
2IA69 100.2769E+010.0000E+00 0.1860E+020.8443E+010.1281E+02
03A69 110.2769E+010.0000E+00 0.1860E+020.8443E+010.1159E+02
3AA69 120.2769E+010.0000E+00 0.1860E+020.8443E+010.1037E+02
3BA69 130.2769E+010.0000E+00 0.1860E+020.8443E+010.9150E+01
3CA69 140.2769E+010.0000E+00 0.1860E+020.8443E+010.7930E+01
3DA69 150.2769E+010.0000E+00 0.1860E+020.8443E+010.6710E+01
3EA69 160.2769E+010.0000E+00 0.1860E+020.8443E+010.5490E+01
3FA69 170.2769E+010.0000E+00 0.1860E+020.8443E+010.4270E+01
3GA69 180.2769E+010.0000E+00 0.1860E+020.8443E+010.3050E+01
3HA69 190.2769E+010.0000E+00 0.1860E+020.8443E+010.1830E+01
3IA69 200.2769E+010.2270E+01 0.1860E+020.8443E+010.6100E+00
02A70 10.2001E+010.1640E+01 0.1035E+020.9743E+010.2379E+02
2AA70 20.2001E+010.0000E+00 0.1035E+020.9743E+010.2257E+02
2BA70 30.2001E+010.0000E+00 0.1035E+020.9743E+010.2135E+02
2CA70 40.2001E+010.0000E+00 0.1035E+020.9743E+010.2013E+02
2DA70 50.2001E+010.0000E+00 0.1035E+020.9743E+010.1891E+02
2EA70 60.2001E+010.0000E+00 0.1035E+020.9743E+010.1769E+02
2FA70 70.2001E+010.0000E+00 0.1035E+020.9743E+010.1647E+02
2GA70 80.2001E+010.0000E+00 0.1035E+020.9743E+010.1525E+02
2HA70 90.2001E+010.0000E+00 0.1035E+020.9743E+010.1403E+02
2IA70 100.2001E+010.0000E+00 0.1035E+020.9743E+010.1281E+02
03A70 110.2001E+010.0000E+00 0.1035E+020.9743E+010.1159E+02
3AA70 120.2001E+010.0000E+00 0.1035E+020.9743E+010.1037E+02
3BA70 130.2001E+010.0000E+00 0.1035E+020.9743E+010.9150E+01
3CA70 140.2001E+010.0000E+00 0.1035E+020.9743E+010.7930E+01
3DA70 150.2001E+010.0000E+00 0.1035E+020.9743E+010.6710E+01
3EA70 160.2001E+010.0000E+00 0.1035E+020.9743E+010.5490E+01
3FA70 170.2001E+010.0000E+00 0.1035E+020.9743E+010.4270E+01
3GA70 180.2001E+010.0000E+00 0.1035E+020.9743E+010.3050E+01
3HA70 190.2001E+010.0000E+00 0.1035E+020.9743E+010.1830E+01
3IA70 200.2001E+010.1640E+01 0.1035E+020.9743E+010.6100E+00
02A71 10.2379E+010.1950E+01 0.1185E+020.9743E+010.2379E+02
2AA71 20.2379E+010.0000E+00 0.1185E+020.9743E+010.2257E+02
2BA71 30.2379E+010.0000E+00 0.1185E+020.9743E+010.2135E+02
2CA71 40.2379E+010.0000E+00 0.1185E+020.9743E+010.2013E+02
2DA71 50.2379E+010.0000E+00 0.1185E+020.9743E+010.1891E+02
2EA71 60.2379E+010.0000E+00 0.1185E+020.9743E+010.1769E+02
2FA71 70.2379E+010.0000E+00 0.1185E+020.9743E+010.1647E+02
2GA71 80.2379E+010.0000E+00 0.1185E+020.9743E+010.1525E+02
2HA71 90.2379E+010.0000E+00 0.1185E+020.9743E+010.1403E+02
2IA71 100.2379E+010.0000E+00 0.1185E+020.9743E+010.1281E+02
03A71 110.2379E+010.0000E+00 0.1185E+020.9743E+010.1159E+02
3AA71 120.2379E+010.0000E+00 0.1185E+020.9743E+010.1037E+02
3BA71 130.2379E+010.0000E+00 0.1185E+020.9743E+010.9150E+01
3CA71 140.2379E+010.0000E+00 0.1185E+020.9743E+010.7930E+01
3DA71 150.2379E+010.0000E+00 0.1185E+020.9743E+010.6710E+01
3EA71 160.2379E+010.0000E+00 0.1185E+020.9743E+010.5490E+01
3FA71 170.2379E+010.0000E+00 0.1185E+020.9743E+010.4270E+01
3GA71 180.2379E+010.0000E+00 0.1185E+020.9743E+010.3050E+01
3HA71 190.2379E+010.0000E+00 0.1185E+020.9743E+010.1830E+01
3IA71 200.2379E+010.1950E+01 0.1185E+020.9743E+010.6100E+00
02A72 10.2379E+010.1950E+01 0.1335E+020.9743E+010.2379E+02
2AA72 20.2379E+010.0000E+00 0.1335E+020.9743E+010.2257E+02
2BA72 30.2379E+010.0000E+00 0.1335E+020.9743E+010.2135E+02
2CA72 40.2379E+010.0000E+00 0.1335E+020.9743E+010.2013E+02
2DA72 50.2379E+010.0000E+00 0.1335E+020.9743E+010.1891E+02
2EA72 60.2379E+010.0000E+00 0.1335E+020.9743E+010.1769E+02
2FA72 70.2379E+010.0000E+00 0.1335E+020.9743E+010.1647E+02
2GA72 80.2379E+010.0000E+00 0.1335E+020.9743E+010.1525E+02
2HA72 90.2379E+010.0000E+00 0.1335E+020.9743E+010.1403E+02
2IA72 100.2379E+010.0000E+00 0.1335E+020.9743E+010.1281E+02
03A72 110.2379E+010.0000E+00 0.1335E+020.9743E+010.1159E+02
3AA72 120.2379E+010.0000E+00 0.1335E+020.9743E+010.1037E+02
3BA72 130.2379E+010.0000E+00 0.1335E+020.9743E+010.9150E+01
3CA72 140.2379E+010.0000E+00 0.1335E+020.9743E+010.7930E+01
3DA72 150.2379E+010.0000E+00 0.1335E+020.9743E+010.6710E+01
3EA72 160.2379E+010.0000E+00 0.1335E+020.9743E+010.5490E+01
3FA72 170.2379E+010.0000E+00 0.1335E+020.9743E+010.4270E+01
3GA72 180.2379E+010.0000E+00 0.1335E+020.9743E+010.3050E+01
3HA72 190.2379E+010.0000E+00 0.1335E+020.9743E+010.1830E+01
3IA72 200.2379E+010.1950E+01 0.1335E+020.9743E+010.6100E+00
02A73 10.2379E+010.1950E+01 0.1485E+020.9743E+010.2379E+02
2AA73 20.2379E+010.0000E+00 0.1485E+020.9743E+010.2257E+02
2BA73 30.2379E+010.0000E+00 0.1485E+020.9743E+010.2135E+02
2CA73 40.2379E+010.0000E+00 0.1485E+020.9743E+010.2013E+02
2DA73 50.2379E+010.0000E+00 0.1485E+020.9743E+010.1891E+02
2EA73 60.2379E+010.0000E+00 0.1485E+020.9743E+010.1769E+02
2FA73 70.2379E+010.0000E+00 0.1485E+020.9743E+010.1647E+02
2GA73 80.2379E+010.0000E+00 0.1485E+020.9743E+010.1525E+02
2HA73 90.2379E+010.0000E+00 0.1485E+020.9743E+010.1403E+02
2IA73 100.2379E+010.0000E+00 0.1485E+020.9743E+010.1281E+02
03A73 110.2379E+010.0000E+00 0.1485E+020.9743E+010.1159E+02
3AA73 120.2379E+010.0000E+00 0.1485E+020.9743E+010.1037E+02
3BA73 130.2379E+010.0000E+00 0.1485E+020.9743E+010.9150E+01
3CA73 140.2379E+010.0000E+00 0.1485E+020.9743E+010.7930E+01
3DA73 150.2379E+010.0000E+00 0.1485E+020.9743E+010.6710E+01
3EA73 160.2379E+010.0000E+00 0.1485E+020.9743E+010.5490E+01
3FA73 170.2379E+010.0000E+00 0.1485E+020.9743E+010.4270E+01
3GA73 180.2379E+010.0000E+00 0.1485E+020.9743E+010.3050E+01
3HA73 190.2379E+010.0000E+00 0.1485E+020.9743E+010.1830E+01
3IA73 200.2379E+010.1950E+01 0.1485E+020.9743E+010.6100E+00
02A74 10.2379E+010.1950E+01 0.1635E+020.9743E+010.2379E+02
2AA74 20.2379E+010.0000E+00 0.1635E+020.9743E+010.2257E+02
2BA74 30.2379E+010.0000E+00 0.1635E+020.9743E+010.2135E+02
2CA74 40.2379E+010.0000E+00 0.1635E+020.9743E+010.2013E+02
2DA74 50.2379E+010.0000E+00 0.1635E+020.9743E+010.1891E+02
2EA74 60.2379E+010.0000E+00 0.1635E+020.9743E+010.1769E+02
2FA74 70.2379E+010.0000E+00 0.1635E+020.9743E+010.1647E+02
2GA74 80.2379E+010.0000E+00 0.1635E+020.9743E+010.1525E+02
2HA74 90.2379E+010.0000E+00 0.1635E+020.9743E+010.1403E+02
2IA74 100.2379E+010.0000E+00 0.1635E+020.9743E+010.1281E+02
03A74 110.2379E+010.0000E+00 0.1635E+020.9743E+010.1159E+02
3AA74 120.2379E+010.0000E+00 0.1635E+020.9743E+010.1037E+02
3BA74 130.2379E+010.0000E+00 0.1635E+020.9743E+010.9150E+01
3CA74 140.2379E+010.0000E+00 0.1635E+020.9743E+010.7930E+01
3DA74 150.2379E+010.0000E+00 0.1635E+020.9743E+010.6710E+01
3EA74 160.2379E+010.0000E+00 0.1635E+020.9743E+010.5490E+01
3FA74 170.2379E+010.0000E+00 0.1635E+020.9743E+010.4270E+01
3GA74 180.2379E+010.0000E+00 0.1635E+020.9743E+010.3050E+01
3HA74 190.2379E+010.0000E+00 0.1635E+020.9743E+010.1830E+01
3IA74 200.2379E+010.1950E+01 0.1635E+020.9743E+010.6100E+00
02A75 10.2379E+010.1950E+01 0.1785E+020.9743E+010.2379E+02
2AA75 20.2379E+010.0000E+00 0.1785E+020.9743E+010.2257E+02
2BA75 30.2379E+010.0000E+00 0.1785E+020.9743E+010.2135E+02
2CA75 40.2379E+010.0000E+00 0.1785E+020.9743E+010.2013E+02
2DA75 50.2379E+010.0000E+00 0.1785E+020.9743E+010.1891E+02
2EA75 60.2379E+010.0000E+00 0.1785E+020.9743E+010.1769E+02
2FA75 70.2379E+010.0000E+00 0.1785E+020.9743E+010.1647E+02
2GA75 80.2379E+010.0000E+00 0.1785E+020.9743E+010.1525E+02
2HA75 90.2379E+010.0000E+00 0.1785E+020.9743E+010.1403E+02
2IA75 100.2379E+010.0000E+00 0.1785E+020.9743E+010.1281E+02
03A75 110.2379E+010.0000E+00 0.1785E+020.9743E+010.1159E+02
3AA75 120.2379E+010.0000E+00 0.1785E+020.9743E+010.1037E+02
3BA75 130.2379E+010.0000E+00 0.1785E+020.9743E+010.9150E+01
3CA75 140.2379E+010.0000E+00 0.1785E+020.9743E+010.7930E+01
3DA75 150.2379E+010.0000E+00 0.1785E+020.9743E+010.6710E+01
3EA75 160.2379E+010.0000E+00 0.1785E+020.9743E+010.5490E+01
3FA75 170.2379E+010.0000E+00 0.1785E+020.9743E+010.4270E+01
3GA75 180.2379E+010.0000E+00 0.1785E+020.9743E+010.3050E+01
3HA75 190.2379E+010.0000E+00 0.1785E+020.9743E+010.1830E+01
3IA75 200.2379E+010.1950E+01 0.1785E+020.9743E+010.6100E+00
02A76 10.2855E+010.2340E+01 0.1935E+020.9743E+010.2379E+02
2AA76 20.2855E+010.0000E+00 0.1935E+020.9743E+010.2257E+02
2BA76 30.2855E+010.0000E+00 0.1935E+020.9743E+010.2135E+02
2CA76 40.2855E+010.0000E+00 0.1935E+020.9743E+010.2013E+02
2DA76 50.2855E+010.0000E+00 0.1935E+020.9743E+010.1891E+02
2EA76 60.2855E+010.0000E+00 0.1935E+020.9743E+010.1769E+02
2FA76 70.2855E+010.0000E+00 0.1935E+020.9743E+010.1647E+02
2GA76 80.2855E+010.0000E+00 0.1935E+020.9743E+010.1525E+02
2HA76 90.2855E+010.0000E+00 0.1935E+020.9743E+010.1403E+02
2IA76 100.2855E+010.0000E+00 0.1935E+020.9743E+010.1281E+02
03A76 110.2855E+010.0000E+00 0.1935E+020.9743E+010.1159E+02
3AA76 120.2855E+010.0000E+00 0.1935E+020.9743E+010.1037E+02
3BA76 130.2855E+010.0000E+00 0.1935E+020.9743E+010.9150E+01
3CA76 140.2855E+010.0000E+00 0.1935E+020.9743E+010.7930E+01
3DA76 150.2855E+010.0000E+00 0.1935E+020.9743E+010.6710E+01
3EA76 160.2855E+010.0000E+00 0.1935E+020.9743E+010.5490E+01
3FA76 170.2855E+010.0000E+00 0.1935E+020.9743E+010.4270E+01
3GA76 180.2855E+010.0000E+00 0.1935E+020.9743E+010.3050E+01
3HA76 190.2855E+010.0000E+00 0.1935E+020.9743E+010.1830E+01
3IA76 200.2855E+010.2340E+01 0.1935E+020.9743E+010.6100E+00
02A77 10.1318E+010.1080E+01 0.1110E+020.1104E+020.2379E+02
2AA77 20.1318E+010.0000E+00 0.1110E+020.1104E+020.2257E+02
2BA77 30.1318E+010.0000E+00 0.1110E+020.1104E+020.2135E+02
2CA77 40.1318E+010.0000E+00 0.1110E+020.1104E+020.2013E+02
2DA77 50.1318E+010.0000E+00 0.1110E+020.1104E+020.1891E+02
2EA77 60.1318E+010.0000E+00 0.1110E+020.1104E+020.1769E+02
2FA77 70.1318E+010.0000E+00 0.1110E+020.1104E+020.1647E+02
2GA77 80.1318E+010.0000E+00 0.1110E+020.1104E+020.1525E+02
2HA77 90.1318E+010.0000E+00 0.1110E+020.1104E+020.1403E+02
2IA77 100.1318E+010.0000E+00 0.1110E+020.1104E+020.1281E+02
03A77 110.1318E+010.0000E+00 0.1110E+020.1104E+020.1159E+02
3AA77 120.1318E+010.0000E+00 0.1110E+020.1104E+020.1037E+02
3BA77 130.1318E+010.0000E+00 0.1110E+020.1104E+020.9150E+01
3CA77 140.1318E+010.0000E+00 0.1110E+020.1104E+020.7930E+01
3DA77 150.1318E+010.0000E+00 0.1110E+020.1104E+020.6710E+01
3EA77 160.1318E+010.0000E+00 0.1110E+020.1104E+020.5490E+01
3FA77 170.1318E+010.0000E+00 0.1110E+020.1104E+020.4270E+01
3GA77 180.1318E+010.0000E+00 0.1110E+020.1104E+020.3050E+01
3HA77 190.1318E+010.0000E+00 0.1110E+020.1104E+020.1830E+01
3IA77 200.1318E+010.1080E+01 0.1110E+020.1104E+020.6100E+00
02A78 10.2684E+010.2200E+01 0.1260E+020.1104E+020.2379E+02
2AA78 20.2684E+010.0000E+00 0.1260E+020.1104E+020.2257E+02
2BA78 30.2684E+010.0000E+00 0.1260E+020.1104E+020.2135E+02
2CA78 40.2684E+010.0000E+00 0.1260E+020.1104E+020.2013E+02
2DA78 50.2684E+010.0000E+00 0.1260E+020.1104E+020.1891E+02
2EA78 60.2684E+010.0000E+00 0.1260E+020.1104E+020.1769E+02
2FA78 70.2684E+010.0000E+00 0.1260E+020.1104E+020.1647E+02
2GA78 80.2684E+010.0000E+00 0.1260E+020.1104E+020.1525E+02
2HA78 90.2684E+010.0000E+00 0.1260E+020.1104E+020.1403E+02
2IA78 100.2684E+010.0000E+00 0.1260E+020.1104E+020.1281E+02
03A78 110.2684E+010.0000E+00 0.1260E+020.1104E+020.1159E+02
3AA78 120.2684E+010.0000E+00 0.1260E+020.1104E+020.1037E+02
3BA78 130.2684E+010.0000E+00 0.1260E+020.1104E+020.9150E+01
3CA78 140.2684E+010.0000E+00 0.1260E+020.1104E+020.7930E+01
3DA78 150.2684E+010.0000E+00 0.1260E+020.1104E+020.6710E+01
3EA78 160.2684E+010.0000E+00 0.1260E+020.1104E+020.5490E+01
3FA78 170.2684E+010.0000E+00 0.1260E+020.1104E+020.4270E+01
3GA78 180.2684E+010.0000E+00 0.1260E+020.1104E+020.3050E+01
3HA78 190.2684E+010.0000E+00 0.1260E+020.1104E+020.1830E+01
3IA78 200.2684E+010.2200E+01 0.1260E+020.1104E+020.6100E+00
02A79 10.2379E+010.1950E+01 0.1410E+020.1104E+020.2379E+02
2AA79 20.2379E+010.0000E+00 0.1410E+020.1104E+020.2257E+02
2BA79 30.2379E+010.0000E+00 0.1410E+020.1104E+020.2135E+02
2CA79 40.2379E+010.0000E+00 0.1410E+020.1104E+020.2013E+02
2DA79 50.2379E+010.0000E+00 0.1410E+020.1104E+020.1891E+02
2EA79 60.2379E+010.0000E+00 0.1410E+020.1104E+020.1769E+02
2FA79 70.2379E+010.0000E+00 0.1410E+020.1104E+020.1647E+02
2GA79 80.2379E+010.0000E+00 0.1410E+020.1104E+020.1525E+02
2HA79 90.2379E+010.0000E+00 0.1410E+020.1104E+020.1403E+02
2IA79 100.2379E+010.0000E+00 0.1410E+020.1104E+020.1281E+02
03A79 110.2379E+010.0000E+00 0.1410E+020.1104E+020.1159E+02
3AA79 120.2379E+010.0000E+00 0.1410E+020.1104E+020.1037E+02
3BA79 130.2379E+010.0000E+00 0.1410E+020.1104E+020.9150E+01
3CA79 140.2379E+010.0000E+00 0.1410E+020.1104E+020.7930E+01
3DA79 150.2379E+010.0000E+00 0.1410E+020.1104E+020.6710E+01
3EA79 160.2379E+010.0000E+00 0.1410E+020.1104E+020.5490E+01
3FA79 170.2379E+010.0000E+00 0.1410E+020.1104E+020.4270E+01
3GA79 180.2379E+010.0000E+00 0.1410E+020.1104E+020.3050E+01
3HA79 190.2379E+010.0000E+00 0.1410E+020.1104E+020.1830E+01
3IA79 200.2379E+010.1950E+01 0.1410E+020.1104E+020.6100E+00
02A80 10.2379E+010.1950E+01 0.1560E+020.1104E+020.2379E+02
2AA80 20.2379E+010.0000E+00 0.1560E+020.1104E+020.2257E+02
2BA80 30.2379E+010.0000E+00 0.1560E+020.1104E+020.2135E+02
2CA80 40.2379E+010.0000E+00 0.1560E+020.1104E+020.2013E+02
2DA80 50.2379E+010.0000E+00 0.1560E+020.1104E+020.1891E+02
2EA80 60.2379E+010.0000E+00 0.1560E+020.1104E+020.1769E+02
2FA80 70.2379E+010.0000E+00 0.1560E+020.1104E+020.1647E+02
2GA80 80.2379E+010.0000E+00 0.1560E+020.1104E+020.1525E+02
2HA80 90.2379E+010.0000E+00 0.1560E+020.1104E+020.1403E+02
2IA80 100.2379E+010.0000E+00 0.1560E+020.1104E+020.1281E+02
03A80 110.2379E+010.0000E+00 0.1560E+020.1104E+020.1159E+02
3AA80 120.2379E+010.0000E+00 0.1560E+020.1104E+020.1037E+02
3BA80 130.2379E+010.0000E+00 0.1560E+020.1104E+020.9150E+01
3CA80 140.2379E+010.0000E+00 0.1560E+020.1104E+020.7930E+01
3DA80 150.2379E+010.0000E+00 0.1560E+020.1104E+020.6710E+01
3EA80 160.2379E+010.0000E+00 0.1560E+020.1104E+020.5490E+01
3FA80 170.2379E+010.0000E+00 0.1560E+020.1104E+020.4270E+01
3GA80 180.2379E+010.0000E+00 0.1560E+020.1104E+020.3050E+01
3HA80 190.2379E+010.0000E+00 0.1560E+020.1104E+020.1830E+01
3IA80 200.2379E+010.1950E+01 0.1560E+020.1104E+020.6100E+00
02A81 10.2379E+010.1950E+01 0.1710E+020.1104E+020.2379E+02
2AA81 20.2379E+010.0000E+00 0.1710E+020.1104E+020.2257E+02
2BA81 30.2379E+010.0000E+00 0.1710E+020.1104E+020.2135E+02
2CA81 40.2379E+010.0000E+00 0.1710E+020.1104E+020.2013E+02
2DA81 50.2379E+010.0000E+00 0.1710E+020.1104E+020.1891E+02
2EA81 60.2379E+010.0000E+00 0.1710E+020.1104E+020.1769E+02
2FA81 70.2379E+010.0000E+00 0.1710E+020.1104E+020.1647E+02
2GA81 80.2379E+010.0000E+00 0.1710E+020.1104E+020.1525E+02
2HA81 90.2379E+010.0000E+00 0.1710E+020.1104E+020.1403E+02
2IA81 100.2379E+010.0000E+00 0.1710E+020.1104E+020.1281E+02
03A81 110.2379E+010.0000E+00 0.1710E+020.1104E+020.1159E+02
3AA81 120.2379E+010.0000E+00 0.1710E+020.1104E+020.1037E+02
3BA81 130.2379E+010.0000E+00 0.1710E+020.1104E+020.9150E+01
3CA81 140.2379E+010.0000E+00 0.1710E+020.1104E+020.7930E+01
3DA81 150.2379E+010.0000E+00 0.1710E+020.1104E+020.6710E+01
3EA81 160.2379E+010.0000E+00 0.1710E+020.1104E+020.5490E+01
3FA81 170.2379E+010.0000E+00 0.1710E+020.1104E+020.4270E+01
3GA81 180.2379E+010.0000E+00 0.1710E+020.1104E+020.3050E+01
3HA81 190.2379E+010.0000E+00 0.1710E+020.1104E+020.1830E+01
3IA81 200.2379E+010.1950E+01 0.1710E+020.1104E+020.6100E+00
02A82 10.2769E+010.2270E+01 0.1860E+020.1104E+020.2379E+02
2AA82 20.2769E+010.0000E+00 0.1860E+020.1104E+020.2257E+02
2BA82 30.2769E+010.0000E+00 0.1860E+020.1104E+020.2135E+02
2CA82 40.2769E+010.0000E+00 0.1860E+020.1104E+020.2013E+02
2DA82 50.2769E+010.0000E+00 0.1860E+020.1104E+020.1891E+02
2EA82 60.2769E+010.0000E+00 0.1860E+020.1104E+020.1769E+02
2FA82 70.2769E+010.0000E+00 0.1860E+020.1104E+020.1647E+02
2GA82 80.2769E+010.0000E+00 0.1860E+020.1104E+020.1525E+02
2HA82 90.2769E+010.0000E+00 0.1860E+020.1104E+020.1403E+02
2IA82 100.2769E+010.0000E+00 0.1860E+020.1104E+020.1281E+02
03A82 110.2769E+010.0000E+00 0.1860E+020.1104E+020.1159E+02
3AA82 120.2769E+010.0000E+00 0.1860E+020.1104E+020.1037E+02
3BA82 130.2769E+010.0000E+00 0.1860E+020.1104E+020.9150E+01
3CA82 140.2769E+010.0000E+00 0.1860E+020.1104E+020.7930E+01
3DA82 150.2769E+010.0000E+00 0.1860E+020.1104E+020.6710E+01
3EA82 160.2769E+010.0000E+00 0.1860E+020.1104E+020.5490E+01
3FA82 170.2769E+010.0000E+00 0.1860E+020.1104E+020.4270E+01
3GA82 180.2769E+010.0000E+00 0.1860E+020.1104E+020.3050E+01
3HA82 190.2769E+010.0000E+00 0.1860E+020.1104E+020.1830E+01
3IA82 200.2769E+010.2270E+01 0.1860E+020.1104E+020.6100E+00
02A83 10.2538E+010.2080E+01 0.1335E+020.1234E+020.2379E+02
2AA83 20.2538E+010.0000E+00 0.1335E+020.1234E+020.2257E+02
2BA83 30.2538E+010.0000E+00 0.1335E+020.1234E+020.2135E+02
2CA83 40.2538E+010.0000E+00 0.1335E+020.1234E+020.2013E+02
2DA83 50.2538E+010.0000E+00 0.1335E+020.1234E+020.1891E+02
2EA83 60.2538E+010.0000E+00 0.1335E+020.1234E+020.1769E+02
2FA83 70.2538E+010.0000E+00 0.1335E+020.1234E+020.1647E+02
2GA83 80.2538E+010.0000E+00 0.1335E+020.1234E+020.1525E+02
2HA83 90.2538E+010.0000E+00 0.1335E+020.1234E+020.1403E+02
2IA83 100.2538E+010.0000E+00 0.1335E+020.1234E+020.1281E+02
03A83 110.2538E+010.0000E+00 0.1335E+020.1234E+020.1159E+02
3AA83 120.2538E+010.0000E+00 0.1335E+020.1234E+020.1037E+02
3BA83 130.2538E+010.0000E+00 0.1335E+020.1234E+020.9150E+01
3CA83 140.2538E+010.0000E+00 0.1335E+020.1234E+020.7930E+01
3DA83 150.2538E+010.0000E+00 0.1335E+020.1234E+020.6710E+01
3EA83 160.2538E+010.0000E+00 0.1335E+020.1234E+020.5490E+01
3FA83 170.2538E+010.0000E+00 0.1335E+020.1234E+020.4270E+01
3GA83 180.2538E+010.0000E+00 0.1335E+020.1234E+020.3050E+01
3HA83 190.2538E+010.0000E+00 0.1335E+020.1234E+020.1830E+01
3IA83 200.2538E+010.2080E+01 0.1335E+020.1234E+020.6100E+00
02A84 10.2379E+010.1950E+01 0.1485E+020.1234E+020.2379E+02
2AA84 20.2379E+010.0000E+00 0.1485E+020.1234E+020.2257E+02
2BA84 30.2379E+010.0000E+00 0.1485E+020.1234E+020.2135E+02
2CA84 40.2379E+010.0000E+00 0.1485E+020.1234E+020.2013E+02
2DA84 50.2379E+010.0000E+00 0.1485E+020.1234E+020.1891E+02
2EA84 60.2379E+010.0000E+00 0.1485E+020.1234E+020.1769E+02
2FA84 70.2379E+010.0000E+00 0.1485E+020.1234E+020.1647E+02
2GA84 80.2379E+010.0000E+00 0.1485E+020.1234E+020.1525E+02
2HA84 90.2379E+010.0000E+00 0.1485E+020.1234E+020.1403E+02
2IA84 100.2379E+010.0000E+00 0.1485E+020.1234E+020.1281E+02
03A84 110.2379E+010.0000E+00 0.1485E+020.1234E+020.1159E+02
3AA84 120.2379E+010.0000E+00 0.1485E+020.1234E+020.1037E+02
3BA84 130.2379E+010.0000E+00 0.1485E+020.1234E+020.9150E+01
3CA84 140.2379E+010.0000E+00 0.1485E+020.1234E+020.7930E+01
3DA84 150.2379E+010.0000E+00 0.1485E+020.1234E+020.6710E+01
3EA84 160.2379E+010.0000E+00 0.1485E+020.1234E+020.5490E+01
3FA84 170.2379E+010.0000E+00 0.1485E+020.1234E+020.4270E+01
3GA84 180.2379E+010.0000E+00 0.1485E+020.1234E+020.3050E+01
3HA84 190.2379E+010.0000E+00 0.1485E+020.1234E+020.1830E+01
3IA84 200.2379E+010.1950E+01 0.1485E+020.1234E+020.6100E+00
02A85 10.2379E+010.1950E+01 0.1635E+020.1234E+020.2379E+02
2AA85 20.2379E+010.0000E+00 0.1635E+020.1234E+020.2257E+02
2BA85 30.2379E+010.0000E+00 0.1635E+020.1234E+020.2135E+02
2CA85 40.2379E+010.0000E+00 0.1635E+020.1234E+020.2013E+02
2DA85 50.2379E+010.0000E+00 0.1635E+020.1234E+020.1891E+02
2EA85 60.2379E+010.0000E+00 0.1635E+020.1234E+020.1769E+02
2FA85 70.2379E+010.0000E+00 0.1635E+020.1234E+020.1647E+02
2GA85 80.2379E+010.0000E+00 0.1635E+020.1234E+020.1525E+02
2HA85 90.2379E+010.0000E+00 0.1635E+020.1234E+020.1403E+02
2IA85 100.2379E+010.0000E+00 0.1635E+020.1234E+020.1281E+02
03A85 110.2379E+010.0000E+00 0.1635E+020.1234E+020.1159E+02
3AA85 120.2379E+010.0000E+00 0.1635E+020.1234E+020.1037E+02
3BA85 130.2379E+010.0000E+00 0.1635E+020.1234E+020.9150E+01
3CA85 140.2379E+010.0000E+00 0.1635E+020.1234E+020.7930E+01
3DA85 150.2379E+010.0000E+00 0.1635E+020.1234E+020.6710E+01
3EA85 160.2379E+010.0000E+00 0.1635E+020.1234E+020.5490E+01
3FA85 170.2379E+010.0000E+00 0.1635E+020.1234E+020.4270E+01
3GA85 180.2379E+010.0000E+00 0.1635E+020.1234E+020.3050E+01
3HA85 190.2379E+010.0000E+00 0.1635E+020.1234E+020.1830E+01
3IA85 200.2379E+010.1950E+01 0.1635E+020.1234E+020.6100E+00
02A86 10.2379E+010.1950E+01 0.1785E+020.1234E+020.2379E+02
2AA86 20.2379E+010.0000E+00 0.1785E+020.1234E+020.2257E+02
2BA86 30.2379E+010.0000E+00 0.1785E+020.1234E+020.2135E+02
2CA86 40.2379E+010.0000E+00 0.1785E+020.1234E+020.2013E+02
2DA86 50.2379E+010.0000E+00 0.1785E+020.1234E+020.1891E+02
2EA86 60.2379E+010.0000E+00 0.1785E+020.1234E+020.1769E+02
2FA86 70.2379E+010.0000E+00 0.1785E+020.1234E+020.1647E+02
2GA86 80.2379E+010.0000E+00 0.1785E+020.1234E+020.1525E+02
2HA86 90.2379E+010.0000E+00 0.1785E+020.1234E+020.1403E+02
2IA86 100.2379E+010.0000E+00 0.1785E+020.1234E+020.1281E+02
03A86 110.2379E+010.0000E+00 0.1785E+020.1234E+020.1159E+02
3AA86 120.2379E+010.0000E+00 0.1785E+020.1234E+020.1037E+02
3BA86 130.2379E+010.0000E+00 0.1785E+020.1234E+020.9150E+01
3CA86 140.2379E+010.0000E+00 0.1785E+020.1234E+020.7930E+01
3DA86 150.2379E+010.0000E+00 0.1785E+020.1234E+020.6710E+01
3EA86 160.2379E+010.0000E+00 0.1785E+020.1234E+020.5490E+01
3FA86 170.2379E+010.0000E+00 0.1785E+020.1234E+020.4270E+01
3GA86 180.2379E+010.0000E+00 0.1785E+020.1234E+020.3050E+01
3HA86 190.2379E+010.0000E+00 0.1785E+020.1234E+020.1830E+01
3IA86 200.2379E+010.1950E+01 0.1785E+020.1234E+020.6100E+00
02A87 10.2855E+010.2340E+01 0.1935E+020.1234E+020.2379E+02
2AA87 20.2855E+010.0000E+00 0.1935E+020.1234E+020.2257E+02
2BA87 30.2855E+010.0000E+00 0.1935E+020.1234E+020.2135E+02
2CA87 40.2855E+010.0000E+00 0.1935E+020.1234E+020.2013E+02
2DA87 50.2855E+010.0000E+00 0.1935E+020.1234E+020.1891E+02
2EA87 60.2855E+010.0000E+00 0.1935E+020.1234E+020.1769E+02
2FA87 70.2855E+010.0000E+00 0.1935E+020.1234E+020.1647E+02
2GA87 80.2855E+010.0000E+00 0.1935E+020.1234E+020.1525E+02
2HA87 90.2855E+010.0000E+00 0.1935E+020.1234E+020.1403E+02
2IA87 100.2855E+010.0000E+00 0.1935E+020.1234E+020.1281E+02
03A87 110.2855E+010.0000E+00 0.1935E+020.1234E+020.1159E+02
3AA87 120.2855E+010.0000E+00 0.1935E+020.1234E+020.1037E+02
3BA87 130.2855E+010.0000E+00 0.1935E+020.1234E+020.9150E+01
3CA87 140.2855E+010.0000E+00 0.1935E+020.1234E+020.7930E+01
3DA87 150.2855E+010.0000E+00 0.1935E+020.1234E+020.6710E+01
3EA87 160.2855E+010.0000E+00 0.1935E+020.1234E+020.5490E+01
3FA87 170.2855E+010.0000E+00 0.1935E+020.1234E+020.4270E+01
3GA87 180.2855E+010.0000E+00 0.1935E+020.1234E+020.3050E+01
3HA87 190.2855E+010.0000E+00 0.1935E+020.1234E+020.1830E+01
3IA87 200.2855E+010.2340E+01 0.1935E+020.1234E+020.6100E+00
02A88 10.2037E+010.1670E+01 0.1410E+020.1364E+020.2379E+02
2AA88 20.2037E+010.0000E+00 0.1410E+020.1364E+020.2257E+02
2BA88 30.2037E+010.0000E+00 0.1410E+020.1364E+020.2135E+02
2CA88 40.2037E+010.0000E+00 0.1410E+020.1364E+020.2013E+02
2DA88 50.2037E+010.0000E+00 0.1410E+020.1364E+020.1891E+02
2EA88 60.2037E+010.0000E+00 0.1410E+020.1364E+020.1769E+02
2FA88 70.2037E+010.0000E+00 0.1410E+020.1364E+020.1647E+02
2GA88 80.2037E+010.0000E+00 0.1410E+020.1364E+020.1525E+02
2HA88 90.2037E+010.0000E+00 0.1410E+020.1364E+020.1403E+02
2IA88 100.2037E+010.0000E+00 0.1410E+020.1364E+020.1281E+02
03A88 110.2037E+010.0000E+00 0.1410E+020.1364E+020.1159E+02
3AA88 120.2037E+010.0000E+00 0.1410E+020.1364E+020.1037E+02
3BA88 130.2037E+010.0000E+00 0.1410E+020.1364E+020.9150E+01
3CA88 140.2037E+010.0000E+00 0.1410E+020.1364E+020.7930E+01
3DA88 150.2037E+010.0000E+00 0.1410E+020.1364E+020.6710E+01
3EA88 160.2037E+010.0000E+00 0.1410E+020.1364E+020.5490E+01
3FA88 170.2037E+010.0000E+00 0.1410E+020.1364E+020.4270E+01
3GA88 180.2037E+010.0000E+00 0.1410E+020.1364E+020.3050E+01
3HA88 190.2037E+010.0000E+00 0.1410E+020.1364E+020.1830E+01
3IA88 200.2037E+010.1670E+01 0.1410E+020.1364E+020.6100E+00
02A89 10.2769E+010.2270E+01 0.1560E+020.1364E+020.2379E+02
2AA89 20.2769E+010.0000E+00 0.1560E+020.1364E+020.2257E+02
2BA89 30.2769E+010.0000E+00 0.1560E+020.1364E+020.2135E+02
2CA89 40.2769E+010.0000E+00 0.1560E+020.1364E+020.2013E+02
2DA89 50.2769E+010.0000E+00 0.1560E+020.1364E+020.1891E+02
2EA89 60.2769E+010.0000E+00 0.1560E+020.1364E+020.1769E+02
2FA89 70.2769E+010.0000E+00 0.1560E+020.1364E+020.1647E+02
2GA89 80.2769E+010.0000E+00 0.1560E+020.1364E+020.1525E+02
2HA89 90.2769E+010.0000E+00 0.1560E+020.1364E+020.1403E+02
2IA89 100.2769E+010.0000E+00 0.1560E+020.1364E+020.1281E+02
03A89 110.2769E+010.0000E+00 0.1560E+020.1364E+020.1159E+02
3AA89 120.2769E+010.0000E+00 0.1560E+020.1364E+020.1037E+02
3BA89 130.2769E+010.0000E+00 0.1560E+020.1364E+020.9150E+01
3CA89 140.2769E+010.0000E+00 0.1560E+020.1364E+020.7930E+01
3DA89 150.2769E+010.0000E+00 0.1560E+020.1364E+020.6710E+01
3EA89 160.2769E+010.0000E+00 0.1560E+020.1364E+020.5490E+01
3FA89 170.2769E+010.0000E+00 0.1560E+020.1364E+020.4270E+01
3GA89 180.2769E+010.0000E+00 0.1560E+020.1364E+020.3050E+01
3HA89 190.2769E+010.0000E+00 0.1560E+020.1364E+020.1830E+01
3IA89 200.2769E+010.2270E+01 0.1560E+020.1364E+020.6100E+00
02A90 10.2379E+010.1950E+01 0.1710E+020.1364E+020.2379E+02
2AA90 20.2379E+010.0000E+00 0.1710E+020.1364E+020.2257E+02
2BA90 30.2379E+010.0000E+00 0.1710E+020.1364E+020.2135E+02
2CA90 40.2379E+010.0000E+00 0.1710E+020.1364E+020.2013E+02
2DA90 50.2379E+010.0000E+00 0.1710E+020.1364E+020.1891E+02
2EA90 60.2379E+010.0000E+00 0.1710E+020.1364E+020.1769E+02
2FA90 70.2379E+010.0000E+00 0.1710E+020.1364E+020.1647E+02
2GA90 80.2379E+010.0000E+00 0.1710E+020.1364E+020.1525E+02
2HA90 90.2379E+010.0000E+00 0.1710E+020.1364E+020.1403E+02
2IA90 100.2379E+010.0000E+00 0.1710E+020.1364E+020.1281E+02
03A90 110.2379E+010.0000E+00 0.1710E+020.1364E+020.1159E+02
3AA90 120.2379E+010.0000E+00 0.1710E+020.1364E+020.1037E+02
3BA90 130.2379E+010.0000E+00 0.1710E+020.1364E+020.9150E+01
3CA90 140.2379E+010.0000E+00 0.1710E+020.1364E+020.7930E+01
3DA90 150.2379E+010.0000E+00 0.1710E+020.1364E+020.6710E+01
3EA90 160.2379E+010.0000E+00 0.1710E+020.1364E+020.5490E+01
3FA90 170.2379E+010.0000E+00 0.1710E+020.1364E+020.4270E+01
3GA90 180.2379E+010.0000E+00 0.1710E+020.1364E+020.3050E+01
3HA90 190.2379E+010.0000E+00 0.1710E+020.1364E+020.1830E+01
3IA90 200.2379E+010.1950E+01 0.1710E+020.1364E+020.6100E+00
02A91 10.2769E+010.2270E+01 0.1860E+020.1364E+020.2379E+02
2AA91 20.2769E+010.0000E+00 0.1860E+020.1364E+020.2257E+02
2BA91 30.2769E+010.0000E+00 0.1860E+020.1364E+020.2135E+02
2CA91 40.2769E+010.0000E+00 0.1860E+020.1364E+020.2013E+02
2DA91 50.2769E+010.0000E+00 0.1860E+020.1364E+020.1891E+02
2EA91 60.2769E+010.0000E+00 0.1860E+020.1364E+020.1769E+02
2FA91 70.2769E+010.0000E+00 0.1860E+020.1364E+020.1647E+02
2GA91 80.2769E+010.0000E+00 0.1860E+020.1364E+020.1525E+02
2HA91 90.2769E+010.0000E+00 0.1860E+020.1364E+020.1403E+02
2IA91 100.2769E+010.0000E+00 0.1860E+020.1364E+020.1281E+02
03A91 110.2769E+010.0000E+00 0.1860E+020.1364E+020.1159E+02
3AA91 120.2769E+010.0000E+00 0.1860E+020.1364E+020.1037E+02
3BA91 130.2769E+010.0000E+00 0.1860E+020.1364E+020.9150E+01
3CA91 140.2769E+010.0000E+00 0.1860E+020.1364E+020.7930E+01
3DA91 150.2769E+010.0000E+00 0.1860E+020.1364E+020.6710E+01
3EA91 160.2769E+010.0000E+00 0.1860E+020.1364E+020.5490E+01
3FA91 170.2769E+010.0000E+00 0.1860E+020.1364E+020.4270E+01
3GA91 180.2769E+010.0000E+00 0.1860E+020.1364E+020.3050E+01
3HA91 190.2769E+010.0000E+00 0.1860E+020.1364E+020.1830E+01
3IA91 200.2769E+010.2270E+01 0.1860E+020.1364E+020.6100E+00
02A92 10.3074E+010.2520E+01 0.1635E+020.1494E+020.2379E+02
2AA92 20.3074E+010.0000E+00 0.1635E+020.1494E+020.2257E+02
2BA92 30.3074E+010.0000E+00 0.1635E+020.1494E+020.2135E+02
2CA92 40.3074E+010.0000E+00 0.1635E+020.1494E+020.2013E+02
2DA92 50.3074E+010.0000E+00 0.1635E+020.1494E+020.1891E+02
2EA92 60.3074E+010.0000E+00 0.1635E+020.1494E+020.1769E+02
2FA92 70.3074E+010.0000E+00 0.1635E+020.1494E+020.1647E+02
2GA92 80.3074E+010.0000E+00 0.1635E+020.1494E+020.1525E+02
2HA92 90.3074E+010.0000E+00 0.1635E+020.1494E+020.1403E+02
2IA92 100.3074E+010.0000E+00 0.1635E+020.1494E+020.1281E+02
03A92 110.3074E+010.0000E+00 0.1635E+020.1494E+020.1159E+02
3AA92 120.3074E+010.0000E+00 0.1635E+020.1494E+020.1037E+02
3BA92 130.3074E+010.0000E+00 0.1635E+020.1494E+020.9150E+01
3CA92 140.3074E+010.0000E+00 0.1635E+020.1494E+020.7930E+01
3DA92 150.3074E+010.0000E+00 0.1635E+020.1494E+020.6710E+01
3EA92 160.3074E+010.0000E+00 0.1635E+020.1494E+020.5490E+01
3FA92 170.3074E+010.0000E+00 0.1635E+020.1494E+020.4270E+01
3GA92 180.3074E+010.0000E+00 0.1635E+020.1494E+020.3050E+01
3HA92 190.3074E+010.0000E+00 0.1635E+020.1494E+020.1830E+01
3IA92 200.3074E+010.2520E+01 0.1635E+020.1494E+020.6100E+00
02A93 10.2379E+010.1950E+01 0.1785E+020.1494E+020.2379E+02
2AA93 20.2379E+010.0000E+00 0.1785E+020.1494E+020.2257E+02
2BA93 30.2379E+010.0000E+00 0.1785E+020.1494E+020.2135E+02
2CA93 40.2379E+010.0000E+00 0.1785E+020.1494E+020.2013E+02
2DA93 50.2379E+010.0000E+00 0.1785E+020.1494E+020.1891E+02
2EA93 60.2379E+010.0000E+00 0.1785E+020.1494E+020.1769E+02
2FA93 70.2379E+010.0000E+00 0.1785E+020.1494E+020.1647E+02
2GA93 80.2379E+010.0000E+00 0.1785E+020.1494E+020.1525E+02
2HA93 90.2379E+010.0000E+00 0.1785E+020.1494E+020.1403E+02
2IA93 100.2379E+010.0000E+00 0.1785E+020.1494E+020.1281E+02
03A93 110.2379E+010.0000E+00 0.1785E+020.1494E+020.1159E+02
3AA93 120.2379E+010.0000E+00 0.1785E+020.1494E+020.1037E+02
3BA93 130.2379E+010.0000E+00 0.1785E+020.1494E+020.9150E+01
3CA93 140.2379E+010.0000E+00 0.1785E+020.1494E+020.7930E+01
3DA93 150.2379E+010.0000E+00 0.1785E+020.1494E+020.6710E+01
3EA93 160.2379E+010.0000E+00 0.1785E+020.1494E+020.5490E+01
3FA93 170.2379E+010.0000E+00 0.1785E+020.1494E+020.4270E+01
3GA93 180.2379E+010.0000E+00 0.1785E+020.1494E+020.3050E+01
3HA93 190.2379E+010.0000E+00 0.1785E+020.1494E+020.1830E+01
3IA93 200.2379E+010.1950E+01 0.1785E+020.1494E+020.6100E+00
02A94 10.2855E+010.2340E+01 0.1935E+020.1494E+020.2379E+02
2AA94 20.2855E+010.0000E+00 0.1935E+020.1494E+020.2257E+02
2BA94 30.2855E+010.0000E+00 0.1935E+020.1494E+020.2135E+02
2CA94 40.2855E+010.0000E+00 0.1935E+020.1494E+020.2013E+02
2DA94 50.2855E+010.0000E+00 0.1935E+020.1494E+020.1891E+02
2EA94 60.2855E+010.0000E+00 0.1935E+020.1494E+020.1769E+02
2FA94 70.2855E+010.0000E+00 0.1935E+020.1494E+020.1647E+02
2GA94 80.2855E+010.0000E+00 0.1935E+020.1494E+020.1525E+02
2HA94 90.2855E+010.0000E+00 0.1935E+020.1494E+020.1403E+02
2IA94 100.2855E+010.0000E+00 0.1935E+020.1494E+020.1281E+02
03A94 110.2855E+010.0000E+00 0.1935E+020.1494E+020.1159E+02
3AA94 120.2855E+010.0000E+00 0.1935E+020.1494E+020.1037E+02
3BA94 130.2855E+010.0000E+00 0.1935E+020.1494E+020.9150E+01
3CA94 140.2855E+010.0000E+00 0.1935E+020.1494E+020.7930E+01
3DA94 150.2855E+010.0000E+00 0.1935E+020.1494E+020.6710E+01
3EA94 160.2855E+010.0000E+00 0.1935E+020.1494E+020.5490E+01
3FA94 170.2855E+010.0000E+00 0.1935E+020.1494E+020.4270E+01
3GA94 180.2855E+010.0000E+00 0.1935E+020.1494E+020.3050E+01
3HA94 190.2855E+010.0000E+00 0.1935E+020.1494E+020.1830E+01
3IA94 200.2855E+010.2340E+01 0.1935E+020.1494E+020.6100E+00
02A95 10.2342E+010.1920E+01 0.1710E+020.1624E+020.2379E+02
2AA95 20.2342E+010.0000E+00 0.1710E+020.1624E+020.2257E+02
2BA95 30.2342E+010.0000E+00 0.1710E+020.1624E+020.2135E+02
2CA95 40.2342E+010.0000E+00 0.1710E+020.1624E+020.2013E+02
2DA95 50.2342E+010.0000E+00 0.1710E+020.1624E+020.1891E+02
2EA95 60.2342E+010.0000E+00 0.1710E+020.1624E+020.1769E+02
2FA95 70.2342E+010.0000E+00 0.1710E+020.1624E+020.1647E+02
2GA95 80.2342E+010.0000E+00 0.1710E+020.1624E+020.1525E+02
2HA95 90.2342E+010.0000E+00 0.1710E+020.1624E+020.1403E+02
2IA95 100.2342E+010.0000E+00 0.1710E+020.1624E+020.1281E+02
03A95 110.2342E+010.0000E+00 0.1710E+020.1624E+020.1159E+02
3AA95 120.2342E+010.0000E+00 0.1710E+020.1624E+020.1037E+02
3BA95 130.2342E+010.0000E+00 0.1710E+020.1624E+020.9150E+01
3CA95 140.2342E+010.0000E+00 0.1710E+020.1624E+020.7930E+01
3DA95 150.2342E+010.0000E+00 0.1710E+020.1624E+020.6710E+01
3EA95 160.2342E+010.0000E+00 0.1710E+020.1624E+020.5490E+01
3FA95 170.2342E+010.0000E+00 0.1710E+020.1624E+020.4270E+01
3GA95 180.2342E+010.0000E+00 0.1710E+020.1624E+020.3050E+01
3HA95 190.2342E+010.0000E+00 0.1710E+020.1624E+020.1830E+01
3IA95 200.2342E+010.1920E+01 0.1710E+020.1624E+020.6100E+00
02A96 10.2769E+010.2270E+01 0.1860E+020.1624E+020.2379E+02
2AA96 20.2769E+010.0000E+00 0.1860E+020.1624E+020.2257E+02
2BA96 30.2769E+010.0000E+00 0.1860E+020.1624E+020.2135E+02
2CA96 40.2769E+010.0000E+00 0.1860E+020.1624E+020.2013E+02
2DA96 50.2769E+010.0000E+00 0.1860E+020.1624E+020.1891E+02
2EA96 60.2769E+010.0000E+00 0.1860E+020.1624E+020.1769E+02
2FA96 70.2769E+010.0000E+00 0.1860E+020.1624E+020.1647E+02
2GA96 80.2769E+010.0000E+00 0.1860E+020.1624E+020.1525E+02
2HA96 90.2769E+010.0000E+00 0.1860E+020.1624E+020.1403E+02
2IA96 100.2769E+010.0000E+00 0.1860E+020.1624E+020.1281E+02
03A96 110.2769E+010.0000E+00 0.1860E+020.1624E+020.1159E+02
3AA96 120.2769E+010.0000E+00 0.1860E+020.1624E+020.1037E+02
3BA96 130.2769E+010.0000E+00 0.1860E+020.1624E+020.9150E+01
3CA96 140.2769E+010.0000E+00 0.1860E+020.1624E+020.7930E+01
3DA96 150.2769E+010.0000E+00 0.1860E+020.1624E+020.6710E+01
3EA96 160.2769E+010.0000E+00 0.1860E+020.1624E+020.5490E+01
3FA96 170.2769E+010.0000E+00 0.1860E+020.1624E+020.4270E+01
3GA96 180.2769E+010.0000E+00 0.1860E+020.1624E+020.3050E+01
3HA96 190.2769E+010.0000E+00 0.1860E+020.1624E+020.1830E+01
3IA96 200.2769E+010.2270E+01 0.1860E+020.1624E+020.6100E+00
02A97 10.1562E+010.1280E+01 0.1785E+020.1754E+020.2379E+02
2AA97 20.1562E+010.0000E+00 0.1785E+020.1754E+020.2257E+02
2BA97 30.1562E+010.0000E+00 0.1785E+020.1754E+020.2135E+02
2CA97 40.1562E+010.0000E+00 0.1785E+020.1754E+020.2013E+02
2DA97 50.1562E+010.0000E+00 0.1785E+020.1754E+020.1891E+02
2EA97 60.1562E+010.0000E+00 0.1785E+020.1754E+020.1769E+02
2FA97 70.1562E+010.0000E+00 0.1785E+020.1754E+020.1647E+02
2GA97 80.1562E+010.0000E+00 0.1785E+020.1754E+020.1525E+02
2HA97 90.1562E+010.0000E+00 0.1785E+020.1754E+020.1403E+02
2IA97 100.1562E+010.0000E+00 0.1785E+020.1754E+020.1281E+02
03A97 110.1562E+010.0000E+00 0.1785E+020.1754E+020.1159E+02
3AA97 120.1562E+010.0000E+00 0.1785E+020.1754E+020.1037E+02
3BA97 130.1562E+010.0000E+00 0.1785E+020.1754E+020.9150E+01
3CA97 140.1562E+010.0000E+00 0.1785E+020.1754E+020.7930E+01
3DA97 150.1562E+010.0000E+00 0.1785E+020.1754E+020.6710E+01
3EA97 160.1562E+010.0000E+00 0.1785E+020.1754E+020.5490E+01
3FA97 170.1562E+010.0000E+00 0.1785E+020.1754E+020.4270E+01
3GA97 180.1562E+010.0000E+00 0.1785E+020.1754E+020.3050E+01
3HA97 190.1562E+010.0000E+00 0.1785E+020.1754E+020.1830E+01
3IA97 200.1562E+010.1280E+01 0.1785E+020.1754E+020.6100E+00
02A98 10.1940E+010.1590E+01 0.1935E+020.1754E+020.2379E+02
2AA98 20.1940E+010.0000E+00 0.1935E+020.1754E+020.2257E+02
2BA98 30.1940E+010.0000E+00 0.1935E+020.1754E+020.2135E+02
2CA98 40.1940E+010.0000E+00 0.1935E+020.1754E+020.2013E+02
2DA98 50.1940E+010.0000E+00 0.1935E+020.1754E+020.1891E+02
2EA98 60.1940E+010.0000E+00 0.1935E+020.1754E+020.1769E+02
2FA98 70.1940E+010.0000E+00 0.1935E+020.1754E+020.1647E+02
2GA98 80.1940E+010.0000E+00 0.1935E+020.1754E+020.1525E+02
2HA98 90.1940E+010.0000E+00 0.1935E+020.1754E+020.1403E+02
2IA98 100.1940E+010.0000E+00 0.1935E+020.1754E+020.1281E+02
03A98 110.1940E+010.0000E+00 0.1935E+020.1754E+020.1159E+02
3AA98 120.1940E+010.0000E+00 0.1935E+020.1754E+020.1037E+02
3BA98 130.1940E+010.0000E+00 0.1935E+020.1754E+020.9150E+01
3CA98 140.1940E+010.0000E+00 0.1935E+020.1754E+020.7930E+01
3DA98 150.1940E+010.0000E+00 0.1935E+020.1754E+020.6710E+01
3EA98 160.1940E+010.0000E+00 0.1935E+020.1754E+020.5490E+01
3FA98 170.1940E+010.0000E+00 0.1935E+020.1754E+020.4270E+01
3GA98 180.1940E+010.0000E+00 0.1935E+020.1754E+020.3050E+01
3HA98 190.1940E+010.0000E+00 0.1935E+020.1754E+020.1830E+01
3IA98 200.1940E+010.1590E+01 0.1935E+020.1754E+020.6100E+00
02A99 10.1342E-010.1100E-01 0.1000E+000.5000E-010.2379E+02
2AA99 20.1342E-010.0000E+00 0.1000E+000.5000E-010.2257E+02
2BA99 30.1342E-010.0000E+00 0.1000E+000.5000E-010.2135E+02
2CA99 40.1342E-010.0000E+00 0.1000E+000.5000E-010.2013E+02
2DA99 50.1342E-010.0000E+00 0.1000E+000.5000E-010.1891E+02
2EA99 60.1342E-010.0000E+00 0.1000E+000.5000E-010.1769E+02
2FA99 INJCT0.1342E-010.0000E+00 0.1000E+000.5000E-010.1647E+02
2GA99 INJCT0.1342E-010.0000E+00 0.1000E+000.5000E-010.1525E+02
2HA99 INJCT0.1342E-010.0000E+00 0.1000E+000.5000E-010.1403E+02
2IA99 INJCT0.1342E-010.0000E+00 0.1000E+000.5000E-010.1281E+02
03A99 INJCT0.1342E-010.0000E+00 0.1000E+000.5000E-010.1159E+02
3AA99 INJCT0.1342E-010.0000E+00 0.1000E+000.5000E-010.1037E+02
3BA99 INJCT0.1342E-010.0000E+00 0.1000E+000.5000E-010.9150E+01
3CA99 INJCT0.1342E-010.0000E+00 0.1000E+000.5000E-010.7930E+01
3DA99 INJCT0.1342E-010.0000E+00 0.1000E+000.5000E-010.6710E+01
3EA99 INJCT0.1342E-010.0000E+00 0.1000E+000.5000E-010.5490E+01
3FA99 INJCT0.1342E-010.0000E+00 0.1000E+000.5000E-010.4270E+01
3GA99 INJCT0.1342E-010.0000E+00 0.1000E+000.5000E-010.3050E+01
3HA99 INJCT0.1342E-010.0000E+00 0.1000E+000.5000E-010.1830E+01
3IA99 200.1342E-010.1100E-01 0.1000E+000.5000E-010.6100E+00
02B 0 10.8821E-020.7230E-02 0.2207E+000.1765E-010.2379E+02
2AB 0 20.8821E-020.0000E+00 0.2207E+000.1765E-010.2257E+02
2BB 0 30.8821E-020.0000E+00 0.2207E+000.1765E-010.2135E+02
2CB 0 40.8821E-020.0000E+00 0.2207E+000.1765E-010.2013E+02
2DB 0 50.8821E-020.0000E+00 0.2207E+000.1765E-010.1891E+02
2EB 0 60.8821E-020.0000E+00 0.2207E+000.1765E-010.1769E+02
2FB 0 70.8821E-020.0000E+00 0.2207E+000.1765E-010.1647E+02
2GB 0 80.8821E-020.0000E+00 0.2207E+000.1765E-010.1525E+02
2HB 0 90.8821E-020.0000E+00 0.2207E+000.1765E-010.1403E+02
2IB 0 100.8821E-020.0000E+00 0.2207E+000.1765E-010.1281E+02
03B 0 110.8821E-020.0000E+00 0.2207E+000.1765E-010.1159E+02
3AB 0 120.8821E-020.0000E+00 0.2207E+000.1765E-010.1037E+02
3BB 0 130.8821E-020.0000E+00 0.2207E+000.1765E-010.9150E+01
3CB 0 140.8821E-020.0000E+00 0.2207E+000.1765E-010.7930E+01
3DB 0 150.8821E-020.0000E+00 0.2207E+000.1765E-010.6710E+01
3EB 0 160.8821E-020.0000E+00 0.2207E+000.1765E-010.5490E+01
3FB 0 170.8821E-020.0000E+00 0.2207E+000.1765E-010.4270E+01
3GB 0 180.8821E-020.0000E+00 0.2207E+000.1765E-010.3050E+01
3HB 0 190.8821E-020.0000E+00 0.2207E+000.1765E-010.1830E+01
3IB 0 200.8821E-020.7230E-02 0.2207E+000.1765E-010.6100E+00
02B 1 10.1257E-010.1030E-01 0.2245E+000.6089E-010.2379E+02
2AB 1 20.1257E-010.0000E+00 0.2245E+000.6089E-010.2257E+02
2BB 1 30.1257E-010.0000E+00 0.2245E+000.6089E-010.2135E+02
2CB 1 40.1257E-010.0000E+00 0.2245E+000.6089E-010.2013E+02
2DB 1 50.1257E-010.0000E+00 0.2245E+000.6089E-010.1891E+02
2EB 1 60.1257E-010.0000E+00 0.2245E+000.6089E-010.1769E+02
2FB 1 70.1257E-010.0000E+00 0.2245E+000.6089E-010.1647E+02
2GB 1 80.1257E-010.0000E+00 0.2245E+000.6089E-010.1525E+02
2HB 1 90.1257E-010.0000E+00 0.2245E+000.6089E-010.1403E+02
2IB 1 100.1257E-010.0000E+00 0.2245E+000.6089E-010.1281E+02
03B 1 110.1257E-010.0000E+00 0.2245E+000.6089E-010.1159E+02
3AB 1 120.1257E-010.0000E+00 0.2245E+000.6089E-010.1037E+02
3BB 1 130.1257E-010.0000E+00 0.2245E+000.6089E-010.9150E+01
3CB 1 140.1257E-010.0000E+00 0.2245E+000.6089E-010.7930E+01
3DB 1 150.1257E-010.0000E+00 0.2245E+000.6089E-010.6710E+01
3EB 1 160.1257E-010.0000E+00 0.2245E+000.6089E-010.5490E+01
3FB 1 170.1257E-010.0000E+00 0.2245E+000.6089E-010.4270E+01
3GB 1 180.1257E-010.0000E+00 0.2245E+000.6089E-010.3050E+01
3HB 1 190.1257E-010.0000E+00 0.2245E+000.6089E-010.1830E+01
3IB 1 200.1257E-010.1030E-01 0.2245E+000.6089E-010.6100E+00
02B 2 10.7564E-010.6200E-01 0.4736E+000.8268E-010.2379E+02
2AB 2 20.7564E-010.0000E+00 0.4736E+000.8268E-010.2257E+02
2BB 2 30.7564E-010.0000E+00 0.4736E+000.8268E-010.2135E+02
2CB 2 40.7564E-010.0000E+00 0.4736E+000.8268E-010.2013E+02
2DB 2 50.7564E-010.0000E+00 0.4736E+000.8268E-010.1891E+02
2EB 2 60.7564E-010.0000E+00 0.4736E+000.8268E-010.1769E+02
2FB 2 70.7564E-010.0000E+00 0.4736E+000.8268E-010.1647E+02
2GB 2 80.7564E-010.0000E+00 0.4736E+000.8268E-010.1525E+02
2HB 2 90.7564E-010.0000E+00 0.4736E+000.8268E-010.1403E+02
2IB 2 100.7564E-010.0000E+00 0.4736E+000.8268E-010.1281E+02
03B 2 110.7564E-010.0000E+00 0.4736E+000.8268E-010.1159E+02
3AB 2 120.7564E-010.0000E+00 0.4736E+000.8268E-010.1037E+02
3BB 2 130.7564E-010.0000E+00 0.4736E+000.8268E-010.9150E+01
3CB 2 140.7564E-010.0000E+00 0.4736E+000.8268E-010.7930E+01
3DB 2 150.7564E-010.0000E+00 0.4736E+000.8268E-010.6710E+01
3EB 2 160.7564E-010.0000E+00 0.4736E+000.8268E-010.5490E+01
3FB 2 170.7564E-010.0000E+00 0.4736E+000.8268E-010.4270E+01
3GB 2 180.7564E-010.0000E+00 0.4736E+000.8268E-010.3050E+01
3HB 2 190.7564E-010.0000E+00 0.4736E+000.8268E-010.1830E+01
3IB 2 200.7564E-010.6200E-01 0.4736E+000.8268E-010.6100E+00
02B 3 10.2562E+000.2100E+00 0.9717E+000.1263E+000.2379E+02
2AB 3 20.2562E+000.0000E+00 0.9717E+000.1263E+000.2257E+02
2BB 3 30.2562E+000.0000E+00 0.9717E+000.1263E+000.2135E+02
2CB 3 40.2562E+000.0000E+00 0.9717E+000.1263E+000.2013E+02
2DB 3 50.2562E+000.0000E+00 0.9717E+000.1263E+000.1891E+02
2EB 3 60.2562E+000.0000E+00 0.9717E+000.1263E+000.1769E+02
2FB 3 70.2562E+000.0000E+00 0.9717E+000.1263E+000.1647E+02
2GB 3 80.2562E+000.0000E+00 0.9717E+000.1263E+000.1525E+02
2HB 3 90.2562E+000.0000E+00 0.9717E+000.1263E+000.1403E+02
2IB 3 100.2562E+000.0000E+00 0.9717E+000.1263E+000.1281E+02
03B 3 110.2562E+000.0000E+00 0.9717E+000.1263E+000.1159E+02
3AB 3 120.2562E+000.0000E+00 0.9717E+000.1263E+000.1037E+02
3BB 3 130.2562E+000.0000E+00 0.9717E+000.1263E+000.9150E+01
3CB 3 140.2562E+000.0000E+00 0.9717E+000.1263E+000.7930E+01
3DB 3 150.2562E+000.0000E+00 0.9717E+000.1263E+000.6710E+01
3EB 3 160.2562E+000.0000E+00 0.9717E+000.1263E+000.5490E+01
3FB 3 170.2562E+000.0000E+00 0.9717E+000.1263E+000.4270E+01
3GB 3 180.2562E+000.0000E+00 0.9717E+000.1263E+000.3050E+01
3HB 3 190.2562E+000.0000E+00 0.9717E+000.1263E+000.1830E+01
3IB 3 200.2562E+000.2100E+00 0.9717E+000.1263E+000.6100E+00
02B 4 10.9382E+000.7690E+00 0.1843E+010.2025E+000.2379E+02
2AB 4 20.9382E+000.0000E+00 0.1843E+010.2025E+000.2257E+02
2BB 4 30.9382E+000.0000E+00 0.1843E+010.2025E+000.2135E+02
2CB 4 40.9382E+000.0000E+00 0.1843E+010.2025E+000.2013E+02
2DB 4 50.9382E+000.0000E+00 0.1843E+010.2025E+000.1891E+02
2EB 4 60.9382E+000.0000E+00 0.1843E+010.2025E+000.1769E+02
2FB 4 70.9382E+000.0000E+00 0.1843E+010.2025E+000.1647E+02
2GB 4 80.9382E+000.0000E+00 0.1843E+010.2025E+000.1525E+02
2HB 4 90.9382E+000.0000E+00 0.1843E+010.2025E+000.1403E+02
2IB 4 100.9382E+000.0000E+00 0.1843E+010.2025E+000.1281E+02
03B 4 110.9382E+000.0000E+00 0.1843E+010.2025E+000.1159E+02
3AB 4 120.9382E+000.0000E+00 0.1843E+010.2025E+000.1037E+02
3BB 4 130.9382E+000.0000E+00 0.1843E+010.2025E+000.9150E+01
3CB 4 140.9382E+000.0000E+00 0.1843E+010.2025E+000.7930E+01
3DB 4 150.9382E+000.0000E+00 0.1843E+010.2025E+000.6710E+01
3EB 4 160.9382E+000.0000E+00 0.1843E+010.2025E+000.5490E+01
3FB 4 170.9382E+000.0000E+00 0.1843E+010.2025E+000.4270E+01
3GB 4 180.9382E+000.0000E+00 0.1843E+010.2025E+000.3050E+01
3HB 4 190.9382E+000.0000E+00 0.1843E+010.2025E+000.1830E+01
3IB 4 200.9382E+000.7690E+00 0.1843E+010.2025E+000.6100E+00
02B 5 10.1257E-010.1030E-01 0.2133E+000.1028E+000.2379E+02
2AB 5 20.1257E-010.0000E+00 0.2133E+000.1028E+000.2257E+02
2BB 5 30.1257E-010.0000E+00 0.2133E+000.1028E+000.2135E+02
2CB 5 40.1257E-010.0000E+00 0.2133E+000.1028E+000.2013E+02
2DB 5 50.1257E-010.0000E+00 0.2133E+000.1028E+000.1891E+02
2EB 5 60.1257E-010.0000E+00 0.2133E+000.1028E+000.1769E+02
2FB 5 70.1257E-010.0000E+00 0.2133E+000.1028E+000.1647E+02
2GB 5 80.1257E-010.0000E+00 0.2133E+000.1028E+000.1525E+02
2HB 5 90.1257E-010.0000E+00 0.2133E+000.1028E+000.1403E+02
2IB 5 100.1257E-010.0000E+00 0.2133E+000.1028E+000.1281E+02
03B 5 110.1257E-010.0000E+00 0.2133E+000.1028E+000.1159E+02
3AB 5 120.1257E-010.0000E+00 0.2133E+000.1028E+000.1037E+02
3BB 5 130.1257E-010.0000E+00 0.2133E+000.1028E+000.9150E+01
3CB 5 140.1257E-010.0000E+00 0.2133E+000.1028E+000.7930E+01
3DB 5 150.1257E-010.0000E+00 0.2133E+000.1028E+000.6710E+01
3EB 5 160.1257E-010.0000E+00 0.2133E+000.1028E+000.5490E+01
3FB 5 170.1257E-010.0000E+00 0.2133E+000.1028E+000.4270E+01
3GB 5 180.1257E-010.0000E+00 0.2133E+000.1028E+000.3050E+01
3HB 5 190.1257E-010.0000E+00 0.2133E+000.1028E+000.1830E+01
3IB 5 200.1257E-010.1030E-01 0.2133E+000.1028E+000.6100E+00
02B 6 10.7064E-010.5790E-01 0.4399E+000.2085E+000.2379E+02
2AB 6 20.7064E-010.0000E+00 0.4399E+000.2085E+000.2257E+02
2BB 6 30.7064E-010.0000E+00 0.4399E+000.2085E+000.2135E+02
2CB 6 40.7064E-010.0000E+00 0.4399E+000.2085E+000.2013E+02
2DB 6 50.7064E-010.0000E+00 0.4399E+000.2085E+000.1891E+02
2EB 6 60.7064E-010.0000E+00 0.4399E+000.2085E+000.1769E+02
2FB 6 70.7064E-010.0000E+00 0.4399E+000.2085E+000.1647E+02
2GB 6 80.7064E-010.0000E+00 0.4399E+000.2085E+000.1525E+02
2HB 6 90.7064E-010.0000E+00 0.4399E+000.2085E+000.1403E+02
2IB 6 100.7064E-010.0000E+00 0.4399E+000.2085E+000.1281E+02
03B 6 110.7064E-010.0000E+00 0.4399E+000.2085E+000.1159E+02
3AB 6 120.7064E-010.0000E+00 0.4399E+000.2085E+000.1037E+02
3BB 6 130.7064E-010.0000E+00 0.4399E+000.2085E+000.9150E+01
3CB 6 140.7064E-010.0000E+00 0.4399E+000.2085E+000.7930E+01
3DB 6 150.7064E-010.0000E+00 0.4399E+000.2085E+000.6710E+01
3EB 6 160.7064E-010.0000E+00 0.4399E+000.2085E+000.5490E+01
3FB 6 170.7064E-010.0000E+00 0.4399E+000.2085E+000.4270E+01
3GB 6 180.7064E-010.0000E+00 0.4399E+000.2085E+000.3050E+01
3HB 6 190.7064E-010.0000E+00 0.4399E+000.2085E+000.1830E+01
3IB 6 200.7064E-010.5790E-01 0.4399E+000.2085E+000.6100E+00
02B 7 10.2867E+000.2350E+00 0.8930E+000.4198E+000.2379E+02
2AB 7 20.2867E+000.0000E+00 0.8930E+000.4198E+000.2257E+02
2BB 7 30.2867E+000.0000E+00 0.8930E+000.4198E+000.2135E+02
2CB 7 40.2867E+000.0000E+00 0.8930E+000.4198E+000.2013E+02
2DB 7 50.2867E+000.0000E+00 0.8930E+000.4198E+000.1891E+02
2EB 7 60.2867E+000.0000E+00 0.8930E+000.4198E+000.1769E+02
2FB 7 70.2867E+000.0000E+00 0.8930E+000.4198E+000.1647E+02
2GB 7 80.2867E+000.0000E+00 0.8930E+000.4198E+000.1525E+02
2HB 7 90.2867E+000.0000E+00 0.8930E+000.4198E+000.1403E+02
2IB 7 100.2867E+000.0000E+00 0.8930E+000.4198E+000.1281E+02
03B 7 110.2867E+000.0000E+00 0.8930E+000.4198E+000.1159E+02
3AB 7 120.2867E+000.0000E+00 0.8930E+000.4198E+000.1037E+02
3BB 7 130.2867E+000.0000E+00 0.8930E+000.4198E+000.9150E+01
3CB 7 140.2867E+000.0000E+00 0.8930E+000.4198E+000.7930E+01
3DB 7 150.2867E+000.0000E+00 0.8930E+000.4198E+000.6710E+01
3EB 7 160.2867E+000.0000E+00 0.8930E+000.4198E+000.5490E+01
3FB 7 170.2867E+000.0000E+00 0.8930E+000.4198E+000.4270E+01
3GB 7 180.2867E+000.0000E+00 0.8930E+000.4198E+000.3050E+01
3HB 7 190.2867E+000.0000E+00 0.8930E+000.4198E+000.1830E+01
3IB 7 200.2867E+000.2350E+00 0.8930E+000.4198E+000.6100E+00
02B 8 10.1086E+010.8900E+00 0.1686E+010.7896E+000.2379E+02
2AB 8 20.1086E+010.0000E+00 0.1686E+010.7896E+000.2257E+02
2BB 8 30.1086E+010.0000E+00 0.1686E+010.7896E+000.2135E+02
2CB 8 40.1086E+010.0000E+00 0.1686E+010.7896E+000.2013E+02
2DB 8 50.1086E+010.0000E+00 0.1686E+010.7896E+000.1891E+02
2EB 8 60.1086E+010.0000E+00 0.1686E+010.7896E+000.1769E+02
2FB 8 70.1086E+010.0000E+00 0.1686E+010.7896E+000.1647E+02
2GB 8 80.1086E+010.0000E+00 0.1686E+010.7896E+000.1525E+02
2HB 8 90.1086E+010.0000E+00 0.1686E+010.7896E+000.1403E+02
2IB 8 100.1086E+010.0000E+00 0.1686E+010.7896E+000.1281E+02
03B 8 110.1086E+010.0000E+00 0.1686E+010.7896E+000.1159E+02
3AB 8 120.1086E+010.0000E+00 0.1686E+010.7896E+000.1037E+02
3BB 8 130.1086E+010.0000E+00 0.1686E+010.7896E+000.9150E+01
3CB 8 140.1086E+010.0000E+00 0.1686E+010.7896E+000.7930E+01
3DB 8 150.1086E+010.0000E+00 0.1686E+010.7896E+000.6710E+01
3EB 8 160.1086E+010.0000E+00 0.1686E+010.7896E+000.5490E+01
3FB 8 170.1086E+010.0000E+00 0.1686E+010.7896E+000.4270E+01
3GB 8 180.1086E+010.0000E+00 0.1686E+010.7896E+000.3050E+01
3HB 8 190.1086E+010.0000E+00 0.1686E+010.7896E+000.1830E+01
3IB 8 200.1086E+010.8900E+00 0.1686E+010.7896E+000.6100E+00
02B 9 10.1440E-010.1180E-01 0.1884E+000.1384E+000.2379E+02
2AB 9 20.1440E-010.0000E+00 0.1884E+000.1384E+000.2257E+02
2BB 9 30.1440E-010.0000E+00 0.1884E+000.1384E+000.2135E+02
2CB 9 40.1440E-010.0000E+00 0.1884E+000.1384E+000.2013E+02
2DB 9 50.1440E-010.0000E+00 0.1884E+000.1384E+000.1891E+02
2EB 9 60.1440E-010.0000E+00 0.1884E+000.1384E+000.1769E+02
2FB 9 70.1440E-010.0000E+00 0.1884E+000.1384E+000.1647E+02
2GB 9 80.1440E-010.0000E+00 0.1884E+000.1384E+000.1525E+02
2HB 9 90.1440E-010.0000E+00 0.1884E+000.1384E+000.1403E+02
2IB 9 100.1440E-010.0000E+00 0.1884E+000.1384E+000.1281E+02
03B 9 110.1440E-010.0000E+00 0.1884E+000.1384E+000.1159E+02
3AB 9 120.1440E-010.0000E+00 0.1884E+000.1384E+000.1037E+02
3BB 9 130.1440E-010.0000E+00 0.1884E+000.1384E+000.9150E+01
3CB 9 140.1440E-010.0000E+00 0.1884E+000.1384E+000.7930E+01
3DB 9 150.1440E-010.0000E+00 0.1884E+000.1384E+000.6710E+01
3EB 9 160.1440E-010.0000E+00 0.1884E+000.1384E+000.5490E+01
3FB 9 170.1440E-010.0000E+00 0.1884E+000.1384E+000.4270E+01
3GB 9 180.1440E-010.0000E+00 0.1884E+000.1384E+000.3050E+01
3HB 9 190.1440E-010.0000E+00 0.1884E+000.1384E+000.1830E+01
3IB 9 200.1440E-010.1180E-01 0.1884E+000.1384E+000.6100E+00
02B10 10.5148E-010.4220E-01 0.3652E+000.3152E+000.2379E+02
2AB10 20.5148E-010.0000E+00 0.3652E+000.3152E+000.2257E+02
2BB10 30.5148E-010.0000E+00 0.3652E+000.3152E+000.2135E+02
2CB10 40.5148E-010.0000E+00 0.3652E+000.3152E+000.2013E+02
2DB10 50.5148E-010.0000E+00 0.3652E+000.3152E+000.1891E+02
2EB10 60.5148E-010.0000E+00 0.3652E+000.3152E+000.1769E+02
2FB10 70.5148E-010.0000E+00 0.3652E+000.3152E+000.1647E+02
2GB10 80.5148E-010.0000E+00 0.3652E+000.3152E+000.1525E+02
2HB10 90.5148E-010.0000E+00 0.3652E+000.3152E+000.1403E+02
2IB10 100.5148E-010.0000E+00 0.3652E+000.3152E+000.1281E+02
03B10 110.5148E-010.0000E+00 0.3652E+000.3152E+000.1159E+02
3AB10 120.5148E-010.0000E+00 0.3652E+000.3152E+000.1037E+02
3BB10 130.5148E-010.0000E+00 0.3652E+000.3152E+000.9150E+01
3CB10 140.5148E-010.0000E+00 0.3652E+000.3152E+000.7930E+01
3DB10 150.5148E-010.0000E+00 0.3652E+000.3152E+000.6710E+01
3EB10 160.5148E-010.0000E+00 0.3652E+000.3152E+000.5490E+01
3FB10 170.5148E-010.0000E+00 0.3652E+000.3152E+000.4270E+01
3GB10 180.5148E-010.0000E+00 0.3652E+000.3152E+000.3050E+01
3HB10 190.5148E-010.0000E+00 0.3652E+000.3152E+000.1830E+01
3IB10 200.5148E-010.4220E-01 0.3652E+000.3152E+000.6100E+00
02B11 10.1732E+000.1420E+00 0.7187E+000.6687E+000.2379E+02
2AB11 20.1732E+000.0000E+00 0.7187E+000.6687E+000.2257E+02
2BB11 30.1732E+000.0000E+00 0.7187E+000.6687E+000.2135E+02
2CB11 40.1732E+000.0000E+00 0.7187E+000.6687E+000.2013E+02
2DB11 50.1732E+000.0000E+00 0.7187E+000.6687E+000.1891E+02
2EB11 60.1732E+000.0000E+00 0.7187E+000.6687E+000.1769E+02
2FB11 70.1732E+000.0000E+00 0.7187E+000.6687E+000.1647E+02
2GB11 80.1732E+000.0000E+00 0.7187E+000.6687E+000.1525E+02
2HB11 90.1732E+000.0000E+00 0.7187E+000.6687E+000.1403E+02
2IB11 100.1732E+000.0000E+00 0.7187E+000.6687E+000.1281E+02
03B11 110.1732E+000.0000E+00 0.7187E+000.6687E+000.1159E+02
3AB11 120.1732E+000.0000E+00 0.7187E+000.6687E+000.1037E+02
3BB11 130.1732E+000.0000E+00 0.7187E+000.6687E+000.9150E+01
3CB11 140.1732E+000.0000E+00 0.7187E+000.6687E+000.7930E+01
3DB11 150.1732E+000.0000E+00 0.7187E+000.6687E+000.6710E+01
3EB11 160.1732E+000.0000E+00 0.7187E+000.6687E+000.5490E+01
3FB11 170.1732E+000.0000E+00 0.7187E+000.6687E+000.4270E+01
3GB11 180.1732E+000.0000E+00 0.7187E+000.6687E+000.3050E+01
3HB11 190.1732E+000.0000E+00 0.7187E+000.6687E+000.1830E+01
3IB11 200.1732E+000.1420E+00 0.7187E+000.6687E+000.6100E+00
02B12 10.5710E+000.4680E+00 0.1337E+010.1287E+010.2379E+02
2AB12 20.5710E+000.0000E+00 0.1337E+010.1287E+010.2257E+02
2BB12 30.5710E+000.0000E+00 0.1337E+010.1287E+010.2135E+02
2CB12 40.5710E+000.0000E+00 0.1337E+010.1287E+010.2013E+02
2DB12 50.5710E+000.0000E+00 0.1337E+010.1287E+010.1891E+02
2EB12 60.5710E+000.0000E+00 0.1337E+010.1287E+010.1769E+02
2FB12 70.5710E+000.0000E+00 0.1337E+010.1287E+010.1647E+02
2GB12 80.5710E+000.0000E+00 0.1337E+010.1287E+010.1525E+02
2HB12 90.5710E+000.0000E+00 0.1337E+010.1287E+010.1403E+02
2IB12 100.5710E+000.0000E+00 0.1337E+010.1287E+010.1281E+02
03B12 110.5710E+000.0000E+00 0.1337E+010.1287E+010.1159E+02
3AB12 120.5710E+000.0000E+00 0.1337E+010.1287E+010.1037E+02
3BB12 130.5710E+000.0000E+00 0.1337E+010.1287E+010.9150E+01
3CB12 140.5710E+000.0000E+00 0.1337E+010.1287E+010.7930E+01
3DB12 150.5710E+000.0000E+00 0.1337E+010.1287E+010.6710E+01
3EB12 160.5710E+000.0000E+00 0.1337E+010.1287E+010.5490E+01
3FB12 170.5710E+000.0000E+00 0.1337E+010.1287E+010.4270E+01
3GB12 180.5710E+000.0000E+00 0.1337E+010.1287E+010.3050E+01
3HB12 190.5710E+000.0000E+00 0.1337E+010.1287E+010.1830E+01
3IB12 200.5710E+000.4680E+00 0.1337E+010.1287E+010.6100E+00
02B13 10.1330E-010.1090E-01 0.1995E+020.1990E+020.2379E+02
2AB13 20.1330E-010.0000E+00 0.1995E+020.1990E+020.2257E+02
2BB13 30.1330E-010.0000E+00 0.1995E+020.1990E+020.2135E+02
2CB13 40.1330E-010.0000E+00 0.1995E+020.1990E+020.2013E+02
2DB13 50.1330E-010.0000E+00 0.1995E+020.1990E+020.1891E+02
2EB13 60.1330E-010.0000E+00 0.1995E+020.1990E+020.1769E+02
2FB13 INJCT0.1330E-010.0000E+00 0.1995E+020.1990E+020.1647E+02
2GB13 INJCT0.1330E-010.0000E+00 0.1995E+020.1990E+020.1525E+02
2HB13 INJCT0.1330E-010.0000E+00 0.1995E+020.1990E+020.1403E+02
2IB13 INJCT0.1330E-010.0000E+00 0.1995E+020.1990E+020.1281E+02
03B13 INJCT0.1330E-010.0000E+00 0.1995E+020.1990E+020.1159E+02
3AB13 INJCT0.1330E-010.0000E+00 0.1995E+020.1990E+020.1037E+02
3BB13 INJCT0.1330E-010.0000E+00 0.1995E+020.1990E+020.9150E+01
3CB13 INJCT0.1330E-010.0000E+00 0.1995E+020.1990E+020.7930E+01
3DB13 INJCT0.1330E-010.0000E+00 0.1995E+020.1990E+020.6710E+01
3EB13 INJCT0.1330E-010.0000E+00 0.1995E+020.1990E+020.5490E+01
3FB13 INJCT0.1330E-010.0000E+00 0.1995E+020.1990E+020.4270E+01
3GB13 INJCT0.1330E-010.0000E+00 0.1995E+020.1990E+020.3050E+01
3HB13 INJCT0.1330E-010.0000E+00 0.1995E+020.1990E+020.1830E+01
3IB13 200.1330E-010.1090E-01 0.1995E+020.1990E+020.6100E+00
02B14 10.5148E-020.4220E-02 0.1984E+020.1984E+020.2379E+02
2AB14 20.5148E-020.0000E+00 0.1984E+020.1984E+020.2257E+02
2BB14 30.5148E-020.0000E+00 0.1984E+020.1984E+020.2135E+02
2CB14 40.5148E-020.0000E+00 0.1984E+020.1984E+020.2013E+02
2DB14 50.5148E-020.0000E+00 0.1984E+020.1984E+020.1891E+02
2EB14 60.5148E-020.0000E+00 0.1984E+020.1984E+020.1769E+02
2FB14 70.5148E-020.0000E+00 0.1984E+020.1984E+020.1647E+02
2GB14 80.5148E-020.0000E+00 0.1984E+020.1984E+020.1525E+02
2HB14 90.5148E-020.0000E+00 0.1984E+020.1984E+020.1403E+02
2IB14 100.5148E-020.0000E+00 0.1984E+020.1984E+020.1281E+02
03B14 110.5148E-020.0000E+00 0.1984E+020.1984E+020.1159E+02
3AB14 120.5148E-020.0000E+00 0.1984E+020.1984E+020.1037E+02
3BB14 130.5148E-020.0000E+00 0.1984E+020.1984E+020.9150E+01
3CB14 140.5148E-020.0000E+00 0.1984E+020.1984E+020.7930E+01
3DB14 150.5148E-020.0000E+00 0.1984E+020.1984E+020.6710E+01
3EB14 160.5148E-020.0000E+00 0.1984E+020.1984E+020.5490E+01
3FB14 170.5148E-020.0000E+00 0.1984E+020.1984E+020.4270E+01
3GB14 180.5148E-020.0000E+00 0.1984E+020.1984E+020.3050E+01
3HB14 190.5148E-020.0000E+00 0.1984E+020.1984E+020.1830E+01
3IB14 200.5148E-020.4220E-02 0.1984E+020.1984E+020.6100E+00
02B15 10.1257E-010.1030E-01 0.1987E+020.1980E+020.2379E+02
2AB15 20.1257E-010.0000E+00 0.1987E+020.1980E+020.2257E+02
2BB15 30.1257E-010.0000E+00 0.1987E+020.1980E+020.2135E+02
2CB15 40.1257E-010.0000E+00 0.1987E+020.1980E+020.2013E+02
2DB15 50.1257E-010.0000E+00 0.1987E+020.1980E+020.1891E+02
2EB15 60.1257E-010.0000E+00 0.1987E+020.1980E+020.1769E+02
2FB15 70.1257E-010.0000E+00 0.1987E+020.1980E+020.1647E+02
2GB15 80.1257E-010.0000E+00 0.1987E+020.1980E+020.1525E+02
2HB15 90.1257E-010.0000E+00 0.1987E+020.1980E+020.1403E+02
2IB15 100.1257E-010.0000E+00 0.1987E+020.1980E+020.1281E+02
03B15 110.1257E-010.0000E+00 0.1987E+020.1980E+020.1159E+02
3AB15 120.1257E-010.0000E+00 0.1987E+020.1980E+020.1037E+02
3BB15 130.1257E-010.0000E+00 0.1987E+020.1980E+020.9150E+01
3CB15 140.1257E-010.0000E+00 0.1987E+020.1980E+020.7930E+01
3DB15 150.1257E-010.0000E+00 0.1987E+020.1980E+020.6710E+01
3EB15 160.1257E-010.0000E+00 0.1987E+020.1980E+020.5490E+01
3FB15 170.1257E-010.0000E+00 0.1987E+020.1980E+020.4270E+01
3GB15 180.1257E-010.0000E+00 0.1987E+020.1980E+020.3050E+01
3HB15 190.1257E-010.0000E+00 0.1987E+020.1980E+020.1830E+01
3IB15 200.1257E-010.1030E-01 0.1987E+020.1980E+020.6100E+00
02B16 10.6905E-010.5660E-01 0.1971E+020.1961E+020.2379E+02
2AB16 20.6905E-010.0000E+00 0.1971E+020.1961E+020.2257E+02
2BB16 30.6905E-010.0000E+00 0.1971E+020.1961E+020.2135E+02
2CB16 40.6905E-010.0000E+00 0.1971E+020.1961E+020.2013E+02
2DB16 50.6905E-010.0000E+00 0.1971E+020.1961E+020.1891E+02
2EB16 60.6905E-010.0000E+00 0.1971E+020.1961E+020.1769E+02
2FB16 70.6905E-010.0000E+00 0.1971E+020.1961E+020.1647E+02
2GB16 80.6905E-010.0000E+00 0.1971E+020.1961E+020.1525E+02
2HB16 90.6905E-010.0000E+00 0.1971E+020.1961E+020.1403E+02
2IB16 100.6905E-010.0000E+00 0.1971E+020.1961E+020.1281E+02
03B16 110.6905E-010.0000E+00 0.1971E+020.1961E+020.1159E+02
3AB16 120.6905E-010.0000E+00 0.1971E+020.1961E+020.1037E+02
3BB16 130.6905E-010.0000E+00 0.1971E+020.1961E+020.9150E+01
3CB16 140.6905E-010.0000E+00 0.1971E+020.1961E+020.7930E+01
3DB16 150.6905E-010.0000E+00 0.1971E+020.1961E+020.6710E+01
3EB16 160.6905E-010.0000E+00 0.1971E+020.1961E+020.5490E+01
3FB16 170.6905E-010.0000E+00 0.1971E+020.1961E+020.4270E+01
3GB16 180.6905E-010.0000E+00 0.1971E+020.1961E+020.3050E+01
3HB16 190.6905E-010.0000E+00 0.1971E+020.1961E+020.1830E+01
3IB16 200.6905E-010.5660E-01 0.1971E+020.1961E+020.6100E+00
02B17 10.2440E+000.2000E+00 0.1939E+020.1923E+020.2379E+02
2AB17 20.2440E+000.0000E+00 0.1939E+020.1923E+020.2257E+02
2BB17 30.2440E+000.0000E+00 0.1939E+020.1923E+020.2135E+02
2CB17 40.2440E+000.0000E+00 0.1939E+020.1923E+020.2013E+02
2DB17 50.2440E+000.0000E+00 0.1939E+020.1923E+020.1891E+02
2EB17 60.2440E+000.0000E+00 0.1939E+020.1923E+020.1769E+02
2FB17 70.2440E+000.0000E+00 0.1939E+020.1923E+020.1647E+02
2GB17 80.2440E+000.0000E+00 0.1939E+020.1923E+020.1525E+02
2HB17 90.2440E+000.0000E+00 0.1939E+020.1923E+020.1403E+02
2IB17 100.2440E+000.0000E+00 0.1939E+020.1923E+020.1281E+02
03B17 110.2440E+000.0000E+00 0.1939E+020.1923E+020.1159E+02
3AB17 120.2440E+000.0000E+00 0.1939E+020.1923E+020.1037E+02
3BB17 130.2440E+000.0000E+00 0.1939E+020.1923E+020.9150E+01
3CB17 140.2440E+000.0000E+00 0.1939E+020.1923E+020.7930E+01
3DB17 150.2440E+000.0000E+00 0.1939E+020.1923E+020.6710E+01
3EB17 160.2440E+000.0000E+00 0.1939E+020.1923E+020.5490E+01
3FB17 170.2440E+000.0000E+00 0.1939E+020.1923E+020.4270E+01
3GB17 180.2440E+000.0000E+00 0.1939E+020.1923E+020.3050E+01
3HB17 190.2440E+000.0000E+00 0.1939E+020.1923E+020.1830E+01
3IB17 200.2440E+000.2000E+00 0.1939E+020.1923E+020.6100E+00
02B18 10.7344E+000.6020E+00 0.1883E+020.1856E+020.2379E+02
2AB18 20.7344E+000.0000E+00 0.1883E+020.1856E+020.2257E+02
2BB18 30.7344E+000.0000E+00 0.1883E+020.1856E+020.2135E+02
2CB18 40.7344E+000.0000E+00 0.1883E+020.1856E+020.2013E+02
2DB18 50.7344E+000.0000E+00 0.1883E+020.1856E+020.1891E+02
2EB18 60.7344E+000.0000E+00 0.1883E+020.1856E+020.1769E+02
2FB18 70.7344E+000.0000E+00 0.1883E+020.1856E+020.1647E+02
2GB18 80.7344E+000.0000E+00 0.1883E+020.1856E+020.1525E+02
2HB18 90.7344E+000.0000E+00 0.1883E+020.1856E+020.1403E+02
2IB18 100.7344E+000.0000E+00 0.1883E+020.1856E+020.1281E+02
03B18 110.7344E+000.0000E+00 0.1883E+020.1856E+020.1159E+02
3AB18 120.7344E+000.0000E+00 0.1883E+020.1856E+020.1037E+02
3BB18 130.7344E+000.0000E+00 0.1883E+020.1856E+020.9150E+01
3CB18 140.7344E+000.0000E+00 0.1883E+020.1856E+020.7930E+01
3DB18 150.7344E+000.0000E+00 0.1883E+020.1856E+020.6710E+01
3EB18 160.7344E+000.0000E+00 0.1883E+020.1856E+020.5490E+01
3FB18 170.7344E+000.0000E+00 0.1883E+020.1856E+020.4270E+01
3GB18 180.7344E+000.0000E+00 0.1883E+020.1856E+020.3050E+01
3HB18 190.7344E+000.0000E+00 0.1883E+020.1856E+020.1830E+01
3IB18 200.7344E+000.6020E+00 0.1883E+020.1856E+020.6100E+00
02B19 10.1257E-010.1030E-01 0.1991E+020.1978E+020.2379E+02
2AB19 20.1257E-010.0000E+00 0.1991E+020.1978E+020.2257E+02
2BB19 30.1257E-010.0000E+00 0.1991E+020.1978E+020.2135E+02
2CB19 40.1257E-010.0000E+00 0.1991E+020.1978E+020.2013E+02
2DB19 50.1257E-010.0000E+00 0.1991E+020.1978E+020.1891E+02
2EB19 60.1257E-010.0000E+00 0.1991E+020.1978E+020.1769E+02
2FB19 70.1257E-010.0000E+00 0.1991E+020.1978E+020.1647E+02
2GB19 80.1257E-010.0000E+00 0.1991E+020.1978E+020.1525E+02
2HB19 90.1257E-010.0000E+00 0.1991E+020.1978E+020.1403E+02
2IB19 100.1257E-010.0000E+00 0.1991E+020.1978E+020.1281E+02
03B19 110.1257E-010.0000E+00 0.1991E+020.1978E+020.1159E+02
3AB19 120.1257E-010.0000E+00 0.1991E+020.1978E+020.1037E+02
3BB19 130.1257E-010.0000E+00 0.1991E+020.1978E+020.9150E+01
3CB19 140.1257E-010.0000E+00 0.1991E+020.1978E+020.7930E+01
3DB19 150.1257E-010.0000E+00 0.1991E+020.1978E+020.6710E+01
3EB19 160.1257E-010.0000E+00 0.1991E+020.1978E+020.5490E+01
3FB19 170.1257E-010.0000E+00 0.1991E+020.1978E+020.4270E+01
3GB19 180.1257E-010.0000E+00 0.1991E+020.1978E+020.3050E+01
3HB19 190.1257E-010.0000E+00 0.1991E+020.1978E+020.1830E+01
3IB19 200.1257E-010.1030E-01 0.1991E+020.1978E+020.6100E+00
02B20 10.7064E-010.5790E-01 0.1982E+020.1955E+020.2379E+02
2AB20 20.7064E-010.0000E+00 0.1982E+020.1955E+020.2257E+02
2BB20 30.7064E-010.0000E+00 0.1982E+020.1955E+020.2135E+02
2CB20 40.7064E-010.0000E+00 0.1982E+020.1955E+020.2013E+02
2DB20 50.7064E-010.0000E+00 0.1982E+020.1955E+020.1891E+02
2EB20 60.7064E-010.0000E+00 0.1982E+020.1955E+020.1769E+02
2FB20 70.7064E-010.0000E+00 0.1982E+020.1955E+020.1647E+02
2GB20 80.7064E-010.0000E+00 0.1982E+020.1955E+020.1525E+02
2HB20 90.7064E-010.0000E+00 0.1982E+020.1955E+020.1403E+02
2IB20 100.7064E-010.0000E+00 0.1982E+020.1955E+020.1281E+02
03B20 110.7064E-010.0000E+00 0.1982E+020.1955E+020.1159E+02
3AB20 120.7064E-010.0000E+00 0.1982E+020.1955E+020.1037E+02
3BB20 130.7064E-010.0000E+00 0.1982E+020.1955E+020.9150E+01
3CB20 140.7064E-010.0000E+00 0.1982E+020.1955E+020.7930E+01
3DB20 150.7064E-010.0000E+00 0.1982E+020.1955E+020.6710E+01
3EB20 160.7064E-010.0000E+00 0.1982E+020.1955E+020.5490E+01
3FB20 170.7064E-010.0000E+00 0.1982E+020.1955E+020.4270E+01
3GB20 180.7064E-010.0000E+00 0.1982E+020.1955E+020.3050E+01
3HB20 190.7064E-010.0000E+00 0.1982E+020.1955E+020.1830E+01
3IB20 200.7064E-010.5790E-01 0.1982E+020.1955E+020.6100E+00
02B21 10.2867E+000.2350E+00 0.1965E+020.1908E+020.2379E+02
2AB21 20.2867E+000.0000E+00 0.1965E+020.1908E+020.2257E+02
2BB21 30.2867E+000.0000E+00 0.1965E+020.1908E+020.2135E+02
2CB21 40.2867E+000.0000E+00 0.1965E+020.1908E+020.2013E+02
2DB21 50.2867E+000.0000E+00 0.1965E+020.1908E+020.1891E+02
2EB21 60.2867E+000.0000E+00 0.1965E+020.1908E+020.1769E+02
2FB21 70.2867E+000.0000E+00 0.1965E+020.1908E+020.1647E+02
2GB21 80.2867E+000.0000E+00 0.1965E+020.1908E+020.1525E+02
2HB21 90.2867E+000.0000E+00 0.1965E+020.1908E+020.1403E+02
2IB21 100.2867E+000.0000E+00 0.1965E+020.1908E+020.1281E+02
03B21 110.2867E+000.0000E+00 0.1965E+020.1908E+020.1159E+02
3AB21 120.2867E+000.0000E+00 0.1965E+020.1908E+020.1037E+02
3BB21 130.2867E+000.0000E+00 0.1965E+020.1908E+020.9150E+01
3CB21 140.2867E+000.0000E+00 0.1965E+020.1908E+020.7930E+01
3DB21 150.2867E+000.0000E+00 0.1965E+020.1908E+020.6710E+01
3EB21 160.2867E+000.0000E+00 0.1965E+020.1908E+020.5490E+01
3FB21 170.2867E+000.0000E+00 0.1965E+020.1908E+020.4270E+01
3GB21 180.2867E+000.0000E+00 0.1965E+020.1908E+020.3050E+01
3HB21 190.2867E+000.0000E+00 0.1965E+020.1908E+020.1830E+01
3IB21 200.2867E+000.2350E+00 0.1965E+020.1908E+020.6100E+00
02B22 10.6112E+000.5010E+00 0.1935E+020.1826E+020.2379E+02
2AB22 20.6112E+000.0000E+00 0.1935E+020.1826E+020.2257E+02
2BB22 30.6112E+000.0000E+00 0.1935E+020.1826E+020.2135E+02
2CB22 40.6112E+000.0000E+00 0.1935E+020.1826E+020.2013E+02
2DB22 50.6112E+000.0000E+00 0.1935E+020.1826E+020.1891E+02
2EB22 60.6112E+000.0000E+00 0.1935E+020.1826E+020.1769E+02
2FB22 70.6112E+000.0000E+00 0.1935E+020.1826E+020.1647E+02
2GB22 80.6112E+000.0000E+00 0.1935E+020.1826E+020.1525E+02
2HB22 90.6112E+000.0000E+00 0.1935E+020.1826E+020.1403E+02
2IB22 100.6112E+000.0000E+00 0.1935E+020.1826E+020.1281E+02
03B22 110.6112E+000.0000E+00 0.1935E+020.1826E+020.1159E+02
3AB22 120.6112E+000.0000E+00 0.1935E+020.1826E+020.1037E+02
3BB22 130.6112E+000.0000E+00 0.1935E+020.1826E+020.9150E+01
3CB22 140.6112E+000.0000E+00 0.1935E+020.1826E+020.7930E+01
3DB22 150.6112E+000.0000E+00 0.1935E+020.1826E+020.6710E+01
3EB22 160.6112E+000.0000E+00 0.1935E+020.1826E+020.5490E+01
3FB22 170.6112E+000.0000E+00 0.1935E+020.1826E+020.4270E+01
3GB22 180.6112E+000.0000E+00 0.1935E+020.1826E+020.3050E+01
3HB22 190.6112E+000.0000E+00 0.1935E+020.1826E+020.1830E+01
3IB22 200.6112E+000.5010E+00 0.1935E+020.1826E+020.6100E+00
02B23 10.1257E-010.1030E-01 0.1995E+020.1977E+020.2379E+02
2AB23 20.1257E-010.0000E+00 0.1995E+020.1977E+020.2257E+02
2BB23 30.1257E-010.0000E+00 0.1995E+020.1977E+020.2135E+02
2CB23 40.1257E-010.0000E+00 0.1995E+020.1977E+020.2013E+02
2DB23 50.1257E-010.0000E+00 0.1995E+020.1977E+020.1891E+02
2EB23 60.1257E-010.0000E+00 0.1995E+020.1977E+020.1769E+02
2FB23 70.1257E-010.0000E+00 0.1995E+020.1977E+020.1647E+02
2GB23 80.1257E-010.0000E+00 0.1995E+020.1977E+020.1525E+02
2HB23 90.1257E-010.0000E+00 0.1995E+020.1977E+020.1403E+02
2IB23 100.1257E-010.0000E+00 0.1995E+020.1977E+020.1281E+02
03B23 110.1257E-010.0000E+00 0.1995E+020.1977E+020.1159E+02
3AB23 120.1257E-010.0000E+00 0.1995E+020.1977E+020.1037E+02
3BB23 130.1257E-010.0000E+00 0.1995E+020.1977E+020.9150E+01
3CB23 140.1257E-010.0000E+00 0.1995E+020.1977E+020.7930E+01
3DB23 150.1257E-010.0000E+00 0.1995E+020.1977E+020.6710E+01
3EB23 160.1257E-010.0000E+00 0.1995E+020.1977E+020.5490E+01
3FB23 170.1257E-010.0000E+00 0.1995E+020.1977E+020.4270E+01
3GB23 180.1257E-010.0000E+00 0.1995E+020.1977E+020.3050E+01
3HB23 190.1257E-010.0000E+00 0.1995E+020.1977E+020.1830E+01
3IB23 200.1257E-010.1030E-01 0.1995E+020.1977E+020.6100E+00
02B24 10.5819E-010.4770E-01 0.1995E+020.1952E+020.2379E+02
2AB24 20.5819E-010.0000E+00 0.1995E+020.1952E+020.2257E+02
2BB24 30.5819E-010.0000E+00 0.1995E+020.1952E+020.2135E+02
2CB24 40.5819E-010.0000E+00 0.1995E+020.1952E+020.2013E+02
2DB24 50.5819E-010.0000E+00 0.1995E+020.1952E+020.1891E+02
2EB24 60.5819E-010.0000E+00 0.1995E+020.1952E+020.1769E+02
2FB24 70.5819E-010.0000E+00 0.1995E+020.1952E+020.1647E+02
2GB24 80.5819E-010.0000E+00 0.1995E+020.1952E+020.1525E+02
2HB24 90.5819E-010.0000E+00 0.1995E+020.1952E+020.1403E+02
2IB24 100.5819E-010.0000E+00 0.1995E+020.1952E+020.1281E+02
03B24 110.5819E-010.0000E+00 0.1995E+020.1952E+020.1159E+02
3AB24 120.5819E-010.0000E+00 0.1995E+020.1952E+020.1037E+02
3BB24 130.5819E-010.0000E+00 0.1995E+020.1952E+020.9150E+01
3CB24 140.5819E-010.0000E+00 0.1995E+020.1952E+020.7930E+01
3DB24 150.5819E-010.0000E+00 0.1995E+020.1952E+020.6710E+01
3EB24 160.5819E-010.0000E+00 0.1995E+020.1952E+020.5490E+01
3FB24 170.5819E-010.0000E+00 0.1995E+020.1952E+020.4270E+01
3GB24 180.5819E-010.0000E+00 0.1995E+020.1952E+020.3050E+01
3HB24 190.5819E-010.0000E+00 0.1995E+020.1952E+020.1830E+01
3IB24 200.5819E-010.4770E-01 0.1995E+020.1952E+020.6100E+00
02B25 10.1854E+000.1520E+00 0.1995E+020.1902E+020.2379E+02
2AB25 20.1854E+000.0000E+00 0.1995E+020.1902E+020.2257E+02
2BB25 30.1854E+000.0000E+00 0.1995E+020.1902E+020.2135E+02
2CB25 40.1854E+000.0000E+00 0.1995E+020.1902E+020.2013E+02
2DB25 50.1854E+000.0000E+00 0.1995E+020.1902E+020.1891E+02
2EB25 60.1854E+000.0000E+00 0.1995E+020.1902E+020.1769E+02
2FB25 70.1854E+000.0000E+00 0.1995E+020.1902E+020.1647E+02
2GB25 80.1854E+000.0000E+00 0.1995E+020.1902E+020.1525E+02
2HB25 90.1854E+000.0000E+00 0.1995E+020.1902E+020.1403E+02
2IB25 100.1854E+000.0000E+00 0.1995E+020.1902E+020.1281E+02
03B25 110.1854E+000.0000E+00 0.1995E+020.1902E+020.1159E+02
3AB25 120.1854E+000.0000E+00 0.1995E+020.1902E+020.1037E+02
3BB25 130.1854E+000.0000E+00 0.1995E+020.1902E+020.9150E+01
3CB25 140.1854E+000.0000E+00 0.1995E+020.1902E+020.7930E+01
3DB25 150.1854E+000.0000E+00 0.1995E+020.1902E+020.6710E+01
3EB25 160.1854E+000.0000E+00 0.1995E+020.1902E+020.5490E+01
3FB25 170.1854E+000.0000E+00 0.1995E+020.1902E+020.4270E+01
3GB25 180.1854E+000.0000E+00 0.1995E+020.1902E+020.3050E+01
3HB25 190.1854E+000.0000E+00 0.1995E+020.1902E+020.1830E+01
3IB25 200.1854E+000.1520E+00 0.1995E+020.1902E+020.6100E+00
02B26 10.3867E+000.3170E+00 0.1995E+020.1815E+020.2379E+02
2AB26 20.3867E+000.0000E+00 0.1995E+020.1815E+020.2257E+02
2BB26 30.3867E+000.0000E+00 0.1995E+020.1815E+020.2135E+02
2CB26 40.3867E+000.0000E+00 0.1995E+020.1815E+020.2013E+02
2DB26 50.3867E+000.0000E+00 0.1995E+020.1815E+020.1891E+02
2EB26 60.3867E+000.0000E+00 0.1995E+020.1815E+020.1769E+02
2FB26 70.3867E+000.0000E+00 0.1995E+020.1815E+020.1647E+02
2GB26 80.3867E+000.0000E+00 0.1995E+020.1815E+020.1525E+02
2HB26 90.3867E+000.0000E+00 0.1995E+020.1815E+020.1403E+02
2IB26 100.3867E+000.0000E+00 0.1995E+020.1815E+020.1281E+02
03B26 110.3867E+000.0000E+00 0.1995E+020.1815E+020.1159E+02
3AB26 120.3867E+000.0000E+00 0.1995E+020.1815E+020.1037E+02
3BB26 130.3867E+000.0000E+00 0.1995E+020.1815E+020.9150E+01
3CB26 140.3867E+000.0000E+00 0.1995E+020.1815E+020.7930E+01
3DB26 150.3867E+000.0000E+00 0.1995E+020.1815E+020.6710E+01
3EB26 160.3867E+000.0000E+00 0.1995E+020.1815E+020.5490E+01
3FB26 170.3867E+000.0000E+00 0.1995E+020.1815E+020.4270E+01
3GB26 180.3867E+000.0000E+00 0.1995E+020.1815E+020.3050E+01
3HB26 190.3867E+000.0000E+00 0.1995E+020.1815E+020.1830E+01
3IB26 200.3867E+000.3170E+00 0.1995E+020.1815E+020.6100E+00
02B27 10.5478E-020.4490E-02 0.1999E+020.1978E+020.2379E+02
2AB27 20.5478E-020.0000E+00 0.1999E+020.1978E+020.2257E+02
2BB27 30.5478E-020.0000E+00 0.1999E+020.1978E+020.2135E+02
2CB27 40.5478E-020.0000E+00 0.1999E+020.1978E+020.2013E+02
2DB27 50.5478E-020.0000E+00 0.1999E+020.1978E+020.1891E+02
2EB27 60.5478E-020.0000E+00 0.1999E+020.1978E+020.1769E+02
2FB27 70.5478E-020.0000E+00 0.1999E+020.1978E+020.1647E+02
2GB27 80.5478E-020.0000E+00 0.1999E+020.1978E+020.1525E+02
2HB27 90.5478E-020.0000E+00 0.1999E+020.1978E+020.1403E+02
2IB27 100.5478E-020.0000E+00 0.1999E+020.1978E+020.1281E+02
03B27 110.5478E-020.0000E+00 0.1999E+020.1978E+020.1159E+02
3AB27 120.5478E-020.0000E+00 0.1999E+020.1978E+020.1037E+02
3BB27 130.5478E-020.0000E+00 0.1999E+020.1978E+020.9150E+01
3CB27 140.5478E-020.0000E+00 0.1999E+020.1978E+020.7930E+01
3DB27 150.5478E-020.0000E+00 0.1999E+020.1978E+020.6710E+01
3EB27 160.5478E-020.0000E+00 0.1999E+020.1978E+020.5490E+01
3FB27 170.5478E-020.0000E+00 0.1999E+020.1978E+020.4270E+01
3GB27 180.5478E-020.0000E+00 0.1999E+020.1978E+020.3050E+01
3HB27 190.5478E-020.0000E+00 0.1999E+020.1978E+020.1830E+01
3IB27 200.5478E-020.4490E-02 0.1999E+020.1978E+020.6100E+00
DUM00 QLOSS0.5478E-020.0000E+00 0.1999E+020.1978E+020.6100E+00
CONNE
2AA 102A 1 36.1000E-016.1000E-012.0900E+00-1.000E+00
2BA 12AA 1 36.1000E-016.1000E-012.0900E+00-1.000E+00
2CA 12BA 1 36.1000E-016.1000E-012.0900E+00-1.000E+00
2DA 12CA 1 36.1000E-016.1000E-012.0900E+00-1.000E+00
2EA 12DA 1 36.1000E-016.1000E-012.0900E+00-1.000E+00
2FA 12EA 1 36.1000E-016.1000E-012.0900E+00-1.000E+00
2GA 12FA 1 36.1000E-016.1000E-012.0900E+00-1.000E+00
2HA 12GA 1 36.1000E-016.1000E-012.0900E+00-1.000E+00
2IA 12HA 1 36.1000E-016.1000E-012.0900E+00-1.000E+00
03A 12IA 1 36.1000E-016.1000E-012.0900E+00-1.000E+00
3AA 103A 1 36.1000E-016.1000E-012.0900E+00-1.000E+00
3BA 13AA 1 36.1000E-016.1000E-012.0900E+00-1.000E+00
3CA 13BA 1 36.1000E-016.1000E-012.0900E+00-1.000E+00
3DA 13CA 1 36.1000E-016.1000E-012.0900E+00-1.000E+00
3EA 13DA 1 36.1000E-016.1000E-012.0900E+00-1.000E+00
3FA 13EA 1 36.1000E-016.1000E-012.0900E+00-1.000E+00
3GA 13FA 1 36.1000E-016.1000E-012.0900E+00-1.000E+00
3HA 13GA 1 36.1000E-016.1000E-012.0900E+00-1.000E+00
3IA 13HA 1 36.1000E-016.1000E-012.0900E+00-1.000E+00
2AA 202A 2 36.1000E-016.1000E-011.9500E+00-1.000E+00
2BA 22AA 2 36.1000E-016.1000E-011.9500E+00-1.000E+00
2CA 22BA 2 36.1000E-016.1000E-011.9500E+00-1.000E+00
2DA 22CA 2 36.1000E-016.1000E-011.9500E+00-1.000E+00
2EA 22DA 2 36.1000E-016.1000E-011.9500E+00-1.000E+00
2FA 22EA 2 36.1000E-016.1000E-011.9500E+00-1.000E+00
2GA 22FA 2 36.1000E-016.1000E-011.9500E+00-1.000E+00
2HA 22GA 2 36.1000E-016.1000E-011.9500E+00-1.000E+00
2IA 22HA 2 36.1000E-016.1000E-011.9500E+00-1.000E+00
03A 22IA 2 36.1000E-016.1000E-011.9500E+00-1.000E+00
3AA 203A 2 36.1000E-016.1000E-011.9500E+00-1.000E+00
3BA 23AA 2 36.1000E-016.1000E-011.9500E+00-1.000E+00
3CA 23BA 2 36.1000E-016.1000E-011.9500E+00-1.000E+00
3DA 23CA 2 36.1000E-016.1000E-011.9500E+00-1.000E+00
3EA 23DA 2 36.1000E-016.1000E-011.9500E+00-1.000E+00
3FA 23EA 2 36.1000E-016.1000E-011.9500E+00-1.000E+00
3GA 23FA 2 36.1000E-016.1000E-011.9500E+00-1.000E+00
3HA 23GA 2 36.1000E-016.1000E-011.9500E+00-1.000E+00
3IA 23HA 2 36.1000E-016.1000E-011.9500E+00-1.000E+00
2AA 302A 3 36.1000E-016.1000E-011.9500E+00-1.000E+00
2BA 32AA 3 36.1000E-016.1000E-011.9500E+00-1.000E+00
2CA 32BA 3 36.1000E-016.1000E-011.9500E+00-1.000E+00
2DA 32CA 3 36.1000E-016.1000E-011.9500E+00-1.000E+00
2EA 32DA 3 36.1000E-016.1000E-011.9500E+00-1.000E+00
2FA 32EA 3 36.1000E-016.1000E-011.9500E+00-1.000E+00
2GA 32FA 3 36.1000E-016.1000E-011.9500E+00-1.000E+00
2HA 32GA 3 36.1000E-016.1000E-011.9500E+00-1.000E+00
2IA 32HA 3 36.1000E-016.1000E-011.9500E+00-1.000E+00
03A 32IA 3 36.1000E-016.1000E-011.9500E+00-1.000E+00
3AA 303A 3 36.1000E-016.1000E-011.9500E+00-1.000E+00
3BA 33AA 3 36.1000E-016.1000E-011.9500E+00-1.000E+00
3CA 33BA 3 36.1000E-016.1000E-011.9500E+00-1.000E+00
3DA 33CA 3 36.1000E-016.1000E-011.9500E+00-1.000E+00
3EA 33DA 3 36.1000E-016.1000E-011.9500E+00-1.000E+00
3FA 33EA 3 36.1000E-016.1000E-011.9500E+00-1.000E+00
3GA 33FA 3 36.1000E-016.1000E-011.9500E+00-1.000E+00
3HA 33GA 3 36.1000E-016.1000E-011.9500E+00-1.000E+00
3IA 33HA 3 36.1000E-016.1000E-011.9500E+00-1.000E+00
2AA 402A 4 36.1000E-016.1000E-011.9500E+00-1.000E+00
2BA 42AA 4 36.1000E-016.1000E-011.9500E+00-1.000E+00
2CA 42BA 4 36.1000E-016.1000E-011.9500E+00-1.000E+00
2DA 42CA 4 36.1000E-016.1000E-011.9500E+00-1.000E+00
2EA 42DA 4 36.1000E-016.1000E-011.9500E+00-1.000E+00
2FA 42EA 4 36.1000E-016.1000E-011.9500E+00-1.000E+00
2GA 42FA 4 36.1000E-016.1000E-011.9500E+00-1.000E+00
2HA 42GA 4 36.1000E-016.1000E-011.9500E+00-1.000E+00
2IA 42HA 4 36.1000E-016.1000E-011.9500E+00-1.000E+00
03A 42IA 4 36.1000E-016.1000E-011.9500E+00-1.000E+00
3AA 403A 4 36.1000E-016.1000E-011.9500E+00-1.000E+00
3BA 43AA 4 36.1000E-016.1000E-011.9500E+00-1.000E+00
3CA 43BA 4 36.1000E-016.1000E-011.9500E+00-1.000E+00
3DA 43CA 4 36.1000E-016.1000E-011.9500E+00-1.000E+00
3EA 43DA 4 36.1000E-016.1000E-011.9500E+00-1.000E+00
3FA 43EA 4 36.1000E-016.1000E-011.9500E+00-1.000E+00
3GA 43FA 4 36.1000E-016.1000E-011.9500E+00-1.000E+00
3HA 43GA 4 36.1000E-016.1000E-011.9500E+00-1.000E+00
3IA 43HA 4 36.1000E-016.1000E-011.9500E+00-1.000E+00
2AA 502A 5 36.1000E-016.1000E-011.9500E+00-1.000E+00
2BA 52AA 5 36.1000E-016.1000E-011.9500E+00-1.000E+00
2CA 52BA 5 36.1000E-016.1000E-011.9500E+00-1.000E+00
2DA 52CA 5 36.1000E-016.1000E-011.9500E+00-1.000E+00
2EA 52DA 5 36.1000E-016.1000E-011.9500E+00-1.000E+00
2FA 52EA 5 36.1000E-016.1000E-011.9500E+00-1.000E+00
2GA 52FA 5 36.1000E-016.1000E-011.9500E+00-1.000E+00
2HA 52GA 5 36.1000E-016.1000E-011.9500E+00-1.000E+00
2IA 52HA 5 36.1000E-016.1000E-011.9500E+00-1.000E+00
03A 52IA 5 36.1000E-016.1000E-011.9500E+00-1.000E+00
3AA 503A 5 36.1000E-016.1000E-011.9500E+00-1.000E+00
3BA 53AA 5 36.1000E-016.1000E-011.9500E+00-1.000E+00
3CA 53BA 5 36.1000E-016.1000E-011.9500E+00-1.000E+00
3DA 53CA 5 36.1000E-016.1000E-011.9500E+00-1.000E+00
3EA 53DA 5 36.1000E-016.1000E-011.9500E+00-1.000E+00
3FA 53EA 5 36.1000E-016.1000E-011.9500E+00-1.000E+00
3GA 53FA 5 36.1000E-016.1000E-011.9500E+00-1.000E+00
3HA 53GA 5 36.1000E-016.1000E-011.9500E+00-1.000E+00
3IA 53HA 5 36.1000E-016.1000E-011.9500E+00-1.000E+00
2AA 602A 6 36.1000E-016.1000E-011.9500E+00-1.000E+00
2BA 62AA 6 36.1000E-016.1000E-011.9500E+00-1.000E+00
2CA 62BA 6 36.1000E-016.1000E-011.9500E+00-1.000E+00
2DA 62CA 6 36.1000E-016.1000E-011.9500E+00-1.000E+00
2EA 62DA 6 36.1000E-016.1000E-011.9500E+00-1.000E+00
2FA 62EA 6 36.1000E-016.1000E-011.9500E+00-1.000E+00
2GA 62FA 6 36.1000E-016.1000E-011.9500E+00-1.000E+00
2HA 62GA 6 36.1000E-016.1000E-011.9500E+00-1.000E+00
2IA 62HA 6 36.1000E-016.1000E-011.9500E+00-1.000E+00
03A 62IA 6 36.1000E-016.1000E-011.9500E+00-1.000E+00
3AA 603A 6 36.1000E-016.1000E-011.9500E+00-1.000E+00
3BA 63AA 6 36.1000E-016.1000E-011.9500E+00-1.000E+00
3CA 63BA 6 36.1000E-016.1000E-011.9500E+00-1.000E+00
3DA 63CA 6 36.1000E-016.1000E-011.9500E+00-1.000E+00
3EA 63DA 6 36.1000E-016.1000E-011.9500E+00-1.000E+00
3FA 63EA 6 36.1000E-016.1000E-011.9500E+00-1.000E+00
3GA 63FA 6 36.1000E-016.1000E-011.9500E+00-1.000E+00
3HA 63GA 6 36.1000E-016.1000E-011.9500E+00-1.000E+00
3IA 63HA 6 36.1000E-016.1000E-011.9500E+00-1.000E+00
2AA 702A 7 36.1000E-016.1000E-011.9500E+00-1.000E+00
2BA 72AA 7 36.1000E-016.1000E-011.9500E+00-1.000E+00
2CA 72BA 7 36.1000E-016.1000E-011.9500E+00-1.000E+00
2DA 72CA 7 36.1000E-016.1000E-011.9500E+00-1.000E+00
2EA 72DA 7 36.1000E-016.1000E-011.9500E+00-1.000E+00
2FA 72EA 7 36.1000E-016.1000E-011.9500E+00-1.000E+00
2GA 72FA 7 36.1000E-016.1000E-011.9500E+00-1.000E+00
2HA 72GA 7 36.1000E-016.1000E-011.9500E+00-1.000E+00
2IA 72HA 7 36.1000E-016.1000E-011.9500E+00-1.000E+00
03A 72IA 7 36.1000E-016.1000E-011.9500E+00-1.000E+00
3AA 703A 7 36.1000E-016.1000E-011.9500E+00-1.000E+00
3BA 73AA 7 36.1000E-016.1000E-011.9500E+00-1.000E+00
3CA 73BA 7 36.1000E-016.1000E-011.9500E+00-1.000E+00
3DA 73CA 7 36.1000E-016.1000E-011.9500E+00-1.000E+00
3EA 73DA 7 36.1000E-016.1000E-011.9500E+00-1.000E+00
3FA 73EA 7 36.1000E-016.1000E-011.9500E+00-1.000E+00
3GA 73FA 7 36.1000E-016.1000E-011.9500E+00-1.000E+00
3HA 73GA 7 36.1000E-016.1000E-011.9500E+00-1.000E+00
3IA 73HA 7 36.1000E-016.1000E-011.9500E+00-1.000E+00
2AA 802A 8 36.1000E-016.1000E-011.9500E+00-1.000E+00
2BA 82AA 8 36.1000E-016.1000E-011.9500E+00-1.000E+00
2CA 82BA 8 36.1000E-016.1000E-011.9500E+00-1.000E+00
2DA 82CA 8 36.1000E-016.1000E-011.9500E+00-1.000E+00
2EA 82DA 8 36.1000E-016.1000E-011.9500E+00-1.000E+00
2FA 82EA 8 36.1000E-016.1000E-011.9500E+00-1.000E+00
2GA 82FA 8 36.1000E-016.1000E-011.9500E+00-1.000E+00
2HA 82GA 8 36.1000E-016.1000E-011.9500E+00-1.000E+00
2IA 82HA 8 36.1000E-016.1000E-011.9500E+00-1.000E+00
03A 82IA 8 36.1000E-016.1000E-011.9500E+00-1.000E+00
3AA 803A 8 36.1000E-016.1000E-011.9500E+00-1.000E+00
3BA 83AA 8 36.1000E-016.1000E-011.9500E+00-1.000E+00
3CA 83BA 8 36.1000E-016.1000E-011.9500E+00-1.000E+00
3DA 83CA 8 36.1000E-016.1000E-011.9500E+00-1.000E+00
3EA 83DA 8 36.1000E-016.1000E-011.9500E+00-1.000E+00
3FA 83EA 8 36.1000E-016.1000E-011.9500E+00-1.000E+00
3GA 83FA 8 36.1000E-016.1000E-011.9500E+00-1.000E+00
3HA 83GA 8 36.1000E-016.1000E-011.9500E+00-1.000E+00
3IA 83HA 8 36.1000E-016.1000E-011.9500E+00-1.000E+00
2AA 902A 9 36.1000E-016.1000E-011.9500E+00-1.000E+00
2BA 92AA 9 36.1000E-016.1000E-011.9500E+00-1.000E+00
2CA 92BA 9 36.1000E-016.1000E-011.9500E+00-1.000E+00
2DA 92CA 9 36.1000E-016.1000E-011.9500E+00-1.000E+00
2EA 92DA 9 36.1000E-016.1000E-011.9500E+00-1.000E+00
2FA 92EA 9 36.1000E-016.1000E-011.9500E+00-1.000E+00
2GA 92FA 9 36.1000E-016.1000E-011.9500E+00-1.000E+00
2HA 92GA 9 36.1000E-016.1000E-011.9500E+00-1.000E+00
2IA 92HA 9 36.1000E-016.1000E-011.9500E+00-1.000E+00
03A 92IA 9 36.1000E-016.1000E-011.9500E+00-1.000E+00
3AA 903A 9 36.1000E-016.1000E-011.9500E+00-1.000E+00
3BA 93AA 9 36.1000E-016.1000E-011.9500E+00-1.000E+00
3CA 93BA 9 36.1000E-016.1000E-011.9500E+00-1.000E+00
3DA 93CA 9 36.1000E-016.1000E-011.9500E+00-1.000E+00
3EA 93DA 9 36.1000E-016.1000E-011.9500E+00-1.000E+00
3FA 93EA 9 36.1000E-016.1000E-011.9500E+00-1.000E+00
3GA 93FA 9 36.1000E-016.1000E-011.9500E+00-1.000E+00
3HA 93GA 9 36.1000E-016.1000E-011.9500E+00-1.000E+00
3IA 93HA 9 36.1000E-016.1000E-011.9500E+00-1.000E+00
2AA1002A10 36.1000E-016.1000E-011.9500E+00-1.000E+00
2BA102AA10 36.1000E-016.1000E-011.9500E+00-1.000E+00
2CA102BA10 36.1000E-016.1000E-011.9500E+00-1.000E+00
2DA102CA10 36.1000E-016.1000E-011.9500E+00-1.000E+00
2EA102DA10 36.1000E-016.1000E-011.9500E+00-1.000E+00
2FA102EA10 36.1000E-016.1000E-011.9500E+00-1.000E+00
2GA102FA10 36.1000E-016.1000E-011.9500E+00-1.000E+00
2HA102GA10 36.1000E-016.1000E-011.9500E+00-1.000E+00
2IA102HA10 36.1000E-016.1000E-011.9500E+00-1.000E+00
03A102IA10 36.1000E-016.1000E-011.9500E+00-1.000E+00
3AA1003A10 36.1000E-016.1000E-011.9500E+00-1.000E+00
3BA103AA10 36.1000E-016.1000E-011.9500E+00-1.000E+00
3CA103BA10 36.1000E-016.1000E-011.9500E+00-1.000E+00
3DA103CA10 36.1000E-016.1000E-011.9500E+00-1.000E+00
3EA103DA10 36.1000E-016.1000E-011.9500E+00-1.000E+00
3FA103EA10 36.1000E-016.1000E-011.9500E+00-1.000E+00
3GA103FA10 36.1000E-016.1000E-011.9500E+00-1.000E+00
3HA103GA10 36.1000E-016.1000E-011.9500E+00-1.000E+00
3IA103HA10 36.1000E-016.1000E-011.9500E+00-1.000E+00
2AA1102A11 36.1000E-016.1000E-012.5300E+00-1.000E+00
2BA112AA11 36.1000E-016.1000E-012.5300E+00-1.000E+00
2CA112BA11 36.1000E-016.1000E-012.5300E+00-1.000E+00
2DA112CA11 36.1000E-016.1000E-012.5300E+00-1.000E+00
2EA112DA11 36.1000E-016.1000E-012.5300E+00-1.000E+00
2FA112EA11 36.1000E-016.1000E-012.5300E+00-1.000E+00
2GA112FA11 36.1000E-016.1000E-012.5300E+00-1.000E+00
2HA112GA11 36.1000E-016.1000E-012.5300E+00-1.000E+00
2IA112HA11 36.1000E-016.1000E-012.5300E+00-1.000E+00
03A112IA11 36.1000E-016.1000E-012.5300E+00-1.000E+00
3AA1103A11 36.1000E-016.1000E-012.5300E+00-1.000E+00
3BA113AA11 36.1000E-016.1000E-012.5300E+00-1.000E+00
3CA113BA11 36.1000E-016.1000E-012.5300E+00-1.000E+00
3DA113CA11 36.1000E-016.1000E-012.5300E+00-1.000E+00
3EA113DA11 36.1000E-016.1000E-012.5300E+00-1.000E+00
3FA113EA11 36.1000E-016.1000E-012.5300E+00-1.000E+00
3GA113FA11 36.1000E-016.1000E-012.5300E+00-1.000E+00
3HA113GA11 36.1000E-016.1000E-012.5300E+00-1.000E+00
3IA113HA11 36.1000E-016.1000E-012.5300E+00-1.000E+00
2AA1202A12 36.1000E-016.1000E-011.9700E+00-1.000E+00
2BA122AA12 36.1000E-016.1000E-011.9700E+00-1.000E+00
2CA122BA12 36.1000E-016.1000E-011.9700E+00-1.000E+00
2DA122CA12 36.1000E-016.1000E-011.9700E+00-1.000E+00
2EA122DA12 36.1000E-016.1000E-011.9700E+00-1.000E+00
2FA122EA12 36.1000E-016.1000E-011.9700E+00-1.000E+00
2GA122FA12 36.1000E-016.1000E-011.9700E+00-1.000E+00
2HA122GA12 36.1000E-016.1000E-011.9700E+00-1.000E+00
2IA122HA12 36.1000E-016.1000E-011.9700E+00-1.000E+00
03A122IA12 36.1000E-016.1000E-011.9700E+00-1.000E+00
3AA1203A12 36.1000E-016.1000E-011.9700E+00-1.000E+00
3BA123AA12 36.1000E-016.1000E-011.9700E+00-1.000E+00
3CA123BA12 36.1000E-016.1000E-011.9700E+00-1.000E+00
3DA123CA12 36.1000E-016.1000E-011.9700E+00-1.000E+00
3EA123DA12 36.1000E-016.1000E-011.9700E+00-1.000E+00
3FA123EA12 36.1000E-016.1000E-011.9700E+00-1.000E+00
3GA123FA12 36.1000E-016.1000E-011.9700E+00-1.000E+00
3HA123GA12 36.1000E-016.1000E-011.9700E+00-1.000E+00
3IA123HA12 36.1000E-016.1000E-011.9700E+00-1.000E+00
2AA1302A13 36.1000E-016.1000E-011.9500E+00-1.000E+00
2BA132AA13 36.1000E-016.1000E-011.9500E+00-1.000E+00
2CA132BA13 36.1000E-016.1000E-011.9500E+00-1.000E+00
2DA132CA13 36.1000E-016.1000E-011.9500E+00-1.000E+00
2EA132DA13 36.1000E-016.1000E-011.9500E+00-1.000E+00
2FA132EA13 36.1000E-016.1000E-011.9500E+00-1.000E+00
2GA132FA13 36.1000E-016.1000E-011.9500E+00-1.000E+00
2HA132GA13 36.1000E-016.1000E-011.9500E+00-1.000E+00
2IA132HA13 36.1000E-016.1000E-011.9500E+00-1.000E+00
03A132IA13 36.1000E-016.1000E-011.9500E+00-1.000E+00
3AA1303A13 36.1000E-016.1000E-011.9500E+00-1.000E+00
3BA133AA13 36.1000E-016.1000E-011.9500E+00-1.000E+00
3CA133BA13 36.1000E-016.1000E-011.9500E+00-1.000E+00
3DA133CA13 36.1000E-016.1000E-011.9500E+00-1.000E+00
3EA133DA13 36.1000E-016.1000E-011.9500E+00-1.000E+00
3FA133EA13 36.1000E-016.1000E-011.9500E+00-1.000E+00
3GA133FA13 36.1000E-016.1000E-011.9500E+00-1.000E+00
3HA133GA13 36.1000E-016.1000E-011.9500E+00-1.000E+00
3IA133HA13 36.1000E-016.1000E-011.9500E+00-1.000E+00
2AA1402A14 36.1000E-016.1000E-011.9500E+00-1.000E+00
2BA142AA14 36.1000E-016.1000E-011.9500E+00-1.000E+00
2CA142BA14 36.1000E-016.1000E-011.9500E+00-1.000E+00
2DA142CA14 36.1000E-016.1000E-011.9500E+00-1.000E+00
2EA142DA14 36.1000E-016.1000E-011.9500E+00-1.000E+00
2FA142EA14 36.1000E-016.1000E-011.9500E+00-1.000E+00
2GA142FA14 36.1000E-016.1000E-011.9500E+00-1.000E+00
2HA142GA14 36.1000E-016.1000E-011.9500E+00-1.000E+00
2IA142HA14 36.1000E-016.1000E-011.9500E+00-1.000E+00
03A142IA14 36.1000E-016.1000E-011.9500E+00-1.000E+00
3AA1403A14 36.1000E-016.1000E-011.9500E+00-1.000E+00
3BA143AA14 36.1000E-016.1000E-011.9500E+00-1.000E+00
3CA143BA14 36.1000E-016.1000E-011.9500E+00-1.000E+00
3DA143CA14 36.1000E-016.1000E-011.9500E+00-1.000E+00
3EA143DA14 36.1000E-016.1000E-011.9500E+00-1.000E+00
3FA143EA14 36.1000E-016.1000E-011.9500E+00-1.000E+00
3GA143FA14 36.1000E-016.1000E-011.9500E+00-1.000E+00
3HA143GA14 36.1000E-016.1000E-011.9500E+00-1.000E+00
3IA143HA14 36.1000E-016.1000E-011.9500E+00-1.000E+00
2AA1502A15 36.1000E-016.1000E-011.9500E+00-1.000E+00
2BA152AA15 36.1000E-016.1000E-011.9500E+00-1.000E+00
2CA152BA15 36.1000E-016.1000E-011.9500E+00-1.000E+00
2DA152CA15 36.1000E-016.1000E-011.9500E+00-1.000E+00
2EA152DA15 36.1000E-016.1000E-011.9500E+00-1.000E+00
2FA152EA15 36.1000E-016.1000E-011.9500E+00-1.000E+00
2GA152FA15 36.1000E-016.1000E-011.9500E+00-1.000E+00
2HA152GA15 36.1000E-016.1000E-011.9500E+00-1.000E+00
2IA152HA15 36.1000E-016.1000E-011.9500E+00-1.000E+00
03A152IA15 36.1000E-016.1000E-011.9500E+00-1.000E+00
3AA1503A15 36.1000E-016.1000E-011.9500E+00-1.000E+00
3BA153AA15 36.1000E-016.1000E-011.9500E+00-1.000E+00
3CA153BA15 36.1000E-016.1000E-011.9500E+00-1.000E+00
3DA153CA15 36.1000E-016.1000E-011.9500E+00-1.000E+00
3EA153DA15 36.1000E-016.1000E-011.9500E+00-1.000E+00
3FA153EA15 36.1000E-016.1000E-011.9500E+00-1.000E+00
3GA153FA15 36.1000E-016.1000E-011.9500E+00-1.000E+00
3HA153GA15 36.1000E-016.1000E-011.9500E+00-1.000E+00
3IA153HA15 36.1000E-016.1000E-011.9500E+00-1.000E+00
2AA1602A16 36.1000E-016.1000E-011.9500E+00-1.000E+00
2BA162AA16 36.1000E-016.1000E-011.9500E+00-1.000E+00
2CA162BA16 36.1000E-016.1000E-011.9500E+00-1.000E+00
2DA162CA16 36.1000E-016.1000E-011.9500E+00-1.000E+00
2EA162DA16 36.1000E-016.1000E-011.9500E+00-1.000E+00
2FA162EA16 36.1000E-016.1000E-011.9500E+00-1.000E+00
2GA162FA16 36.1000E-016.1000E-011.9500E+00-1.000E+00
2HA162GA16 36.1000E-016.1000E-011.9500E+00-1.000E+00
2IA162HA16 36.1000E-016.1000E-011.9500E+00-1.000E+00
03A162IA16 36.1000E-016.1000E-011.9500E+00-1.000E+00
3AA1603A16 36.1000E-016.1000E-011.9500E+00-1.000E+00
3BA163AA16 36.1000E-016.1000E-011.9500E+00-1.000E+00
3CA163BA16 36.1000E-016.1000E-011.9500E+00-1.000E+00
3DA163CA16 36.1000E-016.1000E-011.9500E+00-1.000E+00
3EA163DA16 36.1000E-016.1000E-011.9500E+00-1.000E+00
3FA163EA16 36.1000E-016.1000E-011.9500E+00-1.000E+00
3GA163FA16 36.1000E-016.1000E-011.9500E+00-1.000E+00
3HA163GA16 36.1000E-016.1000E-011.9500E+00-1.000E+00
3IA163HA16 36.1000E-016.1000E-011.9500E+00-1.000E+00
2AA1702A17 36.1000E-016.1000E-011.9500E+00-1.000E+00
2BA172AA17 36.1000E-016.1000E-011.9500E+00-1.000E+00
2CA172BA17 36.1000E-016.1000E-011.9500E+00-1.000E+00
2DA172CA17 36.1000E-016.1000E-011.9500E+00-1.000E+00
2EA172DA17 36.1000E-016.1000E-011.9500E+00-1.000E+00
2FA172EA17 36.1000E-016.1000E-011.9500E+00-1.000E+00
2GA172FA17 36.1000E-016.1000E-011.9500E+00-1.000E+00
2HA172GA17 36.1000E-016.1000E-011.9500E+00-1.000E+00
2IA172HA17 36.1000E-016.1000E-011.9500E+00-1.000E+00
03A172IA17 36.1000E-016.1000E-011.9500E+00-1.000E+00
3AA1703A17 36.1000E-016.1000E-011.9500E+00-1.000E+00
3BA173AA17 36.1000E-016.1000E-011.9500E+00-1.000E+00
3CA173BA17 36.1000E-016.1000E-011.9500E+00-1.000E+00
3DA173CA17 36.1000E-016.1000E-011.9500E+00-1.000E+00
3EA173DA17 36.1000E-016.1000E-011.9500E+00-1.000E+00
3FA173EA17 36.1000E-016.1000E-011.9500E+00-1.000E+00
3GA173FA17 36.1000E-016.1000E-011.9500E+00-1.000E+00
3HA173GA17 36.1000E-016.1000E-011.9500E+00-1.000E+00
3IA173HA17 36.1000E-016.1000E-011.9500E+00-1.000E+00
2AA1802A18 36.1000E-016.1000E-011.9500E+00-1.000E+00
2BA182AA18 36.1000E-016.1000E-011.9500E+00-1.000E+00
2CA182BA18 36.1000E-016.1000E-011.9500E+00-1.000E+00
2DA182CA18 36.1000E-016.1000E-011.9500E+00-1.000E+00
2EA182DA18 36.1000E-016.1000E-011.9500E+00-1.000E+00
2FA182EA18 36.1000E-016.1000E-011.9500E+00-1.000E+00
2GA182FA18 36.1000E-016.1000E-011.9500E+00-1.000E+00
2HA182GA18 36.1000E-016.1000E-011.9500E+00-1.000E+00
2IA182HA18 36.1000E-016.1000E-011.9500E+00-1.000E+00
03A182IA18 36.1000E-016.1000E-011.9500E+00-1.000E+00
3AA1803A18 36.1000E-016.1000E-011.9500E+00-1.000E+00
3BA183AA18 36.1000E-016.1000E-011.9500E+00-1.000E+00
3CA183BA18 36.1000E-016.1000E-011.9500E+00-1.000E+00
3DA183CA18 36.1000E-016.1000E-011.9500E+00-1.000E+00
3EA183DA18 36.1000E-016.1000E-011.9500E+00-1.000E+00
3FA183EA18 36.1000E-016.1000E-011.9500E+00-1.000E+00
3GA183FA18 36.1000E-016.1000E-011.9500E+00-1.000E+00
3HA183GA18 36.1000E-016.1000E-011.9500E+00-1.000E+00
3IA183HA18 36.1000E-016.1000E-011.9500E+00-1.000E+00
2AA1902A19 36.1000E-016.1000E-011.9500E+00-1.000E+00
2BA192AA19 36.1000E-016.1000E-011.9500E+00-1.000E+00
2CA192BA19 36.1000E-016.1000E-011.9500E+00-1.000E+00
2DA192CA19 36.1000E-016.1000E-011.9500E+00-1.000E+00
2EA192DA19 36.1000E-016.1000E-011.9500E+00-1.000E+00
2FA192EA19 36.1000E-016.1000E-011.9500E+00-1.000E+00
2GA192FA19 36.1000E-016.1000E-011.9500E+00-1.000E+00
2HA192GA19 36.1000E-016.1000E-011.9500E+00-1.000E+00
2IA192HA19 36.1000E-016.1000E-011.9500E+00-1.000E+00
03A192IA19 36.1000E-016.1000E-011.9500E+00-1.000E+00
3AA1903A19 36.1000E-016.1000E-011.9500E+00-1.000E+00
3BA193AA19 36.1000E-016.1000E-011.9500E+00-1.000E+00
3CA193BA19 36.1000E-016.1000E-011.9500E+00-1.000E+00
3DA193CA19 36.1000E-016.1000E-011.9500E+00-1.000E+00
3EA193DA19 36.1000E-016.1000E-011.9500E+00-1.000E+00
3FA193EA19 36.1000E-016.1000E-011.9500E+00-1.000E+00
3GA193FA19 36.1000E-016.1000E-011.9500E+00-1.000E+00
3HA193GA19 36.1000E-016.1000E-011.9500E+00-1.000E+00
3IA193HA19 36.1000E-016.1000E-011.9500E+00-1.000E+00
2AA2002A20 36.1000E-016.1000E-011.9500E+00-1.000E+00
2BA202AA20 36.1000E-016.1000E-011.9500E+00-1.000E+00
2CA202BA20 36.1000E-016.1000E-011.9500E+00-1.000E+00
2DA202CA20 36.1000E-016.1000E-011.9500E+00-1.000E+00
2EA202DA20 36.1000E-016.1000E-011.9500E+00-1.000E+00
2FA202EA20 36.1000E-016.1000E-011.9500E+00-1.000E+00
2GA202FA20 36.1000E-016.1000E-011.9500E+00-1.000E+00
2HA202GA20 36.1000E-016.1000E-011.9500E+00-1.000E+00
2IA202HA20 36.1000E-016.1000E-011.9500E+00-1.000E+00
03A202IA20 36.1000E-016.1000E-011.9500E+00-1.000E+00
3AA2003A20 36.1000E-016.1000E-011.9500E+00-1.000E+00
3BA203AA20 36.1000E-016.1000E-011.9500E+00-1.000E+00
3CA203BA20 36.1000E-016.1000E-011.9500E+00-1.000E+00
3DA203CA20 36.1000E-016.1000E-011.9500E+00-1.000E+00
3EA203DA20 36.1000E-016.1000E-011.9500E+00-1.000E+00
3FA203EA20 36.1000E-016.1000E-011.9500E+00-1.000E+00
3GA203FA20 36.1000E-016.1000E-011.9500E+00-1.000E+00
3HA203GA20 36.1000E-016.1000E-011.9500E+00-1.000E+00
3IA203HA20 36.1000E-016.1000E-011.9500E+00-1.000E+00
2AA2102A21 36.1000E-016.1000E-011.9500E+00-1.000E+00
2BA212AA21 36.1000E-016.1000E-011.9500E+00-1.000E+00
2CA212BA21 36.1000E-016.1000E-011.9500E+00-1.000E+00
2DA212CA21 36.1000E-016.1000E-011.9500E+00-1.000E+00
2EA212DA21 36.1000E-016.1000E-011.9500E+00-1.000E+00
2FA212EA21 36.1000E-016.1000E-011.9500E+00-1.000E+00
2GA212FA21 36.1000E-016.1000E-011.9500E+00-1.000E+00
2HA212GA21 36.1000E-016.1000E-011.9500E+00-1.000E+00
2IA212HA21 36.1000E-016.1000E-011.9500E+00-1.000E+00
03A212IA21 36.1000E-016.1000E-011.9500E+00-1.000E+00
3AA2103A21 36.1000E-016.1000E-011.9500E+00-1.000E+00
3BA213AA21 36.1000E-016.1000E-011.9500E+00-1.000E+00
3CA213BA21 36.1000E-016.1000E-011.9500E+00-1.000E+00
3DA213CA21 36.1000E-016.1000E-011.9500E+00-1.000E+00
3EA213DA21 36.1000E-016.1000E-011.9500E+00-1.000E+00
3FA213EA21 36.1000E-016.1000E-011.9500E+00-1.000E+00
3GA213FA21 36.1000E-016.1000E-011.9500E+00-1.000E+00
3HA213GA21 36.1000E-016.1000E-011.9500E+00-1.000E+00
3IA213HA21 36.1000E-016.1000E-011.9500E+00-1.000E+00
2AA2202A22 36.1000E-016.1000E-011.9500E+00-1.000E+00
2BA222AA22 36.1000E-016.1000E-011.9500E+00-1.000E+00
2CA222BA22 36.1000E-016.1000E-011.9500E+00-1.000E+00
2DA222CA22 36.1000E-016.1000E-011.9500E+00-1.000E+00
2EA222DA22 36.1000E-016.1000E-011.9500E+00-1.000E+00
2FA222EA22 36.1000E-016.1000E-011.9500E+00-1.000E+00
2GA222FA22 36.1000E-016.1000E-011.9500E+00-1.000E+00
2HA222GA22 36.1000E-016.1000E-011.9500E+00-1.000E+00
2IA222HA22 36.1000E-016.1000E-011.9500E+00-1.000E+00
03A222IA22 36.1000E-016.1000E-011.9500E+00-1.000E+00
3AA2203A22 36.1000E-016.1000E-011.9500E+00-1.000E+00
3BA223AA22 36.1000E-016.1000E-011.9500E+00-1.000E+00
3CA223BA22 36.1000E-016.1000E-011.9500E+00-1.000E+00
3DA223CA22 36.1000E-016.1000E-011.9500E+00-1.000E+00
3EA223DA22 36.1000E-016.1000E-011.9500E+00-1.000E+00
3FA223EA22 36.1000E-016.1000E-011.9500E+00-1.000E+00
3GA223FA22 36.1000E-016.1000E-011.9500E+00-1.000E+00
3HA223GA22 36.1000E-016.1000E-011.9500E+00-1.000E+00
3IA223HA22 36.1000E-016.1000E-011.9500E+00-1.000E+00
2AA2302A23 36.1000E-016.1000E-012.3400E+00-1.000E+00
2BA232AA23 36.1000E-016.1000E-012.3400E+00-1.000E+00
2CA232BA23 36.1000E-016.1000E-012.3400E+00-1.000E+00
2DA232CA23 36.1000E-016.1000E-012.3400E+00-1.000E+00
2EA232DA23 36.1000E-016.1000E-012.3400E+00-1.000E+00
2FA232EA23 36.1000E-016.1000E-012.3400E+00-1.000E+00
2GA232FA23 36.1000E-016.1000E-012.3400E+00-1.000E+00
2HA232GA23 36.1000E-016.1000E-012.3400E+00-1.000E+00
2IA232HA23 36.1000E-016.1000E-012.3400E+00-1.000E+00
03A232IA23 36.1000E-016.1000E-012.3400E+00-1.000E+00
3AA2303A23 36.1000E-016.1000E-012.3400E+00-1.000E+00
3BA233AA23 36.1000E-016.1000E-012.3400E+00-1.000E+00
3CA233BA23 36.1000E-016.1000E-012.3400E+00-1.000E+00
3DA233CA23 36.1000E-016.1000E-012.3400E+00-1.000E+00
3EA233DA23 36.1000E-016.1000E-012.3400E+00-1.000E+00
3FA233EA23 36.1000E-016.1000E-012.3400E+00-1.000E+00
3GA233FA23 36.1000E-016.1000E-012.3400E+00-1.000E+00
3HA233GA23 36.1000E-016.1000E-012.3400E+00-1.000E+00
3IA233HA23 36.1000E-016.1000E-012.3400E+00-1.000E+00
2AA2402A24 36.1000E-016.1000E-011.5000E+00-1.000E+00
2BA242AA24 36.1000E-016.1000E-011.5000E+00-1.000E+00
2CA242BA24 36.1000E-016.1000E-011.5000E+00-1.000E+00
2DA242CA24 36.1000E-016.1000E-011.5000E+00-1.000E+00
2EA242DA24 36.1000E-016.1000E-011.5000E+00-1.000E+00
2FA242EA24 36.1000E-016.1000E-011.5000E+00-1.000E+00
2GA242FA24 36.1000E-016.1000E-011.5000E+00-1.000E+00
2HA242GA24 36.1000E-016.1000E-011.5000E+00-1.000E+00
2IA242HA24 36.1000E-016.1000E-011.5000E+00-1.000E+00
03A242IA24 36.1000E-016.1000E-011.5000E+00-1.000E+00
3AA2403A24 36.1000E-016.1000E-011.5000E+00-1.000E+00
3BA243AA24 36.1000E-016.1000E-011.5000E+00-1.000E+00
3CA243BA24 36.1000E-016.1000E-011.5000E+00-1.000E+00
3DA243CA24 36.1000E-016.1000E-011.5000E+00-1.000E+00
3EA243DA24 36.1000E-016.1000E-011.5000E+00-1.000E+00
3FA243EA24 36.1000E-016.1000E-011.5000E+00-1.000E+00
3GA243FA24 36.1000E-016.1000E-011.5000E+00-1.000E+00
3HA243GA24 36.1000E-016.1000E-011.5000E+00-1.000E+00
3IA243HA24 36.1000E-016.1000E-011.5000E+00-1.000E+00
2AA2502A25 36.1000E-016.1000E-012.2600E+00-1.000E+00
2BA252AA25 36.1000E-016.1000E-012.2600E+00-1.000E+00
2CA252BA25 36.1000E-016.1000E-012.2600E+00-1.000E+00
2DA252CA25 36.1000E-016.1000E-012.2600E+00-1.000E+00
2EA252DA25 36.1000E-016.1000E-012.2600E+00-1.000E+00
2FA252EA25 36.1000E-016.1000E-012.2600E+00-1.000E+00
2GA252FA25 36.1000E-016.1000E-012.2600E+00-1.000E+00
2HA252GA25 36.1000E-016.1000E-012.2600E+00-1.000E+00
2IA252HA25 36.1000E-016.1000E-012.2600E+00-1.000E+00
03A252IA25 36.1000E-016.1000E-012.2600E+00-1.000E+00
3AA2503A25 36.1000E-016.1000E-012.2600E+00-1.000E+00
3BA253AA25 36.1000E-016.1000E-012.2600E+00-1.000E+00
3CA253BA25 36.1000E-016.1000E-012.2600E+00-1.000E+00
3DA253CA25 36.1000E-016.1000E-012.2600E+00-1.000E+00
3EA253DA25 36.1000E-016.1000E-012.2600E+00-1.000E+00
3FA253EA25 36.1000E-016.1000E-012.2600E+00-1.000E+00
3GA253FA25 36.1000E-016.1000E-012.2600E+00-1.000E+00
3HA253GA25 36.1000E-016.1000E-012.2600E+00-1.000E+00
3IA253HA25 36.1000E-016.1000E-012.2600E+00-1.000E+00
2AA2602A26 36.1000E-016.1000E-011.9500E+00-1.000E+00
2BA262AA26 36.1000E-016.1000E-011.9500E+00-1.000E+00
2CA262BA26 36.1000E-016.1000E-011.9500E+00-1.000E+00
2DA262CA26 36.1000E-016.1000E-011.9500E+00-1.000E+00
2EA262DA26 36.1000E-016.1000E-011.9500E+00-1.000E+00
2FA262EA26 36.1000E-016.1000E-011.9500E+00-1.000E+00
2GA262FA26 36.1000E-016.1000E-011.9500E+00-1.000E+00
2HA262GA26 36.1000E-016.1000E-011.9500E+00-1.000E+00
2IA262HA26 36.1000E-016.1000E-011.9500E+00-1.000E+00
03A262IA26 36.1000E-016.1000E-011.9500E+00-1.000E+00
3AA2603A26 36.1000E-016.1000E-011.9500E+00-1.000E+00
3BA263AA26 36.1000E-016.1000E-011.9500E+00-1.000E+00
3CA263BA26 36.1000E-016.1000E-011.9500E+00-1.000E+00
3DA263CA26 36.1000E-016.1000E-011.9500E+00-1.000E+00
3EA263DA26 36.1000E-016.1000E-011.9500E+00-1.000E+00
3FA263EA26 36.1000E-016.1000E-011.9500E+00-1.000E+00
3GA263FA26 36.1000E-016.1000E-011.9500E+00-1.000E+00
3HA263GA26 36.1000E-016.1000E-011.9500E+00-1.000E+00
3IA263HA26 36.1000E-016.1000E-011.9500E+00-1.000E+00
2AA2702A27 36.1000E-016.1000E-011.9500E+00-1.000E+00
2BA272AA27 36.1000E-016.1000E-011.9500E+00-1.000E+00
2CA272BA27 36.1000E-016.1000E-011.9500E+00-1.000E+00
2DA272CA27 36.1000E-016.1000E-011.9500E+00-1.000E+00
2EA272DA27 36.1000E-016.1000E-011.9500E+00-1.000E+00
2FA272EA27 36.1000E-016.1000E-011.9500E+00-1.000E+00
2GA272FA27 36.1000E-016.1000E-011.9500E+00-1.000E+00
2HA272GA27 36.1000E-016.1000E-011.9500E+00-1.000E+00
2IA272HA27 36.1000E-016.1000E-011.9500E+00-1.000E+00
03A272IA27 36.1000E-016.1000E-011.9500E+00-1.000E+00
3AA2703A27 36.1000E-016.1000E-011.9500E+00-1.000E+00
3BA273AA27 36.1000E-016.1000E-011.9500E+00-1.000E+00
3CA273BA27 36.1000E-016.1000E-011.9500E+00-1.000E+00
3DA273CA27 36.1000E-016.1000E-011.9500E+00-1.000E+00
3EA273DA27 36.1000E-016.1000E-011.9500E+00-1.000E+00
3FA273EA27 36.1000E-016.1000E-011.9500E+00-1.000E+00
3GA273FA27 36.1000E-016.1000E-011.9500E+00-1.000E+00
3HA273GA27 36.1000E-016.1000E-011.9500E+00-1.000E+00
3IA273HA27 36.1000E-016.1000E-011.9500E+00-1.000E+00
2AA2802A28 36.1000E-016.1000E-011.9500E+00-1.000E+00
2BA282AA28 36.1000E-016.1000E-011.9500E+00-1.000E+00
2CA282BA28 36.1000E-016.1000E-011.9500E+00-1.000E+00
2DA282CA28 36.1000E-016.1000E-011.9500E+00-1.000E+00
2EA282DA28 36.1000E-016.1000E-011.9500E+00-1.000E+00
2FA282EA28 36.1000E-016.1000E-011.9500E+00-1.000E+00
2GA282FA28 36.1000E-016.1000E-011.9500E+00-1.000E+00
2HA282GA28 36.1000E-016.1000E-011.9500E+00-1.000E+00
2IA282HA28 36.1000E-016.1000E-011.9500E+00-1.000E+00
03A282IA28 36.1000E-016.1000E-011.9500E+00-1.000E+00
3AA2803A28 36.1000E-016.1000E-011.9500E+00-1.000E+00
3BA283AA28 36.1000E-016.1000E-011.9500E+00-1.000E+00
3CA283BA28 36.1000E-016.1000E-011.9500E+00-1.000E+00
3DA283CA28 36.1000E-016.1000E-011.9500E+00-1.000E+00
3EA283DA28 36.1000E-016.1000E-011.9500E+00-1.000E+00
3FA283EA28 36.1000E-016.1000E-011.9500E+00-1.000E+00
3GA283FA28 36.1000E-016.1000E-011.9500E+00-1.000E+00
3HA283GA28 36.1000E-016.1000E-011.9500E+00-1.000E+00
3IA283HA28 36.1000E-016.1000E-011.9500E+00-1.000E+00
2AA2902A29 36.1000E-016.1000E-011.9500E+00-1.000E+00
2BA292AA29 36.1000E-016.1000E-011.9500E+00-1.000E+00
2CA292BA29 36.1000E-016.1000E-011.9500E+00-1.000E+00
2DA292CA29 36.1000E-016.1000E-011.9500E+00-1.000E+00
2EA292DA29 36.1000E-016.1000E-011.9500E+00-1.000E+00
2FA292EA29 36.1000E-016.1000E-011.9500E+00-1.000E+00
2GA292FA29 36.1000E-016.1000E-011.9500E+00-1.000E+00
2HA292GA29 36.1000E-016.1000E-011.9500E+00-1.000E+00
2IA292HA29 36.1000E-016.1000E-011.9500E+00-1.000E+00
03A292IA29 36.1000E-016.1000E-011.9500E+00-1.000E+00
3AA2903A29 36.1000E-016.1000E-011.9500E+00-1.000E+00
3BA293AA29 36.1000E-016.1000E-011.9500E+00-1.000E+00
3CA293BA29 36.1000E-016.1000E-011.9500E+00-1.000E+00
3DA293CA29 36.1000E-016.1000E-011.9500E+00-1.000E+00
3EA293DA29 36.1000E-016.1000E-011.9500E+00-1.000E+00
3FA293EA29 36.1000E-016.1000E-011.9500E+00-1.000E+00
3GA293FA29 36.1000E-016.1000E-011.9500E+00-1.000E+00
3HA293GA29 36.1000E-016.1000E-011.9500E+00-1.000E+00
3IA293HA29 36.1000E-016.1000E-011.9500E+00-1.000E+00
2AA3002A30 36.1000E-016.1000E-011.9500E+00-1.000E+00
2BA302AA30 36.1000E-016.1000E-011.9500E+00-1.000E+00
2CA302BA30 36.1000E-016.1000E-011.9500E+00-1.000E+00
2DA302CA30 36.1000E-016.1000E-011.9500E+00-1.000E+00
2EA302DA30 36.1000E-016.1000E-011.9500E+00-1.000E+00
2FA302EA30 36.1000E-016.1000E-011.9500E+00-1.000E+00
2GA302FA30 36.1000E-016.1000E-011.9500E+00-1.000E+00
2HA302GA30 36.1000E-016.1000E-011.9500E+00-1.000E+00
2IA302HA30 36.1000E-016.1000E-011.9500E+00-1.000E+00
03A302IA30 36.1000E-016.1000E-011.9500E+00-1.000E+00
3AA3003A30 36.1000E-016.1000E-011.9500E+00-1.000E+00
3BA303AA30 36.1000E-016.1000E-011.9500E+00-1.000E+00
3CA303BA30 36.1000E-016.1000E-011.9500E+00-1.000E+00
3DA303CA30 36.1000E-016.1000E-011.9500E+00-1.000E+00
3EA303DA30 36.1000E-016.1000E-011.9500E+00-1.000E+00
3FA303EA30 36.1000E-016.1000E-011.9500E+00-1.000E+00
3GA303FA30 36.1000E-016.1000E-011.9500E+00-1.000E+00
3HA303GA30 36.1000E-016.1000E-011.9500E+00-1.000E+00
3IA303HA30 36.1000E-016.1000E-011.9500E+00-1.000E+00
2AA3102A31 36.1000E-016.1000E-011.9500E+00-1.000E+00
2BA312AA31 36.1000E-016.1000E-011.9500E+00-1.000E+00
2CA312BA31 36.1000E-016.1000E-011.9500E+00-1.000E+00
2DA312CA31 36.1000E-016.1000E-011.9500E+00-1.000E+00
2EA312DA31 36.1000E-016.1000E-011.9500E+00-1.000E+00
2FA312EA31 36.1000E-016.1000E-011.9500E+00-1.000E+00
2GA312FA31 36.1000E-016.1000E-011.9500E+00-1.000E+00
2HA312GA31 36.1000E-016.1000E-011.9500E+00-1.000E+00
2IA312HA31 36.1000E-016.1000E-011.9500E+00-1.000E+00
03A312IA31 36.1000E-016.1000E-011.9500E+00-1.000E+00
3AA3103A31 36.1000E-016.1000E-011.9500E+00-1.000E+00
3BA313AA31 36.1000E-016.1000E-011.9500E+00-1.000E+00
3CA313BA31 36.1000E-016.1000E-011.9500E+00-1.000E+00
3DA313CA31 36.1000E-016.1000E-011.9500E+00-1.000E+00
3EA313DA31 36.1000E-016.1000E-011.9500E+00-1.000E+00
3FA313EA31 36.1000E-016.1000E-011.9500E+00-1.000E+00
3GA313FA31 36.1000E-016.1000E-011.9500E+00-1.000E+00
3HA313GA31 36.1000E-016.1000E-011.9500E+00-1.000E+00
3IA313HA31 36.1000E-016.1000E-011.9500E+00-1.000E+00
2AA3202A32 36.1000E-016.1000E-011.9500E+00-1.000E+00
2BA322AA32 36.1000E-016.1000E-011.9500E+00-1.000E+00
2CA322BA32 36.1000E-016.1000E-011.9500E+00-1.000E+00
2DA322CA32 36.1000E-016.1000E-011.9500E+00-1.000E+00
2EA322DA32 36.1000E-016.1000E-011.9500E+00-1.000E+00
2FA322EA32 36.1000E-016.1000E-011.9500E+00-1.000E+00
2GA322FA32 36.1000E-016.1000E-011.9500E+00-1.000E+00
2HA322GA32 36.1000E-016.1000E-011.9500E+00-1.000E+00
2IA322HA32 36.1000E-016.1000E-011.9500E+00-1.000E+00
03A322IA32 36.1000E-016.1000E-011.9500E+00-1.000E+00
3AA3203A32 36.1000E-016.1000E-011.9500E+00-1.000E+00
3BA323AA32 36.1000E-016.1000E-011.9500E+00-1.000E+00
3CA323BA32 36.1000E-016.1000E-011.9500E+00-1.000E+00
3DA323CA32 36.1000E-016.1000E-011.9500E+00-1.000E+00
3EA323DA32 36.1000E-016.1000E-011.9500E+00-1.000E+00
3FA323EA32 36.1000E-016.1000E-011.9500E+00-1.000E+00
3GA323FA32 36.1000E-016.1000E-011.9500E+00-1.000E+00
3HA323GA32 36.1000E-016.1000E-011.9500E+00-1.000E+00
3IA323HA32 36.1000E-016.1000E-011.9500E+00-1.000E+00
2AA3302A33 36.1000E-016.1000E-011.9500E+00-1.000E+00
2BA332AA33 36.1000E-016.1000E-011.9500E+00-1.000E+00
2CA332BA33 36.1000E-016.1000E-011.9500E+00-1.000E+00
2DA332CA33 36.1000E-016.1000E-011.9500E+00-1.000E+00
2EA332DA33 36.1000E-016.1000E-011.9500E+00-1.000E+00
2FA332EA33 36.1000E-016.1000E-011.9500E+00-1.000E+00
2GA332FA33 36.1000E-016.1000E-011.9500E+00-1.000E+00
2HA332GA33 36.1000E-016.1000E-011.9500E+00-1.000E+00
2IA332HA33 36.1000E-016.1000E-011.9500E+00-1.000E+00
03A332IA33 36.1000E-016.1000E-011.9500E+00-1.000E+00
3AA3303A33 36.1000E-016.1000E-011.9500E+00-1.000E+00
3BA333AA33 36.1000E-016.1000E-011.9500E+00-1.000E+00
3CA333BA33 36.1000E-016.1000E-011.9500E+00-1.000E+00
3DA333CA33 36.1000E-016.1000E-011.9500E+00-1.000E+00
3EA333DA33 36.1000E-016.1000E-011.9500E+00-1.000E+00
3FA333EA33 36.1000E-016.1000E-011.9500E+00-1.000E+00
3GA333FA33 36.1000E-016.1000E-011.9500E+00-1.000E+00
3HA333GA33 36.1000E-016.1000E-011.9500E+00-1.000E+00
3IA333HA33 36.1000E-016.1000E-011.9500E+00-1.000E+00
2AA3402A34 36.1000E-016.1000E-012.2700E+00-1.000E+00
2BA342AA34 36.1000E-016.1000E-012.2700E+00-1.000E+00
2CA342BA34 36.1000E-016.1000E-012.2700E+00-1.000E+00
2DA342CA34 36.1000E-016.1000E-012.2700E+00-1.000E+00
2EA342DA34 36.1000E-016.1000E-012.2700E+00-1.000E+00
2FA342EA34 36.1000E-016.1000E-012.2700E+00-1.000E+00
2GA342FA34 36.1000E-016.1000E-012.2700E+00-1.000E+00
2HA342GA34 36.1000E-016.1000E-012.2700E+00-1.000E+00
2IA342HA34 36.1000E-016.1000E-012.2700E+00-1.000E+00
03A342IA34 36.1000E-016.1000E-012.2700E+00-1.000E+00
3AA3403A34 36.1000E-016.1000E-012.2700E+00-1.000E+00
3BA343AA34 36.1000E-016.1000E-012.2700E+00-1.000E+00
3CA343BA34 36.1000E-016.1000E-012.2700E+00-1.000E+00
3DA343CA34 36.1000E-016.1000E-012.2700E+00-1.000E+00
3EA343DA34 36.1000E-016.1000E-012.2700E+00-1.000E+00
3FA343EA34 36.1000E-016.1000E-012.2700E+00-1.000E+00
3GA343FA34 36.1000E-016.1000E-012.2700E+00-1.000E+00
3HA343GA34 36.1000E-016.1000E-012.2700E+00-1.000E+00
3IA343HA34 36.1000E-016.1000E-012.2700E+00-1.000E+00
2AA3502A35 36.1000E-016.1000E-012.4100E+00-1.000E+00
2BA352AA35 36.1000E-016.1000E-012.4100E+00-1.000E+00
2CA352BA35 36.1000E-016.1000E-012.4100E+00-1.000E+00
2DA352CA35 36.1000E-016.1000E-012.4100E+00-1.000E+00
2EA352DA35 36.1000E-016.1000E-012.4100E+00-1.000E+00
2FA352EA35 36.1000E-016.1000E-012.4100E+00-1.000E+00
2GA352FA35 36.1000E-016.1000E-012.4100E+00-1.000E+00
2HA352GA35 36.1000E-016.1000E-012.4100E+00-1.000E+00
2IA352HA35 36.1000E-016.1000E-012.4100E+00-1.000E+00
03A352IA35 36.1000E-016.1000E-012.4100E+00-1.000E+00
3AA3503A35 36.1000E-016.1000E-012.4100E+00-1.000E+00
3BA353AA35 36.1000E-016.1000E-012.4100E+00-1.000E+00
3CA353BA35 36.1000E-016.1000E-012.4100E+00-1.000E+00
3DA353CA35 36.1000E-016.1000E-012.4100E+00-1.000E+00
3EA353DA35 36.1000E-016.1000E-012.4100E+00-1.000E+00
3FA353EA35 36.1000E-016.1000E-012.4100E+00-1.000E+00
3GA353FA35 36.1000E-016.1000E-012.4100E+00-1.000E+00
3HA353GA35 36.1000E-016.1000E-012.4100E+00-1.000E+00
3IA353HA35 36.1000E-016.1000E-012.4100E+00-1.000E+00
2AA3602A36 36.1000E-016.1000E-011.9500E+00-1.000E+00
2BA362AA36 36.1000E-016.1000E-011.9500E+00-1.000E+00
2CA362BA36 36.1000E-016.1000E-011.9500E+00-1.000E+00
2DA362CA36 36.1000E-016.1000E-011.9500E+00-1.000E+00
2EA362DA36 36.1000E-016.1000E-011.9500E+00-1.000E+00
2FA362EA36 36.1000E-016.1000E-011.9500E+00-1.000E+00
2GA362FA36 36.1000E-016.1000E-011.9500E+00-1.000E+00
2HA362GA36 36.1000E-016.1000E-011.9500E+00-1.000E+00
2IA362HA36 36.1000E-016.1000E-011.9500E+00-1.000E+00
03A362IA36 36.1000E-016.1000E-011.9500E+00-1.000E+00
3AA3603A36 36.1000E-016.1000E-011.9500E+00-1.000E+00
3BA363AA36 36.1000E-016.1000E-011.9500E+00-1.000E+00
3CA363BA36 36.1000E-016.1000E-011.9500E+00-1.000E+00
3DA363CA36 36.1000E-016.1000E-011.9500E+00-1.000E+00
3EA363DA36 36.1000E-016.1000E-011.9500E+00-1.000E+00
3FA363EA36 36.1000E-016.1000E-011.9500E+00-1.000E+00
3GA363FA36 36.1000E-016.1000E-011.9500E+00-1.000E+00
3HA363GA36 36.1000E-016.1000E-011.9500E+00-1.000E+00
3IA363HA36 36.1000E-016.1000E-011.9500E+00-1.000E+00
2AA3702A37 36.1000E-016.1000E-011.9500E+00-1.000E+00
2BA372AA37 36.1000E-016.1000E-011.9500E+00-1.000E+00
2CA372BA37 36.1000E-016.1000E-011.9500E+00-1.000E+00
2DA372CA37 36.1000E-016.1000E-011.9500E+00-1.000E+00
2EA372DA37 36.1000E-016.1000E-011.9500E+00-1.000E+00
2FA372EA37 36.1000E-016.1000E-011.9500E+00-1.000E+00
2GA372FA37 36.1000E-016.1000E-011.9500E+00-1.000E+00
2HA372GA37 36.1000E-016.1000E-011.9500E+00-1.000E+00
2IA372HA37 36.1000E-016.1000E-011.9500E+00-1.000E+00
03A372IA37 36.1000E-016.1000E-011.9500E+00-1.000E+00
3AA3703A37 36.1000E-016.1000E-011.9500E+00-1.000E+00
3BA373AA37 36.1000E-016.1000E-011.9500E+00-1.000E+00
3CA373BA37 36.1000E-016.1000E-011.9500E+00-1.000E+00
3DA373CA37 36.1000E-016.1000E-011.9500E+00-1.000E+00
3EA373DA37 36.1000E-016.1000E-011.9500E+00-1.000E+00
3FA373EA37 36.1000E-016.1000E-011.9500E+00-1.000E+00
3GA373FA37 36.1000E-016.1000E-011.9500E+00-1.000E+00
3HA373GA37 36.1000E-016.1000E-011.9500E+00-1.000E+00
3IA373HA37 36.1000E-016.1000E-011.9500E+00-1.000E+00
2AA3802A38 36.1000E-016.1000E-011.9500E+00-1.000E+00
2BA382AA38 36.1000E-016.1000E-011.9500E+00-1.000E+00
2CA382BA38 36.1000E-016.1000E-011.9500E+00-1.000E+00
2DA382CA38 36.1000E-016.1000E-011.9500E+00-1.000E+00
2EA382DA38 36.1000E-016.1000E-011.9500E+00-1.000E+00
2FA382EA38 36.1000E-016.1000E-011.9500E+00-1.000E+00
2GA382FA38 36.1000E-016.1000E-011.9500E+00-1.000E+00
2HA382GA38 36.1000E-016.1000E-011.9500E+00-1.000E+00
2IA382HA38 36.1000E-016.1000E-011.9500E+00-1.000E+00
03A382IA38 36.1000E-016.1000E-011.9500E+00-1.000E+00
3AA3803A38 36.1000E-016.1000E-011.9500E+00-1.000E+00
3BA383AA38 36.1000E-016.1000E-011.9500E+00-1.000E+00
3CA383BA38 36.1000E-016.1000E-011.9500E+00-1.000E+00
3DA383CA38 36.1000E-016.1000E-011.9500E+00-1.000E+00
3EA383DA38 36.1000E-016.1000E-011.9500E+00-1.000E+00
3FA383EA38 36.1000E-016.1000E-011.9500E+00-1.000E+00
3GA383FA38 36.1000E-016.1000E-011.9500E+00-1.000E+00
3HA383GA38 36.1000E-016.1000E-011.9500E+00-1.000E+00
3IA383HA38 36.1000E-016.1000E-011.9500E+00-1.000E+00
2AA3902A39 36.1000E-016.1000E-011.9500E+00-1.000E+00
2BA392AA39 36.1000E-016.1000E-011.9500E+00-1.000E+00
2CA392BA39 36.1000E-016.1000E-011.9500E+00-1.000E+00
2DA392CA39 36.1000E-016.1000E-011.9500E+00-1.000E+00
2EA392DA39 36.1000E-016.1000E-011.9500E+00-1.000E+00
2FA392EA39 36.1000E-016.1000E-011.9500E+00-1.000E+00
2GA392FA39 36.1000E-016.1000E-011.9500E+00-1.000E+00
2HA392GA39 36.1000E-016.1000E-011.9500E+00-1.000E+00
2IA392HA39 36.1000E-016.1000E-011.9500E+00-1.000E+00
03A392IA39 36.1000E-016.1000E-011.9500E+00-1.000E+00
3AA3903A39 36.1000E-016.1000E-011.9500E+00-1.000E+00
3BA393AA39 36.1000E-016.1000E-011.9500E+00-1.000E+00
3CA393BA39 36.1000E-016.1000E-011.9500E+00-1.000E+00
3DA393CA39 36.1000E-016.1000E-011.9500E+00-1.000E+00
3EA393DA39 36.1000E-016.1000E-011.9500E+00-1.000E+00
3FA393EA39 36.1000E-016.1000E-011.9500E+00-1.000E+00
3GA393FA39 36.1000E-016.1000E-011.9500E+00-1.000E+00
3HA393GA39 36.1000E-016.1000E-011.9500E+00-1.000E+00
3IA393HA39 36.1000E-016.1000E-011.9500E+00-1.000E+00
2AA4002A40 36.1000E-016.1000E-011.9500E+00-1.000E+00
2BA402AA40 36.1000E-016.1000E-011.9500E+00-1.000E+00
2CA402BA40 36.1000E-016.1000E-011.9500E+00-1.000E+00
2DA402CA40 36.1000E-016.1000E-011.9500E+00-1.000E+00
2EA402DA40 36.1000E-016.1000E-011.9500E+00-1.000E+00
2FA402EA40 36.1000E-016.1000E-011.9500E+00-1.000E+00
2GA402FA40 36.1000E-016.1000E-011.9500E+00-1.000E+00
2HA402GA40 36.1000E-016.1000E-011.9500E+00-1.000E+00
2IA402HA40 36.1000E-016.1000E-011.9500E+00-1.000E+00
03A402IA40 36.1000E-016.1000E-011.9500E+00-1.000E+00
3AA4003A40 36.1000E-016.1000E-011.9500E+00-1.000E+00
3BA403AA40 36.1000E-016.1000E-011.9500E+00-1.000E+00
3CA403BA40 36.1000E-016.1000E-011.9500E+00-1.000E+00
3DA403CA40 36.1000E-016.1000E-011.9500E+00-1.000E+00
3EA403DA40 36.1000E-016.1000E-011.9500E+00-1.000E+00
3FA403EA40 36.1000E-016.1000E-011.9500E+00-1.000E+00
3GA403FA40 36.1000E-016.1000E-011.9500E+00-1.000E+00
3HA403GA40 36.1000E-016.1000E-011.9500E+00-1.000E+00
3IA403HA40 36.1000E-016.1000E-011.9500E+00-1.000E+00
2AA4102A41 36.1000E-016.1000E-011.9500E+00-1.000E+00
2BA412AA41 36.1000E-016.1000E-011.9500E+00-1.000E+00
2CA412BA41 36.1000E-016.1000E-011.9500E+00-1.000E+00
2DA412CA41 36.1000E-016.1000E-011.9500E+00-1.000E+00
2EA412DA41 36.1000E-016.1000E-011.9500E+00-1.000E+00
2FA412EA41 36.1000E-016.1000E-011.9500E+00-1.000E+00
2GA412FA41 36.1000E-016.1000E-011.9500E+00-1.000E+00
2HA412GA41 36.1000E-016.1000E-011.9500E+00-1.000E+00
2IA412HA41 36.1000E-016.1000E-011.9500E+00-1.000E+00
03A412IA41 36.1000E-016.1000E-011.9500E+00-1.000E+00
3AA4103A41 36.1000E-016.1000E-011.9500E+00-1.000E+00
3BA413AA41 36.1000E-016.1000E-011.9500E+00-1.000E+00
3CA413BA41 36.1000E-016.1000E-011.9500E+00-1.000E+00
3DA413CA41 36.1000E-016.1000E-011.9500E+00-1.000E+00
3EA413DA41 36.1000E-016.1000E-011.9500E+00-1.000E+00
3FA413EA41 36.1000E-016.1000E-011.9500E+00-1.000E+00
3GA413FA41 36.1000E-016.1000E-011.9500E+00-1.000E+00
3HA413GA41 36.1000E-016.1000E-011.9500E+00-1.000E+00
3IA413HA41 36.1000E-016.1000E-011.9500E+00-1.000E+00
2AA4202A42 36.1000E-016.1000E-011.9500E+00-1.000E+00
2BA422AA42 36.1000E-016.1000E-011.9500E+00-1.000E+00
2CA422BA42 36.1000E-016.1000E-011.9500E+00-1.000E+00
2DA422CA42 36.1000E-016.1000E-011.9500E+00-1.000E+00
2EA422DA42 36.1000E-016.1000E-011.9500E+00-1.000E+00
2FA422EA42 36.1000E-016.1000E-011.9500E+00-1.000E+00
2GA422FA42 36.1000E-016.1000E-011.9500E+00-1.000E+00
2HA422GA42 36.1000E-016.1000E-011.9500E+00-1.000E+00
2IA422HA42 36.1000E-016.1000E-011.9500E+00-1.000E+00
03A422IA42 36.1000E-016.1000E-011.9500E+00-1.000E+00
3AA4203A42 36.1000E-016.1000E-011.9500E+00-1.000E+00
3BA423AA42 36.1000E-016.1000E-011.9500E+00-1.000E+00
3CA423BA42 36.1000E-016.1000E-011.9500E+00-1.000E+00
3DA423CA42 36.1000E-016.1000E-011.9500E+00-1.000E+00
3EA423DA42 36.1000E-016.1000E-011.9500E+00-1.000E+00
3FA423EA42 36.1000E-016.1000E-011.9500E+00-1.000E+00
3GA423FA42 36.1000E-016.1000E-011.9500E+00-1.000E+00
3HA423GA42 36.1000E-016.1000E-011.9500E+00-1.000E+00
3IA423HA42 36.1000E-016.1000E-011.9500E+00-1.000E+00
2AA4302A43 36.1000E-016.1000E-011.9500E+00-1.000E+00
2BA432AA43 36.1000E-016.1000E-011.9500E+00-1.000E+00
2CA432BA43 36.1000E-016.1000E-011.9500E+00-1.000E+00
2DA432CA43 36.1000E-016.1000E-011.9500E+00-1.000E+00
2EA432DA43 36.1000E-016.1000E-011.9500E+00-1.000E+00
2FA432EA43 36.1000E-016.1000E-011.9500E+00-1.000E+00
2GA432FA43 36.1000E-016.1000E-011.9500E+00-1.000E+00
2HA432GA43 36.1000E-016.1000E-011.9500E+00-1.000E+00
2IA432HA43 36.1000E-016.1000E-011.9500E+00-1.000E+00
03A432IA43 36.1000E-016.1000E-011.9500E+00-1.000E+00
3AA4303A43 36.1000E-016.1000E-011.9500E+00-1.000E+00
3BA433AA43 36.1000E-016.1000E-011.9500E+00-1.000E+00
3CA433BA43 36.1000E-016.1000E-011.9500E+00-1.000E+00
3DA433CA43 36.1000E-016.1000E-011.9500E+00-1.000E+00
3EA433DA43 36.1000E-016.1000E-011.9500E+00-1.000E+00
3FA433EA43 36.1000E-016.1000E-011.9500E+00-1.000E+00
3GA433FA43 36.1000E-016.1000E-011.9500E+00-1.000E+00
3HA433GA43 36.1000E-016.1000E-011.9500E+00-1.000E+00
3IA433HA43 36.1000E-016.1000E-011.9500E+00-1.000E+00
2AA4402A44 36.1000E-016.1000E-012.3400E+00-1.000E+00
2BA442AA44 36.1000E-016.1000E-012.3400E+00-1.000E+00
2CA442BA44 36.1000E-016.1000E-012.3400E+00-1.000E+00
2DA442CA44 36.1000E-016.1000E-012.3400E+00-1.000E+00
2EA442DA44 36.1000E-016.1000E-012.3400E+00-1.000E+00
2FA442EA44 36.1000E-016.1000E-012.3400E+00-1.000E+00
2GA442FA44 36.1000E-016.1000E-012.3400E+00-1.000E+00
2HA442GA44 36.1000E-016.1000E-012.3400E+00-1.000E+00
2IA442HA44 36.1000E-016.1000E-012.3400E+00-1.000E+00
03A442IA44 36.1000E-016.1000E-012.3400E+00-1.000E+00
3AA4403A44 36.1000E-016.1000E-012.3400E+00-1.000E+00
3BA443AA44 36.1000E-016.1000E-012.3400E+00-1.000E+00
3CA443BA44 36.1000E-016.1000E-012.3400E+00-1.000E+00
3DA443CA44 36.1000E-016.1000E-012.3400E+00-1.000E+00
3EA443DA44 36.1000E-016.1000E-012.3400E+00-1.000E+00
3FA443EA44 36.1000E-016.1000E-012.3400E+00-1.000E+00
3GA443FA44 36.1000E-016.1000E-012.3400E+00-1.000E+00
3HA443GA44 36.1000E-016.1000E-012.3400E+00-1.000E+00
3IA443HA44 36.1000E-016.1000E-012.3400E+00-1.000E+00
2AA4502A45 36.1000E-016.1000E-011.8000E+00-1.000E+00
2BA452AA45 36.1000E-016.1000E-011.8000E+00-1.000E+00
2CA452BA45 36.1000E-016.1000E-011.8000E+00-1.000E+00
2DA452CA45 36.1000E-016.1000E-011.8000E+00-1.000E+00
2EA452DA45 36.1000E-016.1000E-011.8000E+00-1.000E+00
2FA452EA45 36.1000E-016.1000E-011.8000E+00-1.000E+00
2GA452FA45 36.1000E-016.1000E-011.8000E+00-1.000E+00
2HA452GA45 36.1000E-016.1000E-011.8000E+00-1.000E+00
2IA452HA45 36.1000E-016.1000E-011.8000E+00-1.000E+00
03A452IA45 36.1000E-016.1000E-011.8000E+00-1.000E+00
3AA4503A45 36.1000E-016.1000E-011.8000E+00-1.000E+00
3BA453AA45 36.1000E-016.1000E-011.8000E+00-1.000E+00
3CA453BA45 36.1000E-016.1000E-011.8000E+00-1.000E+00
3DA453CA45 36.1000E-016.1000E-011.8000E+00-1.000E+00
3EA453DA45 36.1000E-016.1000E-011.8000E+00-1.000E+00
3FA453EA45 36.1000E-016.1000E-011.8000E+00-1.000E+00
3GA453FA45 36.1000E-016.1000E-011.8000E+00-1.000E+00
3HA453GA45 36.1000E-016.1000E-011.8000E+00-1.000E+00
3IA453HA45 36.1000E-016.1000E-011.8000E+00-1.000E+00
2AA4602A46 36.1000E-016.1000E-011.9500E+00-1.000E+00
2BA462AA46 36.1000E-016.1000E-011.9500E+00-1.000E+00
2CA462BA46 36.1000E-016.1000E-011.9500E+00-1.000E+00
2DA462CA46 36.1000E-016.1000E-011.9500E+00-1.000E+00
2EA462DA46 36.1000E-016.1000E-011.9500E+00-1.000E+00
2FA462EA46 36.1000E-016.1000E-011.9500E+00-1.000E+00
2GA462FA46 36.1000E-016.1000E-011.9500E+00-1.000E+00
2HA462GA46 36.1000E-016.1000E-011.9500E+00-1.000E+00
2IA462HA46 36.1000E-016.1000E-011.9500E+00-1.000E+00
03A462IA46 36.1000E-016.1000E-011.9500E+00-1.000E+00
3AA4603A46 36.1000E-016.1000E-011.9500E+00-1.000E+00
3BA463AA46 36.1000E-016.1000E-011.9500E+00-1.000E+00
3CA463BA46 36.1000E-016.1000E-011.9500E+00-1.000E+00
3DA463CA46 36.1000E-016.1000E-011.9500E+00-1.000E+00
3EA463DA46 36.1000E-016.1000E-011.9500E+00-1.000E+00
3FA463EA46 36.1000E-016.1000E-011.9500E+00-1.000E+00
3GA463FA46 36.1000E-016.1000E-011.9500E+00-1.000E+00
3HA463GA46 36.1000E-016.1000E-011.9500E+00-1.000E+00
3IA463HA46 36.1000E-016.1000E-011.9500E+00-1.000E+00
2AA4702A47 36.1000E-016.1000E-011.9500E+00-1.000E+00
2BA472AA47 36.1000E-016.1000E-011.9500E+00-1.000E+00
2CA472BA47 36.1000E-016.1000E-011.9500E+00-1.000E+00
2DA472CA47 36.1000E-016.1000E-011.9500E+00-1.000E+00
2EA472DA47 36.1000E-016.1000E-011.9500E+00-1.000E+00
2FA472EA47 36.1000E-016.1000E-011.9500E+00-1.000E+00
2GA472FA47 36.1000E-016.1000E-011.9500E+00-1.000E+00
2HA472GA47 36.1000E-016.1000E-011.9500E+00-1.000E+00
2IA472HA47 36.1000E-016.1000E-011.9500E+00-1.000E+00
03A472IA47 36.1000E-016.1000E-011.9500E+00-1.000E+00
3AA4703A47 36.1000E-016.1000E-011.9500E+00-1.000E+00
3BA473AA47 36.1000E-016.1000E-011.9500E+00-1.000E+00
3CA473BA47 36.1000E-016.1000E-011.9500E+00-1.000E+00
3DA473CA47 36.1000E-016.1000E-011.9500E+00-1.000E+00
3EA473DA47 36.1000E-016.1000E-011.9500E+00-1.000E+00
3FA473EA47 36.1000E-016.1000E-011.9500E+00-1.000E+00
3GA473FA47 36.1000E-016.1000E-011.9500E+00-1.000E+00
3HA473GA47 36.1000E-016.1000E-011.9500E+00-1.000E+00
3IA473HA47 36.1000E-016.1000E-011.9500E+00-1.000E+00
2AA4802A48 36.1000E-016.1000E-011.9500E+00-1.000E+00
2BA482AA48 36.1000E-016.1000E-011.9500E+00-1.000E+00
2CA482BA48 36.1000E-016.1000E-011.9500E+00-1.000E+00
2DA482CA48 36.1000E-016.1000E-011.9500E+00-1.000E+00
2EA482DA48 36.1000E-016.1000E-011.9500E+00-1.000E+00
2FA482EA48 36.1000E-016.1000E-011.9500E+00-1.000E+00
2GA482FA48 36.1000E-016.1000E-011.9500E+00-1.000E+00
2HA482GA48 36.1000E-016.1000E-011.9500E+00-1.000E+00
2IA482HA48 36.1000E-016.1000E-011.9500E+00-1.000E+00
03A482IA48 36.1000E-016.1000E-011.9500E+00-1.000E+00
3AA4803A48 36.1000E-016.1000E-011.9500E+00-1.000E+00
3BA483AA48 36.1000E-016.1000E-011.9500E+00-1.000E+00
3CA483BA48 36.1000E-016.1000E-011.9500E+00-1.000E+00
3DA483CA48 36.1000E-016.1000E-011.9500E+00-1.000E+00
3EA483DA48 36.1000E-016.1000E-011.9500E+00-1.000E+00
3FA483EA48 36.1000E-016.1000E-011.9500E+00-1.000E+00
3GA483FA48 36.1000E-016.1000E-011.9500E+00-1.000E+00
3HA483GA48 36.1000E-016.1000E-011.9500E+00-1.000E+00
3IA483HA48 36.1000E-016.1000E-011.9500E+00-1.000E+00
2AA4902A49 36.1000E-016.1000E-011.9500E+00-1.000E+00
2BA492AA49 36.1000E-016.1000E-011.9500E+00-1.000E+00
2CA492BA49 36.1000E-016.1000E-011.9500E+00-1.000E+00
2DA492CA49 36.1000E-016.1000E-011.9500E+00-1.000E+00
2EA492DA49 36.1000E-016.1000E-011.9500E+00-1.000E+00
2FA492EA49 36.1000E-016.1000E-011.9500E+00-1.000E+00
2GA492FA49 36.1000E-016.1000E-011.9500E+00-1.000E+00
2HA492GA49 36.1000E-016.1000E-011.9500E+00-1.000E+00
2IA492HA49 36.1000E-016.1000E-011.9500E+00-1.000E+00
03A492IA49 36.1000E-016.1000E-011.9500E+00-1.000E+00
3AA4903A49 36.1000E-016.1000E-011.9500E+00-1.000E+00
3BA493AA49 36.1000E-016.1000E-011.9500E+00-1.000E+00
3CA493BA49 36.1000E-016.1000E-011.9500E+00-1.000E+00
3DA493CA49 36.1000E-016.1000E-011.9500E+00-1.000E+00
3EA493DA49 36.1000E-016.1000E-011.9500E+00-1.000E+00
3FA493EA49 36.1000E-016.1000E-011.9500E+00-1.000E+00
3GA493FA49 36.1000E-016.1000E-011.9500E+00-1.000E+00
3HA493GA49 36.1000E-016.1000E-011.9500E+00-1.000E+00
3IA493HA49 36.1000E-016.1000E-011.9500E+00-1.000E+00
2AA5002A50 36.1000E-016.1000E-011.9500E+00-1.000E+00
2BA502AA50 36.1000E-016.1000E-011.9500E+00-1.000E+00
2CA502BA50 36.1000E-016.1000E-011.9500E+00-1.000E+00
2DA502CA50 36.1000E-016.1000E-011.9500E+00-1.000E+00
2EA502DA50 36.1000E-016.1000E-011.9500E+00-1.000E+00
2FA502EA50 36.1000E-016.1000E-011.9500E+00-1.000E+00
2GA502FA50 36.1000E-016.1000E-011.9500E+00-1.000E+00
2HA502GA50 36.1000E-016.1000E-011.9500E+00-1.000E+00
2IA502HA50 36.1000E-016.1000E-011.9500E+00-1.000E+00
03A502IA50 36.1000E-016.1000E-011.9500E+00-1.000E+00
3AA5003A50 36.1000E-016.1000E-011.9500E+00-1.000E+00
3BA503AA50 36.1000E-016.1000E-011.9500E+00-1.000E+00
3CA503BA50 36.1000E-016.1000E-011.9500E+00-1.000E+00
3DA503CA50 36.1000E-016.1000E-011.9500E+00-1.000E+00
3EA503DA50 36.1000E-016.1000E-011.9500E+00-1.000E+00
3FA503EA50 36.1000E-016.1000E-011.9500E+00-1.000E+00
3GA503FA50 36.1000E-016.1000E-011.9500E+00-1.000E+00
3HA503GA50 36.1000E-016.1000E-011.9500E+00-1.000E+00
3IA503HA50 36.1000E-016.1000E-011.9500E+00-1.000E+00
2AA5102A51 36.1000E-016.1000E-011.9500E+00-1.000E+00
2BA512AA51 36.1000E-016.1000E-011.9500E+00-1.000E+00
2CA512BA51 36.1000E-016.1000E-011.9500E+00-1.000E+00
2DA512CA51 36.1000E-016.1000E-011.9500E+00-1.000E+00
2EA512DA51 36.1000E-016.1000E-011.9500E+00-1.000E+00
2FA512EA51 36.1000E-016.1000E-011.9500E+00-1.000E+00
2GA512FA51 36.1000E-016.1000E-011.9500E+00-1.000E+00
2HA512GA51 36.1000E-016.1000E-011.9500E+00-1.000E+00
2IA512HA51 36.1000E-016.1000E-011.9500E+00-1.000E+00
03A512IA51 36.1000E-016.1000E-011.9500E+00-1.000E+00
3AA5103A51 36.1000E-016.1000E-011.9500E+00-1.000E+00
3BA513AA51 36.1000E-016.1000E-011.9500E+00-1.000E+00
3CA513BA51 36.1000E-016.1000E-011.9500E+00-1.000E+00
3DA513CA51 36.1000E-016.1000E-011.9500E+00-1.000E+00
3EA513DA51 36.1000E-016.1000E-011.9500E+00-1.000E+00
3FA513EA51 36.1000E-016.1000E-011.9500E+00-1.000E+00
3GA513FA51 36.1000E-016.1000E-011.9500E+00-1.000E+00
3HA513GA51 36.1000E-016.1000E-011.9500E+00-1.000E+00
3IA513HA51 36.1000E-016.1000E-011.9500E+00-1.000E+00
2AA5202A52 36.1000E-016.1000E-011.9500E+00-1.000E+00
2BA522AA52 36.1000E-016.1000E-011.9500E+00-1.000E+00
2CA522BA52 36.1000E-016.1000E-011.9500E+00-1.000E+00
2DA522CA52 36.1000E-016.1000E-011.9500E+00-1.000E+00
2EA522DA52 36.1000E-016.1000E-011.9500E+00-1.000E+00
2FA522EA52 36.1000E-016.1000E-011.9500E+00-1.000E+00
2GA522FA52 36.1000E-016.1000E-011.9500E+00-1.000E+00
2HA522GA52 36.1000E-016.1000E-011.9500E+00-1.000E+00
2IA522HA52 36.1000E-016.1000E-011.9500E+00-1.000E+00
03A522IA52 36.1000E-016.1000E-011.9500E+00-1.000E+00
3AA5203A52 36.1000E-016.1000E-011.9500E+00-1.000E+00
3BA523AA52 36.1000E-016.1000E-011.9500E+00-1.000E+00
3CA523BA52 36.1000E-016.1000E-011.9500E+00-1.000E+00
3DA523CA52 36.1000E-016.1000E-011.9500E+00-1.000E+00
3EA523DA52 36.1000E-016.1000E-011.9500E+00-1.000E+00
3FA523EA52 36.1000E-016.1000E-011.9500E+00-1.000E+00
3GA523FA52 36.1000E-016.1000E-011.9500E+00-1.000E+00
3HA523GA52 36.1000E-016.1000E-011.9500E+00-1.000E+00
3IA523HA52 36.1000E-016.1000E-011.9500E+00-1.000E+00
2AA5302A53 36.1000E-016.1000E-012.2700E+00-1.000E+00
2BA532AA53 36.1000E-016.1000E-012.2700E+00-1.000E+00
2CA532BA53 36.1000E-016.1000E-012.2700E+00-1.000E+00
2DA532CA53 36.1000E-016.1000E-012.2700E+00-1.000E+00
2EA532DA53 36.1000E-016.1000E-012.2700E+00-1.000E+00
2FA532EA53 36.1000E-016.1000E-012.2700E+00-1.000E+00
2GA532FA53 36.1000E-016.1000E-012.2700E+00-1.000E+00
2HA532GA53 36.1000E-016.1000E-012.2700E+00-1.000E+00
2IA532HA53 36.1000E-016.1000E-012.2700E+00-1.000E+00
03A532IA53 36.1000E-016.1000E-012.2700E+00-1.000E+00
3AA5303A53 36.1000E-016.1000E-012.2700E+00-1.000E+00
3BA533AA53 36.1000E-016.1000E-012.2700E+00-1.000E+00
3CA533BA53 36.1000E-016.1000E-012.2700E+00-1.000E+00
3DA533CA53 36.1000E-016.1000E-012.2700E+00-1.000E+00
3EA533DA53 36.1000E-016.1000E-012.2700E+00-1.000E+00
3FA533EA53 36.1000E-016.1000E-012.2700E+00-1.000E+00
3GA533FA53 36.1000E-016.1000E-012.2700E+00-1.000E+00
3HA533GA53 36.1000E-016.1000E-012.2700E+00-1.000E+00
3IA533HA53 36.1000E-016.1000E-012.2700E+00-1.000E+00
2AA5402A54 36.1000E-016.1000E-011.2900E+00-1.000E+00
2BA542AA54 36.1000E-016.1000E-011.2900E+00-1.000E+00
2CA542BA54 36.1000E-016.1000E-011.2900E+00-1.000E+00
2DA542CA54 36.1000E-016.1000E-011.2900E+00-1.000E+00
2EA542DA54 36.1000E-016.1000E-011.2900E+00-1.000E+00
2FA542EA54 36.1000E-016.1000E-011.2900E+00-1.000E+00
2GA542FA54 36.1000E-016.1000E-011.2900E+00-1.000E+00
2HA542GA54 36.1000E-016.1000E-011.2900E+00-1.000E+00
2IA542HA54 36.1000E-016.1000E-011.2900E+00-1.000E+00
03A542IA54 36.1000E-016.1000E-011.2900E+00-1.000E+00
3AA5403A54 36.1000E-016.1000E-011.2900E+00-1.000E+00
3BA543AA54 36.1000E-016.1000E-011.2900E+00-1.000E+00
3CA543BA54 36.1000E-016.1000E-011.2900E+00-1.000E+00
3DA543CA54 36.1000E-016.1000E-011.2900E+00-1.000E+00
3EA543DA54 36.1000E-016.1000E-011.2900E+00-1.000E+00
3FA543EA54 36.1000E-016.1000E-011.2900E+00-1.000E+00
3GA543FA54 36.1000E-016.1000E-011.2900E+00-1.000E+00
3HA543GA54 36.1000E-016.1000E-011.2900E+00-1.000E+00
3IA543HA54 36.1000E-016.1000E-011.2900E+00-1.000E+00
2AA5502A55 36.1000E-016.1000E-012.2400E+00-1.000E+00
2BA552AA55 36.1000E-016.1000E-012.2400E+00-1.000E+00
2CA552BA55 36.1000E-016.1000E-012.2400E+00-1.000E+00
2DA552CA55 36.1000E-016.1000E-012.2400E+00-1.000E+00
2EA552DA55 36.1000E-016.1000E-012.2400E+00-1.000E+00
2FA552EA55 36.1000E-016.1000E-012.2400E+00-1.000E+00
2GA552FA55 36.1000E-016.1000E-012.2400E+00-1.000E+00
2HA552GA55 36.1000E-016.1000E-012.2400E+00-1.000E+00
2IA552HA55 36.1000E-016.1000E-012.2400E+00-1.000E+00
03A552IA55 36.1000E-016.1000E-012.2400E+00-1.000E+00
3AA5503A55 36.1000E-016.1000E-012.2400E+00-1.000E+00
3BA553AA55 36.1000E-016.1000E-012.2400E+00-1.000E+00
3CA553BA55 36.1000E-016.1000E-012.2400E+00-1.000E+00
3DA553CA55 36.1000E-016.1000E-012.2400E+00-1.000E+00
3EA553DA55 36.1000E-016.1000E-012.2400E+00-1.000E+00
3FA553EA55 36.1000E-016.1000E-012.2400E+00-1.000E+00
3GA553FA55 36.1000E-016.1000E-012.2400E+00-1.000E+00
3HA553GA55 36.1000E-016.1000E-012.2400E+00-1.000E+00
3IA553HA55 36.1000E-016.1000E-012.2400E+00-1.000E+00
2AA5602A56 36.1000E-016.1000E-011.9500E+00-1.000E+00
2BA562AA56 36.1000E-016.1000E-011.9500E+00-1.000E+00
2CA562BA56 36.1000E-016.1000E-011.9500E+00-1.000E+00
2DA562CA56 36.1000E-016.1000E-011.9500E+00-1.000E+00
2EA562DA56 36.1000E-016.1000E-011.9500E+00-1.000E+00
2FA562EA56 36.1000E-016.1000E-011.9500E+00-1.000E+00
2GA562FA56 36.1000E-016.1000E-011.9500E+00-1.000E+00
2HA562GA56 36.1000E-016.1000E-011.9500E+00-1.000E+00
2IA562HA56 36.1000E-016.1000E-011.9500E+00-1.000E+00
03A562IA56 36.1000E-016.1000E-011.9500E+00-1.000E+00
3AA5603A56 36.1000E-016.1000E-011.9500E+00-1.000E+00
3BA563AA56 36.1000E-016.1000E-011.9500E+00-1.000E+00
3CA563BA56 36.1000E-016.1000E-011.9500E+00-1.000E+00
3DA563CA56 36.1000E-016.1000E-011.9500E+00-1.000E+00
3EA563DA56 36.1000E-016.1000E-011.9500E+00-1.000E+00
3FA563EA56 36.1000E-016.1000E-011.9500E+00-1.000E+00
3GA563FA56 36.1000E-016.1000E-011.9500E+00-1.000E+00
3HA563GA56 36.1000E-016.1000E-011.9500E+00-1.000E+00
3IA563HA56 36.1000E-016.1000E-011.9500E+00-1.000E+00
2AA5702A57 36.1000E-016.1000E-011.9500E+00-1.000E+00
2BA572AA57 36.1000E-016.1000E-011.9500E+00-1.000E+00
2CA572BA57 36.1000E-016.1000E-011.9500E+00-1.000E+00
2DA572CA57 36.1000E-016.1000E-011.9500E+00-1.000E+00
2EA572DA57 36.1000E-016.1000E-011.9500E+00-1.000E+00
2FA572EA57 36.1000E-016.1000E-011.9500E+00-1.000E+00
2GA572FA57 36.1000E-016.1000E-011.9500E+00-1.000E+00
2HA572GA57 36.1000E-016.1000E-011.9500E+00-1.000E+00
2IA572HA57 36.1000E-016.1000E-011.9500E+00-1.000E+00
03A572IA57 36.1000E-016.1000E-011.9500E+00-1.000E+00
3AA5703A57 36.1000E-016.1000E-011.9500E+00-1.000E+00
3BA573AA57 36.1000E-016.1000E-011.9500E+00-1.000E+00
3CA573BA57 36.1000E-016.1000E-011.9500E+00-1.000E+00
3DA573CA57 36.1000E-016.1000E-011.9500E+00-1.000E+00
3EA573DA57 36.1000E-016.1000E-011.9500E+00-1.000E+00
3FA573EA57 36.1000E-016.1000E-011.9500E+00-1.000E+00
3GA573FA57 36.1000E-016.1000E-011.9500E+00-1.000E+00
3HA573GA57 36.1000E-016.1000E-011.9500E+00-1.000E+00
3IA573HA57 36.1000E-016.1000E-011.9500E+00-1.000E+00
2AA5802A58 36.1000E-016.1000E-011.9500E+00-1.000E+00
2BA582AA58 36.1000E-016.1000E-011.9500E+00-1.000E+00
2CA582BA58 36.1000E-016.1000E-011.9500E+00-1.000E+00
2DA582CA58 36.1000E-016.1000E-011.9500E+00-1.000E+00
2EA582DA58 36.1000E-016.1000E-011.9500E+00-1.000E+00
2FA582EA58 36.1000E-016.1000E-011.9500E+00-1.000E+00
2GA582FA58 36.1000E-016.1000E-011.9500E+00-1.000E+00
2HA582GA58 36.1000E-016.1000E-011.9500E+00-1.000E+00
2IA582HA58 36.1000E-016.1000E-011.9500E+00-1.000E+00
03A582IA58 36.1000E-016.1000E-011.9500E+00-1.000E+00
3AA5803A58 36.1000E-016.1000E-011.9500E+00-1.000E+00
3BA583AA58 36.1000E-016.1000E-011.9500E+00-1.000E+00
3CA583BA58 36.1000E-016.1000E-011.9500E+00-1.000E+00
3DA583CA58 36.1000E-016.1000E-011.9500E+00-1.000E+00
3EA583DA58 36.1000E-016.1000E-011.9500E+00-1.000E+00
3FA583EA58 36.1000E-016.1000E-011.9500E+00-1.000E+00
3GA583FA58 36.1000E-016.1000E-011.9500E+00-1.000E+00
3HA583GA58 36.1000E-016.1000E-011.9500E+00-1.000E+00
3IA583HA58 36.1000E-016.1000E-011.9500E+00-1.000E+00
2AA5902A59 36.1000E-016.1000E-011.9500E+00-1.000E+00
2BA592AA59 36.1000E-016.1000E-011.9500E+00-1.000E+00
2CA592BA59 36.1000E-016.1000E-011.9500E+00-1.000E+00
2DA592CA59 36.1000E-016.1000E-011.9500E+00-1.000E+00
2EA592DA59 36.1000E-016.1000E-011.9500E+00-1.000E+00
2FA592EA59 36.1000E-016.1000E-011.9500E+00-1.000E+00
2GA592FA59 36.1000E-016.1000E-011.9500E+00-1.000E+00
2HA592GA59 36.1000E-016.1000E-011.9500E+00-1.000E+00
2IA592HA59 36.1000E-016.1000E-011.9500E+00-1.000E+00
03A592IA59 36.1000E-016.1000E-011.9500E+00-1.000E+00
3AA5903A59 36.1000E-016.1000E-011.9500E+00-1.000E+00
3BA593AA59 36.1000E-016.1000E-011.9500E+00-1.000E+00
3CA593BA59 36.1000E-016.1000E-011.9500E+00-1.000E+00
3DA593CA59 36.1000E-016.1000E-011.9500E+00-1.000E+00
3EA593DA59 36.1000E-016.1000E-011.9500E+00-1.000E+00
3FA593EA59 36.1000E-016.1000E-011.9500E+00-1.000E+00
3GA593FA59 36.1000E-016.1000E-011.9500E+00-1.000E+00
3HA593GA59 36.1000E-016.1000E-011.9500E+00-1.000E+00
3IA593HA59 36.1000E-016.1000E-011.9500E+00-1.000E+00
2AA6002A60 36.1000E-016.1000E-011.9500E+00-1.000E+00
2BA602AA60 36.1000E-016.1000E-011.9500E+00-1.000E+00
2CA602BA60 36.1000E-016.1000E-011.9500E+00-1.000E+00
2DA602CA60 36.1000E-016.1000E-011.9500E+00-1.000E+00
2EA602DA60 36.1000E-016.1000E-011.9500E+00-1.000E+00
2FA602EA60 36.1000E-016.1000E-011.9500E+00-1.000E+00
2GA602FA60 36.1000E-016.1000E-011.9500E+00-1.000E+00
2HA602GA60 36.1000E-016.1000E-011.9500E+00-1.000E+00
2IA602HA60 36.1000E-016.1000E-011.9500E+00-1.000E+00
03A602IA60 36.1000E-016.1000E-011.9500E+00-1.000E+00
3AA6003A60 36.1000E-016.1000E-011.9500E+00-1.000E+00
3BA603AA60 36.1000E-016.1000E-011.9500E+00-1.000E+00
3CA603BA60 36.1000E-016.1000E-011.9500E+00-1.000E+00
3DA603CA60 36.1000E-016.1000E-011.9500E+00-1.000E+00
3EA603DA60 36.1000E-016.1000E-011.9500E+00-1.000E+00
3FA603EA60 36.1000E-016.1000E-011.9500E+00-1.000E+00
3GA603FA60 36.1000E-016.1000E-011.9500E+00-1.000E+00
3HA603GA60 36.1000E-016.1000E-011.9500E+00-1.000E+00
3IA603HA60 36.1000E-016.1000E-011.9500E+00-1.000E+00
2AA6102A61 36.1000E-016.1000E-011.9500E+00-1.000E+00
2BA612AA61 36.1000E-016.1000E-011.9500E+00-1.000E+00
2CA612BA61 36.1000E-016.1000E-011.9500E+00-1.000E+00
2DA612CA61 36.1000E-016.1000E-011.9500E+00-1.000E+00
2EA612DA61 36.1000E-016.1000E-011.9500E+00-1.000E+00
2FA612EA61 36.1000E-016.1000E-011.9500E+00-1.000E+00
2GA612FA61 36.1000E-016.1000E-011.9500E+00-1.000E+00
2HA612GA61 36.1000E-016.1000E-011.9500E+00-1.000E+00
2IA612HA61 36.1000E-016.1000E-011.9500E+00-1.000E+00
03A612IA61 36.1000E-016.1000E-011.9500E+00-1.000E+00
3AA6103A61 36.1000E-016.1000E-011.9500E+00-1.000E+00
3BA613AA61 36.1000E-016.1000E-011.9500E+00-1.000E+00
3CA613BA61 36.1000E-016.1000E-011.9500E+00-1.000E+00
3DA613CA61 36.1000E-016.1000E-011.9500E+00-1.000E+00
3EA613DA61 36.1000E-016.1000E-011.9500E+00-1.000E+00
3FA613EA61 36.1000E-016.1000E-011.9500E+00-1.000E+00
3GA613FA61 36.1000E-016.1000E-011.9500E+00-1.000E+00
3HA613GA61 36.1000E-016.1000E-011.9500E+00-1.000E+00
3IA613HA61 36.1000E-016.1000E-011.9500E+00-1.000E+00
2AA6202A62 36.1000E-016.1000E-012.3400E+00-1.000E+00
2BA622AA62 36.1000E-016.1000E-012.3400E+00-1.000E+00
2CA622BA62 36.1000E-016.1000E-012.3400E+00-1.000E+00
2DA622CA62 36.1000E-016.1000E-012.3400E+00-1.000E+00
2EA622DA62 36.1000E-016.1000E-012.3400E+00-1.000E+00
2FA622EA62 36.1000E-016.1000E-012.3400E+00-1.000E+00
2GA622FA62 36.1000E-016.1000E-012.3400E+00-1.000E+00
2HA622GA62 36.1000E-016.1000E-012.3400E+00-1.000E+00
2IA622HA62 36.1000E-016.1000E-012.3400E+00-1.000E+00
03A622IA62 36.1000E-016.1000E-012.3400E+00-1.000E+00
3AA6203A62 36.1000E-016.1000E-012.3400E+00-1.000E+00
3BA623AA62 36.1000E-016.1000E-012.3400E+00-1.000E+00
3CA623BA62 36.1000E-016.1000E-012.3400E+00-1.000E+00
3DA623CA62 36.1000E-016.1000E-012.3400E+00-1.000E+00
3EA623DA62 36.1000E-016.1000E-012.3400E+00-1.000E+00
3FA623EA62 36.1000E-016.1000E-012.3400E+00-1.000E+00
3GA623FA62 36.1000E-016.1000E-012.3400E+00-1.000E+00
3HA623GA62 36.1000E-016.1000E-012.3400E+00-1.000E+00
3IA623HA62 36.1000E-016.1000E-012.3400E+00-1.000E+00
2AA6302A63 36.1000E-016.1000E-012.2400E+00-1.000E+00
2BA632AA63 36.1000E-016.1000E-012.2400E+00-1.000E+00
2CA632BA63 36.1000E-016.1000E-012.2400E+00-1.000E+00
2DA632CA63 36.1000E-016.1000E-012.2400E+00-1.000E+00
2EA632DA63 36.1000E-016.1000E-012.2400E+00-1.000E+00
2FA632EA63 36.1000E-016.1000E-012.2400E+00-1.000E+00
2GA632FA63 36.1000E-016.1000E-012.2400E+00-1.000E+00
2HA632GA63 36.1000E-016.1000E-012.2400E+00-1.000E+00
2IA632HA63 36.1000E-016.1000E-012.2400E+00-1.000E+00
03A632IA63 36.1000E-016.1000E-012.2400E+00-1.000E+00
3AA6303A63 36.1000E-016.1000E-012.2400E+00-1.000E+00
3BA633AA63 36.1000E-016.1000E-012.2400E+00-1.000E+00
3CA633BA63 36.1000E-016.1000E-012.2400E+00-1.000E+00
3DA633CA63 36.1000E-016.1000E-012.2400E+00-1.000E+00
3EA633DA63 36.1000E-016.1000E-012.2400E+00-1.000E+00
3FA633EA63 36.1000E-016.1000E-012.2400E+00-1.000E+00
3GA633FA63 36.1000E-016.1000E-012.2400E+00-1.000E+00
3HA633GA63 36.1000E-016.1000E-012.2400E+00-1.000E+00
3IA633HA63 36.1000E-016.1000E-012.2400E+00-1.000E+00
2AA6402A64 36.1000E-016.1000E-011.9500E+00-1.000E+00
2BA642AA64 36.1000E-016.1000E-011.9500E+00-1.000E+00
2CA642BA64 36.1000E-016.1000E-011.9500E+00-1.000E+00
2DA642CA64 36.1000E-016.1000E-011.9500E+00-1.000E+00
2EA642DA64 36.1000E-016.1000E-011.9500E+00-1.000E+00
2FA642EA64 36.1000E-016.1000E-011.9500E+00-1.000E+00
2GA642FA64 36.1000E-016.1000E-011.9500E+00-1.000E+00
2HA642GA64 36.1000E-016.1000E-011.9500E+00-1.000E+00
2IA642HA64 36.1000E-016.1000E-011.9500E+00-1.000E+00
03A642IA64 36.1000E-016.1000E-011.9500E+00-1.000E+00
3AA6403A64 36.1000E-016.1000E-011.9500E+00-1.000E+00
3BA643AA64 36.1000E-016.1000E-011.9500E+00-1.000E+00
3CA643BA64 36.1000E-016.1000E-011.9500E+00-1.000E+00
3DA643CA64 36.1000E-016.1000E-011.9500E+00-1.000E+00
3EA643DA64 36.1000E-016.1000E-011.9500E+00-1.000E+00
3FA643EA64 36.1000E-016.1000E-011.9500E+00-1.000E+00
3GA643FA64 36.1000E-016.1000E-011.9500E+00-1.000E+00
3HA643GA64 36.1000E-016.1000E-011.9500E+00-1.000E+00
3IA643HA64 36.1000E-016.1000E-011.9500E+00-1.000E+00
2AA6502A65 36.1000E-016.1000E-011.9500E+00-1.000E+00
2BA652AA65 36.1000E-016.1000E-011.9500E+00-1.000E+00
2CA652BA65 36.1000E-016.1000E-011.9500E+00-1.000E+00
2DA652CA65 36.1000E-016.1000E-011.9500E+00-1.000E+00
2EA652DA65 36.1000E-016.1000E-011.9500E+00-1.000E+00
2FA652EA65 36.1000E-016.1000E-011.9500E+00-1.000E+00
2GA652FA65 36.1000E-016.1000E-011.9500E+00-1.000E+00
2HA652GA65 36.1000E-016.1000E-011.9500E+00-1.000E+00
2IA652HA65 36.1000E-016.1000E-011.9500E+00-1.000E+00
03A652IA65 36.1000E-016.1000E-011.9500E+00-1.000E+00
3AA6503A65 36.1000E-016.1000E-011.9500E+00-1.000E+00
3BA653AA65 36.1000E-016.1000E-011.9500E+00-1.000E+00
3CA653BA65 36.1000E-016.1000E-011.9500E+00-1.000E+00
3DA653CA65 36.1000E-016.1000E-011.9500E+00-1.000E+00
3EA653DA65 36.1000E-016.1000E-011.9500E+00-1.000E+00
3FA653EA65 36.1000E-016.1000E-011.9500E+00-1.000E+00
3GA653FA65 36.1000E-016.1000E-011.9500E+00-1.000E+00
3HA653GA65 36.1000E-016.1000E-011.9500E+00-1.000E+00
3IA653HA65 36.1000E-016.1000E-011.9500E+00-1.000E+00
2AA6602A66 36.1000E-016.1000E-011.9500E+00-1.000E+00
2BA662AA66 36.1000E-016.1000E-011.9500E+00-1.000E+00
2CA662BA66 36.1000E-016.1000E-011.9500E+00-1.000E+00
2DA662CA66 36.1000E-016.1000E-011.9500E+00-1.000E+00
2EA662DA66 36.1000E-016.1000E-011.9500E+00-1.000E+00
2FA662EA66 36.1000E-016.1000E-011.9500E+00-1.000E+00
2GA662FA66 36.1000E-016.1000E-011.9500E+00-1.000E+00
2HA662GA66 36.1000E-016.1000E-011.9500E+00-1.000E+00
2IA662HA66 36.1000E-016.1000E-011.9500E+00-1.000E+00
03A662IA66 36.1000E-016.1000E-011.9500E+00-1.000E+00
3AA6603A66 36.1000E-016.1000E-011.9500E+00-1.000E+00
3BA663AA66 36.1000E-016.1000E-011.9500E+00-1.000E+00
3CA663BA66 36.1000E-016.1000E-011.9500E+00-1.000E+00
3DA663CA66 36.1000E-016.1000E-011.9500E+00-1.000E+00
3EA663DA66 36.1000E-016.1000E-011.9500E+00-1.000E+00
3FA663EA66 36.1000E-016.1000E-011.9500E+00-1.000E+00
3GA663FA66 36.1000E-016.1000E-011.9500E+00-1.000E+00
3HA663GA66 36.1000E-016.1000E-011.9500E+00-1.000E+00
3IA663HA66 36.1000E-016.1000E-011.9500E+00-1.000E+00
2AA6702A67 36.1000E-016.1000E-011.9500E+00-1.000E+00
2BA672AA67 36.1000E-016.1000E-011.9500E+00-1.000E+00
2CA672BA67 36.1000E-016.1000E-011.9500E+00-1.000E+00
2DA672CA67 36.1000E-016.1000E-011.9500E+00-1.000E+00
2EA672DA67 36.1000E-016.1000E-011.9500E+00-1.000E+00
2FA672EA67 36.1000E-016.1000E-011.9500E+00-1.000E+00
2GA672FA67 36.1000E-016.1000E-011.9500E+00-1.000E+00
2HA672GA67 36.1000E-016.1000E-011.9500E+00-1.000E+00
2IA672HA67 36.1000E-016.1000E-011.9500E+00-1.000E+00
03A672IA67 36.1000E-016.1000E-011.9500E+00-1.000E+00
3AA6703A67 36.1000E-016.1000E-011.9500E+00-1.000E+00
3BA673AA67 36.1000E-016.1000E-011.9500E+00-1.000E+00
3CA673BA67 36.1000E-016.1000E-011.9500E+00-1.000E+00
3DA673CA67 36.1000E-016.1000E-011.9500E+00-1.000E+00
3EA673DA67 36.1000E-016.1000E-011.9500E+00-1.000E+00
3FA673EA67 36.1000E-016.1000E-011.9500E+00-1.000E+00
3GA673FA67 36.1000E-016.1000E-011.9500E+00-1.000E+00
3HA673GA67 36.1000E-016.1000E-011.9500E+00-1.000E+00
3IA673HA67 36.1000E-016.1000E-011.9500E+00-1.000E+00
2AA6802A68 36.1000E-016.1000E-011.9500E+00-1.000E+00
2BA682AA68 36.1000E-016.1000E-011.9500E+00-1.000E+00
2CA682BA68 36.1000E-016.1000E-011.9500E+00-1.000E+00
2DA682CA68 36.1000E-016.1000E-011.9500E+00-1.000E+00
2EA682DA68 36.1000E-016.1000E-011.9500E+00-1.000E+00
2FA682EA68 36.1000E-016.1000E-011.9500E+00-1.000E+00
2GA682FA68 36.1000E-016.1000E-011.9500E+00-1.000E+00
2HA682GA68 36.1000E-016.1000E-011.9500E+00-1.000E+00
2IA682HA68 36.1000E-016.1000E-011.9500E+00-1.000E+00
03A682IA68 36.1000E-016.1000E-011.9500E+00-1.000E+00
3AA6803A68 36.1000E-016.1000E-011.9500E+00-1.000E+00
3BA683AA68 36.1000E-016.1000E-011.9500E+00-1.000E+00
3CA683BA68 36.1000E-016.1000E-011.9500E+00-1.000E+00
3DA683CA68 36.1000E-016.1000E-011.9500E+00-1.000E+00
3EA683DA68 36.1000E-016.1000E-011.9500E+00-1.000E+00
3FA683EA68 36.1000E-016.1000E-011.9500E+00-1.000E+00
3GA683FA68 36.1000E-016.1000E-011.9500E+00-1.000E+00
3HA683GA68 36.1000E-016.1000E-011.9500E+00-1.000E+00
3IA683HA68 36.1000E-016.1000E-011.9500E+00-1.000E+00
2AA6902A69 36.1000E-016.1000E-012.2700E+00-1.000E+00
2BA692AA69 36.1000E-016.1000E-012.2700E+00-1.000E+00
2CA692BA69 36.1000E-016.1000E-012.2700E+00-1.000E+00
2DA692CA69 36.1000E-016.1000E-012.2700E+00-1.000E+00
2EA692DA69 36.1000E-016.1000E-012.2700E+00-1.000E+00
2FA692EA69 36.1000E-016.1000E-012.2700E+00-1.000E+00
2GA692FA69 36.1000E-016.1000E-012.2700E+00-1.000E+00
2HA692GA69 36.1000E-016.1000E-012.2700E+00-1.000E+00
2IA692HA69 36.1000E-016.1000E-012.2700E+00-1.000E+00
03A692IA69 36.1000E-016.1000E-012.2700E+00-1.000E+00
3AA6903A69 36.1000E-016.1000E-012.2700E+00-1.000E+00
3BA693AA69 36.1000E-016.1000E-012.2700E+00-1.000E+00
3CA693BA69 36.1000E-016.1000E-012.2700E+00-1.000E+00
3DA693CA69 36.1000E-016.1000E-012.2700E+00-1.000E+00
3EA693DA69 36.1000E-016.1000E-012.2700E+00-1.000E+00
3FA693EA69 36.1000E-016.1000E-012.2700E+00-1.000E+00
3GA693FA69 36.1000E-016.1000E-012.2700E+00-1.000E+00
3HA693GA69 36.1000E-016.1000E-012.2700E+00-1.000E+00
3IA693HA69 36.1000E-016.1000E-012.2700E+00-1.000E+00
2AA7002A70 36.1000E-016.1000E-011.6400E+00-1.000E+00
2BA702AA70 36.1000E-016.1000E-011.6400E+00-1.000E+00
2CA702BA70 36.1000E-016.1000E-011.6400E+00-1.000E+00
2DA702CA70 36.1000E-016.1000E-011.6400E+00-1.000E+00
2EA702DA70 36.1000E-016.1000E-011.6400E+00-1.000E+00
2FA702EA70 36.1000E-016.1000E-011.6400E+00-1.000E+00
2GA702FA70 36.1000E-016.1000E-011.6400E+00-1.000E+00
2HA702GA70 36.1000E-016.1000E-011.6400E+00-1.000E+00
2IA702HA70 36.1000E-016.1000E-011.6400E+00-1.000E+00
03A702IA70 36.1000E-016.1000E-011.6400E+00-1.000E+00
3AA7003A70 36.1000E-016.1000E-011.6400E+00-1.000E+00
3BA703AA70 36.1000E-016.1000E-011.6400E+00-1.000E+00
3CA703BA70 36.1000E-016.1000E-011.6400E+00-1.000E+00
3DA703CA70 36.1000E-016.1000E-011.6400E+00-1.000E+00
3EA703DA70 36.1000E-016.1000E-011.6400E+00-1.000E+00
3FA703EA70 36.1000E-016.1000E-011.6400E+00-1.000E+00
3GA703FA70 36.1000E-016.1000E-011.6400E+00-1.000E+00
3HA703GA70 36.1000E-016.1000E-011.6400E+00-1.000E+00
3IA703HA70 36.1000E-016.1000E-011.6400E+00-1.000E+00
2AA7102A71 36.1000E-016.1000E-011.9500E+00-1.000E+00
2BA712AA71 36.1000E-016.1000E-011.9500E+00-1.000E+00
2CA712BA71 36.1000E-016.1000E-011.9500E+00-1.000E+00
2DA712CA71 36.1000E-016.1000E-011.9500E+00-1.000E+00
2EA712DA71 36.1000E-016.1000E-011.9500E+00-1.000E+00
2FA712EA71 36.1000E-016.1000E-011.9500E+00-1.000E+00
2GA712FA71 36.1000E-016.1000E-011.9500E+00-1.000E+00
2HA712GA71 36.1000E-016.1000E-011.9500E+00-1.000E+00
2IA712HA71 36.1000E-016.1000E-011.9500E+00-1.000E+00
03A712IA71 36.1000E-016.1000E-011.9500E+00-1.000E+00
3AA7103A71 36.1000E-016.1000E-011.9500E+00-1.000E+00
3BA713AA71 36.1000E-016.1000E-011.9500E+00-1.000E+00
3CA713BA71 36.1000E-016.1000E-011.9500E+00-1.000E+00
3DA713CA71 36.1000E-016.1000E-011.9500E+00-1.000E+00
3EA713DA71 36.1000E-016.1000E-011.9500E+00-1.000E+00
3FA713EA71 36.1000E-016.1000E-011.9500E+00-1.000E+00
3GA713FA71 36.1000E-016.1000E-011.9500E+00-1.000E+00
3HA713GA71 36.1000E-016.1000E-011.9500E+00-1.000E+00
3IA713HA71 36.1000E-016.1000E-011.9500E+00-1.000E+00
2AA7202A72 36.1000E-016.1000E-011.9500E+00-1.000E+00
2BA722AA72 36.1000E-016.1000E-011.9500E+00-1.000E+00
2CA722BA72 36.1000E-016.1000E-011.9500E+00-1.000E+00
2DA722CA72 36.1000E-016.1000E-011.9500E+00-1.000E+00
2EA722DA72 36.1000E-016.1000E-011.9500E+00-1.000E+00
2FA722EA72 36.1000E-016.1000E-011.9500E+00-1.000E+00
2GA722FA72 36.1000E-016.1000E-011.9500E+00-1.000E+00
2HA722GA72 36.1000E-016.1000E-011.9500E+00-1.000E+00
2IA722HA72 36.1000E-016.1000E-011.9500E+00-1.000E+00
03A722IA72 36.1000E-016.1000E-011.9500E+00-1.000E+00
3AA7203A72 36.1000E-016.1000E-011.9500E+00-1.000E+00
3BA723AA72 36.1000E-016.1000E-011.9500E+00-1.000E+00
3CA723BA72 36.1000E-016.1000E-011.9500E+00-1.000E+00
3DA723CA72 36.1000E-016.1000E-011.9500E+00-1.000E+00
3EA723DA72 36.1000E-016.1000E-011.9500E+00-1.000E+00
3FA723EA72 36.1000E-016.1000E-011.9500E+00-1.000E+00
3GA723FA72 36.1000E-016.1000E-011.9500E+00-1.000E+00
3HA723GA72 36.1000E-016.1000E-011.9500E+00-1.000E+00
3IA723HA72 36.1000E-016.1000E-011.9500E+00-1.000E+00
2AA7302A73 36.1000E-016.1000E-011.9500E+00-1.000E+00
2BA732AA73 36.1000E-016.1000E-011.9500E+00-1.000E+00
2CA732BA73 36.1000E-016.1000E-011.9500E+00-1.000E+00
2DA732CA73 36.1000E-016.1000E-011.9500E+00-1.000E+00
2EA732DA73 36.1000E-016.1000E-011.9500E+00-1.000E+00
2FA732EA73 36.1000E-016.1000E-011.9500E+00-1.000E+00
2GA732FA73 36.1000E-016.1000E-011.9500E+00-1.000E+00
2HA732GA73 36.1000E-016.1000E-011.9500E+00-1.000E+00
2IA732HA73 36.1000E-016.1000E-011.9500E+00-1.000E+00
03A732IA73 36.1000E-016.1000E-011.9500E+00-1.000E+00
3AA7303A73 36.1000E-016.1000E-011.9500E+00-1.000E+00
3BA733AA73 36.1000E-016.1000E-011.9500E+00-1.000E+00
3CA733BA73 36.1000E-016.1000E-011.9500E+00-1.000E+00
3DA733CA73 36.1000E-016.1000E-011.9500E+00-1.000E+00
3EA733DA73 36.1000E-016.1000E-011.9500E+00-1.000E+00
3FA733EA73 36.1000E-016.1000E-011.9500E+00-1.000E+00
3GA733FA73 36.1000E-016.1000E-011.9500E+00-1.000E+00
3HA733GA73 36.1000E-016.1000E-011.9500E+00-1.000E+00
3IA733HA73 36.1000E-016.1000E-011.9500E+00-1.000E+00
2AA7402A74 36.1000E-016.1000E-011.9500E+00-1.000E+00
2BA742AA74 36.1000E-016.1000E-011.9500E+00-1.000E+00
2CA742BA74 36.1000E-016.1000E-011.9500E+00-1.000E+00
2DA742CA74 36.1000E-016.1000E-011.9500E+00-1.000E+00
2EA742DA74 36.1000E-016.1000E-011.9500E+00-1.000E+00
2FA742EA74 36.1000E-016.1000E-011.9500E+00-1.000E+00
2GA742FA74 36.1000E-016.1000E-011.9500E+00-1.000E+00
2HA742GA74 36.1000E-016.1000E-011.9500E+00-1.000E+00
2IA742HA74 36.1000E-016.1000E-011.9500E+00-1.000E+00
03A742IA74 36.1000E-016.1000E-011.9500E+00-1.000E+00
3AA7403A74 36.1000E-016.1000E-011.9500E+00-1.000E+00
3BA743AA74 36.1000E-016.1000E-011.9500E+00-1.000E+00
3CA743BA74 36.1000E-016.1000E-011.9500E+00-1.000E+00
3DA743CA74 36.1000E-016.1000E-011.9500E+00-1.000E+00
3EA743DA74 36.1000E-016.1000E-011.9500E+00-1.000E+00
3FA743EA74 36.1000E-016.1000E-011.9500E+00-1.000E+00
3GA743FA74 36.1000E-016.1000E-011.9500E+00-1.000E+00
3HA743GA74 36.1000E-016.1000E-011.9500E+00-1.000E+00
3IA743HA74 36.1000E-016.1000E-011.9500E+00-1.000E+00
2AA7502A75 36.1000E-016.1000E-011.9500E+00-1.000E+00
2BA752AA75 36.1000E-016.1000E-011.9500E+00-1.000E+00
2CA752BA75 36.1000E-016.1000E-011.9500E+00-1.000E+00
2DA752CA75 36.1000E-016.1000E-011.9500E+00-1.000E+00
2EA752DA75 36.1000E-016.1000E-011.9500E+00-1.000E+00
2FA752EA75 36.1000E-016.1000E-011.9500E+00-1.000E+00
2GA752FA75 36.1000E-016.1000E-011.9500E+00-1.000E+00
2HA752GA75 36.1000E-016.1000E-011.9500E+00-1.000E+00
2IA752HA75 36.1000E-016.1000E-011.9500E+00-1.000E+00
03A752IA75 36.1000E-016.1000E-011.9500E+00-1.000E+00
3AA7503A75 36.1000E-016.1000E-011.9500E+00-1.000E+00
3BA753AA75 36.1000E-016.1000E-011.9500E+00-1.000E+00
3CA753BA75 36.1000E-016.1000E-011.9500E+00-1.000E+00
3DA753CA75 36.1000E-016.1000E-011.9500E+00-1.000E+00
3EA753DA75 36.1000E-016.1000E-011.9500E+00-1.000E+00
3FA753EA75 36.1000E-016.1000E-011.9500E+00-1.000E+00
3GA753FA75 36.1000E-016.1000E-011.9500E+00-1.000E+00
3HA753GA75 36.1000E-016.1000E-011.9500E+00-1.000E+00
3IA753HA75 36.1000E-016.1000E-011.9500E+00-1.000E+00
2AA7602A76 36.1000E-016.1000E-012.3400E+00-1.000E+00
2BA762AA76 36.1000E-016.1000E-012.3400E+00-1.000E+00
2CA762BA76 36.1000E-016.1000E-012.3400E+00-1.000E+00
2DA762CA76 36.1000E-016.1000E-012.3400E+00-1.000E+00
2EA762DA76 36.1000E-016.1000E-012.3400E+00-1.000E+00
2FA762EA76 36.1000E-016.1000E-012.3400E+00-1.000E+00
2GA762FA76 36.1000E-016.1000E-012.3400E+00-1.000E+00
2HA762GA76 36.1000E-016.1000E-012.3400E+00-1.000E+00
2IA762HA76 36.1000E-016.1000E-012.3400E+00-1.000E+00
03A762IA76 36.1000E-016.1000E-012.3400E+00-1.000E+00
3AA7603A76 36.1000E-016.1000E-012.3400E+00-1.000E+00
3BA763AA76 36.1000E-016.1000E-012.3400E+00-1.000E+00
3CA763BA76 36.1000E-016.1000E-012.3400E+00-1.000E+00
3DA763CA76 36.1000E-016.1000E-012.3400E+00-1.000E+00
3EA763DA76 36.1000E-016.1000E-012.3400E+00-1.000E+00
3FA763EA76 36.1000E-016.1000E-012.3400E+00-1.000E+00
3GA763FA76 36.1000E-016.1000E-012.3400E+00-1.000E+00
3HA763GA76 36.1000E-016.1000E-012.3400E+00-1.000E+00
3IA763HA76 36.1000E-016.1000E-012.3400E+00-1.000E+00
2AA7702A77 36.1000E-016.1000E-011.0800E+00-1.000E+00
2BA772AA77 36.1000E-016.1000E-011.0800E+00-1.000E+00
2CA772BA77 36.1000E-016.1000E-011.0800E+00-1.000E+00
2DA772CA77 36.1000E-016.1000E-011.0800E+00-1.000E+00
2EA772DA77 36.1000E-016.1000E-011.0800E+00-1.000E+00
2FA772EA77 36.1000E-016.1000E-011.0800E+00-1.000E+00
2GA772FA77 36.1000E-016.1000E-011.0800E+00-1.000E+00
2HA772GA77 36.1000E-016.1000E-011.0800E+00-1.000E+00
2IA772HA77 36.1000E-016.1000E-011.0800E+00-1.000E+00
03A772IA77 36.1000E-016.1000E-011.0800E+00-1.000E+00
3AA7703A77 36.1000E-016.1000E-011.0800E+00-1.000E+00
3BA773AA77 36.1000E-016.1000E-011.0800E+00-1.000E+00
3CA773BA77 36.1000E-016.1000E-011.0800E+00-1.000E+00
3DA773CA77 36.1000E-016.1000E-011.0800E+00-1.000E+00
3EA773DA77 36.1000E-016.1000E-011.0800E+00-1.000E+00
3FA773EA77 36.1000E-016.1000E-011.0800E+00-1.000E+00
3GA773FA77 36.1000E-016.1000E-011.0800E+00-1.000E+00
3HA773GA77 36.1000E-016.1000E-011.0800E+00-1.000E+00
3IA773HA77 36.1000E-016.1000E-011.0800E+00-1.000E+00
2AA7802A78 36.1000E-016.1000E-012.2000E+00-1.000E+00
2BA782AA78 36.1000E-016.1000E-012.2000E+00-1.000E+00
2CA782BA78 36.1000E-016.1000E-012.2000E+00-1.000E+00
2DA782CA78 36.1000E-016.1000E-012.2000E+00-1.000E+00
2EA782DA78 36.1000E-016.1000E-012.2000E+00-1.000E+00
2FA782EA78 36.1000E-016.1000E-012.2000E+00-1.000E+00
2GA782FA78 36.1000E-016.1000E-012.2000E+00-1.000E+00
2HA782GA78 36.1000E-016.1000E-012.2000E+00-1.000E+00
2IA782HA78 36.1000E-016.1000E-012.2000E+00-1.000E+00
03A782IA78 36.1000E-016.1000E-012.2000E+00-1.000E+00
3AA7803A78 36.1000E-016.1000E-012.2000E+00-1.000E+00
3BA783AA78 36.1000E-016.1000E-012.2000E+00-1.000E+00
3CA783BA78 36.1000E-016.1000E-012.2000E+00-1.000E+00
3DA783CA78 36.1000E-016.1000E-012.2000E+00-1.000E+00
3EA783DA78 36.1000E-016.1000E-012.2000E+00-1.000E+00
3FA783EA78 36.1000E-016.1000E-012.2000E+00-1.000E+00
3GA783FA78 36.1000E-016.1000E-012.2000E+00-1.000E+00
3HA783GA78 36.1000E-016.1000E-012.2000E+00-1.000E+00
3IA783HA78 36.1000E-016.1000E-012.2000E+00-1.000E+00
2AA7902A79 36.1000E-016.1000E-011.9500E+00-1.000E+00
2BA792AA79 36.1000E-016.1000E-011.9500E+00-1.000E+00
2CA792BA79 36.1000E-016.1000E-011.9500E+00-1.000E+00
2DA792CA79 36.1000E-016.1000E-011.9500E+00-1.000E+00
2EA792DA79 36.1000E-016.1000E-011.9500E+00-1.000E+00
2FA792EA79 36.1000E-016.1000E-011.9500E+00-1.000E+00
2GA792FA79 36.1000E-016.1000E-011.9500E+00-1.000E+00
2HA792GA79 36.1000E-016.1000E-011.9500E+00-1.000E+00
2IA792HA79 36.1000E-016.1000E-011.9500E+00-1.000E+00
03A792IA79 36.1000E-016.1000E-011.9500E+00-1.000E+00
3AA7903A79 36.1000E-016.1000E-011.9500E+00-1.000E+00
3BA793AA79 36.1000E-016.1000E-011.9500E+00-1.000E+00
3CA793BA79 36.1000E-016.1000E-011.9500E+00-1.000E+00
3DA793CA79 36.1000E-016.1000E-011.9500E+00-1.000E+00
3EA793DA79 36.1000E-016.1000E-011.9500E+00-1.000E+00
3FA793EA79 36.1000E-016.1000E-011.9500E+00-1.000E+00
3GA793FA79 36.1000E-016.1000E-011.9500E+00-1.000E+00
3HA793GA79 36.1000E-016.1000E-011.9500E+00-1.000E+00
3IA793HA79 36.1000E-016.1000E-011.9500E+00-1.000E+00
2AA8002A80 36.1000E-016.1000E-011.9500E+00-1.000E+00
2BA802AA80 36.1000E-016.1000E-011.9500E+00-1.000E+00
2CA802BA80 36.1000E-016.1000E-011.9500E+00-1.000E+00
2DA802CA80 36.1000E-016.1000E-011.9500E+00-1.000E+00
2EA802DA80 36.1000E-016.1000E-011.9500E+00-1.000E+00
2FA802EA80 36.1000E-016.1000E-011.9500E+00-1.000E+00
2GA802FA80 36.1000E-016.1000E-011.9500E+00-1.000E+00
2HA802GA80 36.1000E-016.1000E-011.9500E+00-1.000E+00
2IA802HA80 36.1000E-016.1000E-011.9500E+00-1.000E+00
03A802IA80 36.1000E-016.1000E-011.9500E+00-1.000E+00
3AA8003A80 36.1000E-016.1000E-011.9500E+00-1.000E+00
3BA803AA80 36.1000E-016.1000E-011.9500E+00-1.000E+00
3CA803BA80 36.1000E-016.1000E-011.9500E+00-1.000E+00
3DA803CA80 36.1000E-016.1000E-011.9500E+00-1.000E+00
3EA803DA80 36.1000E-016.1000E-011.9500E+00-1.000E+00
3FA803EA80 36.1000E-016.1000E-011.9500E+00-1.000E+00
3GA803FA80 36.1000E-016.1000E-011.9500E+00-1.000E+00
3HA803GA80 36.1000E-016.1000E-011.9500E+00-1.000E+00
3IA803HA80 36.1000E-016.1000E-011.9500E+00-1.000E+00
2AA8102A81 36.1000E-016.1000E-011.9500E+00-1.000E+00
2BA812AA81 36.1000E-016.1000E-011.9500E+00-1.000E+00
2CA812BA81 36.1000E-016.1000E-011.9500E+00-1.000E+00
2DA812CA81 36.1000E-016.1000E-011.9500E+00-1.000E+00
2EA812DA81 36.1000E-016.1000E-011.9500E+00-1.000E+00
2FA812EA81 36.1000E-016.1000E-011.9500E+00-1.000E+00
2GA812FA81 36.1000E-016.1000E-011.9500E+00-1.000E+00
2HA812GA81 36.1000E-016.1000E-011.9500E+00-1.000E+00
2IA812HA81 36.1000E-016.1000E-011.9500E+00-1.000E+00
03A812IA81 36.1000E-016.1000E-011.9500E+00-1.000E+00
3AA8103A81 36.1000E-016.1000E-011.9500E+00-1.000E+00
3BA813AA81 36.1000E-016.1000E-011.9500E+00-1.000E+00
3CA813BA81 36.1000E-016.1000E-011.9500E+00-1.000E+00
3DA813CA81 36.1000E-016.1000E-011.9500E+00-1.000E+00
3EA813DA81 36.1000E-016.1000E-011.9500E+00-1.000E+00
3FA813EA81 36.1000E-016.1000E-011.9500E+00-1.000E+00
3GA813FA81 36.1000E-016.1000E-011.9500E+00-1.000E+00
3HA813GA81 36.1000E-016.1000E-011.9500E+00-1.000E+00
3IA813HA81 36.1000E-016.1000E-011.9500E+00-1.000E+00
2AA8202A82 36.1000E-016.1000E-012.2700E+00-1.000E+00
2BA822AA82 36.1000E-016.1000E-012.2700E+00-1.000E+00
2CA822BA82 36.1000E-016.1000E-012.2700E+00-1.000E+00
2DA822CA82 36.1000E-016.1000E-012.2700E+00-1.000E+00
2EA822DA82 36.1000E-016.1000E-012.2700E+00-1.000E+00
2FA822EA82 36.1000E-016.1000E-012.2700E+00-1.000E+00
2GA822FA82 36.1000E-016.1000E-012.2700E+00-1.000E+00
2HA822GA82 36.1000E-016.1000E-012.2700E+00-1.000E+00
2IA822HA82 36.1000E-016.1000E-012.2700E+00-1.000E+00
03A822IA82 36.1000E-016.1000E-012.2700E+00-1.000E+00
3AA8203A82 36.1000E-016.1000E-012.2700E+00-1.000E+00
3BA823AA82 36.1000E-016.1000E-012.2700E+00-1.000E+00
3CA823BA82 36.1000E-016.1000E-012.2700E+00-1.000E+00
3DA823CA82 36.1000E-016.1000E-012.2700E+00-1.000E+00
3EA823DA82 36.1000E-016.1000E-012.2700E+00-1.000E+00
3FA823EA82 36.1000E-016.1000E-012.2700E+00-1.000E+00
3GA823FA82 36.1000E-016.1000E-012.2700E+00-1.000E+00
3HA823GA82 36.1000E-016.1000E-012.2700E+00-1.000E+00
3IA823HA82 36.1000E-016.1000E-012.2700E+00-1.000E+00
2AA8302A83 36.1000E-016.1000E-012.0800E+00-1.000E+00
2BA832AA83 36.1000E-016.1000E-012.0800E+00-1.000E+00
2CA832BA83 36.1000E-016.1000E-012.0800E+00-1.000E+00
2DA832CA83 36.1000E-016.1000E-012.0800E+00-1.000E+00
2EA832DA83 36.1000E-016.1000E-012.0800E+00-1.000E+00
2FA832EA83 36.1000E-016.1000E-012.0800E+00-1.000E+00
2GA832FA83 36.1000E-016.1000E-012.0800E+00-1.000E+00
2HA832GA83 36.1000E-016.1000E-012.0800E+00-1.000E+00
2IA832HA83 36.1000E-016.1000E-012.0800E+00-1.000E+00
03A832IA83 36.1000E-016.1000E-012.0800E+00-1.000E+00
3AA8303A83 36.1000E-016.1000E-012.0800E+00-1.000E+00
3BA833AA83 36.1000E-016.1000E-012.0800E+00-1.000E+00
3CA833BA83 36.1000E-016.1000E-012.0800E+00-1.000E+00
3DA833CA83 36.1000E-016.1000E-012.0800E+00-1.000E+00
3EA833DA83 36.1000E-016.1000E-012.0800E+00-1.000E+00
3FA833EA83 36.1000E-016.1000E-012.0800E+00-1.000E+00
3GA833FA83 36.1000E-016.1000E-012.0800E+00-1.000E+00
3HA833GA83 36.1000E-016.1000E-012.0800E+00-1.000E+00
3IA833HA83 36.1000E-016.1000E-012.0800E+00-1.000E+00
2AA8402A84 36.1000E-016.1000E-011.9500E+00-1.000E+00
2BA842AA84 36.1000E-016.1000E-011.9500E+00-1.000E+00
2CA842BA84 36.1000E-016.1000E-011.9500E+00-1.000E+00
2DA842CA84 36.1000E-016.1000E-011.9500E+00-1.000E+00
2EA842DA84 36.1000E-016.1000E-011.9500E+00-1.000E+00
2FA842EA84 36.1000E-016.1000E-011.9500E+00-1.000E+00
2GA842FA84 36.1000E-016.1000E-011.9500E+00-1.000E+00
2HA842GA84 36.1000E-016.1000E-011.9500E+00-1.000E+00
2IA842HA84 36.1000E-016.1000E-011.9500E+00-1.000E+00
03A842IA84 36.1000E-016.1000E-011.9500E+00-1.000E+00
3AA8403A84 36.1000E-016.1000E-011.9500E+00-1.000E+00
3BA843AA84 36.1000E-016.1000E-011.9500E+00-1.000E+00
3CA843BA84 36.1000E-016.1000E-011.9500E+00-1.000E+00
3DA843CA84 36.1000E-016.1000E-011.9500E+00-1.000E+00
3EA843DA84 36.1000E-016.1000E-011.9500E+00-1.000E+00
3FA843EA84 36.1000E-016.1000E-011.9500E+00-1.000E+00
3GA843FA84 36.1000E-016.1000E-011.9500E+00-1.000E+00
3HA843GA84 36.1000E-016.1000E-011.9500E+00-1.000E+00
3IA843HA84 36.1000E-016.1000E-011.9500E+00-1.000E+00
2AA8502A85 36.1000E-016.1000E-011.9500E+00-1.000E+00
2BA852AA85 36.1000E-016.1000E-011.9500E+00-1.000E+00
2CA852BA85 36.1000E-016.1000E-011.9500E+00-1.000E+00
2DA852CA85 36.1000E-016.1000E-011.9500E+00-1.000E+00
2EA852DA85 36.1000E-016.1000E-011.9500E+00-1.000E+00
2FA852EA85 36.1000E-016.1000E-011.9500E+00-1.000E+00
2GA852FA85 36.1000E-016.1000E-011.9500E+00-1.000E+00
2HA852GA85 36.1000E-016.1000E-011.9500E+00-1.000E+00
2IA852HA85 36.1000E-016.1000E-011.9500E+00-1.000E+00
03A852IA85 36.1000E-016.1000E-011.9500E+00-1.000E+00
3AA8503A85 36.1000E-016.1000E-011.9500E+00-1.000E+00
3BA853AA85 36.1000E-016.1000E-011.9500E+00-1.000E+00
3CA853BA85 36.1000E-016.1000E-011.9500E+00-1.000E+00
3DA853CA85 36.1000E-016.1000E-011.9500E+00-1.000E+00
3EA853DA85 36.1000E-016.1000E-011.9500E+00-1.000E+00
3FA853EA85 36.1000E-016.1000E-011.9500E+00-1.000E+00
3GA853FA85 36.1000E-016.1000E-011.9500E+00-1.000E+00
3HA853GA85 36.1000E-016.1000E-011.9500E+00-1.000E+00
3IA853HA85 36.1000E-016.1000E-011.9500E+00-1.000E+00
2AA8602A86 36.1000E-016.1000E-011.9500E+00-1.000E+00
2BA862AA86 36.1000E-016.1000E-011.9500E+00-1.000E+00
2CA862BA86 36.1000E-016.1000E-011.9500E+00-1.000E+00
2DA862CA86 36.1000E-016.1000E-011.9500E+00-1.000E+00
2EA862DA86 36.1000E-016.1000E-011.9500E+00-1.000E+00
2FA862EA86 36.1000E-016.1000E-011.9500E+00-1.000E+00
2GA862FA86 36.1000E-016.1000E-011.9500E+00-1.000E+00
2HA862GA86 36.1000E-016.1000E-011.9500E+00-1.000E+00
2IA862HA86 36.1000E-016.1000E-011.9500E+00-1.000E+00
03A862IA86 36.1000E-016.1000E-011.9500E+00-1.000E+00
3AA8603A86 36.1000E-016.1000E-011.9500E+00-1.000E+00
3BA863AA86 36.1000E-016.1000E-011.9500E+00-1.000E+00
3CA863BA86 36.1000E-016.1000E-011.9500E+00-1.000E+00
3DA863CA86 36.1000E-016.1000E-011.9500E+00-1.000E+00
3EA863DA86 36.1000E-016.1000E-011.9500E+00-1.000E+00
3FA863EA86 36.1000E-016.1000E-011.9500E+00-1.000E+00
3GA863FA86 36.1000E-016.1000E-011.9500E+00-1.000E+00
3HA863GA86 36.1000E-016.1000E-011.9500E+00-1.000E+00
3IA863HA86 36.1000E-016.1000E-011.9500E+00-1.000E+00
2AA8702A87 36.1000E-016.1000E-012.3400E+00-1.000E+00
2BA872AA87 36.1000E-016.1000E-012.3400E+00-1.000E+00
2CA872BA87 36.1000E-016.1000E-012.3400E+00-1.000E+00
2DA872CA87 36.1000E-016.1000E-012.3400E+00-1.000E+00
2EA872DA87 36.1000E-016.1000E-012.3400E+00-1.000E+00
2FA872EA87 36.1000E-016.1000E-012.3400E+00-1.000E+00
2GA872FA87 36.1000E-016.1000E-012.3400E+00-1.000E+00
2HA872GA87 36.1000E-016.1000E-012.3400E+00-1.000E+00
2IA872HA87 36.1000E-016.1000E-012.3400E+00-1.000E+00
03A872IA87 36.1000E-016.1000E-012.3400E+00-1.000E+00
3AA8703A87 36.1000E-016.1000E-012.3400E+00-1.000E+00
3BA873AA87 36.1000E-016.1000E-012.3400E+00-1.000E+00
3CA873BA87 36.1000E-016.1000E-012.3400E+00-1.000E+00
3DA873CA87 36.1000E-016.1000E-012.3400E+00-1.000E+00
3EA873DA87 36.1000E-016.1000E-012.3400E+00-1.000E+00
3FA873EA87 36.1000E-016.1000E-012.3400E+00-1.000E+00
3GA873FA87 36.1000E-016.1000E-012.3400E+00-1.000E+00
3HA873GA87 36.1000E-016.1000E-012.3400E+00-1.000E+00
3IA873HA87 36.1000E-016.1000E-012.3400E+00-1.000E+00
2AA8802A88 36.1000E-016.1000E-011.6700E+00-1.000E+00
2BA882AA88 36.1000E-016.1000E-011.6700E+00-1.000E+00
2CA882BA88 36.1000E-016.1000E-011.6700E+00-1.000E+00
2DA882CA88 36.1000E-016.1000E-011.6700E+00-1.000E+00
2EA882DA88 36.1000E-016.1000E-011.6700E+00-1.000E+00
2FA882EA88 36.1000E-016.1000E-011.6700E+00-1.000E+00
2GA882FA88 36.1000E-016.1000E-011.6700E+00-1.000E+00
2HA882GA88 36.1000E-016.1000E-011.6700E+00-1.000E+00
2IA882HA88 36.1000E-016.1000E-011.6700E+00-1.000E+00
03A882IA88 36.1000E-016.1000E-011.6700E+00-1.000E+00
3AA8803A88 36.1000E-016.1000E-011.6700E+00-1.000E+00
3BA883AA88 36.1000E-016.1000E-011.6700E+00-1.000E+00
3CA883BA88 36.1000E-016.1000E-011.6700E+00-1.000E+00
3DA883CA88 36.1000E-016.1000E-011.6700E+00-1.000E+00
3EA883DA88 36.1000E-016.1000E-011.6700E+00-1.000E+00
3FA883EA88 36.1000E-016.1000E-011.6700E+00-1.000E+00
3GA883FA88 36.1000E-016.1000E-011.6700E+00-1.000E+00
3HA883GA88 36.1000E-016.1000E-011.6700E+00-1.000E+00
3IA883HA88 36.1000E-016.1000E-011.6700E+00-1.000E+00
2AA8902A89 36.1000E-016.1000E-012.2700E+00-1.000E+00
2BA892AA89 36.1000E-016.1000E-012.2700E+00-1.000E+00
2CA892BA89 36.1000E-016.1000E-012.2700E+00-1.000E+00
2DA892CA89 36.1000E-016.1000E-012.2700E+00-1.000E+00
2EA892DA89 36.1000E-016.1000E-012.2700E+00-1.000E+00
2FA892EA89 36.1000E-016.1000E-012.2700E+00-1.000E+00
2GA892FA89 36.1000E-016.1000E-012.2700E+00-1.000E+00
2HA892GA89 36.1000E-016.1000E-012.2700E+00-1.000E+00
2IA892HA89 36.1000E-016.1000E-012.2700E+00-1.000E+00
03A892IA89 36.1000E-016.1000E-012.2700E+00-1.000E+00
3AA8903A89 36.1000E-016.1000E-012.2700E+00-1.000E+00
3BA893AA89 36.1000E-016.1000E-012.2700E+00-1.000E+00
3CA893BA89 36.1000E-016.1000E-012.2700E+00-1.000E+00
3DA893CA89 36.1000E-016.1000E-012.2700E+00-1.000E+00
3EA893DA89 36.1000E-016.1000E-012.2700E+00-1.000E+00
3FA893EA89 36.1000E-016.1000E-012.2700E+00-1.000E+00
3GA893FA89 36.1000E-016.1000E-012.2700E+00-1.000E+00
3HA893GA89 36.1000E-016.1000E-012.2700E+00-1.000E+00
3IA893HA89 36.1000E-016.1000E-012.2700E+00-1.000E+00
2AA9002A90 36.1000E-016.1000E-011.9500E+00-1.000E+00
2BA902AA90 36.1000E-016.1000E-011.9500E+00-1.000E+00
2CA902BA90 36.1000E-016.1000E-011.9500E+00-1.000E+00
2DA902CA90 36.1000E-016.1000E-011.9500E+00-1.000E+00
2EA902DA90 36.1000E-016.1000E-011.9500E+00-1.000E+00
2FA902EA90 36.1000E-016.1000E-011.9500E+00-1.000E+00
2GA902FA90 36.1000E-016.1000E-011.9500E+00-1.000E+00
2HA902GA90 36.1000E-016.1000E-011.9500E+00-1.000E+00
2IA902HA90 36.1000E-016.1000E-011.9500E+00-1.000E+00
03A902IA90 36.1000E-016.1000E-011.9500E+00-1.000E+00
3AA9003A90 36.1000E-016.1000E-011.9500E+00-1.000E+00
3BA903AA90 36.1000E-016.1000E-011.9500E+00-1.000E+00
3CA903BA90 36.1000E-016.1000E-011.9500E+00-1.000E+00
3DA903CA90 36.1000E-016.1000E-011.9500E+00-1.000E+00
3EA903DA90 36.1000E-016.1000E-011.9500E+00-1.000E+00
3FA903EA90 36.1000E-016.1000E-011.9500E+00-1.000E+00
3GA903FA90 36.1000E-016.1000E-011.9500E+00-1.000E+00
3HA903GA90 36.1000E-016.1000E-011.9500E+00-1.000E+00
3IA903HA90 36.1000E-016.1000E-011.9500E+00-1.000E+00
2AA9102A91 36.1000E-016.1000E-012.2700E+00-1.000E+00
2BA912AA91 36.1000E-016.1000E-012.2700E+00-1.000E+00
2CA912BA91 36.1000E-016.1000E-012.2700E+00-1.000E+00
2DA912CA91 36.1000E-016.1000E-012.2700E+00-1.000E+00
2EA912DA91 36.1000E-016.1000E-012.2700E+00-1.000E+00
2FA912EA91 36.1000E-016.1000E-012.2700E+00-1.000E+00
2GA912FA91 36.1000E-016.1000E-012.2700E+00-1.000E+00
2HA912GA91 36.1000E-016.1000E-012.2700E+00-1.000E+00
2IA912HA91 36.1000E-016.1000E-012.2700E+00-1.000E+00
03A912IA91 36.1000E-016.1000E-012.2700E+00-1.000E+00
3AA9103A91 36.1000E-016.1000E-012.2700E+00-1.000E+00
3BA913AA91 36.1000E-016.1000E-012.2700E+00-1.000E+00
3CA913BA91 36.1000E-016.1000E-012.2700E+00-1.000E+00
3DA913CA91 36.1000E-016.1000E-012.2700E+00-1.000E+00
3EA913DA91 36.1000E-016.1000E-012.2700E+00-1.000E+00
3FA913EA91 36.1000E-016.1000E-012.2700E+00-1.000E+00
3GA913FA91 36.1000E-016.1000E-012.2700E+00-1.000E+00
3HA913GA91 36.1000E-016.1000E-012.2700E+00-1.000E+00
3IA913HA91 36.1000E-016.1000E-012.2700E+00-1.000E+00
2AA9202A92 36.1000E-016.1000E-012.5200E+00-1.000E+00
2BA922AA92 36.1000E-016.1000E-012.5200E+00-1.000E+00
2CA922BA92 36.1000E-016.1000E-012.5200E+00-1.000E+00
2DA922CA92 36.1000E-016.1000E-012.5200E+00-1.000E+00
2EA922DA92 36.1000E-016.1000E-012.5200E+00-1.000E+00
2FA922EA92 36.1000E-016.1000E-012.5200E+00-1.000E+00
2GA922FA92 36.1000E-016.1000E-012.5200E+00-1.000E+00
2HA922GA92 36.1000E-016.1000E-012.5200E+00-1.000E+00
2IA922HA92 36.1000E-016.1000E-012.5200E+00-1.000E+00
03A922IA92 36.1000E-016.1000E-012.5200E+00-1.000E+00
3AA9203A92 36.1000E-016.1000E-012.5200E+00-1.000E+00
3BA923AA92 36.1000E-016.1000E-012.5200E+00-1.000E+00
3CA923BA92 36.1000E-016.1000E-012.5200E+00-1.000E+00
3DA923CA92 36.1000E-016.1000E-012.5200E+00-1.000E+00
3EA923DA92 36.1000E-016.1000E-012.5200E+00-1.000E+00
3FA923EA92 36.1000E-016.1000E-012.5200E+00-1.000E+00
3GA923FA92 36.1000E-016.1000E-012.5200E+00-1.000E+00
3HA923GA92 36.1000E-016.1000E-012.5200E+00-1.000E+00
3IA923HA92 36.1000E-016.1000E-012.5200E+00-1.000E+00
2AA9302A93 36.1000E-016.1000E-011.9500E+00-1.000E+00
2BA932AA93 36.1000E-016.1000E-011.9500E+00-1.000E+00
2CA932BA93 36.1000E-016.1000E-011.9500E+00-1.000E+00
2DA932CA93 36.1000E-016.1000E-011.9500E+00-1.000E+00
2EA932DA93 36.1000E-016.1000E-011.9500E+00-1.000E+00
2FA932EA93 36.1000E-016.1000E-011.9500E+00-1.000E+00
2GA932FA93 36.1000E-016.1000E-011.9500E+00-1.000E+00
2HA932GA93 36.1000E-016.1000E-011.9500E+00-1.000E+00
2IA932HA93 36.1000E-016.1000E-011.9500E+00-1.000E+00
03A932IA93 36.1000E-016.1000E-011.9500E+00-1.000E+00
3AA9303A93 36.1000E-016.1000E-011.9500E+00-1.000E+00
3BA933AA93 36.1000E-016.1000E-011.9500E+00-1.000E+00
3CA933BA93 36.1000E-016.1000E-011.9500E+00-1.000E+00
3DA933CA93 36.1000E-016.1000E-011.9500E+00-1.000E+00
3EA933DA93 36.1000E-016.1000E-011.9500E+00-1.000E+00
3FA933EA93 36.1000E-016.1000E-011.9500E+00-1.000E+00
3GA933FA93 36.1000E-016.1000E-011.9500E+00-1.000E+00
3HA933GA93 36.1000E-016.1000E-011.9500E+00-1.000E+00
3IA933HA93 36.1000E-016.1000E-011.9500E+00-1.000E+00
2AA9402A94 36.1000E-016.1000E-012.3400E+00-1.000E+00
2BA942AA94 36.1000E-016.1000E-012.3400E+00-1.000E+00
2CA942BA94 36.1000E-016.1000E-012.3400E+00-1.000E+00
2DA942CA94 36.1000E-016.1000E-012.3400E+00-1.000E+00
2EA942DA94 36.1000E-016.1000E-012.3400E+00-1.000E+00
2FA942EA94 36.1000E-016.1000E-012.3400E+00-1.000E+00
2GA942FA94 36.1000E-016.1000E-012.3400E+00-1.000E+00
2HA942GA94 36.1000E-016.1000E-012.3400E+00-1.000E+00
2IA942HA94 36.1000E-016.1000E-012.3400E+00-1.000E+00
03A942IA94 36.1000E-016.1000E-012.3400E+00-1.000E+00
3AA9403A94 36.1000E-016.1000E-012.3400E+00-1.000E+00
3BA943AA94 36.1000E-016.1000E-012.3400E+00-1.000E+00
3CA943BA94 36.1000E-016.1000E-012.3400E+00-1.000E+00
3DA943CA94 36.1000E-016.1000E-012.3400E+00-1.000E+00
3EA943DA94 36.1000E-016.1000E-012.3400E+00-1.000E+00
3FA943EA94 36.1000E-016.1000E-012.3400E+00-1.000E+00
3GA943FA94 36.1000E-016.1000E-012.3400E+00-1.000E+00
3HA943GA94 36.1000E-016.1000E-012.3400E+00-1.000E+00
3IA943HA94 36.1000E-016.1000E-012.3400E+00-1.000E+00
2AA9502A95 36.1000E-016.1000E-011.9200E+00-1.000E+00
2BA952AA95 36.1000E-016.1000E-011.9200E+00-1.000E+00
2CA952BA95 36.1000E-016.1000E-011.9200E+00-1.000E+00
2DA952CA95 36.1000E-016.1000E-011.9200E+00-1.000E+00
2EA952DA95 36.1000E-016.1000E-011.9200E+00-1.000E+00
2FA952EA95 36.1000E-016.1000E-011.9200E+00-1.000E+00
2GA952FA95 36.1000E-016.1000E-011.9200E+00-1.000E+00
2HA952GA95 36.1000E-016.1000E-011.9200E+00-1.000E+00
2IA952HA95 36.1000E-016.1000E-011.9200E+00-1.000E+00
03A952IA95 36.1000E-016.1000E-011.9200E+00-1.000E+00
3AA9503A95 36.1000E-016.1000E-011.9200E+00-1.000E+00
3BA953AA95 36.1000E-016.1000E-011.9200E+00-1.000E+00
3CA953BA95 36.1000E-016.1000E-011.9200E+00-1.000E+00
3DA953CA95 36.1000E-016.1000E-011.9200E+00-1.000E+00
3EA953DA95 36.1000E-016.1000E-011.9200E+00-1.000E+00
3FA953EA95 36.1000E-016.1000E-011.9200E+00-1.000E+00
3GA953FA95 36.1000E-016.1000E-011.9200E+00-1.000E+00
3HA953GA95 36.1000E-016.1000E-011.9200E+00-1.000E+00
3IA953HA95 36.1000E-016.1000E-011.9200E+00-1.000E+00
2AA9602A96 36.1000E-016.1000E-012.2700E+00-1.000E+00
2BA962AA96 36.1000E-016.1000E-012.2700E+00-1.000E+00
2CA962BA96 36.1000E-016.1000E-012.2700E+00-1.000E+00
2DA962CA96 36.1000E-016.1000E-012.2700E+00-1.000E+00
2EA962DA96 36.1000E-016.1000E-012.2700E+00-1.000E+00
2FA962EA96 36.1000E-016.1000E-012.2700E+00-1.000E+00
2GA962FA96 36.1000E-016.1000E-012.2700E+00-1.000E+00
2HA962GA96 36.1000E-016.1000E-012.2700E+00-1.000E+00
2IA962HA96 36.1000E-016.1000E-012.2700E+00-1.000E+00
03A962IA96 36.1000E-016.1000E-012.2700E+00-1.000E+00
3AA9603A96 36.1000E-016.1000E-012.2700E+00-1.000E+00
3BA963AA96 36.1000E-016.1000E-012.2700E+00-1.000E+00
3CA963BA96 36.1000E-016.1000E-012.2700E+00-1.000E+00
3DA963CA96 36.1000E-016.1000E-012.2700E+00-1.000E+00
3EA963DA96 36.1000E-016.1000E-012.2700E+00-1.000E+00
3FA963EA96 36.1000E-016.1000E-012.2700E+00-1.000E+00
3GA963FA96 36.1000E-016.1000E-012.2700E+00-1.000E+00
3HA963GA96 36.1000E-016.1000E-012.2700E+00-1.000E+00
3IA963HA96 36.1000E-016.1000E-012.2700E+00-1.000E+00
2AA9702A97 36.1000E-016.1000E-011.2800E+00-1.000E+00
2BA972AA97 36.1000E-016.1000E-011.2800E+00-1.000E+00
2CA972BA97 36.1000E-016.1000E-011.2800E+00-1.000E+00
2DA972CA97 36.1000E-016.1000E-011.2800E+00-1.000E+00
2EA972DA97 36.1000E-016.1000E-011.2800E+00-1.000E+00
2FA972EA97 36.1000E-016.1000E-011.2800E+00-1.000E+00
2GA972FA97 36.1000E-016.1000E-011.2800E+00-1.000E+00
2HA972GA97 36.1000E-016.1000E-011.2800E+00-1.000E+00
2IA972HA97 36.1000E-016.1000E-011.2800E+00-1.000E+00
03A972IA97 36.1000E-016.1000E-011.2800E+00-1.000E+00
3AA9703A97 36.1000E-016.1000E-011.2800E+00-1.000E+00
3BA973AA97 36.1000E-016.1000E-011.2800E+00-1.000E+00
3CA973BA97 36.1000E-016.1000E-011.2800E+00-1.000E+00
3DA973CA97 36.1000E-016.1000E-011.2800E+00-1.000E+00
3EA973DA97 36.1000E-016.1000E-011.2800E+00-1.000E+00
3FA973EA97 36.1000E-016.1000E-011.2800E+00-1.000E+00
3GA973FA97 36.1000E-016.1000E-011.2800E+00-1.000E+00
3HA973GA97 36.1000E-016.1000E-011.2800E+00-1.000E+00
3IA973HA97 36.1000E-016.1000E-011.2800E+00-1.000E+00
2AA9802A98 36.1000E-016.1000E-011.5900E+00-1.000E+00
2BA982AA98 36.1000E-016.1000E-011.5900E+00-1.000E+00
2CA982BA98 36.1000E-016.1000E-011.5900E+00-1.000E+00
2DA982CA98 36.1000E-016.1000E-011.5900E+00-1.000E+00
2EA982DA98 36.1000E-016.1000E-011.5900E+00-1.000E+00
2FA982EA98 36.1000E-016.1000E-011.5900E+00-1.000E+00
2GA982FA98 36.1000E-016.1000E-011.5900E+00-1.000E+00
2HA982GA98 36.1000E-016.1000E-011.5900E+00-1.000E+00
2IA982HA98 36.1000E-016.1000E-011.5900E+00-1.000E+00
03A982IA98 36.1000E-016.1000E-011.5900E+00-1.000E+00
3AA9803A98 36.1000E-016.1000E-011.5900E+00-1.000E+00
3BA983AA98 36.1000E-016.1000E-011.5900E+00-1.000E+00
3CA983BA98 36.1000E-016.1000E-011.5900E+00-1.000E+00
3DA983CA98 36.1000E-016.1000E-011.5900E+00-1.000E+00
3EA983DA98 36.1000E-016.1000E-011.5900E+00-1.000E+00
3FA983EA98 36.1000E-016.1000E-011.5900E+00-1.000E+00
3GA983FA98 36.1000E-016.1000E-011.5900E+00-1.000E+00
3HA983GA98 36.1000E-016.1000E-011.5900E+00-1.000E+00
3IA983HA98 36.1000E-016.1000E-011.5900E+00-1.000E+00
2AA9902A99 36.1000E-016.1000E-011.1000E-02-1.000E+00
2BA992AA99 36.1000E-016.1000E-011.1000E-02-1.000E+00
2CA992BA99 36.1000E-016.1000E-011.1000E-02-1.000E+00
2DA992CA99 36.1000E-016.1000E-011.1000E-02-1.000E+00
2EA992DA99 36.1000E-016.1000E-011.1000E-02-1.000E+00
2FA992EA99 36.1000E-016.1000E-011.1000E-02-1.000E+00
2GA992FA99 36.1000E-016.1000E-011.1000E-02-1.000E+00
2HA992GA99 36.1000E-016.1000E-011.1000E-02-1.000E+00
2IA992HA99 36.1000E-016.1000E-011.1000E-02-1.000E+00
03A992IA99 36.1000E-016.1000E-011.1000E-02-1.000E+00
3AA9903A99 36.1000E-016.1000E-011.1000E-02-1.000E+00
3BA993AA99 36.1000E-016.1000E-011.1000E-02-1.000E+00
3CA993BA99 36.1000E-016.1000E-011.1000E-02-1.000E+00
3DA993CA99 36.1000E-016.1000E-011.1000E-02-1.000E+00
3EA993DA99 36.1000E-016.1000E-011.1000E-02-1.000E+00
3FA993EA99 36.1000E-016.1000E-011.1000E-02-1.000E+00
3GA993FA99 36.1000E-016.1000E-011.1000E-02-1.000E+00
3HA993GA99 36.1000E-016.1000E-011.1000E-02-1.000E+00
3IA993HA99 36.1000E-016.1000E-011.1000E-02-1.000E+00
2AB 002B 0 36.1000E-016.1000E-017.2300E-03-1.000E+00
2BB 02AB 0 36.1000E-016.1000E-017.2300E-03-1.000E+00
2CB 02BB 0 36.1000E-016.1000E-017.2300E-03-1.000E+00
2DB 02CB 0 36.1000E-016.1000E-017.2300E-03-1.000E+00
2EB 02DB 0 36.1000E-016.1000E-017.2300E-03-1.000E+00
2FB 02EB 0 36.1000E-016.1000E-017.2300E-03-1.000E+00
2GB 02FB 0 36.1000E-016.1000E-017.2300E-03-1.000E+00
2HB 02GB 0 36.1000E-016.1000E-017.2300E-03-1.000E+00
2IB 02HB 0 36.1000E-016.1000E-017.2300E-03-1.000E+00
03B 02IB 0 36.1000E-016.1000E-017.2300E-03-1.000E+00
3AB 003B 0 36.1000E-016.1000E-017.2300E-03-1.000E+00
3BB 03AB 0 36.1000E-016.1000E-017.2300E-03-1.000E+00
3CB 03BB 0 36.1000E-016.1000E-017.2300E-03-1.000E+00
3DB 03CB 0 36.1000E-016.1000E-017.2300E-03-1.000E+00
3EB 03DB 0 36.1000E-016.1000E-017.2300E-03-1.000E+00
3FB 03EB 0 36.1000E-016.1000E-017.2300E-03-1.000E+00
3GB 03FB 0 36.1000E-016.1000E-017.2300E-03-1.000E+00
3HB 03GB 0 36.1000E-016.1000E-017.2300E-03-1.000E+00
3IB 03HB 0 36.1000E-016.1000E-017.2300E-03-1.000E+00
2AB 102B 1 36.1000E-016.1000E-011.0300E-02-1.000E+00
2BB 12AB 1 36.1000E-016.1000E-011.0300E-02-1.000E+00
2CB 12BB 1 36.1000E-016.1000E-011.0300E-02-1.000E+00
2DB 12CB 1 36.1000E-016.1000E-011.0300E-02-1.000E+00
2EB 12DB 1 36.1000E-016.1000E-011.0300E-02-1.000E+00
2FB 12EB 1 36.1000E-016.1000E-011.0300E-02-1.000E+00
2GB 12FB 1 36.1000E-016.1000E-011.0300E-02-1.000E+00
2HB 12GB 1 36.1000E-016.1000E-011.0300E-02-1.000E+00
2IB 12HB 1 36.1000E-016.1000E-011.0300E-02-1.000E+00
03B 12IB 1 36.1000E-016.1000E-011.0300E-02-1.000E+00
3AB 103B 1 36.1000E-016.1000E-011.0300E-02-1.000E+00
3BB 13AB 1 36.1000E-016.1000E-011.0300E-02-1.000E+00
3CB 13BB 1 36.1000E-016.1000E-011.0300E-02-1.000E+00
3DB 13CB 1 36.1000E-016.1000E-011.0300E-02-1.000E+00
3EB 13DB 1 36.1000E-016.1000E-011.0300E-02-1.000E+00
3FB 13EB 1 36.1000E-016.1000E-011.0300E-02-1.000E+00
3GB 13FB 1 36.1000E-016.1000E-011.0300E-02-1.000E+00
3HB 13GB 1 36.1000E-016.1000E-011.0300E-02-1.000E+00
3IB 13HB 1 36.1000E-016.1000E-011.0300E-02-1.000E+00
2AB 202B 2 36.1000E-016.1000E-016.2000E-02-1.000E+00
2BB 22AB 2 36.1000E-016.1000E-016.2000E-02-1.000E+00
2CB 22BB 2 36.1000E-016.1000E-016.2000E-02-1.000E+00
2DB 22CB 2 36.1000E-016.1000E-016.2000E-02-1.000E+00
2EB 22DB 2 36.1000E-016.1000E-016.2000E-02-1.000E+00
2FB 22EB 2 36.1000E-016.1000E-016.2000E-02-1.000E+00
2GB 22FB 2 36.1000E-016.1000E-016.2000E-02-1.000E+00
2HB 22GB 2 36.1000E-016.1000E-016.2000E-02-1.000E+00
2IB 22HB 2 36.1000E-016.1000E-016.2000E-02-1.000E+00
03B 22IB 2 36.1000E-016.1000E-016.2000E-02-1.000E+00
3AB 203B 2 36.1000E-016.1000E-016.2000E-02-1.000E+00
3BB 23AB 2 36.1000E-016.1000E-016.2000E-02-1.000E+00
3CB 23BB 2 36.1000E-016.1000E-016.2000E-02-1.000E+00
3DB 23CB 2 36.1000E-016.1000E-016.2000E-02-1.000E+00
3EB 23DB 2 36.1000E-016.1000E-016.2000E-02-1.000E+00
3FB 23EB 2 36.1000E-016.1000E-016.2000E-02-1.000E+00
3GB 23FB 2 36.1000E-016.1000E-016.2000E-02-1.000E+00
3HB 23GB 2 36.1000E-016.1000E-016.2000E-02-1.000E+00
3IB 23HB 2 36.1000E-016.1000E-016.2000E-02-1.000E+00
2AB 302B 3 36.1000E-016.1000E-012.1000E-01-1.000E+00
2BB 32AB 3 36.1000E-016.1000E-012.1000E-01-1.000E+00
2CB 32BB 3 36.1000E-016.1000E-012.1000E-01-1.000E+00
2DB 32CB 3 36.1000E-016.1000E-012.1000E-01-1.000E+00
2EB 32DB 3 36.1000E-016.1000E-012.1000E-01-1.000E+00
2FB 32EB 3 36.1000E-016.1000E-012.1000E-01-1.000E+00
2GB 32FB 3 36.1000E-016.1000E-012.1000E-01-1.000E+00
2HB 32GB 3 36.1000E-016.1000E-012.1000E-01-1.000E+00
2IB 32HB 3 36.1000E-016.1000E-012.1000E-01-1.000E+00
03B 32IB 3 36.1000E-016.1000E-012.1000E-01-1.000E+00
3AB 303B 3 36.1000E-016.1000E-012.1000E-01-1.000E+00
3BB 33AB 3 36.1000E-016.1000E-012.1000E-01-1.000E+00
3CB 33BB 3 36.1000E-016.1000E-012.1000E-01-1.000E+00
3DB 33CB 3 36.1000E-016.1000E-012.1000E-01-1.000E+00
3EB 33DB 3 36.1000E-016.1000E-012.1000E-01-1.000E+00
3FB 33EB 3 36.1000E-016.1000E-012.1000E-01-1.000E+00
3GB 33FB 3 36.1000E-016.1000E-012.1000E-01-1.000E+00
3HB 33GB 3 36.1000E-016.1000E-012.1000E-01-1.000E+00
3IB 33HB 3 36.1000E-016.1000E-012.1000E-01-1.000E+00
2AB 402B 4 36.1000E-016.1000E-017.6900E-01-1.000E+00
2BB 42AB 4 36.1000E-016.1000E-017.6900E-01-1.000E+00
2CB 42BB 4 36.1000E-016.1000E-017.6900E-01-1.000E+00
2DB 42CB 4 36.1000E-016.1000E-017.6900E-01-1.000E+00
2EB 42DB 4 36.1000E-016.1000E-017.6900E-01-1.000E+00
2FB 42EB 4 36.1000E-016.1000E-017.6900E-01-1.000E+00
2GB 42FB 4 36.1000E-016.1000E-017.6900E-01-1.000E+00
2HB 42GB 4 36.1000E-016.1000E-017.6900E-01-1.000E+00
2IB 42HB 4 36.1000E-016.1000E-017.6900E-01-1.000E+00
03B 42IB 4 36.1000E-016.1000E-017.6900E-01-1.000E+00
3AB 403B 4 36.1000E-016.1000E-017.6900E-01-1.000E+00
3BB 43AB 4 36.1000E-016.1000E-017.6900E-01-1.000E+00
3CB 43BB 4 36.1000E-016.1000E-017.6900E-01-1.000E+00
3DB 43CB 4 36.1000E-016.1000E-017.6900E-01-1.000E+00
3EB 43DB 4 36.1000E-016.1000E-017.6900E-01-1.000E+00
3FB 43EB 4 36.1000E-016.1000E-017.6900E-01-1.000E+00
3GB 43FB 4 36.1000E-016.1000E-017.6900E-01-1.000E+00
3HB 43GB 4 36.1000E-016.1000E-017.6900E-01-1.000E+00
3IB 43HB 4 36.1000E-016.1000E-017.6900E-01-1.000E+00
2AB 502B 5 36.1000E-016.1000E-011.0300E-02-1.000E+00
2BB 52AB 5 36.1000E-016.1000E-011.0300E-02-1.000E+00
2CB 52BB 5 36.1000E-016.1000E-011.0300E-02-1.000E+00
2DB 52CB 5 36.1000E-016.1000E-011.0300E-02-1.000E+00
2EB 52DB 5 36.1000E-016.1000E-011.0300E-02-1.000E+00
2FB 52EB 5 36.1000E-016.1000E-011.0300E-02-1.000E+00
2GB 52FB 5 36.1000E-016.1000E-011.0300E-02-1.000E+00
2HB 52GB 5 36.1000E-016.1000E-011.0300E-02-1.000E+00
2IB 52HB 5 36.1000E-016.1000E-011.0300E-02-1.000E+00
03B 52IB 5 36.1000E-016.1000E-011.0300E-02-1.000E+00
3AB 503B 5 36.1000E-016.1000E-011.0300E-02-1.000E+00
3BB 53AB 5 36.1000E-016.1000E-011.0300E-02-1.000E+00
3CB 53BB 5 36.1000E-016.1000E-011.0300E-02-1.000E+00
3DB 53CB 5 36.1000E-016.1000E-011.0300E-02-1.000E+00
3EB 53DB 5 36.1000E-016.1000E-011.0300E-02-1.000E+00
3FB 53EB 5 36.1000E-016.1000E-011.0300E-02-1.000E+00
3GB 53FB 5 36.1000E-016.1000E-011.0300E-02-1.000E+00
3HB 53GB 5 36.1000E-016.1000E-011.0300E-02-1.000E+00
3IB 53HB 5 36.1000E-016.1000E-011.0300E-02-1.000E+00
2AB 602B 6 36.1000E-016.1000E-015.7900E-02-1.000E+00
2BB 62AB 6 36.1000E-016.1000E-015.7900E-02-1.000E+00
2CB 62BB 6 36.1000E-016.1000E-015.7900E-02-1.000E+00
2DB 62CB 6 36.1000E-016.1000E-015.7900E-02-1.000E+00
2EB 62DB 6 36.1000E-016.1000E-015.7900E-02-1.000E+00
2FB 62EB 6 36.1000E-016.1000E-015.7900E-02-1.000E+00
2GB 62FB 6 36.1000E-016.1000E-015.7900E-02-1.000E+00
2HB 62GB 6 36.1000E-016.1000E-015.7900E-02-1.000E+00
2IB 62HB 6 36.1000E-016.1000E-015.7900E-02-1.000E+00
03B 62IB 6 36.1000E-016.1000E-015.7900E-02-1.000E+00
3AB 603B 6 36.1000E-016.1000E-015.7900E-02-1.000E+00
3BB 63AB 6 36.1000E-016.1000E-015.7900E-02-1.000E+00
3CB 63BB 6 36.1000E-016.1000E-015.7900E-02-1.000E+00
3DB 63CB 6 36.1000E-016.1000E-015.7900E-02-1.000E+00
3EB 63DB 6 36.1000E-016.1000E-015.7900E-02-1.000E+00
3FB 63EB 6 36.1000E-016.1000E-015.7900E-02-1.000E+00
3GB 63FB 6 36.1000E-016.1000E-015.7900E-02-1.000E+00
3HB 63GB 6 36.1000E-016.1000E-015.7900E-02-1.000E+00
3IB 63HB 6 36.1000E-016.1000E-015.7900E-02-1.000E+00
2AB 702B 7 36.1000E-016.1000E-012.3500E-01-1.000E+00
2BB 72AB 7 36.1000E-016.1000E-012.3500E-01-1.000E+00
2CB 72BB 7 36.1000E-016.1000E-012.3500E-01-1.000E+00
2DB 72CB 7 36.1000E-016.1000E-012.3500E-01-1.000E+00
2EB 72DB 7 36.1000E-016.1000E-012.3500E-01-1.000E+00
2FB 72EB 7 36.1000E-016.1000E-012.3500E-01-1.000E+00
2GB 72FB 7 36.1000E-016.1000E-012.3500E-01-1.000E+00
2HB 72GB 7 36.1000E-016.1000E-012.3500E-01-1.000E+00
2IB 72HB 7 36.1000E-016.1000E-012.3500E-01-1.000E+00
03B 72IB 7 36.1000E-016.1000E-012.3500E-01-1.000E+00
3AB 703B 7 36.1000E-016.1000E-012.3500E-01-1.000E+00
3BB 73AB 7 36.1000E-016.1000E-012.3500E-01-1.000E+00
3CB 73BB 7 36.1000E-016.1000E-012.3500E-01-1.000E+00
3DB 73CB 7 36.1000E-016.1000E-012.3500E-01-1.000E+00
3EB 73DB 7 36.1000E-016.1000E-012.3500E-01-1.000E+00
3FB 73EB 7 36.1000E-016.1000E-012.3500E-01-1.000E+00
3GB 73FB 7 36.1000E-016.1000E-012.3500E-01-1.000E+00
3HB 73GB 7 36.1000E-016.1000E-012.3500E-01-1.000E+00
3IB 73HB 7 36.1000E-016.1000E-012.3500E-01-1.000E+00
2AB 802B 8 36.1000E-016.1000E-018.9000E-01-1.000E+00
2BB 82AB 8 36.1000E-016.1000E-018.9000E-01-1.000E+00
2CB 82BB 8 36.1000E-016.1000E-018.9000E-01-1.000E+00
2DB 82CB 8 36.1000E-016.1000E-018.9000E-01-1.000E+00
2EB 82DB 8 36.1000E-016.1000E-018.9000E-01-1.000E+00
2FB 82EB 8 36.1000E-016.1000E-018.9000E-01-1.000E+00
2GB 82FB 8 36.1000E-016.1000E-018.9000E-01-1.000E+00
2HB 82GB 8 36.1000E-016.1000E-018.9000E-01-1.000E+00
2IB 82HB 8 36.1000E-016.1000E-018.9000E-01-1.000E+00
03B 82IB 8 36.1000E-016.1000E-018.9000E-01-1.000E+00
3AB 803B 8 36.1000E-016.1000E-018.9000E-01-1.000E+00
3BB 83AB 8 36.1000E-016.1000E-018.9000E-01-1.000E+00
3CB 83BB 8 36.1000E-016.1000E-018.9000E-01-1.000E+00
3DB 83CB 8 36.1000E-016.1000E-018.9000E-01-1.000E+00
3EB 83DB 8 36.1000E-016.1000E-018.9000E-01-1.000E+00
3FB 83EB 8 36.1000E-016.1000E-018.9000E-01-1.000E+00
3GB 83FB 8 36.1000E-016.1000E-018.9000E-01-1.000E+00
3HB 83GB 8 36.1000E-016.1000E-018.9000E-01-1.000E+00
3IB 83HB 8 36.1000E-016.1000E-018.9000E-01-1.000E+00
2AB 902B 9 36.1000E-016.1000E-011.1800E-02-1.000E+00
2BB 92AB 9 36.1000E-016.1000E-011.1800E-02-1.000E+00
2CB 92BB 9 36.1000E-016.1000E-011.1800E-02-1.000E+00
2DB 92CB 9 36.1000E-016.1000E-011.1800E-02-1.000E+00
2EB 92DB 9 36.1000E-016.1000E-011.1800E-02-1.000E+00
2FB 92EB 9 36.1000E-016.1000E-011.1800E-02-1.000E+00
2GB 92FB 9 36.1000E-016.1000E-011.1800E-02-1.000E+00
2HB 92GB 9 36.1000E-016.1000E-011.1800E-02-1.000E+00
2IB 92HB 9 36.1000E-016.1000E-011.1800E-02-1.000E+00
03B 92IB 9 36.1000E-016.1000E-011.1800E-02-1.000E+00
3AB 903B 9 36.1000E-016.1000E-011.1800E-02-1.000E+00
3BB 93AB 9 36.1000E-016.1000E-011.1800E-02-1.000E+00
3CB 93BB 9 36.1000E-016.1000E-011.1800E-02-1.000E+00
3DB 93CB 9 36.1000E-016.1000E-011.1800E-02-1.000E+00
3EB 93DB 9 36.1000E-016.1000E-011.1800E-02-1.000E+00
3FB 93EB 9 36.1000E-016.1000E-011.1800E-02-1.000E+00
3GB 93FB 9 36.1000E-016.1000E-011.1800E-02-1.000E+00
3HB 93GB 9 36.1000E-016.1000E-011.1800E-02-1.000E+00
3IB 93HB 9 36.1000E-016.1000E-011.1800E-02-1.000E+00
2AB1002B10 36.1000E-016.1000E-014.2200E-02-1.000E+00
2BB102AB10 36.1000E-016.1000E-014.2200E-02-1.000E+00
2CB102BB10 36.1000E-016.1000E-014.2200E-02-1.000E+00
2DB102CB10 36.1000E-016.1000E-014.2200E-02-1.000E+00
2EB102DB10 36.1000E-016.1000E-014.2200E-02-1.000E+00
2FB102EB10 36.1000E-016.1000E-014.2200E-02-1.000E+00
2GB102FB10 36.1000E-016.1000E-014.2200E-02-1.000E+00
2HB102GB10 36.1000E-016.1000E-014.2200E-02-1.000E+00
2IB102HB10 36.1000E-016.1000E-014.2200E-02-1.000E+00
03B102IB10 36.1000E-016.1000E-014.2200E-02-1.000E+00
3AB1003B10 36.1000E-016.1000E-014.2200E-02-1.000E+00
3BB103AB10 36.1000E-016.1000E-014.2200E-02-1.000E+00
3CB103BB10 36.1000E-016.1000E-014.2200E-02-1.000E+00
3DB103CB10 36.1000E-016.1000E-014.2200E-02-1.000E+00
3EB103DB10 36.1000E-016.1000E-014.2200E-02-1.000E+00
3FB103EB10 36.1000E-016.1000E-014.2200E-02-1.000E+00
3GB103FB10 36.1000E-016.1000E-014.2200E-02-1.000E+00
3HB103GB10 36.1000E-016.1000E-014.2200E-02-1.000E+00
3IB103HB10 36.1000E-016.1000E-014.2200E-02-1.000E+00
2AB1102B11 36.1000E-016.1000E-011.4200E-01-1.000E+00
2BB112AB11 36.1000E-016.1000E-011.4200E-01-1.000E+00
2CB112BB11 36.1000E-016.1000E-011.4200E-01-1.000E+00
2DB112CB11 36.1000E-016.1000E-011.4200E-01-1.000E+00
2EB112DB11 36.1000E-016.1000E-011.4200E-01-1.000E+00
2FB112EB11 36.1000E-016.1000E-011.4200E-01-1.000E+00
2GB112FB11 36.1000E-016.1000E-011.4200E-01-1.000E+00
2HB112GB11 36.1000E-016.1000E-011.4200E-01-1.000E+00
2IB112HB11 36.1000E-016.1000E-011.4200E-01-1.000E+00
03B112IB11 36.1000E-016.1000E-011.4200E-01-1.000E+00
3AB1103B11 36.1000E-016.1000E-011.4200E-01-1.000E+00
3BB113AB11 36.1000E-016.1000E-011.4200E-01-1.000E+00
3CB113BB11 36.1000E-016.1000E-011.4200E-01-1.000E+00
3DB113CB11 36.1000E-016.1000E-011.4200E-01-1.000E+00
3EB113DB11 36.1000E-016.1000E-011.4200E-01-1.000E+00
3FB113EB11 36.1000E-016.1000E-011.4200E-01-1.000E+00
3GB113FB11 36.1000E-016.1000E-011.4200E-01-1.000E+00
3HB113GB11 36.1000E-016.1000E-011.4200E-01-1.000E+00
3IB113HB11 36.1000E-016.1000E-011.4200E-01-1.000E+00
2AB1202B12 36.1000E-016.1000E-014.6800E-01-1.000E+00
2BB122AB12 36.1000E-016.1000E-014.6800E-01-1.000E+00
2CB122BB12 36.1000E-016.1000E-014.6800E-01-1.000E+00
2DB122CB12 36.1000E-016.1000E-014.6800E-01-1.000E+00
2EB122DB12 36.1000E-016.1000E-014.6800E-01-1.000E+00
2FB122EB12 36.1000E-016.1000E-014.6800E-01-1.000E+00
2GB122FB12 36.1000E-016.1000E-014.6800E-01-1.000E+00
2HB122GB12 36.1000E-016.1000E-014.6800E-01-1.000E+00
2IB122HB12 36.1000E-016.1000E-014.6800E-01-1.000E+00
03B122IB12 36.1000E-016.1000E-014.6800E-01-1.000E+00
3AB1203B12 36.1000E-016.1000E-014.6800E-01-1.000E+00
3BB123AB12 36.1000E-016.1000E-014.6800E-01-1.000E+00
3CB123BB12 36.1000E-016.1000E-014.6800E-01-1.000E+00
3DB123CB12 36.1000E-016.1000E-014.6800E-01-1.000E+00
3EB123DB12 36.1000E-016.1000E-014.6800E-01-1.000E+00
3FB123EB12 36.1000E-016.1000E-014.6800E-01-1.000E+00
3GB123FB12 36.1000E-016.1000E-014.6800E-01-1.000E+00
3HB123GB12 36.1000E-016.1000E-014.6800E-01-1.000E+00
3IB123HB12 36.1000E-016.1000E-014.6800E-01-1.000E+00
2AB1302B13 36.1000E-016.1000E-011.0900E-02-1.000E+00
2BB132AB13 36.1000E-016.1000E-011.0900E-02-1.000E+00
2CB132BB13 36.1000E-016.1000E-011.0900E-02-1.000E+00
2DB132CB13 36.1000E-016.1000E-011.0900E-02-1.000E+00
2EB132DB13 36.1000E-016.1000E-011.0900E-02-1.000E+00
2FB132EB13 36.1000E-016.1000E-011.0900E-02-1.000E+00
2GB132FB13 36.1000E-016.1000E-011.0900E-02-1.000E+00
2HB132GB13 36.1000E-016.1000E-011.0900E-02-1.000E+00
2IB132HB13 36.1000E-016.1000E-011.0900E-02-1.000E+00
03B132IB13 36.1000E-016.1000E-011.0900E-02-1.000E+00
3AB1303B13 36.1000E-016.1000E-011.0900E-02-1.000E+00
3BB133AB13 36.1000E-016.1000E-011.0900E-02-1.000E+00
3CB133BB13 36.1000E-016.1000E-011.0900E-02-1.000E+00
3DB133CB13 36.1000E-016.1000E-011.0900E-02-1.000E+00
3EB133DB13 36.1000E-016.1000E-011.0900E-02-1.000E+00
3FB133EB13 36.1000E-016.1000E-011.0900E-02-1.000E+00
3GB133FB13 36.1000E-016.1000E-011.0900E-02-1.000E+00
3HB133GB13 36.1000E-016.1000E-011.0900E-02-1.000E+00
3IB133HB13 36.1000E-016.1000E-011.0900E-02-1.000E+00
2AB1402B14 36.1000E-016.1000E-014.2200E-03-1.000E+00
2BB142AB14 36.1000E-016.1000E-014.2200E-03-1.000E+00
2CB142BB14 36.1000E-016.1000E-014.2200E-03-1.000E+00
2DB142CB14 36.1000E-016.1000E-014.2200E-03-1.000E+00
2EB142DB14 36.1000E-016.1000E-014.2200E-03-1.000E+00
2FB142EB14 36.1000E-016.1000E-014.2200E-03-1.000E+00
2GB142FB14 36.1000E-016.1000E-014.2200E-03-1.000E+00
2HB142GB14 36.1000E-016.1000E-014.2200E-03-1.000E+00
2IB142HB14 36.1000E-016.1000E-014.2200E-03-1.000E+00
03B142IB14 36.1000E-016.1000E-014.2200E-03-1.000E+00
3AB1403B14 36.1000E-016.1000E-014.2200E-03-1.000E+00
3BB143AB14 36.1000E-016.1000E-014.2200E-03-1.000E+00
3CB143BB14 36.1000E-016.1000E-014.2200E-03-1.000E+00
3DB143CB14 36.1000E-016.1000E-014.2200E-03-1.000E+00
3EB143DB14 36.1000E-016.1000E-014.2200E-03-1.000E+00
3FB143EB14 36.1000E-016.1000E-014.2200E-03-1.000E+00
3GB143FB14 36.1000E-016.1000E-014.2200E-03-1.000E+00
3HB143GB14 36.1000E-016.1000E-014.2200E-03-1.000E+00
3IB143HB14 36.1000E-016.1000E-014.2200E-03-1.000E+00
2AB1502B15 36.1000E-016.1000E-011.0300E-02-1.000E+00
2BB152AB15 36.1000E-016.1000E-011.0300E-02-1.000E+00
2CB152BB15 36.1000E-016.1000E-011.0300E-02-1.000E+00
2DB152CB15 36.1000E-016.1000E-011.0300E-02-1.000E+00
2EB152DB15 36.1000E-016.1000E-011.0300E-02-1.000E+00
2FB152EB15 36.1000E-016.1000E-011.0300E-02-1.000E+00
2GB152FB15 36.1000E-016.1000E-011.0300E-02-1.000E+00
2HB152GB15 36.1000E-016.1000E-011.0300E-02-1.000E+00
2IB152HB15 36.1000E-016.1000E-011.0300E-02-1.000E+00
03B152IB15 36.1000E-016.1000E-011.0300E-02-1.000E+00
3AB1503B15 36.1000E-016.1000E-011.0300E-02-1.000E+00
3BB153AB15 36.1000E-016.1000E-011.0300E-02-1.000E+00
3CB153BB15 36.1000E-016.1000E-011.0300E-02-1.000E+00
3DB153CB15 36.1000E-016.1000E-011.0300E-02-1.000E+00
3EB153DB15 36.1000E-016.1000E-011.0300E-02-1.000E+00
3FB153EB15 36.1000E-016.1000E-011.0300E-02-1.000E+00
3GB153FB15 36.1000E-016.1000E-011.0300E-02-1.000E+00
3HB153GB15 36.1000E-016.1000E-011.0300E-02-1.000E+00
3IB153HB15 36.1000E-016.1000E-011.0300E-02-1.000E+00
2AB1602B16 36.1000E-016.1000E-015.6600E-02-1.000E+00
2BB162AB16 36.1000E-016.1000E-015.6600E-02-1.000E+00
2CB162BB16 36.1000E-016.1000E-015.6600E-02-1.000E+00
2DB162CB16 36.1000E-016.1000E-015.6600E-02-1.000E+00
2EB162DB16 36.1000E-016.1000E-015.6600E-02-1.000E+00
2FB162EB16 36.1000E-016.1000E-015.6600E-02-1.000E+00
2GB162FB16 36.1000E-016.1000E-015.6600E-02-1.000E+00
2HB162GB16 36.1000E-016.1000E-015.6600E-02-1.000E+00
2IB162HB16 36.1000E-016.1000E-015.6600E-02-1.000E+00
03B162IB16 36.1000E-016.1000E-015.6600E-02-1.000E+00
3AB1603B16 36.1000E-016.1000E-015.6600E-02-1.000E+00
3BB163AB16 36.1000E-016.1000E-015.6600E-02-1.000E+00
3CB163BB16 36.1000E-016.1000E-015.6600E-02-1.000E+00
3DB163CB16 36.1000E-016.1000E-015.6600E-02-1.000E+00
3EB163DB16 36.1000E-016.1000E-015.6600E-02-1.000E+00
3FB163EB16 36.1000E-016.1000E-015.6600E-02-1.000E+00
3GB163FB16 36.1000E-016.1000E-015.6600E-02-1.000E+00
3HB163GB16 36.1000E-016.1000E-015.6600E-02-1.000E+00
3IB163HB16 36.1000E-016.1000E-015.6600E-02-1.000E+00
2AB1702B17 36.1000E-016.1000E-012.0000E-01-1.000E+00
2BB172AB17 36.1000E-016.1000E-012.0000E-01-1.000E+00
2CB172BB17 36.1000E-016.1000E-012.0000E-01-1.000E+00
2DB172CB17 36.1000E-016.1000E-012.0000E-01-1.000E+00
2EB172DB17 36.1000E-016.1000E-012.0000E-01-1.000E+00
2FB172EB17 36.1000E-016.1000E-012.0000E-01-1.000E+00
2GB172FB17 36.1000E-016.1000E-012.0000E-01-1.000E+00
2HB172GB17 36.1000E-016.1000E-012.0000E-01-1.000E+00
2IB172HB17 36.1000E-016.1000E-012.0000E-01-1.000E+00
03B172IB17 36.1000E-016.1000E-012.0000E-01-1.000E+00
3AB1703B17 36.1000E-016.1000E-012.0000E-01-1.000E+00
3BB173AB17 36.1000E-016.1000E-012.0000E-01-1.000E+00
3CB173BB17 36.1000E-016.1000E-012.0000E-01-1.000E+00
3DB173CB17 36.1000E-016.1000E-012.0000E-01-1.000E+00
3EB173DB17 36.1000E-016.1000E-012.0000E-01-1.000E+00
3FB173EB17 36.1000E-016.1000E-012.0000E-01-1.000E+00
3GB173FB17 36.1000E-016.1000E-012.0000E-01-1.000E+00
3HB173GB17 36.1000E-016.1000E-012.0000E-01-1.000E+00
3IB173HB17 36.1000E-016.1000E-012.0000E-01-1.000E+00
2AB1802B18 36.1000E-016.1000E-016.0200E-01-1.000E+00
2BB182AB18 36.1000E-016.1000E-016.0200E-01-1.000E+00
2CB182BB18 36.1000E-016.1000E-016.0200E-01-1.000E+00
2DB182CB18 36.1000E-016.1000E-016.0200E-01-1.000E+00
2EB182DB18 36.1000E-016.1000E-016.0200E-01-1.000E+00
2FB182EB18 36.1000E-016.1000E-016.0200E-01-1.000E+00
2GB182FB18 36.1000E-016.1000E-016.0200E-01-1.000E+00
2HB182GB18 36.1000E-016.1000E-016.0200E-01-1.000E+00
2IB182HB18 36.1000E-016.1000E-016.0200E-01-1.000E+00
03B182IB18 36.1000E-016.1000E-016.0200E-01-1.000E+00
3AB1803B18 36.1000E-016.1000E-016.0200E-01-1.000E+00
3BB183AB18 36.1000E-016.1000E-016.0200E-01-1.000E+00
3CB183BB18 36.1000E-016.1000E-016.0200E-01-1.000E+00
3DB183CB18 36.1000E-016.1000E-016.0200E-01-1.000E+00
3EB183DB18 36.1000E-016.1000E-016.0200E-01-1.000E+00
3FB183EB18 36.1000E-016.1000E-016.0200E-01-1.000E+00
3GB183FB18 36.1000E-016.1000E-016.0200E-01-1.000E+00
3HB183GB18 36.1000E-016.1000E-016.0200E-01-1.000E+00
3IB183HB18 36.1000E-016.1000E-016.0200E-01-1.000E+00
2AB1902B19 36.1000E-016.1000E-011.0300E-02-1.000E+00
2BB192AB19 36.1000E-016.1000E-011.0300E-02-1.000E+00
2CB192BB19 36.1000E-016.1000E-011.0300E-02-1.000E+00
2DB192CB19 36.1000E-016.1000E-011.0300E-02-1.000E+00
2EB192DB19 36.1000E-016.1000E-011.0300E-02-1.000E+00
2FB192EB19 36.1000E-016.1000E-011.0300E-02-1.000E+00
2GB192FB19 36.1000E-016.1000E-011.0300E-02-1.000E+00
2HB192GB19 36.1000E-016.1000E-011.0300E-02-1.000E+00
2IB192HB19 36.1000E-016.1000E-011.0300E-02-1.000E+00
03B192IB19 36.1000E-016.1000E-011.0300E-02-1.000E+00
3AB1903B19 36.1000E-016.1000E-011.0300E-02-1.000E+00
3BB193AB19 36.1000E-016.1000E-011.0300E-02-1.000E+00
3CB193BB19 36.1000E-016.1000E-011.0300E-02-1.000E+00
3DB193CB19 36.1000E-016.1000E-011.0300E-02-1.000E+00
3EB193DB19 36.1000E-016.1000E-011.0300E-02-1.000E+00
3FB193EB19 36.1000E-016.1000E-011.0300E-02-1.000E+00
3GB193FB19 36.1000E-016.1000E-011.0300E-02-1.000E+00
3HB193GB19 36.1000E-016.1000E-011.0300E-02-1.000E+00
3IB193HB19 36.1000E-016.1000E-011.0300E-02-1.000E+00
2AB2002B20 36.1000E-016.1000E-015.7900E-02-1.000E+00
2BB202AB20 36.1000E-016.1000E-015.7900E-02-1.000E+00
2CB202BB20 36.1000E-016.1000E-015.7900E-02-1.000E+00
2DB202CB20 36.1000E-016.1000E-015.7900E-02-1.000E+00
2EB202DB20 36.1000E-016.1000E-015.7900E-02-1.000E+00
2FB202EB20 36.1000E-016.1000E-015.7900E-02-1.000E+00
2GB202FB20 36.1000E-016.1000E-015.7900E-02-1.000E+00
2HB202GB20 36.1000E-016.1000E-015.7900E-02-1.000E+00
2IB202HB20 36.1000E-016.1000E-015.7900E-02-1.000E+00
03B202IB20 36.1000E-016.1000E-015.7900E-02-1.000E+00
3AB2003B20 36.1000E-016.1000E-015.7900E-02-1.000E+00
3BB203AB20 36.1000E-016.1000E-015.7900E-02-1.000E+00
3CB203BB20 36.1000E-016.1000E-015.7900E-02-1.000E+00
3DB203CB20 36.1000E-016.1000E-015.7900E-02-1.000E+00
3EB203DB20 36.1000E-016.1000E-015.7900E-02-1.000E+00
3FB203EB20 36.1000E-016.1000E-015.7900E-02-1.000E+00
3GB203FB20 36.1000E-016.1000E-015.7900E-02-1.000E+00
3HB203GB20 36.1000E-016.1000E-015.7900E-02-1.000E+00
3IB203HB20 36.1000E-016.1000E-015.7900E-02-1.000E+00
2AB2102B21 36.1000E-016.1000E-012.3500E-01-1.000E+00
2BB212AB21 36.1000E-016.1000E-012.3500E-01-1.000E+00
2CB212BB21 36.1000E-016.1000E-012.3500E-01-1.000E+00
2DB212CB21 36.1000E-016.1000E-012.3500E-01-1.000E+00
2EB212DB21 36.1000E-016.1000E-012.3500E-01-1.000E+00
2FB212EB21 36.1000E-016.1000E-012.3500E-01-1.000E+00
2GB212FB21 36.1000E-016.1000E-012.3500E-01-1.000E+00
2HB212GB21 36.1000E-016.1000E-012.3500E-01-1.000E+00
2IB212HB21 36.1000E-016.1000E-012.3500E-01-1.000E+00
03B212IB21 36.1000E-016.1000E-012.3500E-01-1.000E+00
3AB2103B21 36.1000E-016.1000E-012.3500E-01-1.000E+00
3BB213AB21 36.1000E-016.1000E-012.3500E-01-1.000E+00
3CB213BB21 36.1000E-016.1000E-012.3500E-01-1.000E+00
3DB213CB21 36.1000E-016.1000E-012.3500E-01-1.000E+00
3EB213DB21 36.1000E-016.1000E-012.3500E-01-1.000E+00
3FB213EB21 36.1000E-016.1000E-012.3500E-01-1.000E+00
3GB213FB21 36.1000E-016.1000E-012.3500E-01-1.000E+00
3HB213GB21 36.1000E-016.1000E-012.3500E-01-1.000E+00
3IB213HB21 36.1000E-016.1000E-012.3500E-01-1.000E+00
2AB2202B22 36.1000E-016.1000E-015.0100E-01-1.000E+00
2BB222AB22 36.1000E-016.1000E-015.0100E-01-1.000E+00
2CB222BB22 36.1000E-016.1000E-015.0100E-01-1.000E+00
2DB222CB22 36.1000E-016.1000E-015.0100E-01-1.000E+00
2EB222DB22 36.1000E-016.1000E-015.0100E-01-1.000E+00
2FB222EB22 36.1000E-016.1000E-015.0100E-01-1.000E+00
2GB222FB22 36.1000E-016.1000E-015.0100E-01-1.000E+00
2HB222GB22 36.1000E-016.1000E-015.0100E-01-1.000E+00
2IB222HB22 36.1000E-016.1000E-015.0100E-01-1.000E+00
03B222IB22 36.1000E-016.1000E-015.0100E-01-1.000E+00
3AB2203B22 36.1000E-016.1000E-015.0100E-01-1.000E+00
3BB223AB22 36.1000E-016.1000E-015.0100E-01-1.000E+00
3CB223BB22 36.1000E-016.1000E-015.0100E-01-1.000E+00
3DB223CB22 36.1000E-016.1000E-015.0100E-01-1.000E+00
3EB223DB22 36.1000E-016.1000E-015.0100E-01-1.000E+00
3FB223EB22 36.1000E-016.1000E-015.0100E-01-1.000E+00
3GB223FB22 36.1000E-016.1000E-015.0100E-01-1.000E+00
3HB223GB22 36.1000E-016.1000E-015.0100E-01-1.000E+00
3IB223HB22 36.1000E-016.1000E-015.0100E-01-1.000E+00
2AB2302B23 36.1000E-016.1000E-011.0300E-02-1.000E+00
2BB232AB23 36.1000E-016.1000E-011.0300E-02-1.000E+00
2CB232BB23 36.1000E-016.1000E-011.0300E-02-1.000E+00
2DB232CB23 36.1000E-016.1000E-011.0300E-02-1.000E+00
2EB232DB23 36.1000E-016.1000E-011.0300E-02-1.000E+00
2FB232EB23 36.1000E-016.1000E-011.0300E-02-1.000E+00
2GB232FB23 36.1000E-016.1000E-011.0300E-02-1.000E+00
2HB232GB23 36.1000E-016.1000E-011.0300E-02-1.000E+00
2IB232HB23 36.1000E-016.1000E-011.0300E-02-1.000E+00
03B232IB23 36.1000E-016.1000E-011.0300E-02-1.000E+00
3AB2303B23 36.1000E-016.1000E-011.0300E-02-1.000E+00
3BB233AB23 36.1000E-016.1000E-011.0300E-02-1.000E+00
3CB233BB23 36.1000E-016.1000E-011.0300E-02-1.000E+00
3DB233CB23 36.1000E-016.1000E-011.0300E-02-1.000E+00
3EB233DB23 36.1000E-016.1000E-011.0300E-02-1.000E+00
3FB233EB23 36.1000E-016.1000E-011.0300E-02-1.000E+00
3GB233FB23 36.1000E-016.1000E-011.0300E-02-1.000E+00
3HB233GB23 36.1000E-016.1000E-011.0300E-02-1.000E+00
3IB233HB23 36.1000E-016.1000E-011.0300E-02-1.000E+00
2AB2402B24 36.1000E-016.1000E-014.7700E-02-1.000E+00
2BB242AB24 36.1000E-016.1000E-014.7700E-02-1.000E+00
2CB242BB24 36.1000E-016.1000E-014.7700E-02-1.000E+00
2DB242CB24 36.1000E-016.1000E-014.7700E-02-1.000E+00
2EB242DB24 36.1000E-016.1000E-014.7700E-02-1.000E+00
2FB242EB24 36.1000E-016.1000E-014.7700E-02-1.000E+00
2GB242FB24 36.1000E-016.1000E-014.7700E-02-1.000E+00
2HB242GB24 36.1000E-016.1000E-014.7700E-02-1.000E+00
2IB242HB24 36.1000E-016.1000E-014.7700E-02-1.000E+00
03B242IB24 36.1000E-016.1000E-014.7700E-02-1.000E+00
3AB2403B24 36.1000E-016.1000E-014.7700E-02-1.000E+00
3BB243AB24 36.1000E-016.1000E-014.7700E-02-1.000E+00
3CB243BB24 36.1000E-016.1000E-014.7700E-02-1.000E+00
3DB243CB24 36.1000E-016.1000E-014.7700E-02-1.000E+00
3EB243DB24 36.1000E-016.1000E-014.7700E-02-1.000E+00
3FB243EB24 36.1000E-016.1000E-014.7700E-02-1.000E+00
3GB243FB24 36.1000E-016.1000E-014.7700E-02-1.000E+00
3HB243GB24 36.1000E-016.1000E-014.7700E-02-1.000E+00
3IB243HB24 36.1000E-016.1000E-014.7700E-02-1.000E+00
2AB2502B25 36.1000E-016.1000E-011.5200E-01-1.000E+00
2BB252AB25 36.1000E-016.1000E-011.5200E-01-1.000E+00
2CB252BB25 36.1000E-016.1000E-011.5200E-01-1.000E+00
2DB252CB25 36.1000E-016.1000E-011.5200E-01-1.000E+00
2EB252DB25 36.1000E-016.1000E-011.5200E-01-1.000E+00
2FB252EB25 36.1000E-016.1000E-011.5200E-01-1.000E+00
2GB252FB25 36.1000E-016.1000E-011.5200E-01-1.000E+00
2HB252GB25 36.1000E-016.1000E-011.5200E-01-1.000E+00
2IB252HB25 36.1000E-016.1000E-011.5200E-01-1.000E+00
03B252IB25 36.1000E-016.1000E-011.5200E-01-1.000E+00
3AB2503B25 36.1000E-016.1000E-011.5200E-01-1.000E+00
3BB253AB25 36.1000E-016.1000E-011.5200E-01-1.000E+00
3CB253BB25 36.1000E-016.1000E-011.5200E-01-1.000E+00
3DB253CB25 36.1000E-016.1000E-011.5200E-01-1.000E+00
3EB253DB25 36.1000E-016.1000E-011.5200E-01-1.000E+00
3FB253EB25 36.1000E-016.1000E-011.5200E-01-1.000E+00
3GB253FB25 36.1000E-016.1000E-011.5200E-01-1.000E+00
3HB253GB25 36.1000E-016.1000E-011.5200E-01-1.000E+00
3IB253HB25 36.1000E-016.1000E-011.5200E-01-1.000E+00
2AB2602B26 36.1000E-016.1000E-013.1700E-01-1.000E+00
2BB262AB26 36.1000E-016.1000E-013.1700E-01-1.000E+00
2CB262BB26 36.1000E-016.1000E-013.1700E-01-1.000E+00
2DB262CB26 36.1000E-016.1000E-013.1700E-01-1.000E+00
2EB262DB26 36.1000E-016.1000E-013.1700E-01-1.000E+00
2FB262EB26 36.1000E-016.1000E-013.1700E-01-1.000E+00
2GB262FB26 36.1000E-016.1000E-013.1700E-01-1.000E+00
2HB262GB26 36.1000E-016.1000E-013.1700E-01-1.000E+00
2IB262HB26 36.1000E-016.1000E-013.1700E-01-1.000E+00
03B262IB26 36.1000E-016.1000E-013.1700E-01-1.000E+00
3AB2603B26 36.1000E-016.1000E-013.1700E-01-1.000E+00
3BB263AB26 36.1000E-016.1000E-013.1700E-01-1.000E+00
3CB263BB26 36.1000E-016.1000E-013.1700E-01-1.000E+00
3DB263CB26 36.1000E-016.1000E-013.1700E-01-1.000E+00
3EB263DB26 36.1000E-016.1000E-013.1700E-01-1.000E+00
3FB263EB26 36.1000E-016.1000E-013.1700E-01-1.000E+00
3GB263FB26 36.1000E-016.1000E-013.1700E-01-1.000E+00
3HB263GB26 36.1000E-016.1000E-013.1700E-01-1.000E+00
3IB263HB26 36.1000E-016.1000E-013.1700E-01-1.000E+00
2AB2702B27 36.1000E-016.1000E-014.4900E-03-1.000E+00
2BB272AB27 36.1000E-016.1000E-014.4900E-03-1.000E+00
2CB272BB27 36.1000E-016.1000E-014.4900E-03-1.000E+00
2DB272CB27 36.1000E-016.1000E-014.4900E-03-1.000E+00
2EB272DB27 36.1000E-016.1000E-014.4900E-03-1.000E+00
2FB272EB27 36.1000E-016.1000E-014.4900E-03-1.000E+00
2GB272FB27 36.1000E-016.1000E-014.4900E-03-1.000E+00
2HB272GB27 36.1000E-016.1000E-014.4900E-03-1.000E+00
2IB272HB27 36.1000E-016.1000E-014.4900E-03-1.000E+00
03B272IB27 36.1000E-016.1000E-014.4900E-03-1.000E+00
3AB2703B27 36.1000E-016.1000E-014.4900E-03-1.000E+00
3BB273AB27 36.1000E-016.1000E-014.4900E-03-1.000E+00
3CB273BB27 36.1000E-016.1000E-014.4900E-03-1.000E+00
3DB273CB27 36.1000E-016.1000E-014.4900E-03-1.000E+00
3EB273DB27 36.1000E-016.1000E-014.4900E-03-1.000E+00
3FB273EB27 36.1000E-016.1000E-014.4900E-03-1.000E+00
3GB273FB27 36.1000E-016.1000E-014.4900E-03-1.000E+00
3HB273GB27 36.1000E-016.1000E-014.4900E-03-1.000E+00
3IB273HB27 36.1000E-016.1000E-014.4900E-03-1.000E+00
02A 202A 1 17.5000E-017.5000E-011.3206E+00 0.000E+00
2AA 22AA 1 17.5000E-017.5000E-011.3206E+00 0.000E+00
2BA 22BA 1 17.5000E-017.5000E-011.3206E+00 0.000E+00
2CA 22CA 1 17.5000E-017.5000E-011.3206E+00 0.000E+00
2DA 22DA 1 17.5000E-017.5000E-011.3206E+00 0.000E+00
2EA 22EA 1 17.5000E-017.5000E-011.3206E+00 0.000E+00
2FA 22FA 1 17.5000E-017.5000E-011.3206E+00 0.000E+00
2GA 22GA 1 17.5000E-017.5000E-011.3206E+00 0.000E+00
2HA 22HA 1 17.5000E-017.5000E-011.3206E+00 0.000E+00
2IA 22IA 1 17.5000E-017.5000E-011.3206E+00 0.000E+00
03A 203A 1 17.5000E-017.5000E-011.3206E+00 0.000E+00
3AA 23AA 1 17.5000E-017.5000E-011.3206E+00 0.000E+00
3BA 23BA 1 17.5000E-017.5000E-011.3206E+00 0.000E+00
3CA 23CA 1 17.5000E-017.5000E-011.3206E+00 0.000E+00
3DA 23DA 1 17.5000E-017.5000E-011.3206E+00 0.000E+00
3EA 23EA 1 17.5000E-017.5000E-011.3206E+00 0.000E+00
3FA 23FA 1 17.5000E-017.5000E-011.3206E+00 0.000E+00
3GA 23GA 1 17.5000E-017.5000E-011.3206E+00 0.000E+00
3HA 23HA 1 17.5000E-017.5000E-011.3206E+00 0.000E+00
3IA 23IA 1 17.5000E-017.5000E-011.3206E+00 0.000E+00
02A1302A 1 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA132AA 1 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA132BA 1 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA132CA 1 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA132DA 1 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA132EA 1 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA132FA 1 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA132GA 1 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA132HA 1 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA132IA 1 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A1303A 1 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA133AA 1 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA133BA 1 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA133CA 1 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA133DA 1 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA133EA 1 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA133FA 1 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA133GA 1 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA133HA 1 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA133IA 1 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A1202A 1 27.4998E-017.4998E-011.3219E+00 0.000E+00
2AA122AA 1 27.4998E-017.4998E-011.3219E+00 0.000E+00
2BA122BA 1 27.4998E-017.4998E-011.3219E+00 0.000E+00
2CA122CA 1 27.4998E-017.4998E-011.3219E+00 0.000E+00
2DA122DA 1 27.4998E-017.4998E-011.3219E+00 0.000E+00
2EA122EA 1 27.4998E-017.4998E-011.3219E+00 0.000E+00
2FA122FA 1 27.4998E-017.4998E-011.3219E+00 0.000E+00
2GA122GA 1 27.4998E-017.4998E-011.3219E+00 0.000E+00
2HA122HA 1 27.4998E-017.4998E-011.3219E+00 0.000E+00
2IA122IA 1 27.4998E-017.4998E-011.3219E+00 0.000E+00
03A1203A 1 27.4998E-017.4998E-011.3219E+00 0.000E+00
3AA123AA 1 27.4998E-017.4998E-011.3219E+00 0.000E+00
3BA123BA 1 27.4998E-017.4998E-011.3219E+00 0.000E+00
3CA123CA 1 27.4998E-017.4998E-011.3219E+00 0.000E+00
3DA123DA 1 27.4998E-017.4998E-011.3219E+00 0.000E+00
3EA123EA 1 27.4998E-017.4998E-011.3219E+00 0.000E+00
3FA123FA 1 27.4998E-017.4998E-011.3219E+00 0.000E+00
3GA123GA 1 27.4998E-017.4998E-011.3219E+00 0.000E+00
3HA123HA 1 27.4998E-017.4998E-011.3219E+00 0.000E+00
3IA123IA 1 27.4998E-017.4998E-011.3219E+00 0.000E+00
02B 802A 1 19.5954E-019.5954E-012.9614E-01 0.000E+00
2AB 82AA 1 19.5954E-019.5954E-012.9614E-01 0.000E+00
2BB 82BA 1 19.5954E-019.5954E-012.9614E-01 0.000E+00
2CB 82CA 1 19.5954E-019.5954E-012.9614E-01 0.000E+00
2DB 82DA 1 19.5954E-019.5954E-012.9614E-01 0.000E+00
2EB 82EA 1 19.5954E-019.5954E-012.9614E-01 0.000E+00
2FB 82FA 1 19.5954E-019.5954E-012.9614E-01 0.000E+00
2GB 82GA 1 19.5954E-019.5954E-012.9614E-01 0.000E+00
2HB 82HA 1 19.5954E-019.5954E-012.9614E-01 0.000E+00
2IB 82IA 1 19.5954E-019.5954E-012.9614E-01 0.000E+00
03B 803A 1 19.5954E-019.5954E-012.9614E-01 0.000E+00
3AB 83AA 1 19.5954E-019.5954E-012.9614E-01 0.000E+00
3BB 83BA 1 19.5954E-019.5954E-012.9614E-01 0.000E+00
3CB 83CA 1 19.5954E-019.5954E-012.9614E-01 0.000E+00
3DB 83DA 1 19.5954E-019.5954E-012.9614E-01 0.000E+00
3EB 83EA 1 19.5954E-019.5954E-012.9614E-01 0.000E+00
3FB 83FA 1 19.5954E-019.5954E-012.9614E-01 0.000E+00
3GB 83GA 1 19.5954E-019.5954E-012.9614E-01 0.000E+00
3HB 83HA 1 19.5954E-019.5954E-012.9614E-01 0.000E+00
3IB 83IA 1 19.5954E-019.5954E-012.9614E-01 0.000E+00
02B 402A 1 19.0632E-019.0632E-019.2104E-01 0.000E+00
2AB 42AA 1 19.0632E-019.0632E-019.2104E-01 0.000E+00
2BB 42BA 1 19.0632E-019.0632E-019.2104E-01 0.000E+00
2CB 42CA 1 19.0632E-019.0632E-019.2104E-01 0.000E+00
2DB 42DA 1 19.0632E-019.0632E-019.2104E-01 0.000E+00
2EB 42EA 1 19.0632E-019.0632E-019.2104E-01 0.000E+00
2FB 42FA 1 19.0632E-019.0632E-019.2104E-01 0.000E+00
2GB 42GA 1 19.0632E-019.0632E-019.2104E-01 0.000E+00
2HB 42HA 1 19.0632E-019.0632E-019.2104E-01 0.000E+00
2IB 42IA 1 19.0632E-019.0632E-019.2104E-01 0.000E+00
03B 403A 1 19.0632E-019.0632E-019.2104E-01 0.000E+00
3AB 43AA 1 19.0632E-019.0632E-019.2104E-01 0.000E+00
3BB 43BA 1 19.0632E-019.0632E-019.2104E-01 0.000E+00
3CB 43CA 1 19.0632E-019.0632E-019.2104E-01 0.000E+00
3DB 43DA 1 19.0632E-019.0632E-019.2104E-01 0.000E+00
3EB 43EA 1 19.0632E-019.0632E-019.2104E-01 0.000E+00
3FB 43FA 1 19.0632E-019.0632E-019.2104E-01 0.000E+00
3GB 43GA 1 19.0632E-019.0632E-019.2104E-01 0.000E+00
3HB 43HA 1 19.0632E-019.0632E-019.2104E-01 0.000E+00
3IB 43IA 1 19.0632E-019.0632E-019.2104E-01 0.000E+00
02A 302A 2 17.5000E-017.5000E-011.3206E+00 0.000E+00
2AA 32AA 2 17.5000E-017.5000E-011.3206E+00 0.000E+00
2BA 32BA 2 17.5000E-017.5000E-011.3206E+00 0.000E+00
2CA 32CA 2 17.5000E-017.5000E-011.3206E+00 0.000E+00
2DA 32DA 2 17.5000E-017.5000E-011.3206E+00 0.000E+00
2EA 32EA 2 17.5000E-017.5000E-011.3206E+00 0.000E+00
2FA 32FA 2 17.5000E-017.5000E-011.3206E+00 0.000E+00
2GA 32GA 2 17.5000E-017.5000E-011.3206E+00 0.000E+00
2HA 32HA 2 17.5000E-017.5000E-011.3206E+00 0.000E+00
2IA 32IA 2 17.5000E-017.5000E-011.3206E+00 0.000E+00
03A 303A 2 17.5000E-017.5000E-011.3206E+00 0.000E+00
3AA 33AA 2 17.5000E-017.5000E-011.3206E+00 0.000E+00
3BA 33BA 2 17.5000E-017.5000E-011.3206E+00 0.000E+00
3CA 33CA 2 17.5000E-017.5000E-011.3206E+00 0.000E+00
3DA 33DA 2 17.5000E-017.5000E-011.3206E+00 0.000E+00
3EA 33EA 2 17.5000E-017.5000E-011.3206E+00 0.000E+00
3FA 33FA 2 17.5000E-017.5000E-011.3206E+00 0.000E+00
3GA 33GA 2 17.5000E-017.5000E-011.3206E+00 0.000E+00
3HA 33HA 2 17.5000E-017.5000E-011.3206E+00 0.000E+00
3IA 33IA 2 17.5000E-017.5000E-011.3206E+00 0.000E+00
02A1402A 2 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA142AA 2 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA142BA 2 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA142CA 2 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA142DA 2 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA142EA 2 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA142FA 2 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA142GA 2 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA142HA 2 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA142IA 2 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A1403A 2 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA143AA 2 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA143BA 2 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA143CA 2 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA143DA 2 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA143EA 2 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA143FA 2 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA143GA 2 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA143HA 2 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA143IA 2 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A1302A 2 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA132AA 2 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA132BA 2 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA132CA 2 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA132DA 2 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA132EA 2 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA132FA 2 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA132GA 2 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA132HA 2 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA132IA 2 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A1303A 2 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA133AA 2 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA133BA 2 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA133CA 2 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA133DA 2 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA133EA 2 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA133FA 2 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA133GA 2 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA133HA 2 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA133IA 2 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A 402A 3 17.5000E-017.5000E-011.3206E+00 0.000E+00
2AA 42AA 3 17.5000E-017.5000E-011.3206E+00 0.000E+00
2BA 42BA 3 17.5000E-017.5000E-011.3206E+00 0.000E+00
2CA 42CA 3 17.5000E-017.5000E-011.3206E+00 0.000E+00
2DA 42DA 3 17.5000E-017.5000E-011.3206E+00 0.000E+00
2EA 42EA 3 17.5000E-017.5000E-011.3206E+00 0.000E+00
2FA 42FA 3 17.5000E-017.5000E-011.3206E+00 0.000E+00
2GA 42GA 3 17.5000E-017.5000E-011.3206E+00 0.000E+00
2HA 42HA 3 17.5000E-017.5000E-011.3206E+00 0.000E+00
2IA 42IA 3 17.5000E-017.5000E-011.3206E+00 0.000E+00
03A 403A 3 17.5000E-017.5000E-011.3206E+00 0.000E+00
3AA 43AA 3 17.5000E-017.5000E-011.3206E+00 0.000E+00
3BA 43BA 3 17.5000E-017.5000E-011.3206E+00 0.000E+00
3CA 43CA 3 17.5000E-017.5000E-011.3206E+00 0.000E+00
3DA 43DA 3 17.5000E-017.5000E-011.3206E+00 0.000E+00
3EA 43EA 3 17.5000E-017.5000E-011.3206E+00 0.000E+00
3FA 43FA 3 17.5000E-017.5000E-011.3206E+00 0.000E+00
3GA 43GA 3 17.5000E-017.5000E-011.3206E+00 0.000E+00
3HA 43HA 3 17.5000E-017.5000E-011.3206E+00 0.000E+00
3IA 43IA 3 17.5000E-017.5000E-011.3206E+00 0.000E+00
02A1502A 3 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA152AA 3 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA152BA 3 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA152CA 3 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA152DA 3 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA152EA 3 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA152FA 3 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA152GA 3 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA152HA 3 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA152IA 3 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A1503A 3 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA153AA 3 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA153BA 3 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA153CA 3 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA153DA 3 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA153EA 3 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA153FA 3 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA153GA 3 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA153HA 3 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA153IA 3 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A1402A 3 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA142AA 3 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA142BA 3 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA142CA 3 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA142DA 3 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA142EA 3 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA142FA 3 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA142GA 3 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA142HA 3 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA142IA 3 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A1403A 3 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA143AA 3 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA143BA 3 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA143CA 3 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA143DA 3 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA143EA 3 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA143FA 3 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA143GA 3 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA143HA 3 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA143IA 3 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A 502A 4 17.5000E-017.5000E-011.3206E+00 0.000E+00
2AA 52AA 4 17.5000E-017.5000E-011.3206E+00 0.000E+00
2BA 52BA 4 17.5000E-017.5000E-011.3206E+00 0.000E+00
2CA 52CA 4 17.5000E-017.5000E-011.3206E+00 0.000E+00
2DA 52DA 4 17.5000E-017.5000E-011.3206E+00 0.000E+00
2EA 52EA 4 17.5000E-017.5000E-011.3206E+00 0.000E+00
2FA 52FA 4 17.5000E-017.5000E-011.3206E+00 0.000E+00
2GA 52GA 4 17.5000E-017.5000E-011.3206E+00 0.000E+00
2HA 52HA 4 17.5000E-017.5000E-011.3206E+00 0.000E+00
2IA 52IA 4 17.5000E-017.5000E-011.3206E+00 0.000E+00
03A 503A 4 17.5000E-017.5000E-011.3206E+00 0.000E+00
3AA 53AA 4 17.5000E-017.5000E-011.3206E+00 0.000E+00
3BA 53BA 4 17.5000E-017.5000E-011.3206E+00 0.000E+00
3CA 53CA 4 17.5000E-017.5000E-011.3206E+00 0.000E+00
3DA 53DA 4 17.5000E-017.5000E-011.3206E+00 0.000E+00
3EA 53EA 4 17.5000E-017.5000E-011.3206E+00 0.000E+00
3FA 53FA 4 17.5000E-017.5000E-011.3206E+00 0.000E+00
3GA 53GA 4 17.5000E-017.5000E-011.3206E+00 0.000E+00
3HA 53HA 4 17.5000E-017.5000E-011.3206E+00 0.000E+00
3IA 53IA 4 17.5000E-017.5000E-011.3206E+00 0.000E+00
02A1602A 4 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA162AA 4 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA162BA 4 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA162CA 4 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA162DA 4 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA162EA 4 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA162FA 4 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA162GA 4 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA162HA 4 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA162IA 4 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A1603A 4 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA163AA 4 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA163BA 4 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA163CA 4 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA163DA 4 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA163EA 4 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA163FA 4 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA163GA 4 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA163HA 4 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA163IA 4 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A1502A 4 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA152AA 4 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA152BA 4 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA152CA 4 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA152DA 4 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA152EA 4 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA152FA 4 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA152GA 4 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA152HA 4 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA152IA 4 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A1503A 4 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA153AA 4 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA153BA 4 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA153CA 4 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA153DA 4 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA153EA 4 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA153FA 4 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA153GA 4 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA153HA 4 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA153IA 4 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A 602A 5 17.5000E-017.5000E-011.3206E+00 0.000E+00
2AA 62AA 5 17.5000E-017.5000E-011.3206E+00 0.000E+00
2BA 62BA 5 17.5000E-017.5000E-011.3206E+00 0.000E+00
2CA 62CA 5 17.5000E-017.5000E-011.3206E+00 0.000E+00
2DA 62DA 5 17.5000E-017.5000E-011.3206E+00 0.000E+00
2EA 62EA 5 17.5000E-017.5000E-011.3206E+00 0.000E+00
2FA 62FA 5 17.5000E-017.5000E-011.3206E+00 0.000E+00
2GA 62GA 5 17.5000E-017.5000E-011.3206E+00 0.000E+00
2HA 62HA 5 17.5000E-017.5000E-011.3206E+00 0.000E+00
2IA 62IA 5 17.5000E-017.5000E-011.3206E+00 0.000E+00
03A 603A 5 17.5000E-017.5000E-011.3206E+00 0.000E+00
3AA 63AA 5 17.5000E-017.5000E-011.3206E+00 0.000E+00
3BA 63BA 5 17.5000E-017.5000E-011.3206E+00 0.000E+00
3CA 63CA 5 17.5000E-017.5000E-011.3206E+00 0.000E+00
3DA 63DA 5 17.5000E-017.5000E-011.3206E+00 0.000E+00
3EA 63EA 5 17.5000E-017.5000E-011.3206E+00 0.000E+00
3FA 63FA 5 17.5000E-017.5000E-011.3206E+00 0.000E+00
3GA 63GA 5 17.5000E-017.5000E-011.3206E+00 0.000E+00
3HA 63HA 5 17.5000E-017.5000E-011.3206E+00 0.000E+00
3IA 63IA 5 17.5000E-017.5000E-011.3206E+00 0.000E+00
02A1702A 5 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA172AA 5 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA172BA 5 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA172CA 5 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA172DA 5 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA172EA 5 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA172FA 5 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA172GA 5 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA172HA 5 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA172IA 5 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A1703A 5 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA173AA 5 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA173BA 5 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA173CA 5 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA173DA 5 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA173EA 5 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA173FA 5 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA173GA 5 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA173HA 5 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA173IA 5 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A1602A 5 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA162AA 5 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA162BA 5 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA162CA 5 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA162DA 5 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA162EA 5 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA162FA 5 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA162GA 5 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA162HA 5 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA162IA 5 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A1603A 5 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA163AA 5 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA163BA 5 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA163CA 5 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA163DA 5 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA163EA 5 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA163FA 5 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA163GA 5 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA163HA 5 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA163IA 5 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A 702A 6 17.5000E-017.5000E-011.3206E+00 0.000E+00
2AA 72AA 6 17.5000E-017.5000E-011.3206E+00 0.000E+00
2BA 72BA 6 17.5000E-017.5000E-011.3206E+00 0.000E+00
2CA 72CA 6 17.5000E-017.5000E-011.3206E+00 0.000E+00
2DA 72DA 6 17.5000E-017.5000E-011.3206E+00 0.000E+00
2EA 72EA 6 17.5000E-017.5000E-011.3206E+00 0.000E+00
2FA 72FA 6 17.5000E-017.5000E-011.3206E+00 0.000E+00
2GA 72GA 6 17.5000E-017.5000E-011.3206E+00 0.000E+00
2HA 72HA 6 17.5000E-017.5000E-011.3206E+00 0.000E+00
2IA 72IA 6 17.5000E-017.5000E-011.3206E+00 0.000E+00
03A 703A 6 17.5000E-017.5000E-011.3206E+00 0.000E+00
3AA 73AA 6 17.5000E-017.5000E-011.3206E+00 0.000E+00
3BA 73BA 6 17.5000E-017.5000E-011.3206E+00 0.000E+00
3CA 73CA 6 17.5000E-017.5000E-011.3206E+00 0.000E+00
3DA 73DA 6 17.5000E-017.5000E-011.3206E+00 0.000E+00
3EA 73EA 6 17.5000E-017.5000E-011.3206E+00 0.000E+00
3FA 73FA 6 17.5000E-017.5000E-011.3206E+00 0.000E+00
3GA 73GA 6 17.5000E-017.5000E-011.3206E+00 0.000E+00
3HA 73HA 6 17.5000E-017.5000E-011.3206E+00 0.000E+00
3IA 73IA 6 17.5000E-017.5000E-011.3206E+00 0.000E+00
02A1802A 6 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA182AA 6 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA182BA 6 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA182CA 6 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA182DA 6 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA182EA 6 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA182FA 6 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA182GA 6 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA182HA 6 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA182IA 6 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A1803A 6 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA183AA 6 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA183BA 6 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA183CA 6 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA183DA 6 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA183EA 6 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA183FA 6 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA183GA 6 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA183HA 6 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA183IA 6 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A1702A 6 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA172AA 6 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA172BA 6 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA172CA 6 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA172DA 6 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA172EA 6 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA172FA 6 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA172GA 6 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA172HA 6 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA172IA 6 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A1703A 6 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA173AA 6 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA173BA 6 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA173CA 6 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA173DA 6 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA173EA 6 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA173FA 6 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA173GA 6 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA173HA 6 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA173IA 6 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A 802A 7 17.5000E-017.5000E-011.3206E+00 0.000E+00
2AA 82AA 7 17.5000E-017.5000E-011.3206E+00 0.000E+00
2BA 82BA 7 17.5000E-017.5000E-011.3206E+00 0.000E+00
2CA 82CA 7 17.5000E-017.5000E-011.3206E+00 0.000E+00
2DA 82DA 7 17.5000E-017.5000E-011.3206E+00 0.000E+00
2EA 82EA 7 17.5000E-017.5000E-011.3206E+00 0.000E+00
2FA 82FA 7 17.5000E-017.5000E-011.3206E+00 0.000E+00
2GA 82GA 7 17.5000E-017.5000E-011.3206E+00 0.000E+00
2HA 82HA 7 17.5000E-017.5000E-011.3206E+00 0.000E+00
2IA 82IA 7 17.5000E-017.5000E-011.3206E+00 0.000E+00
03A 803A 7 17.5000E-017.5000E-011.3206E+00 0.000E+00
3AA 83AA 7 17.5000E-017.5000E-011.3206E+00 0.000E+00
3BA 83BA 7 17.5000E-017.5000E-011.3206E+00 0.000E+00
3CA 83CA 7 17.5000E-017.5000E-011.3206E+00 0.000E+00
3DA 83DA 7 17.5000E-017.5000E-011.3206E+00 0.000E+00
3EA 83EA 7 17.5000E-017.5000E-011.3206E+00 0.000E+00
3FA 83FA 7 17.5000E-017.5000E-011.3206E+00 0.000E+00
3GA 83GA 7 17.5000E-017.5000E-011.3206E+00 0.000E+00
3HA 83HA 7 17.5000E-017.5000E-011.3206E+00 0.000E+00
3IA 83IA 7 17.5000E-017.5000E-011.3206E+00 0.000E+00
02A1902A 7 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA192AA 7 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA192BA 7 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA192CA 7 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA192DA 7 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA192EA 7 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA192FA 7 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA192GA 7 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA192HA 7 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA192IA 7 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A1903A 7 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA193AA 7 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA193BA 7 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA193CA 7 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA193DA 7 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA193EA 7 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA193FA 7 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA193GA 7 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA193HA 7 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA193IA 7 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A1802A 7 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA182AA 7 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA182BA 7 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA182CA 7 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA182DA 7 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA182EA 7 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA182FA 7 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA182GA 7 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA182HA 7 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA182IA 7 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A1803A 7 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA183AA 7 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA183BA 7 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA183CA 7 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA183DA 7 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA183EA 7 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA183FA 7 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA183GA 7 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA183HA 7 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA183IA 7 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A 902A 8 17.5000E-017.5000E-011.3206E+00 0.000E+00
2AA 92AA 8 17.5000E-017.5000E-011.3206E+00 0.000E+00
2BA 92BA 8 17.5000E-017.5000E-011.3206E+00 0.000E+00
2CA 92CA 8 17.5000E-017.5000E-011.3206E+00 0.000E+00
2DA 92DA 8 17.5000E-017.5000E-011.3206E+00 0.000E+00
2EA 92EA 8 17.5000E-017.5000E-011.3206E+00 0.000E+00
2FA 92FA 8 17.5000E-017.5000E-011.3206E+00 0.000E+00
2GA 92GA 8 17.5000E-017.5000E-011.3206E+00 0.000E+00
2HA 92HA 8 17.5000E-017.5000E-011.3206E+00 0.000E+00
2IA 92IA 8 17.5000E-017.5000E-011.3206E+00 0.000E+00
03A 903A 8 17.5000E-017.5000E-011.3206E+00 0.000E+00
3AA 93AA 8 17.5000E-017.5000E-011.3206E+00 0.000E+00
3BA 93BA 8 17.5000E-017.5000E-011.3206E+00 0.000E+00
3CA 93CA 8 17.5000E-017.5000E-011.3206E+00 0.000E+00
3DA 93DA 8 17.5000E-017.5000E-011.3206E+00 0.000E+00
3EA 93EA 8 17.5000E-017.5000E-011.3206E+00 0.000E+00
3FA 93FA 8 17.5000E-017.5000E-011.3206E+00 0.000E+00
3GA 93GA 8 17.5000E-017.5000E-011.3206E+00 0.000E+00
3HA 93HA 8 17.5000E-017.5000E-011.3206E+00 0.000E+00
3IA 93IA 8 17.5000E-017.5000E-011.3206E+00 0.000E+00
02A2002A 8 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA202AA 8 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA202BA 8 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA202CA 8 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA202DA 8 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA202EA 8 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA202FA 8 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA202GA 8 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA202HA 8 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA202IA 8 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A2003A 8 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA203AA 8 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA203BA 8 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA203CA 8 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA203DA 8 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA203EA 8 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA203FA 8 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA203GA 8 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA203HA 8 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA203IA 8 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A1902A 8 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA192AA 8 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA192BA 8 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA192CA 8 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA192DA 8 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA192EA 8 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA192FA 8 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA192GA 8 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA192HA 8 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA192IA 8 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A1903A 8 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA193AA 8 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA193BA 8 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA193CA 8 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA193DA 8 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA193EA 8 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA193FA 8 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA193GA 8 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA193HA 8 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA193IA 8 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A1002A 9 17.5000E-017.5000E-011.3206E+00 0.000E+00
2AA102AA 9 17.5000E-017.5000E-011.3206E+00 0.000E+00
2BA102BA 9 17.5000E-017.5000E-011.3206E+00 0.000E+00
2CA102CA 9 17.5000E-017.5000E-011.3206E+00 0.000E+00
2DA102DA 9 17.5000E-017.5000E-011.3206E+00 0.000E+00
2EA102EA 9 17.5000E-017.5000E-011.3206E+00 0.000E+00
2FA102FA 9 17.5000E-017.5000E-011.3206E+00 0.000E+00
2GA102GA 9 17.5000E-017.5000E-011.3206E+00 0.000E+00
2HA102HA 9 17.5000E-017.5000E-011.3206E+00 0.000E+00
2IA102IA 9 17.5000E-017.5000E-011.3206E+00 0.000E+00
03A1003A 9 17.5000E-017.5000E-011.3206E+00 0.000E+00
3AA103AA 9 17.5000E-017.5000E-011.3206E+00 0.000E+00
3BA103BA 9 17.5000E-017.5000E-011.3206E+00 0.000E+00
3CA103CA 9 17.5000E-017.5000E-011.3206E+00 0.000E+00
3DA103DA 9 17.5000E-017.5000E-011.3206E+00 0.000E+00
3EA103EA 9 17.5000E-017.5000E-011.3206E+00 0.000E+00
3FA103FA 9 17.5000E-017.5000E-011.3206E+00 0.000E+00
3GA103GA 9 17.5000E-017.5000E-011.3206E+00 0.000E+00
3HA103HA 9 17.5000E-017.5000E-011.3206E+00 0.000E+00
3IA103IA 9 17.5000E-017.5000E-011.3206E+00 0.000E+00
02A2102A 9 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA212AA 9 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA212BA 9 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA212CA 9 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA212DA 9 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA212EA 9 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA212FA 9 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA212GA 9 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA212HA 9 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA212IA 9 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A2103A 9 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA213AA 9 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA213BA 9 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA213CA 9 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA213DA 9 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA213EA 9 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA213FA 9 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA213GA 9 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA213HA 9 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA213IA 9 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A2002A 9 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA202AA 9 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA202BA 9 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA202CA 9 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA202DA 9 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA202EA 9 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA202FA 9 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA202GA 9 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA202HA 9 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA202IA 9 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A2003A 9 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA203AA 9 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA203BA 9 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA203CA 9 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA203DA 9 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA203EA 9 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA203FA 9 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA203GA 9 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA203HA 9 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA203IA 9 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A1102A10 17.5000E-017.5000E-011.3206E+00 0.000E+00
2AA112AA10 17.5000E-017.5000E-011.3206E+00 0.000E+00
2BA112BA10 17.5000E-017.5000E-011.3206E+00 0.000E+00
2CA112CA10 17.5000E-017.5000E-011.3206E+00 0.000E+00
2DA112DA10 17.5000E-017.5000E-011.3206E+00 0.000E+00
2EA112EA10 17.5000E-017.5000E-011.3206E+00 0.000E+00
2FA112FA10 17.5000E-017.5000E-011.3206E+00 0.000E+00
2GA112GA10 17.5000E-017.5000E-011.3206E+00 0.000E+00
2HA112HA10 17.5000E-017.5000E-011.3206E+00 0.000E+00
2IA112IA10 17.5000E-017.5000E-011.3206E+00 0.000E+00
03A1103A10 17.5000E-017.5000E-011.3206E+00 0.000E+00
3AA113AA10 17.5000E-017.5000E-011.3206E+00 0.000E+00
3BA113BA10 17.5000E-017.5000E-011.3206E+00 0.000E+00
3CA113CA10 17.5000E-017.5000E-011.3206E+00 0.000E+00
3DA113DA10 17.5000E-017.5000E-011.3206E+00 0.000E+00
3EA113EA10 17.5000E-017.5000E-011.3206E+00 0.000E+00
3FA113FA10 17.5000E-017.5000E-011.3206E+00 0.000E+00
3GA113GA10 17.5000E-017.5000E-011.3206E+00 0.000E+00
3HA113HA10 17.5000E-017.5000E-011.3206E+00 0.000E+00
3IA113IA10 17.5000E-017.5000E-011.3206E+00 0.000E+00
02A2202A10 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA222AA10 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA222BA10 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA222CA10 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA222DA10 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA222EA10 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA222FA10 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA222GA10 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA222HA10 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA222IA10 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A2203A10 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA223AA10 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA223BA10 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA223CA10 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA223DA10 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA223EA10 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA223FA10 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA223GA10 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA223HA10 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA223IA10 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A2102A10 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA212AA10 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA212BA10 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA212CA10 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA212DA10 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA212EA10 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA212FA10 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA212GA10 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA212HA10 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA212IA10 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A2103A10 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA213AA10 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA213BA10 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA213CA10 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA213DA10 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA213EA10 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA213FA10 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA213GA10 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA213HA10 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA213IA10 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A2302A11 27.4998E-017.4998E-011.9722E+00 0.000E+00
2AA232AA11 27.4998E-017.4998E-011.9722E+00 0.000E+00
2BA232BA11 27.4998E-017.4998E-011.9722E+00 0.000E+00
2CA232CA11 27.4998E-017.4998E-011.9722E+00 0.000E+00
2DA232DA11 27.4998E-017.4998E-011.9722E+00 0.000E+00
2EA232EA11 27.4998E-017.4998E-011.9722E+00 0.000E+00
2FA232FA11 27.4998E-017.4998E-011.9722E+00 0.000E+00
2GA232GA11 27.4998E-017.4998E-011.9722E+00 0.000E+00
2HA232HA11 27.4998E-017.4998E-011.9722E+00 0.000E+00
2IA232IA11 27.4998E-017.4998E-011.9722E+00 0.000E+00
03A2303A11 27.4998E-017.4998E-011.9722E+00 0.000E+00
3AA233AA11 27.4998E-017.4998E-011.9722E+00 0.000E+00
3BA233BA11 27.4998E-017.4998E-011.9722E+00 0.000E+00
3CA233CA11 27.4998E-017.4998E-011.9722E+00 0.000E+00
3DA233DA11 27.4998E-017.4998E-011.9722E+00 0.000E+00
3EA233EA11 27.4998E-017.4998E-011.9722E+00 0.000E+00
3FA233FA11 27.4998E-017.4998E-011.9722E+00 0.000E+00
3GA233GA11 27.4998E-017.4998E-011.9722E+00 0.000E+00
3HA233HA11 27.4998E-017.4998E-011.9722E+00 0.000E+00
3IA233IA11 27.4998E-017.4998E-011.9722E+00 0.000E+00
02A2202A11 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA222AA11 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA222BA11 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA222CA11 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA222DA11 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA222EA11 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA222FA11 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA222GA11 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA222HA11 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA222IA11 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A2203A11 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA223AA11 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA223BA11 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA223CA11 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA223DA11 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA223EA11 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA223FA11 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA223GA11 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA223HA11 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA223IA11 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A1302A12 17.5000E-017.5000E-011.0565E+00 0.000E+00
2AA132AA12 17.5000E-017.5000E-011.0565E+00 0.000E+00
2BA132BA12 17.5000E-017.5000E-011.0565E+00 0.000E+00
2CA132CA12 17.5000E-017.5000E-011.0565E+00 0.000E+00
2DA132DA12 17.5000E-017.5000E-011.0565E+00 0.000E+00
2EA132EA12 17.5000E-017.5000E-011.0565E+00 0.000E+00
2FA132FA12 17.5000E-017.5000E-011.0565E+00 0.000E+00
2GA132GA12 17.5000E-017.5000E-011.0565E+00 0.000E+00
2HA132HA12 17.5000E-017.5000E-011.0565E+00 0.000E+00
2IA132IA12 17.5000E-017.5000E-011.0565E+00 0.000E+00
03A1303A12 17.5000E-017.5000E-011.0565E+00 0.000E+00
3AA133AA12 17.5000E-017.5000E-011.0565E+00 0.000E+00
3BA133BA12 17.5000E-017.5000E-011.0565E+00 0.000E+00
3CA133CA12 17.5000E-017.5000E-011.0565E+00 0.000E+00
3DA133DA12 17.5000E-017.5000E-011.0565E+00 0.000E+00
3EA133EA12 17.5000E-017.5000E-011.0565E+00 0.000E+00
3FA133FA12 17.5000E-017.5000E-011.0565E+00 0.000E+00
3GA133GA12 17.5000E-017.5000E-011.0565E+00 0.000E+00
3HA133HA12 17.5000E-017.5000E-011.0565E+00 0.000E+00
3IA133IA12 17.5000E-017.5000E-011.0565E+00 0.000E+00
02A2402A12 27.4998E-017.4998E-011.0883E+00 0.000E+00
2AA242AA12 27.4998E-017.4998E-011.0883E+00 0.000E+00
2BA242BA12 27.4998E-017.4998E-011.0883E+00 0.000E+00
2CA242CA12 27.4998E-017.4998E-011.0883E+00 0.000E+00
2DA242DA12 27.4998E-017.4998E-011.0883E+00 0.000E+00
2EA242EA12 27.4998E-017.4998E-011.0883E+00 0.000E+00
2FA242FA12 27.4998E-017.4998E-011.0883E+00 0.000E+00
2GA242GA12 27.4998E-017.4998E-011.0883E+00 0.000E+00
2HA242HA12 27.4998E-017.4998E-011.0883E+00 0.000E+00
2IA242IA12 27.4998E-017.4998E-011.0883E+00 0.000E+00
03A2403A12 27.4998E-017.4998E-011.0883E+00 0.000E+00
3AA243AA12 27.4998E-017.4998E-011.0883E+00 0.000E+00
3BA243BA12 27.4998E-017.4998E-011.0883E+00 0.000E+00
3CA243CA12 27.4998E-017.4998E-011.0883E+00 0.000E+00
3DA243DA12 27.4998E-017.4998E-011.0883E+00 0.000E+00
3EA243EA12 27.4998E-017.4998E-011.0883E+00 0.000E+00
3FA243FA12 27.4998E-017.4998E-011.0883E+00 0.000E+00
3GA243GA12 27.4998E-017.4998E-011.0883E+00 0.000E+00
3HA243HA12 27.4998E-017.4998E-011.0883E+00 0.000E+00
3IA243IA12 27.4998E-017.4998E-011.0883E+00 0.000E+00
02B1202A12 18.2536E-018.2536E-016.1608E-01 0.000E+00
2AB122AA12 18.2536E-018.2536E-016.1608E-01 0.000E+00
2BB122BA12 18.2536E-018.2536E-016.1608E-01 0.000E+00
2CB122CA12 18.2536E-018.2536E-016.1608E-01 0.000E+00
2DB122DA12 18.2536E-018.2536E-016.1608E-01 0.000E+00
2EB122EA12 18.2536E-018.2536E-016.1608E-01 0.000E+00
2FB122FA12 18.2536E-018.2536E-016.1608E-01 0.000E+00
2GB122GA12 18.2536E-018.2536E-016.1608E-01 0.000E+00
2HB122HA12 18.2536E-018.2536E-016.1608E-01 0.000E+00
2IB122IA12 18.2536E-018.2536E-016.1608E-01 0.000E+00
03B1203A12 18.2536E-018.2536E-016.1608E-01 0.000E+00
3AB123AA12 18.2536E-018.2536E-016.1608E-01 0.000E+00
3BB123BA12 18.2536E-018.2536E-016.1608E-01 0.000E+00
3CB123CA12 18.2536E-018.2536E-016.1608E-01 0.000E+00
3DB123DA12 18.2536E-018.2536E-016.1608E-01 0.000E+00
3EB123EA12 18.2536E-018.2536E-016.1608E-01 0.000E+00
3FB123FA12 18.2536E-018.2536E-016.1608E-01 0.000E+00
3GB123GA12 18.2536E-018.2536E-016.1608E-01 0.000E+00
3HB123HA12 18.2536E-018.2536E-016.1608E-01 0.000E+00
3IB123IA12 18.2536E-018.2536E-016.1608E-01 0.000E+00
02B 802A12 18.2126E-018.2126E-018.8247E-01 0.000E+00
2AB 82AA12 18.2126E-018.2126E-018.8247E-01 0.000E+00
2BB 82BA12 18.2126E-018.2126E-018.8247E-01 0.000E+00
2CB 82CA12 18.2126E-018.2126E-018.8247E-01 0.000E+00
2DB 82DA12 18.2126E-018.2126E-018.8247E-01 0.000E+00
2EB 82EA12 18.2126E-018.2126E-018.8247E-01 0.000E+00
2FB 82FA12 18.2126E-018.2126E-018.8247E-01 0.000E+00
2GB 82GA12 18.2126E-018.2126E-018.8247E-01 0.000E+00
2HB 82HA12 18.2126E-018.2126E-018.8247E-01 0.000E+00
2IB 82IA12 18.2126E-018.2126E-018.8247E-01 0.000E+00
03B 803A12 18.2126E-018.2126E-018.8247E-01 0.000E+00
3AB 83AA12 18.2126E-018.2126E-018.8247E-01 0.000E+00
3BB 83BA12 18.2126E-018.2126E-018.8247E-01 0.000E+00
3CB 83CA12 18.2126E-018.2126E-018.8247E-01 0.000E+00
3DB 83DA12 18.2126E-018.2126E-018.8247E-01 0.000E+00
3EB 83EA12 18.2126E-018.2126E-018.8247E-01 0.000E+00
3FB 83FA12 18.2126E-018.2126E-018.8247E-01 0.000E+00
3GB 83GA12 18.2126E-018.2126E-018.8247E-01 0.000E+00
3HB 83HA12 18.2126E-018.2126E-018.8247E-01 0.000E+00
3IB 83IA12 18.2126E-018.2126E-018.8247E-01 0.000E+00
02A1402A13 17.5000E-017.5000E-011.0565E+00 0.000E+00
2AA142AA13 17.5000E-017.5000E-011.0565E+00 0.000E+00
2BA142BA13 17.5000E-017.5000E-011.0565E+00 0.000E+00
2CA142CA13 17.5000E-017.5000E-011.0565E+00 0.000E+00
2DA142DA13 17.5000E-017.5000E-011.0565E+00 0.000E+00
2EA142EA13 17.5000E-017.5000E-011.0565E+00 0.000E+00
2FA142FA13 17.5000E-017.5000E-011.0565E+00 0.000E+00
2GA142GA13 17.5000E-017.5000E-011.0565E+00 0.000E+00
2HA142HA13 17.5000E-017.5000E-011.0565E+00 0.000E+00
2IA142IA13 17.5000E-017.5000E-011.0565E+00 0.000E+00
03A1403A13 17.5000E-017.5000E-011.0565E+00 0.000E+00
3AA143AA13 17.5000E-017.5000E-011.0565E+00 0.000E+00
3BA143BA13 17.5000E-017.5000E-011.0565E+00 0.000E+00
3CA143CA13 17.5000E-017.5000E-011.0565E+00 0.000E+00
3DA143DA13 17.5000E-017.5000E-011.0565E+00 0.000E+00
3EA143EA13 17.5000E-017.5000E-011.0565E+00 0.000E+00
3FA143FA13 17.5000E-017.5000E-011.0565E+00 0.000E+00
3GA143GA13 17.5000E-017.5000E-011.0565E+00 0.000E+00
3HA143HA13 17.5000E-017.5000E-011.0565E+00 0.000E+00
3IA143IA13 17.5000E-017.5000E-011.0565E+00 0.000E+00
02A2502A13 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA252AA13 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA252BA13 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA252CA13 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA252DA13 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA252EA13 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA252FA13 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA252GA13 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA252HA13 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA252IA13 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A2503A13 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA253AA13 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA253BA13 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA253CA13 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA253DA13 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA253EA13 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA253FA13 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA253GA13 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA253HA13 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA253IA13 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A2402A13 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA242AA13 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA242BA13 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA242CA13 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA242DA13 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA242EA13 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA242FA13 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA242GA13 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA242HA13 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA242IA13 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A2403A13 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA243AA13 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA243BA13 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA243CA13 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA243DA13 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA243EA13 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA243FA13 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA243GA13 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA243HA13 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA243IA13 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A1502A14 17.5000E-017.5000E-011.0565E+00 0.000E+00
2AA152AA14 17.5000E-017.5000E-011.0565E+00 0.000E+00
2BA152BA14 17.5000E-017.5000E-011.0565E+00 0.000E+00
2CA152CA14 17.5000E-017.5000E-011.0565E+00 0.000E+00
2DA152DA14 17.5000E-017.5000E-011.0565E+00 0.000E+00
2EA152EA14 17.5000E-017.5000E-011.0565E+00 0.000E+00
2FA152FA14 17.5000E-017.5000E-011.0565E+00 0.000E+00
2GA152GA14 17.5000E-017.5000E-011.0565E+00 0.000E+00
2HA152HA14 17.5000E-017.5000E-011.0565E+00 0.000E+00
2IA152IA14 17.5000E-017.5000E-011.0565E+00 0.000E+00
03A1503A14 17.5000E-017.5000E-011.0565E+00 0.000E+00
3AA153AA14 17.5000E-017.5000E-011.0565E+00 0.000E+00
3BA153BA14 17.5000E-017.5000E-011.0565E+00 0.000E+00
3CA153CA14 17.5000E-017.5000E-011.0565E+00 0.000E+00
3DA153DA14 17.5000E-017.5000E-011.0565E+00 0.000E+00
3EA153EA14 17.5000E-017.5000E-011.0565E+00 0.000E+00
3FA153FA14 17.5000E-017.5000E-011.0565E+00 0.000E+00
3GA153GA14 17.5000E-017.5000E-011.0565E+00 0.000E+00
3HA153HA14 17.5000E-017.5000E-011.0565E+00 0.000E+00
3IA153IA14 17.5000E-017.5000E-011.0565E+00 0.000E+00
02A2602A14 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA262AA14 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA262BA14 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA262CA14 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA262DA14 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA262EA14 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA262FA14 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA262GA14 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA262HA14 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA262IA14 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A2603A14 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA263AA14 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA263BA14 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA263CA14 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA263DA14 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA263EA14 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA263FA14 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA263GA14 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA263HA14 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA263IA14 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A2502A14 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA252AA14 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA252BA14 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA252CA14 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA252DA14 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA252EA14 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA252FA14 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA252GA14 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA252HA14 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA252IA14 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A2503A14 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA253AA14 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA253BA14 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA253CA14 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA253DA14 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA253EA14 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA253FA14 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA253GA14 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA253HA14 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA253IA14 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A1602A15 17.5000E-017.5000E-011.0565E+00 0.000E+00
2AA162AA15 17.5000E-017.5000E-011.0565E+00 0.000E+00
2BA162BA15 17.5000E-017.5000E-011.0565E+00 0.000E+00
2CA162CA15 17.5000E-017.5000E-011.0565E+00 0.000E+00
2DA162DA15 17.5000E-017.5000E-011.0565E+00 0.000E+00
2EA162EA15 17.5000E-017.5000E-011.0565E+00 0.000E+00
2FA162FA15 17.5000E-017.5000E-011.0565E+00 0.000E+00
2GA162GA15 17.5000E-017.5000E-011.0565E+00 0.000E+00
2HA162HA15 17.5000E-017.5000E-011.0565E+00 0.000E+00
2IA162IA15 17.5000E-017.5000E-011.0565E+00 0.000E+00
03A1603A15 17.5000E-017.5000E-011.0565E+00 0.000E+00
3AA163AA15 17.5000E-017.5000E-011.0565E+00 0.000E+00
3BA163BA15 17.5000E-017.5000E-011.0565E+00 0.000E+00
3CA163CA15 17.5000E-017.5000E-011.0565E+00 0.000E+00
3DA163DA15 17.5000E-017.5000E-011.0565E+00 0.000E+00
3EA163EA15 17.5000E-017.5000E-011.0565E+00 0.000E+00
3FA163FA15 17.5000E-017.5000E-011.0565E+00 0.000E+00
3GA163GA15 17.5000E-017.5000E-011.0565E+00 0.000E+00
3HA163HA15 17.5000E-017.5000E-011.0565E+00 0.000E+00
3IA163IA15 17.5000E-017.5000E-011.0565E+00 0.000E+00
02A2702A15 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA272AA15 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA272BA15 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA272CA15 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA272DA15 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA272EA15 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA272FA15 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA272GA15 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA272HA15 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA272IA15 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A2703A15 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA273AA15 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA273BA15 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA273CA15 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA273DA15 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA273EA15 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA273FA15 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA273GA15 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA273HA15 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA273IA15 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A2602A15 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA262AA15 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA262BA15 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA262CA15 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA262DA15 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA262EA15 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA262FA15 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA262GA15 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA262HA15 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA262IA15 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A2603A15 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA263AA15 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA263BA15 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA263CA15 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA263DA15 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA263EA15 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA263FA15 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA263GA15 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA263HA15 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA263IA15 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A1702A16 17.5000E-017.5000E-011.0565E+00 0.000E+00
2AA172AA16 17.5000E-017.5000E-011.0565E+00 0.000E+00
2BA172BA16 17.5000E-017.5000E-011.0565E+00 0.000E+00
2CA172CA16 17.5000E-017.5000E-011.0565E+00 0.000E+00
2DA172DA16 17.5000E-017.5000E-011.0565E+00 0.000E+00
2EA172EA16 17.5000E-017.5000E-011.0565E+00 0.000E+00
2FA172FA16 17.5000E-017.5000E-011.0565E+00 0.000E+00
2GA172GA16 17.5000E-017.5000E-011.0565E+00 0.000E+00
2HA172HA16 17.5000E-017.5000E-011.0565E+00 0.000E+00
2IA172IA16 17.5000E-017.5000E-011.0565E+00 0.000E+00
03A1703A16 17.5000E-017.5000E-011.0565E+00 0.000E+00
3AA173AA16 17.5000E-017.5000E-011.0565E+00 0.000E+00
3BA173BA16 17.5000E-017.5000E-011.0565E+00 0.000E+00
3CA173CA16 17.5000E-017.5000E-011.0565E+00 0.000E+00
3DA173DA16 17.5000E-017.5000E-011.0565E+00 0.000E+00
3EA173EA16 17.5000E-017.5000E-011.0565E+00 0.000E+00
3FA173FA16 17.5000E-017.5000E-011.0565E+00 0.000E+00
3GA173GA16 17.5000E-017.5000E-011.0565E+00 0.000E+00
3HA173HA16 17.5000E-017.5000E-011.0565E+00 0.000E+00
3IA173IA16 17.5000E-017.5000E-011.0565E+00 0.000E+00
02A2802A16 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA282AA16 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA282BA16 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA282CA16 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA282DA16 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA282EA16 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA282FA16 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA282GA16 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA282HA16 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA282IA16 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A2803A16 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA283AA16 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA283BA16 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA283CA16 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA283DA16 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA283EA16 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA283FA16 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA283GA16 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA283HA16 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA283IA16 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A2702A16 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA272AA16 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA272BA16 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA272CA16 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA272DA16 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA272EA16 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA272FA16 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA272GA16 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA272HA16 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA272IA16 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A2703A16 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA273AA16 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA273BA16 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA273CA16 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA273DA16 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA273EA16 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA273FA16 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA273GA16 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA273HA16 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA273IA16 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A1802A17 17.5000E-017.5000E-011.0565E+00 0.000E+00
2AA182AA17 17.5000E-017.5000E-011.0565E+00 0.000E+00
2BA182BA17 17.5000E-017.5000E-011.0565E+00 0.000E+00
2CA182CA17 17.5000E-017.5000E-011.0565E+00 0.000E+00
2DA182DA17 17.5000E-017.5000E-011.0565E+00 0.000E+00
2EA182EA17 17.5000E-017.5000E-011.0565E+00 0.000E+00
2FA182FA17 17.5000E-017.5000E-011.0565E+00 0.000E+00
2GA182GA17 17.5000E-017.5000E-011.0565E+00 0.000E+00
2HA182HA17 17.5000E-017.5000E-011.0565E+00 0.000E+00
2IA182IA17 17.5000E-017.5000E-011.0565E+00 0.000E+00
03A1803A17 17.5000E-017.5000E-011.0565E+00 0.000E+00
3AA183AA17 17.5000E-017.5000E-011.0565E+00 0.000E+00
3BA183BA17 17.5000E-017.5000E-011.0565E+00 0.000E+00
3CA183CA17 17.5000E-017.5000E-011.0565E+00 0.000E+00
3DA183DA17 17.5000E-017.5000E-011.0565E+00 0.000E+00
3EA183EA17 17.5000E-017.5000E-011.0565E+00 0.000E+00
3FA183FA17 17.5000E-017.5000E-011.0565E+00 0.000E+00
3GA183GA17 17.5000E-017.5000E-011.0565E+00 0.000E+00
3HA183HA17 17.5000E-017.5000E-011.0565E+00 0.000E+00
3IA183IA17 17.5000E-017.5000E-011.0565E+00 0.000E+00
02A2902A17 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA292AA17 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA292BA17 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA292CA17 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA292DA17 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA292EA17 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA292FA17 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA292GA17 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA292HA17 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA292IA17 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A2903A17 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA293AA17 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA293BA17 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA293CA17 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA293DA17 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA293EA17 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA293FA17 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA293GA17 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA293HA17 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA293IA17 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A2802A17 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA282AA17 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA282BA17 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA282CA17 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA282DA17 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA282EA17 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA282FA17 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA282GA17 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA282HA17 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA282IA17 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A2803A17 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA283AA17 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA283BA17 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA283CA17 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA283DA17 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA283EA17 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA283FA17 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA283GA17 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA283HA17 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA283IA17 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A1902A18 17.5000E-017.5000E-011.0565E+00 0.000E+00
2AA192AA18 17.5000E-017.5000E-011.0565E+00 0.000E+00
2BA192BA18 17.5000E-017.5000E-011.0565E+00 0.000E+00
2CA192CA18 17.5000E-017.5000E-011.0565E+00 0.000E+00
2DA192DA18 17.5000E-017.5000E-011.0565E+00 0.000E+00
2EA192EA18 17.5000E-017.5000E-011.0565E+00 0.000E+00
2FA192FA18 17.5000E-017.5000E-011.0565E+00 0.000E+00
2GA192GA18 17.5000E-017.5000E-011.0565E+00 0.000E+00
2HA192HA18 17.5000E-017.5000E-011.0565E+00 0.000E+00
2IA192IA18 17.5000E-017.5000E-011.0565E+00 0.000E+00
03A1903A18 17.5000E-017.5000E-011.0565E+00 0.000E+00
3AA193AA18 17.5000E-017.5000E-011.0565E+00 0.000E+00
3BA193BA18 17.5000E-017.5000E-011.0565E+00 0.000E+00
3CA193CA18 17.5000E-017.5000E-011.0565E+00 0.000E+00
3DA193DA18 17.5000E-017.5000E-011.0565E+00 0.000E+00
3EA193EA18 17.5000E-017.5000E-011.0565E+00 0.000E+00
3FA193FA18 17.5000E-017.5000E-011.0565E+00 0.000E+00
3GA193GA18 17.5000E-017.5000E-011.0565E+00 0.000E+00
3HA193HA18 17.5000E-017.5000E-011.0565E+00 0.000E+00
3IA193IA18 17.5000E-017.5000E-011.0565E+00 0.000E+00
02A3002A18 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA302AA18 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA302BA18 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA302CA18 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA302DA18 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA302EA18 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA302FA18 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA302GA18 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA302HA18 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA302IA18 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A3003A18 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA303AA18 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA303BA18 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA303CA18 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA303DA18 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA303EA18 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA303FA18 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA303GA18 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA303HA18 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA303IA18 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A2902A18 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA292AA18 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA292BA18 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA292CA18 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA292DA18 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA292EA18 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA292FA18 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA292GA18 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA292HA18 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA292IA18 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A2903A18 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA293AA18 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA293BA18 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA293CA18 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA293DA18 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA293EA18 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA293FA18 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA293GA18 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA293HA18 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA293IA18 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A2002A19 17.5000E-017.5000E-011.0565E+00 0.000E+00
2AA202AA19 17.5000E-017.5000E-011.0565E+00 0.000E+00
2BA202BA19 17.5000E-017.5000E-011.0565E+00 0.000E+00
2CA202CA19 17.5000E-017.5000E-011.0565E+00 0.000E+00
2DA202DA19 17.5000E-017.5000E-011.0565E+00 0.000E+00
2EA202EA19 17.5000E-017.5000E-011.0565E+00 0.000E+00
2FA202FA19 17.5000E-017.5000E-011.0565E+00 0.000E+00
2GA202GA19 17.5000E-017.5000E-011.0565E+00 0.000E+00
2HA202HA19 17.5000E-017.5000E-011.0565E+00 0.000E+00
2IA202IA19 17.5000E-017.5000E-011.0565E+00 0.000E+00
03A2003A19 17.5000E-017.5000E-011.0565E+00 0.000E+00
3AA203AA19 17.5000E-017.5000E-011.0565E+00 0.000E+00
3BA203BA19 17.5000E-017.5000E-011.0565E+00 0.000E+00
3CA203CA19 17.5000E-017.5000E-011.0565E+00 0.000E+00
3DA203DA19 17.5000E-017.5000E-011.0565E+00 0.000E+00
3EA203EA19 17.5000E-017.5000E-011.0565E+00 0.000E+00
3FA203FA19 17.5000E-017.5000E-011.0565E+00 0.000E+00
3GA203GA19 17.5000E-017.5000E-011.0565E+00 0.000E+00
3HA203HA19 17.5000E-017.5000E-011.0565E+00 0.000E+00
3IA203IA19 17.5000E-017.5000E-011.0565E+00 0.000E+00
02A3102A19 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA312AA19 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA312BA19 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA312CA19 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA312DA19 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA312EA19 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA312FA19 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA312GA19 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA312HA19 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA312IA19 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A3103A19 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA313AA19 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA313BA19 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA313CA19 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA313DA19 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA313EA19 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA313FA19 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA313GA19 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA313HA19 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA313IA19 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A3002A19 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA302AA19 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA302BA19 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA302CA19 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA302DA19 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA302EA19 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA302FA19 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA302GA19 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA302HA19 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA302IA19 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A3003A19 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA303AA19 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA303BA19 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA303CA19 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA303DA19 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA303EA19 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA303FA19 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA303GA19 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA303HA19 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA303IA19 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A2102A20 17.5000E-017.5000E-011.0565E+00 0.000E+00
2AA212AA20 17.5000E-017.5000E-011.0565E+00 0.000E+00
2BA212BA20 17.5000E-017.5000E-011.0565E+00 0.000E+00
2CA212CA20 17.5000E-017.5000E-011.0565E+00 0.000E+00
2DA212DA20 17.5000E-017.5000E-011.0565E+00 0.000E+00
2EA212EA20 17.5000E-017.5000E-011.0565E+00 0.000E+00
2FA212FA20 17.5000E-017.5000E-011.0565E+00 0.000E+00
2GA212GA20 17.5000E-017.5000E-011.0565E+00 0.000E+00
2HA212HA20 17.5000E-017.5000E-011.0565E+00 0.000E+00
2IA212IA20 17.5000E-017.5000E-011.0565E+00 0.000E+00
03A2103A20 17.5000E-017.5000E-011.0565E+00 0.000E+00
3AA213AA20 17.5000E-017.5000E-011.0565E+00 0.000E+00
3BA213BA20 17.5000E-017.5000E-011.0565E+00 0.000E+00
3CA213CA20 17.5000E-017.5000E-011.0565E+00 0.000E+00
3DA213DA20 17.5000E-017.5000E-011.0565E+00 0.000E+00
3EA213EA20 17.5000E-017.5000E-011.0565E+00 0.000E+00
3FA213FA20 17.5000E-017.5000E-011.0565E+00 0.000E+00
3GA213GA20 17.5000E-017.5000E-011.0565E+00 0.000E+00
3HA213HA20 17.5000E-017.5000E-011.0565E+00 0.000E+00
3IA213IA20 17.5000E-017.5000E-011.0565E+00 0.000E+00
02A3202A20 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA322AA20 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA322BA20 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA322CA20 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA322DA20 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA322EA20 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA322FA20 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA322GA20 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA322HA20 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA322IA20 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A3203A20 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA323AA20 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA323BA20 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA323CA20 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA323DA20 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA323EA20 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA323FA20 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA323GA20 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA323HA20 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA323IA20 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A3102A20 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA312AA20 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA312BA20 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA312CA20 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA312DA20 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA312EA20 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA312FA20 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA312GA20 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA312HA20 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA312IA20 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A3103A20 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA313AA20 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA313BA20 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA313CA20 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA313DA20 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA313EA20 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA313FA20 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA313GA20 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA313HA20 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA313IA20 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A2202A21 17.5000E-017.5000E-011.0565E+00 0.000E+00
2AA222AA21 17.5000E-017.5000E-011.0565E+00 0.000E+00
2BA222BA21 17.5000E-017.5000E-011.0565E+00 0.000E+00
2CA222CA21 17.5000E-017.5000E-011.0565E+00 0.000E+00
2DA222DA21 17.5000E-017.5000E-011.0565E+00 0.000E+00
2EA222EA21 17.5000E-017.5000E-011.0565E+00 0.000E+00
2FA222FA21 17.5000E-017.5000E-011.0565E+00 0.000E+00
2GA222GA21 17.5000E-017.5000E-011.0565E+00 0.000E+00
2HA222HA21 17.5000E-017.5000E-011.0565E+00 0.000E+00
2IA222IA21 17.5000E-017.5000E-011.0565E+00 0.000E+00
03A2203A21 17.5000E-017.5000E-011.0565E+00 0.000E+00
3AA223AA21 17.5000E-017.5000E-011.0565E+00 0.000E+00
3BA223BA21 17.5000E-017.5000E-011.0565E+00 0.000E+00
3CA223CA21 17.5000E-017.5000E-011.0565E+00 0.000E+00
3DA223DA21 17.5000E-017.5000E-011.0565E+00 0.000E+00
3EA223EA21 17.5000E-017.5000E-011.0565E+00 0.000E+00
3FA223FA21 17.5000E-017.5000E-011.0565E+00 0.000E+00
3GA223GA21 17.5000E-017.5000E-011.0565E+00 0.000E+00
3HA223HA21 17.5000E-017.5000E-011.0565E+00 0.000E+00
3IA223IA21 17.5000E-017.5000E-011.0565E+00 0.000E+00
02A3302A21 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA332AA21 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA332BA21 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA332CA21 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA332DA21 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA332EA21 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA332FA21 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA332GA21 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA332HA21 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA332IA21 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A3303A21 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA333AA21 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA333BA21 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA333CA21 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA333DA21 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA333EA21 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA333FA21 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA333GA21 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA333HA21 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA333IA21 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A3202A21 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA322AA21 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA322BA21 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA322CA21 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA322DA21 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA322EA21 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA322FA21 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA322GA21 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA322HA21 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA322IA21 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A3203A21 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA323AA21 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA323BA21 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA323CA21 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA323DA21 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA323EA21 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA323FA21 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA323GA21 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA323HA21 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA323IA21 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A2302A22 17.5000E-017.5000E-011.0565E+00 0.000E+00
2AA232AA22 17.5000E-017.5000E-011.0565E+00 0.000E+00
2BA232BA22 17.5000E-017.5000E-011.0565E+00 0.000E+00
2CA232CA22 17.5000E-017.5000E-011.0565E+00 0.000E+00
2DA232DA22 17.5000E-017.5000E-011.0565E+00 0.000E+00
2EA232EA22 17.5000E-017.5000E-011.0565E+00 0.000E+00
2FA232FA22 17.5000E-017.5000E-011.0565E+00 0.000E+00
2GA232GA22 17.5000E-017.5000E-011.0565E+00 0.000E+00
2HA232HA22 17.5000E-017.5000E-011.0565E+00 0.000E+00
2IA232IA22 17.5000E-017.5000E-011.0565E+00 0.000E+00
03A2303A22 17.5000E-017.5000E-011.0565E+00 0.000E+00
3AA233AA22 17.5000E-017.5000E-011.0565E+00 0.000E+00
3BA233BA22 17.5000E-017.5000E-011.0565E+00 0.000E+00
3CA233CA22 17.5000E-017.5000E-011.0565E+00 0.000E+00
3DA233DA22 17.5000E-017.5000E-011.0565E+00 0.000E+00
3EA233EA22 17.5000E-017.5000E-011.0565E+00 0.000E+00
3FA233FA22 17.5000E-017.5000E-011.0565E+00 0.000E+00
3GA233GA22 17.5000E-017.5000E-011.0565E+00 0.000E+00
3HA233HA22 17.5000E-017.5000E-011.0565E+00 0.000E+00
3IA233IA22 17.5000E-017.5000E-011.0565E+00 0.000E+00
02A3402A22 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA342AA22 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA342BA22 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA342CA22 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA342DA22 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA342EA22 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA342FA22 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA342GA22 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA342HA22 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA342IA22 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A3403A22 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA343AA22 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA343BA22 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA343CA22 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA343DA22 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA343EA22 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA343FA22 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA343GA22 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA343HA22 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA343IA22 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A3302A22 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA332AA22 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA332BA22 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA332CA22 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA332DA22 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA332EA22 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA332FA22 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA332GA22 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA332HA22 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA332IA22 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A3303A22 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA333AA22 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA333BA22 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA333CA22 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA333DA22 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA333EA22 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA333FA22 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA333GA22 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA333HA22 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA333IA22 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A3402A23 27.4998E-017.4998E-011.9722E+00 0.000E+00
2AA342AA23 27.4998E-017.4998E-011.9722E+00 0.000E+00
2BA342BA23 27.4998E-017.4998E-011.9722E+00 0.000E+00
2CA342CA23 27.4998E-017.4998E-011.9722E+00 0.000E+00
2DA342DA23 27.4998E-017.4998E-011.9722E+00 0.000E+00
2EA342EA23 27.4998E-017.4998E-011.9722E+00 0.000E+00
2FA342FA23 27.4998E-017.4998E-011.9722E+00 0.000E+00
2GA342GA23 27.4998E-017.4998E-011.9722E+00 0.000E+00
2HA342HA23 27.4998E-017.4998E-011.9722E+00 0.000E+00
2IA342IA23 27.4998E-017.4998E-011.9722E+00 0.000E+00
03A3403A23 27.4998E-017.4998E-011.9722E+00 0.000E+00
3AA343AA23 27.4998E-017.4998E-011.9722E+00 0.000E+00
3BA343BA23 27.4998E-017.4998E-011.9722E+00 0.000E+00
3CA343CA23 27.4998E-017.4998E-011.9722E+00 0.000E+00
3DA343DA23 27.4998E-017.4998E-011.9722E+00 0.000E+00
3EA343EA23 27.4998E-017.4998E-011.9722E+00 0.000E+00
3FA343FA23 27.4998E-017.4998E-011.9722E+00 0.000E+00
3GA343GA23 27.4998E-017.4998E-011.9722E+00 0.000E+00
3HA343HA23 27.4998E-017.4998E-011.9722E+00 0.000E+00
3IA343IA23 27.4998E-017.4998E-011.9722E+00 0.000E+00
02A2502A24 17.5000E-017.5000E-011.8733E+00 0.000E+00
2AA252AA24 17.5000E-017.5000E-011.8733E+00 0.000E+00
2BA252BA24 17.5000E-017.5000E-011.8733E+00 0.000E+00
2CA252CA24 17.5000E-017.5000E-011.8733E+00 0.000E+00
2DA252DA24 17.5000E-017.5000E-011.8733E+00 0.000E+00
2EA252EA24 17.5000E-017.5000E-011.8733E+00 0.000E+00
2FA252FA24 17.5000E-017.5000E-011.8733E+00 0.000E+00
2GA252GA24 17.5000E-017.5000E-011.8733E+00 0.000E+00
2HA252HA24 17.5000E-017.5000E-011.8733E+00 0.000E+00
2IA252IA24 17.5000E-017.5000E-011.8733E+00 0.000E+00
03A2503A24 17.5000E-017.5000E-011.8733E+00 0.000E+00
3AA253AA24 17.5000E-017.5000E-011.8733E+00 0.000E+00
3BA253BA24 17.5000E-017.5000E-011.8733E+00 0.000E+00
3CA253CA24 17.5000E-017.5000E-011.8733E+00 0.000E+00
3DA253DA24 17.5000E-017.5000E-011.8733E+00 0.000E+00
3EA253EA24 17.5000E-017.5000E-011.8733E+00 0.000E+00
3FA253FA24 17.5000E-017.5000E-011.8733E+00 0.000E+00
3GA253GA24 17.5000E-017.5000E-011.8733E+00 0.000E+00
3HA253HA24 17.5000E-017.5000E-011.8733E+00 0.000E+00
3IA253IA24 17.5000E-017.5000E-011.8733E+00 0.000E+00
02A2602A25 17.5000E-017.5000E-011.0565E+00 0.000E+00
2AA262AA25 17.5000E-017.5000E-011.0565E+00 0.000E+00
2BA262BA25 17.5000E-017.5000E-011.0565E+00 0.000E+00
2CA262CA25 17.5000E-017.5000E-011.0565E+00 0.000E+00
2DA262DA25 17.5000E-017.5000E-011.0565E+00 0.000E+00
2EA262EA25 17.5000E-017.5000E-011.0565E+00 0.000E+00
2FA262FA25 17.5000E-017.5000E-011.0565E+00 0.000E+00
2GA262GA25 17.5000E-017.5000E-011.0565E+00 0.000E+00
2HA262HA25 17.5000E-017.5000E-011.0565E+00 0.000E+00
2IA262IA25 17.5000E-017.5000E-011.0565E+00 0.000E+00
03A2603A25 17.5000E-017.5000E-011.0565E+00 0.000E+00
3AA263AA25 17.5000E-017.5000E-011.0565E+00 0.000E+00
3BA263BA25 17.5000E-017.5000E-011.0565E+00 0.000E+00
3CA263CA25 17.5000E-017.5000E-011.0565E+00 0.000E+00
3DA263DA25 17.5000E-017.5000E-011.0565E+00 0.000E+00
3EA263EA25 17.5000E-017.5000E-011.0565E+00 0.000E+00
3FA263FA25 17.5000E-017.5000E-011.0565E+00 0.000E+00
3GA263GA25 17.5000E-017.5000E-011.0565E+00 0.000E+00
3HA263HA25 17.5000E-017.5000E-011.0565E+00 0.000E+00
3IA263IA25 17.5000E-017.5000E-011.0565E+00 0.000E+00
02A3502A25 27.4998E-017.4998E-011.9376E+00 0.000E+00
2AA352AA25 27.4998E-017.4998E-011.9376E+00 0.000E+00
2BA352BA25 27.4998E-017.4998E-011.9376E+00 0.000E+00
2CA352CA25 27.4998E-017.4998E-011.9376E+00 0.000E+00
2DA352DA25 27.4998E-017.4998E-011.9376E+00 0.000E+00
2EA352EA25 27.4998E-017.4998E-011.9376E+00 0.000E+00
2FA352FA25 27.4998E-017.4998E-011.9376E+00 0.000E+00
2GA352GA25 27.4998E-017.4998E-011.9376E+00 0.000E+00
2HA352HA25 27.4998E-017.4998E-011.9376E+00 0.000E+00
2IA352IA25 27.4998E-017.4998E-011.9376E+00 0.000E+00
03A3503A25 27.4998E-017.4998E-011.9376E+00 0.000E+00
3AA353AA25 27.4998E-017.4998E-011.9376E+00 0.000E+00
3BA353BA25 27.4998E-017.4998E-011.9376E+00 0.000E+00
3CA353CA25 27.4998E-017.4998E-011.9376E+00 0.000E+00
3DA353DA25 27.4998E-017.4998E-011.9376E+00 0.000E+00
3EA353EA25 27.4998E-017.4998E-011.9376E+00 0.000E+00
3FA353FA25 27.4998E-017.4998E-011.9376E+00 0.000E+00
3GA353GA25 27.4998E-017.4998E-011.9376E+00 0.000E+00
3HA353HA25 27.4998E-017.4998E-011.9376E+00 0.000E+00
3IA353IA25 27.4998E-017.4998E-011.9376E+00 0.000E+00
02A2702A26 17.5000E-017.5000E-011.0565E+00 0.000E+00
2AA272AA26 17.5000E-017.5000E-011.0565E+00 0.000E+00
2BA272BA26 17.5000E-017.5000E-011.0565E+00 0.000E+00
2CA272CA26 17.5000E-017.5000E-011.0565E+00 0.000E+00
2DA272DA26 17.5000E-017.5000E-011.0565E+00 0.000E+00
2EA272EA26 17.5000E-017.5000E-011.0565E+00 0.000E+00
2FA272FA26 17.5000E-017.5000E-011.0565E+00 0.000E+00
2GA272GA26 17.5000E-017.5000E-011.0565E+00 0.000E+00
2HA272HA26 17.5000E-017.5000E-011.0565E+00 0.000E+00
2IA272IA26 17.5000E-017.5000E-011.0565E+00 0.000E+00
03A2703A26 17.5000E-017.5000E-011.0565E+00 0.000E+00
3AA273AA26 17.5000E-017.5000E-011.0565E+00 0.000E+00
3BA273BA26 17.5000E-017.5000E-011.0565E+00 0.000E+00
3CA273CA26 17.5000E-017.5000E-011.0565E+00 0.000E+00
3DA273DA26 17.5000E-017.5000E-011.0565E+00 0.000E+00
3EA273EA26 17.5000E-017.5000E-011.0565E+00 0.000E+00
3FA273FA26 17.5000E-017.5000E-011.0565E+00 0.000E+00
3GA273GA26 17.5000E-017.5000E-011.0565E+00 0.000E+00
3HA273HA26 17.5000E-017.5000E-011.0565E+00 0.000E+00
3IA273IA26 17.5000E-017.5000E-011.0565E+00 0.000E+00
02A3602A26 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA362AA26 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA362BA26 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA362CA26 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA362DA26 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA362EA26 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA362FA26 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA362GA26 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA362HA26 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA362IA26 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A3603A26 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA363AA26 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA363BA26 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA363CA26 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA363DA26 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA363EA26 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA363FA26 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA363GA26 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA363HA26 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA363IA26 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A3502A26 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA352AA26 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA352BA26 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA352CA26 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA352DA26 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA352EA26 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA352FA26 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA352GA26 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA352HA26 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA352IA26 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A3503A26 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA353AA26 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA353BA26 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA353CA26 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA353DA26 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA353EA26 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA353FA26 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA353GA26 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA353HA26 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA353IA26 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A2802A27 17.5000E-017.5000E-011.0565E+00 0.000E+00
2AA282AA27 17.5000E-017.5000E-011.0565E+00 0.000E+00
2BA282BA27 17.5000E-017.5000E-011.0565E+00 0.000E+00
2CA282CA27 17.5000E-017.5000E-011.0565E+00 0.000E+00
2DA282DA27 17.5000E-017.5000E-011.0565E+00 0.000E+00
2EA282EA27 17.5000E-017.5000E-011.0565E+00 0.000E+00
2FA282FA27 17.5000E-017.5000E-011.0565E+00 0.000E+00
2GA282GA27 17.5000E-017.5000E-011.0565E+00 0.000E+00
2HA282HA27 17.5000E-017.5000E-011.0565E+00 0.000E+00
2IA282IA27 17.5000E-017.5000E-011.0565E+00 0.000E+00
03A2803A27 17.5000E-017.5000E-011.0565E+00 0.000E+00
3AA283AA27 17.5000E-017.5000E-011.0565E+00 0.000E+00
3BA283BA27 17.5000E-017.5000E-011.0565E+00 0.000E+00
3CA283CA27 17.5000E-017.5000E-011.0565E+00 0.000E+00
3DA283DA27 17.5000E-017.5000E-011.0565E+00 0.000E+00
3EA283EA27 17.5000E-017.5000E-011.0565E+00 0.000E+00
3FA283FA27 17.5000E-017.5000E-011.0565E+00 0.000E+00
3GA283GA27 17.5000E-017.5000E-011.0565E+00 0.000E+00
3HA283HA27 17.5000E-017.5000E-011.0565E+00 0.000E+00
3IA283IA27 17.5000E-017.5000E-011.0565E+00 0.000E+00
02A3702A27 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA372AA27 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA372BA27 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA372CA27 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA372DA27 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA372EA27 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA372FA27 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA372GA27 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA372HA27 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA372IA27 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A3703A27 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA373AA27 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA373BA27 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA373CA27 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA373DA27 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA373EA27 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA373FA27 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA373GA27 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA373HA27 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA373IA27 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A3602A27 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA362AA27 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA362BA27 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA362CA27 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA362DA27 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA362EA27 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA362FA27 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA362GA27 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA362HA27 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA362IA27 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A3603A27 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA363AA27 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA363BA27 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA363CA27 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA363DA27 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA363EA27 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA363FA27 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA363GA27 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA363HA27 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA363IA27 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A2902A28 17.5000E-017.5000E-011.0565E+00 0.000E+00
2AA292AA28 17.5000E-017.5000E-011.0565E+00 0.000E+00
2BA292BA28 17.5000E-017.5000E-011.0565E+00 0.000E+00
2CA292CA28 17.5000E-017.5000E-011.0565E+00 0.000E+00
2DA292DA28 17.5000E-017.5000E-011.0565E+00 0.000E+00
2EA292EA28 17.5000E-017.5000E-011.0565E+00 0.000E+00
2FA292FA28 17.5000E-017.5000E-011.0565E+00 0.000E+00
2GA292GA28 17.5000E-017.5000E-011.0565E+00 0.000E+00
2HA292HA28 17.5000E-017.5000E-011.0565E+00 0.000E+00
2IA292IA28 17.5000E-017.5000E-011.0565E+00 0.000E+00
03A2903A28 17.5000E-017.5000E-011.0565E+00 0.000E+00
3AA293AA28 17.5000E-017.5000E-011.0565E+00 0.000E+00
3BA293BA28 17.5000E-017.5000E-011.0565E+00 0.000E+00
3CA293CA28 17.5000E-017.5000E-011.0565E+00 0.000E+00
3DA293DA28 17.5000E-017.5000E-011.0565E+00 0.000E+00
3EA293EA28 17.5000E-017.5000E-011.0565E+00 0.000E+00
3FA293FA28 17.5000E-017.5000E-011.0565E+00 0.000E+00
3GA293GA28 17.5000E-017.5000E-011.0565E+00 0.000E+00
3HA293HA28 17.5000E-017.5000E-011.0565E+00 0.000E+00
3IA293IA28 17.5000E-017.5000E-011.0565E+00 0.000E+00
02A3802A28 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA382AA28 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA382BA28 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA382CA28 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA382DA28 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA382EA28 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA382FA28 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA382GA28 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA382HA28 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA382IA28 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A3803A28 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA383AA28 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA383BA28 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA383CA28 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA383DA28 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA383EA28 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA383FA28 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA383GA28 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA383HA28 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA383IA28 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A3702A28 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA372AA28 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA372BA28 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA372CA28 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA372DA28 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA372EA28 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA372FA28 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA372GA28 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA372HA28 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA372IA28 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A3703A28 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA373AA28 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA373BA28 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA373CA28 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA373DA28 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA373EA28 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA373FA28 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA373GA28 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA373HA28 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA373IA28 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A3002A29 17.5000E-017.5000E-011.0565E+00 0.000E+00
2AA302AA29 17.5000E-017.5000E-011.0565E+00 0.000E+00
2BA302BA29 17.5000E-017.5000E-011.0565E+00 0.000E+00
2CA302CA29 17.5000E-017.5000E-011.0565E+00 0.000E+00
2DA302DA29 17.5000E-017.5000E-011.0565E+00 0.000E+00
2EA302EA29 17.5000E-017.5000E-011.0565E+00 0.000E+00
2FA302FA29 17.5000E-017.5000E-011.0565E+00 0.000E+00
2GA302GA29 17.5000E-017.5000E-011.0565E+00 0.000E+00
2HA302HA29 17.5000E-017.5000E-011.0565E+00 0.000E+00
2IA302IA29 17.5000E-017.5000E-011.0565E+00 0.000E+00
03A3003A29 17.5000E-017.5000E-011.0565E+00 0.000E+00
3AA303AA29 17.5000E-017.5000E-011.0565E+00 0.000E+00
3BA303BA29 17.5000E-017.5000E-011.0565E+00 0.000E+00
3CA303CA29 17.5000E-017.5000E-011.0565E+00 0.000E+00
3DA303DA29 17.5000E-017.5000E-011.0565E+00 0.000E+00
3EA303EA29 17.5000E-017.5000E-011.0565E+00 0.000E+00
3FA303FA29 17.5000E-017.5000E-011.0565E+00 0.000E+00
3GA303GA29 17.5000E-017.5000E-011.0565E+00 0.000E+00
3HA303HA29 17.5000E-017.5000E-011.0565E+00 0.000E+00
3IA303IA29 17.5000E-017.5000E-011.0565E+00 0.000E+00
02A3902A29 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA392AA29 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA392BA29 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA392CA29 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA392DA29 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA392EA29 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA392FA29 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA392GA29 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA392HA29 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA392IA29 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A3903A29 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA393AA29 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA393BA29 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA393CA29 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA393DA29 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA393EA29 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA393FA29 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA393GA29 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA393HA29 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA393IA29 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A3802A29 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA382AA29 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA382BA29 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA382CA29 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA382DA29 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA382EA29 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA382FA29 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA382GA29 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA382HA29 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA382IA29 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A3803A29 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA383AA29 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA383BA29 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA383CA29 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA383DA29 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA383EA29 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA383FA29 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA383GA29 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA383HA29 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA383IA29 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A3102A30 17.5000E-017.5000E-011.0565E+00 0.000E+00
2AA312AA30 17.5000E-017.5000E-011.0565E+00 0.000E+00
2BA312BA30 17.5000E-017.5000E-011.0565E+00 0.000E+00
2CA312CA30 17.5000E-017.5000E-011.0565E+00 0.000E+00
2DA312DA30 17.5000E-017.5000E-011.0565E+00 0.000E+00
2EA312EA30 17.5000E-017.5000E-011.0565E+00 0.000E+00
2FA312FA30 17.5000E-017.5000E-011.0565E+00 0.000E+00
2GA312GA30 17.5000E-017.5000E-011.0565E+00 0.000E+00
2HA312HA30 17.5000E-017.5000E-011.0565E+00 0.000E+00
2IA312IA30 17.5000E-017.5000E-011.0565E+00 0.000E+00
03A3103A30 17.5000E-017.5000E-011.0565E+00 0.000E+00
3AA313AA30 17.5000E-017.5000E-011.0565E+00 0.000E+00
3BA313BA30 17.5000E-017.5000E-011.0565E+00 0.000E+00
3CA313CA30 17.5000E-017.5000E-011.0565E+00 0.000E+00
3DA313DA30 17.5000E-017.5000E-011.0565E+00 0.000E+00
3EA313EA30 17.5000E-017.5000E-011.0565E+00 0.000E+00
3FA313FA30 17.5000E-017.5000E-011.0565E+00 0.000E+00
3GA313GA30 17.5000E-017.5000E-011.0565E+00 0.000E+00
3HA313HA30 17.5000E-017.5000E-011.0565E+00 0.000E+00
3IA313IA30 17.5000E-017.5000E-011.0565E+00 0.000E+00
02A4002A30 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA402AA30 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA402BA30 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA402CA30 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA402DA30 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA402EA30 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA402FA30 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA402GA30 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA402HA30 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA402IA30 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A4003A30 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA403AA30 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA403BA30 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA403CA30 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA403DA30 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA403EA30 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA403FA30 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA403GA30 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA403HA30 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA403IA30 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A3902A30 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA392AA30 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA392BA30 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA392CA30 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA392DA30 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA392EA30 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA392FA30 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA392GA30 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA392HA30 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA392IA30 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A3903A30 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA393AA30 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA393BA30 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA393CA30 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA393DA30 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA393EA30 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA393FA30 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA393GA30 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA393HA30 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA393IA30 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A3202A31 17.5000E-017.5000E-011.0565E+00 0.000E+00
2AA322AA31 17.5000E-017.5000E-011.0565E+00 0.000E+00
2BA322BA31 17.5000E-017.5000E-011.0565E+00 0.000E+00
2CA322CA31 17.5000E-017.5000E-011.0565E+00 0.000E+00
2DA322DA31 17.5000E-017.5000E-011.0565E+00 0.000E+00
2EA322EA31 17.5000E-017.5000E-011.0565E+00 0.000E+00
2FA322FA31 17.5000E-017.5000E-011.0565E+00 0.000E+00
2GA322GA31 17.5000E-017.5000E-011.0565E+00 0.000E+00
2HA322HA31 17.5000E-017.5000E-011.0565E+00 0.000E+00
2IA322IA31 17.5000E-017.5000E-011.0565E+00 0.000E+00
03A3203A31 17.5000E-017.5000E-011.0565E+00 0.000E+00
3AA323AA31 17.5000E-017.5000E-011.0565E+00 0.000E+00
3BA323BA31 17.5000E-017.5000E-011.0565E+00 0.000E+00
3CA323CA31 17.5000E-017.5000E-011.0565E+00 0.000E+00
3DA323DA31 17.5000E-017.5000E-011.0565E+00 0.000E+00
3EA323EA31 17.5000E-017.5000E-011.0565E+00 0.000E+00
3FA323FA31 17.5000E-017.5000E-011.0565E+00 0.000E+00
3GA323GA31 17.5000E-017.5000E-011.0565E+00 0.000E+00
3HA323HA31 17.5000E-017.5000E-011.0565E+00 0.000E+00
3IA323IA31 17.5000E-017.5000E-011.0565E+00 0.000E+00
02A4102A31 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA412AA31 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA412BA31 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA412CA31 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA412DA31 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA412EA31 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA412FA31 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA412GA31 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA412HA31 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA412IA31 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A4103A31 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA413AA31 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA413BA31 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA413CA31 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA413DA31 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA413EA31 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA413FA31 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA413GA31 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA413HA31 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA413IA31 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A4002A31 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA402AA31 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA402BA31 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA402CA31 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA402DA31 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA402EA31 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA402FA31 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA402GA31 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA402HA31 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA402IA31 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A4003A31 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA403AA31 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA403BA31 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA403CA31 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA403DA31 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA403EA31 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA403FA31 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA403GA31 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA403HA31 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA403IA31 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A3302A32 17.5000E-017.5000E-011.0565E+00 0.000E+00
2AA332AA32 17.5000E-017.5000E-011.0565E+00 0.000E+00
2BA332BA32 17.5000E-017.5000E-011.0565E+00 0.000E+00
2CA332CA32 17.5000E-017.5000E-011.0565E+00 0.000E+00
2DA332DA32 17.5000E-017.5000E-011.0565E+00 0.000E+00
2EA332EA32 17.5000E-017.5000E-011.0565E+00 0.000E+00
2FA332FA32 17.5000E-017.5000E-011.0565E+00 0.000E+00
2GA332GA32 17.5000E-017.5000E-011.0565E+00 0.000E+00
2HA332HA32 17.5000E-017.5000E-011.0565E+00 0.000E+00
2IA332IA32 17.5000E-017.5000E-011.0565E+00 0.000E+00
03A3303A32 17.5000E-017.5000E-011.0565E+00 0.000E+00
3AA333AA32 17.5000E-017.5000E-011.0565E+00 0.000E+00
3BA333BA32 17.5000E-017.5000E-011.0565E+00 0.000E+00
3CA333CA32 17.5000E-017.5000E-011.0565E+00 0.000E+00
3DA333DA32 17.5000E-017.5000E-011.0565E+00 0.000E+00
3EA333EA32 17.5000E-017.5000E-011.0565E+00 0.000E+00
3FA333FA32 17.5000E-017.5000E-011.0565E+00 0.000E+00
3GA333GA32 17.5000E-017.5000E-011.0565E+00 0.000E+00
3HA333HA32 17.5000E-017.5000E-011.0565E+00 0.000E+00
3IA333IA32 17.5000E-017.5000E-011.0565E+00 0.000E+00
02A4202A32 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA422AA32 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA422BA32 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA422CA32 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA422DA32 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA422EA32 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA422FA32 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA422GA32 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA422HA32 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA422IA32 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A4203A32 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA423AA32 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA423BA32 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA423CA32 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA423DA32 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA423EA32 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA423FA32 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA423GA32 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA423HA32 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA423IA32 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A4102A32 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA412AA32 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA412BA32 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA412CA32 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA412DA32 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA412EA32 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA412FA32 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA412GA32 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA412HA32 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA412IA32 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A4103A32 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA413AA32 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA413BA32 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA413CA32 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA413DA32 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA413EA32 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA413FA32 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA413GA32 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA413HA32 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA413IA32 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A3402A33 17.5000E-017.5000E-011.0565E+00 0.000E+00
2AA342AA33 17.5000E-017.5000E-011.0565E+00 0.000E+00
2BA342BA33 17.5000E-017.5000E-011.0565E+00 0.000E+00
2CA342CA33 17.5000E-017.5000E-011.0565E+00 0.000E+00
2DA342DA33 17.5000E-017.5000E-011.0565E+00 0.000E+00
2EA342EA33 17.5000E-017.5000E-011.0565E+00 0.000E+00
2FA342FA33 17.5000E-017.5000E-011.0565E+00 0.000E+00
2GA342GA33 17.5000E-017.5000E-011.0565E+00 0.000E+00
2HA342HA33 17.5000E-017.5000E-011.0565E+00 0.000E+00
2IA342IA33 17.5000E-017.5000E-011.0565E+00 0.000E+00
03A3403A33 17.5000E-017.5000E-011.0565E+00 0.000E+00
3AA343AA33 17.5000E-017.5000E-011.0565E+00 0.000E+00
3BA343BA33 17.5000E-017.5000E-011.0565E+00 0.000E+00
3CA343CA33 17.5000E-017.5000E-011.0565E+00 0.000E+00
3DA343DA33 17.5000E-017.5000E-011.0565E+00 0.000E+00
3EA343EA33 17.5000E-017.5000E-011.0565E+00 0.000E+00
3FA343FA33 17.5000E-017.5000E-011.0565E+00 0.000E+00
3GA343GA33 17.5000E-017.5000E-011.0565E+00 0.000E+00
3HA343HA33 17.5000E-017.5000E-011.0565E+00 0.000E+00
3IA343IA33 17.5000E-017.5000E-011.0565E+00 0.000E+00
02A4302A33 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA432AA33 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA432BA33 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA432CA33 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA432DA33 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA432EA33 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA432FA33 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA432GA33 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA432HA33 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA432IA33 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A4303A33 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA433AA33 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA433BA33 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA433CA33 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA433DA33 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA433EA33 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA433FA33 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA433GA33 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA433HA33 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA433IA33 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A4202A33 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA422AA33 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA422BA33 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA422CA33 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA422DA33 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA422EA33 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA422FA33 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA422GA33 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA422HA33 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA422IA33 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A4203A33 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA423AA33 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA423BA33 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA423CA33 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA423DA33 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA423EA33 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA423FA33 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA423GA33 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA423HA33 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA423IA33 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A4402A34 27.4998E-017.4998E-011.9722E+00 0.000E+00
2AA442AA34 27.4998E-017.4998E-011.9722E+00 0.000E+00
2BA442BA34 27.4998E-017.4998E-011.9722E+00 0.000E+00
2CA442CA34 27.4998E-017.4998E-011.9722E+00 0.000E+00
2DA442DA34 27.4998E-017.4998E-011.9722E+00 0.000E+00
2EA442EA34 27.4998E-017.4998E-011.9722E+00 0.000E+00
2FA442FA34 27.4998E-017.4998E-011.9722E+00 0.000E+00
2GA442GA34 27.4998E-017.4998E-011.9722E+00 0.000E+00
2HA442HA34 27.4998E-017.4998E-011.9722E+00 0.000E+00
2IA442IA34 27.4998E-017.4998E-011.9722E+00 0.000E+00
03A4403A34 27.4998E-017.4998E-011.9722E+00 0.000E+00
3AA443AA34 27.4998E-017.4998E-011.9722E+00 0.000E+00
3BA443BA34 27.4998E-017.4998E-011.9722E+00 0.000E+00
3CA443CA34 27.4998E-017.4998E-011.9722E+00 0.000E+00
3DA443DA34 27.4998E-017.4998E-011.9722E+00 0.000E+00
3EA443EA34 27.4998E-017.4998E-011.9722E+00 0.000E+00
3FA443FA34 27.4998E-017.4998E-011.9722E+00 0.000E+00
3GA443GA34 27.4998E-017.4998E-011.9722E+00 0.000E+00
3HA443HA34 27.4998E-017.4998E-011.9722E+00 0.000E+00
3IA443IA34 27.4998E-017.4998E-011.9722E+00 0.000E+00
02A4302A34 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA432AA34 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA432BA34 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA432CA34 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA432DA34 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA432EA34 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA432FA34 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA432GA34 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA432HA34 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA432IA34 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A4303A34 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA433AA34 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA433BA34 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA433CA34 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA433DA34 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA433EA34 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA433FA34 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA433GA34 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA433HA34 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA433IA34 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A3602A35 17.5000E-017.5000E-011.0565E+00 0.000E+00
2AA362AA35 17.5000E-017.5000E-011.0565E+00 0.000E+00
2BA362BA35 17.5000E-017.5000E-011.0565E+00 0.000E+00
2CA362CA35 17.5000E-017.5000E-011.0565E+00 0.000E+00
2DA362DA35 17.5000E-017.5000E-011.0565E+00 0.000E+00
2EA362EA35 17.5000E-017.5000E-011.0565E+00 0.000E+00
2FA362FA35 17.5000E-017.5000E-011.0565E+00 0.000E+00
2GA362GA35 17.5000E-017.5000E-011.0565E+00 0.000E+00
2HA362HA35 17.5000E-017.5000E-011.0565E+00 0.000E+00
2IA362IA35 17.5000E-017.5000E-011.0565E+00 0.000E+00
03A3603A35 17.5000E-017.5000E-011.0565E+00 0.000E+00
3AA363AA35 17.5000E-017.5000E-011.0565E+00 0.000E+00
3BA363BA35 17.5000E-017.5000E-011.0565E+00 0.000E+00
3CA363CA35 17.5000E-017.5000E-011.0565E+00 0.000E+00
3DA363DA35 17.5000E-017.5000E-011.0565E+00 0.000E+00
3EA363EA35 17.5000E-017.5000E-011.0565E+00 0.000E+00
3FA363FA35 17.5000E-017.5000E-011.0565E+00 0.000E+00
3GA363GA35 17.5000E-017.5000E-011.0565E+00 0.000E+00
3HA363HA35 17.5000E-017.5000E-011.0565E+00 0.000E+00
3IA363IA35 17.5000E-017.5000E-011.0565E+00 0.000E+00
02A4502A35 27.4998E-017.4998E-011.4473E+00 0.000E+00
2AA452AA35 27.4998E-017.4998E-011.4473E+00 0.000E+00
2BA452BA35 27.4998E-017.4998E-011.4473E+00 0.000E+00
2CA452CA35 27.4998E-017.4998E-011.4473E+00 0.000E+00
2DA452DA35 27.4998E-017.4998E-011.4473E+00 0.000E+00
2EA452EA35 27.4998E-017.4998E-011.4473E+00 0.000E+00
2FA452FA35 27.4998E-017.4998E-011.4473E+00 0.000E+00
2GA452GA35 27.4998E-017.4998E-011.4473E+00 0.000E+00
2HA452HA35 27.4998E-017.4998E-011.4473E+00 0.000E+00
2IA452IA35 27.4998E-017.4998E-011.4473E+00 0.000E+00
03A4503A35 27.4998E-017.4998E-011.4473E+00 0.000E+00
3AA453AA35 27.4998E-017.4998E-011.4473E+00 0.000E+00
3BA453BA35 27.4998E-017.4998E-011.4473E+00 0.000E+00
3CA453CA35 27.4998E-017.4998E-011.4473E+00 0.000E+00
3DA453DA35 27.4998E-017.4998E-011.4473E+00 0.000E+00
3EA453EA35 27.4998E-017.4998E-011.4473E+00 0.000E+00
3FA453FA35 27.4998E-017.4998E-011.4473E+00 0.000E+00
3GA453GA35 27.4998E-017.4998E-011.4473E+00 0.000E+00
3HA453HA35 27.4998E-017.4998E-011.4473E+00 0.000E+00
3IA453IA35 27.4998E-017.4998E-011.4473E+00 0.000E+00
02A3702A36 17.5000E-017.5000E-011.0565E+00 0.000E+00
2AA372AA36 17.5000E-017.5000E-011.0565E+00 0.000E+00
2BA372BA36 17.5000E-017.5000E-011.0565E+00 0.000E+00
2CA372CA36 17.5000E-017.5000E-011.0565E+00 0.000E+00
2DA372DA36 17.5000E-017.5000E-011.0565E+00 0.000E+00
2EA372EA36 17.5000E-017.5000E-011.0565E+00 0.000E+00
2FA372FA36 17.5000E-017.5000E-011.0565E+00 0.000E+00
2GA372GA36 17.5000E-017.5000E-011.0565E+00 0.000E+00
2HA372HA36 17.5000E-017.5000E-011.0565E+00 0.000E+00
2IA372IA36 17.5000E-017.5000E-011.0565E+00 0.000E+00
03A3703A36 17.5000E-017.5000E-011.0565E+00 0.000E+00
3AA373AA36 17.5000E-017.5000E-011.0565E+00 0.000E+00
3BA373BA36 17.5000E-017.5000E-011.0565E+00 0.000E+00
3CA373CA36 17.5000E-017.5000E-011.0565E+00 0.000E+00
3DA373DA36 17.5000E-017.5000E-011.0565E+00 0.000E+00
3EA373EA36 17.5000E-017.5000E-011.0565E+00 0.000E+00
3FA373FA36 17.5000E-017.5000E-011.0565E+00 0.000E+00
3GA373GA36 17.5000E-017.5000E-011.0565E+00 0.000E+00
3HA373HA36 17.5000E-017.5000E-011.0565E+00 0.000E+00
3IA373IA36 17.5000E-017.5000E-011.0565E+00 0.000E+00
02A4602A36 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA462AA36 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA462BA36 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA462CA36 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA462DA36 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA462EA36 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA462FA36 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA462GA36 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA462HA36 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA462IA36 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A4603A36 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA463AA36 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA463BA36 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA463CA36 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA463DA36 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA463EA36 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA463FA36 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA463GA36 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA463HA36 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA463IA36 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A4502A36 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA452AA36 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA452BA36 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA452CA36 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA452DA36 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA452EA36 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA452FA36 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA452GA36 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA452HA36 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA452IA36 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A4503A36 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA453AA36 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA453BA36 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA453CA36 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA453DA36 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA453EA36 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA453FA36 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA453GA36 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA453HA36 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA453IA36 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A3802A37 17.5000E-017.5000E-011.0565E+00 0.000E+00
2AA382AA37 17.5000E-017.5000E-011.0565E+00 0.000E+00
2BA382BA37 17.5000E-017.5000E-011.0565E+00 0.000E+00
2CA382CA37 17.5000E-017.5000E-011.0565E+00 0.000E+00
2DA382DA37 17.5000E-017.5000E-011.0565E+00 0.000E+00
2EA382EA37 17.5000E-017.5000E-011.0565E+00 0.000E+00
2FA382FA37 17.5000E-017.5000E-011.0565E+00 0.000E+00
2GA382GA37 17.5000E-017.5000E-011.0565E+00 0.000E+00
2HA382HA37 17.5000E-017.5000E-011.0565E+00 0.000E+00
2IA382IA37 17.5000E-017.5000E-011.0565E+00 0.000E+00
03A3803A37 17.5000E-017.5000E-011.0565E+00 0.000E+00
3AA383AA37 17.5000E-017.5000E-011.0565E+00 0.000E+00
3BA383BA37 17.5000E-017.5000E-011.0565E+00 0.000E+00
3CA383CA37 17.5000E-017.5000E-011.0565E+00 0.000E+00
3DA383DA37 17.5000E-017.5000E-011.0565E+00 0.000E+00
3EA383EA37 17.5000E-017.5000E-011.0565E+00 0.000E+00
3FA383FA37 17.5000E-017.5000E-011.0565E+00 0.000E+00
3GA383GA37 17.5000E-017.5000E-011.0565E+00 0.000E+00
3HA383HA37 17.5000E-017.5000E-011.0565E+00 0.000E+00
3IA383IA37 17.5000E-017.5000E-011.0565E+00 0.000E+00
02A4702A37 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA472AA37 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA472BA37 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA472CA37 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA472DA37 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA472EA37 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA472FA37 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA472GA37 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA472HA37 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA472IA37 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A4703A37 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA473AA37 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA473BA37 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA473CA37 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA473DA37 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA473EA37 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA473FA37 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA473GA37 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA473HA37 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA473IA37 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A4602A37 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA462AA37 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA462BA37 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA462CA37 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA462DA37 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA462EA37 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA462FA37 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA462GA37 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA462HA37 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA462IA37 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A4603A37 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA463AA37 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA463BA37 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA463CA37 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA463DA37 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA463EA37 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA463FA37 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA463GA37 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA463HA37 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA463IA37 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A3902A38 17.5000E-017.5000E-011.0565E+00 0.000E+00
2AA392AA38 17.5000E-017.5000E-011.0565E+00 0.000E+00
2BA392BA38 17.5000E-017.5000E-011.0565E+00 0.000E+00
2CA392CA38 17.5000E-017.5000E-011.0565E+00 0.000E+00
2DA392DA38 17.5000E-017.5000E-011.0565E+00 0.000E+00
2EA392EA38 17.5000E-017.5000E-011.0565E+00 0.000E+00
2FA392FA38 17.5000E-017.5000E-011.0565E+00 0.000E+00
2GA392GA38 17.5000E-017.5000E-011.0565E+00 0.000E+00
2HA392HA38 17.5000E-017.5000E-011.0565E+00 0.000E+00
2IA392IA38 17.5000E-017.5000E-011.0565E+00 0.000E+00
03A3903A38 17.5000E-017.5000E-011.0565E+00 0.000E+00
3AA393AA38 17.5000E-017.5000E-011.0565E+00 0.000E+00
3BA393BA38 17.5000E-017.5000E-011.0565E+00 0.000E+00
3CA393CA38 17.5000E-017.5000E-011.0565E+00 0.000E+00
3DA393DA38 17.5000E-017.5000E-011.0565E+00 0.000E+00
3EA393EA38 17.5000E-017.5000E-011.0565E+00 0.000E+00
3FA393FA38 17.5000E-017.5000E-011.0565E+00 0.000E+00
3GA393GA38 17.5000E-017.5000E-011.0565E+00 0.000E+00
3HA393HA38 17.5000E-017.5000E-011.0565E+00 0.000E+00
3IA393IA38 17.5000E-017.5000E-011.0565E+00 0.000E+00
02A4802A38 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA482AA38 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA482BA38 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA482CA38 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA482DA38 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA482EA38 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA482FA38 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA482GA38 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA482HA38 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA482IA38 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A4803A38 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA483AA38 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA483BA38 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA483CA38 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA483DA38 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA483EA38 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA483FA38 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA483GA38 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA483HA38 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA483IA38 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A4702A38 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA472AA38 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA472BA38 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA472CA38 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA472DA38 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA472EA38 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA472FA38 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA472GA38 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA472HA38 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA472IA38 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A4703A38 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA473AA38 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA473BA38 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA473CA38 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA473DA38 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA473EA38 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA473FA38 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA473GA38 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA473HA38 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA473IA38 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A4002A39 17.5000E-017.5000E-011.0565E+00 0.000E+00
2AA402AA39 17.5000E-017.5000E-011.0565E+00 0.000E+00
2BA402BA39 17.5000E-017.5000E-011.0565E+00 0.000E+00
2CA402CA39 17.5000E-017.5000E-011.0565E+00 0.000E+00
2DA402DA39 17.5000E-017.5000E-011.0565E+00 0.000E+00
2EA402EA39 17.5000E-017.5000E-011.0565E+00 0.000E+00
2FA402FA39 17.5000E-017.5000E-011.0565E+00 0.000E+00
2GA402GA39 17.5000E-017.5000E-011.0565E+00 0.000E+00
2HA402HA39 17.5000E-017.5000E-011.0565E+00 0.000E+00
2IA402IA39 17.5000E-017.5000E-011.0565E+00 0.000E+00
03A4003A39 17.5000E-017.5000E-011.0565E+00 0.000E+00
3AA403AA39 17.5000E-017.5000E-011.0565E+00 0.000E+00
3BA403BA39 17.5000E-017.5000E-011.0565E+00 0.000E+00
3CA403CA39 17.5000E-017.5000E-011.0565E+00 0.000E+00
3DA403DA39 17.5000E-017.5000E-011.0565E+00 0.000E+00
3EA403EA39 17.5000E-017.5000E-011.0565E+00 0.000E+00
3FA403FA39 17.5000E-017.5000E-011.0565E+00 0.000E+00
3GA403GA39 17.5000E-017.5000E-011.0565E+00 0.000E+00
3HA403HA39 17.5000E-017.5000E-011.0565E+00 0.000E+00
3IA403IA39 17.5000E-017.5000E-011.0565E+00 0.000E+00
02A4902A39 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA492AA39 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA492BA39 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA492CA39 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA492DA39 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA492EA39 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA492FA39 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA492GA39 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA492HA39 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA492IA39 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A4903A39 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA493AA39 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA493BA39 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA493CA39 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA493DA39 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA493EA39 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA493FA39 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA493GA39 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA493HA39 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA493IA39 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A4802A39 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA482AA39 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA482BA39 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA482CA39 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA482DA39 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA482EA39 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA482FA39 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA482GA39 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA482HA39 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA482IA39 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A4803A39 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA483AA39 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA483BA39 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA483CA39 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA483DA39 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA483EA39 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA483FA39 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA483GA39 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA483HA39 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA483IA39 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A4102A40 17.5000E-017.5000E-011.0565E+00 0.000E+00
2AA412AA40 17.5000E-017.5000E-011.0565E+00 0.000E+00
2BA412BA40 17.5000E-017.5000E-011.0565E+00 0.000E+00
2CA412CA40 17.5000E-017.5000E-011.0565E+00 0.000E+00
2DA412DA40 17.5000E-017.5000E-011.0565E+00 0.000E+00
2EA412EA40 17.5000E-017.5000E-011.0565E+00 0.000E+00
2FA412FA40 17.5000E-017.5000E-011.0565E+00 0.000E+00
2GA412GA40 17.5000E-017.5000E-011.0565E+00 0.000E+00
2HA412HA40 17.5000E-017.5000E-011.0565E+00 0.000E+00
2IA412IA40 17.5000E-017.5000E-011.0565E+00 0.000E+00
03A4103A40 17.5000E-017.5000E-011.0565E+00 0.000E+00
3AA413AA40 17.5000E-017.5000E-011.0565E+00 0.000E+00
3BA413BA40 17.5000E-017.5000E-011.0565E+00 0.000E+00
3CA413CA40 17.5000E-017.5000E-011.0565E+00 0.000E+00
3DA413DA40 17.5000E-017.5000E-011.0565E+00 0.000E+00
3EA413EA40 17.5000E-017.5000E-011.0565E+00 0.000E+00
3FA413FA40 17.5000E-017.5000E-011.0565E+00 0.000E+00
3GA413GA40 17.5000E-017.5000E-011.0565E+00 0.000E+00
3HA413HA40 17.5000E-017.5000E-011.0565E+00 0.000E+00
3IA413IA40 17.5000E-017.5000E-011.0565E+00 0.000E+00
02A5002A40 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA502AA40 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA502BA40 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA502CA40 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA502DA40 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA502EA40 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA502FA40 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA502GA40 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA502HA40 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA502IA40 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A5003A40 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA503AA40 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA503BA40 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA503CA40 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA503DA40 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA503EA40 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA503FA40 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA503GA40 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA503HA40 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA503IA40 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A4902A40 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA492AA40 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA492BA40 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA492CA40 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA492DA40 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA492EA40 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA492FA40 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA492GA40 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA492HA40 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA492IA40 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A4903A40 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA493AA40 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA493BA40 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA493CA40 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA493DA40 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA493EA40 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA493FA40 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA493GA40 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA493HA40 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA493IA40 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A4202A41 17.5000E-017.5000E-011.0565E+00 0.000E+00
2AA422AA41 17.5000E-017.5000E-011.0565E+00 0.000E+00
2BA422BA41 17.5000E-017.5000E-011.0565E+00 0.000E+00
2CA422CA41 17.5000E-017.5000E-011.0565E+00 0.000E+00
2DA422DA41 17.5000E-017.5000E-011.0565E+00 0.000E+00
2EA422EA41 17.5000E-017.5000E-011.0565E+00 0.000E+00
2FA422FA41 17.5000E-017.5000E-011.0565E+00 0.000E+00
2GA422GA41 17.5000E-017.5000E-011.0565E+00 0.000E+00
2HA422HA41 17.5000E-017.5000E-011.0565E+00 0.000E+00
2IA422IA41 17.5000E-017.5000E-011.0565E+00 0.000E+00
03A4203A41 17.5000E-017.5000E-011.0565E+00 0.000E+00
3AA423AA41 17.5000E-017.5000E-011.0565E+00 0.000E+00
3BA423BA41 17.5000E-017.5000E-011.0565E+00 0.000E+00
3CA423CA41 17.5000E-017.5000E-011.0565E+00 0.000E+00
3DA423DA41 17.5000E-017.5000E-011.0565E+00 0.000E+00
3EA423EA41 17.5000E-017.5000E-011.0565E+00 0.000E+00
3FA423FA41 17.5000E-017.5000E-011.0565E+00 0.000E+00
3GA423GA41 17.5000E-017.5000E-011.0565E+00 0.000E+00
3HA423HA41 17.5000E-017.5000E-011.0565E+00 0.000E+00
3IA423IA41 17.5000E-017.5000E-011.0565E+00 0.000E+00
02A5102A41 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA512AA41 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA512BA41 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA512CA41 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA512DA41 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA512EA41 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA512FA41 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA512GA41 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA512HA41 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA512IA41 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A5103A41 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA513AA41 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA513BA41 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA513CA41 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA513DA41 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA513EA41 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA513FA41 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA513GA41 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA513HA41 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA513IA41 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A5002A41 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA502AA41 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA502BA41 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA502CA41 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA502DA41 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA502EA41 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA502FA41 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA502GA41 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA502HA41 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA502IA41 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A5003A41 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA503AA41 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA503BA41 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA503CA41 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA503DA41 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA503EA41 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA503FA41 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA503GA41 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA503HA41 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA503IA41 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A4302A42 17.5000E-017.5000E-011.0565E+00 0.000E+00
2AA432AA42 17.5000E-017.5000E-011.0565E+00 0.000E+00
2BA432BA42 17.5000E-017.5000E-011.0565E+00 0.000E+00
2CA432CA42 17.5000E-017.5000E-011.0565E+00 0.000E+00
2DA432DA42 17.5000E-017.5000E-011.0565E+00 0.000E+00
2EA432EA42 17.5000E-017.5000E-011.0565E+00 0.000E+00
2FA432FA42 17.5000E-017.5000E-011.0565E+00 0.000E+00
2GA432GA42 17.5000E-017.5000E-011.0565E+00 0.000E+00
2HA432HA42 17.5000E-017.5000E-011.0565E+00 0.000E+00
2IA432IA42 17.5000E-017.5000E-011.0565E+00 0.000E+00
03A4303A42 17.5000E-017.5000E-011.0565E+00 0.000E+00
3AA433AA42 17.5000E-017.5000E-011.0565E+00 0.000E+00
3BA433BA42 17.5000E-017.5000E-011.0565E+00 0.000E+00
3CA433CA42 17.5000E-017.5000E-011.0565E+00 0.000E+00
3DA433DA42 17.5000E-017.5000E-011.0565E+00 0.000E+00
3EA433EA42 17.5000E-017.5000E-011.0565E+00 0.000E+00
3FA433FA42 17.5000E-017.5000E-011.0565E+00 0.000E+00
3GA433GA42 17.5000E-017.5000E-011.0565E+00 0.000E+00
3HA433HA42 17.5000E-017.5000E-011.0565E+00 0.000E+00
3IA433IA42 17.5000E-017.5000E-011.0565E+00 0.000E+00
02A5202A42 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA522AA42 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA522BA42 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA522CA42 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA522DA42 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA522EA42 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA522FA42 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA522GA42 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA522HA42 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA522IA42 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A5203A42 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA523AA42 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA523BA42 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA523CA42 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA523DA42 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA523EA42 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA523FA42 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA523GA42 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA523HA42 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA523IA42 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A5102A42 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA512AA42 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA512BA42 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA512CA42 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA512DA42 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA512EA42 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA512FA42 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA512GA42 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA512HA42 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA512IA42 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A5103A42 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA513AA42 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA513BA42 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA513CA42 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA513DA42 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA513EA42 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA513FA42 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA513GA42 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA513HA42 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA513IA42 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A4402A43 17.5000E-017.5000E-011.0565E+00 0.000E+00
2AA442AA43 17.5000E-017.5000E-011.0565E+00 0.000E+00
2BA442BA43 17.5000E-017.5000E-011.0565E+00 0.000E+00
2CA442CA43 17.5000E-017.5000E-011.0565E+00 0.000E+00
2DA442DA43 17.5000E-017.5000E-011.0565E+00 0.000E+00
2EA442EA43 17.5000E-017.5000E-011.0565E+00 0.000E+00
2FA442FA43 17.5000E-017.5000E-011.0565E+00 0.000E+00
2GA442GA43 17.5000E-017.5000E-011.0565E+00 0.000E+00
2HA442HA43 17.5000E-017.5000E-011.0565E+00 0.000E+00
2IA442IA43 17.5000E-017.5000E-011.0565E+00 0.000E+00
03A4403A43 17.5000E-017.5000E-011.0565E+00 0.000E+00
3AA443AA43 17.5000E-017.5000E-011.0565E+00 0.000E+00
3BA443BA43 17.5000E-017.5000E-011.0565E+00 0.000E+00
3CA443CA43 17.5000E-017.5000E-011.0565E+00 0.000E+00
3DA443DA43 17.5000E-017.5000E-011.0565E+00 0.000E+00
3EA443EA43 17.5000E-017.5000E-011.0565E+00 0.000E+00
3FA443FA43 17.5000E-017.5000E-011.0565E+00 0.000E+00
3GA443GA43 17.5000E-017.5000E-011.0565E+00 0.000E+00
3HA443HA43 17.5000E-017.5000E-011.0565E+00 0.000E+00
3IA443IA43 17.5000E-017.5000E-011.0565E+00 0.000E+00
02A5302A43 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA532AA43 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA532BA43 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA532CA43 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA532DA43 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA532EA43 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA532FA43 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA532GA43 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA532HA43 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA532IA43 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A5303A43 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA533AA43 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA533BA43 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA533CA43 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA533DA43 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA533EA43 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA533FA43 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA533GA43 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA533HA43 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA533IA43 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A5202A43 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA522AA43 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA522BA43 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA522CA43 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA522DA43 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA522EA43 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA522FA43 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA522GA43 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA522HA43 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA522IA43 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A5203A43 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA523AA43 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA523BA43 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA523CA43 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA523DA43 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA523EA43 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA523FA43 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA523GA43 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA523HA43 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA523IA43 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A5302A44 27.4998E-017.4998E-011.9722E+00 0.000E+00
2AA532AA44 27.4998E-017.4998E-011.9722E+00 0.000E+00
2BA532BA44 27.4998E-017.4998E-011.9722E+00 0.000E+00
2CA532CA44 27.4998E-017.4998E-011.9722E+00 0.000E+00
2DA532DA44 27.4998E-017.4998E-011.9722E+00 0.000E+00
2EA532EA44 27.4998E-017.4998E-011.9722E+00 0.000E+00
2FA532FA44 27.4998E-017.4998E-011.9722E+00 0.000E+00
2GA532GA44 27.4998E-017.4998E-011.9722E+00 0.000E+00
2HA532HA44 27.4998E-017.4998E-011.9722E+00 0.000E+00
2IA532IA44 27.4998E-017.4998E-011.9722E+00 0.000E+00
03A5303A44 27.4998E-017.4998E-011.9722E+00 0.000E+00
3AA533AA44 27.4998E-017.4998E-011.9722E+00 0.000E+00
3BA533BA44 27.4998E-017.4998E-011.9722E+00 0.000E+00
3CA533CA44 27.4998E-017.4998E-011.9722E+00 0.000E+00
3DA533DA44 27.4998E-017.4998E-011.9722E+00 0.000E+00
3EA533EA44 27.4998E-017.4998E-011.9722E+00 0.000E+00
3FA533FA44 27.4998E-017.4998E-011.9722E+00 0.000E+00
3GA533GA44 27.4998E-017.4998E-011.9722E+00 0.000E+00
3HA533HA44 27.4998E-017.4998E-011.9722E+00 0.000E+00
3IA533IA44 27.4998E-017.4998E-011.9722E+00 0.000E+00
02A4602A45 17.5000E-017.5000E-011.0565E+00 0.000E+00
2AA462AA45 17.5000E-017.5000E-011.0565E+00 0.000E+00
2BA462BA45 17.5000E-017.5000E-011.0565E+00 0.000E+00
2CA462CA45 17.5000E-017.5000E-011.0565E+00 0.000E+00
2DA462DA45 17.5000E-017.5000E-011.0565E+00 0.000E+00
2EA462EA45 17.5000E-017.5000E-011.0565E+00 0.000E+00
2FA462FA45 17.5000E-017.5000E-011.0565E+00 0.000E+00
2GA462GA45 17.5000E-017.5000E-011.0565E+00 0.000E+00
2HA462HA45 17.5000E-017.5000E-011.0565E+00 0.000E+00
2IA462IA45 17.5000E-017.5000E-011.0565E+00 0.000E+00
03A4603A45 17.5000E-017.5000E-011.0565E+00 0.000E+00
3AA463AA45 17.5000E-017.5000E-011.0565E+00 0.000E+00
3BA463BA45 17.5000E-017.5000E-011.0565E+00 0.000E+00
3CA463CA45 17.5000E-017.5000E-011.0565E+00 0.000E+00
3DA463DA45 17.5000E-017.5000E-011.0565E+00 0.000E+00
3EA463EA45 17.5000E-017.5000E-011.0565E+00 0.000E+00
3FA463FA45 17.5000E-017.5000E-011.0565E+00 0.000E+00
3GA463GA45 17.5000E-017.5000E-011.0565E+00 0.000E+00
3HA463HA45 17.5000E-017.5000E-011.0565E+00 0.000E+00
3IA463IA45 17.5000E-017.5000E-011.0565E+00 0.000E+00
02A5402A45 27.4998E-017.4998E-019.5697E-01 0.000E+00
2AA542AA45 27.4998E-017.4998E-019.5697E-01 0.000E+00
2BA542BA45 27.4998E-017.4998E-019.5697E-01 0.000E+00
2CA542CA45 27.4998E-017.4998E-019.5697E-01 0.000E+00
2DA542DA45 27.4998E-017.4998E-019.5697E-01 0.000E+00
2EA542EA45 27.4998E-017.4998E-019.5697E-01 0.000E+00
2FA542FA45 27.4998E-017.4998E-019.5697E-01 0.000E+00
2GA542GA45 27.4998E-017.4998E-019.5697E-01 0.000E+00
2HA542HA45 27.4998E-017.4998E-019.5697E-01 0.000E+00
2IA542IA45 27.4998E-017.4998E-019.5697E-01 0.000E+00
03A5403A45 27.4998E-017.4998E-019.5697E-01 0.000E+00
3AA543AA45 27.4998E-017.4998E-019.5697E-01 0.000E+00
3BA543BA45 27.4998E-017.4998E-019.5697E-01 0.000E+00
3CA543CA45 27.4998E-017.4998E-019.5697E-01 0.000E+00
3DA543DA45 27.4998E-017.4998E-019.5697E-01 0.000E+00
3EA543EA45 27.4998E-017.4998E-019.5697E-01 0.000E+00
3FA543FA45 27.4998E-017.4998E-019.5697E-01 0.000E+00
3GA543GA45 27.4998E-017.4998E-019.5697E-01 0.000E+00
3HA543HA45 27.4998E-017.4998E-019.5697E-01 0.000E+00
3IA543IA45 27.4998E-017.4998E-019.5697E-01 0.000E+00
02A4702A46 17.5000E-017.5000E-011.0565E+00 0.000E+00
2AA472AA46 17.5000E-017.5000E-011.0565E+00 0.000E+00
2BA472BA46 17.5000E-017.5000E-011.0565E+00 0.000E+00
2CA472CA46 17.5000E-017.5000E-011.0565E+00 0.000E+00
2DA472DA46 17.5000E-017.5000E-011.0565E+00 0.000E+00
2EA472EA46 17.5000E-017.5000E-011.0565E+00 0.000E+00
2FA472FA46 17.5000E-017.5000E-011.0565E+00 0.000E+00
2GA472GA46 17.5000E-017.5000E-011.0565E+00 0.000E+00
2HA472HA46 17.5000E-017.5000E-011.0565E+00 0.000E+00
2IA472IA46 17.5000E-017.5000E-011.0565E+00 0.000E+00
03A4703A46 17.5000E-017.5000E-011.0565E+00 0.000E+00
3AA473AA46 17.5000E-017.5000E-011.0565E+00 0.000E+00
3BA473BA46 17.5000E-017.5000E-011.0565E+00 0.000E+00
3CA473CA46 17.5000E-017.5000E-011.0565E+00 0.000E+00
3DA473DA46 17.5000E-017.5000E-011.0565E+00 0.000E+00
3EA473EA46 17.5000E-017.5000E-011.0565E+00 0.000E+00
3FA473FA46 17.5000E-017.5000E-011.0565E+00 0.000E+00
3GA473GA46 17.5000E-017.5000E-011.0565E+00 0.000E+00
3HA473HA46 17.5000E-017.5000E-011.0565E+00 0.000E+00
3IA473IA46 17.5000E-017.5000E-011.0565E+00 0.000E+00
02A5502A46 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA552AA46 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA552BA46 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA552CA46 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA552DA46 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA552EA46 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA552FA46 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA552GA46 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA552HA46 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA552IA46 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A5503A46 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA553AA46 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA553BA46 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA553CA46 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA553DA46 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA553EA46 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA553FA46 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA553GA46 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA553HA46 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA553IA46 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A5402A46 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA542AA46 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA542BA46 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA542CA46 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA542DA46 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA542EA46 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA542FA46 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA542GA46 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA542HA46 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA542IA46 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A5403A46 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA543AA46 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA543BA46 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA543CA46 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA543DA46 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA543EA46 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA543FA46 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA543GA46 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA543HA46 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA543IA46 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A4802A47 17.5000E-017.5000E-011.0565E+00 0.000E+00
2AA482AA47 17.5000E-017.5000E-011.0565E+00 0.000E+00
2BA482BA47 17.5000E-017.5000E-011.0565E+00 0.000E+00
2CA482CA47 17.5000E-017.5000E-011.0565E+00 0.000E+00
2DA482DA47 17.5000E-017.5000E-011.0565E+00 0.000E+00
2EA482EA47 17.5000E-017.5000E-011.0565E+00 0.000E+00
2FA482FA47 17.5000E-017.5000E-011.0565E+00 0.000E+00
2GA482GA47 17.5000E-017.5000E-011.0565E+00 0.000E+00
2HA482HA47 17.5000E-017.5000E-011.0565E+00 0.000E+00
2IA482IA47 17.5000E-017.5000E-011.0565E+00 0.000E+00
03A4803A47 17.5000E-017.5000E-011.0565E+00 0.000E+00
3AA483AA47 17.5000E-017.5000E-011.0565E+00 0.000E+00
3BA483BA47 17.5000E-017.5000E-011.0565E+00 0.000E+00
3CA483CA47 17.5000E-017.5000E-011.0565E+00 0.000E+00
3DA483DA47 17.5000E-017.5000E-011.0565E+00 0.000E+00
3EA483EA47 17.5000E-017.5000E-011.0565E+00 0.000E+00
3FA483FA47 17.5000E-017.5000E-011.0565E+00 0.000E+00
3GA483GA47 17.5000E-017.5000E-011.0565E+00 0.000E+00
3HA483HA47 17.5000E-017.5000E-011.0565E+00 0.000E+00
3IA483IA47 17.5000E-017.5000E-011.0565E+00 0.000E+00
02A5602A47 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA562AA47 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA562BA47 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA562CA47 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA562DA47 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA562EA47 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA562FA47 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA562GA47 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA562HA47 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA562IA47 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A5603A47 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA563AA47 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA563BA47 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA563CA47 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA563DA47 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA563EA47 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA563FA47 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA563GA47 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA563HA47 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA563IA47 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A5502A47 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA552AA47 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA552BA47 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA552CA47 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA552DA47 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA552EA47 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA552FA47 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA552GA47 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA552HA47 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA552IA47 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A5503A47 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA553AA47 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA553BA47 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA553CA47 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA553DA47 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA553EA47 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA553FA47 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA553GA47 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA553HA47 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA553IA47 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A4902A48 17.5000E-017.5000E-011.0565E+00 0.000E+00
2AA492AA48 17.5000E-017.5000E-011.0565E+00 0.000E+00
2BA492BA48 17.5000E-017.5000E-011.0565E+00 0.000E+00
2CA492CA48 17.5000E-017.5000E-011.0565E+00 0.000E+00
2DA492DA48 17.5000E-017.5000E-011.0565E+00 0.000E+00
2EA492EA48 17.5000E-017.5000E-011.0565E+00 0.000E+00
2FA492FA48 17.5000E-017.5000E-011.0565E+00 0.000E+00
2GA492GA48 17.5000E-017.5000E-011.0565E+00 0.000E+00
2HA492HA48 17.5000E-017.5000E-011.0565E+00 0.000E+00
2IA492IA48 17.5000E-017.5000E-011.0565E+00 0.000E+00
03A4903A48 17.5000E-017.5000E-011.0565E+00 0.000E+00
3AA493AA48 17.5000E-017.5000E-011.0565E+00 0.000E+00
3BA493BA48 17.5000E-017.5000E-011.0565E+00 0.000E+00
3CA493CA48 17.5000E-017.5000E-011.0565E+00 0.000E+00
3DA493DA48 17.5000E-017.5000E-011.0565E+00 0.000E+00
3EA493EA48 17.5000E-017.5000E-011.0565E+00 0.000E+00
3FA493FA48 17.5000E-017.5000E-011.0565E+00 0.000E+00
3GA493GA48 17.5000E-017.5000E-011.0565E+00 0.000E+00
3HA493HA48 17.5000E-017.5000E-011.0565E+00 0.000E+00
3IA493IA48 17.5000E-017.5000E-011.0565E+00 0.000E+00
02A5702A48 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA572AA48 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA572BA48 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA572CA48 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA572DA48 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA572EA48 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA572FA48 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA572GA48 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA572HA48 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA572IA48 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A5703A48 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA573AA48 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA573BA48 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA573CA48 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA573DA48 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA573EA48 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA573FA48 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA573GA48 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA573HA48 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA573IA48 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A5602A48 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA562AA48 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA562BA48 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA562CA48 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA562DA48 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA562EA48 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA562FA48 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA562GA48 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA562HA48 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA562IA48 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A5603A48 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA563AA48 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA563BA48 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA563CA48 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA563DA48 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA563EA48 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA563FA48 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA563GA48 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA563HA48 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA563IA48 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A5002A49 17.5000E-017.5000E-011.0565E+00 0.000E+00
2AA502AA49 17.5000E-017.5000E-011.0565E+00 0.000E+00
2BA502BA49 17.5000E-017.5000E-011.0565E+00 0.000E+00
2CA502CA49 17.5000E-017.5000E-011.0565E+00 0.000E+00
2DA502DA49 17.5000E-017.5000E-011.0565E+00 0.000E+00
2EA502EA49 17.5000E-017.5000E-011.0565E+00 0.000E+00
2FA502FA49 17.5000E-017.5000E-011.0565E+00 0.000E+00
2GA502GA49 17.5000E-017.5000E-011.0565E+00 0.000E+00
2HA502HA49 17.5000E-017.5000E-011.0565E+00 0.000E+00
2IA502IA49 17.5000E-017.5000E-011.0565E+00 0.000E+00
03A5003A49 17.5000E-017.5000E-011.0565E+00 0.000E+00
3AA503AA49 17.5000E-017.5000E-011.0565E+00 0.000E+00
3BA503BA49 17.5000E-017.5000E-011.0565E+00 0.000E+00
3CA503CA49 17.5000E-017.5000E-011.0565E+00 0.000E+00
3DA503DA49 17.5000E-017.5000E-011.0565E+00 0.000E+00
3EA503EA49 17.5000E-017.5000E-011.0565E+00 0.000E+00
3FA503FA49 17.5000E-017.5000E-011.0565E+00 0.000E+00
3GA503GA49 17.5000E-017.5000E-011.0565E+00 0.000E+00
3HA503HA49 17.5000E-017.5000E-011.0565E+00 0.000E+00
3IA503IA49 17.5000E-017.5000E-011.0565E+00 0.000E+00
02A5802A49 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA582AA49 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA582BA49 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA582CA49 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA582DA49 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA582EA49 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA582FA49 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA582GA49 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA582HA49 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA582IA49 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A5803A49 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA583AA49 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA583BA49 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA583CA49 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA583DA49 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA583EA49 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA583FA49 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA583GA49 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA583HA49 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA583IA49 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A5702A49 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA572AA49 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA572BA49 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA572CA49 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA572DA49 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA572EA49 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA572FA49 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA572GA49 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA572HA49 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA572IA49 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A5703A49 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA573AA49 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA573BA49 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA573CA49 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA573DA49 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA573EA49 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA573FA49 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA573GA49 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA573HA49 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA573IA49 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A5102A50 17.5000E-017.5000E-011.0565E+00 0.000E+00
2AA512AA50 17.5000E-017.5000E-011.0565E+00 0.000E+00
2BA512BA50 17.5000E-017.5000E-011.0565E+00 0.000E+00
2CA512CA50 17.5000E-017.5000E-011.0565E+00 0.000E+00
2DA512DA50 17.5000E-017.5000E-011.0565E+00 0.000E+00
2EA512EA50 17.5000E-017.5000E-011.0565E+00 0.000E+00
2FA512FA50 17.5000E-017.5000E-011.0565E+00 0.000E+00
2GA512GA50 17.5000E-017.5000E-011.0565E+00 0.000E+00
2HA512HA50 17.5000E-017.5000E-011.0565E+00 0.000E+00
2IA512IA50 17.5000E-017.5000E-011.0565E+00 0.000E+00
03A5103A50 17.5000E-017.5000E-011.0565E+00 0.000E+00
3AA513AA50 17.5000E-017.5000E-011.0565E+00 0.000E+00
3BA513BA50 17.5000E-017.5000E-011.0565E+00 0.000E+00
3CA513CA50 17.5000E-017.5000E-011.0565E+00 0.000E+00
3DA513DA50 17.5000E-017.5000E-011.0565E+00 0.000E+00
3EA513EA50 17.5000E-017.5000E-011.0565E+00 0.000E+00
3FA513FA50 17.5000E-017.5000E-011.0565E+00 0.000E+00
3GA513GA50 17.5000E-017.5000E-011.0565E+00 0.000E+00
3HA513HA50 17.5000E-017.5000E-011.0565E+00 0.000E+00
3IA513IA50 17.5000E-017.5000E-011.0565E+00 0.000E+00
02A5902A50 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA592AA50 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA592BA50 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA592CA50 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA592DA50 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA592EA50 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA592FA50 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA592GA50 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA592HA50 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA592IA50 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A5903A50 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA593AA50 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA593BA50 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA593CA50 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA593DA50 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA593EA50 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA593FA50 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA593GA50 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA593HA50 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA593IA50 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A5802A50 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA582AA50 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA582BA50 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA582CA50 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA582DA50 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA582EA50 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA582FA50 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA582GA50 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA582HA50 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA582IA50 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A5803A50 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA583AA50 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA583BA50 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA583CA50 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA583DA50 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA583EA50 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA583FA50 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA583GA50 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA583HA50 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA583IA50 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A5202A51 17.5000E-017.5000E-011.0565E+00 0.000E+00
2AA522AA51 17.5000E-017.5000E-011.0565E+00 0.000E+00
2BA522BA51 17.5000E-017.5000E-011.0565E+00 0.000E+00
2CA522CA51 17.5000E-017.5000E-011.0565E+00 0.000E+00
2DA522DA51 17.5000E-017.5000E-011.0565E+00 0.000E+00
2EA522EA51 17.5000E-017.5000E-011.0565E+00 0.000E+00
2FA522FA51 17.5000E-017.5000E-011.0565E+00 0.000E+00
2GA522GA51 17.5000E-017.5000E-011.0565E+00 0.000E+00
2HA522HA51 17.5000E-017.5000E-011.0565E+00 0.000E+00
2IA522IA51 17.5000E-017.5000E-011.0565E+00 0.000E+00
03A5203A51 17.5000E-017.5000E-011.0565E+00 0.000E+00
3AA523AA51 17.5000E-017.5000E-011.0565E+00 0.000E+00
3BA523BA51 17.5000E-017.5000E-011.0565E+00 0.000E+00
3CA523CA51 17.5000E-017.5000E-011.0565E+00 0.000E+00
3DA523DA51 17.5000E-017.5000E-011.0565E+00 0.000E+00
3EA523EA51 17.5000E-017.5000E-011.0565E+00 0.000E+00
3FA523FA51 17.5000E-017.5000E-011.0565E+00 0.000E+00
3GA523GA51 17.5000E-017.5000E-011.0565E+00 0.000E+00
3HA523HA51 17.5000E-017.5000E-011.0565E+00 0.000E+00
3IA523IA51 17.5000E-017.5000E-011.0565E+00 0.000E+00
02A6002A51 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA602AA51 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA602BA51 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA602CA51 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA602DA51 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA602EA51 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA602FA51 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA602GA51 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA602HA51 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA602IA51 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A6003A51 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA603AA51 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA603BA51 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA603CA51 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA603DA51 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA603EA51 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA603FA51 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA603GA51 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA603HA51 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA603IA51 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A5902A51 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA592AA51 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA592BA51 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA592CA51 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA592DA51 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA592EA51 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA592FA51 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA592GA51 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA592HA51 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA592IA51 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A5903A51 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA593AA51 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA593BA51 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA593CA51 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA593DA51 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA593EA51 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA593FA51 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA593GA51 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA593HA51 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA593IA51 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A5302A52 17.5000E-017.5000E-011.0565E+00 0.000E+00
2AA532AA52 17.5000E-017.5000E-011.0565E+00 0.000E+00
2BA532BA52 17.5000E-017.5000E-011.0565E+00 0.000E+00
2CA532CA52 17.5000E-017.5000E-011.0565E+00 0.000E+00
2DA532DA52 17.5000E-017.5000E-011.0565E+00 0.000E+00
2EA532EA52 17.5000E-017.5000E-011.0565E+00 0.000E+00
2FA532FA52 17.5000E-017.5000E-011.0565E+00 0.000E+00
2GA532GA52 17.5000E-017.5000E-011.0565E+00 0.000E+00
2HA532HA52 17.5000E-017.5000E-011.0565E+00 0.000E+00
2IA532IA52 17.5000E-017.5000E-011.0565E+00 0.000E+00
03A5303A52 17.5000E-017.5000E-011.0565E+00 0.000E+00
3AA533AA52 17.5000E-017.5000E-011.0565E+00 0.000E+00
3BA533BA52 17.5000E-017.5000E-011.0565E+00 0.000E+00
3CA533CA52 17.5000E-017.5000E-011.0565E+00 0.000E+00
3DA533DA52 17.5000E-017.5000E-011.0565E+00 0.000E+00
3EA533EA52 17.5000E-017.5000E-011.0565E+00 0.000E+00
3FA533FA52 17.5000E-017.5000E-011.0565E+00 0.000E+00
3GA533GA52 17.5000E-017.5000E-011.0565E+00 0.000E+00
3HA533HA52 17.5000E-017.5000E-011.0565E+00 0.000E+00
3IA533IA52 17.5000E-017.5000E-011.0565E+00 0.000E+00
02A6102A52 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA612AA52 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA612BA52 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA612CA52 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA612DA52 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA612EA52 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA612FA52 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA612GA52 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA612HA52 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA612IA52 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A6103A52 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA613AA52 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA613BA52 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA613CA52 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA613DA52 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA613EA52 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA613FA52 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA613GA52 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA613HA52 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA613IA52 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A6002A52 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA602AA52 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA602BA52 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA602CA52 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA602DA52 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA602EA52 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA602FA52 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA602GA52 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA602HA52 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA602IA52 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A6003A52 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA603AA52 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA603BA52 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA603CA52 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA603DA52 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA603EA52 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA603FA52 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA603GA52 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA603HA52 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA603IA52 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A6202A53 27.4998E-017.4998E-011.9722E+00 0.000E+00
2AA622AA53 27.4998E-017.4998E-011.9722E+00 0.000E+00
2BA622BA53 27.4998E-017.4998E-011.9722E+00 0.000E+00
2CA622CA53 27.4998E-017.4998E-011.9722E+00 0.000E+00
2DA622DA53 27.4998E-017.4998E-011.9722E+00 0.000E+00
2EA622EA53 27.4998E-017.4998E-011.9722E+00 0.000E+00
2FA622FA53 27.4998E-017.4998E-011.9722E+00 0.000E+00
2GA622GA53 27.4998E-017.4998E-011.9722E+00 0.000E+00
2HA622HA53 27.4998E-017.4998E-011.9722E+00 0.000E+00
2IA622IA53 27.4998E-017.4998E-011.9722E+00 0.000E+00
03A6203A53 27.4998E-017.4998E-011.9722E+00 0.000E+00
3AA623AA53 27.4998E-017.4998E-011.9722E+00 0.000E+00
3BA623BA53 27.4998E-017.4998E-011.9722E+00 0.000E+00
3CA623CA53 27.4998E-017.4998E-011.9722E+00 0.000E+00
3DA623DA53 27.4998E-017.4998E-011.9722E+00 0.000E+00
3EA623EA53 27.4998E-017.4998E-011.9722E+00 0.000E+00
3FA623FA53 27.4998E-017.4998E-011.9722E+00 0.000E+00
3GA623GA53 27.4998E-017.4998E-011.9722E+00 0.000E+00
3HA623HA53 27.4998E-017.4998E-011.9722E+00 0.000E+00
3IA623IA53 27.4998E-017.4998E-011.9722E+00 0.000E+00
02A6102A53 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA612AA53 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA612BA53 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA612CA53 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA612DA53 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA612EA53 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA612FA53 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA612GA53 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA612HA53 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA612IA53 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A6103A53 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA613AA53 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA613BA53 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA613CA53 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA613DA53 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA613EA53 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA613FA53 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA613GA53 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA613HA53 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA613IA53 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A5502A54 17.5000E-017.5000E-011.6940E+00 0.000E+00
2AA552AA54 17.5000E-017.5000E-011.6940E+00 0.000E+00
2BA552BA54 17.5000E-017.5000E-011.6940E+00 0.000E+00
2CA552CA54 17.5000E-017.5000E-011.6940E+00 0.000E+00
2DA552DA54 17.5000E-017.5000E-011.6940E+00 0.000E+00
2EA552EA54 17.5000E-017.5000E-011.6940E+00 0.000E+00
2FA552FA54 17.5000E-017.5000E-011.6940E+00 0.000E+00
2GA552GA54 17.5000E-017.5000E-011.6940E+00 0.000E+00
2HA552HA54 17.5000E-017.5000E-011.6940E+00 0.000E+00
2IA552IA54 17.5000E-017.5000E-011.6940E+00 0.000E+00
03A5503A54 17.5000E-017.5000E-011.6940E+00 0.000E+00
3AA553AA54 17.5000E-017.5000E-011.6940E+00 0.000E+00
3BA553BA54 17.5000E-017.5000E-011.6940E+00 0.000E+00
3CA553CA54 17.5000E-017.5000E-011.6940E+00 0.000E+00
3DA553DA54 17.5000E-017.5000E-011.6940E+00 0.000E+00
3EA553EA54 17.5000E-017.5000E-011.6940E+00 0.000E+00
3FA553FA54 17.5000E-017.5000E-011.6940E+00 0.000E+00
3GA553GA54 17.5000E-017.5000E-011.6940E+00 0.000E+00
3HA553HA54 17.5000E-017.5000E-011.6940E+00 0.000E+00
3IA553IA54 17.5000E-017.5000E-011.6940E+00 0.000E+00
02A5602A55 17.5000E-017.5000E-011.0565E+00 0.000E+00
2AA562AA55 17.5000E-017.5000E-011.0565E+00 0.000E+00
2BA562BA55 17.5000E-017.5000E-011.0565E+00 0.000E+00
2CA562CA55 17.5000E-017.5000E-011.0565E+00 0.000E+00
2DA562DA55 17.5000E-017.5000E-011.0565E+00 0.000E+00
2EA562EA55 17.5000E-017.5000E-011.0565E+00 0.000E+00
2FA562FA55 17.5000E-017.5000E-011.0565E+00 0.000E+00
2GA562GA55 17.5000E-017.5000E-011.0565E+00 0.000E+00
2HA562HA55 17.5000E-017.5000E-011.0565E+00 0.000E+00
2IA562IA55 17.5000E-017.5000E-011.0565E+00 0.000E+00
03A5603A55 17.5000E-017.5000E-011.0565E+00 0.000E+00
3AA563AA55 17.5000E-017.5000E-011.0565E+00 0.000E+00
3BA563BA55 17.5000E-017.5000E-011.0565E+00 0.000E+00
3CA563CA55 17.5000E-017.5000E-011.0565E+00 0.000E+00
3DA563DA55 17.5000E-017.5000E-011.0565E+00 0.000E+00
3EA563EA55 17.5000E-017.5000E-011.0565E+00 0.000E+00
3FA563FA55 17.5000E-017.5000E-011.0565E+00 0.000E+00
3GA563GA55 17.5000E-017.5000E-011.0565E+00 0.000E+00
3HA563HA55 17.5000E-017.5000E-011.0565E+00 0.000E+00
3IA563IA55 17.5000E-017.5000E-011.0565E+00 0.000E+00
02A6302A55 27.4998E-017.4998E-011.8063E+00 0.000E+00
2AA632AA55 27.4998E-017.4998E-011.8063E+00 0.000E+00
2BA632BA55 27.4998E-017.4998E-011.8063E+00 0.000E+00
2CA632CA55 27.4998E-017.4998E-011.8063E+00 0.000E+00
2DA632DA55 27.4998E-017.4998E-011.8063E+00 0.000E+00
2EA632EA55 27.4998E-017.4998E-011.8063E+00 0.000E+00
2FA632FA55 27.4998E-017.4998E-011.8063E+00 0.000E+00
2GA632GA55 27.4998E-017.4998E-011.8063E+00 0.000E+00
2HA632HA55 27.4998E-017.4998E-011.8063E+00 0.000E+00
2IA632IA55 27.4998E-017.4998E-011.8063E+00 0.000E+00
03A6303A55 27.4998E-017.4998E-011.8063E+00 0.000E+00
3AA633AA55 27.4998E-017.4998E-011.8063E+00 0.000E+00
3BA633BA55 27.4998E-017.4998E-011.8063E+00 0.000E+00
3CA633CA55 27.4998E-017.4998E-011.8063E+00 0.000E+00
3DA633DA55 27.4998E-017.4998E-011.8063E+00 0.000E+00
3EA633EA55 27.4998E-017.4998E-011.8063E+00 0.000E+00
3FA633FA55 27.4998E-017.4998E-011.8063E+00 0.000E+00
3GA633GA55 27.4998E-017.4998E-011.8063E+00 0.000E+00
3HA633HA55 27.4998E-017.4998E-011.8063E+00 0.000E+00
3IA633IA55 27.4998E-017.4998E-011.8063E+00 0.000E+00
02A5702A56 17.5000E-017.5000E-011.0565E+00 0.000E+00
2AA572AA56 17.5000E-017.5000E-011.0565E+00 0.000E+00
2BA572BA56 17.5000E-017.5000E-011.0565E+00 0.000E+00
2CA572CA56 17.5000E-017.5000E-011.0565E+00 0.000E+00
2DA572DA56 17.5000E-017.5000E-011.0565E+00 0.000E+00
2EA572EA56 17.5000E-017.5000E-011.0565E+00 0.000E+00
2FA572FA56 17.5000E-017.5000E-011.0565E+00 0.000E+00
2GA572GA56 17.5000E-017.5000E-011.0565E+00 0.000E+00
2HA572HA56 17.5000E-017.5000E-011.0565E+00 0.000E+00
2IA572IA56 17.5000E-017.5000E-011.0565E+00 0.000E+00
03A5703A56 17.5000E-017.5000E-011.0565E+00 0.000E+00
3AA573AA56 17.5000E-017.5000E-011.0565E+00 0.000E+00
3BA573BA56 17.5000E-017.5000E-011.0565E+00 0.000E+00
3CA573CA56 17.5000E-017.5000E-011.0565E+00 0.000E+00
3DA573DA56 17.5000E-017.5000E-011.0565E+00 0.000E+00
3EA573EA56 17.5000E-017.5000E-011.0565E+00 0.000E+00
3FA573FA56 17.5000E-017.5000E-011.0565E+00 0.000E+00
3GA573GA56 17.5000E-017.5000E-011.0565E+00 0.000E+00
3HA573HA56 17.5000E-017.5000E-011.0565E+00 0.000E+00
3IA573IA56 17.5000E-017.5000E-011.0565E+00 0.000E+00
02A6402A56 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA642AA56 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA642BA56 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA642CA56 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA642DA56 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA642EA56 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA642FA56 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA642GA56 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA642HA56 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA642IA56 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A6403A56 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA643AA56 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA643BA56 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA643CA56 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA643DA56 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA643EA56 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA643FA56 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA643GA56 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA643HA56 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA643IA56 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A6302A56 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA632AA56 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA632BA56 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA632CA56 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA632DA56 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA632EA56 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA632FA56 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA632GA56 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA632HA56 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA632IA56 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A6303A56 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA633AA56 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA633BA56 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA633CA56 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA633DA56 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA633EA56 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA633FA56 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA633GA56 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA633HA56 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA633IA56 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A5802A57 17.5000E-017.5000E-011.0565E+00 0.000E+00
2AA582AA57 17.5000E-017.5000E-011.0565E+00 0.000E+00
2BA582BA57 17.5000E-017.5000E-011.0565E+00 0.000E+00
2CA582CA57 17.5000E-017.5000E-011.0565E+00 0.000E+00
2DA582DA57 17.5000E-017.5000E-011.0565E+00 0.000E+00
2EA582EA57 17.5000E-017.5000E-011.0565E+00 0.000E+00
2FA582FA57 17.5000E-017.5000E-011.0565E+00 0.000E+00
2GA582GA57 17.5000E-017.5000E-011.0565E+00 0.000E+00
2HA582HA57 17.5000E-017.5000E-011.0565E+00 0.000E+00
2IA582IA57 17.5000E-017.5000E-011.0565E+00 0.000E+00
03A5803A57 17.5000E-017.5000E-011.0565E+00 0.000E+00
3AA583AA57 17.5000E-017.5000E-011.0565E+00 0.000E+00
3BA583BA57 17.5000E-017.5000E-011.0565E+00 0.000E+00
3CA583CA57 17.5000E-017.5000E-011.0565E+00 0.000E+00
3DA583DA57 17.5000E-017.5000E-011.0565E+00 0.000E+00
3EA583EA57 17.5000E-017.5000E-011.0565E+00 0.000E+00
3FA583FA57 17.5000E-017.5000E-011.0565E+00 0.000E+00
3GA583GA57 17.5000E-017.5000E-011.0565E+00 0.000E+00
3HA583HA57 17.5000E-017.5000E-011.0565E+00 0.000E+00
3IA583IA57 17.5000E-017.5000E-011.0565E+00 0.000E+00
02A6502A57 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA652AA57 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA652BA57 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA652CA57 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA652DA57 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA652EA57 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA652FA57 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA652GA57 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA652HA57 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA652IA57 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A6503A57 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA653AA57 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA653BA57 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA653CA57 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA653DA57 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA653EA57 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA653FA57 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA653GA57 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA653HA57 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA653IA57 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A6402A57 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA642AA57 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA642BA57 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA642CA57 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA642DA57 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA642EA57 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA642FA57 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA642GA57 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA642HA57 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA642IA57 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A6403A57 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA643AA57 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA643BA57 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA643CA57 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA643DA57 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA643EA57 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA643FA57 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA643GA57 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA643HA57 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA643IA57 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A5902A58 17.5000E-017.5000E-011.0565E+00 0.000E+00
2AA592AA58 17.5000E-017.5000E-011.0565E+00 0.000E+00
2BA592BA58 17.5000E-017.5000E-011.0565E+00 0.000E+00
2CA592CA58 17.5000E-017.5000E-011.0565E+00 0.000E+00
2DA592DA58 17.5000E-017.5000E-011.0565E+00 0.000E+00
2EA592EA58 17.5000E-017.5000E-011.0565E+00 0.000E+00
2FA592FA58 17.5000E-017.5000E-011.0565E+00 0.000E+00
2GA592GA58 17.5000E-017.5000E-011.0565E+00 0.000E+00
2HA592HA58 17.5000E-017.5000E-011.0565E+00 0.000E+00
2IA592IA58 17.5000E-017.5000E-011.0565E+00 0.000E+00
03A5903A58 17.5000E-017.5000E-011.0565E+00 0.000E+00
3AA593AA58 17.5000E-017.5000E-011.0565E+00 0.000E+00
3BA593BA58 17.5000E-017.5000E-011.0565E+00 0.000E+00
3CA593CA58 17.5000E-017.5000E-011.0565E+00 0.000E+00
3DA593DA58 17.5000E-017.5000E-011.0565E+00 0.000E+00
3EA593EA58 17.5000E-017.5000E-011.0565E+00 0.000E+00
3FA593FA58 17.5000E-017.5000E-011.0565E+00 0.000E+00
3GA593GA58 17.5000E-017.5000E-011.0565E+00 0.000E+00
3HA593HA58 17.5000E-017.5000E-011.0565E+00 0.000E+00
3IA593IA58 17.5000E-017.5000E-011.0565E+00 0.000E+00
02A6602A58 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA662AA58 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA662BA58 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA662CA58 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA662DA58 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA662EA58 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA662FA58 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA662GA58 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA662HA58 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA662IA58 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A6603A58 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA663AA58 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA663BA58 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA663CA58 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA663DA58 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA663EA58 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA663FA58 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA663GA58 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA663HA58 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA663IA58 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A6502A58 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA652AA58 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA652BA58 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA652CA58 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA652DA58 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA652EA58 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA652FA58 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA652GA58 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA652HA58 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA652IA58 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A6503A58 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA653AA58 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA653BA58 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA653CA58 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA653DA58 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA653EA58 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA653FA58 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA653GA58 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA653HA58 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA653IA58 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A6002A59 17.5000E-017.5000E-011.0565E+00 0.000E+00
2AA602AA59 17.5000E-017.5000E-011.0565E+00 0.000E+00
2BA602BA59 17.5000E-017.5000E-011.0565E+00 0.000E+00
2CA602CA59 17.5000E-017.5000E-011.0565E+00 0.000E+00
2DA602DA59 17.5000E-017.5000E-011.0565E+00 0.000E+00
2EA602EA59 17.5000E-017.5000E-011.0565E+00 0.000E+00
2FA602FA59 17.5000E-017.5000E-011.0565E+00 0.000E+00
2GA602GA59 17.5000E-017.5000E-011.0565E+00 0.000E+00
2HA602HA59 17.5000E-017.5000E-011.0565E+00 0.000E+00
2IA602IA59 17.5000E-017.5000E-011.0565E+00 0.000E+00
03A6003A59 17.5000E-017.5000E-011.0565E+00 0.000E+00
3AA603AA59 17.5000E-017.5000E-011.0565E+00 0.000E+00
3BA603BA59 17.5000E-017.5000E-011.0565E+00 0.000E+00
3CA603CA59 17.5000E-017.5000E-011.0565E+00 0.000E+00
3DA603DA59 17.5000E-017.5000E-011.0565E+00 0.000E+00
3EA603EA59 17.5000E-017.5000E-011.0565E+00 0.000E+00
3FA603FA59 17.5000E-017.5000E-011.0565E+00 0.000E+00
3GA603GA59 17.5000E-017.5000E-011.0565E+00 0.000E+00
3HA603HA59 17.5000E-017.5000E-011.0565E+00 0.000E+00
3IA603IA59 17.5000E-017.5000E-011.0565E+00 0.000E+00
02A6702A59 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA672AA59 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA672BA59 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA672CA59 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA672DA59 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA672EA59 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA672FA59 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA672GA59 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA672HA59 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA672IA59 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A6703A59 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA673AA59 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA673BA59 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA673CA59 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA673DA59 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA673EA59 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA673FA59 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA673GA59 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA673HA59 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA673IA59 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A6602A59 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA662AA59 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA662BA59 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA662CA59 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA662DA59 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA662EA59 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA662FA59 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA662GA59 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA662HA59 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA662IA59 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A6603A59 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA663AA59 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA663BA59 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA663CA59 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA663DA59 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA663EA59 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA663FA59 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA663GA59 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA663HA59 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA663IA59 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A6102A60 17.5000E-017.5000E-011.0565E+00 0.000E+00
2AA612AA60 17.5000E-017.5000E-011.0565E+00 0.000E+00
2BA612BA60 17.5000E-017.5000E-011.0565E+00 0.000E+00
2CA612CA60 17.5000E-017.5000E-011.0565E+00 0.000E+00
2DA612DA60 17.5000E-017.5000E-011.0565E+00 0.000E+00
2EA612EA60 17.5000E-017.5000E-011.0565E+00 0.000E+00
2FA612FA60 17.5000E-017.5000E-011.0565E+00 0.000E+00
2GA612GA60 17.5000E-017.5000E-011.0565E+00 0.000E+00
2HA612HA60 17.5000E-017.5000E-011.0565E+00 0.000E+00
2IA612IA60 17.5000E-017.5000E-011.0565E+00 0.000E+00
03A6103A60 17.5000E-017.5000E-011.0565E+00 0.000E+00
3AA613AA60 17.5000E-017.5000E-011.0565E+00 0.000E+00
3BA613BA60 17.5000E-017.5000E-011.0565E+00 0.000E+00
3CA613CA60 17.5000E-017.5000E-011.0565E+00 0.000E+00
3DA613DA60 17.5000E-017.5000E-011.0565E+00 0.000E+00
3EA613EA60 17.5000E-017.5000E-011.0565E+00 0.000E+00
3FA613FA60 17.5000E-017.5000E-011.0565E+00 0.000E+00
3GA613GA60 17.5000E-017.5000E-011.0565E+00 0.000E+00
3HA613HA60 17.5000E-017.5000E-011.0565E+00 0.000E+00
3IA613IA60 17.5000E-017.5000E-011.0565E+00 0.000E+00
02A6802A60 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA682AA60 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA682BA60 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA682CA60 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA682DA60 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA682EA60 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA682FA60 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA682GA60 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA682HA60 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA682IA60 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A6803A60 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA683AA60 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA683BA60 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA683CA60 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA683DA60 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA683EA60 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA683FA60 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA683GA60 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA683HA60 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA683IA60 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A6702A60 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA672AA60 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA672BA60 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA672CA60 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA672DA60 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA672EA60 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA672FA60 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA672GA60 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA672HA60 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA672IA60 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A6703A60 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA673AA60 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA673BA60 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA673CA60 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA673DA60 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA673EA60 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA673FA60 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA673GA60 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA673HA60 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA673IA60 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A6202A61 17.5000E-017.5000E-011.0565E+00 0.000E+00
2AA622AA61 17.5000E-017.5000E-011.0565E+00 0.000E+00
2BA622BA61 17.5000E-017.5000E-011.0565E+00 0.000E+00
2CA622CA61 17.5000E-017.5000E-011.0565E+00 0.000E+00
2DA622DA61 17.5000E-017.5000E-011.0565E+00 0.000E+00
2EA622EA61 17.5000E-017.5000E-011.0565E+00 0.000E+00
2FA622FA61 17.5000E-017.5000E-011.0565E+00 0.000E+00
2GA622GA61 17.5000E-017.5000E-011.0565E+00 0.000E+00
2HA622HA61 17.5000E-017.5000E-011.0565E+00 0.000E+00
2IA622IA61 17.5000E-017.5000E-011.0565E+00 0.000E+00
03A6203A61 17.5000E-017.5000E-011.0565E+00 0.000E+00
3AA623AA61 17.5000E-017.5000E-011.0565E+00 0.000E+00
3BA623BA61 17.5000E-017.5000E-011.0565E+00 0.000E+00
3CA623CA61 17.5000E-017.5000E-011.0565E+00 0.000E+00
3DA623DA61 17.5000E-017.5000E-011.0565E+00 0.000E+00
3EA623EA61 17.5000E-017.5000E-011.0565E+00 0.000E+00
3FA623FA61 17.5000E-017.5000E-011.0565E+00 0.000E+00
3GA623GA61 17.5000E-017.5000E-011.0565E+00 0.000E+00
3HA623HA61 17.5000E-017.5000E-011.0565E+00 0.000E+00
3IA623IA61 17.5000E-017.5000E-011.0565E+00 0.000E+00
02A6902A61 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA692AA61 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA692BA61 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA692CA61 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA692DA61 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA692EA61 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA692FA61 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA692GA61 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA692HA61 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA692IA61 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A6903A61 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA693AA61 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA693BA61 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA693CA61 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA693DA61 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA693EA61 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA693FA61 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA693GA61 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA693HA61 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA693IA61 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A6802A61 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA682AA61 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA682BA61 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA682CA61 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA682DA61 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA682EA61 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA682FA61 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA682GA61 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA682HA61 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA682IA61 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A6803A61 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA683AA61 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA683BA61 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA683CA61 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA683DA61 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA683EA61 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA683FA61 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA683GA61 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA683HA61 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA683IA61 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A6902A62 27.4998E-017.4998E-011.9722E+00 0.000E+00
2AA692AA62 27.4998E-017.4998E-011.9722E+00 0.000E+00
2BA692BA62 27.4998E-017.4998E-011.9722E+00 0.000E+00
2CA692CA62 27.4998E-017.4998E-011.9722E+00 0.000E+00
2DA692DA62 27.4998E-017.4998E-011.9722E+00 0.000E+00
2EA692EA62 27.4998E-017.4998E-011.9722E+00 0.000E+00
2FA692FA62 27.4998E-017.4998E-011.9722E+00 0.000E+00
2GA692GA62 27.4998E-017.4998E-011.9722E+00 0.000E+00
2HA692HA62 27.4998E-017.4998E-011.9722E+00 0.000E+00
2IA692IA62 27.4998E-017.4998E-011.9722E+00 0.000E+00
03A6903A62 27.4998E-017.4998E-011.9722E+00 0.000E+00
3AA693AA62 27.4998E-017.4998E-011.9722E+00 0.000E+00
3BA693BA62 27.4998E-017.4998E-011.9722E+00 0.000E+00
3CA693CA62 27.4998E-017.4998E-011.9722E+00 0.000E+00
3DA693DA62 27.4998E-017.4998E-011.9722E+00 0.000E+00
3EA693EA62 27.4998E-017.4998E-011.9722E+00 0.000E+00
3FA693FA62 27.4998E-017.4998E-011.9722E+00 0.000E+00
3GA693GA62 27.4998E-017.4998E-011.9722E+00 0.000E+00
3HA693HA62 27.4998E-017.4998E-011.9722E+00 0.000E+00
3IA693IA62 27.4998E-017.4998E-011.9722E+00 0.000E+00
02A6402A63 17.5000E-017.5000E-011.0565E+00 0.000E+00
2AA642AA63 17.5000E-017.5000E-011.0565E+00 0.000E+00
2BA642BA63 17.5000E-017.5000E-011.0565E+00 0.000E+00
2CA642CA63 17.5000E-017.5000E-011.0565E+00 0.000E+00
2DA642DA63 17.5000E-017.5000E-011.0565E+00 0.000E+00
2EA642EA63 17.5000E-017.5000E-011.0565E+00 0.000E+00
2FA642FA63 17.5000E-017.5000E-011.0565E+00 0.000E+00
2GA642GA63 17.5000E-017.5000E-011.0565E+00 0.000E+00
2HA642HA63 17.5000E-017.5000E-011.0565E+00 0.000E+00
2IA642IA63 17.5000E-017.5000E-011.0565E+00 0.000E+00
03A6403A63 17.5000E-017.5000E-011.0565E+00 0.000E+00
3AA643AA63 17.5000E-017.5000E-011.0565E+00 0.000E+00
3BA643BA63 17.5000E-017.5000E-011.0565E+00 0.000E+00
3CA643CA63 17.5000E-017.5000E-011.0565E+00 0.000E+00
3DA643DA63 17.5000E-017.5000E-011.0565E+00 0.000E+00
3EA643EA63 17.5000E-017.5000E-011.0565E+00 0.000E+00
3FA643FA63 17.5000E-017.5000E-011.0565E+00 0.000E+00
3GA643GA63 17.5000E-017.5000E-011.0565E+00 0.000E+00
3HA643HA63 17.5000E-017.5000E-011.0565E+00 0.000E+00
3IA643IA63 17.5000E-017.5000E-011.0565E+00 0.000E+00
02A7002A63 27.4998E-017.4998E-011.3160E+00 0.000E+00
2AA702AA63 27.4998E-017.4998E-011.3160E+00 0.000E+00
2BA702BA63 27.4998E-017.4998E-011.3160E+00 0.000E+00
2CA702CA63 27.4998E-017.4998E-011.3160E+00 0.000E+00
2DA702DA63 27.4998E-017.4998E-011.3160E+00 0.000E+00
2EA702EA63 27.4998E-017.4998E-011.3160E+00 0.000E+00
2FA702FA63 27.4998E-017.4998E-011.3160E+00 0.000E+00
2GA702GA63 27.4998E-017.4998E-011.3160E+00 0.000E+00
2HA702HA63 27.4998E-017.4998E-011.3160E+00 0.000E+00
2IA702IA63 27.4998E-017.4998E-011.3160E+00 0.000E+00
03A7003A63 27.4998E-017.4998E-011.3160E+00 0.000E+00
3AA703AA63 27.4998E-017.4998E-011.3160E+00 0.000E+00
3BA703BA63 27.4998E-017.4998E-011.3160E+00 0.000E+00
3CA703CA63 27.4998E-017.4998E-011.3160E+00 0.000E+00
3DA703DA63 27.4998E-017.4998E-011.3160E+00 0.000E+00
3EA703EA63 27.4998E-017.4998E-011.3160E+00 0.000E+00
3FA703FA63 27.4998E-017.4998E-011.3160E+00 0.000E+00
3GA703GA63 27.4998E-017.4998E-011.3160E+00 0.000E+00
3HA703HA63 27.4998E-017.4998E-011.3160E+00 0.000E+00
3IA703IA63 27.4998E-017.4998E-011.3160E+00 0.000E+00
02A6502A64 17.5000E-017.5000E-011.0565E+00 0.000E+00
2AA652AA64 17.5000E-017.5000E-011.0565E+00 0.000E+00
2BA652BA64 17.5000E-017.5000E-011.0565E+00 0.000E+00
2CA652CA64 17.5000E-017.5000E-011.0565E+00 0.000E+00
2DA652DA64 17.5000E-017.5000E-011.0565E+00 0.000E+00
2EA652EA64 17.5000E-017.5000E-011.0565E+00 0.000E+00
2FA652FA64 17.5000E-017.5000E-011.0565E+00 0.000E+00
2GA652GA64 17.5000E-017.5000E-011.0565E+00 0.000E+00
2HA652HA64 17.5000E-017.5000E-011.0565E+00 0.000E+00
2IA652IA64 17.5000E-017.5000E-011.0565E+00 0.000E+00
03A6503A64 17.5000E-017.5000E-011.0565E+00 0.000E+00
3AA653AA64 17.5000E-017.5000E-011.0565E+00 0.000E+00
3BA653BA64 17.5000E-017.5000E-011.0565E+00 0.000E+00
3CA653CA64 17.5000E-017.5000E-011.0565E+00 0.000E+00
3DA653DA64 17.5000E-017.5000E-011.0565E+00 0.000E+00
3EA653EA64 17.5000E-017.5000E-011.0565E+00 0.000E+00
3FA653FA64 17.5000E-017.5000E-011.0565E+00 0.000E+00
3GA653GA64 17.5000E-017.5000E-011.0565E+00 0.000E+00
3HA653HA64 17.5000E-017.5000E-011.0565E+00 0.000E+00
3IA653IA64 17.5000E-017.5000E-011.0565E+00 0.000E+00
02A7102A64 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA712AA64 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA712BA64 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA712CA64 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA712DA64 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA712EA64 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA712FA64 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA712GA64 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA712HA64 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA712IA64 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A7103A64 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA713AA64 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA713BA64 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA713CA64 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA713DA64 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA713EA64 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA713FA64 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA713GA64 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA713HA64 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA713IA64 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A7002A64 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA702AA64 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA702BA64 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA702CA64 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA702DA64 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA702EA64 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA702FA64 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA702GA64 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA702HA64 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA702IA64 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A7003A64 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA703AA64 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA703BA64 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA703CA64 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA703DA64 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA703EA64 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA703FA64 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA703GA64 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA703HA64 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA703IA64 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A6602A65 17.5000E-017.5000E-011.0565E+00 0.000E+00
2AA662AA65 17.5000E-017.5000E-011.0565E+00 0.000E+00
2BA662BA65 17.5000E-017.5000E-011.0565E+00 0.000E+00
2CA662CA65 17.5000E-017.5000E-011.0565E+00 0.000E+00
2DA662DA65 17.5000E-017.5000E-011.0565E+00 0.000E+00
2EA662EA65 17.5000E-017.5000E-011.0565E+00 0.000E+00
2FA662FA65 17.5000E-017.5000E-011.0565E+00 0.000E+00
2GA662GA65 17.5000E-017.5000E-011.0565E+00 0.000E+00
2HA662HA65 17.5000E-017.5000E-011.0565E+00 0.000E+00
2IA662IA65 17.5000E-017.5000E-011.0565E+00 0.000E+00
03A6603A65 17.5000E-017.5000E-011.0565E+00 0.000E+00
3AA663AA65 17.5000E-017.5000E-011.0565E+00 0.000E+00
3BA663BA65 17.5000E-017.5000E-011.0565E+00 0.000E+00
3CA663CA65 17.5000E-017.5000E-011.0565E+00 0.000E+00
3DA663DA65 17.5000E-017.5000E-011.0565E+00 0.000E+00
3EA663EA65 17.5000E-017.5000E-011.0565E+00 0.000E+00
3FA663FA65 17.5000E-017.5000E-011.0565E+00 0.000E+00
3GA663GA65 17.5000E-017.5000E-011.0565E+00 0.000E+00
3HA663HA65 17.5000E-017.5000E-011.0565E+00 0.000E+00
3IA663IA65 17.5000E-017.5000E-011.0565E+00 0.000E+00
02A7202A65 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA722AA65 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA722BA65 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA722CA65 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA722DA65 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA722EA65 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA722FA65 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA722GA65 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA722HA65 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA722IA65 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A7203A65 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA723AA65 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA723BA65 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA723CA65 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA723DA65 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA723EA65 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA723FA65 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA723GA65 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA723HA65 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA723IA65 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A7102A65 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA712AA65 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA712BA65 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA712CA65 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA712DA65 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA712EA65 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA712FA65 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA712GA65 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA712HA65 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA712IA65 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A7103A65 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA713AA65 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA713BA65 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA713CA65 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA713DA65 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA713EA65 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA713FA65 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA713GA65 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA713HA65 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA713IA65 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A6702A66 17.5000E-017.5000E-011.0565E+00 0.000E+00
2AA672AA66 17.5000E-017.5000E-011.0565E+00 0.000E+00
2BA672BA66 17.5000E-017.5000E-011.0565E+00 0.000E+00
2CA672CA66 17.5000E-017.5000E-011.0565E+00 0.000E+00
2DA672DA66 17.5000E-017.5000E-011.0565E+00 0.000E+00
2EA672EA66 17.5000E-017.5000E-011.0565E+00 0.000E+00
2FA672FA66 17.5000E-017.5000E-011.0565E+00 0.000E+00
2GA672GA66 17.5000E-017.5000E-011.0565E+00 0.000E+00
2HA672HA66 17.5000E-017.5000E-011.0565E+00 0.000E+00
2IA672IA66 17.5000E-017.5000E-011.0565E+00 0.000E+00
03A6703A66 17.5000E-017.5000E-011.0565E+00 0.000E+00
3AA673AA66 17.5000E-017.5000E-011.0565E+00 0.000E+00
3BA673BA66 17.5000E-017.5000E-011.0565E+00 0.000E+00
3CA673CA66 17.5000E-017.5000E-011.0565E+00 0.000E+00
3DA673DA66 17.5000E-017.5000E-011.0565E+00 0.000E+00
3EA673EA66 17.5000E-017.5000E-011.0565E+00 0.000E+00
3FA673FA66 17.5000E-017.5000E-011.0565E+00 0.000E+00
3GA673GA66 17.5000E-017.5000E-011.0565E+00 0.000E+00
3HA673HA66 17.5000E-017.5000E-011.0565E+00 0.000E+00
3IA673IA66 17.5000E-017.5000E-011.0565E+00 0.000E+00
02A7302A66 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA732AA66 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA732BA66 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA732CA66 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA732DA66 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA732EA66 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA732FA66 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA732GA66 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA732HA66 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA732IA66 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A7303A66 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA733AA66 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA733BA66 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA733CA66 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA733DA66 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA733EA66 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA733FA66 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA733GA66 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA733HA66 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA733IA66 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A7202A66 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA722AA66 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA722BA66 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA722CA66 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA722DA66 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA722EA66 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA722FA66 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA722GA66 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA722HA66 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA722IA66 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A7203A66 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA723AA66 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA723BA66 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA723CA66 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA723DA66 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA723EA66 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA723FA66 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA723GA66 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA723HA66 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA723IA66 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A6802A67 17.5000E-017.5000E-011.0565E+00 0.000E+00
2AA682AA67 17.5000E-017.5000E-011.0565E+00 0.000E+00
2BA682BA67 17.5000E-017.5000E-011.0565E+00 0.000E+00
2CA682CA67 17.5000E-017.5000E-011.0565E+00 0.000E+00
2DA682DA67 17.5000E-017.5000E-011.0565E+00 0.000E+00
2EA682EA67 17.5000E-017.5000E-011.0565E+00 0.000E+00
2FA682FA67 17.5000E-017.5000E-011.0565E+00 0.000E+00
2GA682GA67 17.5000E-017.5000E-011.0565E+00 0.000E+00
2HA682HA67 17.5000E-017.5000E-011.0565E+00 0.000E+00
2IA682IA67 17.5000E-017.5000E-011.0565E+00 0.000E+00
03A6803A67 17.5000E-017.5000E-011.0565E+00 0.000E+00
3AA683AA67 17.5000E-017.5000E-011.0565E+00 0.000E+00
3BA683BA67 17.5000E-017.5000E-011.0565E+00 0.000E+00
3CA683CA67 17.5000E-017.5000E-011.0565E+00 0.000E+00
3DA683DA67 17.5000E-017.5000E-011.0565E+00 0.000E+00
3EA683EA67 17.5000E-017.5000E-011.0565E+00 0.000E+00
3FA683FA67 17.5000E-017.5000E-011.0565E+00 0.000E+00
3GA683GA67 17.5000E-017.5000E-011.0565E+00 0.000E+00
3HA683HA67 17.5000E-017.5000E-011.0565E+00 0.000E+00
3IA683IA67 17.5000E-017.5000E-011.0565E+00 0.000E+00
02A7402A67 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA742AA67 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA742BA67 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA742CA67 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA742DA67 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA742EA67 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA742FA67 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA742GA67 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA742HA67 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA742IA67 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A7403A67 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA743AA67 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA743BA67 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA743CA67 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA743DA67 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA743EA67 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA743FA67 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA743GA67 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA743HA67 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA743IA67 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A7302A67 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA732AA67 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA732BA67 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA732CA67 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA732DA67 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA732EA67 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA732FA67 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA732GA67 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA732HA67 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA732IA67 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A7303A67 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA733AA67 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA733BA67 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA733CA67 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA733DA67 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA733EA67 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA733FA67 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA733GA67 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA733HA67 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA733IA67 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A6902A68 17.5000E-017.5000E-011.0565E+00 0.000E+00
2AA692AA68 17.5000E-017.5000E-011.0565E+00 0.000E+00
2BA692BA68 17.5000E-017.5000E-011.0565E+00 0.000E+00
2CA692CA68 17.5000E-017.5000E-011.0565E+00 0.000E+00
2DA692DA68 17.5000E-017.5000E-011.0565E+00 0.000E+00
2EA692EA68 17.5000E-017.5000E-011.0565E+00 0.000E+00
2FA692FA68 17.5000E-017.5000E-011.0565E+00 0.000E+00
2GA692GA68 17.5000E-017.5000E-011.0565E+00 0.000E+00
2HA692HA68 17.5000E-017.5000E-011.0565E+00 0.000E+00
2IA692IA68 17.5000E-017.5000E-011.0565E+00 0.000E+00
03A6903A68 17.5000E-017.5000E-011.0565E+00 0.000E+00
3AA693AA68 17.5000E-017.5000E-011.0565E+00 0.000E+00
3BA693BA68 17.5000E-017.5000E-011.0565E+00 0.000E+00
3CA693CA68 17.5000E-017.5000E-011.0565E+00 0.000E+00
3DA693DA68 17.5000E-017.5000E-011.0565E+00 0.000E+00
3EA693EA68 17.5000E-017.5000E-011.0565E+00 0.000E+00
3FA693FA68 17.5000E-017.5000E-011.0565E+00 0.000E+00
3GA693GA68 17.5000E-017.5000E-011.0565E+00 0.000E+00
3HA693HA68 17.5000E-017.5000E-011.0565E+00 0.000E+00
3IA693IA68 17.5000E-017.5000E-011.0565E+00 0.000E+00
02A7502A68 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA752AA68 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA752BA68 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA752CA68 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA752DA68 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA752EA68 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA752FA68 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA752GA68 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA752HA68 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA752IA68 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A7503A68 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA753AA68 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA753BA68 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA753CA68 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA753DA68 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA753EA68 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA753FA68 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA753GA68 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA753HA68 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA753IA68 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A7402A68 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA742AA68 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA742BA68 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA742CA68 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA742DA68 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA742EA68 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA742FA68 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA742GA68 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA742HA68 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA742IA68 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A7403A68 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA743AA68 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA743BA68 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA743CA68 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA743DA68 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA743EA68 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA743FA68 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA743GA68 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA743HA68 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA743IA68 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A7602A69 27.4998E-017.4998E-011.9722E+00 0.000E+00
2AA762AA69 27.4998E-017.4998E-011.9722E+00 0.000E+00
2BA762BA69 27.4998E-017.4998E-011.9722E+00 0.000E+00
2CA762CA69 27.4998E-017.4998E-011.9722E+00 0.000E+00
2DA762DA69 27.4998E-017.4998E-011.9722E+00 0.000E+00
2EA762EA69 27.4998E-017.4998E-011.9722E+00 0.000E+00
2FA762FA69 27.4998E-017.4998E-011.9722E+00 0.000E+00
2GA762GA69 27.4998E-017.4998E-011.9722E+00 0.000E+00
2HA762HA69 27.4998E-017.4998E-011.9722E+00 0.000E+00
2IA762IA69 27.4998E-017.4998E-011.9722E+00 0.000E+00
03A7603A69 27.4998E-017.4998E-011.9722E+00 0.000E+00
3AA763AA69 27.4998E-017.4998E-011.9722E+00 0.000E+00
3BA763BA69 27.4998E-017.4998E-011.9722E+00 0.000E+00
3CA763CA69 27.4998E-017.4998E-011.9722E+00 0.000E+00
3DA763DA69 27.4998E-017.4998E-011.9722E+00 0.000E+00
3EA763EA69 27.4998E-017.4998E-011.9722E+00 0.000E+00
3FA763FA69 27.4998E-017.4998E-011.9722E+00 0.000E+00
3GA763GA69 27.4998E-017.4998E-011.9722E+00 0.000E+00
3HA763HA69 27.4998E-017.4998E-011.9722E+00 0.000E+00
3IA763IA69 27.4998E-017.4998E-011.9722E+00 0.000E+00
02A7502A69 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA752AA69 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA752BA69 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA752CA69 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA752DA69 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA752EA69 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA752FA69 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA752GA69 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA752HA69 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA752IA69 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A7503A69 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA753AA69 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA753BA69 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA753CA69 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA753DA69 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA753EA69 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA753FA69 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA753GA69 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA753HA69 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA753IA69 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A7102A70 17.5000E-017.5000E-011.0565E+00 0.000E+00
2AA712AA70 17.5000E-017.5000E-011.0565E+00 0.000E+00
2BA712BA70 17.5000E-017.5000E-011.0565E+00 0.000E+00
2CA712CA70 17.5000E-017.5000E-011.0565E+00 0.000E+00
2DA712DA70 17.5000E-017.5000E-011.0565E+00 0.000E+00
2EA712EA70 17.5000E-017.5000E-011.0565E+00 0.000E+00
2FA712FA70 17.5000E-017.5000E-011.0565E+00 0.000E+00
2GA712GA70 17.5000E-017.5000E-011.0565E+00 0.000E+00
2HA712HA70 17.5000E-017.5000E-011.0565E+00 0.000E+00
2IA712IA70 17.5000E-017.5000E-011.0565E+00 0.000E+00
03A7103A70 17.5000E-017.5000E-011.0565E+00 0.000E+00
3AA713AA70 17.5000E-017.5000E-011.0565E+00 0.000E+00
3BA713BA70 17.5000E-017.5000E-011.0565E+00 0.000E+00
3CA713CA70 17.5000E-017.5000E-011.0565E+00 0.000E+00
3DA713DA70 17.5000E-017.5000E-011.0565E+00 0.000E+00
3EA713EA70 17.5000E-017.5000E-011.0565E+00 0.000E+00
3FA713FA70 17.5000E-017.5000E-011.0565E+00 0.000E+00
3GA713GA70 17.5000E-017.5000E-011.0565E+00 0.000E+00
3HA713HA70 17.5000E-017.5000E-011.0565E+00 0.000E+00
3IA713IA70 17.5000E-017.5000E-011.0565E+00 0.000E+00
02A7702A70 27.4998E-017.4998E-018.2568E-01 0.000E+00
2AA772AA70 27.4998E-017.4998E-018.2568E-01 0.000E+00
2BA772BA70 27.4998E-017.4998E-018.2568E-01 0.000E+00
2CA772CA70 27.4998E-017.4998E-018.2568E-01 0.000E+00
2DA772DA70 27.4998E-017.4998E-018.2568E-01 0.000E+00
2EA772EA70 27.4998E-017.4998E-018.2568E-01 0.000E+00
2FA772FA70 27.4998E-017.4998E-018.2568E-01 0.000E+00
2GA772GA70 27.4998E-017.4998E-018.2568E-01 0.000E+00
2HA772HA70 27.4998E-017.4998E-018.2568E-01 0.000E+00
2IA772IA70 27.4998E-017.4998E-018.2568E-01 0.000E+00
03A7703A70 27.4998E-017.4998E-018.2568E-01 0.000E+00
3AA773AA70 27.4998E-017.4998E-018.2568E-01 0.000E+00
3BA773BA70 27.4998E-017.4998E-018.2568E-01 0.000E+00
3CA773CA70 27.4998E-017.4998E-018.2568E-01 0.000E+00
3DA773DA70 27.4998E-017.4998E-018.2568E-01 0.000E+00
3EA773EA70 27.4998E-017.4998E-018.2568E-01 0.000E+00
3FA773FA70 27.4998E-017.4998E-018.2568E-01 0.000E+00
3GA773GA70 27.4998E-017.4998E-018.2568E-01 0.000E+00
3HA773HA70 27.4998E-017.4998E-018.2568E-01 0.000E+00
3IA773IA70 27.4998E-017.4998E-018.2568E-01 0.000E+00
02A7202A71 17.5000E-017.5000E-011.0565E+00 0.000E+00
2AA722AA71 17.5000E-017.5000E-011.0565E+00 0.000E+00
2BA722BA71 17.5000E-017.5000E-011.0565E+00 0.000E+00
2CA722CA71 17.5000E-017.5000E-011.0565E+00 0.000E+00
2DA722DA71 17.5000E-017.5000E-011.0565E+00 0.000E+00
2EA722EA71 17.5000E-017.5000E-011.0565E+00 0.000E+00
2FA722FA71 17.5000E-017.5000E-011.0565E+00 0.000E+00
2GA722GA71 17.5000E-017.5000E-011.0565E+00 0.000E+00
2HA722HA71 17.5000E-017.5000E-011.0565E+00 0.000E+00
2IA722IA71 17.5000E-017.5000E-011.0565E+00 0.000E+00
03A7203A71 17.5000E-017.5000E-011.0565E+00 0.000E+00
3AA723AA71 17.5000E-017.5000E-011.0565E+00 0.000E+00
3BA723BA71 17.5000E-017.5000E-011.0565E+00 0.000E+00
3CA723CA71 17.5000E-017.5000E-011.0565E+00 0.000E+00
3DA723DA71 17.5000E-017.5000E-011.0565E+00 0.000E+00
3EA723EA71 17.5000E-017.5000E-011.0565E+00 0.000E+00
3FA723FA71 17.5000E-017.5000E-011.0565E+00 0.000E+00
3GA723GA71 17.5000E-017.5000E-011.0565E+00 0.000E+00
3HA723HA71 17.5000E-017.5000E-011.0565E+00 0.000E+00
3IA723IA71 17.5000E-017.5000E-011.0565E+00 0.000E+00
02A7802A71 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA782AA71 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA782BA71 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA782CA71 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA782DA71 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA782EA71 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA782FA71 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA782GA71 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA782HA71 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA782IA71 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A7803A71 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA783AA71 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA783BA71 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA783CA71 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA783DA71 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA783EA71 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA783FA71 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA783GA71 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA783HA71 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA783IA71 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A7702A71 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA772AA71 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA772BA71 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA772CA71 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA772DA71 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA772EA71 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA772FA71 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA772GA71 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA772HA71 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA772IA71 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A7703A71 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA773AA71 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA773BA71 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA773CA71 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA773DA71 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA773EA71 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA773FA71 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA773GA71 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA773HA71 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA773IA71 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A7302A72 17.5000E-017.5000E-011.0565E+00 0.000E+00
2AA732AA72 17.5000E-017.5000E-011.0565E+00 0.000E+00
2BA732BA72 17.5000E-017.5000E-011.0565E+00 0.000E+00
2CA732CA72 17.5000E-017.5000E-011.0565E+00 0.000E+00
2DA732DA72 17.5000E-017.5000E-011.0565E+00 0.000E+00
2EA732EA72 17.5000E-017.5000E-011.0565E+00 0.000E+00
2FA732FA72 17.5000E-017.5000E-011.0565E+00 0.000E+00
2GA732GA72 17.5000E-017.5000E-011.0565E+00 0.000E+00
2HA732HA72 17.5000E-017.5000E-011.0565E+00 0.000E+00
2IA732IA72 17.5000E-017.5000E-011.0565E+00 0.000E+00
03A7303A72 17.5000E-017.5000E-011.0565E+00 0.000E+00
3AA733AA72 17.5000E-017.5000E-011.0565E+00 0.000E+00
3BA733BA72 17.5000E-017.5000E-011.0565E+00 0.000E+00
3CA733CA72 17.5000E-017.5000E-011.0565E+00 0.000E+00
3DA733DA72 17.5000E-017.5000E-011.0565E+00 0.000E+00
3EA733EA72 17.5000E-017.5000E-011.0565E+00 0.000E+00
3FA733FA72 17.5000E-017.5000E-011.0565E+00 0.000E+00
3GA733GA72 17.5000E-017.5000E-011.0565E+00 0.000E+00
3HA733HA72 17.5000E-017.5000E-011.0565E+00 0.000E+00
3IA733IA72 17.5000E-017.5000E-011.0565E+00 0.000E+00
02A7902A72 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA792AA72 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA792BA72 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA792CA72 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA792DA72 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA792EA72 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA792FA72 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA792GA72 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA792HA72 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA792IA72 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A7903A72 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA793AA72 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA793BA72 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA793CA72 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA793DA72 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA793EA72 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA793FA72 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA793GA72 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA793HA72 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA793IA72 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A7802A72 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA782AA72 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA782BA72 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA782CA72 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA782DA72 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA782EA72 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA782FA72 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA782GA72 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA782HA72 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA782IA72 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A7803A72 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA783AA72 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA783BA72 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA783CA72 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA783DA72 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA783EA72 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA783FA72 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA783GA72 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA783HA72 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA783IA72 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A7402A73 17.5000E-017.5000E-011.0565E+00 0.000E+00
2AA742AA73 17.5000E-017.5000E-011.0565E+00 0.000E+00
2BA742BA73 17.5000E-017.5000E-011.0565E+00 0.000E+00
2CA742CA73 17.5000E-017.5000E-011.0565E+00 0.000E+00
2DA742DA73 17.5000E-017.5000E-011.0565E+00 0.000E+00
2EA742EA73 17.5000E-017.5000E-011.0565E+00 0.000E+00
2FA742FA73 17.5000E-017.5000E-011.0565E+00 0.000E+00
2GA742GA73 17.5000E-017.5000E-011.0565E+00 0.000E+00
2HA742HA73 17.5000E-017.5000E-011.0565E+00 0.000E+00
2IA742IA73 17.5000E-017.5000E-011.0565E+00 0.000E+00
03A7403A73 17.5000E-017.5000E-011.0565E+00 0.000E+00
3AA743AA73 17.5000E-017.5000E-011.0565E+00 0.000E+00
3BA743BA73 17.5000E-017.5000E-011.0565E+00 0.000E+00
3CA743CA73 17.5000E-017.5000E-011.0565E+00 0.000E+00
3DA743DA73 17.5000E-017.5000E-011.0565E+00 0.000E+00
3EA743EA73 17.5000E-017.5000E-011.0565E+00 0.000E+00
3FA743FA73 17.5000E-017.5000E-011.0565E+00 0.000E+00
3GA743GA73 17.5000E-017.5000E-011.0565E+00 0.000E+00
3HA743HA73 17.5000E-017.5000E-011.0565E+00 0.000E+00
3IA743IA73 17.5000E-017.5000E-011.0565E+00 0.000E+00
02A8002A73 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA802AA73 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA802BA73 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA802CA73 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA802DA73 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA802EA73 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA802FA73 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA802GA73 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA802HA73 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA802IA73 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A8003A73 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA803AA73 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA803BA73 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA803CA73 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA803DA73 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA803EA73 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA803FA73 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA803GA73 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA803HA73 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA803IA73 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A7902A73 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA792AA73 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA792BA73 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA792CA73 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA792DA73 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA792EA73 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA792FA73 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA792GA73 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA792HA73 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA792IA73 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A7903A73 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA793AA73 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA793BA73 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA793CA73 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA793DA73 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA793EA73 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA793FA73 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA793GA73 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA793HA73 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA793IA73 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A7502A74 17.5000E-017.5000E-011.0565E+00 0.000E+00
2AA752AA74 17.5000E-017.5000E-011.0565E+00 0.000E+00
2BA752BA74 17.5000E-017.5000E-011.0565E+00 0.000E+00
2CA752CA74 17.5000E-017.5000E-011.0565E+00 0.000E+00
2DA752DA74 17.5000E-017.5000E-011.0565E+00 0.000E+00
2EA752EA74 17.5000E-017.5000E-011.0565E+00 0.000E+00
2FA752FA74 17.5000E-017.5000E-011.0565E+00 0.000E+00
2GA752GA74 17.5000E-017.5000E-011.0565E+00 0.000E+00
2HA752HA74 17.5000E-017.5000E-011.0565E+00 0.000E+00
2IA752IA74 17.5000E-017.5000E-011.0565E+00 0.000E+00
03A7503A74 17.5000E-017.5000E-011.0565E+00 0.000E+00
3AA753AA74 17.5000E-017.5000E-011.0565E+00 0.000E+00
3BA753BA74 17.5000E-017.5000E-011.0565E+00 0.000E+00
3CA753CA74 17.5000E-017.5000E-011.0565E+00 0.000E+00
3DA753DA74 17.5000E-017.5000E-011.0565E+00 0.000E+00
3EA753EA74 17.5000E-017.5000E-011.0565E+00 0.000E+00
3FA753FA74 17.5000E-017.5000E-011.0565E+00 0.000E+00
3GA753GA74 17.5000E-017.5000E-011.0565E+00 0.000E+00
3HA753HA74 17.5000E-017.5000E-011.0565E+00 0.000E+00
3IA753IA74 17.5000E-017.5000E-011.0565E+00 0.000E+00
02A8102A74 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA812AA74 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA812BA74 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA812CA74 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA812DA74 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA812EA74 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA812FA74 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA812GA74 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA812HA74 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA812IA74 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A8103A74 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA813AA74 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA813BA74 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA813CA74 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA813DA74 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA813EA74 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA813FA74 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA813GA74 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA813HA74 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA813IA74 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A8002A74 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA802AA74 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA802BA74 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA802CA74 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA802DA74 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA802EA74 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA802FA74 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA802GA74 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA802HA74 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA802IA74 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A8003A74 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA803AA74 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA803BA74 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA803CA74 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA803DA74 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA803EA74 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA803FA74 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA803GA74 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA803HA74 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA803IA74 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A7602A75 17.5000E-017.5000E-011.0565E+00 0.000E+00
2AA762AA75 17.5000E-017.5000E-011.0565E+00 0.000E+00
2BA762BA75 17.5000E-017.5000E-011.0565E+00 0.000E+00
2CA762CA75 17.5000E-017.5000E-011.0565E+00 0.000E+00
2DA762DA75 17.5000E-017.5000E-011.0565E+00 0.000E+00
2EA762EA75 17.5000E-017.5000E-011.0565E+00 0.000E+00
2FA762FA75 17.5000E-017.5000E-011.0565E+00 0.000E+00
2GA762GA75 17.5000E-017.5000E-011.0565E+00 0.000E+00
2HA762HA75 17.5000E-017.5000E-011.0565E+00 0.000E+00
2IA762IA75 17.5000E-017.5000E-011.0565E+00 0.000E+00
03A7603A75 17.5000E-017.5000E-011.0565E+00 0.000E+00
3AA763AA75 17.5000E-017.5000E-011.0565E+00 0.000E+00
3BA763BA75 17.5000E-017.5000E-011.0565E+00 0.000E+00
3CA763CA75 17.5000E-017.5000E-011.0565E+00 0.000E+00
3DA763DA75 17.5000E-017.5000E-011.0565E+00 0.000E+00
3EA763EA75 17.5000E-017.5000E-011.0565E+00 0.000E+00
3FA763FA75 17.5000E-017.5000E-011.0565E+00 0.000E+00
3GA763GA75 17.5000E-017.5000E-011.0565E+00 0.000E+00
3HA763HA75 17.5000E-017.5000E-011.0565E+00 0.000E+00
3IA763IA75 17.5000E-017.5000E-011.0565E+00 0.000E+00
02A8202A75 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA822AA75 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA822BA75 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA822CA75 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA822DA75 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA822EA75 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA822FA75 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA822GA75 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA822HA75 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA822IA75 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A8203A75 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA823AA75 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA823BA75 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA823CA75 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA823DA75 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA823EA75 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA823FA75 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA823GA75 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA823HA75 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA823IA75 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A8102A75 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA812AA75 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA812BA75 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA812CA75 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA812DA75 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA812EA75 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA812FA75 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA812GA75 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA812HA75 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA812IA75 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A8103A75 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA813AA75 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA813BA75 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA813CA75 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA813DA75 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA813EA75 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA813FA75 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA813GA75 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA813HA75 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA813IA75 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A8202A76 27.4998E-017.4998E-011.9722E+00 0.000E+00
2AA822AA76 27.4998E-017.4998E-011.9722E+00 0.000E+00
2BA822BA76 27.4998E-017.4998E-011.9722E+00 0.000E+00
2CA822CA76 27.4998E-017.4998E-011.9722E+00 0.000E+00
2DA822DA76 27.4998E-017.4998E-011.9722E+00 0.000E+00
2EA822EA76 27.4998E-017.4998E-011.9722E+00 0.000E+00
2FA822FA76 27.4998E-017.4998E-011.9722E+00 0.000E+00
2GA822GA76 27.4998E-017.4998E-011.9722E+00 0.000E+00
2HA822HA76 27.4998E-017.4998E-011.9722E+00 0.000E+00
2IA822IA76 27.4998E-017.4998E-011.9722E+00 0.000E+00
03A8203A76 27.4998E-017.4998E-011.9722E+00 0.000E+00
3AA823AA76 27.4998E-017.4998E-011.9722E+00 0.000E+00
3BA823BA76 27.4998E-017.4998E-011.9722E+00 0.000E+00
3CA823CA76 27.4998E-017.4998E-011.9722E+00 0.000E+00
3DA823DA76 27.4998E-017.4998E-011.9722E+00 0.000E+00
3EA823EA76 27.4998E-017.4998E-011.9722E+00 0.000E+00
3FA823FA76 27.4998E-017.4998E-011.9722E+00 0.000E+00
3GA823GA76 27.4998E-017.4998E-011.9722E+00 0.000E+00
3HA823HA76 27.4998E-017.4998E-011.9722E+00 0.000E+00
3IA823IA76 27.4998E-017.4998E-011.9722E+00 0.000E+00
02A7802A77 17.5000E-017.5000E-011.5146E+00 0.000E+00
2AA782AA77 17.5000E-017.5000E-011.5146E+00 0.000E+00
2BA782BA77 17.5000E-017.5000E-011.5146E+00 0.000E+00
2CA782CA77 17.5000E-017.5000E-011.5146E+00 0.000E+00
2DA782DA77 17.5000E-017.5000E-011.5146E+00 0.000E+00
2EA782EA77 17.5000E-017.5000E-011.5146E+00 0.000E+00
2FA782FA77 17.5000E-017.5000E-011.5146E+00 0.000E+00
2GA782GA77 17.5000E-017.5000E-011.5146E+00 0.000E+00
2HA782HA77 17.5000E-017.5000E-011.5146E+00 0.000E+00
2IA782IA77 17.5000E-017.5000E-011.5146E+00 0.000E+00
03A7803A77 17.5000E-017.5000E-011.5146E+00 0.000E+00
3AA783AA77 17.5000E-017.5000E-011.5146E+00 0.000E+00
3BA783BA77 17.5000E-017.5000E-011.5146E+00 0.000E+00
3CA783CA77 17.5000E-017.5000E-011.5146E+00 0.000E+00
3DA783DA77 17.5000E-017.5000E-011.5146E+00 0.000E+00
3EA783EA77 17.5000E-017.5000E-011.5146E+00 0.000E+00
3FA783FA77 17.5000E-017.5000E-011.5146E+00 0.000E+00
3GA783GA77 17.5000E-017.5000E-011.5146E+00 0.000E+00
3HA783HA77 17.5000E-017.5000E-011.5146E+00 0.000E+00
3IA783IA77 17.5000E-017.5000E-011.5146E+00 0.000E+00
02A7902A78 17.5000E-017.5000E-011.0565E+00 0.000E+00
2AA792AA78 17.5000E-017.5000E-011.0565E+00 0.000E+00
2BA792BA78 17.5000E-017.5000E-011.0565E+00 0.000E+00
2CA792CA78 17.5000E-017.5000E-011.0565E+00 0.000E+00
2DA792DA78 17.5000E-017.5000E-011.0565E+00 0.000E+00
2EA792EA78 17.5000E-017.5000E-011.0565E+00 0.000E+00
2FA792FA78 17.5000E-017.5000E-011.0565E+00 0.000E+00
2GA792GA78 17.5000E-017.5000E-011.0565E+00 0.000E+00
2HA792HA78 17.5000E-017.5000E-011.0565E+00 0.000E+00
2IA792IA78 17.5000E-017.5000E-011.0565E+00 0.000E+00
03A7903A78 17.5000E-017.5000E-011.0565E+00 0.000E+00
3AA793AA78 17.5000E-017.5000E-011.0565E+00 0.000E+00
3BA793BA78 17.5000E-017.5000E-011.0565E+00 0.000E+00
3CA793CA78 17.5000E-017.5000E-011.0565E+00 0.000E+00
3DA793DA78 17.5000E-017.5000E-011.0565E+00 0.000E+00
3EA793EA78 17.5000E-017.5000E-011.0565E+00 0.000E+00
3FA793FA78 17.5000E-017.5000E-011.0565E+00 0.000E+00
3GA793GA78 17.5000E-017.5000E-011.0565E+00 0.000E+00
3HA793HA78 17.5000E-017.5000E-011.0565E+00 0.000E+00
3IA793IA78 17.5000E-017.5000E-011.0565E+00 0.000E+00
02A8302A78 27.4998E-017.4998E-011.6750E+00 0.000E+00
2AA832AA78 27.4998E-017.4998E-011.6750E+00 0.000E+00
2BA832BA78 27.4998E-017.4998E-011.6750E+00 0.000E+00
2CA832CA78 27.4998E-017.4998E-011.6750E+00 0.000E+00
2DA832DA78 27.4998E-017.4998E-011.6750E+00 0.000E+00
2EA832EA78 27.4998E-017.4998E-011.6750E+00 0.000E+00
2FA832FA78 27.4998E-017.4998E-011.6750E+00 0.000E+00
2GA832GA78 27.4998E-017.4998E-011.6750E+00 0.000E+00
2HA832HA78 27.4998E-017.4998E-011.6750E+00 0.000E+00
2IA832IA78 27.4998E-017.4998E-011.6750E+00 0.000E+00
03A8303A78 27.4998E-017.4998E-011.6750E+00 0.000E+00
3AA833AA78 27.4998E-017.4998E-011.6750E+00 0.000E+00
3BA833BA78 27.4998E-017.4998E-011.6750E+00 0.000E+00
3CA833CA78 27.4998E-017.4998E-011.6750E+00 0.000E+00
3DA833DA78 27.4998E-017.4998E-011.6750E+00 0.000E+00
3EA833EA78 27.4998E-017.4998E-011.6750E+00 0.000E+00
3FA833FA78 27.4998E-017.4998E-011.6750E+00 0.000E+00
3GA833GA78 27.4998E-017.4998E-011.6750E+00 0.000E+00
3HA833HA78 27.4998E-017.4998E-011.6750E+00 0.000E+00
3IA833IA78 27.4998E-017.4998E-011.6750E+00 0.000E+00
02A8002A79 17.5000E-017.5000E-011.0565E+00 0.000E+00
2AA802AA79 17.5000E-017.5000E-011.0565E+00 0.000E+00
2BA802BA79 17.5000E-017.5000E-011.0565E+00 0.000E+00
2CA802CA79 17.5000E-017.5000E-011.0565E+00 0.000E+00
2DA802DA79 17.5000E-017.5000E-011.0565E+00 0.000E+00
2EA802EA79 17.5000E-017.5000E-011.0565E+00 0.000E+00
2FA802FA79 17.5000E-017.5000E-011.0565E+00 0.000E+00
2GA802GA79 17.5000E-017.5000E-011.0565E+00 0.000E+00
2HA802HA79 17.5000E-017.5000E-011.0565E+00 0.000E+00
2IA802IA79 17.5000E-017.5000E-011.0565E+00 0.000E+00
03A8003A79 17.5000E-017.5000E-011.0565E+00 0.000E+00
3AA803AA79 17.5000E-017.5000E-011.0565E+00 0.000E+00
3BA803BA79 17.5000E-017.5000E-011.0565E+00 0.000E+00
3CA803CA79 17.5000E-017.5000E-011.0565E+00 0.000E+00
3DA803DA79 17.5000E-017.5000E-011.0565E+00 0.000E+00
3EA803EA79 17.5000E-017.5000E-011.0565E+00 0.000E+00
3FA803FA79 17.5000E-017.5000E-011.0565E+00 0.000E+00
3GA803GA79 17.5000E-017.5000E-011.0565E+00 0.000E+00
3HA803HA79 17.5000E-017.5000E-011.0565E+00 0.000E+00
3IA803IA79 17.5000E-017.5000E-011.0565E+00 0.000E+00
02A8402A79 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA842AA79 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA842BA79 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA842CA79 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA842DA79 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA842EA79 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA842FA79 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA842GA79 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA842HA79 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA842IA79 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A8403A79 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA843AA79 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA843BA79 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA843CA79 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA843DA79 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA843EA79 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA843FA79 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA843GA79 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA843HA79 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA843IA79 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A8302A79 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA832AA79 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA832BA79 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA832CA79 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA832DA79 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA832EA79 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA832FA79 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA832GA79 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA832HA79 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA832IA79 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A8303A79 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA833AA79 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA833BA79 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA833CA79 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA833DA79 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA833EA79 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA833FA79 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA833GA79 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA833HA79 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA833IA79 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A8102A80 17.5000E-017.5000E-011.0565E+00 0.000E+00
2AA812AA80 17.5000E-017.5000E-011.0565E+00 0.000E+00
2BA812BA80 17.5000E-017.5000E-011.0565E+00 0.000E+00
2CA812CA80 17.5000E-017.5000E-011.0565E+00 0.000E+00
2DA812DA80 17.5000E-017.5000E-011.0565E+00 0.000E+00
2EA812EA80 17.5000E-017.5000E-011.0565E+00 0.000E+00
2FA812FA80 17.5000E-017.5000E-011.0565E+00 0.000E+00
2GA812GA80 17.5000E-017.5000E-011.0565E+00 0.000E+00
2HA812HA80 17.5000E-017.5000E-011.0565E+00 0.000E+00
2IA812IA80 17.5000E-017.5000E-011.0565E+00 0.000E+00
03A8103A80 17.5000E-017.5000E-011.0565E+00 0.000E+00
3AA813AA80 17.5000E-017.5000E-011.0565E+00 0.000E+00
3BA813BA80 17.5000E-017.5000E-011.0565E+00 0.000E+00
3CA813CA80 17.5000E-017.5000E-011.0565E+00 0.000E+00
3DA813DA80 17.5000E-017.5000E-011.0565E+00 0.000E+00
3EA813EA80 17.5000E-017.5000E-011.0565E+00 0.000E+00
3FA813FA80 17.5000E-017.5000E-011.0565E+00 0.000E+00
3GA813GA80 17.5000E-017.5000E-011.0565E+00 0.000E+00
3HA813HA80 17.5000E-017.5000E-011.0565E+00 0.000E+00
3IA813IA80 17.5000E-017.5000E-011.0565E+00 0.000E+00
02A8502A80 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA852AA80 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA852BA80 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA852CA80 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA852DA80 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA852EA80 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA852FA80 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA852GA80 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA852HA80 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA852IA80 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A8503A80 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA853AA80 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA853BA80 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA853CA80 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA853DA80 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA853EA80 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA853FA80 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA853GA80 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA853HA80 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA853IA80 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A8402A80 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA842AA80 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA842BA80 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA842CA80 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA842DA80 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA842EA80 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA842FA80 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA842GA80 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA842HA80 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA842IA80 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A8403A80 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA843AA80 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA843BA80 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA843CA80 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA843DA80 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA843EA80 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA843FA80 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA843GA80 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA843HA80 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA843IA80 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A8202A81 17.5000E-017.5000E-011.0565E+00 0.000E+00
2AA822AA81 17.5000E-017.5000E-011.0565E+00 0.000E+00
2BA822BA81 17.5000E-017.5000E-011.0565E+00 0.000E+00
2CA822CA81 17.5000E-017.5000E-011.0565E+00 0.000E+00
2DA822DA81 17.5000E-017.5000E-011.0565E+00 0.000E+00
2EA822EA81 17.5000E-017.5000E-011.0565E+00 0.000E+00
2FA822FA81 17.5000E-017.5000E-011.0565E+00 0.000E+00
2GA822GA81 17.5000E-017.5000E-011.0565E+00 0.000E+00
2HA822HA81 17.5000E-017.5000E-011.0565E+00 0.000E+00
2IA822IA81 17.5000E-017.5000E-011.0565E+00 0.000E+00
03A8203A81 17.5000E-017.5000E-011.0565E+00 0.000E+00
3AA823AA81 17.5000E-017.5000E-011.0565E+00 0.000E+00
3BA823BA81 17.5000E-017.5000E-011.0565E+00 0.000E+00
3CA823CA81 17.5000E-017.5000E-011.0565E+00 0.000E+00
3DA823DA81 17.5000E-017.5000E-011.0565E+00 0.000E+00
3EA823EA81 17.5000E-017.5000E-011.0565E+00 0.000E+00
3FA823FA81 17.5000E-017.5000E-011.0565E+00 0.000E+00
3GA823GA81 17.5000E-017.5000E-011.0565E+00 0.000E+00
3HA823HA81 17.5000E-017.5000E-011.0565E+00 0.000E+00
3IA823IA81 17.5000E-017.5000E-011.0565E+00 0.000E+00
02A8602A81 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA862AA81 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA862BA81 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA862CA81 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA862DA81 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA862EA81 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA862FA81 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA862GA81 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA862HA81 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA862IA81 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A8603A81 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA863AA81 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA863BA81 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA863CA81 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA863DA81 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA863EA81 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA863FA81 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA863GA81 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA863HA81 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA863IA81 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A8502A81 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA852AA81 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA852BA81 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA852CA81 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA852DA81 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA852EA81 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA852FA81 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA852GA81 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA852HA81 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA852IA81 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A8503A81 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA853AA81 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA853BA81 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA853CA81 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA853DA81 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA853EA81 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA853FA81 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA853GA81 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA853HA81 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA853IA81 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A8702A82 27.4998E-017.4998E-011.9722E+00 0.000E+00
2AA872AA82 27.4998E-017.4998E-011.9722E+00 0.000E+00
2BA872BA82 27.4998E-017.4998E-011.9722E+00 0.000E+00
2CA872CA82 27.4998E-017.4998E-011.9722E+00 0.000E+00
2DA872DA82 27.4998E-017.4998E-011.9722E+00 0.000E+00
2EA872EA82 27.4998E-017.4998E-011.9722E+00 0.000E+00
2FA872FA82 27.4998E-017.4998E-011.9722E+00 0.000E+00
2GA872GA82 27.4998E-017.4998E-011.9722E+00 0.000E+00
2HA872HA82 27.4998E-017.4998E-011.9722E+00 0.000E+00
2IA872IA82 27.4998E-017.4998E-011.9722E+00 0.000E+00
03A8703A82 27.4998E-017.4998E-011.9722E+00 0.000E+00
3AA873AA82 27.4998E-017.4998E-011.9722E+00 0.000E+00
3BA873BA82 27.4998E-017.4998E-011.9722E+00 0.000E+00
3CA873CA82 27.4998E-017.4998E-011.9722E+00 0.000E+00
3DA873DA82 27.4998E-017.4998E-011.9722E+00 0.000E+00
3EA873EA82 27.4998E-017.4998E-011.9722E+00 0.000E+00
3FA873FA82 27.4998E-017.4998E-011.9722E+00 0.000E+00
3GA873GA82 27.4998E-017.4998E-011.9722E+00 0.000E+00
3HA873HA82 27.4998E-017.4998E-011.9722E+00 0.000E+00
3IA873IA82 27.4998E-017.4998E-011.9722E+00 0.000E+00
02A8602A82 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA862AA82 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA862BA82 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA862CA82 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA862DA82 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA862EA82 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA862FA82 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA862GA82 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA862HA82 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA862IA82 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A8603A82 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA863AA82 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA863BA82 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA863CA82 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA863DA82 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA863EA82 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA863FA82 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA863GA82 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA863HA82 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA863IA82 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A8402A83 17.5000E-017.5000E-011.0565E+00 0.000E+00
2AA842AA83 17.5000E-017.5000E-011.0565E+00 0.000E+00
2BA842BA83 17.5000E-017.5000E-011.0565E+00 0.000E+00
2CA842CA83 17.5000E-017.5000E-011.0565E+00 0.000E+00
2DA842DA83 17.5000E-017.5000E-011.0565E+00 0.000E+00
2EA842EA83 17.5000E-017.5000E-011.0565E+00 0.000E+00
2FA842FA83 17.5000E-017.5000E-011.0565E+00 0.000E+00
2GA842GA83 17.5000E-017.5000E-011.0565E+00 0.000E+00
2HA842HA83 17.5000E-017.5000E-011.0565E+00 0.000E+00
2IA842IA83 17.5000E-017.5000E-011.0565E+00 0.000E+00
03A8403A83 17.5000E-017.5000E-011.0565E+00 0.000E+00
3AA843AA83 17.5000E-017.5000E-011.0565E+00 0.000E+00
3BA843BA83 17.5000E-017.5000E-011.0565E+00 0.000E+00
3CA843CA83 17.5000E-017.5000E-011.0565E+00 0.000E+00
3DA843DA83 17.5000E-017.5000E-011.0565E+00 0.000E+00
3EA843EA83 17.5000E-017.5000E-011.0565E+00 0.000E+00
3FA843FA83 17.5000E-017.5000E-011.0565E+00 0.000E+00
3GA843GA83 17.5000E-017.5000E-011.0565E+00 0.000E+00
3HA843HA83 17.5000E-017.5000E-011.0565E+00 0.000E+00
3IA843IA83 17.5000E-017.5000E-011.0565E+00 0.000E+00
02A8802A83 27.4998E-017.4998E-011.1847E+00 0.000E+00
2AA882AA83 27.4998E-017.4998E-011.1847E+00 0.000E+00
2BA882BA83 27.4998E-017.4998E-011.1847E+00 0.000E+00
2CA882CA83 27.4998E-017.4998E-011.1847E+00 0.000E+00
2DA882DA83 27.4998E-017.4998E-011.1847E+00 0.000E+00
2EA882EA83 27.4998E-017.4998E-011.1847E+00 0.000E+00
2FA882FA83 27.4998E-017.4998E-011.1847E+00 0.000E+00
2GA882GA83 27.4998E-017.4998E-011.1847E+00 0.000E+00
2HA882HA83 27.4998E-017.4998E-011.1847E+00 0.000E+00
2IA882IA83 27.4998E-017.4998E-011.1847E+00 0.000E+00
03A8803A83 27.4998E-017.4998E-011.1847E+00 0.000E+00
3AA883AA83 27.4998E-017.4998E-011.1847E+00 0.000E+00
3BA883BA83 27.4998E-017.4998E-011.1847E+00 0.000E+00
3CA883CA83 27.4998E-017.4998E-011.1847E+00 0.000E+00
3DA883DA83 27.4998E-017.4998E-011.1847E+00 0.000E+00
3EA883EA83 27.4998E-017.4998E-011.1847E+00 0.000E+00
3FA883FA83 27.4998E-017.4998E-011.1847E+00 0.000E+00
3GA883GA83 27.4998E-017.4998E-011.1847E+00 0.000E+00
3HA883HA83 27.4998E-017.4998E-011.1847E+00 0.000E+00
3IA883IA83 27.4998E-017.4998E-011.1847E+00 0.000E+00
02A8502A84 17.5000E-017.5000E-011.0565E+00 0.000E+00
2AA852AA84 17.5000E-017.5000E-011.0565E+00 0.000E+00
2BA852BA84 17.5000E-017.5000E-011.0565E+00 0.000E+00
2CA852CA84 17.5000E-017.5000E-011.0565E+00 0.000E+00
2DA852DA84 17.5000E-017.5000E-011.0565E+00 0.000E+00
2EA852EA84 17.5000E-017.5000E-011.0565E+00 0.000E+00
2FA852FA84 17.5000E-017.5000E-011.0565E+00 0.000E+00
2GA852GA84 17.5000E-017.5000E-011.0565E+00 0.000E+00
2HA852HA84 17.5000E-017.5000E-011.0565E+00 0.000E+00
2IA852IA84 17.5000E-017.5000E-011.0565E+00 0.000E+00
03A8503A84 17.5000E-017.5000E-011.0565E+00 0.000E+00
3AA853AA84 17.5000E-017.5000E-011.0565E+00 0.000E+00
3BA853BA84 17.5000E-017.5000E-011.0565E+00 0.000E+00
3CA853CA84 17.5000E-017.5000E-011.0565E+00 0.000E+00
3DA853DA84 17.5000E-017.5000E-011.0565E+00 0.000E+00
3EA853EA84 17.5000E-017.5000E-011.0565E+00 0.000E+00
3FA853FA84 17.5000E-017.5000E-011.0565E+00 0.000E+00
3GA853GA84 17.5000E-017.5000E-011.0565E+00 0.000E+00
3HA853HA84 17.5000E-017.5000E-011.0565E+00 0.000E+00
3IA853IA84 17.5000E-017.5000E-011.0565E+00 0.000E+00
02A8902A84 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA892AA84 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA892BA84 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA892CA84 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA892DA84 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA892EA84 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA892FA84 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA892GA84 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA892HA84 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA892IA84 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A8903A84 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA893AA84 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA893BA84 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA893CA84 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA893DA84 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA893EA84 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA893FA84 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA893GA84 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA893HA84 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA893IA84 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A8802A84 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA882AA84 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA882BA84 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA882CA84 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA882DA84 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA882EA84 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA882FA84 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA882GA84 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA882HA84 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA882IA84 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A8803A84 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA883AA84 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA883BA84 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA883CA84 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA883DA84 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA883EA84 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA883FA84 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA883GA84 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA883HA84 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA883IA84 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A8602A85 17.5000E-017.5000E-011.0565E+00 0.000E+00
2AA862AA85 17.5000E-017.5000E-011.0565E+00 0.000E+00
2BA862BA85 17.5000E-017.5000E-011.0565E+00 0.000E+00
2CA862CA85 17.5000E-017.5000E-011.0565E+00 0.000E+00
2DA862DA85 17.5000E-017.5000E-011.0565E+00 0.000E+00
2EA862EA85 17.5000E-017.5000E-011.0565E+00 0.000E+00
2FA862FA85 17.5000E-017.5000E-011.0565E+00 0.000E+00
2GA862GA85 17.5000E-017.5000E-011.0565E+00 0.000E+00
2HA862HA85 17.5000E-017.5000E-011.0565E+00 0.000E+00
2IA862IA85 17.5000E-017.5000E-011.0565E+00 0.000E+00
03A8603A85 17.5000E-017.5000E-011.0565E+00 0.000E+00
3AA863AA85 17.5000E-017.5000E-011.0565E+00 0.000E+00
3BA863BA85 17.5000E-017.5000E-011.0565E+00 0.000E+00
3CA863CA85 17.5000E-017.5000E-011.0565E+00 0.000E+00
3DA863DA85 17.5000E-017.5000E-011.0565E+00 0.000E+00
3EA863EA85 17.5000E-017.5000E-011.0565E+00 0.000E+00
3FA863FA85 17.5000E-017.5000E-011.0565E+00 0.000E+00
3GA863GA85 17.5000E-017.5000E-011.0565E+00 0.000E+00
3HA863HA85 17.5000E-017.5000E-011.0565E+00 0.000E+00
3IA863IA85 17.5000E-017.5000E-011.0565E+00 0.000E+00
02A9002A85 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA902AA85 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA902BA85 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA902CA85 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA902DA85 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA902EA85 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA902FA85 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA902GA85 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA902HA85 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA902IA85 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A9003A85 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA903AA85 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA903BA85 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA903CA85 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA903DA85 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA903EA85 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA903FA85 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA903GA85 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA903HA85 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA903IA85 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A8902A85 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA892AA85 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA892BA85 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA892CA85 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA892DA85 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA892EA85 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA892FA85 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA892GA85 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA892HA85 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA892IA85 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A8903A85 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA893AA85 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA893BA85 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA893CA85 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA893DA85 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA893EA85 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA893FA85 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA893GA85 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA893HA85 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA893IA85 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A8702A86 17.5000E-017.5000E-011.0565E+00 0.000E+00
2AA872AA86 17.5000E-017.5000E-011.0565E+00 0.000E+00
2BA872BA86 17.5000E-017.5000E-011.0565E+00 0.000E+00
2CA872CA86 17.5000E-017.5000E-011.0565E+00 0.000E+00
2DA872DA86 17.5000E-017.5000E-011.0565E+00 0.000E+00
2EA872EA86 17.5000E-017.5000E-011.0565E+00 0.000E+00
2FA872FA86 17.5000E-017.5000E-011.0565E+00 0.000E+00
2GA872GA86 17.5000E-017.5000E-011.0565E+00 0.000E+00
2HA872HA86 17.5000E-017.5000E-011.0565E+00 0.000E+00
2IA872IA86 17.5000E-017.5000E-011.0565E+00 0.000E+00
03A8703A86 17.5000E-017.5000E-011.0565E+00 0.000E+00
3AA873AA86 17.5000E-017.5000E-011.0565E+00 0.000E+00
3BA873BA86 17.5000E-017.5000E-011.0565E+00 0.000E+00
3CA873CA86 17.5000E-017.5000E-011.0565E+00 0.000E+00
3DA873DA86 17.5000E-017.5000E-011.0565E+00 0.000E+00
3EA873EA86 17.5000E-017.5000E-011.0565E+00 0.000E+00
3FA873FA86 17.5000E-017.5000E-011.0565E+00 0.000E+00
3GA873GA86 17.5000E-017.5000E-011.0565E+00 0.000E+00
3HA873HA86 17.5000E-017.5000E-011.0565E+00 0.000E+00
3IA873IA86 17.5000E-017.5000E-011.0565E+00 0.000E+00
02A9102A86 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA912AA86 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA912BA86 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA912CA86 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA912DA86 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA912EA86 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA912FA86 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA912GA86 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA912HA86 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA912IA86 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A9103A86 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA913AA86 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA913BA86 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA913CA86 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA913DA86 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA913EA86 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA913FA86 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA913GA86 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA913HA86 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA913IA86 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A9002A86 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA902AA86 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA902BA86 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA902CA86 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA902DA86 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA902EA86 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA902FA86 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA902GA86 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA902HA86 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA902IA86 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A9003A86 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA903AA86 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA903BA86 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA903CA86 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA903DA86 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA903EA86 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA903FA86 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA903GA86 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA903HA86 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA903IA86 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A9102A87 27.4998E-017.4998E-011.9722E+00 0.000E+00
2AA912AA87 27.4998E-017.4998E-011.9722E+00 0.000E+00
2BA912BA87 27.4998E-017.4998E-011.9722E+00 0.000E+00
2CA912CA87 27.4998E-017.4998E-011.9722E+00 0.000E+00
2DA912DA87 27.4998E-017.4998E-011.9722E+00 0.000E+00
2EA912EA87 27.4998E-017.4998E-011.9722E+00 0.000E+00
2FA912FA87 27.4998E-017.4998E-011.9722E+00 0.000E+00
2GA912GA87 27.4998E-017.4998E-011.9722E+00 0.000E+00
2HA912HA87 27.4998E-017.4998E-011.9722E+00 0.000E+00
2IA912IA87 27.4998E-017.4998E-011.9722E+00 0.000E+00
03A9103A87 27.4998E-017.4998E-011.9722E+00 0.000E+00
3AA913AA87 27.4998E-017.4998E-011.9722E+00 0.000E+00
3BA913BA87 27.4998E-017.4998E-011.9722E+00 0.000E+00
3CA913CA87 27.4998E-017.4998E-011.9722E+00 0.000E+00
3DA913DA87 27.4998E-017.4998E-011.9722E+00 0.000E+00
3EA913EA87 27.4998E-017.4998E-011.9722E+00 0.000E+00
3FA913FA87 27.4998E-017.4998E-011.9722E+00 0.000E+00
3GA913GA87 27.4998E-017.4998E-011.9722E+00 0.000E+00
3HA913HA87 27.4998E-017.4998E-011.9722E+00 0.000E+00
3IA913IA87 27.4998E-017.4998E-011.9722E+00 0.000E+00
02A8902A88 17.5000E-017.5000E-012.0051E+00 0.000E+00
2AA892AA88 17.5000E-017.5000E-012.0051E+00 0.000E+00
2BA892BA88 17.5000E-017.5000E-012.0051E+00 0.000E+00
2CA892CA88 17.5000E-017.5000E-012.0051E+00 0.000E+00
2DA892DA88 17.5000E-017.5000E-012.0051E+00 0.000E+00
2EA892EA88 17.5000E-017.5000E-012.0051E+00 0.000E+00
2FA892FA88 17.5000E-017.5000E-012.0051E+00 0.000E+00
2GA892GA88 17.5000E-017.5000E-012.0051E+00 0.000E+00
2HA892HA88 17.5000E-017.5000E-012.0051E+00 0.000E+00
2IA892IA88 17.5000E-017.5000E-012.0051E+00 0.000E+00
03A8903A88 17.5000E-017.5000E-012.0051E+00 0.000E+00
3AA893AA88 17.5000E-017.5000E-012.0051E+00 0.000E+00
3BA893BA88 17.5000E-017.5000E-012.0051E+00 0.000E+00
3CA893CA88 17.5000E-017.5000E-012.0051E+00 0.000E+00
3DA893DA88 17.5000E-017.5000E-012.0051E+00 0.000E+00
3EA893EA88 17.5000E-017.5000E-012.0051E+00 0.000E+00
3FA893FA88 17.5000E-017.5000E-012.0051E+00 0.000E+00
3GA893GA88 17.5000E-017.5000E-012.0051E+00 0.000E+00
3HA893HA88 17.5000E-017.5000E-012.0051E+00 0.000E+00
3IA893IA88 17.5000E-017.5000E-012.0051E+00 0.000E+00
02A9002A89 17.5000E-017.5000E-011.0565E+00 0.000E+00
2AA902AA89 17.5000E-017.5000E-011.0565E+00 0.000E+00
2BA902BA89 17.5000E-017.5000E-011.0565E+00 0.000E+00
2CA902CA89 17.5000E-017.5000E-011.0565E+00 0.000E+00
2DA902DA89 17.5000E-017.5000E-011.0565E+00 0.000E+00
2EA902EA89 17.5000E-017.5000E-011.0565E+00 0.000E+00
2FA902FA89 17.5000E-017.5000E-011.0565E+00 0.000E+00
2GA902GA89 17.5000E-017.5000E-011.0565E+00 0.000E+00
2HA902HA89 17.5000E-017.5000E-011.0565E+00 0.000E+00
2IA902IA89 17.5000E-017.5000E-011.0565E+00 0.000E+00
03A9003A89 17.5000E-017.5000E-011.0565E+00 0.000E+00
3AA903AA89 17.5000E-017.5000E-011.0565E+00 0.000E+00
3BA903BA89 17.5000E-017.5000E-011.0565E+00 0.000E+00
3CA903CA89 17.5000E-017.5000E-011.0565E+00 0.000E+00
3DA903DA89 17.5000E-017.5000E-011.0565E+00 0.000E+00
3EA903EA89 17.5000E-017.5000E-011.0565E+00 0.000E+00
3FA903FA89 17.5000E-017.5000E-011.0565E+00 0.000E+00
3GA903GA89 17.5000E-017.5000E-011.0565E+00 0.000E+00
3HA903HA89 17.5000E-017.5000E-011.0565E+00 0.000E+00
3IA903IA89 17.5000E-017.5000E-011.0565E+00 0.000E+00
02A9202A89 27.4998E-017.4998E-012.0340E+00 0.000E+00
2AA922AA89 27.4998E-017.4998E-012.0340E+00 0.000E+00
2BA922BA89 27.4998E-017.4998E-012.0340E+00 0.000E+00
2CA922CA89 27.4998E-017.4998E-012.0340E+00 0.000E+00
2DA922DA89 27.4998E-017.4998E-012.0340E+00 0.000E+00
2EA922EA89 27.4998E-017.4998E-012.0340E+00 0.000E+00
2FA922FA89 27.4998E-017.4998E-012.0340E+00 0.000E+00
2GA922GA89 27.4998E-017.4998E-012.0340E+00 0.000E+00
2HA922HA89 27.4998E-017.4998E-012.0340E+00 0.000E+00
2IA922IA89 27.4998E-017.4998E-012.0340E+00 0.000E+00
03A9203A89 27.4998E-017.4998E-012.0340E+00 0.000E+00
3AA923AA89 27.4998E-017.4998E-012.0340E+00 0.000E+00
3BA923BA89 27.4998E-017.4998E-012.0340E+00 0.000E+00
3CA923CA89 27.4998E-017.4998E-012.0340E+00 0.000E+00
3DA923DA89 27.4998E-017.4998E-012.0340E+00 0.000E+00
3EA923EA89 27.4998E-017.4998E-012.0340E+00 0.000E+00
3FA923FA89 27.4998E-017.4998E-012.0340E+00 0.000E+00
3GA923GA89 27.4998E-017.4998E-012.0340E+00 0.000E+00
3HA923HA89 27.4998E-017.4998E-012.0340E+00 0.000E+00
3IA923IA89 27.4998E-017.4998E-012.0340E+00 0.000E+00
02A9102A90 17.5000E-017.5000E-011.0565E+00 0.000E+00
2AA912AA90 17.5000E-017.5000E-011.0565E+00 0.000E+00
2BA912BA90 17.5000E-017.5000E-011.0565E+00 0.000E+00
2CA912CA90 17.5000E-017.5000E-011.0565E+00 0.000E+00
2DA912DA90 17.5000E-017.5000E-011.0565E+00 0.000E+00
2EA912EA90 17.5000E-017.5000E-011.0565E+00 0.000E+00
2FA912FA90 17.5000E-017.5000E-011.0565E+00 0.000E+00
2GA912GA90 17.5000E-017.5000E-011.0565E+00 0.000E+00
2HA912HA90 17.5000E-017.5000E-011.0565E+00 0.000E+00
2IA912IA90 17.5000E-017.5000E-011.0565E+00 0.000E+00
03A9103A90 17.5000E-017.5000E-011.0565E+00 0.000E+00
3AA913AA90 17.5000E-017.5000E-011.0565E+00 0.000E+00
3BA913BA90 17.5000E-017.5000E-011.0565E+00 0.000E+00
3CA913CA90 17.5000E-017.5000E-011.0565E+00 0.000E+00
3DA913DA90 17.5000E-017.5000E-011.0565E+00 0.000E+00
3EA913EA90 17.5000E-017.5000E-011.0565E+00 0.000E+00
3FA913FA90 17.5000E-017.5000E-011.0565E+00 0.000E+00
3GA913GA90 17.5000E-017.5000E-011.0565E+00 0.000E+00
3HA913HA90 17.5000E-017.5000E-011.0565E+00 0.000E+00
3IA913IA90 17.5000E-017.5000E-011.0565E+00 0.000E+00
02A9302A90 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA932AA90 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA932BA90 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA932CA90 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA932DA90 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA932EA90 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA932FA90 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA932GA90 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA932HA90 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA932IA90 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A9303A90 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA933AA90 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA933BA90 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA933CA90 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA933DA90 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA933EA90 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA933FA90 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA933GA90 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA933HA90 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA933IA90 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A9202A90 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA922AA90 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA922BA90 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA922CA90 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA922DA90 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA922EA90 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA922FA90 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA922GA90 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA922HA90 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA922IA90 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A9203A90 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA923AA90 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA923BA90 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA923CA90 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA923DA90 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA923EA90 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA923FA90 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA923GA90 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA923HA90 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA923IA90 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A9402A91 27.4998E-017.4998E-011.9722E+00 0.000E+00
2AA942AA91 27.4998E-017.4998E-011.9722E+00 0.000E+00
2BA942BA91 27.4998E-017.4998E-011.9722E+00 0.000E+00
2CA942CA91 27.4998E-017.4998E-011.9722E+00 0.000E+00
2DA942DA91 27.4998E-017.4998E-011.9722E+00 0.000E+00
2EA942EA91 27.4998E-017.4998E-011.9722E+00 0.000E+00
2FA942FA91 27.4998E-017.4998E-011.9722E+00 0.000E+00
2GA942GA91 27.4998E-017.4998E-011.9722E+00 0.000E+00
2HA942HA91 27.4998E-017.4998E-011.9722E+00 0.000E+00
2IA942IA91 27.4998E-017.4998E-011.9722E+00 0.000E+00
03A9403A91 27.4998E-017.4998E-011.9722E+00 0.000E+00
3AA943AA91 27.4998E-017.4998E-011.9722E+00 0.000E+00
3BA943BA91 27.4998E-017.4998E-011.9722E+00 0.000E+00
3CA943CA91 27.4998E-017.4998E-011.9722E+00 0.000E+00
3DA943DA91 27.4998E-017.4998E-011.9722E+00 0.000E+00
3EA943EA91 27.4998E-017.4998E-011.9722E+00 0.000E+00
3FA943FA91 27.4998E-017.4998E-011.9722E+00 0.000E+00
3GA943GA91 27.4998E-017.4998E-011.9722E+00 0.000E+00
3HA943HA91 27.4998E-017.4998E-011.9722E+00 0.000E+00
3IA943IA91 27.4998E-017.4998E-011.9722E+00 0.000E+00
02A9302A91 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA932AA91 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA932BA91 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA932CA91 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA932DA91 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA932EA91 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA932FA91 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA932GA91 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA932HA91 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA932IA91 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A9303A91 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA933AA91 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA933BA91 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA933CA91 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA933DA91 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA933EA91 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA933FA91 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA933GA91 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA933HA91 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA933IA91 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A9302A92 17.5000E-017.5000E-011.0565E+00 0.000E+00
2AA932AA92 17.5000E-017.5000E-011.0565E+00 0.000E+00
2BA932BA92 17.5000E-017.5000E-011.0565E+00 0.000E+00
2CA932CA92 17.5000E-017.5000E-011.0565E+00 0.000E+00
2DA932DA92 17.5000E-017.5000E-011.0565E+00 0.000E+00
2EA932EA92 17.5000E-017.5000E-011.0565E+00 0.000E+00
2FA932FA92 17.5000E-017.5000E-011.0565E+00 0.000E+00
2GA932GA92 17.5000E-017.5000E-011.0565E+00 0.000E+00
2HA932HA92 17.5000E-017.5000E-011.0565E+00 0.000E+00
2IA932IA92 17.5000E-017.5000E-011.0565E+00 0.000E+00
03A9303A92 17.5000E-017.5000E-011.0565E+00 0.000E+00
3AA933AA92 17.5000E-017.5000E-011.0565E+00 0.000E+00
3BA933BA92 17.5000E-017.5000E-011.0565E+00 0.000E+00
3CA933CA92 17.5000E-017.5000E-011.0565E+00 0.000E+00
3DA933DA92 17.5000E-017.5000E-011.0565E+00 0.000E+00
3EA933EA92 17.5000E-017.5000E-011.0565E+00 0.000E+00
3FA933FA92 17.5000E-017.5000E-011.0565E+00 0.000E+00
3GA933GA92 17.5000E-017.5000E-011.0565E+00 0.000E+00
3HA933HA92 17.5000E-017.5000E-011.0565E+00 0.000E+00
3IA933IA92 17.5000E-017.5000E-011.0565E+00 0.000E+00
02A9502A92 27.4998E-017.4998E-011.5437E+00 0.000E+00
2AA952AA92 27.4998E-017.4998E-011.5437E+00 0.000E+00
2BA952BA92 27.4998E-017.4998E-011.5437E+00 0.000E+00
2CA952CA92 27.4998E-017.4998E-011.5437E+00 0.000E+00
2DA952DA92 27.4998E-017.4998E-011.5437E+00 0.000E+00
2EA952EA92 27.4998E-017.4998E-011.5437E+00 0.000E+00
2FA952FA92 27.4998E-017.4998E-011.5437E+00 0.000E+00
2GA952GA92 27.4998E-017.4998E-011.5437E+00 0.000E+00
2HA952HA92 27.4998E-017.4998E-011.5437E+00 0.000E+00
2IA952IA92 27.4998E-017.4998E-011.5437E+00 0.000E+00
03A9503A92 27.4998E-017.4998E-011.5437E+00 0.000E+00
3AA953AA92 27.4998E-017.4998E-011.5437E+00 0.000E+00
3BA953BA92 27.4998E-017.4998E-011.5437E+00 0.000E+00
3CA953CA92 27.4998E-017.4998E-011.5437E+00 0.000E+00
3DA953DA92 27.4998E-017.4998E-011.5437E+00 0.000E+00
3EA953EA92 27.4998E-017.4998E-011.5437E+00 0.000E+00
3FA953FA92 27.4998E-017.4998E-011.5437E+00 0.000E+00
3GA953GA92 27.4998E-017.4998E-011.5437E+00 0.000E+00
3HA953HA92 27.4998E-017.4998E-011.5437E+00 0.000E+00
3IA953IA92 27.4998E-017.4998E-011.5437E+00 0.000E+00
02A9402A93 17.5000E-017.5000E-011.0565E+00 0.000E+00
2AA942AA93 17.5000E-017.5000E-011.0565E+00 0.000E+00
2BA942BA93 17.5000E-017.5000E-011.0565E+00 0.000E+00
2CA942CA93 17.5000E-017.5000E-011.0565E+00 0.000E+00
2DA942DA93 17.5000E-017.5000E-011.0565E+00 0.000E+00
2EA942EA93 17.5000E-017.5000E-011.0565E+00 0.000E+00
2FA942FA93 17.5000E-017.5000E-011.0565E+00 0.000E+00
2GA942GA93 17.5000E-017.5000E-011.0565E+00 0.000E+00
2HA942HA93 17.5000E-017.5000E-011.0565E+00 0.000E+00
2IA942IA93 17.5000E-017.5000E-011.0565E+00 0.000E+00
03A9403A93 17.5000E-017.5000E-011.0565E+00 0.000E+00
3AA943AA93 17.5000E-017.5000E-011.0565E+00 0.000E+00
3BA943BA93 17.5000E-017.5000E-011.0565E+00 0.000E+00
3CA943CA93 17.5000E-017.5000E-011.0565E+00 0.000E+00
3DA943DA93 17.5000E-017.5000E-011.0565E+00 0.000E+00
3EA943EA93 17.5000E-017.5000E-011.0565E+00 0.000E+00
3FA943FA93 17.5000E-017.5000E-011.0565E+00 0.000E+00
3GA943GA93 17.5000E-017.5000E-011.0565E+00 0.000E+00
3HA943HA93 17.5000E-017.5000E-011.0565E+00 0.000E+00
3IA943IA93 17.5000E-017.5000E-011.0565E+00 0.000E+00
02A9602A93 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA962AA93 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA962BA93 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA962CA93 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA962DA93 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA962EA93 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA962FA93 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA962GA93 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA962HA93 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA962IA93 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A9603A93 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA963AA93 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA963BA93 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA963CA93 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA963DA93 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA963EA93 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA963FA93 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA963GA93 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA963HA93 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA963IA93 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A9502A93 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA952AA93 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA952BA93 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA952CA93 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA952DA93 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA952EA93 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA952FA93 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA952GA93 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA952HA93 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA952IA93 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A9503A93 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA953AA93 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA953BA93 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA953CA93 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA953DA93 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA953EA93 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA953FA93 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA953GA93 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA953HA93 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA953IA93 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A9602A94 27.4998E-017.4998E-011.9722E+00 0.000E+00
2AA962AA94 27.4998E-017.4998E-011.9722E+00 0.000E+00
2BA962BA94 27.4998E-017.4998E-011.9722E+00 0.000E+00
2CA962CA94 27.4998E-017.4998E-011.9722E+00 0.000E+00
2DA962DA94 27.4998E-017.4998E-011.9722E+00 0.000E+00
2EA962EA94 27.4998E-017.4998E-011.9722E+00 0.000E+00
2FA962FA94 27.4998E-017.4998E-011.9722E+00 0.000E+00
2GA962GA94 27.4998E-017.4998E-011.9722E+00 0.000E+00
2HA962HA94 27.4998E-017.4998E-011.9722E+00 0.000E+00
2IA962IA94 27.4998E-017.4998E-011.9722E+00 0.000E+00
03A9603A94 27.4998E-017.4998E-011.9722E+00 0.000E+00
3AA963AA94 27.4998E-017.4998E-011.9722E+00 0.000E+00
3BA963BA94 27.4998E-017.4998E-011.9722E+00 0.000E+00
3CA963CA94 27.4998E-017.4998E-011.9722E+00 0.000E+00
3DA963DA94 27.4998E-017.4998E-011.9722E+00 0.000E+00
3EA963EA94 27.4998E-017.4998E-011.9722E+00 0.000E+00
3FA963FA94 27.4998E-017.4998E-011.9722E+00 0.000E+00
3GA963GA94 27.4998E-017.4998E-011.9722E+00 0.000E+00
3HA963HA94 27.4998E-017.4998E-011.9722E+00 0.000E+00
3IA963IA94 27.4998E-017.4998E-011.9722E+00 0.000E+00
02A9602A95 17.5000E-017.5000E-011.0565E+00 0.000E+00
2AA962AA95 17.5000E-017.5000E-011.0565E+00 0.000E+00
2BA962BA95 17.5000E-017.5000E-011.0565E+00 0.000E+00
2CA962CA95 17.5000E-017.5000E-011.0565E+00 0.000E+00
2DA962DA95 17.5000E-017.5000E-011.0565E+00 0.000E+00
2EA962EA95 17.5000E-017.5000E-011.0565E+00 0.000E+00
2FA962FA95 17.5000E-017.5000E-011.0565E+00 0.000E+00
2GA962GA95 17.5000E-017.5000E-011.0565E+00 0.000E+00
2HA962HA95 17.5000E-017.5000E-011.0565E+00 0.000E+00
2IA962IA95 17.5000E-017.5000E-011.0565E+00 0.000E+00
03A9603A95 17.5000E-017.5000E-011.0565E+00 0.000E+00
3AA963AA95 17.5000E-017.5000E-011.0565E+00 0.000E+00
3BA963BA95 17.5000E-017.5000E-011.0565E+00 0.000E+00
3CA963CA95 17.5000E-017.5000E-011.0565E+00 0.000E+00
3DA963DA95 17.5000E-017.5000E-011.0565E+00 0.000E+00
3EA963EA95 17.5000E-017.5000E-011.0565E+00 0.000E+00
3FA963FA95 17.5000E-017.5000E-011.0565E+00 0.000E+00
3GA963GA95 17.5000E-017.5000E-011.0565E+00 0.000E+00
3HA963HA95 17.5000E-017.5000E-011.0565E+00 0.000E+00
3IA963IA95 17.5000E-017.5000E-011.0565E+00 0.000E+00
02A9702A95 27.4998E-017.4998E-011.0534E+00 0.000E+00
2AA972AA95 27.4998E-017.4998E-011.0534E+00 0.000E+00
2BA972BA95 27.4998E-017.4998E-011.0534E+00 0.000E+00
2CA972CA95 27.4998E-017.4998E-011.0534E+00 0.000E+00
2DA972DA95 27.4998E-017.4998E-011.0534E+00 0.000E+00
2EA972EA95 27.4998E-017.4998E-011.0534E+00 0.000E+00
2FA972FA95 27.4998E-017.4998E-011.0534E+00 0.000E+00
2GA972GA95 27.4998E-017.4998E-011.0534E+00 0.000E+00
2HA972HA95 27.4998E-017.4998E-011.0534E+00 0.000E+00
2IA972IA95 27.4998E-017.4998E-011.0534E+00 0.000E+00
03A9703A95 27.4998E-017.4998E-011.0534E+00 0.000E+00
3AA973AA95 27.4998E-017.4998E-011.0534E+00 0.000E+00
3BA973BA95 27.4998E-017.4998E-011.0534E+00 0.000E+00
3CA973CA95 27.4998E-017.4998E-011.0534E+00 0.000E+00
3DA973DA95 27.4998E-017.4998E-011.0534E+00 0.000E+00
3EA973EA95 27.4998E-017.4998E-011.0534E+00 0.000E+00
3FA973FA95 27.4998E-017.4998E-011.0534E+00 0.000E+00
3GA973GA95 27.4998E-017.4998E-011.0534E+00 0.000E+00
3HA973HA95 27.4998E-017.4998E-011.0534E+00 0.000E+00
3IA973IA95 27.4998E-017.4998E-011.0534E+00 0.000E+00
02A9802A96 27.4998E-017.4998E-011.9722E+00 0.000E+00
2AA982AA96 27.4998E-017.4998E-011.9722E+00 0.000E+00
2BA982BA96 27.4998E-017.4998E-011.9722E+00 0.000E+00
2CA982CA96 27.4998E-017.4998E-011.9722E+00 0.000E+00
2DA982DA96 27.4998E-017.4998E-011.9722E+00 0.000E+00
2EA982EA96 27.4998E-017.4998E-011.9722E+00 0.000E+00
2FA982FA96 27.4998E-017.4998E-011.9722E+00 0.000E+00
2GA982GA96 27.4998E-017.4998E-011.9722E+00 0.000E+00
2HA982HA96 27.4998E-017.4998E-011.9722E+00 0.000E+00
2IA982IA96 27.4998E-017.4998E-011.9722E+00 0.000E+00
03A9803A96 27.4998E-017.4998E-011.9722E+00 0.000E+00
3AA983AA96 27.4998E-017.4998E-011.9722E+00 0.000E+00
3BA983BA96 27.4998E-017.4998E-011.9722E+00 0.000E+00
3CA983CA96 27.4998E-017.4998E-011.9722E+00 0.000E+00
3DA983DA96 27.4998E-017.4998E-011.9722E+00 0.000E+00
3EA983EA96 27.4998E-017.4998E-011.9722E+00 0.000E+00
3FA983FA96 27.4998E-017.4998E-011.9722E+00 0.000E+00
3GA983GA96 27.4998E-017.4998E-011.9722E+00 0.000E+00
3HA983HA96 27.4998E-017.4998E-011.9722E+00 0.000E+00
3IA983IA96 27.4998E-017.4998E-011.9722E+00 0.000E+00
02A9702A96 27.4998E-017.4998E-011.0566E+00 0.000E+00
2AA972AA96 27.4998E-017.4998E-011.0566E+00 0.000E+00
2BA972BA96 27.4998E-017.4998E-011.0566E+00 0.000E+00
2CA972CA96 27.4998E-017.4998E-011.0566E+00 0.000E+00
2DA972DA96 27.4998E-017.4998E-011.0566E+00 0.000E+00
2EA972EA96 27.4998E-017.4998E-011.0566E+00 0.000E+00
2FA972FA96 27.4998E-017.4998E-011.0566E+00 0.000E+00
2GA972GA96 27.4998E-017.4998E-011.0566E+00 0.000E+00
2HA972HA96 27.4998E-017.4998E-011.0566E+00 0.000E+00
2IA972IA96 27.4998E-017.4998E-011.0566E+00 0.000E+00
03A9703A96 27.4998E-017.4998E-011.0566E+00 0.000E+00
3AA973AA96 27.4998E-017.4998E-011.0566E+00 0.000E+00
3BA973BA96 27.4998E-017.4998E-011.0566E+00 0.000E+00
3CA973CA96 27.4998E-017.4998E-011.0566E+00 0.000E+00
3DA973DA96 27.4998E-017.4998E-011.0566E+00 0.000E+00
3EA973EA96 27.4998E-017.4998E-011.0566E+00 0.000E+00
3FA973FA96 27.4998E-017.4998E-011.0566E+00 0.000E+00
3GA973GA96 27.4998E-017.4998E-011.0566E+00 0.000E+00
3HA973HA96 27.4998E-017.4998E-011.0566E+00 0.000E+00
3IA973IA96 27.4998E-017.4998E-011.0566E+00 0.000E+00
02A9802A97 17.5000E-017.5000E-018.4701E-01 0.000E+00
2AA982AA97 17.5000E-017.5000E-018.4701E-01 0.000E+00
2BA982BA97 17.5000E-017.5000E-018.4701E-01 0.000E+00
2CA982CA97 17.5000E-017.5000E-018.4701E-01 0.000E+00
2DA982DA97 17.5000E-017.5000E-018.4701E-01 0.000E+00
2EA982EA97 17.5000E-017.5000E-018.4701E-01 0.000E+00
2FA982FA97 17.5000E-017.5000E-018.4701E-01 0.000E+00
2GA982GA97 17.5000E-017.5000E-018.4701E-01 0.000E+00
2HA982HA97 17.5000E-017.5000E-018.4701E-01 0.000E+00
2IA982IA97 17.5000E-017.5000E-018.4701E-01 0.000E+00
03A9803A97 17.5000E-017.5000E-018.4701E-01 0.000E+00
3AA983AA97 17.5000E-017.5000E-018.4701E-01 0.000E+00
3BA983BA97 17.5000E-017.5000E-018.4701E-01 0.000E+00
3CA983CA97 17.5000E-017.5000E-018.4701E-01 0.000E+00
3DA983DA97 17.5000E-017.5000E-018.4701E-01 0.000E+00
3EA983EA97 17.5000E-017.5000E-018.4701E-01 0.000E+00
3FA983FA97 17.5000E-017.5000E-018.4701E-01 0.000E+00
3GA983GA97 17.5000E-017.5000E-018.4701E-01 0.000E+00
3HA983HA97 17.5000E-017.5000E-018.4701E-01 0.000E+00
3IA983IA97 17.5000E-017.5000E-018.4701E-01 0.000E+00
02B1802A97 27.0662E-017.0662E-016.9225E-01 0.000E+00
2AB182AA97 27.0662E-017.0662E-016.9225E-01 0.000E+00
2BB182BA97 27.0662E-017.0662E-016.9225E-01 0.000E+00
2CB182CA97 27.0662E-017.0662E-016.9225E-01 0.000E+00
2DB182DA97 27.0662E-017.0662E-016.9225E-01 0.000E+00
2EB182EA97 27.0662E-017.0662E-016.9225E-01 0.000E+00
2FB182FA97 27.0662E-017.0662E-016.9225E-01 0.000E+00
2GB182GA97 27.0662E-017.0662E-016.9225E-01 0.000E+00
2HB182HA97 27.0662E-017.0662E-016.9225E-01 0.000E+00
2IB182IA97 27.0662E-017.0662E-016.9225E-01 0.000E+00
03B1803A97 27.0662E-017.0662E-016.9225E-01 0.000E+00
3AB183AA97 27.0662E-017.0662E-016.9225E-01 0.000E+00
3BB183BA97 27.0662E-017.0662E-016.9225E-01 0.000E+00
3CB183CA97 27.0662E-017.0662E-016.9225E-01 0.000E+00
3DB183DA97 27.0662E-017.0662E-016.9225E-01 0.000E+00
3EB183EA97 27.0662E-017.0662E-016.9225E-01 0.000E+00
3FB183FA97 27.0662E-017.0662E-016.9225E-01 0.000E+00
3GB183GA97 27.0662E-017.0662E-016.9225E-01 0.000E+00
3HB183HA97 27.0662E-017.0662E-016.9225E-01 0.000E+00
3IB183IA97 27.0662E-017.0662E-016.9225E-01 0.000E+00
02B2602A98 24.2906E-014.2906E-016.8847E-01 0.000E+00
2AB262AA98 24.2906E-014.2906E-016.8847E-01 0.000E+00
2BB262BA98 24.2906E-014.2906E-016.8847E-01 0.000E+00
2CB262CA98 24.2906E-014.2906E-016.8847E-01 0.000E+00
2DB262DA98 24.2906E-014.2906E-016.8847E-01 0.000E+00
2EB262EA98 24.2906E-014.2906E-016.8847E-01 0.000E+00
2FB262FA98 24.2906E-014.2906E-016.8847E-01 0.000E+00
2GB262GA98 24.2906E-014.2906E-016.8847E-01 0.000E+00
2HB262HA98 24.2906E-014.2906E-016.8847E-01 0.000E+00
2IB262IA98 24.2906E-014.2906E-016.8847E-01 0.000E+00
03B2603A98 24.2906E-014.2906E-016.8847E-01 0.000E+00
3AB263AA98 24.2906E-014.2906E-016.8847E-01 0.000E+00
3BB263BA98 24.2906E-014.2906E-016.8847E-01 0.000E+00
3CB263CA98 24.2906E-014.2906E-016.8847E-01 0.000E+00
3DB263DA98 24.2906E-014.2906E-016.8847E-01 0.000E+00
3EB263EA98 24.2906E-014.2906E-016.8847E-01 0.000E+00
3FB263FA98 24.2906E-014.2906E-016.8847E-01 0.000E+00
3GB263GA98 24.2906E-014.2906E-016.8847E-01 0.000E+00
3HB263HA98 24.2906E-014.2906E-016.8847E-01 0.000E+00
3IB263IA98 24.2906E-014.2906E-016.8847E-01 0.000E+00
02B2202A98 23.5952E-013.5952E-019.7954E-01 0.000E+00
2AB222AA98 23.5952E-013.5952E-019.7954E-01 0.000E+00
2BB222BA98 23.5952E-013.5952E-019.7954E-01 0.000E+00
2CB222CA98 23.5952E-013.5952E-019.7954E-01 0.000E+00
2DB222DA98 23.5952E-013.5952E-019.7954E-01 0.000E+00
2EB222EA98 23.5952E-013.5952E-019.7954E-01 0.000E+00
2FB222FA98 23.5952E-013.5952E-019.7954E-01 0.000E+00
2GB222GA98 23.5952E-013.5952E-019.7954E-01 0.000E+00
2HB222HA98 23.5952E-013.5952E-019.7954E-01 0.000E+00
2IB222IA98 23.5952E-013.5952E-019.7954E-01 0.000E+00
03B2203A98 23.5952E-013.5952E-019.7954E-01 0.000E+00
3AB223AA98 23.5952E-013.5952E-019.7954E-01 0.000E+00
3BB223BA98 23.5952E-013.5952E-019.7954E-01 0.000E+00
3CB223CA98 23.5952E-013.5952E-019.7954E-01 0.000E+00
3DB223DA98 23.5952E-013.5952E-019.7954E-01 0.000E+00
3EB223EA98 23.5952E-013.5952E-019.7954E-01 0.000E+00
3FB223FA98 23.5952E-013.5952E-019.7954E-01 0.000E+00
3GB223GA98 23.5952E-013.5952E-019.7954E-01 0.000E+00
3HB223HA98 23.5952E-013.5952E-019.7954E-01 0.000E+00
3IB223IA98 23.5952E-013.5952E-019.7954E-01 0.000E+00
02B1802A98 25.7486E-015.7486E-012.6554E-01 0.000E+00
2AB182AA98 25.7486E-015.7486E-012.6554E-01 0.000E+00
2BB182BA98 25.7486E-015.7486E-012.6554E-01 0.000E+00
2CB182CA98 25.7486E-015.7486E-012.6554E-01 0.000E+00
2DB182DA98 25.7486E-015.7486E-012.6554E-01 0.000E+00
2EB182EA98 25.7486E-015.7486E-012.6554E-01 0.000E+00
2FB182FA98 25.7486E-015.7486E-012.6554E-01 0.000E+00
2GB182GA98 25.7486E-015.7486E-012.6554E-01 0.000E+00
2HB182HA98 25.7486E-015.7486E-012.6554E-01 0.000E+00
2IB182IA98 25.7486E-015.7486E-012.6554E-01 0.000E+00
03B1803A98 25.7486E-015.7486E-012.6554E-01 0.000E+00
3AB183AA98 25.7486E-015.7486E-012.6554E-01 0.000E+00
3BB183BA98 25.7486E-015.7486E-012.6554E-01 0.000E+00
3CB183CA98 25.7486E-015.7486E-012.6554E-01 0.000E+00
3DB183DA98 25.7486E-015.7486E-012.6554E-01 0.000E+00
3EB183EA98 25.7486E-015.7486E-012.6554E-01 0.000E+00
3FB183FA98 25.7486E-015.7486E-012.6554E-01 0.000E+00
3GB183GA98 25.7486E-015.7486E-012.6554E-01 0.000E+00
3HB183HA98 25.7486E-015.7486E-012.6554E-01 0.000E+00
3IB183IA98 25.7486E-015.7486E-012.6554E-01 0.000E+00
02B 002A99 16.2500E-026.2500E-025.6166E-02 0.000E+00
2AB 02AA99 16.2500E-026.2500E-025.6166E-02 0.000E+00
2BB 02BA99 16.2500E-026.2500E-025.6166E-02 0.000E+00
2CB 02CA99 16.2500E-026.2500E-025.6166E-02 0.000E+00
2DB 02DA99 16.2500E-026.2500E-025.6166E-02 0.000E+00
2EB 02EA99 16.2500E-026.2500E-025.6166E-02 0.000E+00
2FB 02FA99 16.2500E-026.2500E-025.6166E-02 0.000E+00
2GB 02GA99 16.2500E-026.2500E-025.6166E-02 0.000E+00
2HB 02HA99 16.2500E-026.2500E-025.6166E-02 0.000E+00
2IB 02IA99 16.2500E-026.2500E-025.6166E-02 0.000E+00
03B 003A99 16.2500E-026.2500E-025.6166E-02 0.000E+00
3AB 03AA99 16.2500E-026.2500E-025.6166E-02 0.000E+00
3BB 03BA99 16.2500E-026.2500E-025.6166E-02 0.000E+00
3CB 03CA99 16.2500E-026.2500E-025.6166E-02 0.000E+00
3DB 03DA99 16.2500E-026.2500E-025.6166E-02 0.000E+00
3EB 03EA99 16.2500E-026.2500E-025.6166E-02 0.000E+00
3FB 03FA99 16.2500E-026.2500E-025.6166E-02 0.000E+00
3GB 03GA99 16.2500E-026.2500E-025.6166E-02 0.000E+00
3HB 03HA99 16.2500E-026.2500E-025.6166E-02 0.000E+00
3IB 03IA99 16.2500E-026.2500E-025.6166E-02 0.000E+00
02B 102A99 16.2500E-026.2500E-022.6890E-02 0.000E+00
2AB 12AA99 16.2500E-026.2500E-022.6890E-02 0.000E+00
2BB 12BA99 16.2500E-026.2500E-022.6890E-02 0.000E+00
2CB 12CA99 16.2500E-026.2500E-022.6890E-02 0.000E+00
2DB 12DA99 16.2500E-026.2500E-022.6890E-02 0.000E+00
2EB 12EA99 16.2500E-026.2500E-022.6890E-02 0.000E+00
2FB 12FA99 16.2500E-026.2500E-022.6890E-02 0.000E+00
2GB 12GA99 16.2500E-026.2500E-022.6890E-02 0.000E+00
2HB 12HA99 16.2500E-026.2500E-022.6890E-02 0.000E+00
2IB 12IA99 16.2500E-026.2500E-022.6890E-02 0.000E+00
03B 103A99 16.2500E-026.2500E-022.6890E-02 0.000E+00
3AB 13AA99 16.2500E-026.2500E-022.6890E-02 0.000E+00
3BB 13BA99 16.2500E-026.2500E-022.6890E-02 0.000E+00
3CB 13CA99 16.2500E-026.2500E-022.6890E-02 0.000E+00
3DB 13DA99 16.2500E-026.2500E-022.6890E-02 0.000E+00
3EB 13EA99 16.2500E-026.2500E-022.6890E-02 0.000E+00
3FB 13FA99 16.2500E-026.2500E-022.6890E-02 0.000E+00
3GB 13GA99 16.2500E-026.2500E-022.6890E-02 0.000E+00
3HB 13HA99 16.2500E-026.2500E-022.6890E-02 0.000E+00
3IB 13IA99 16.2500E-026.2500E-022.6890E-02 0.000E+00
02B 502A99 16.2500E-026.2500E-022.6890E-02 0.000E+00
2AB 52AA99 16.2500E-026.2500E-022.6890E-02 0.000E+00
2BB 52BA99 16.2500E-026.2500E-022.6890E-02 0.000E+00
2CB 52CA99 16.2500E-026.2500E-022.6890E-02 0.000E+00
2DB 52DA99 16.2500E-026.2500E-022.6890E-02 0.000E+00
2EB 52EA99 16.2500E-026.2500E-022.6890E-02 0.000E+00
2FB 52FA99 16.2500E-026.2500E-022.6890E-02 0.000E+00
2GB 52GA99 16.2500E-026.2500E-022.6890E-02 0.000E+00
2HB 52HA99 16.2500E-026.2500E-022.6890E-02 0.000E+00
2IB 52IA99 16.2500E-026.2500E-022.6890E-02 0.000E+00
03B 503A99 16.2500E-026.2500E-022.6890E-02 0.000E+00
3AB 53AA99 16.2500E-026.2500E-022.6890E-02 0.000E+00
3BB 53BA99 16.2500E-026.2500E-022.6890E-02 0.000E+00
3CB 53CA99 16.2500E-026.2500E-022.6890E-02 0.000E+00
3DB 53DA99 16.2500E-026.2500E-022.6890E-02 0.000E+00
3EB 53EA99 16.2500E-026.2500E-022.6890E-02 0.000E+00
3FB 53FA99 16.2500E-026.2500E-022.6890E-02 0.000E+00
3GB 53GA99 16.2500E-026.2500E-022.6890E-02 0.000E+00
3HB 53HA99 16.2500E-026.2500E-022.6890E-02 0.000E+00
3IB 53IA99 16.2500E-026.2500E-022.6890E-02 0.000E+00
02B 902A99 16.2500E-026.2500E-025.6579E-02 0.000E+00
2AB 92AA99 16.2500E-026.2500E-025.6579E-02 0.000E+00
2BB 92BA99 16.2500E-026.2500E-025.6579E-02 0.000E+00
2CB 92CA99 16.2500E-026.2500E-025.6579E-02 0.000E+00
2DB 92DA99 16.2500E-026.2500E-025.6579E-02 0.000E+00
2EB 92EA99 16.2500E-026.2500E-025.6579E-02 0.000E+00
2FB 92FA99 16.2500E-026.2500E-025.6579E-02 0.000E+00
2GB 92GA99 16.2500E-026.2500E-025.6579E-02 0.000E+00
2HB 92HA99 16.2500E-026.2500E-025.6579E-02 0.000E+00
2IB 92IA99 16.2500E-026.2500E-025.6579E-02 0.000E+00
03B 903A99 16.2500E-026.2500E-025.6579E-02 0.000E+00
3AB 93AA99 16.2500E-026.2500E-025.6579E-02 0.000E+00
3BB 93BA99 16.2500E-026.2500E-025.6579E-02 0.000E+00
3CB 93CA99 16.2500E-026.2500E-025.6579E-02 0.000E+00
3DB 93DA99 16.2500E-026.2500E-025.6579E-02 0.000E+00
3EB 93EA99 16.2500E-026.2500E-025.6579E-02 0.000E+00
3FB 93FA99 16.2500E-026.2500E-025.6579E-02 0.000E+00
3GB 93GA99 16.2500E-026.2500E-025.6579E-02 0.000E+00
3HB 93HA99 16.2500E-026.2500E-025.6579E-02 0.000E+00
3IB 93IA99 16.2500E-026.2500E-025.6579E-02 0.000E+00
02B 202B 0 11.3053E-011.3053E-013.5115E-02 0.000E+00
2AB 22AB 0 11.3053E-011.3053E-013.5115E-02 0.000E+00
2BB 22BB 0 11.3053E-011.3053E-013.5115E-02 0.000E+00
2CB 22CB 0 11.3053E-011.3053E-013.5115E-02 0.000E+00
2DB 22DB 0 11.3053E-011.3053E-013.5115E-02 0.000E+00
2EB 22EB 0 11.3053E-011.3053E-013.5115E-02 0.000E+00
2FB 22FB 0 11.3053E-011.3053E-013.5115E-02 0.000E+00
2GB 22GB 0 11.3053E-011.3053E-013.5115E-02 0.000E+00
2HB 22HB 0 11.3053E-011.3053E-013.5115E-02 0.000E+00
2IB 22IB 0 11.3053E-011.3053E-013.5115E-02 0.000E+00
03B 203B 0 11.3053E-011.3053E-013.5115E-02 0.000E+00
3AB 23AB 0 11.3053E-011.3053E-013.5115E-02 0.000E+00
3BB 23BB 0 11.3053E-011.3053E-013.5115E-02 0.000E+00
3CB 23CB 0 11.3053E-011.3053E-013.5115E-02 0.000E+00
3DB 23DB 0 11.3053E-011.3053E-013.5115E-02 0.000E+00
3EB 23EB 0 11.3053E-011.3053E-013.5115E-02 0.000E+00
3FB 23FB 0 11.3053E-011.3053E-013.5115E-02 0.000E+00
3GB 23GB 0 11.3053E-011.3053E-013.5115E-02 0.000E+00
3HB 23HB 0 11.3053E-011.3053E-013.5115E-02 0.000E+00
3IB 23IB 0 11.3053E-011.3053E-013.5115E-02 0.000E+00
02B 102B 0 22.1706E-022.1706E-022.3228E-01 0.000E+00
2AB 12AB 0 22.1706E-022.1706E-022.3228E-01 0.000E+00
2BB 12BB 0 22.1706E-022.1706E-022.3228E-01 0.000E+00
2CB 12CB 0 22.1706E-022.1706E-022.3228E-01 0.000E+00
2DB 12DB 0 22.1706E-022.1706E-022.3228E-01 0.000E+00
2EB 12EB 0 22.1706E-022.1706E-022.3228E-01 0.000E+00
2FB 12FB 0 22.1706E-022.1706E-022.3228E-01 0.000E+00
2GB 12GB 0 22.1706E-022.1706E-022.3228E-01 0.000E+00
2HB 12HB 0 22.1706E-022.1706E-022.3228E-01 0.000E+00
2IB 12IB 0 22.1706E-022.1706E-022.3228E-01 0.000E+00
03B 103B 0 22.1706E-022.1706E-022.3228E-01 0.000E+00
3AB 13AB 0 22.1706E-022.1706E-022.3228E-01 0.000E+00
3BB 13BB 0 22.1706E-022.1706E-022.3228E-01 0.000E+00
3CB 13CB 0 22.1706E-022.1706E-022.3228E-01 0.000E+00
3DB 13DB 0 22.1706E-022.1706E-022.3228E-01 0.000E+00
3EB 13EB 0 22.1706E-022.1706E-022.3228E-01 0.000E+00
3FB 13FB 0 22.1706E-022.1706E-022.3228E-01 0.000E+00
3GB 13GB 0 22.1706E-022.1706E-022.3228E-01 0.000E+00
3HB 13HB 0 22.1706E-022.1706E-022.3228E-01 0.000E+00
3IB 13IB 0 22.1706E-022.1706E-022.3228E-01 0.000E+00
02B 202B 1 11.2500E-011.2500E-011.0756E-01 0.000E+00
2AB 22AB 1 11.2500E-011.2500E-011.0756E-01 0.000E+00
2BB 22BB 1 11.2500E-011.2500E-011.0756E-01 0.000E+00
2CB 22CB 1 11.2500E-011.2500E-011.0756E-01 0.000E+00
2DB 22DB 1 11.2500E-011.2500E-011.0756E-01 0.000E+00
2EB 22EB 1 11.2500E-011.2500E-011.0756E-01 0.000E+00
2FB 22FB 1 11.2500E-011.2500E-011.0756E-01 0.000E+00
2GB 22GB 1 11.2500E-011.2500E-011.0756E-01 0.000E+00
2HB 22HB 1 11.2500E-011.2500E-011.0756E-01 0.000E+00
2IB 22IB 1 11.2500E-011.2500E-011.0756E-01 0.000E+00
03B 203B 1 11.2500E-011.2500E-011.0756E-01 0.000E+00
3AB 23AB 1 11.2500E-011.2500E-011.0756E-01 0.000E+00
3BB 23BB 1 11.2500E-011.2500E-011.0756E-01 0.000E+00
3CB 23CB 1 11.2500E-011.2500E-011.0756E-01 0.000E+00
3DB 23DB 1 11.2500E-011.2500E-011.0756E-01 0.000E+00
3EB 23EB 1 11.2500E-011.2500E-011.0756E-01 0.000E+00
3FB 23FB 1 11.2500E-011.2500E-011.0756E-01 0.000E+00
3GB 23GB 1 11.2500E-011.2500E-011.0756E-01 0.000E+00
3HB 23HB 1 11.2500E-011.2500E-011.0756E-01 0.000E+00
3IB 23IB 1 11.2500E-011.2500E-011.0756E-01 0.000E+00
02B 502B 1 22.1706E-022.1706E-022.3228E-01 0.000E+00
2AB 52AB 1 22.1706E-022.1706E-022.3228E-01 0.000E+00
2BB 52BB 1 22.1706E-022.1706E-022.3228E-01 0.000E+00
2CB 52CB 1 22.1706E-022.1706E-022.3228E-01 0.000E+00
2DB 52DB 1 22.1706E-022.1706E-022.3228E-01 0.000E+00
2EB 52EB 1 22.1706E-022.1706E-022.3228E-01 0.000E+00
2FB 52FB 1 22.1706E-022.1706E-022.3228E-01 0.000E+00
2GB 52GB 1 22.1706E-022.1706E-022.3228E-01 0.000E+00
2HB 52HB 1 22.1706E-022.1706E-022.3228E-01 0.000E+00
2IB 52IB 1 22.1706E-022.1706E-022.3228E-01 0.000E+00
03B 503B 1 22.1706E-022.1706E-022.3228E-01 0.000E+00
3AB 53AB 1 22.1706E-022.1706E-022.3228E-01 0.000E+00
3BB 53BB 1 22.1706E-022.1706E-022.3228E-01 0.000E+00
3CB 53CB 1 22.1706E-022.1706E-022.3228E-01 0.000E+00
3DB 53DB 1 22.1706E-022.1706E-022.3228E-01 0.000E+00
3EB 53EB 1 22.1706E-022.1706E-022.3228E-01 0.000E+00
3FB 53FB 1 22.1706E-022.1706E-022.3228E-01 0.000E+00
3GB 53GB 1 22.1706E-022.1706E-022.3228E-01 0.000E+00
3HB 53HB 1 22.1706E-022.1706E-022.3228E-01 0.000E+00
3IB 53IB 1 22.1706E-022.1706E-022.3228E-01 0.000E+00
02B 302B 2 12.5000E-012.5000E-012.6239E-01 0.000E+00
2AB 32AB 2 12.5000E-012.5000E-012.6239E-01 0.000E+00
2BB 32BB 2 12.5000E-012.5000E-012.6239E-01 0.000E+00
2CB 32CB 2 12.5000E-012.5000E-012.6239E-01 0.000E+00
2DB 32DB 2 12.5000E-012.5000E-012.6239E-01 0.000E+00
2EB 32EB 2 12.5000E-012.5000E-012.6239E-01 0.000E+00
2FB 32FB 2 12.5000E-012.5000E-012.6239E-01 0.000E+00
2GB 32GB 2 12.5000E-012.5000E-012.6239E-01 0.000E+00
2HB 32HB 2 12.5000E-012.5000E-012.6239E-01 0.000E+00
2IB 32IB 2 12.5000E-012.5000E-012.6239E-01 0.000E+00
03B 303B 2 12.5000E-012.5000E-012.6239E-01 0.000E+00
3AB 33AB 2 12.5000E-012.5000E-012.6239E-01 0.000E+00
3BB 33BB 2 12.5000E-012.5000E-012.6239E-01 0.000E+00
3CB 33CB 2 12.5000E-012.5000E-012.6239E-01 0.000E+00
3DB 33DB 2 12.5000E-012.5000E-012.6239E-01 0.000E+00
3EB 33EB 2 12.5000E-012.5000E-012.6239E-01 0.000E+00
3FB 33FB 2 12.5000E-012.5000E-012.6239E-01 0.000E+00
3GB 33GB 2 12.5000E-012.5000E-012.6239E-01 0.000E+00
3HB 33HB 2 12.5000E-012.5000E-012.6239E-01 0.000E+00
3IB 33IB 2 12.5000E-012.5000E-012.6239E-01 0.000E+00
02B 602B 2 26.5118E-026.5118E-024.6456E-01 0.000E+00
2AB 62AB 2 26.5118E-026.5118E-024.6456E-01 0.000E+00
2BB 62BB 2 26.5118E-026.5118E-024.6456E-01 0.000E+00
2CB 62CB 2 26.5118E-026.5118E-024.6456E-01 0.000E+00
2DB 62DB 2 26.5118E-026.5118E-024.6456E-01 0.000E+00
2EB 62EB 2 26.5118E-026.5118E-024.6456E-01 0.000E+00
2FB 62FB 2 26.5118E-026.5118E-024.6456E-01 0.000E+00
2GB 62GB 2 26.5118E-026.5118E-024.6456E-01 0.000E+00
2HB 62HB 2 26.5118E-026.5118E-024.6456E-01 0.000E+00
2IB 62IB 2 26.5118E-026.5118E-024.6456E-01 0.000E+00
03B 603B 2 26.5118E-026.5118E-024.6456E-01 0.000E+00
3AB 63AB 2 26.5118E-026.5118E-024.6456E-01 0.000E+00
3BB 63BB 2 26.5118E-026.5118E-024.6456E-01 0.000E+00
3CB 63CB 2 26.5118E-026.5118E-024.6456E-01 0.000E+00
3DB 63DB 2 26.5118E-026.5118E-024.6456E-01 0.000E+00
3EB 63EB 2 26.5118E-026.5118E-024.6456E-01 0.000E+00
3FB 63FB 2 26.5118E-026.5118E-024.6456E-01 0.000E+00
3GB 63GB 2 26.5118E-026.5118E-024.6456E-01 0.000E+00
3HB 63HB 2 26.5118E-026.5118E-024.6456E-01 0.000E+00
3IB 63IB 2 26.5118E-026.5118E-024.6456E-01 0.000E+00
02B 402B 3 14.3750E-014.3750E-014.8367E-01 0.000E+00
2AB 42AB 3 14.3750E-014.3750E-014.8367E-01 0.000E+00
2BB 42BB 3 14.3750E-014.3750E-014.8367E-01 0.000E+00
2CB 42CB 3 14.3750E-014.3750E-014.8367E-01 0.000E+00
2DB 42DB 3 14.3750E-014.3750E-014.8367E-01 0.000E+00
2EB 42EB 3 14.3750E-014.3750E-014.8367E-01 0.000E+00
2FB 42FB 3 14.3750E-014.3750E-014.8367E-01 0.000E+00
2GB 42GB 3 14.3750E-014.3750E-014.8367E-01 0.000E+00
2HB 42HB 3 14.3750E-014.3750E-014.8367E-01 0.000E+00
2IB 42IB 3 14.3750E-014.3750E-014.8367E-01 0.000E+00
03B 403B 3 14.3750E-014.3750E-014.8367E-01 0.000E+00
3AB 43AB 3 14.3750E-014.3750E-014.8367E-01 0.000E+00
3BB 43BB 3 14.3750E-014.3750E-014.8367E-01 0.000E+00
3CB 43CB 3 14.3750E-014.3750E-014.8367E-01 0.000E+00
3DB 43DB 3 14.3750E-014.3750E-014.8367E-01 0.000E+00
3EB 43EB 3 14.3750E-014.3750E-014.8367E-01 0.000E+00
3FB 43FB 3 14.3750E-014.3750E-014.8367E-01 0.000E+00
3GB 43GB 3 14.3750E-014.3750E-014.8367E-01 0.000E+00
3HB 43HB 3 14.3750E-014.3750E-014.8367E-01 0.000E+00
3IB 43IB 3 14.3750E-014.3750E-014.8367E-01 0.000E+00
02B 702B 3 21.5194E-011.5194E-018.5169E-01 0.000E+00
2AB 72AB 3 21.5194E-011.5194E-018.5169E-01 0.000E+00
2BB 72BB 3 21.5194E-011.5194E-018.5169E-01 0.000E+00
2CB 72CB 3 21.5194E-011.5194E-018.5169E-01 0.000E+00
2DB 72DB 3 21.5194E-011.5194E-018.5169E-01 0.000E+00
2EB 72EB 3 21.5194E-011.5194E-018.5169E-01 0.000E+00
2FB 72FB 3 21.5194E-011.5194E-018.5169E-01 0.000E+00
2GB 72GB 3 21.5194E-011.5194E-018.5169E-01 0.000E+00
2HB 72HB 3 21.5194E-011.5194E-018.5169E-01 0.000E+00
2IB 72IB 3 21.5194E-011.5194E-018.5169E-01 0.000E+00
03B 703B 3 21.5194E-011.5194E-018.5169E-01 0.000E+00
3AB 73AB 3 21.5194E-011.5194E-018.5169E-01 0.000E+00
3BB 73BB 3 21.5194E-011.5194E-018.5169E-01 0.000E+00
3CB 73CB 3 21.5194E-011.5194E-018.5169E-01 0.000E+00
3DB 73DB 3 21.5194E-011.5194E-018.5169E-01 0.000E+00
3EB 73EB 3 21.5194E-011.5194E-018.5169E-01 0.000E+00
3FB 73FB 3 21.5194E-011.5194E-018.5169E-01 0.000E+00
3GB 73GB 3 21.5194E-011.5194E-018.5169E-01 0.000E+00
3HB 73HB 3 21.5194E-011.5194E-018.5169E-01 0.000E+00
3IB 73IB 3 21.5194E-011.5194E-018.5169E-01 0.000E+00
02B 802B 4 23.0388E-013.0388E-011.5871E+00 0.000E+00
2AB 82AB 4 23.0388E-013.0388E-011.5871E+00 0.000E+00
2BB 82BB 4 23.0388E-013.0388E-011.5871E+00 0.000E+00
2CB 82CB 4 23.0388E-013.0388E-011.5871E+00 0.000E+00
2DB 82DB 4 23.0388E-013.0388E-011.5871E+00 0.000E+00
2EB 82EB 4 23.0388E-013.0388E-011.5871E+00 0.000E+00
2FB 82FB 4 23.0388E-013.0388E-011.5871E+00 0.000E+00
2GB 82GB 4 23.0388E-013.0388E-011.5871E+00 0.000E+00
2HB 82HB 4 23.0388E-013.0388E-011.5871E+00 0.000E+00
2IB 82IB 4 23.0388E-013.0388E-011.5871E+00 0.000E+00
03B 803B 4 23.0388E-013.0388E-011.5871E+00 0.000E+00
3AB 83AB 4 23.0388E-013.0388E-011.5871E+00 0.000E+00
3BB 83BB 4 23.0388E-013.0388E-011.5871E+00 0.000E+00
3CB 83CB 4 23.0388E-013.0388E-011.5871E+00 0.000E+00
3DB 83DB 4 23.0388E-013.0388E-011.5871E+00 0.000E+00
3EB 83EB 4 23.0388E-013.0388E-011.5871E+00 0.000E+00
3FB 83FB 4 23.0388E-013.0388E-011.5871E+00 0.000E+00
3GB 83GB 4 23.0388E-013.0388E-011.5871E+00 0.000E+00
3HB 83HB 4 23.0388E-013.0388E-011.5871E+00 0.000E+00
3IB 83IB 4 23.0388E-013.0388E-011.5871E+00 0.000E+00
02B 602B 5 11.2500E-011.2500E-011.0756E-01 0.000E+00
2AB 62AB 5 11.2500E-011.2500E-011.0756E-01 0.000E+00
2BB 62BB 5 11.2500E-011.2500E-011.0756E-01 0.000E+00
2CB 62CB 5 11.2500E-011.2500E-011.0756E-01 0.000E+00
2DB 62DB 5 11.2500E-011.2500E-011.0756E-01 0.000E+00
2EB 62EB 5 11.2500E-011.2500E-011.0756E-01 0.000E+00
2FB 62FB 5 11.2500E-011.2500E-011.0756E-01 0.000E+00
2GB 62GB 5 11.2500E-011.2500E-011.0756E-01 0.000E+00
2HB 62HB 5 11.2500E-011.2500E-011.0756E-01 0.000E+00
2IB 62IB 5 11.2500E-011.2500E-011.0756E-01 0.000E+00
03B 603B 5 11.2500E-011.2500E-011.0756E-01 0.000E+00
3AB 63AB 5 11.2500E-011.2500E-011.0756E-01 0.000E+00
3BB 63BB 5 11.2500E-011.2500E-011.0756E-01 0.000E+00
3CB 63CB 5 11.2500E-011.2500E-011.0756E-01 0.000E+00
3DB 63DB 5 11.2500E-011.2500E-011.0756E-01 0.000E+00
3EB 63EB 5 11.2500E-011.2500E-011.0756E-01 0.000E+00
3FB 63FB 5 11.2500E-011.2500E-011.0756E-01 0.000E+00
3GB 63GB 5 11.2500E-011.2500E-011.0756E-01 0.000E+00
3HB 63HB 5 11.2500E-011.2500E-011.0756E-01 0.000E+00
3IB 63IB 5 11.2500E-011.2500E-011.0756E-01 0.000E+00
02B 902B 5 22.1706E-022.1706E-022.3228E-01 0.000E+00
2AB 92AB 5 22.1706E-022.1706E-022.3228E-01 0.000E+00
2BB 92BB 5 22.1706E-022.1706E-022.3228E-01 0.000E+00
2CB 92CB 5 22.1706E-022.1706E-022.3228E-01 0.000E+00
2DB 92DB 5 22.1706E-022.1706E-022.3228E-01 0.000E+00
2EB 92EB 5 22.1706E-022.1706E-022.3228E-01 0.000E+00
2FB 92FB 5 22.1706E-022.1706E-022.3228E-01 0.000E+00
2GB 92GB 5 22.1706E-022.1706E-022.3228E-01 0.000E+00
2HB 92HB 5 22.1706E-022.1706E-022.3228E-01 0.000E+00
2IB 92IB 5 22.1706E-022.1706E-022.3228E-01 0.000E+00
03B 903B 5 22.1706E-022.1706E-022.3228E-01 0.000E+00
3AB 93AB 5 22.1706E-022.1706E-022.3228E-01 0.000E+00
3BB 93BB 5 22.1706E-022.1706E-022.3228E-01 0.000E+00
3CB 93CB 5 22.1706E-022.1706E-022.3228E-01 0.000E+00
3DB 93DB 5 22.1706E-022.1706E-022.3228E-01 0.000E+00
3EB 93EB 5 22.1706E-022.1706E-022.3228E-01 0.000E+00
3FB 93FB 5 22.1706E-022.1706E-022.3228E-01 0.000E+00
3GB 93GB 5 22.1706E-022.1706E-022.3228E-01 0.000E+00
3HB 93HB 5 22.1706E-022.1706E-022.3228E-01 0.000E+00
3IB 93IB 5 22.1706E-022.1706E-022.3228E-01 0.000E+00
02B 702B 6 12.5000E-012.5000E-012.6890E-01 0.000E+00
2AB 72AB 6 12.5000E-012.5000E-012.6890E-01 0.000E+00
2BB 72BB 6 12.5000E-012.5000E-012.6890E-01 0.000E+00
2CB 72CB 6 12.5000E-012.5000E-012.6890E-01 0.000E+00
2DB 72DB 6 12.5000E-012.5000E-012.6890E-01 0.000E+00
2EB 72EB 6 12.5000E-012.5000E-012.6890E-01 0.000E+00
2FB 72FB 6 12.5000E-012.5000E-012.6890E-01 0.000E+00
2GB 72GB 6 12.5000E-012.5000E-012.6890E-01 0.000E+00
2HB 72HB 6 12.5000E-012.5000E-012.6890E-01 0.000E+00
2IB 72IB 6 12.5000E-012.5000E-012.6890E-01 0.000E+00
03B 703B 6 12.5000E-012.5000E-012.6890E-01 0.000E+00
3AB 73AB 6 12.5000E-012.5000E-012.6890E-01 0.000E+00
3BB 73BB 6 12.5000E-012.5000E-012.6890E-01 0.000E+00
3CB 73CB 6 12.5000E-012.5000E-012.6890E-01 0.000E+00
3DB 73DB 6 12.5000E-012.5000E-012.6890E-01 0.000E+00
3EB 73EB 6 12.5000E-012.5000E-012.6890E-01 0.000E+00
3FB 73FB 6 12.5000E-012.5000E-012.6890E-01 0.000E+00
3GB 73GB 6 12.5000E-012.5000E-012.6890E-01 0.000E+00
3HB 73HB 6 12.5000E-012.5000E-012.6890E-01 0.000E+00
3IB 73IB 6 12.5000E-012.5000E-012.6890E-01 0.000E+00
02B1002B 6 26.5118E-026.5118E-024.6456E-01 0.000E+00
2AB102AB 6 26.5118E-026.5118E-024.6456E-01 0.000E+00
2BB102BB 6 26.5118E-026.5118E-024.6456E-01 0.000E+00
2CB102CB 6 26.5118E-026.5118E-024.6456E-01 0.000E+00
2DB102DB 6 26.5118E-026.5118E-024.6456E-01 0.000E+00
2EB102EB 6 26.5118E-026.5118E-024.6456E-01 0.000E+00
2FB102FB 6 26.5118E-026.5118E-024.6456E-01 0.000E+00
2GB102GB 6 26.5118E-026.5118E-024.6456E-01 0.000E+00
2HB102HB 6 26.5118E-026.5118E-024.6456E-01 0.000E+00
2IB102IB 6 26.5118E-026.5118E-024.6456E-01 0.000E+00
03B1003B 6 26.5118E-026.5118E-024.6456E-01 0.000E+00
3AB103AB 6 26.5118E-026.5118E-024.6456E-01 0.000E+00
3BB103BB 6 26.5118E-026.5118E-024.6456E-01 0.000E+00
3CB103CB 6 26.5118E-026.5118E-024.6456E-01 0.000E+00
3DB103DB 6 26.5118E-026.5118E-024.6456E-01 0.000E+00
3EB103EB 6 26.5118E-026.5118E-024.6456E-01 0.000E+00
3FB103FB 6 26.5118E-026.5118E-024.6456E-01 0.000E+00
3GB103GB 6 26.5118E-026.5118E-024.6456E-01 0.000E+00
3HB103HB 6 26.5118E-026.5118E-024.6456E-01 0.000E+00
3IB103IB 6 26.5118E-026.5118E-024.6456E-01 0.000E+00
02B 802B 7 14.3750E-014.3750E-015.6469E-01 0.000E+00
2AB 82AB 7 14.3750E-014.3750E-015.6469E-01 0.000E+00
2BB 82BB 7 14.3750E-014.3750E-015.6469E-01 0.000E+00
2CB 82CB 7 14.3750E-014.3750E-015.6469E-01 0.000E+00
2DB 82DB 7 14.3750E-014.3750E-015.6469E-01 0.000E+00
2EB 82EB 7 14.3750E-014.3750E-015.6469E-01 0.000E+00
2FB 82FB 7 14.3750E-014.3750E-015.6469E-01 0.000E+00
2GB 82GB 7 14.3750E-014.3750E-015.6469E-01 0.000E+00
2HB 82HB 7 14.3750E-014.3750E-015.6469E-01 0.000E+00
2IB 82IB 7 14.3750E-014.3750E-015.6469E-01 0.000E+00
03B 803B 7 14.3750E-014.3750E-015.6469E-01 0.000E+00
3AB 83AB 7 14.3750E-014.3750E-015.6469E-01 0.000E+00
3BB 83BB 7 14.3750E-014.3750E-015.6469E-01 0.000E+00
3CB 83CB 7 14.3750E-014.3750E-015.6469E-01 0.000E+00
3DB 83DB 7 14.3750E-014.3750E-015.6469E-01 0.000E+00
3EB 83EB 7 14.3750E-014.3750E-015.6469E-01 0.000E+00
3FB 83FB 7 14.3750E-014.3750E-015.6469E-01 0.000E+00
3GB 83GB 7 14.3750E-014.3750E-015.6469E-01 0.000E+00
3HB 83HB 7 14.3750E-014.3750E-015.6469E-01 0.000E+00
3IB 83IB 7 14.3750E-014.3750E-015.6469E-01 0.000E+00
02B1102B 7 21.5194E-011.5194E-018.5169E-01 0.000E+00
2AB112AB 7 21.5194E-011.5194E-018.5169E-01 0.000E+00
2BB112BB 7 21.5194E-011.5194E-018.5169E-01 0.000E+00
2CB112CB 7 21.5194E-011.5194E-018.5169E-01 0.000E+00
2DB112DB 7 21.5194E-011.5194E-018.5169E-01 0.000E+00
2EB112EB 7 21.5194E-011.5194E-018.5169E-01 0.000E+00
2FB112FB 7 21.5194E-011.5194E-018.5169E-01 0.000E+00
2GB112GB 7 21.5194E-011.5194E-018.5169E-01 0.000E+00
2HB112HB 7 21.5194E-011.5194E-018.5169E-01 0.000E+00
2IB112IB 7 21.5194E-011.5194E-018.5169E-01 0.000E+00
03B1103B 7 21.5194E-011.5194E-018.5169E-01 0.000E+00
3AB113AB 7 21.5194E-011.5194E-018.5169E-01 0.000E+00
3BB113BB 7 21.5194E-011.5194E-018.5169E-01 0.000E+00
3CB113CB 7 21.5194E-011.5194E-018.5169E-01 0.000E+00
3DB113DB 7 21.5194E-011.5194E-018.5169E-01 0.000E+00
3EB113EB 7 21.5194E-011.5194E-018.5169E-01 0.000E+00
3FB113FB 7 21.5194E-011.5194E-018.5169E-01 0.000E+00
3GB113GB 7 21.5194E-011.5194E-018.5169E-01 0.000E+00
3HB113HB 7 21.5194E-011.5194E-018.5169E-01 0.000E+00
3IB113IB 7 21.5194E-011.5194E-018.5169E-01 0.000E+00
02B1202B 8 23.0388E-013.0388E-011.4291E+00 0.000E+00
2AB122AB 8 23.0388E-013.0388E-011.4291E+00 0.000E+00
2BB122BB 8 23.0388E-013.0388E-011.4291E+00 0.000E+00
2CB122CB 8 23.0388E-013.0388E-011.4291E+00 0.000E+00
2DB122DB 8 23.0388E-013.0388E-011.4291E+00 0.000E+00
2EB122EB 8 23.0388E-013.0388E-011.4291E+00 0.000E+00
2FB122FB 8 23.0388E-013.0388E-011.4291E+00 0.000E+00
2GB122GB 8 23.0388E-013.0388E-011.4291E+00 0.000E+00
2HB122HB 8 23.0388E-013.0388E-011.4291E+00 0.000E+00
2IB122IB 8 23.0388E-013.0388E-011.4291E+00 0.000E+00
03B1203B 8 23.0388E-013.0388E-011.4291E+00 0.000E+00
3AB123AB 8 23.0388E-013.0388E-011.4291E+00 0.000E+00
3BB123BB 8 23.0388E-013.0388E-011.4291E+00 0.000E+00
3CB123CB 8 23.0388E-013.0388E-011.4291E+00 0.000E+00
3DB123DB 8 23.0388E-013.0388E-011.4291E+00 0.000E+00
3EB123EB 8 23.0388E-013.0388E-011.4291E+00 0.000E+00
3FB123FB 8 23.0388E-013.0388E-011.4291E+00 0.000E+00
3GB123GB 8 23.0388E-013.0388E-011.4291E+00 0.000E+00
3HB123HB 8 23.0388E-013.0388E-011.4291E+00 0.000E+00
3IB123IB 8 23.0388E-013.0388E-011.4291E+00 0.000E+00
02B1002B 9 11.2500E-011.2500E-019.6913E-02 0.000E+00
2AB102AB 9 11.2500E-011.2500E-019.6913E-02 0.000E+00
2BB102BB 9 11.2500E-011.2500E-019.6913E-02 0.000E+00
2CB102CB 9 11.2500E-011.2500E-019.6913E-02 0.000E+00
2DB102DB 9 11.2500E-011.2500E-019.6913E-02 0.000E+00
2EB102EB 9 11.2500E-011.2500E-019.6913E-02 0.000E+00
2FB102FB 9 11.2500E-011.2500E-019.6913E-02 0.000E+00
2GB102GB 9 11.2500E-011.2500E-019.6913E-02 0.000E+00
2HB102HB 9 11.2500E-011.2500E-019.6913E-02 0.000E+00
2IB102IB 9 11.2500E-011.2500E-019.6913E-02 0.000E+00
03B1003B 9 11.2500E-011.2500E-019.6913E-02 0.000E+00
3AB103AB 9 11.2500E-011.2500E-019.6913E-02 0.000E+00
3BB103BB 9 11.2500E-011.2500E-019.6913E-02 0.000E+00
3CB103CB 9 11.2500E-011.2500E-019.6913E-02 0.000E+00
3DB103DB 9 11.2500E-011.2500E-019.6913E-02 0.000E+00
3EB103EB 9 11.2500E-011.2500E-019.6913E-02 0.000E+00
3FB103FB 9 11.2500E-011.2500E-019.6913E-02 0.000E+00
3GB103GB 9 11.2500E-011.2500E-019.6913E-02 0.000E+00
3HB103HB 9 11.2500E-011.2500E-019.6913E-02 0.000E+00
3IB103IB 9 11.2500E-011.2500E-019.6913E-02 0.000E+00
02B1102B10 12.5000E-012.5000E-011.7758E-01 0.000E+00
2AB112AB10 12.5000E-012.5000E-011.7758E-01 0.000E+00
2BB112BB10 12.5000E-012.5000E-011.7758E-01 0.000E+00
2CB112CB10 12.5000E-012.5000E-011.7758E-01 0.000E+00
2DB112DB10 12.5000E-012.5000E-011.7758E-01 0.000E+00
2EB112EB10 12.5000E-012.5000E-011.7758E-01 0.000E+00
2FB112FB10 12.5000E-012.5000E-011.7758E-01 0.000E+00
2GB112GB10 12.5000E-012.5000E-011.7758E-01 0.000E+00
2HB112HB10 12.5000E-012.5000E-011.7758E-01 0.000E+00
2IB112IB10 12.5000E-012.5000E-011.7758E-01 0.000E+00
03B1103B10 12.5000E-012.5000E-011.7758E-01 0.000E+00
3AB113AB10 12.5000E-012.5000E-011.7758E-01 0.000E+00
3BB113BB10 12.5000E-012.5000E-011.7758E-01 0.000E+00
3CB113CB10 12.5000E-012.5000E-011.7758E-01 0.000E+00
3DB113DB10 12.5000E-012.5000E-011.7758E-01 0.000E+00
3EB113EB10 12.5000E-012.5000E-011.7758E-01 0.000E+00
3FB113FB10 12.5000E-012.5000E-011.7758E-01 0.000E+00
3GB113GB10 12.5000E-012.5000E-011.7758E-01 0.000E+00
3HB113HB10 12.5000E-012.5000E-011.7758E-01 0.000E+00
3IB113IB10 12.5000E-012.5000E-011.7758E-01 0.000E+00
02B1202B11 14.3750E-014.3750E-013.2548E-01 0.000E+00
2AB122AB11 14.3750E-014.3750E-013.2548E-01 0.000E+00
2BB122BB11 14.3750E-014.3750E-013.2548E-01 0.000E+00
2CB122CB11 14.3750E-014.3750E-013.2548E-01 0.000E+00
2DB122DB11 14.3750E-014.3750E-013.2548E-01 0.000E+00
2EB122EB11 14.3750E-014.3750E-013.2548E-01 0.000E+00
2FB122FB11 14.3750E-014.3750E-013.2548E-01 0.000E+00
2GB122GB11 14.3750E-014.3750E-013.2548E-01 0.000E+00
2HB122HB11 14.3750E-014.3750E-013.2548E-01 0.000E+00
2IB122IB11 14.3750E-014.3750E-013.2548E-01 0.000E+00
03B1203B11 14.3750E-014.3750E-013.2548E-01 0.000E+00
3AB123AB11 14.3750E-014.3750E-013.2548E-01 0.000E+00
3BB123BB11 14.3750E-014.3750E-013.2548E-01 0.000E+00
3CB123CB11 14.3750E-014.3750E-013.2548E-01 0.000E+00
3DB123DB11 14.3750E-014.3750E-013.2548E-01 0.000E+00
3EB123EB11 14.3750E-014.3750E-013.2548E-01 0.000E+00
3FB123FB11 14.3750E-014.3750E-013.2548E-01 0.000E+00
3GB123GB11 14.3750E-014.3750E-013.2548E-01 0.000E+00
3HB123HB11 14.3750E-014.3750E-013.2548E-01 0.000E+00
3IB123IB11 14.3750E-014.3750E-013.2548E-01 0.000E+00
02B1402B13 16.2501E-026.2499E-023.7683E-02 0.000E+00
2AB142AB13 16.2501E-026.2499E-023.7683E-02 0.000E+00
2BB142BB13 16.2501E-026.2499E-023.7683E-02 0.000E+00
2CB142CB13 16.2501E-026.2499E-023.7683E-02 0.000E+00
2DB142DB13 16.2501E-026.2499E-023.7683E-02 0.000E+00
2EB142EB13 16.2501E-026.2499E-023.7683E-02 0.000E+00
2FB142FB13 16.2501E-026.2499E-023.7683E-02 0.000E+00
2GB142GB13 16.2501E-026.2499E-023.7683E-02 0.000E+00
2HB142HB13 16.2501E-026.2499E-023.7683E-02 0.000E+00
2IB142IB13 16.2501E-026.2499E-023.7683E-02 0.000E+00
03B1403B13 16.2501E-026.2499E-023.7683E-02 0.000E+00
3AB143AB13 16.2501E-026.2499E-023.7683E-02 0.000E+00
3BB143BB13 16.2501E-026.2499E-023.7683E-02 0.000E+00
3CB143CB13 16.2501E-026.2499E-023.7683E-02 0.000E+00
3DB143DB13 16.2501E-026.2499E-023.7683E-02 0.000E+00
3EB143EB13 16.2501E-026.2499E-023.7683E-02 0.000E+00
3FB143FB13 16.2501E-026.2499E-023.7683E-02 0.000E+00
3GB143GB13 16.2501E-026.2499E-023.7683E-02 0.000E+00
3HB143HB13 16.2501E-026.2499E-023.7683E-02 0.000E+00
3IB143IB13 16.2501E-026.2499E-023.7683E-02 0.000E+00
02B1502B13 26.2498E-026.2502E-022.6866E-02 0.000E+00
2AB152AB13 26.2498E-026.2502E-022.6866E-02 0.000E+00
2BB152BB13 26.2498E-026.2502E-022.6866E-02 0.000E+00
2CB152CB13 26.2498E-026.2502E-022.6866E-02 0.000E+00
2DB152DB13 26.2498E-026.2502E-022.6866E-02 0.000E+00
2EB152EB13 26.2498E-026.2502E-022.6866E-02 0.000E+00
2FB152FB13 26.2498E-026.2502E-022.6866E-02 0.000E+00
2GB152GB13 26.2498E-026.2502E-022.6866E-02 0.000E+00
2HB152HB13 26.2498E-026.2502E-022.6866E-02 0.000E+00
2IB152IB13 26.2498E-026.2502E-022.6866E-02 0.000E+00
03B1503B13 26.2498E-026.2502E-022.6866E-02 0.000E+00
3AB153AB13 26.2498E-026.2502E-022.6866E-02 0.000E+00
3BB153BB13 26.2498E-026.2502E-022.6866E-02 0.000E+00
3CB153CB13 26.2498E-026.2502E-022.6866E-02 0.000E+00
3DB153DB13 26.2498E-026.2502E-022.6866E-02 0.000E+00
3EB153EB13 26.2498E-026.2502E-022.6866E-02 0.000E+00
3FB153FB13 26.2498E-026.2502E-022.6866E-02 0.000E+00
3GB153GB13 26.2498E-026.2502E-022.6866E-02 0.000E+00
3HB153HB13 26.2498E-026.2502E-022.6866E-02 0.000E+00
3IB153IB13 26.2498E-026.2502E-022.6866E-02 0.000E+00
02B1902B13 26.2501E-026.2499E-022.6905E-02 0.000E+00
2AB192AB13 26.2501E-026.2499E-022.6905E-02 0.000E+00
2BB192BB13 26.2501E-026.2499E-022.6905E-02 0.000E+00
2CB192CB13 26.2501E-026.2499E-022.6905E-02 0.000E+00
2DB192DB13 26.2501E-026.2499E-022.6905E-02 0.000E+00
2EB192EB13 26.2501E-026.2499E-022.6905E-02 0.000E+00
2FB192FB13 26.2501E-026.2499E-022.6905E-02 0.000E+00
2GB192GB13 26.2501E-026.2499E-022.6905E-02 0.000E+00
2HB192HB13 26.2501E-026.2499E-022.6905E-02 0.000E+00
2IB192IB13 26.2501E-026.2499E-022.6905E-02 0.000E+00
03B1903B13 26.2501E-026.2499E-022.6905E-02 0.000E+00
3AB193AB13 26.2501E-026.2499E-022.6905E-02 0.000E+00
3BB193BB13 26.2501E-026.2499E-022.6905E-02 0.000E+00
3CB193CB13 26.2501E-026.2499E-022.6905E-02 0.000E+00
3DB193DB13 26.2501E-026.2499E-022.6905E-02 0.000E+00
3EB193EB13 26.2501E-026.2499E-022.6905E-02 0.000E+00
3FB193FB13 26.2501E-026.2499E-022.6905E-02 0.000E+00
3GB193GB13 26.2501E-026.2499E-022.6905E-02 0.000E+00
3HB193HB13 26.2501E-026.2499E-022.6905E-02 0.000E+00
3IB193IB13 26.2501E-026.2499E-022.6905E-02 0.000E+00
02B2302B13 26.2500E-026.2500E-022.6880E-02 0.000E+00
2AB232AB13 26.2500E-026.2500E-022.6880E-02 0.000E+00
2BB232BB13 26.2500E-026.2500E-022.6880E-02 0.000E+00
2CB232CB13 26.2500E-026.2500E-022.6880E-02 0.000E+00
2DB232DB13 26.2500E-026.2500E-022.6880E-02 0.000E+00
2EB232EB13 26.2500E-026.2500E-022.6880E-02 0.000E+00
2FB232FB13 26.2500E-026.2500E-022.6880E-02 0.000E+00
2GB232GB13 26.2500E-026.2500E-022.6880E-02 0.000E+00
2HB232HB13 26.2500E-026.2500E-022.6880E-02 0.000E+00
2IB232IB13 26.2500E-026.2500E-022.6880E-02 0.000E+00
03B2303B13 26.2500E-026.2500E-022.6880E-02 0.000E+00
3AB233AB13 26.2500E-026.2500E-022.6880E-02 0.000E+00
3BB233BB13 26.2500E-026.2500E-022.6880E-02 0.000E+00
3CB233CB13 26.2500E-026.2500E-022.6880E-02 0.000E+00
3DB233DB13 26.2500E-026.2500E-022.6880E-02 0.000E+00
3EB233EB13 26.2500E-026.2500E-022.6880E-02 0.000E+00
3FB233FB13 26.2500E-026.2500E-022.6880E-02 0.000E+00
3GB233GB13 26.2500E-026.2500E-022.6880E-02 0.000E+00
3HB233HB13 26.2500E-026.2500E-022.6880E-02 0.000E+00
3IB233IB13 26.2500E-026.2500E-022.6880E-02 0.000E+00
02B2702B13 26.2501E-026.2499E-025.0612E-02 0.000E+00
2AB272AB13 26.2501E-026.2499E-025.0612E-02 0.000E+00
2BB272BB13 26.2501E-026.2499E-025.0612E-02 0.000E+00
2CB272CB13 26.2501E-026.2499E-025.0612E-02 0.000E+00
2DB272DB13 26.2501E-026.2499E-025.0612E-02 0.000E+00
2EB272EB13 26.2501E-026.2499E-025.0612E-02 0.000E+00
2FB272FB13 26.2501E-026.2499E-025.0612E-02 0.000E+00
2GB272GB13 26.2501E-026.2499E-025.0612E-02 0.000E+00
2HB272HB13 26.2501E-026.2499E-025.0612E-02 0.000E+00
2IB272IB13 26.2501E-026.2499E-025.0612E-02 0.000E+00
03B2703B13 26.2501E-026.2499E-025.0612E-02 0.000E+00
3AB273AB13 26.2501E-026.2499E-025.0612E-02 0.000E+00
3BB273BB13 26.2501E-026.2499E-025.0612E-02 0.000E+00
3CB273CB13 26.2501E-026.2499E-025.0612E-02 0.000E+00
3DB273DB13 26.2501E-026.2499E-025.0612E-02 0.000E+00
3EB273EB13 26.2501E-026.2499E-025.0612E-02 0.000E+00
3FB273FB13 26.2501E-026.2499E-025.0612E-02 0.000E+00
3GB273GB13 26.2501E-026.2499E-025.0612E-02 0.000E+00
3HB273HB13 26.2501E-026.2499E-025.0612E-02 0.000E+00
3IB273IB13 26.2501E-026.2499E-025.0612E-02 0.000E+00
02B1602B14 21.3053E-011.3053E-011.6644E-02 0.000E+00
2AB162AB14 21.3053E-011.3053E-011.6644E-02 0.000E+00
2BB162BB14 21.3053E-011.3053E-011.6644E-02 0.000E+00
2CB162CB14 21.3053E-011.3053E-011.6644E-02 0.000E+00
2DB162DB14 21.3053E-011.3053E-011.6644E-02 0.000E+00
2EB162EB14 21.3053E-011.3053E-011.6644E-02 0.000E+00
2FB162FB14 21.3053E-011.3053E-011.6644E-02 0.000E+00
2GB162GB14 21.3053E-011.3053E-011.6644E-02 0.000E+00
2HB162HB14 21.3053E-011.3053E-011.6644E-02 0.000E+00
2IB162IB14 21.3053E-011.3053E-011.6644E-02 0.000E+00
03B1603B14 21.3053E-011.3053E-011.6644E-02 0.000E+00
3AB163AB14 21.3053E-011.3053E-011.6644E-02 0.000E+00
3BB163BB14 21.3053E-011.3053E-011.6644E-02 0.000E+00
3CB163CB14 21.3053E-011.3053E-011.6644E-02 0.000E+00
3DB163DB14 21.3053E-011.3053E-011.6644E-02 0.000E+00
3EB163EB14 21.3053E-011.3053E-011.6644E-02 0.000E+00
3FB163FB14 21.3053E-011.3053E-011.6644E-02 0.000E+00
3GB163GB14 21.3053E-011.3053E-011.6644E-02 0.000E+00
3HB163HB14 21.3053E-011.3053E-011.6644E-02 0.000E+00
3IB163IB14 21.3053E-011.3053E-011.6644E-02 0.000E+00
02B1502B14 22.1704E-022.1708E-022.3229E-01 0.000E+00
2AB152AB14 22.1704E-022.1708E-022.3229E-01 0.000E+00
2BB152BB14 22.1704E-022.1708E-022.3229E-01 0.000E+00
2CB152CB14 22.1704E-022.1708E-022.3229E-01 0.000E+00
2DB152DB14 22.1704E-022.1708E-022.3229E-01 0.000E+00
2EB152EB14 22.1704E-022.1708E-022.3229E-01 0.000E+00
2FB152FB14 22.1704E-022.1708E-022.3229E-01 0.000E+00
2GB152GB14 22.1704E-022.1708E-022.3229E-01 0.000E+00
2HB152HB14 22.1704E-022.1708E-022.3229E-01 0.000E+00
2IB152IB14 22.1704E-022.1708E-022.3229E-01 0.000E+00
03B1503B14 22.1704E-022.1708E-022.3229E-01 0.000E+00
3AB153AB14 22.1704E-022.1708E-022.3229E-01 0.000E+00
3BB153BB14 22.1704E-022.1708E-022.3229E-01 0.000E+00
3CB153CB14 22.1704E-022.1708E-022.3229E-01 0.000E+00
3DB153DB14 22.1704E-022.1708E-022.3229E-01 0.000E+00
3EB153EB14 22.1704E-022.1708E-022.3229E-01 0.000E+00
3FB153FB14 22.1704E-022.1708E-022.3229E-01 0.000E+00
3GB153GB14 22.1704E-022.1708E-022.3229E-01 0.000E+00
3HB153HB14 22.1704E-022.1708E-022.3229E-01 0.000E+00
3IB153IB14 22.1704E-022.1708E-022.3229E-01 0.000E+00
02B1602B15 21.2500E-011.2500E-011.0757E-01 0.000E+00
2AB162AB15 21.2500E-011.2500E-011.0757E-01 0.000E+00
2BB162BB15 21.2500E-011.2500E-011.0757E-01 0.000E+00
2CB162CB15 21.2500E-011.2500E-011.0757E-01 0.000E+00
2DB162DB15 21.2500E-011.2500E-011.0757E-01 0.000E+00
2EB162EB15 21.2500E-011.2500E-011.0757E-01 0.000E+00
2FB162FB15 21.2500E-011.2500E-011.0757E-01 0.000E+00
2GB162GB15 21.2500E-011.2500E-011.0757E-01 0.000E+00
2HB162HB15 21.2500E-011.2500E-011.0757E-01 0.000E+00
2IB162IB15 21.2500E-011.2500E-011.0757E-01 0.000E+00
03B1603B15 21.2500E-011.2500E-011.0757E-01 0.000E+00
3AB163AB15 21.2500E-011.2500E-011.0757E-01 0.000E+00
3BB163BB15 21.2500E-011.2500E-011.0757E-01 0.000E+00
3CB163CB15 21.2500E-011.2500E-011.0757E-01 0.000E+00
3DB163DB15 21.2500E-011.2500E-011.0757E-01 0.000E+00
3EB163EB15 21.2500E-011.2500E-011.0757E-01 0.000E+00
3FB163FB15 21.2500E-011.2500E-011.0757E-01 0.000E+00
3GB163GB15 21.2500E-011.2500E-011.0757E-01 0.000E+00
3HB163HB15 21.2500E-011.2500E-011.0757E-01 0.000E+00
3IB163IB15 21.2500E-011.2500E-011.0757E-01 0.000E+00
02B1902B15 12.1705E-022.1707E-022.3227E-01 0.000E+00
2AB192AB15 12.1705E-022.1707E-022.3227E-01 0.000E+00
2BB192BB15 12.1705E-022.1707E-022.3227E-01 0.000E+00
2CB192CB15 12.1705E-022.1707E-022.3227E-01 0.000E+00
2DB192DB15 12.1705E-022.1707E-022.3227E-01 0.000E+00
2EB192EB15 12.1705E-022.1707E-022.3227E-01 0.000E+00
2FB192FB15 12.1705E-022.1707E-022.3227E-01 0.000E+00
2GB192GB15 12.1705E-022.1707E-022.3227E-01 0.000E+00
2HB192HB15 12.1705E-022.1707E-022.3227E-01 0.000E+00
2IB192IB15 12.1705E-022.1707E-022.3227E-01 0.000E+00
03B1903B15 12.1705E-022.1707E-022.3227E-01 0.000E+00
3AB193AB15 12.1705E-022.1707E-022.3227E-01 0.000E+00
3BB193BB15 12.1705E-022.1707E-022.3227E-01 0.000E+00
3CB193CB15 12.1705E-022.1707E-022.3227E-01 0.000E+00
3DB193DB15 12.1705E-022.1707E-022.3227E-01 0.000E+00
3EB193EB15 12.1705E-022.1707E-022.3227E-01 0.000E+00
3FB193FB15 12.1705E-022.1707E-022.3227E-01 0.000E+00
3GB193GB15 12.1705E-022.1707E-022.3227E-01 0.000E+00
3HB193HB15 12.1705E-022.1707E-022.3227E-01 0.000E+00
3IB193IB15 12.1705E-022.1707E-022.3227E-01 0.000E+00
02B1702B16 22.5000E-012.5000E-012.4446E-01 0.000E+00
2AB172AB16 22.5000E-012.5000E-012.4446E-01 0.000E+00
2BB172BB16 22.5000E-012.5000E-012.4446E-01 0.000E+00
2CB172CB16 22.5000E-012.5000E-012.4446E-01 0.000E+00
2DB172DB16 22.5000E-012.5000E-012.4446E-01 0.000E+00
2EB172EB16 22.5000E-012.5000E-012.4446E-01 0.000E+00
2FB172FB16 22.5000E-012.5000E-012.4446E-01 0.000E+00
2GB172GB16 22.5000E-012.5000E-012.4446E-01 0.000E+00
2HB172HB16 22.5000E-012.5000E-012.4446E-01 0.000E+00
2IB172IB16 22.5000E-012.5000E-012.4446E-01 0.000E+00
03B1703B16 22.5000E-012.5000E-012.4446E-01 0.000E+00
3AB173AB16 22.5000E-012.5000E-012.4446E-01 0.000E+00
3BB173BB16 22.5000E-012.5000E-012.4446E-01 0.000E+00
3CB173CB16 22.5000E-012.5000E-012.4446E-01 0.000E+00
3DB173DB16 22.5000E-012.5000E-012.4446E-01 0.000E+00
3EB173EB16 22.5000E-012.5000E-012.4446E-01 0.000E+00
3FB173FB16 22.5000E-012.5000E-012.4446E-01 0.000E+00
3GB173GB16 22.5000E-012.5000E-012.4446E-01 0.000E+00
3HB173HB16 22.5000E-012.5000E-012.4446E-01 0.000E+00
3IB173IB16 22.5000E-012.5000E-012.4446E-01 0.000E+00
02B2002B16 16.5122E-026.5115E-024.6455E-01 0.000E+00
2AB202AB16 16.5122E-026.5115E-024.6455E-01 0.000E+00
2BB202BB16 16.5122E-026.5115E-024.6455E-01 0.000E+00
2CB202CB16 16.5122E-026.5115E-024.6455E-01 0.000E+00
2DB202DB16 16.5122E-026.5115E-024.6455E-01 0.000E+00
2EB202EB16 16.5122E-026.5115E-024.6455E-01 0.000E+00
2FB202FB16 16.5122E-026.5115E-024.6455E-01 0.000E+00
2GB202GB16 16.5122E-026.5115E-024.6455E-01 0.000E+00
2HB202HB16 16.5122E-026.5115E-024.6455E-01 0.000E+00
2IB202IB16 16.5122E-026.5115E-024.6455E-01 0.000E+00
03B2003B16 16.5122E-026.5115E-024.6455E-01 0.000E+00
3AB203AB16 16.5122E-026.5115E-024.6455E-01 0.000E+00
3BB203BB16 16.5122E-026.5115E-024.6455E-01 0.000E+00
3CB203CB16 16.5122E-026.5115E-024.6455E-01 0.000E+00
3DB203DB16 16.5122E-026.5115E-024.6455E-01 0.000E+00
3EB203EB16 16.5122E-026.5115E-024.6455E-01 0.000E+00
3FB203FB16 16.5122E-026.5115E-024.6455E-01 0.000E+00
3GB203GB16 16.5122E-026.5115E-024.6455E-01 0.000E+00
3HB203HB16 16.5122E-026.5115E-024.6455E-01 0.000E+00
3IB203IB16 16.5122E-026.5115E-024.6455E-01 0.000E+00
02B1802B17 24.3750E-014.3750E-014.6573E-01 0.000E+00
2AB182AB17 24.3750E-014.3750E-014.6573E-01 0.000E+00
2BB182BB17 24.3750E-014.3750E-014.6573E-01 0.000E+00
2CB182CB17 24.3750E-014.3750E-014.6573E-01 0.000E+00
2DB182DB17 24.3750E-014.3750E-014.6573E-01 0.000E+00
2EB182EB17 24.3750E-014.3750E-014.6573E-01 0.000E+00
2FB182FB17 24.3750E-014.3750E-014.6573E-01 0.000E+00
2GB182GB17 24.3750E-014.3750E-014.6573E-01 0.000E+00
2HB182HB17 24.3750E-014.3750E-014.6573E-01 0.000E+00
2IB182IB17 24.3750E-014.3750E-014.6573E-01 0.000E+00
03B1803B17 24.3750E-014.3750E-014.6573E-01 0.000E+00
3AB183AB17 24.3750E-014.3750E-014.6573E-01 0.000E+00
3BB183BB17 24.3750E-014.3750E-014.6573E-01 0.000E+00
3CB183CB17 24.3750E-014.3750E-014.6573E-01 0.000E+00
3DB183DB17 24.3750E-014.3750E-014.6573E-01 0.000E+00
3EB183EB17 24.3750E-014.3750E-014.6573E-01 0.000E+00
3FB183FB17 24.3750E-014.3750E-014.6573E-01 0.000E+00
3GB183GB17 24.3750E-014.3750E-014.6573E-01 0.000E+00
3HB183HB17 24.3750E-014.3750E-014.6573E-01 0.000E+00
3IB183IB17 24.3750E-014.3750E-014.6573E-01 0.000E+00
02B2102B17 11.5194E-011.5194E-018.5168E-01 0.000E+00
2AB212AB17 11.5194E-011.5194E-018.5168E-01 0.000E+00
2BB212BB17 11.5194E-011.5194E-018.5168E-01 0.000E+00
2CB212CB17 11.5194E-011.5194E-018.5168E-01 0.000E+00
2DB212DB17 11.5194E-011.5194E-018.5168E-01 0.000E+00
2EB212EB17 11.5194E-011.5194E-018.5168E-01 0.000E+00
2FB212FB17 11.5194E-011.5194E-018.5168E-01 0.000E+00
2GB212GB17 11.5194E-011.5194E-018.5168E-01 0.000E+00
2HB212HB17 11.5194E-011.5194E-018.5168E-01 0.000E+00
2IB212IB17 11.5194E-011.5194E-018.5168E-01 0.000E+00
03B2103B17 11.5194E-011.5194E-018.5168E-01 0.000E+00
3AB213AB17 11.5194E-011.5194E-018.5168E-01 0.000E+00
3BB213BB17 11.5194E-011.5194E-018.5168E-01 0.000E+00
3CB213CB17 11.5194E-011.5194E-018.5168E-01 0.000E+00
3DB213DB17 11.5194E-011.5194E-018.5168E-01 0.000E+00
3EB213EB17 11.5194E-011.5194E-018.5168E-01 0.000E+00
3FB213FB17 11.5194E-011.5194E-018.5168E-01 0.000E+00
3GB213GB17 11.5194E-011.5194E-018.5168E-01 0.000E+00
3HB213HB17 11.5194E-011.5194E-018.5168E-01 0.000E+00
3IB213IB17 11.5194E-011.5194E-018.5168E-01 0.000E+00
02B2202B18 13.0389E-013.0388E-011.1955E+00 0.000E+00
2AB222AB18 13.0389E-013.0388E-011.1955E+00 0.000E+00
2BB222BB18 13.0389E-013.0388E-011.1955E+00 0.000E+00
2CB222CB18 13.0389E-013.0388E-011.1955E+00 0.000E+00
2DB222DB18 13.0389E-013.0388E-011.1955E+00 0.000E+00
2EB222EB18 13.0389E-013.0388E-011.1955E+00 0.000E+00
2FB222FB18 13.0389E-013.0388E-011.1955E+00 0.000E+00
2GB222GB18 13.0389E-013.0388E-011.1955E+00 0.000E+00
2HB222HB18 13.0389E-013.0388E-011.1955E+00 0.000E+00
2IB222IB18 13.0389E-013.0388E-011.1955E+00 0.000E+00
03B2203B18 13.0389E-013.0388E-011.1955E+00 0.000E+00
3AB223AB18 13.0389E-013.0388E-011.1955E+00 0.000E+00
3BB223BB18 13.0389E-013.0388E-011.1955E+00 0.000E+00
3CB223CB18 13.0389E-013.0388E-011.1955E+00 0.000E+00
3DB223DB18 13.0389E-013.0388E-011.1955E+00 0.000E+00
3EB223EB18 13.0389E-013.0388E-011.1955E+00 0.000E+00
3FB223FB18 13.0389E-013.0388E-011.1955E+00 0.000E+00
3GB223GB18 13.0389E-013.0388E-011.1955E+00 0.000E+00
3HB223HB18 13.0389E-013.0388E-011.1955E+00 0.000E+00
3IB223IB18 13.0389E-013.0388E-011.1955E+00 0.000E+00
02B2002B19 21.2500E-011.2500E-011.0752E-01 0.000E+00
2AB202AB19 21.2500E-011.2500E-011.0752E-01 0.000E+00
2BB202BB19 21.2500E-011.2500E-011.0752E-01 0.000E+00
2CB202CB19 21.2500E-011.2500E-011.0752E-01 0.000E+00
2DB202DB19 21.2500E-011.2500E-011.0752E-01 0.000E+00
2EB202EB19 21.2500E-011.2500E-011.0752E-01 0.000E+00
2FB202FB19 21.2500E-011.2500E-011.0752E-01 0.000E+00
2GB202GB19 21.2500E-011.2500E-011.0752E-01 0.000E+00
2HB202HB19 21.2500E-011.2500E-011.0752E-01 0.000E+00
2IB202IB19 21.2500E-011.2500E-011.0752E-01 0.000E+00
03B2003B19 21.2500E-011.2500E-011.0752E-01 0.000E+00
3AB203AB19 21.2500E-011.2500E-011.0752E-01 0.000E+00
3BB203BB19 21.2500E-011.2500E-011.0752E-01 0.000E+00
3CB203CB19 21.2500E-011.2500E-011.0752E-01 0.000E+00
3DB203DB19 21.2500E-011.2500E-011.0752E-01 0.000E+00
3EB203EB19 21.2500E-011.2500E-011.0752E-01 0.000E+00
3FB203FB19 21.2500E-011.2500E-011.0752E-01 0.000E+00
3GB203GB19 21.2500E-011.2500E-011.0752E-01 0.000E+00
3HB203HB19 21.2500E-011.2500E-011.0752E-01 0.000E+00
3IB203IB19 21.2500E-011.2500E-011.0752E-01 0.000E+00
02B2302B19 12.1705E-022.1707E-022.3228E-01 0.000E+00
2AB232AB19 12.1705E-022.1707E-022.3228E-01 0.000E+00
2BB232BB19 12.1705E-022.1707E-022.3228E-01 0.000E+00
2CB232CB19 12.1705E-022.1707E-022.3228E-01 0.000E+00
2DB232DB19 12.1705E-022.1707E-022.3228E-01 0.000E+00
2EB232EB19 12.1705E-022.1707E-022.3228E-01 0.000E+00
2FB232FB19 12.1705E-022.1707E-022.3228E-01 0.000E+00
2GB232GB19 12.1705E-022.1707E-022.3228E-01 0.000E+00
2HB232HB19 12.1705E-022.1707E-022.3228E-01 0.000E+00
2IB232IB19 12.1705E-022.1707E-022.3228E-01 0.000E+00
03B2303B19 12.1705E-022.1707E-022.3228E-01 0.000E+00
3AB233AB19 12.1705E-022.1707E-022.3228E-01 0.000E+00
3BB233BB19 12.1705E-022.1707E-022.3228E-01 0.000E+00
3CB233CB19 12.1705E-022.1707E-022.3228E-01 0.000E+00
3DB233DB19 12.1705E-022.1707E-022.3228E-01 0.000E+00
3EB233EB19 12.1705E-022.1707E-022.3228E-01 0.000E+00
3FB233FB19 12.1705E-022.1707E-022.3228E-01 0.000E+00
3GB233GB19 12.1705E-022.1707E-022.3228E-01 0.000E+00
3HB233HB19 12.1705E-022.1707E-022.3228E-01 0.000E+00
3IB233IB19 12.1705E-022.1707E-022.3228E-01 0.000E+00
02B2102B20 22.5000E-012.5000E-012.6887E-01 0.000E+00
2AB212AB20 22.5000E-012.5000E-012.6887E-01 0.000E+00
2BB212BB20 22.5000E-012.5000E-012.6887E-01 0.000E+00
2CB212CB20 22.5000E-012.5000E-012.6887E-01 0.000E+00
2DB212DB20 22.5000E-012.5000E-012.6887E-01 0.000E+00
2EB212EB20 22.5000E-012.5000E-012.6887E-01 0.000E+00
2FB212FB20 22.5000E-012.5000E-012.6887E-01 0.000E+00
2GB212GB20 22.5000E-012.5000E-012.6887E-01 0.000E+00
2HB212HB20 22.5000E-012.5000E-012.6887E-01 0.000E+00
2IB212IB20 22.5000E-012.5000E-012.6887E-01 0.000E+00
03B2103B20 22.5000E-012.5000E-012.6887E-01 0.000E+00
3AB213AB20 22.5000E-012.5000E-012.6887E-01 0.000E+00
3BB213BB20 22.5000E-012.5000E-012.6887E-01 0.000E+00
3CB213CB20 22.5000E-012.5000E-012.6887E-01 0.000E+00
3DB213DB20 22.5000E-012.5000E-012.6887E-01 0.000E+00
3EB213EB20 22.5000E-012.5000E-012.6887E-01 0.000E+00
3FB213FB20 22.5000E-012.5000E-012.6887E-01 0.000E+00
3GB213GB20 22.5000E-012.5000E-012.6887E-01 0.000E+00
3HB213HB20 22.5000E-012.5000E-012.6887E-01 0.000E+00
3IB213IB20 22.5000E-012.5000E-012.6887E-01 0.000E+00
02B2402B20 16.5120E-026.5116E-024.6455E-01 0.000E+00
2AB242AB20 16.5120E-026.5116E-024.6455E-01 0.000E+00
2BB242BB20 16.5120E-026.5116E-024.6455E-01 0.000E+00
2CB242CB20 16.5120E-026.5116E-024.6455E-01 0.000E+00
2DB242DB20 16.5120E-026.5116E-024.6455E-01 0.000E+00
2EB242EB20 16.5120E-026.5116E-024.6455E-01 0.000E+00
2FB242FB20 16.5120E-026.5116E-024.6455E-01 0.000E+00
2GB242GB20 16.5120E-026.5116E-024.6455E-01 0.000E+00
2HB242HB20 16.5120E-026.5116E-024.6455E-01 0.000E+00
2IB242IB20 16.5120E-026.5116E-024.6455E-01 0.000E+00
03B2403B20 16.5120E-026.5116E-024.6455E-01 0.000E+00
3AB243AB20 16.5120E-026.5116E-024.6455E-01 0.000E+00
3BB243BB20 16.5120E-026.5116E-024.6455E-01 0.000E+00
3CB243CB20 16.5120E-026.5116E-024.6455E-01 0.000E+00
3DB243DB20 16.5120E-026.5116E-024.6455E-01 0.000E+00
3EB243EB20 16.5120E-026.5116E-024.6455E-01 0.000E+00
3FB243FB20 16.5120E-026.5116E-024.6455E-01 0.000E+00
3GB243GB20 16.5120E-026.5116E-024.6455E-01 0.000E+00
3HB243HB20 16.5120E-026.5116E-024.6455E-01 0.000E+00
3IB243IB20 16.5120E-026.5116E-024.6455E-01 0.000E+00
02B2202B21 24.3750E-014.3750E-015.6468E-01 0.000E+00
2AB222AB21 24.3750E-014.3750E-015.6468E-01 0.000E+00
2BB222BB21 24.3750E-014.3750E-015.6468E-01 0.000E+00
2CB222CB21 24.3750E-014.3750E-015.6468E-01 0.000E+00
2DB222DB21 24.3750E-014.3750E-015.6468E-01 0.000E+00
2EB222EB21 24.3750E-014.3750E-015.6468E-01 0.000E+00
2FB222FB21 24.3750E-014.3750E-015.6468E-01 0.000E+00
2GB222GB21 24.3750E-014.3750E-015.6468E-01 0.000E+00
2HB222HB21 24.3750E-014.3750E-015.6468E-01 0.000E+00
2IB222IB21 24.3750E-014.3750E-015.6468E-01 0.000E+00
03B2203B21 24.3750E-014.3750E-015.6468E-01 0.000E+00
3AB223AB21 24.3750E-014.3750E-015.6468E-01 0.000E+00
3BB223BB21 24.3750E-014.3750E-015.6468E-01 0.000E+00
3CB223CB21 24.3750E-014.3750E-015.6468E-01 0.000E+00
3DB223DB21 24.3750E-014.3750E-015.6468E-01 0.000E+00
3EB223EB21 24.3750E-014.3750E-015.6468E-01 0.000E+00
3FB223FB21 24.3750E-014.3750E-015.6468E-01 0.000E+00
3GB223GB21 24.3750E-014.3750E-015.6468E-01 0.000E+00
3HB223HB21 24.3750E-014.3750E-015.6468E-01 0.000E+00
3IB223IB21 24.3750E-014.3750E-015.6468E-01 0.000E+00
02B2502B21 11.5194E-011.5194E-018.5169E-01 0.000E+00
2AB252AB21 11.5194E-011.5194E-018.5169E-01 0.000E+00
2BB252BB21 11.5194E-011.5194E-018.5169E-01 0.000E+00
2CB252CB21 11.5194E-011.5194E-018.5169E-01 0.000E+00
2DB252DB21 11.5194E-011.5194E-018.5169E-01 0.000E+00
2EB252EB21 11.5194E-011.5194E-018.5169E-01 0.000E+00
2FB252FB21 11.5194E-011.5194E-018.5169E-01 0.000E+00
2GB252GB21 11.5194E-011.5194E-018.5169E-01 0.000E+00
2HB252HB21 11.5194E-011.5194E-018.5169E-01 0.000E+00
2IB252IB21 11.5194E-011.5194E-018.5169E-01 0.000E+00
03B2503B21 11.5194E-011.5194E-018.5169E-01 0.000E+00
3AB253AB21 11.5194E-011.5194E-018.5169E-01 0.000E+00
3BB253BB21 11.5194E-011.5194E-018.5169E-01 0.000E+00
3CB253CB21 11.5194E-011.5194E-018.5169E-01 0.000E+00
3DB253DB21 11.5194E-011.5194E-018.5169E-01 0.000E+00
3EB253EB21 11.5194E-011.5194E-018.5169E-01 0.000E+00
3FB253FB21 11.5194E-011.5194E-018.5169E-01 0.000E+00
3GB253GB21 11.5194E-011.5194E-018.5169E-01 0.000E+00
3HB253HB21 11.5194E-011.5194E-018.5169E-01 0.000E+00
3IB253IB21 11.5194E-011.5194E-018.5169E-01 0.000E+00
02B2602B22 13.0389E-013.0388E-018.5724E-01 0.000E+00
2AB262AB22 13.0389E-013.0388E-018.5724E-01 0.000E+00
2BB262BB22 13.0389E-013.0388E-018.5724E-01 0.000E+00
2CB262CB22 13.0389E-013.0388E-018.5724E-01 0.000E+00
2DB262DB22 13.0389E-013.0388E-018.5724E-01 0.000E+00
2EB262EB22 13.0389E-013.0388E-018.5724E-01 0.000E+00
2FB262FB22 13.0389E-013.0388E-018.5724E-01 0.000E+00
2GB262GB22 13.0389E-013.0388E-018.5724E-01 0.000E+00
2HB262HB22 13.0389E-013.0388E-018.5724E-01 0.000E+00
2IB262IB22 13.0389E-013.0388E-018.5724E-01 0.000E+00
03B2603B22 13.0389E-013.0388E-018.5724E-01 0.000E+00
3AB263AB22 13.0389E-013.0388E-018.5724E-01 0.000E+00
3BB263BB22 13.0389E-013.0388E-018.5724E-01 0.000E+00
3CB263CB22 13.0389E-013.0388E-018.5724E-01 0.000E+00
3DB263DB22 13.0389E-013.0388E-018.5724E-01 0.000E+00
3EB263EB22 13.0389E-013.0388E-018.5724E-01 0.000E+00
3FB263FB22 13.0389E-013.0388E-018.5724E-01 0.000E+00
3GB263GB22 13.0389E-013.0388E-018.5724E-01 0.000E+00
3HB263HB22 13.0389E-013.0388E-018.5724E-01 0.000E+00
3IB263IB22 13.0389E-013.0388E-018.5724E-01 0.000E+00
02B2402B23 21.2500E-011.2500E-011.0756E-01 0.000E+00
2AB242AB23 21.2500E-011.2500E-011.0756E-01 0.000E+00
2BB242BB23 21.2500E-011.2500E-011.0756E-01 0.000E+00
2CB242CB23 21.2500E-011.2500E-011.0756E-01 0.000E+00
2DB242DB23 21.2500E-011.2500E-011.0756E-01 0.000E+00
2EB242EB23 21.2500E-011.2500E-011.0756E-01 0.000E+00
2FB242FB23 21.2500E-011.2500E-011.0756E-01 0.000E+00
2GB242GB23 21.2500E-011.2500E-011.0756E-01 0.000E+00
2HB242HB23 21.2500E-011.2500E-011.0756E-01 0.000E+00
2IB242IB23 21.2500E-011.2500E-011.0756E-01 0.000E+00
03B2403B23 21.2500E-011.2500E-011.0756E-01 0.000E+00
3AB243AB23 21.2500E-011.2500E-011.0756E-01 0.000E+00
3BB243BB23 21.2500E-011.2500E-011.0756E-01 0.000E+00
3CB243CB23 21.2500E-011.2500E-011.0756E-01 0.000E+00
3DB243DB23 21.2500E-011.2500E-011.0756E-01 0.000E+00
3EB243EB23 21.2500E-011.2500E-011.0756E-01 0.000E+00
3FB243FB23 21.2500E-011.2500E-011.0756E-01 0.000E+00
3GB243GB23 21.2500E-011.2500E-011.0756E-01 0.000E+00
3HB243HB23 21.2500E-011.2500E-011.0756E-01 0.000E+00
3IB243IB23 21.2500E-011.2500E-011.0756E-01 0.000E+00
02B2702B23 12.1707E-022.1705E-022.3228E-01 0.000E+00
2AB272AB23 12.1707E-022.1705E-022.3228E-01 0.000E+00
2BB272BB23 12.1707E-022.1705E-022.3228E-01 0.000E+00
2CB272CB23 12.1707E-022.1705E-022.3228E-01 0.000E+00
2DB272DB23 12.1707E-022.1705E-022.3228E-01 0.000E+00
2EB272EB23 12.1707E-022.1705E-022.3228E-01 0.000E+00
2FB272FB23 12.1707E-022.1705E-022.3228E-01 0.000E+00
2GB272GB23 12.1707E-022.1705E-022.3228E-01 0.000E+00
2HB272HB23 12.1707E-022.1705E-022.3228E-01 0.000E+00
2IB272IB23 12.1707E-022.1705E-022.3228E-01 0.000E+00
03B2703B23 12.1707E-022.1705E-022.3228E-01 0.000E+00
3AB273AB23 12.1707E-022.1705E-022.3228E-01 0.000E+00
3BB273BB23 12.1707E-022.1705E-022.3228E-01 0.000E+00
3CB273CB23 12.1707E-022.1705E-022.3228E-01 0.000E+00
3DB273DB23 12.1707E-022.1705E-022.3228E-01 0.000E+00
3EB273EB23 12.1707E-022.1705E-022.3228E-01 0.000E+00
3FB273FB23 12.1707E-022.1705E-022.3228E-01 0.000E+00
3GB273GB23 12.1707E-022.1705E-022.3228E-01 0.000E+00
3HB273HB23 12.1707E-022.1705E-022.3228E-01 0.000E+00
3IB273IB23 12.1707E-022.1705E-022.3228E-01 0.000E+00
02B2502B24 22.5000E-012.5000E-011.9545E-01 0.000E+00
2AB252AB24 22.5000E-012.5000E-011.9545E-01 0.000E+00
2BB252BB24 22.5000E-012.5000E-011.9545E-01 0.000E+00
2CB252CB24 22.5000E-012.5000E-011.9545E-01 0.000E+00
2DB252DB24 22.5000E-012.5000E-011.9545E-01 0.000E+00
2EB252EB24 22.5000E-012.5000E-011.9545E-01 0.000E+00
2FB252FB24 22.5000E-012.5000E-011.9545E-01 0.000E+00
2GB252GB24 22.5000E-012.5000E-011.9545E-01 0.000E+00
2HB252HB24 22.5000E-012.5000E-011.9545E-01 0.000E+00
2IB252IB24 22.5000E-012.5000E-011.9545E-01 0.000E+00
03B2503B24 22.5000E-012.5000E-011.9545E-01 0.000E+00
3AB253AB24 22.5000E-012.5000E-011.9545E-01 0.000E+00
3BB253BB24 22.5000E-012.5000E-011.9545E-01 0.000E+00
3CB253CB24 22.5000E-012.5000E-011.9545E-01 0.000E+00
3DB253DB24 22.5000E-012.5000E-011.9545E-01 0.000E+00
3EB253EB24 22.5000E-012.5000E-011.9545E-01 0.000E+00
3FB253FB24 22.5000E-012.5000E-011.9545E-01 0.000E+00
3GB253GB24 22.5000E-012.5000E-011.9545E-01 0.000E+00
3HB253HB24 22.5000E-012.5000E-011.9545E-01 0.000E+00
3IB253IB24 22.5000E-012.5000E-011.9545E-01 0.000E+00
02B2702B24 21.3053E-011.3053E-017.3129E-03 0.000E+00
2AB272AB24 21.3053E-011.3053E-017.3129E-03 0.000E+00
2BB272BB24 21.3053E-011.3053E-017.3129E-03 0.000E+00
2CB272CB24 21.3053E-011.3053E-017.3129E-03 0.000E+00
2DB272DB24 21.3053E-011.3053E-017.3129E-03 0.000E+00
2EB272EB24 21.3053E-011.3053E-017.3129E-03 0.000E+00
2FB272FB24 21.3053E-011.3053E-017.3129E-03 0.000E+00
2GB272GB24 21.3053E-011.3053E-017.3129E-03 0.000E+00
2HB272HB24 21.3053E-011.3053E-017.3129E-03 0.000E+00
2IB272IB24 21.3053E-011.3053E-017.3129E-03 0.000E+00
03B2703B24 21.3053E-011.3053E-017.3129E-03 0.000E+00
3AB273AB24 21.3053E-011.3053E-017.3129E-03 0.000E+00
3BB273BB24 21.3053E-011.3053E-017.3129E-03 0.000E+00
3CB273CB24 21.3053E-011.3053E-017.3129E-03 0.000E+00
3DB273DB24 21.3053E-011.3053E-017.3129E-03 0.000E+00
3EB273EB24 21.3053E-011.3053E-017.3129E-03 0.000E+00
3FB273FB24 21.3053E-011.3053E-017.3129E-03 0.000E+00
3GB273GB24 21.3053E-011.3053E-017.3129E-03 0.000E+00
3HB273HB24 21.3053E-011.3053E-017.3129E-03 0.000E+00
3IB273IB24 21.3053E-011.3053E-017.3129E-03 0.000E+00
02B2602B25 24.3750E-014.3750E-013.4335E-01 0.000E+00
2AB262AB25 24.3750E-014.3750E-013.4335E-01 0.000E+00
2BB262BB25 24.3750E-014.3750E-013.4335E-01 0.000E+00
2CB262CB25 24.3750E-014.3750E-013.4335E-01 0.000E+00
2DB262DB25 24.3750E-014.3750E-013.4335E-01 0.000E+00
2EB262EB25 24.3750E-014.3750E-013.4335E-01 0.000E+00
2FB262FB25 24.3750E-014.3750E-013.4335E-01 0.000E+00
2GB262GB25 24.3750E-014.3750E-013.4335E-01 0.000E+00
2HB262HB25 24.3750E-014.3750E-013.4335E-01 0.000E+00
2IB262IB25 24.3750E-014.3750E-013.4335E-01 0.000E+00
03B2603B25 24.3750E-014.3750E-013.4335E-01 0.000E+00
3AB263AB25 24.3750E-014.3750E-013.4335E-01 0.000E+00
3BB263BB25 24.3750E-014.3750E-013.4335E-01 0.000E+00
3CB263CB25 24.3750E-014.3750E-013.4335E-01 0.000E+00
3DB263DB25 24.3750E-014.3750E-013.4335E-01 0.000E+00
3EB263EB25 24.3750E-014.3750E-013.4335E-01 0.000E+00
3FB263FB25 24.3750E-014.3750E-013.4335E-01 0.000E+00
3GB263GB25 24.3750E-014.3750E-013.4335E-01 0.000E+00
3HB263HB25 24.3750E-014.3750E-013.4335E-01 0.000E+00
3IB263IB25 24.3750E-014.3750E-013.4335E-01 0.000E+00
INCON
02A 1 0.14294463E+00
0.2987091732999E+08 0.6199999999991E+00 0.1260000000000E+03
2AA 1 0.15794482E+00
0.2988355807195E+08 0.6200000000003E+00 0.1260000000000E+03
2BA 1 0.17594520E+00
0.2989619889342E+08 0.6200000000020E+00 0.1260000000000E+03
2CA 1 0.18794859E+00
0.2990883979437E+08 0.6200000000007E+00 0.1260000000000E+03
2DA 1 0.16596090E+00
0.2992148077477E+08 0.6199999999989E+00 0.1260000000000E+03
2EA 1 0.18496344E+00
0.2993412183459E+08 0.6199999999987E+00 0.1260000000000E+03
2FA 1 0.23996167E+00
0.2994676297387E+08 0.6200000000004E+00 0.1260000000000E+03
2GA 1 0.25996834E+00
0.2995940419260E+08 0.6200000000006E+00 0.1260000000000E+03
2HA 1 0.28497610E+00
0.2997204549077E+08 0.6199999999991E+00 0.1260000000000E+03
2IA 1 0.26998760E+00
0.2998468686837E+08 0.6200000000006E+00 0.1260000000000E+03
03A 1 0.22999816E+00
0.2999732832540E+08 0.6200000000005E+00 0.1260000000000E+03
3AA 1 0.30600915E+00
0.3000996986185E+08 0.6200000000004E+00 0.1260000000000E+03
3BA 1 0.28501933E+00
0.3002261147773E+08 0.6200000000010E+00 0.1260000000000E+03
3CA 1 0.15501639E+00
0.3003525317303E+08 0.6200000000002E+00 0.1260000000000E+03
3DA 1 0.29904296E+00
0.3004789494544E+08 0.6200000000007E+00 0.1260000000000E+03
3EA 1 0.33406066E+00
0.3006053679957E+08 0.6199999999985E+00 0.1260000000000E+03
3FA 1 0.32007026E+00
0.3007317873311E+08 0.6199999999974E+00 0.1260000000000E+03
3GA 1 0.29407570E+00
0.3008582074607E+08 0.6200000000019E+00 0.1260000000000E+03
3HA 1 0.27908242E+00
0.3009846283843E+08 0.6199999999984E+00 0.1260000000000E+03
3IA 1 0.71023669E-01
0.3011110501020E+08 0.6199999999995E+00 0.1260000000000E+03
02A 2 0.14294463E+00
0.2987091732999E+08 0.6199999999992E+00 0.1260000000000E+03
2AA 2 0.15794482E+00
0.2988355807195E+08 0.6199999999995E+00 0.1260000000000E+03
2BA 2 0.17594520E+00
0.2989619889342E+08 0.6200000000012E+00 0.1260000000000E+03
2CA 2 0.18794859E+00
0.2990883979437E+08 0.6199999999996E+00 0.1260000000000E+03
2DA 2 0.16596090E+00
0.2992148077477E+08 0.6199999999981E+00 0.1260000000000E+03
2EA 2 0.18496344E+00
0.2993412183459E+08 0.6199999999999E+00 0.1260000000000E+03
2FA 2 0.23996167E+00
0.2994676297387E+08 0.6199999999992E+00 0.1260000000000E+03
2GA 2 0.25996834E+00
0.2995940419260E+08 0.6200000000000E+00 0.1260000000000E+03
2HA 2 0.28497610E+00
0.2997204549077E+08 0.6199999999998E+00 0.1260000000000E+03
2IA 2 0.26998760E+00
0.2998468686837E+08 0.6199999999995E+00 0.1260000000000E+03
03A 2 0.22999816E+00
0.2999732832540E+08 0.6200000000000E+00 0.1260000000000E+03
3AA 2 0.30600915E+00
0.3000996986185E+08 0.6199999999993E+00 0.1260000000000E+03
3BA 2 0.28501933E+00
0.3002261147773E+08 0.6200000000011E+00 0.1260000000000E+03
3CA 2 0.15501639E+00
0.3003525317303E+08 0.6199999999995E+00 0.1260000000000E+03
3DA 2 0.29904296E+00
0.3004789494543E+08 0.6199999999998E+00 0.1260000000000E+03
3EA 2 0.33406066E+00
0.3006053679957E+08 0.6199999999999E+00 0.1260000000000E+03
3FA 2 0.32007026E+00
0.3007317873311E+08 0.6200000000009E+00 0.1260000000000E+03
3GA 2 0.29407570E+00
0.3008582074607E+08 0.6200000000004E+00 0.1260000000000E+03
3HA 2 0.27908242E+00
0.3009846283843E+08 0.6200000000007E+00 0.1260000000000E+03
3IA 2 0.71023669E-01
0.3011110501020E+08 0.6199999999976E+00 0.1260000000000E+03
02A 3 0.14294463E+00
0.2987091732999E+08 0.6200000000020E+00 0.1260000000000E+03
2AA 3 0.15794482E+00
0.2988355807195E+08 0.6199999999994E+00 0.1260000000000E+03
2BA 3 0.17594520E+00
0.2989619889342E+08 0.6200000000011E+00 0.1260000000000E+03
2CA 3 0.18794859E+00
0.2990883979437E+08 0.6200000000001E+00 0.1260000000000E+03
2DA 3 0.16596090E+00
0.2992148077477E+08 0.6199999999980E+00 0.1260000000000E+03
2EA 3 0.18496344E+00
0.2993412183459E+08 0.6199999999990E+00 0.1260000000000E+03
2FA 3 0.23996167E+00
0.2994676297387E+08 0.6200000000009E+00 0.1260000000000E+03
2GA 3 0.25996834E+00
0.2995940419260E+08 0.6199999999998E+00 0.1260000000000E+03
2HA 3 0.28497610E+00
0.2997204549077E+08 0.6199999999995E+00 0.1260000000000E+03
2IA 3 0.26998760E+00
0.2998468686837E+08 0.6199999999999E+00 0.1260000000000E+03
03A 3 0.22999816E+00
0.2999732832540E+08 0.6200000000008E+00 0.1260000000000E+03
3AA 3 0.30600915E+00
0.3000996986185E+08 0.6200000000007E+00 0.1260000000000E+03
3BA 3 0.28501933E+00
0.3002261147773E+08 0.6200000000007E+00 0.1260000000000E+03
3CA 3 0.15501639E+00
0.3003525317303E+08 0.6199999999999E+00 0.1260000000000E+03
3DA 3 0.29904296E+00
0.3004789494543E+08 0.6199999999981E+00 0.1260000000000E+03
3EA 3 0.33406066E+00
0.3006053679957E+08 0.6199999999999E+00 0.1260000000000E+03
3FA 3 0.32007026E+00
0.3007317873311E+08 0.6200000000007E+00 0.1260000000000E+03
3GA 3 0.29407570E+00
0.3008582074607E+08 0.6200000000002E+00 0.1260000000000E+03
3HA 3 0.27908242E+00
0.3009846283843E+08 0.6199999999997E+00 0.1260000000000E+03
3IA 3 0.71023669E-01
0.3011110501020E+08 0.6199999999979E+00 0.1260000000000E+03
02A 4 0.14294463E+00
0.2987091732999E+08 0.6200000000023E+00 0.1260000000000E+03
2AA 4 0.15794482E+00
0.2988355807195E+08 0.6199999999996E+00 0.1260000000000E+03
2BA 4 0.17594520E+00
0.2989619889342E+08 0.6200000000010E+00 0.1260000000000E+03
2CA 4 0.18794859E+00
0.2990883979437E+08 0.6200000000026E+00 0.1260000000000E+03
2DA 4 0.16596090E+00
0.2992148077477E+08 0.6200000000016E+00 0.1260000000000E+03
2EA 4 0.18496344E+00
0.2993412183459E+08 0.6199999999988E+00 0.1260000000000E+03
2FA 4 0.23996167E+00
0.2994676297387E+08 0.6199999999998E+00 0.1260000000000E+03
2GA 4 0.25996834E+00
0.2995940419260E+08 0.6199999999994E+00 0.1260000000000E+03
2HA 4 0.28497610E+00
0.2997204549077E+08 0.6199999999996E+00 0.1260000000000E+03
2IA 4 0.26998760E+00
0.2998468686837E+08 0.6200000000000E+00 0.1260000000000E+03
03A 4 0.22999816E+00
0.2999732832540E+08 0.6199999999998E+00 0.1260000000000E+03
3AA 4 0.30600915E+00
0.3000996986185E+08 0.6200000000004E+00 0.1260000000000E+03
3BA 4 0.28501933E+00
0.3002261147773E+08 0.6200000000004E+00 0.1260000000000E+03
3CA 4 0.15501639E+00
0.3003525317303E+08 0.6199999999991E+00 0.1260000000000E+03
3DA 4 0.29904296E+00
0.3004789494543E+08 0.6199999999997E+00 0.1260000000000E+03
3EA 4 0.33406066E+00
0.3006053679957E+08 0.6200000000012E+00 0.1260000000000E+03
3FA 4 0.32007026E+00
0.3007317873311E+08 0.6199999999988E+00 0.1260000000000E+03
3GA 4 0.29407570E+00
0.3008582074607E+08 0.6199999999992E+00 0.1260000000000E+03
3HA 4 0.27908242E+00
0.3009846283843E+08 0.6199999999997E+00 0.1260000000000E+03
3IA 4 0.71023669E-01
0.3011110501020E+08 0.6199999999990E+00 0.1260000000000E+03
02A 5 0.14294463E+00
0.2987091732999E+08 0.6200000000028E+00 0.1260000000000E+03
2AA 5 0.15794482E+00
0.2988355807195E+08 0.6200000000009E+00 0.1260000000000E+03
2BA 5 0.17594520E+00
0.2989619889342E+08 0.6200000000024E+00 0.1260000000000E+03
2CA 5 0.18794859E+00
0.2990883979437E+08 0.6200000000008E+00 0.1260000000000E+03
2DA 5 0.16596090E+00
0.2992148077477E+08 0.6199999999994E+00 0.1260000000000E+03
2EA 5 0.18496344E+00
0.2993412183459E+08 0.6199999999978E+00 0.1260000000000E+03
2FA 5 0.23996167E+00
0.2994676297387E+08 0.6200000000006E+00 0.1260000000000E+03
2GA 5 0.25996834E+00
0.2995940419260E+08 0.6200000000010E+00 0.1260000000000E+03
2HA 5 0.28497610E+00
0.2997204549077E+08 0.6200000000015E+00 0.1260000000000E+03
2IA 5 0.26998760E+00
0.2998468686837E+08 0.6199999999996E+00 0.1260000000000E+03
03A 5 0.22999816E+00
0.2999732832540E+08 0.6200000000001E+00 0.1260000000000E+03
3AA 5 0.30600915E+00
0.3000996986185E+08 0.6199999999991E+00 0.1260000000000E+03
3BA 5 0.28501933E+00
0.3002261147773E+08 0.6199999999991E+00 0.1260000000000E+03
3CA 5 0.15501639E+00
0.3003525317303E+08 0.6199999999993E+00 0.1260000000000E+03
3DA 5 0.29904296E+00
0.3004789494543E+08 0.6199999999993E+00 0.1260000000000E+03
3EA 5 0.33406066E+00
0.3006053679957E+08 0.6199999999996E+00 0.1260000000000E+03
3FA 5 0.32007026E+00
0.3007317873311E+08 0.6200000000020E+00 0.1260000000000E+03
3GA 5 0.29407570E+00
0.3008582074607E+08 0.6199999999993E+00 0.1260000000000E+03
3HA 5 0.27908242E+00
0.3009846283843E+08 0.6200000000006E+00 0.1260000000000E+03
3IA 5 0.71023669E-01
0.3011110501020E+08 0.6199999999995E+00 0.1260000000000E+03
02A 6 0.14294463E+00
0.2987091732999E+08 0.6200000000018E+00 0.1260000000000E+03
2AA 6 0.15794482E+00
0.2988355807195E+08 0.6200000000010E+00 0.1260000000000E+03
2BA 6 0.17594520E+00
0.2989619889342E+08 0.6199999999980E+00 0.1260000000000E+03
2CA 6 0.18794859E+00
0.2990883979437E+08 0.6200000000021E+00 0.1260000000000E+03
2DA 6 0.16596090E+00
0.2992148077477E+08 0.6200000000004E+00 0.1260000000000E+03
2EA 6 0.18496344E+00
0.2993412183459E+08 0.6199999999988E+00 0.1260000000000E+03
2FA 6 0.23996167E+00
0.2994676297387E+08 0.6200000000001E+00 0.1260000000000E+03
2GA 6 0.25996834E+00
0.2995940419260E+08 0.6199999999996E+00 0.1260000000000E+03
2HA 6 0.28497610E+00
0.2997204549077E+08 0.6200000000002E+00 0.1260000000000E+03
2IA 6 0.26998760E+00
0.2998468686837E+08 0.6200000000012E+00 0.1260000000000E+03
03A 6 0.22999816E+00
0.2999732832540E+08 0.6199999999999E+00 0.1260000000000E+03
3AA 6 0.30600915E+00
0.3000996986185E+08 0.6199999999997E+00 0.1260000000000E+03
3BA 6 0.28501933E+00
0.3002261147773E+08 0.6199999999992E+00 0.1260000000000E+03
3CA 6 0.15501639E+00
0.3003525317303E+08 0.6200000000002E+00 0.1260000000000E+03
3DA 6 0.29904296E+00
0.3004789494543E+08 0.6199999999972E+00 0.1260000000000E+03
3EA 6 0.33406066E+00
0.3006053679957E+08 0.6199999999997E+00 0.1260000000000E+03
3FA 6 0.32007026E+00
0.3007317873311E+08 0.6199999999989E+00 0.1260000000000E+03
3GA 6 0.29407570E+00
0.3008582074607E+08 0.6200000000005E+00 0.1260000000000E+03
3HA 6 0.27908242E+00
0.3009846283843E+08 0.6200000000005E+00 0.1260000000000E+03
3IA 6 0.71023669E-01
0.3011110501020E+08 0.6199999999980E+00 0.1260000000000E+03
02A 7 0.14294463E+00
0.2987091732999E+08 0.6200000000022E+00 0.1260000000000E+03
2AA 7 0.15794482E+00
0.2988355807195E+08 0.6199999999998E+00 0.1260000000000E+03
2BA 7 0.17594520E+00
0.2989619889342E+08 0.6200000000009E+00 0.1260000000000E+03
2CA 7 0.18794859E+00
0.2990883979437E+08 0.6200000000000E+00 0.1260000000000E+03
2DA 7 0.16596090E+00
0.2992148077477E+08 0.6199999999988E+00 0.1260000000000E+03
2EA 7 0.18496344E+00
0.2993412183459E+08 0.6199999999977E+00 0.1260000000000E+03
2FA 7 0.23996167E+00
0.2994676297387E+08 0.6199999999993E+00 0.1260000000000E+03
2GA 7 0.25996834E+00
0.2995940419260E+08 0.6200000000001E+00 0.1260000000000E+03
2HA 7 0.28497610E+00
0.2997204549077E+08 0.6200000000004E+00 0.1260000000000E+03
2IA 7 0.26998760E+00
0.2998468686837E+08 0.6200000000007E+00 0.1260000000000E+03
03A 7 0.22999816E+00
0.2999732832540E+08 0.6199999999998E+00 0.1260000000000E+03
3AA 7 0.30600915E+00
0.3000996986185E+08 0.6199999999995E+00 0.1260000000000E+03
3BA 7 0.28501933E+00
0.3002261147773E+08 0.6200000000005E+00 0.1260000000000E+03
3CA 7 0.15501639E+00
0.3003525317303E+08 0.6199999999992E+00 0.1260000000000E+03
3DA 7 0.29904296E+00
0.3004789494543E+08 0.6200000000001E+00 0.1260000000000E+03
3EA 7 0.33406066E+00
0.3006053679957E+08 0.6200000000009E+00 0.1260000000000E+03
3FA 7 0.32007026E+00
0.3007317873311E+08 0.6200000000024E+00 0.1260000000000E+03
3GA 7 0.29407570E+00
0.3008582074607E+08 0.6200000000010E+00 0.1260000000000E+03
3HA 7 0.27908242E+00
0.3009846283843E+08 0.6200000000005E+00 0.1260000000000E+03
3IA 7 0.71023669E-01
0.3011110501020E+08 0.6199999999990E+00 0.1260000000000E+03
02A 8 0.14294463E+00
0.2987091732999E+08 0.6200000000011E+00 0.1260000000000E+03
2AA 8 0.15794482E+00
0.2988355807195E+08 0.6199999999984E+00 0.1260000000000E+03
2BA 8 0.17594520E+00
0.2989619889342E+08 0.6200000000016E+00 0.1260000000000E+03
2CA 8 0.18794859E+00
0.2990883979437E+08 0.6200000000033E+00 0.1260000000000E+03
2DA 8 0.16596090E+00
0.2992148077477E+08 0.6200000000001E+00 0.1260000000000E+03
2EA 8 0.18496344E+00
0.2993412183459E+08 0.6200000000006E+00 0.1260000000000E+03
2FA 8 0.23996167E+00
0.2994676297387E+08 0.6199999999989E+00 0.1260000000000E+03
2GA 8 0.25996834E+00
0.2995940419260E+08 0.6199999999998E+00 0.1260000000000E+03
2HA 8 0.28497610E+00
0.2997204549077E+08 0.6199999999993E+00 0.1260000000000E+03
2IA 8 0.26998760E+00
0.2998468686837E+08 0.6199999999999E+00 0.1260000000000E+03
03A 8 0.22999816E+00
0.2999732832540E+08 0.6199999999986E+00 0.1260000000000E+03
3AA 8 0.30600915E+00
0.3000996986185E+08 0.6199999999998E+00 0.1260000000000E+03
3BA 8 0.28501933E+00
0.3002261147773E+08 0.6200000000015E+00 0.1260000000000E+03
3CA 8 0.15501639E+00
0.3003525317303E+08 0.6199999999997E+00 0.1260000000000E+03
3DA 8 0.29904296E+00
0.3004789494543E+08 0.6200000000013E+00 0.1260000000000E+03
3EA 8 0.33406066E+00
0.3006053679957E+08 0.6199999999999E+00 0.1260000000000E+03
3FA 8 0.32007026E+00
0.3007317873311E+08 0.6200000000004E+00 0.1260000000000E+03
3GA 8 0.29407570E+00
0.3008582074607E+08 0.6199999999999E+00 0.1260000000000E+03
3HA 8 0.27908242E+00
0.3009846283843E+08 0.6199999999986E+00 0.1260000000000E+03
3IA 8 0.71023669E-01
0.3011110501020E+08 0.6200000000017E+00 0.1260000000000E+03
02A 9 0.14294463E+00
0.2987091732999E+08 0.6200000000001E+00 0.1260000000000E+03
2AA 9 0.15794482E+00
0.2988355807195E+08 0.6200000000007E+00 0.1260000000000E+03
2BA 9 0.17594520E+00
0.2989619889342E+08 0.6199999999992E+00 0.1260000000000E+03
2CA 9 0.18794859E+00
0.2990883979437E+08 0.6200000000007E+00 0.1260000000000E+03
2DA 9 0.16596090E+00
0.2992148077477E+08 0.6200000000011E+00 0.1260000000000E+03
2EA 9 0.18496344E+00
0.2993412183459E+08 0.6199999999990E+00 0.1260000000000E+03
2FA 9 0.23996167E+00
0.2994676297387E+08 0.6199999999996E+00 0.1260000000000E+03
2GA 9 0.25996834E+00
0.2995940419260E+08 0.6200000000015E+00 0.1260000000000E+03
2HA 9 0.28497610E+00
0.2997204549077E+08 0.6199999999993E+00 0.1260000000000E+03
2IA 9 0.26998760E+00
0.2998468686837E+08 0.6199999999993E+00 0.1260000000000E+03
03A 9 0.22999816E+00
0.2999732832540E+08 0.6199999999998E+00 0.1260000000000E+03
3AA 9 0.30600915E+00
0.3000996986185E+08 0.6199999999992E+00 0.1260000000000E+03
3BA 9 0.28501933E+00
0.3002261147773E+08 0.6200000000010E+00 0.1260000000000E+03
3CA 9 0.15501639E+00
0.3003525317304E+08 0.6200000000006E+00 0.1260000000000E+03
3DA 9 0.29904296E+00
0.3004789494543E+08 0.6199999999989E+00 0.1260000000000E+03
3EA 9 0.33406066E+00
0.3006053679957E+08 0.6199999999975E+00 0.1260000000000E+03
3FA 9 0.32007026E+00
0.3007317873311E+08 0.6200000000004E+00 0.1260000000000E+03
3GA 9 0.29407570E+00
0.3008582074607E+08 0.6199999999988E+00 0.1260000000000E+03
3HA 9 0.27908242E+00
0.3009846283843E+08 0.6200000000004E+00 0.1260000000000E+03
3IA 9 0.71023669E-01
0.3011110501020E+08 0.6199999999992E+00 0.1260000000000E+03
02A10 0.14294463E+00
0.2987091732999E+08 0.6199999999998E+00 0.1260000000000E+03
2AA10 0.15794482E+00
0.2988355807195E+08 0.6199999999986E+00 0.1260000000000E+03
2BA10 0.17594520E+00
0.2989619889342E+08 0.6200000000030E+00 0.1260000000000E+03
2CA10 0.18794859E+00
0.2990883979437E+08 0.6200000000005E+00 0.1260000000000E+03
2DA10 0.16596090E+00
0.2992148077477E+08 0.6200000000021E+00 0.1260000000000E+03
2EA10 0.18496344E+00
0.2993412183459E+08 0.6200000000040E+00 0.1260000000000E+03
2FA10 0.23996167E+00
0.2994676297387E+08 0.6199999999984E+00 0.1260000000000E+03
2GA10 0.25996834E+00
0.2995940419260E+08 0.6200000000000E+00 0.1260000000000E+03
2HA10 0.28497610E+00
0.2997204549077E+08 0.6199999999994E+00 0.1260000000000E+03
2IA10 0.26998760E+00
0.2998468686837E+08 0.6200000000005E+00 0.1260000000000E+03
03A10 0.22999816E+00
0.2999732832540E+08 0.6199999999994E+00 0.1260000000000E+03
3AA10 0.30600915E+00
0.3000996986185E+08 0.6200000000001E+00 0.1260000000000E+03
3BA10 0.28501933E+00
0.3002261147773E+08 0.6199999999994E+00 0.1260000000000E+03
3CA10 0.15501639E+00
0.3003525317304E+08 0.6200000000006E+00 0.1260000000000E+03
3DA10 0.29904296E+00
0.3004789494543E+08 0.6199999999997E+00 0.1260000000000E+03
3EA10 0.33406066E+00
0.3006053679957E+08 0.6200000000009E+00 0.1260000000000E+03
3FA10 0.32007026E+00
0.3007317873311E+08 0.6199999999997E+00 0.1260000000000E+03
3GA10 0.29407570E+00
0.3008582074607E+08 0.6200000000004E+00 0.1260000000000E+03
3HA10 0.27908242E+00
0.3009846283843E+08 0.6200000000004E+00 0.1260000000000E+03
3IA10 0.71023669E-01
0.3011110501020E+08 0.6199999999997E+00 0.1260000000000E+03
02A11 0.14294463E+00
0.2987091732999E+08 0.6199999999963E+00 0.1260000000000E+03
2AA11 0.15794482E+00
0.2988355807195E+08 0.6200000000028E+00 0.1260000000000E+03
2BA11 0.17594520E+00
0.2989619889342E+08 0.6199999999983E+00 0.1260000000000E+03
2CA11 0.18794859E+00
0.2990883979437E+08 0.6200000000005E+00 0.1260000000000E+03
2DA11 0.16596090E+00
0.2992148077477E+08 0.6200000000027E+00 0.1260000000000E+03
2EA11 0.18496344E+00
0.2993412183459E+08 0.6199999999990E+00 0.1260000000000E+03
2FA11 0.23996167E+00
0.2994676297387E+08 0.6199999999991E+00 0.1260000000000E+03
2GA11 0.25996834E+00
0.2995940419260E+08 0.6199999999997E+00 0.1260000000000E+03
2HA11 0.28497610E+00
0.2997204549077E+08 0.6199999999999E+00 0.1260000000000E+03
2IA11 0.26998760E+00
0.2998468686837E+08 0.6200000000000E+00 0.1260000000000E+03
03A11 0.22999816E+00
0.2999732832540E+08 0.6199999999983E+00 0.1260000000000E+03
3AA11 0.30600915E+00
0.3000996986185E+08 0.6200000000008E+00 0.1260000000000E+03
3BA11 0.28501933E+00
0.3002261147773E+08 0.6199999999987E+00 0.1260000000000E+03
3CA11 0.15501639E+00
0.3003525317304E+08 0.6199999999989E+00 0.1260000000000E+03
3DA11 0.29904296E+00
0.3004789494543E+08 0.6200000000001E+00 0.1260000000000E+03
3EA11 0.33406066E+00
0.3006053679957E+08 0.6200000000007E+00 0.1260000000000E+03
3FA11 0.32007026E+00
0.3007317873311E+08 0.6199999999982E+00 0.1260000000000E+03
3GA11 0.29407570E+00
0.3008582074607E+08 0.6199999999996E+00 0.1260000000000E+03
3HA11 0.27908242E+00
0.3009846283843E+08 0.6200000000003E+00 0.1260000000000E+03
3IA11 0.71023669E-01
0.3011110501020E+08 0.6200000000004E+00 0.1260000000000E+03
02A12 0.14294463E+00
0.2987091732999E+08 0.6200000000029E+00 0.1260000000000E+03
2AA12 0.15794482E+00
0.2988355807195E+08 0.6199999999995E+00 0.1260000000000E+03
2BA12 0.17594520E+00
0.2989619889342E+08 0.6200000000032E+00 0.1260000000000E+03
2CA12 0.18794859E+00
0.2990883979437E+08 0.6199999999990E+00 0.1260000000000E+03
2DA12 0.16596090E+00
0.2992148077477E+08 0.6199999999988E+00 0.1260000000000E+03
2EA12 0.18496344E+00
0.2993412183459E+08 0.6199999999999E+00 0.1260000000000E+03
2FA12 0.23996167E+00
0.2994676297387E+08 0.6199999999998E+00 0.1260000000000E+03
2GA12 0.25996834E+00
0.2995940419260E+08 0.6199999999992E+00 0.1260000000000E+03
2HA12 0.28497610E+00
0.2997204549077E+08 0.6199999999995E+00 0.1260000000000E+03
2IA12 0.26998760E+00
0.2998468686837E+08 0.6199999999997E+00 0.1260000000000E+03
03A12 0.22999816E+00
0.2999732832540E+08 0.6199999999991E+00 0.1260000000000E+03
3AA12 0.30600915E+00
0.3000996986185E+08 0.6200000000000E+00 0.1260000000000E+03
3BA12 0.28501933E+00
0.3002261147773E+08 0.6200000000019E+00 0.1260000000000E+03
3CA12 0.15501639E+00
0.3003525317303E+08 0.6199999999990E+00 0.1260000000000E+03
3DA12 0.29904296E+00
0.3004789494544E+08 0.6199999999997E+00 0.1260000000000E+03
3EA12 0.33406066E+00
0.3006053679957E+08 0.6199999999980E+00 0.1260000000000E+03
3FA12 0.32007026E+00
0.3007317873312E+08 0.6199999999966E+00 0.1260000000000E+03
3GA12 0.29407570E+00
0.3008582074607E+08 0.6200000000014E+00 0.1260000000000E+03
3HA12 0.27908242E+00
0.3009846283843E+08 0.6199999999987E+00 0.1260000000000E+03
3IA12 0.71023669E-01
0.3011110501020E+08 0.6199999999997E+00 0.1260000000000E+03
02A13 0.14294463E+00
0.2987091732999E+08 0.6199999999987E+00 0.1260000000000E+03
2AA13 0.15794482E+00
0.2988355807195E+08 0.6199999999966E+00 0.1260000000000E+03
2BA13 0.17594520E+00
0.2989619889342E+08 0.6199999999985E+00 0.1260000000000E+03
2CA13 0.18794859E+00
0.2990883979437E+08 0.6200000000004E+00 0.1260000000000E+03
2DA13 0.16596090E+00
0.2992148077477E+08 0.6199999999995E+00 0.1260000000000E+03
2EA13 0.18496344E+00
0.2993412183459E+08 0.6200000000014E+00 0.1260000000000E+03
2FA13 0.23996167E+00
0.2994676297387E+08 0.6199999999996E+00 0.1260000000000E+03
2GA13 0.25996834E+00
0.2995940419260E+08 0.6200000000001E+00 0.1260000000000E+03
2HA13 0.28497610E+00
0.2997204549077E+08 0.6200000000002E+00 0.1260000000000E+03
2IA13 0.26998760E+00
0.2998468686837E+08 0.6200000000006E+00 0.1260000000000E+03
03A13 0.22999816E+00
0.2999732832540E+08 0.6199999999999E+00 0.1260000000000E+03
3AA13 0.30600915E+00
0.3000996986185E+08 0.6199999999999E+00 0.1260000000000E+03
3BA13 0.28501933E+00
0.3002261147773E+08 0.6199999999997E+00 0.1260000000000E+03
3CA13 0.15501639E+00
0.3003525317303E+08 0.6199999999989E+00 0.1260000000000E+03
3DA13 0.29904296E+00
0.3004789494543E+08 0.6200000000019E+00 0.1260000000000E+03
3EA13 0.33406066E+00
0.3006053679957E+08 0.6200000000006E+00 0.1260000000000E+03
3FA13 0.32007026E+00
0.3007317873311E+08 0.6199999999994E+00 0.1260000000000E+03
3GA13 0.29407570E+00
0.3008582074607E+08 0.6199999999990E+00 0.1260000000000E+03
3HA13 0.27908242E+00
0.3009846283843E+08 0.6199999999999E+00 0.1260000000000E+03
3IA13 0.71023669E-01
0.3011110501020E+08 0.6200000000014E+00 0.1260000000000E+03
02A14 0.14294463E+00
0.2987091732999E+08 0.6199999999983E+00 0.1260000000000E+03
2AA14 0.15794482E+00
0.2988355807195E+08 0.6200000000013E+00 0.1260000000000E+03
2BA14 0.17594520E+00
0.2989619889342E+08 0.6199999999993E+00 0.1260000000000E+03
2CA14 0.18794859E+00
0.2990883979437E+08 0.6199999999981E+00 0.1260000000000E+03
2DA14 0.16596090E+00
0.2992148077477E+08 0.6199999999984E+00 0.1260000000000E+03
2EA14 0.18496344E+00
0.2993412183459E+08 0.6200000000005E+00 0.1260000000000E+03
2FA14 0.23996167E+00
0.2994676297387E+08 0.6199999999996E+00 0.1260000000000E+03
2GA14 0.25996834E+00
0.2995940419260E+08 0.6199999999993E+00 0.1260000000000E+03
2HA14 0.28497610E+00
0.2997204549077E+08 0.6200000000001E+00 0.1260000000000E+03
2IA14 0.26998760E+00
0.2998468686837E+08 0.6200000000006E+00 0.1260000000000E+03
03A14 0.22999816E+00
0.2999732832540E+08 0.6200000000007E+00 0.1260000000000E+03
3AA14 0.30600915E+00
0.3000996986185E+08 0.6199999999998E+00 0.1260000000000E+03
3BA14 0.28501933E+00
0.3002261147773E+08 0.6200000000008E+00 0.1260000000000E+03
3CA14 0.15501639E+00
0.3003525317303E+08 0.6199999999996E+00 0.1260000000000E+03
3DA14 0.29904296E+00
0.3004789494543E+08 0.6200000000001E+00 0.1260000000000E+03
3EA14 0.33406066E+00
0.3006053679957E+08 0.6200000000000E+00 0.1260000000000E+03
3FA14 0.32007026E+00
0.3007317873311E+08 0.6200000000025E+00 0.1260000000000E+03
3GA14 0.29407570E+00
0.3008582074607E+08 0.6200000000005E+00 0.1260000000000E+03
3HA14 0.27908242E+00
0.3009846283843E+08 0.6200000000004E+00 0.1260000000000E+03
3IA14 0.71023669E-01
0.3011110501020E+08 0.6199999999986E+00 0.1260000000000E+03
02A15 0.14294463E+00
0.2987091732999E+08 0.6200000000015E+00 0.1260000000000E+03
2AA15 0.15794482E+00
0.2988355807195E+08 0.6199999999978E+00 0.1260000000000E+03
2BA15 0.17594520E+00
0.2989619889342E+08 0.6199999999982E+00 0.1260000000000E+03
2CA15 0.18794859E+00
0.2990883979437E+08 0.6199999999998E+00 0.1260000000000E+03
2DA15 0.16596090E+00
0.2992148077477E+08 0.6200000000019E+00 0.1260000000000E+03
2EA15 0.18496344E+00
0.2993412183459E+08 0.6200000000006E+00 0.1260000000000E+03
2FA15 0.23996167E+00
0.2994676297387E+08 0.6200000000008E+00 0.1260000000000E+03
2GA15 0.25996834E+00
0.2995940419260E+08 0.6199999999992E+00 0.1260000000000E+03
2HA15 0.28497610E+00
0.2997204549077E+08 0.6200000000004E+00 0.1260000000000E+03
2IA15 0.26998760E+00
0.2998468686837E+08 0.6200000000002E+00 0.1260000000000E+03
03A15 0.22999816E+00
0.2999732832540E+08 0.6200000000011E+00 0.1260000000000E+03
3AA15 0.30600915E+00
0.3000996986185E+08 0.6200000000002E+00 0.1260000000000E+03
3BA15 0.28501933E+00
0.3002261147773E+08 0.6200000000005E+00 0.1260000000000E+03
3CA15 0.15501639E+00
0.3003525317303E+08 0.6199999999993E+00 0.1260000000000E+03
3DA15 0.29904296E+00
0.3004789494543E+08 0.6199999999996E+00 0.1260000000000E+03
3EA15 0.33406066E+00
0.3006053679957E+08 0.6200000000037E+00 0.1260000000000E+03
3FA15 0.32007026E+00
0.3007317873311E+08 0.6199999999998E+00 0.1260000000000E+03
3GA15 0.29407570E+00
0.3008582074607E+08 0.6200000000002E+00 0.1260000000000E+03
3HA15 0.27908242E+00
0.3009846283843E+08 0.6200000000016E+00 0.1260000000000E+03
3IA15 0.71023669E-01
0.3011110501020E+08 0.6199999999980E+00 0.1260000000000E+03
02A16 0.14294463E+00
0.2987091732999E+08 0.6199999999982E+00 0.1260000000000E+03
2AA16 0.15794482E+00
0.2988355807195E+08 0.6200000000001E+00 0.1260000000000E+03
2BA16 0.17594520E+00
0.2989619889342E+08 0.6200000000014E+00 0.1260000000000E+03
2CA16 0.18794859E+00
0.2990883979437E+08 0.6199999999991E+00 0.1260000000000E+03
2DA16 0.16596090E+00
0.2992148077477E+08 0.6199999999976E+00 0.1260000000000E+03
2EA16 0.18496344E+00
0.2993412183459E+08 0.6199999999997E+00 0.1260000000000E+03
2FA16 0.23996167E+00
0.2994676297387E+08 0.6200000000005E+00 0.1260000000000E+03
2GA16 0.25996834E+00
0.2995940419260E+08 0.6200000000006E+00 0.1260000000000E+03
2HA16 0.28497610E+00
0.2997204549077E+08 0.6199999999996E+00 0.1260000000000E+03
2IA16 0.26998760E+00
0.2998468686837E+08 0.6199999999996E+00 0.1260000000000E+03
03A16 0.22999816E+00
0.2999732832540E+08 0.6200000000001E+00 0.1260000000000E+03
3AA16 0.30600915E+00
0.3000996986185E+08 0.6200000000002E+00 0.1260000000000E+03
3BA16 0.28501933E+00
0.3002261147773E+08 0.6200000000009E+00 0.1260000000000E+03
3CA16 0.15501639E+00
0.3003525317303E+08 0.6200000000008E+00 0.1260000000000E+03
3DA16 0.29904296E+00
0.3004789494543E+08 0.6200000000010E+00 0.1260000000000E+03
3EA16 0.33406066E+00
0.3006053679957E+08 0.6200000000010E+00 0.1260000000000E+03
3FA16 0.32007026E+00
0.3007317873311E+08 0.6199999999972E+00 0.1260000000000E+03
3GA16 0.29407570E+00
0.3008582074607E+08 0.6200000000002E+00 0.1260000000000E+03
3HA16 0.27908242E+00
0.3009846283843E+08 0.6200000000023E+00 0.1260000000000E+03
3IA16 0.71023669E-01
0.3011110501020E+08 0.6200000000000E+00 0.1260000000000E+03
02A17 0.14294463E+00
0.2987091732999E+08 0.6199999999999E+00 0.1260000000000E+03
2AA17 0.15794482E+00
0.2988355807195E+08 0.6200000000005E+00 0.1260000000000E+03
2BA17 0.17594520E+00
0.2989619889342E+08 0.6199999999987E+00 0.1260000000000E+03
2CA17 0.18794859E+00
0.2990883979437E+08 0.6200000000037E+00 0.1260000000000E+03
2DA17 0.16596090E+00
0.2992148077477E+08 0.6199999999995E+00 0.1260000000000E+03
2EA17 0.18496344E+00
0.2993412183459E+08 0.6199999999987E+00 0.1260000000000E+03
2FA17 0.23996167E+00
0.2994676297387E+08 0.6199999999993E+00 0.1260000000000E+03
2GA17 0.25996834E+00
0.2995940419260E+08 0.6199999999999E+00 0.1260000000000E+03
2HA17 0.28497610E+00
0.2997204549077E+08 0.6200000000001E+00 0.1260000000000E+03
2IA17 0.26998760E+00
0.2998468686837E+08 0.6200000000003E+00 0.1260000000000E+03
03A17 0.22999816E+00
0.2999732832540E+08 0.6200000000002E+00 0.1260000000000E+03
3AA17 0.30600915E+00
0.3000996986185E+08 0.6199999999997E+00 0.1260000000000E+03
3BA17 0.28501933E+00
0.3002261147773E+08 0.6200000000007E+00 0.1260000000000E+03
3CA17 0.15501639E+00
0.3003525317303E+08 0.6199999999991E+00 0.1260000000000E+03
3DA17 0.29904296E+00
0.3004789494543E+08 0.6200000000005E+00 0.1260000000000E+03
3EA17 0.33406066E+00
0.3006053679957E+08 0.6200000000001E+00 0.1260000000000E+03
3FA17 0.32007026E+00
0.3007317873311E+08 0.6199999999988E+00 0.1260000000000E+03
3GA17 0.29407570E+00
0.3008582074607E+08 0.6199999999994E+00 0.1260000000000E+03
3HA17 0.27908242E+00
0.3009846283843E+08 0.6200000000010E+00 0.1260000000000E+03
3IA17 0.71023669E-01
0.3011110501020E+08 0.6199999999998E+00 0.1260000000000E+03
02A18 0.14294463E+00
0.2987091732999E+08 0.6199999999974E+00 0.1260000000000E+03
2AA18 0.15794482E+00
0.2988355807195E+08 0.6199999999985E+00 0.1260000000000E+03
2BA18 0.17594520E+00
0.2989619889342E+08 0.6200000000002E+00 0.1260000000000E+03
2CA18 0.18794859E+00
0.2990883979437E+08 0.6200000000011E+00 0.1260000000000E+03
2DA18 0.16596090E+00
0.2992148077477E+08 0.6199999999988E+00 0.1260000000000E+03
2EA18 0.18496344E+00
0.2993412183459E+08 0.6200000000018E+00 0.1260000000000E+03
2FA18 0.23996167E+00
0.2994676297387E+08 0.6199999999995E+00 0.1260000000000E+03
2GA18 0.25996834E+00
0.2995940419260E+08 0.6199999999992E+00 0.1260000000000E+03
2HA18 0.28497610E+00
0.2997204549077E+08 0.6200000000003E+00 0.1260000000000E+03
2IA18 0.26998760E+00
0.2998468686837E+08 0.6199999999992E+00 0.1260000000000E+03
03A18 0.22999816E+00
0.2999732832540E+08 0.6199999999999E+00 0.1260000000000E+03
3AA18 0.30600915E+00
0.3000996986185E+08 0.6199999999995E+00 0.1260000000000E+03
3BA18 0.28501933E+00
0.3002261147773E+08 0.6200000000008E+00 0.1260000000000E+03
3CA18 0.15501639E+00
0.3003525317303E+08 0.6199999999996E+00 0.1260000000000E+03
3DA18 0.29904296E+00
0.3004789494543E+08 0.6200000000003E+00 0.1260000000000E+03
3EA18 0.33406066E+00
0.3006053679957E+08 0.6200000000029E+00 0.1260000000000E+03
3FA18 0.32007026E+00
0.3007317873311E+08 0.6199999999994E+00 0.1260000000000E+03
3GA18 0.29407570E+00
0.3008582074607E+08 0.6199999999991E+00 0.1260000000000E+03
3HA18 0.27908242E+00
0.3009846283843E+08 0.6199999999992E+00 0.1260000000000E+03
3IA18 0.71023669E-01
0.3011110501020E+08 0.6199999999992E+00 0.1260000000000E+03
02A19 0.14294463E+00
0.2987091732999E+08 0.6200000000028E+00 0.1260000000000E+03
2AA19 0.15794482E+00
0.2988355807195E+08 0.6200000000015E+00 0.1260000000000E+03
2BA19 0.17594520E+00
0.2989619889342E+08 0.6200000000004E+00 0.1260000000000E+03
2CA19 0.18794859E+00
0.2990883979437E+08 0.6199999999993E+00 0.1260000000000E+03
2DA19 0.16596090E+00
0.2992148077477E+08 0.6200000000023E+00 0.1260000000000E+03
2EA19 0.18496344E+00
0.2993412183459E+08 0.6199999999999E+00 0.1260000000000E+03
2FA19 0.23996167E+00
0.2994676297387E+08 0.6199999999981E+00 0.1260000000000E+03
2GA19 0.25996834E+00
0.2995940419260E+08 0.6199999999994E+00 0.1260000000000E+03
2HA19 0.28497610E+00
0.2997204549077E+08 0.6199999999996E+00 0.1260000000000E+03
2IA19 0.26998760E+00
0.2998468686837E+08 0.6200000000004E+00 0.1260000000000E+03
03A19 0.22999816E+00
0.2999732832540E+08 0.6200000000008E+00 0.1260000000000E+03
3AA19 0.30600915E+00
0.3000996986185E+08 0.6199999999990E+00 0.1260000000000E+03
3BA19 0.28501933E+00
0.3002261147773E+08 0.6199999999993E+00 0.1260000000000E+03
3CA19 0.15501639E+00
0.3003525317303E+08 0.6199999999999E+00 0.1260000000000E+03
3DA19 0.29904296E+00
0.3004789494543E+08 0.6199999999992E+00 0.1260000000000E+03
3EA19 0.33406066E+00
0.3006053679957E+08 0.6200000000022E+00 0.1260000000000E+03
3FA19 0.32007026E+00
0.3007317873311E+08 0.6200000000020E+00 0.1260000000000E+03
3GA19 0.29407570E+00
0.3008582074607E+08 0.6200000000000E+00 0.1260000000000E+03
3HA19 0.27908242E+00
0.3009846283843E+08 0.6199999999997E+00 0.1260000000000E+03
3IA19 0.71023669E-01
0.3011110501020E+08 0.6199999999993E+00 0.1260000000000E+03
02A20 0.14294463E+00
0.2987091732999E+08 0.6199999999947E+00 0.1260000000000E+03
2AA20 0.15794482E+00
0.2988355807195E+08 0.6200000000007E+00 0.1260000000000E+03
2BA20 0.17594520E+00
0.2989619889342E+08 0.6200000000021E+00 0.1260000000000E+03
2CA20 0.18794859E+00
0.2990883979437E+08 0.6199999999958E+00 0.1260000000000E+03
2DA20 0.16596090E+00
0.2992148077477E+08 0.6200000000014E+00 0.1260000000000E+03
2EA20 0.18496344E+00
0.2993412183459E+08 0.6199999999980E+00 0.1260000000000E+03
2FA20 0.23996167E+00
0.2994676297387E+08 0.6199999999996E+00 0.1260000000000E+03
2GA20 0.25996834E+00
0.2995940419260E+08 0.6200000000003E+00 0.1260000000000E+03
2HA20 0.28497610E+00
0.2997204549077E+08 0.6200000000003E+00 0.1260000000000E+03
2IA20 0.26998760E+00
0.2998468686837E+08 0.6199999999999E+00 0.1260000000000E+03
03A20 0.22999816E+00
0.2999732832540E+08 0.6200000000001E+00 0.1260000000000E+03
3AA20 0.30600915E+00
0.3000996986185E+08 0.6200000000006E+00 0.1260000000000E+03
3BA20 0.28501933E+00
0.3002261147773E+08 0.6200000000014E+00 0.1260000000000E+03
3CA20 0.15501639E+00
0.3003525317304E+08 0.6199999999986E+00 0.1260000000000E+03
3DA20 0.29904296E+00
0.3004789494543E+08 0.6200000000000E+00 0.1260000000000E+03
3EA20 0.33406066E+00
0.3006053679957E+08 0.6200000000002E+00 0.1260000000000E+03
3FA20 0.32007026E+00
0.3007317873311E+08 0.6199999999985E+00 0.1260000000000E+03
3GA20 0.29407570E+00
0.3008582074607E+08 0.6199999999994E+00 0.1260000000000E+03
3HA20 0.27908242E+00
0.3009846283843E+08 0.6200000000007E+00 0.1260000000000E+03
3IA20 0.71023669E-01
0.3011110501020E+08 0.6199999999997E+00 0.1260000000000E+03
02A21 0.14294463E+00
0.2987091732999E+08 0.6199999999972E+00 0.1260000000000E+03
2AA21 0.15794482E+00
0.2988355807195E+08 0.6200000000037E+00 0.1260000000000E+03
2BA21 0.17594520E+00
0.2989619889342E+08 0.6200000000017E+00 0.1260000000000E+03
2CA21 0.18794859E+00
0.2990883979437E+08 0.6199999999979E+00 0.1260000000000E+03
2DA21 0.16596090E+00
0.2992148077477E+08 0.6200000000001E+00 0.1260000000000E+03
2EA21 0.18496344E+00
0.2993412183459E+08 0.6199999999984E+00 0.1260000000000E+03
2FA21 0.23996167E+00
0.2994676297387E+08 0.6199999999991E+00 0.1260000000000E+03
2GA21 0.25996834E+00
0.2995940419260E+08 0.6200000000004E+00 0.1260000000000E+03
2HA21 0.28497610E+00
0.2997204549077E+08 0.6200000000003E+00 0.1260000000000E+03
2IA21 0.26998760E+00
0.2998468686837E+08 0.6199999999999E+00 0.1260000000000E+03
03A21 0.22999816E+00
0.2999732832540E+08 0.6199999999998E+00 0.1260000000000E+03
3AA21 0.30600915E+00
0.3000996986185E+08 0.6199999999994E+00 0.1260000000000E+03
3BA21 0.28501933E+00
0.3002261147773E+08 0.6200000000005E+00 0.1260000000000E+03
3CA21 0.15501639E+00
0.3003525317304E+08 0.6200000000001E+00 0.1260000000000E+03
3DA21 0.29904296E+00
0.3004789494543E+08 0.6199999999988E+00 0.1260000000000E+03
3EA21 0.33406066E+00
0.3006053679957E+08 0.6200000000001E+00 0.1260000000000E+03
3FA21 0.32007026E+00
0.3007317873311E+08 0.6200000000025E+00 0.1260000000000E+03
3GA21 0.29407570E+00
0.3008582074607E+08 0.6199999999984E+00 0.1260000000000E+03
3HA21 0.27908242E+00
0.3009846283843E+08 0.6200000000001E+00 0.1260000000000E+03
3IA21 0.71023669E-01
0.3011110501020E+08 0.6200000000020E+00 0.1260000000000E+03
02A22 0.14294463E+00
0.2987091732999E+08 0.6199999999972E+00 0.1260000000000E+03
2AA22 0.15794482E+00
0.2988355807195E+08 0.6199999999984E+00 0.1260000000000E+03
2BA22 0.17594520E+00
0.2989619889342E+08 0.6200000000002E+00 0.1260000000000E+03
2CA22 0.18794859E+00
0.2990883979437E+08 0.6199999999983E+00 0.1260000000000E+03
2DA22 0.16596090E+00
0.2992148077477E+08 0.6199999999991E+00 0.1260000000000E+03
2EA22 0.18496344E+00
0.2993412183459E+08 0.6199999999987E+00 0.1260000000000E+03
2FA22 0.23996167E+00
0.2994676297387E+08 0.6200000000003E+00 0.1260000000000E+03
2GA22 0.25996834E+00
0.2995940419260E+08 0.6199999999993E+00 0.1260000000000E+03
2HA22 0.28497610E+00
0.2997204549077E+08 0.6199999999999E+00 0.1260000000000E+03
2IA22 0.26998760E+00
0.2998468686837E+08 0.6199999999999E+00 0.1260000000000E+03
03A22 0.22999816E+00
0.2999732832540E+08 0.6200000000012E+00 0.1260000000000E+03
3AA22 0.30600915E+00
0.3000996986185E+08 0.6200000000000E+00 0.1260000000000E+03
3BA22 0.28501933E+00
0.3002261147773E+08 0.6200000000002E+00 0.1260000000000E+03
3CA22 0.15501639E+00
0.3003525317304E+08 0.6199999999998E+00 0.1260000000000E+03
3DA22 0.29904296E+00
0.3004789494543E+08 0.6200000000011E+00 0.1260000000000E+03
3EA22 0.33406066E+00
0.3006053679957E+08 0.6200000000029E+00 0.1260000000000E+03
3FA22 0.32007026E+00
0.3007317873311E+08 0.6199999999954E+00 0.1260000000000E+03
3GA22 0.29407570E+00
0.3008582074607E+08 0.6200000000014E+00 0.1260000000000E+03
3HA22 0.27908242E+00
0.3009846283843E+08 0.6199999999994E+00 0.1260000000000E+03
3IA22 0.71023669E-01
0.3011110501020E+08 0.6199999999999E+00 0.1260000000000E+03
02A23 0.14294463E+00
0.2987091732999E+08 0.6200000000012E+00 0.1260000000000E+03
2AA23 0.15794482E+00
0.2988355807195E+08 0.6200000000005E+00 0.1260000000000E+03
2BA23 0.17594520E+00
0.2989619889342E+08 0.6199999999976E+00 0.1260000000000E+03
2CA23 0.18794859E+00
0.2990883979437E+08 0.6199999999985E+00 0.1260000000000E+03
2DA23 0.16596090E+00
0.2992148077477E+08 0.6199999999996E+00 0.1260000000000E+03
2EA23 0.18496344E+00
0.2993412183459E+08 0.6200000000014E+00 0.1260000000000E+03
2FA23 0.23996167E+00
0.2994676297387E+08 0.6200000000007E+00 0.1260000000000E+03
2GA23 0.25996834E+00
0.2995940419260E+08 0.6199999999997E+00 0.1260000000000E+03
2HA23 0.28497610E+00
0.2997204549077E+08 0.6200000000008E+00 0.1260000000000E+03
2IA23 0.26998760E+00
0.2998468686837E+08 0.6199999999996E+00 0.1260000000000E+03
03A23 0.22999816E+00
0.2999732832540E+08 0.6199999999995E+00 0.1260000000000E+03
3AA23 0.30600915E+00
0.3000996986185E+08 0.6199999999997E+00 0.1260000000000E+03
3BA23 0.28501933E+00
0.3002261147773E+08 0.6200000000003E+00 0.1260000000000E+03
3CA23 0.15501639E+00
0.3003525317304E+08 0.6199999999998E+00 0.1260000000000E+03
3DA23 0.29904296E+00
0.3004789494543E+08 0.6200000000004E+00 0.1260000000000E+03
3EA23 0.33406066E+00
0.3006053679957E+08 0.6199999999972E+00 0.1260000000000E+03
3FA23 0.32007026E+00
0.3007317873311E+08 0.6200000000002E+00 0.1260000000000E+03
3GA23 0.29407570E+00
0.3008582074607E+08 0.6199999999993E+00 0.1260000000000E+03
3HA23 0.27908242E+00
0.3009846283843E+08 0.6200000000005E+00 0.1260000000000E+03
3IA23 0.71023669E-01
0.3011110501020E+08 0.6199999999974E+00 0.1260000000000E+03
02A24 0.14294463E+00
0.2987091732999E+08 0.6199999999954E+00 0.1260000000000E+03
2AA24 0.15794482E+00
0.2988355807195E+08 0.6200000000006E+00 0.1260000000000E+03
2BA24 0.17594520E+00
0.2989619889342E+08 0.6199999999978E+00 0.1260000000000E+03
2CA24 0.18794859E+00
0.2990883979437E+08 0.6199999999983E+00 0.1260000000000E+03
2DA24 0.16596090E+00
0.2992148077477E+08 0.6199999999975E+00 0.1260000000000E+03
2EA24 0.18496344E+00
0.2993412183459E+08 0.6199999999980E+00 0.1260000000000E+03
2FA24 0.23996167E+00
0.2994676297387E+08 0.6200000000006E+00 0.1260000000000E+03
2GA24 0.25996834E+00
0.2995940419260E+08 0.6199999999999E+00 0.1260000000000E+03
2HA24 0.28497610E+00
0.2997204549077E+08 0.6200000000004E+00 0.1260000000000E+03
2IA24 0.26998760E+00
0.2998468686837E+08 0.6199999999996E+00 0.1260000000000E+03
03A24 0.22999816E+00
0.2999732832540E+08 0.6199999999999E+00 0.1260000000000E+03
3AA24 0.30600915E+00
0.3000996986185E+08 0.6199999999988E+00 0.1260000000000E+03
3BA24 0.28501933E+00
0.3002261147773E+08 0.6199999999997E+00 0.1260000000000E+03
3CA24 0.15501639E+00
0.3003525317303E+08 0.6199999999998E+00 0.1260000000000E+03
3DA24 0.29904296E+00
0.3004789494543E+08 0.6199999999991E+00 0.1260000000000E+03
3EA24 0.33406066E+00
0.3006053679957E+08 0.6200000000008E+00 0.1260000000000E+03
3FA24 0.32007026E+00
0.3007317873311E+08 0.6199999999978E+00 0.1260000000000E+03
3GA24 0.29407570E+00
0.3008582074607E+08 0.6200000000000E+00 0.1260000000000E+03
3HA24 0.27908242E+00
0.3009846283843E+08 0.6199999999989E+00 0.1260000000000E+03
3IA24 0.71023669E-01
0.3011110501020E+08 0.6199999999983E+00 0.1260000000000E+03
02A25 0.14294463E+00
0.2987091732999E+08 0.6199999999990E+00 0.1260000000000E+03
2AA25 0.15794482E+00
0.2988355807195E+08 0.6199999999991E+00 0.1260000000000E+03
2BA25 0.17594520E+00
0.2989619889342E+08 0.6199999999998E+00 0.1260000000000E+03
2CA25 0.18794859E+00
0.2990883979437E+08 0.6199999999969E+00 0.1260000000000E+03
2DA25 0.16596090E+00
0.2992148077477E+08 0.6200000000025E+00 0.1260000000000E+03
2EA25 0.18496344E+00
0.2993412183459E+08 0.6199999999987E+00 0.1260000000000E+03
2FA25 0.23996167E+00
0.2994676297387E+08 0.6199999999997E+00 0.1260000000000E+03
2GA25 0.25996834E+00
0.2995940419260E+08 0.6200000000013E+00 0.1260000000000E+03
2HA25 0.28497610E+00
0.2997204549077E+08 0.6200000000012E+00 0.1260000000000E+03
2IA25 0.26998760E+00
0.2998468686837E+08 0.6199999999998E+00 0.1260000000000E+03
03A25 0.22999816E+00
0.2999732832540E+08 0.6199999999998E+00 0.1260000000000E+03
3AA25 0.30600915E+00
0.3000996986185E+08 0.6200000000008E+00 0.1260000000000E+03
3BA25 0.28501933E+00
0.3002261147773E+08 0.6200000000005E+00 0.1260000000000E+03
3CA25 0.15501639E+00
0.3003525317303E+08 0.6200000000010E+00 0.1260000000000E+03
3DA25 0.29904296E+00
0.3004789494543E+08 0.6199999999998E+00 0.1260000000000E+03
3EA25 0.33406066E+00
0.3006053679957E+08 0.6199999999966E+00 0.1260000000000E+03
3FA25 0.32007026E+00
0.3007317873311E+08 0.6200000000010E+00 0.1260000000000E+03
3GA25 0.29407570E+00
0.3008582074607E+08 0.6200000000010E+00 0.1260000000000E+03
3HA25 0.27908242E+00
0.3009846283843E+08 0.6200000000015E+00 0.1260000000000E+03
3IA25 0.71023669E-01
0.3011110501020E+08 0.6199999999995E+00 0.1260000000000E+03
02A26 0.14294463E+00
0.2987091732999E+08 0.6199999999983E+00 0.1260000000000E+03
2AA26 0.15794482E+00
0.2988355807195E+08 0.6199999999986E+00 0.1260000000000E+03
2BA26 0.17594520E+00
0.2989619889342E+08 0.6199999999950E+00 0.1260000000000E+03
2CA26 0.18794859E+00
0.2990883979437E+08 0.6200000000013E+00 0.1260000000000E+03
2DA26 0.16596090E+00
0.2992148077477E+08 0.6199999999995E+00 0.1260000000000E+03
2EA26 0.18496344E+00
0.2993412183459E+08 0.6199999999989E+00 0.1260000000000E+03
2FA26 0.23996167E+00
0.2994676297387E+08 0.6200000000000E+00 0.1260000000000E+03
2GA26 0.25996834E+00
0.2995940419260E+08 0.6200000000003E+00 0.1260000000000E+03
2HA26 0.28497610E+00
0.2997204549077E+08 0.6199999999990E+00 0.1260000000000E+03
2IA26 0.26998760E+00
0.2998468686837E+08 0.6199999999996E+00 0.1260000000000E+03
03A26 0.22999816E+00
0.2999732832540E+08 0.6199999999998E+00 0.1260000000000E+03
3AA26 0.30600915E+00
0.3000996986185E+08 0.6200000000001E+00 0.1260000000000E+03
3BA26 0.28501933E+00
0.3002261147773E+08 0.6199999999999E+00 0.1260000000000E+03
3CA26 0.15501639E+00
0.3003525317303E+08 0.6199999999995E+00 0.1260000000000E+03
3DA26 0.29904296E+00
0.3004789494543E+08 0.6199999999998E+00 0.1260000000000E+03
3EA26 0.33406066E+00
0.3006053679957E+08 0.6200000000013E+00 0.1260000000000E+03
3FA26 0.32007026E+00
0.3007317873311E+08 0.6200000000021E+00 0.1260000000000E+03
3GA26 0.29407570E+00
0.3008582074607E+08 0.6200000000007E+00 0.1260000000000E+03
3HA26 0.27908242E+00
0.3009846283843E+08 0.6199999999994E+00 0.1260000000000E+03
3IA26 0.71023669E-01
0.3011110501020E+08 0.6199999999981E+00 0.1260000000000E+03
02A27 0.14294463E+00
0.2987091732999E+08 0.6199999999983E+00 0.1260000000000E+03
2AA27 0.15794482E+00
0.2988355807195E+08 0.6199999999988E+00 0.1260000000000E+03
2BA27 0.17594520E+00
0.2989619889342E+08 0.6199999999994E+00 0.1260000000000E+03
2CA27 0.18794859E+00
0.2990883979437E+08 0.6200000000012E+00 0.1260000000000E+03
2DA27 0.16596090E+00
0.2992148077477E+08 0.6199999999986E+00 0.1260000000000E+03
2EA27 0.18496344E+00
0.2993412183459E+08 0.6199999999992E+00 0.1260000000000E+03
2FA27 0.23996167E+00
0.2994676297387E+08 0.6200000000013E+00 0.1260000000000E+03
2GA27 0.25996834E+00
0.2995940419260E+08 0.6200000000012E+00 0.1260000000000E+03
2HA27 0.28497610E+00
0.2997204549077E+08 0.6199999999998E+00 0.1260000000000E+03
2IA27 0.26998760E+00
0.2998468686837E+08 0.6199999999995E+00 0.1260000000000E+03
03A27 0.22999816E+00
0.2999732832540E+08 0.6200000000004E+00 0.1260000000000E+03
3AA27 0.30600915E+00
0.3000996986185E+08 0.6200000000001E+00 0.1260000000000E+03
3BA27 0.28501933E+00
0.3002261147773E+08 0.6199999999998E+00 0.1260000000000E+03
3CA27 0.15501639E+00
0.3003525317303E+08 0.6199999999998E+00 0.1260000000000E+03
3DA27 0.29904296E+00
0.3004789494543E+08 0.6199999999997E+00 0.1260000000000E+03
3EA27 0.33406066E+00
0.3006053679957E+08 0.6199999999996E+00 0.1260000000000E+03
3FA27 0.32007026E+00
0.3007317873311E+08 0.6200000000021E+00 0.1260000000000E+03
3GA27 0.29407570E+00
0.3008582074607E+08 0.6199999999998E+00 0.1260000000000E+03
3HA27 0.27908242E+00
0.3009846283843E+08 0.6199999999984E+00 0.1260000000000E+03
3IA27 0.71023669E-01
0.3011110501020E+08 0.6199999999988E+00 0.1260000000000E+03
02A28 0.14294463E+00
0.2987091732999E+08 0.6200000000018E+00 0.1260000000000E+03
2AA28 0.15794482E+00
0.2988355807195E+08 0.6200000000001E+00 0.1260000000000E+03
2BA28 0.17594520E+00
0.2989619889342E+08 0.6199999999980E+00 0.1260000000000E+03
2CA28 0.18794859E+00
0.2990883979437E+08 0.6199999999998E+00 0.1260000000000E+03
2DA28 0.16596090E+00
0.2992148077477E+08 0.6199999999976E+00 0.1260000000000E+03
2EA28 0.18496344E+00
0.2993412183459E+08 0.6199999999995E+00 0.1260000000000E+03
2FA28 0.23996167E+00
0.2994676297387E+08 0.6200000000011E+00 0.1260000000000E+03
2GA28 0.25996834E+00
0.2995940419260E+08 0.6200000000012E+00 0.1260000000000E+03
2HA28 0.28497610E+00
0.2997204549077E+08 0.6200000000005E+00 0.1260000000000E+03
2IA28 0.26998760E+00
0.2998468686837E+08 0.6200000000004E+00 0.1260000000000E+03
03A28 0.22999816E+00
0.2999732832540E+08 0.6199999999991E+00 0.1260000000000E+03
3AA28 0.30600915E+00
0.3000996986185E+08 0.6200000000013E+00 0.1260000000000E+03
3BA28 0.28501933E+00
0.3002261147773E+08 0.6200000000008E+00 0.1260000000000E+03
3CA28 0.15501639E+00
0.3003525317303E+08 0.6200000000007E+00 0.1260000000000E+03
3DA28 0.29904296E+00
0.3004789494543E+08 0.6199999999984E+00 0.1260000000000E+03
3EA28 0.33406066E+00
0.3006053679957E+08 0.6200000000054E+00 0.1260000000000E+03
3FA28 0.32007026E+00
0.3007317873311E+08 0.6199999999987E+00 0.1260000000000E+03
3GA28 0.29407570E+00
0.3008582074607E+08 0.6199999999998E+00 0.1260000000000E+03
3HA28 0.27908242E+00
0.3009846283843E+08 0.6199999999991E+00 0.1260000000000E+03
3IA28 0.71023669E-01
0.3011110501020E+08 0.6199999999998E+00 0.1260000000000E+03
02A29 0.14294463E+00
0.2987091732999E+08 0.6200000000004E+00 0.1260000000000E+03
2AA29 0.15794482E+00
0.2988355807195E+08 0.6199999999998E+00 0.1260000000000E+03
2BA29 0.17594520E+00
0.2989619889342E+08 0.6200000000008E+00 0.1260000000000E+03
2CA29 0.18794859E+00
0.2990883979437E+08 0.6200000000025E+00 0.1260000000000E+03
2DA29 0.16596090E+00
0.2992148077477E+08 0.6199999999983E+00 0.1260000000000E+03
2EA29 0.18496344E+00
0.2993412183459E+08 0.6199999999994E+00 0.1260000000000E+03
2FA29 0.23996167E+00
0.2994676297387E+08 0.6200000000002E+00 0.1260000000000E+03
2GA29 0.25996834E+00
0.2995940419260E+08 0.6200000000013E+00 0.1260000000000E+03
2HA29 0.28497610E+00
0.2997204549077E+08 0.6199999999991E+00 0.1260000000000E+03
2IA29 0.26998760E+00
0.2998468686837E+08 0.6199999999997E+00 0.1260000000000E+03
03A29 0.22999816E+00
0.2999732832540E+08 0.6200000000011E+00 0.1260000000000E+03
3AA29 0.30600915E+00
0.3000996986185E+08 0.6199999999999E+00 0.1260000000000E+03
3BA29 0.28501933E+00
0.3002261147773E+08 0.6200000000011E+00 0.1260000000000E+03
3CA29 0.15501639E+00
0.3003525317303E+08 0.6199999999993E+00 0.1260000000000E+03
3DA29 0.29904296E+00
0.3004789494543E+08 0.6199999999973E+00 0.1260000000000E+03
3EA29 0.33406066E+00
0.3006053679957E+08 0.6200000000014E+00 0.1260000000000E+03
3FA29 0.32007026E+00
0.3007317873311E+08 0.6199999999990E+00 0.1260000000000E+03
3GA29 0.29407570E+00
0.3008582074607E+08 0.6200000000003E+00 0.1260000000000E+03
3HA29 0.27908242E+00
0.3009846283843E+08 0.6200000000004E+00 0.1260000000000E+03
3IA29 0.71023669E-01
0.3011110501020E+08 0.6199999999995E+00 0.1260000000000E+03
02A30 0.14294463E+00
0.2987091732999E+08 0.6200000000037E+00 0.1260000000000E+03
2AA30 0.15794482E+00
0.2988355807195E+08 0.6200000000009E+00 0.1260000000000E+03
2BA30 0.17594520E+00
0.2989619889342E+08 0.6200000000038E+00 0.1260000000000E+03
2CA30 0.18794859E+00
0.2990883979437E+08 0.6200000000005E+00 0.1260000000000E+03
2DA30 0.16596090E+00
0.2992148077477E+08 0.6200000000023E+00 0.1260000000000E+03
2EA30 0.18496344E+00
0.2993412183459E+08 0.6200000000004E+00 0.1260000000000E+03
2FA30 0.23996167E+00
0.2994676297387E+08 0.6199999999987E+00 0.1260000000000E+03
2GA30 0.25996834E+00
0.2995940419260E+08 0.6200000000000E+00 0.1260000000000E+03
2HA30 0.28497610E+00
0.2997204549077E+08 0.6200000000000E+00 0.1260000000000E+03
2IA30 0.26998760E+00
0.2998468686837E+08 0.6199999999999E+00 0.1260000000000E+03
03A30 0.22999816E+00
0.2999732832540E+08 0.6200000000002E+00 0.1260000000000E+03
3AA30 0.30600915E+00
0.3000996986185E+08 0.6199999999989E+00 0.1260000000000E+03
3BA30 0.28501933E+00
0.3002261147773E+08 0.6200000000005E+00 0.1260000000000E+03
3CA30 0.15501639E+00
0.3003525317303E+08 0.6199999999992E+00 0.1260000000000E+03
3DA30 0.29904296E+00
0.3004789494543E+08 0.6200000000012E+00 0.1260000000000E+03
3EA30 0.33406066E+00
0.3006053679957E+08 0.6200000000017E+00 0.1260000000000E+03
3FA30 0.32007026E+00
0.3007317873311E+08 0.6199999999977E+00 0.1260000000000E+03
3GA30 0.29407570E+00
0.3008582074607E+08 0.6199999999985E+00 0.1260000000000E+03
3HA30 0.27908242E+00
0.3009846283843E+08 0.6200000000006E+00 0.1260000000000E+03
3IA30 0.71023669E-01
0.3011110501020E+08 0.6199999999985E+00 0.1260000000000E+03
02A31 0.14294463E+00
0.2987091732999E+08 0.6200000000021E+00 0.1260000000000E+03
2AA31 0.15794482E+00
0.2988355807195E+08 0.6200000000011E+00 0.1260000000000E+03
2BA31 0.17594520E+00
0.2989619889342E+08 0.6200000000023E+00 0.1260000000000E+03
2CA31 0.18794859E+00
0.2990883979437E+08 0.6200000000007E+00 0.1260000000000E+03
2DA31 0.16596090E+00
0.2992148077477E+08 0.6199999999978E+00 0.1260000000000E+03
2EA31 0.18496344E+00
0.2993412183459E+08 0.6200000000007E+00 0.1260000000000E+03
2FA31 0.23996167E+00
0.2994676297387E+08 0.6200000000012E+00 0.1260000000000E+03
2GA31 0.25996834E+00
0.2995940419260E+08 0.6199999999998E+00 0.1260000000000E+03
2HA31 0.28497610E+00
0.2997204549077E+08 0.6200000000002E+00 0.1260000000000E+03
2IA31 0.26998760E+00
0.2998468686837E+08 0.6200000000012E+00 0.1260000000000E+03
03A31 0.22999816E+00
0.2999732832540E+08 0.6199999999997E+00 0.1260000000000E+03
3AA31 0.30600915E+00
0.3000996986185E+08 0.6199999999989E+00 0.1260000000000E+03
3BA31 0.28501933E+00
0.3002261147773E+08 0.6199999999992E+00 0.1260000000000E+03
3CA31 0.15501639E+00
0.3003525317303E+08 0.6199999999997E+00 0.1260000000000E+03
3DA31 0.29904296E+00
0.3004789494543E+08 0.6199999999981E+00 0.1260000000000E+03
3EA31 0.33406066E+00
0.3006053679957E+08 0.6199999999985E+00 0.1260000000000E+03
3FA31 0.32007026E+00
0.3007317873311E+08 0.6200000000017E+00 0.1260000000000E+03
3GA31 0.29407570E+00
0.3008582074607E+08 0.6199999999976E+00 0.1260000000000E+03
3HA31 0.27908242E+00
0.3009846283843E+08 0.6200000000009E+00 0.1260000000000E+03
3IA31 0.71023669E-01
0.3011110501020E+08 0.6199999999989E+00 0.1260000000000E+03
02A32 0.14294463E+00
0.2987091732999E+08 0.6200000000021E+00 0.1260000000000E+03
2AA32 0.15794482E+00
0.2988355807195E+08 0.6200000000003E+00 0.1260000000000E+03
2BA32 0.17594520E+00
0.2989619889342E+08 0.6199999999990E+00 0.1260000000000E+03
2CA32 0.18794859E+00
0.2990883979437E+08 0.6199999999969E+00 0.1260000000000E+03
2DA32 0.16596090E+00
0.2992148077477E+08 0.6199999999994E+00 0.1260000000000E+03
2EA32 0.18496344E+00
0.2993412183459E+08 0.6199999999986E+00 0.1260000000000E+03
2FA32 0.23996167E+00
0.2994676297387E+08 0.6200000000004E+00 0.1260000000000E+03
2GA32 0.25996834E+00
0.2995940419260E+08 0.6199999999999E+00 0.1260000000000E+03
2HA32 0.28497610E+00
0.2997204549077E+08 0.6200000000008E+00 0.1260000000000E+03
2IA32 0.26998760E+00
0.2998468686837E+08 0.6200000000001E+00 0.1260000000000E+03
03A32 0.22999816E+00
0.2999732832540E+08 0.6199999999997E+00 0.1260000000000E+03
3AA32 0.30600915E+00
0.3000996986185E+08 0.6199999999989E+00 0.1260000000000E+03
3BA32 0.28501933E+00
0.3002261147773E+08 0.6200000000005E+00 0.1260000000000E+03
3CA32 0.15501639E+00
0.3003525317304E+08 0.6200000000000E+00 0.1260000000000E+03
3DA32 0.29904296E+00
0.3004789494543E+08 0.6200000000007E+00 0.1260000000000E+03
3EA32 0.33406066E+00
0.3006053679957E+08 0.6199999999998E+00 0.1260000000000E+03
3FA32 0.32007026E+00
0.3007317873311E+08 0.6200000000003E+00 0.1260000000000E+03
3GA32 0.29407570E+00
0.3008582074607E+08 0.6200000000001E+00 0.1260000000000E+03
3HA32 0.27908242E+00
0.3009846283843E+08 0.6200000000012E+00 0.1260000000000E+03
3IA32 0.71023669E-01
0.3011110501020E+08 0.6200000000005E+00 0.1260000000000E+03
02A33 0.14294463E+00
0.2987091732999E+08 0.6199999999992E+00 0.1260000000000E+03
2AA33 0.15794482E+00
0.2988355807195E+08 0.6199999999999E+00 0.1260000000000E+03
2BA33 0.17594520E+00
0.2989619889342E+08 0.6199999999983E+00 0.1260000000000E+03
2CA33 0.18794859E+00
0.2990883979437E+08 0.6200000000027E+00 0.1260000000000E+03
2DA33 0.16596090E+00
0.2992148077477E+08 0.6199999999991E+00 0.1260000000000E+03
2EA33 0.18496344E+00
0.2993412183459E+08 0.6200000000017E+00 0.1260000000000E+03
2FA33 0.23996167E+00
0.2994676297387E+08 0.6200000000012E+00 0.1260000000000E+03
2GA33 0.25996834E+00
0.2995940419260E+08 0.6199999999993E+00 0.1260000000000E+03
2HA33 0.28497610E+00
0.2997204549077E+08 0.6200000000007E+00 0.1260000000000E+03
2IA33 0.26998760E+00
0.2998468686837E+08 0.6199999999998E+00 0.1260000000000E+03
03A33 0.22999816E+00
0.2999732832540E+08 0.6199999999998E+00 0.1260000000000E+03
3AA33 0.30600915E+00
0.3000996986185E+08 0.6199999999991E+00 0.1260000000000E+03
3BA33 0.28501933E+00
0.3002261147773E+08 0.6199999999996E+00 0.1260000000000E+03
3CA33 0.15501639E+00
0.3003525317304E+08 0.6199999999988E+00 0.1260000000000E+03
3DA33 0.29904296E+00
0.3004789494543E+08 0.6199999999999E+00 0.1260000000000E+03
3EA33 0.33406066E+00
0.3006053679957E+08 0.6200000000012E+00 0.1260000000000E+03
3FA33 0.32007026E+00
0.3007317873311E+08 0.6199999999973E+00 0.1260000000000E+03
3GA33 0.29407570E+00
0.3008582074607E+08 0.6200000000006E+00 0.1260000000000E+03
3HA33 0.27908242E+00
0.3009846283843E+08 0.6200000000004E+00 0.1260000000000E+03
3IA33 0.71023669E-01
0.3011110501020E+08 0.6200000000000E+00 0.1260000000000E+03
02A34 0.14294463E+00
0.2987091732999E+08 0.6200000000007E+00 0.1260000000000E+03
2AA34 0.15794482E+00
0.2988355807195E+08 0.6199999999996E+00 0.1260000000000E+03
2BA34 0.17594520E+00
0.2989619889342E+08 0.6199999999989E+00 0.1260000000000E+03
2CA34 0.18794859E+00
0.2990883979437E+08 0.6200000000004E+00 0.1260000000000E+03
2DA34 0.16596090E+00
0.2992148077477E+08 0.6199999999986E+00 0.1260000000000E+03
2EA34 0.18496344E+00
0.2993412183459E+08 0.6200000000000E+00 0.1260000000000E+03
2FA34 0.23996167E+00
0.2994676297387E+08 0.6200000000003E+00 0.1260000000000E+03
2GA34 0.25996834E+00
0.2995940419260E+08 0.6200000000007E+00 0.1260000000000E+03
2HA34 0.28497610E+00
0.2997204549077E+08 0.6200000000002E+00 0.1260000000000E+03
2IA34 0.26998760E+00
0.2998468686837E+08 0.6199999999997E+00 0.1260000000000E+03
03A34 0.22999816E+00
0.2999732832540E+08 0.6200000000007E+00 0.1260000000000E+03
3AA34 0.30600915E+00
0.3000996986185E+08 0.6199999999999E+00 0.1260000000000E+03
3BA34 0.28501933E+00
0.3002261147773E+08 0.6200000000000E+00 0.1260000000000E+03
3CA34 0.15501639E+00
0.3003525317304E+08 0.6199999999998E+00 0.1260000000000E+03
3DA34 0.29904296E+00
0.3004789494543E+08 0.6200000000007E+00 0.1260000000000E+03
3EA34 0.33406066E+00
0.3006053679957E+08 0.6200000000023E+00 0.1260000000000E+03
3FA34 0.32007026E+00
0.3007317873311E+08 0.6199999999999E+00 0.1260000000000E+03
3GA34 0.29407570E+00
0.3008582074607E+08 0.6200000000006E+00 0.1260000000000E+03
3HA34 0.27908242E+00
0.3009846283843E+08 0.6199999999990E+00 0.1260000000000E+03
3IA34 0.71023669E-01
0.3011110501020E+08 0.6199999999995E+00 0.1260000000000E+03
02A35 0.14294463E+00
0.2987091732999E+08 0.6199999999976E+00 0.1260000000000E+03
2AA35 0.15794482E+00
0.2988355807195E+08 0.6199999999973E+00 0.1260000000000E+03
2BA35 0.17594520E+00
0.2989619889342E+08 0.6200000000043E+00 0.1260000000000E+03
2CA35 0.18794859E+00
0.2990883979437E+08 0.6199999999973E+00 0.1260000000000E+03
2DA35 0.16596090E+00
0.2992148077477E+08 0.6199999999990E+00 0.1260000000000E+03
2EA35 0.18496344E+00
0.2993412183459E+08 0.6200000000014E+00 0.1260000000000E+03
2FA35 0.23996167E+00
0.2994676297387E+08 0.6200000000003E+00 0.1260000000000E+03
2GA35 0.25996834E+00
0.2995940419260E+08 0.6199999999999E+00 0.1260000000000E+03
2HA35 0.28497610E+00
0.2997204549077E+08 0.6200000000007E+00 0.1260000000000E+03
2IA35 0.26998760E+00
0.2998468686837E+08 0.6200000000000E+00 0.1260000000000E+03
03A35 0.22999816E+00
0.2999732832540E+08 0.6199999999995E+00 0.1260000000000E+03
3AA35 0.30600915E+00
0.3000996986185E+08 0.6199999999997E+00 0.1260000000000E+03
3BA35 0.28501933E+00
0.3002261147773E+08 0.6200000000001E+00 0.1260000000000E+03
3CA35 0.15501639E+00
0.3003525317303E+08 0.6200000000018E+00 0.1260000000000E+03
3DA35 0.29904296E+00
0.3004789494543E+08 0.6200000000015E+00 0.1260000000000E+03
3EA35 0.33406066E+00
0.3006053679957E+08 0.6200000000004E+00 0.1260000000000E+03
3FA35 0.32007026E+00
0.3007317873311E+08 0.6200000000023E+00 0.1260000000000E+03
3GA35 0.29407570E+00
0.3008582074607E+08 0.6200000000011E+00 0.1260000000000E+03
3HA35 0.27908242E+00
0.3009846283843E+08 0.6199999999987E+00 0.1260000000000E+03
3IA35 0.71023669E-01
0.3011110501020E+08 0.6199999999982E+00 0.1260000000000E+03
02A36 0.14294463E+00
0.2987091732999E+08 0.6199999999953E+00 0.1260000000000E+03
2AA36 0.15794482E+00
0.2988355807195E+08 0.6199999999992E+00 0.1260000000000E+03
2BA36 0.17594520E+00
0.2989619889342E+08 0.6200000000004E+00 0.1260000000000E+03
2CA36 0.18794859E+00
0.2990883979437E+08 0.6200000000012E+00 0.1260000000000E+03
2DA36 0.16596090E+00
0.2992148077477E+08 0.6200000000004E+00 0.1260000000000E+03
2EA36 0.18496344E+00
0.2993412183459E+08 0.6200000000021E+00 0.1260000000000E+03
2FA36 0.23996167E+00
0.2994676297387E+08 0.6200000000009E+00 0.1260000000000E+03
2GA36 0.25996834E+00
0.2995940419260E+08 0.6199999999997E+00 0.1260000000000E+03
2HA36 0.28497610E+00
0.2997204549077E+08 0.6199999999988E+00 0.1260000000000E+03
2IA36 0.26998760E+00
0.2998468686837E+08 0.6200000000002E+00 0.1260000000000E+03
03A36 0.22999816E+00
0.2999732832540E+08 0.6199999999987E+00 0.1260000000000E+03
3AA36 0.30600915E+00
0.3000996986185E+08 0.6199999999990E+00 0.1260000000000E+03
3BA36 0.28501933E+00
0.3002261147773E+08 0.6199999999994E+00 0.1260000000000E+03
3CA36 0.15501639E+00
0.3003525317303E+08 0.6200000000012E+00 0.1260000000000E+03
3DA36 0.29904296E+00
0.3004789494543E+08 0.6199999999986E+00 0.1260000000000E+03
3EA36 0.33406066E+00
0.3006053679957E+08 0.6200000000003E+00 0.1260000000000E+03
3FA36 0.32007026E+00
0.3007317873311E+08 0.6199999999998E+00 0.1260000000000E+03
3GA36 0.29407570E+00
0.3008582074607E+08 0.6199999999991E+00 0.1260000000000E+03
3HA36 0.27908242E+00
0.3009846283843E+08 0.6199999999995E+00 0.1260000000000E+03
3IA36 0.71023669E-01
0.3011110501020E+08 0.6199999999978E+00 0.1260000000000E+03
02A37 0.14294463E+00
0.2987091732999E+08 0.6199999999975E+00 0.1260000000000E+03
2AA37 0.15794482E+00
0.2988355807195E+08 0.6199999999992E+00 0.1260000000000E+03
2BA37 0.17594520E+00
0.2989619889342E+08 0.6199999999996E+00 0.1260000000000E+03
2CA37 0.18794859E+00
0.2990883979437E+08 0.6199999999984E+00 0.1260000000000E+03
2DA37 0.16596090E+00
0.2992148077477E+08 0.6199999999978E+00 0.1260000000000E+03
2EA37 0.18496344E+00
0.2993412183459E+08 0.6200000000006E+00 0.1260000000000E+03
2FA37 0.23996167E+00
0.2994676297387E+08 0.6200000000010E+00 0.1260000000000E+03
2GA37 0.25996834E+00
0.2995940419260E+08 0.6199999999996E+00 0.1260000000000E+03
2HA37 0.28497610E+00
0.2997204549077E+08 0.6200000000000E+00 0.1260000000000E+03
2IA37 0.26998760E+00
0.2998468686837E+08 0.6200000000004E+00 0.1260000000000E+03
03A37 0.22999816E+00
0.2999732832540E+08 0.6200000000001E+00 0.1260000000000E+03
3AA37 0.30600915E+00
0.3000996986185E+08 0.6200000000004E+00 0.1260000000000E+03
3BA37 0.28501933E+00
0.3002261147773E+08 0.6199999999991E+00 0.1260000000000E+03
3CA37 0.15501639E+00
0.3003525317303E+08 0.6200000000001E+00 0.1260000000000E+03
3DA37 0.29904296E+00
0.3004789494543E+08 0.6200000000009E+00 0.1260000000000E+03
3EA37 0.33406066E+00
0.3006053679957E+08 0.6200000000005E+00 0.1260000000000E+03
3FA37 0.32007026E+00
0.3007317873311E+08 0.6199999999990E+00 0.1260000000000E+03
3GA37 0.29407570E+00
0.3008582074607E+08 0.6200000000001E+00 0.1260000000000E+03
3HA37 0.27908242E+00
0.3009846283843E+08 0.6200000000003E+00 0.1260000000000E+03
3IA37 0.71023669E-01
0.3011110501020E+08 0.6199999999983E+00 0.1260000000000E+03
02A38 0.14294463E+00
0.2987091732999E+08 0.6200000000003E+00 0.1260000000000E+03
2AA38 0.15794482E+00
0.2988355807195E+08 0.6199999999998E+00 0.1260000000000E+03
2BA38 0.17594520E+00
0.2989619889342E+08 0.6200000000010E+00 0.1260000000000E+03
2CA38 0.18794859E+00
0.2990883979437E+08 0.6200000000012E+00 0.1260000000000E+03
2DA38 0.16596090E+00
0.2992148077477E+08 0.6200000000013E+00 0.1260000000000E+03
2EA38 0.18496344E+00
0.2993412183459E+08 0.6199999999994E+00 0.1260000000000E+03
2FA38 0.23996167E+00
0.2994676297387E+08 0.6199999999991E+00 0.1260000000000E+03
2GA38 0.25996834E+00
0.2995940419260E+08 0.6200000000006E+00 0.1260000000000E+03
2HA38 0.28497610E+00
0.2997204549077E+08 0.6199999999996E+00 0.1260000000000E+03
2IA38 0.26998760E+00
0.2998468686837E+08 0.6200000000003E+00 0.1260000000000E+03
03A38 0.22999816E+00
0.2999732832540E+08 0.6200000000009E+00 0.1260000000000E+03
3AA38 0.30600915E+00
0.3000996986185E+08 0.6200000000000E+00 0.1260000000000E+03
3BA38 0.28501933E+00
0.3002261147773E+08 0.6199999999995E+00 0.1260000000000E+03
3CA38 0.15501639E+00
0.3003525317303E+08 0.6199999999989E+00 0.1260000000000E+03
3DA38 0.29904296E+00
0.3004789494543E+08 0.6199999999978E+00 0.1260000000000E+03
3EA38 0.33406066E+00
0.3006053679957E+08 0.6199999999968E+00 0.1260000000000E+03
3FA38 0.32007026E+00
0.3007317873311E+08 0.6199999999976E+00 0.1260000000000E+03
3GA38 0.29407570E+00
0.3008582074607E+08 0.6200000000010E+00 0.1260000000000E+03
3HA38 0.27908242E+00
0.3009846283843E+08 0.6200000000028E+00 0.1260000000000E+03
3IA38 0.71023669E-01
0.3011110501020E+08 0.6199999999988E+00 0.1260000000000E+03
02A39 0.14294463E+00
0.2987091732999E+08 0.6200000000025E+00 0.1260000000000E+03
2AA39 0.15794482E+00
0.2988355807195E+08 0.6200000000010E+00 0.1260000000000E+03
2BA39 0.17594520E+00
0.2989619889342E+08 0.6199999999989E+00 0.1260000000000E+03
2CA39 0.18794859E+00
0.2990883979437E+08 0.6199999999975E+00 0.1260000000000E+03
2DA39 0.16596090E+00
0.2992148077477E+08 0.6200000000007E+00 0.1260000000000E+03
2EA39 0.18496344E+00
0.2993412183459E+08 0.6199999999988E+00 0.1260000000000E+03
2FA39 0.23996167E+00
0.2994676297387E+08 0.6200000000001E+00 0.1260000000000E+03
2GA39 0.25996834E+00
0.2995940419260E+08 0.6200000000000E+00 0.1260000000000E+03
2HA39 0.28497610E+00
0.2997204549077E+08 0.6199999999995E+00 0.1260000000000E+03
2IA39 0.26998760E+00
0.2998468686837E+08 0.6199999999996E+00 0.1260000000000E+03
03A39 0.22999816E+00
0.2999732832540E+08 0.6199999999987E+00 0.1260000000000E+03
3AA39 0.30600915E+00
0.3000996986185E+08 0.6200000000007E+00 0.1260000000000E+03
3BA39 0.28501933E+00
0.3002261147773E+08 0.6200000000002E+00 0.1260000000000E+03
3CA39 0.15501639E+00
0.3003525317303E+08 0.6200000000012E+00 0.1260000000000E+03
3DA39 0.29904296E+00
0.3004789494543E+08 0.6199999999985E+00 0.1260000000000E+03
3EA39 0.33406066E+00
0.3006053679957E+08 0.6199999999986E+00 0.1260000000000E+03
3FA39 0.32007026E+00
0.3007317873311E+08 0.6199999999978E+00 0.1260000000000E+03
3GA39 0.29407570E+00
0.3008582074607E+08 0.6199999999989E+00 0.1260000000000E+03
3HA39 0.27908242E+00
0.3009846283843E+08 0.6199999999992E+00 0.1260000000000E+03
3IA39 0.71023669E-01
0.3011110501020E+08 0.6199999999997E+00 0.1260000000000E+03
02A40 0.14294463E+00
0.2987091732999E+08 0.6199999999972E+00 0.1260000000000E+03
2AA40 0.15794482E+00
0.2988355807195E+08 0.6200000000020E+00 0.1260000000000E+03
2BA40 0.17594520E+00
0.2989619889342E+08 0.6200000000041E+00 0.1260000000000E+03
2CA40 0.18794859E+00
0.2990883979437E+08 0.6199999999994E+00 0.1260000000000E+03
2DA40 0.16596090E+00
0.2992148077477E+08 0.6199999999977E+00 0.1260000000000E+03
2EA40 0.18496344E+00
0.2993412183459E+08 0.6200000000016E+00 0.1260000000000E+03
2FA40 0.23996167E+00
0.2994676297387E+08 0.6199999999993E+00 0.1260000000000E+03
2GA40 0.25996834E+00
0.2995940419260E+08 0.6199999999999E+00 0.1260000000000E+03
2HA40 0.28497610E+00
0.2997204549077E+08 0.6199999999999E+00 0.1260000000000E+03
2IA40 0.26998760E+00
0.2998468686837E+08 0.6199999999997E+00 0.1260000000000E+03
03A40 0.22999816E+00
0.2999732832540E+08 0.6199999999991E+00 0.1260000000000E+03
3AA40 0.30600915E+00
0.3000996986185E+08 0.6199999999998E+00 0.1260000000000E+03
3BA40 0.28501933E+00
0.3002261147773E+08 0.6200000000012E+00 0.1260000000000E+03
3CA40 0.15501639E+00
0.3003525317303E+08 0.6199999999995E+00 0.1260000000000E+03
3DA40 0.29904296E+00
0.3004789494543E+08 0.6199999999998E+00 0.1260000000000E+03
3EA40 0.33406066E+00
0.3006053679957E+08 0.6200000000011E+00 0.1260000000000E+03
3FA40 0.32007026E+00
0.3007317873311E+08 0.6199999999971E+00 0.1260000000000E+03
3GA40 0.29407570E+00
0.3008582074607E+08 0.6199999999989E+00 0.1260000000000E+03
3HA40 0.27908242E+00
0.3009846283843E+08 0.6199999999991E+00 0.1260000000000E+03
3IA40 0.71023669E-01
0.3011110501020E+08 0.6199999999981E+00 0.1260000000000E+03
02A41 0.14294463E+00
0.2987091732999E+08 0.6199999999997E+00 0.1260000000000E+03
2AA41 0.15794482E+00
0.2988355807195E+08 0.6199999999993E+00 0.1260000000000E+03
2BA41 0.17594520E+00
0.2989619889342E+08 0.6199999999972E+00 0.1260000000000E+03
2CA41 0.18794859E+00
0.2990883979437E+08 0.6200000000028E+00 0.1260000000000E+03
2DA41 0.16596090E+00
0.2992148077477E+08 0.6199999999995E+00 0.1260000000000E+03
2EA41 0.18496344E+00
0.2993412183459E+08 0.6200000000006E+00 0.1260000000000E+03
2FA41 0.23996167E+00
0.2994676297387E+08 0.6200000000008E+00 0.1260000000000E+03
2GA41 0.25996834E+00
0.2995940419260E+08 0.6200000000007E+00 0.1260000000000E+03
2HA41 0.28497610E+00
0.2997204549077E+08 0.6200000000001E+00 0.1260000000000E+03
2IA41 0.26998760E+00
0.2998468686837E+08 0.6199999999992E+00 0.1260000000000E+03
03A41 0.22999816E+00
0.2999732832540E+08 0.6200000000002E+00 0.1260000000000E+03
3AA41 0.30600915E+00
0.3000996986185E+08 0.6200000000002E+00 0.1260000000000E+03
3BA41 0.28501933E+00
0.3002261147773E+08 0.6199999999993E+00 0.1260000000000E+03
3CA41 0.15501639E+00
0.3003525317303E+08 0.6200000000006E+00 0.1260000000000E+03
3DA41 0.29904296E+00
0.3004789494543E+08 0.6199999999999E+00 0.1260000000000E+03
3EA41 0.33406066E+00
0.3006053679957E+08 0.6200000000012E+00 0.1260000000000E+03
3FA41 0.32007026E+00
0.3007317873311E+08 0.6200000000037E+00 0.1260000000000E+03
3GA41 0.29407570E+00
0.3008582074607E+08 0.6200000000005E+00 0.1260000000000E+03
3HA41 0.27908242E+00
0.3009846283843E+08 0.6200000000010E+00 0.1260000000000E+03
3IA41 0.71023669E-01
0.3011110501020E+08 0.6200000000006E+00 0.1260000000000E+03
02A42 0.14294463E+00
0.2987091732999E+08 0.6199999999981E+00 0.1260000000000E+03
2AA42 0.15794482E+00
0.2988355807195E+08 0.6200000000004E+00 0.1260000000000E+03
2BA42 0.17594520E+00
0.2989619889342E+08 0.6200000000023E+00 0.1260000000000E+03
2CA42 0.18794859E+00
0.2990883979437E+08 0.6200000000000E+00 0.1260000000000E+03
2DA42 0.16596090E+00
0.2992148077477E+08 0.6200000000004E+00 0.1260000000000E+03
2EA42 0.18496344E+00
0.2993412183459E+08 0.6200000000014E+00 0.1260000000000E+03
2FA42 0.23996167E+00
0.2994676297387E+08 0.6200000000008E+00 0.1260000000000E+03
2GA42 0.25996834E+00
0.2995940419260E+08 0.6199999999996E+00 0.1260000000000E+03
2HA42 0.28497610E+00
0.2997204549077E+08 0.6199999999992E+00 0.1260000000000E+03
2IA42 0.26998760E+00
0.2998468686837E+08 0.6200000000005E+00 0.1260000000000E+03
03A42 0.22999816E+00
0.2999732832540E+08 0.6200000000003E+00 0.1260000000000E+03
3AA42 0.30600915E+00
0.3000996986185E+08 0.6199999999982E+00 0.1260000000000E+03
3BA42 0.28501933E+00
0.3002261147773E+08 0.6200000000010E+00 0.1260000000000E+03
3CA42 0.15501639E+00
0.3003525317304E+08 0.6199999999992E+00 0.1260000000000E+03
3DA42 0.29904296E+00
0.3004789494543E+08 0.6199999999998E+00 0.1260000000000E+03
3EA42 0.33406066E+00
0.3006053679957E+08 0.6200000000005E+00 0.1260000000000E+03
3FA42 0.32007026E+00
0.3007317873311E+08 0.6199999999942E+00 0.1260000000000E+03
3GA42 0.29407570E+00
0.3008582074607E+08 0.6200000000013E+00 0.1260000000000E+03
3HA42 0.27908242E+00
0.3009846283843E+08 0.6199999999993E+00 0.1260000000000E+03
3IA42 0.71023669E-01
0.3011110501020E+08 0.6200000000007E+00 0.1260000000000E+03
02A43 0.14294463E+00
0.2987091732999E+08 0.6200000000013E+00 0.1260000000000E+03
2AA43 0.15794482E+00
0.2988355807195E+08 0.6200000000003E+00 0.1260000000000E+03
2BA43 0.17594520E+00
0.2989619889342E+08 0.6199999999941E+00 0.1260000000000E+03
2CA43 0.18794859E+00
0.2990883979437E+08 0.6200000000016E+00 0.1260000000000E+03
2DA43 0.16596090E+00
0.2992148077477E+08 0.6199999999994E+00 0.1260000000000E+03
2EA43 0.18496344E+00
0.2993412183459E+08 0.6199999999998E+00 0.1260000000000E+03
2FA43 0.23996167E+00
0.2994676297387E+08 0.6199999999982E+00 0.1260000000000E+03
2GA43 0.25996834E+00
0.2995940419260E+08 0.6200000000011E+00 0.1260000000000E+03
2HA43 0.28497610E+00
0.2997204549077E+08 0.6199999999995E+00 0.1260000000000E+03
2IA43 0.26998760E+00
0.2998468686837E+08 0.6200000000004E+00 0.1260000000000E+03
03A43 0.22999816E+00
0.2999732832540E+08 0.6199999999999E+00 0.1260000000000E+03
3AA43 0.30600915E+00
0.3000996986185E+08 0.6199999999999E+00 0.1260000000000E+03
3BA43 0.28501933E+00
0.3002261147773E+08 0.6200000000002E+00 0.1260000000000E+03
3CA43 0.15501639E+00
0.3003525317304E+08 0.6200000000004E+00 0.1260000000000E+03
3DA43 0.29904296E+00
0.3004789494543E+08 0.6199999999991E+00 0.1260000000000E+03
3EA43 0.33406066E+00
0.3006053679957E+08 0.6199999999999E+00 0.1260000000000E+03
3FA43 0.32007026E+00
0.3007317873311E+08 0.6199999999974E+00 0.1260000000000E+03
3GA43 0.29407570E+00
0.3008582074607E+08 0.6200000000003E+00 0.1260000000000E+03
3HA43 0.27908242E+00
0.3009846283843E+08 0.6200000000001E+00 0.1260000000000E+03
3IA43 0.71023669E-01
0.3011110501020E+08 0.6199999999982E+00 0.1260000000000E+03
02A44 0.14294463E+00
0.2987091732999E+08 0.6200000000021E+00 0.1260000000000E+03
2AA44 0.15794482E+00
0.2988355807195E+08 0.6200000000001E+00 0.1260000000000E+03
2BA44 0.17594520E+00
0.2989619889342E+08 0.6200000000023E+00 0.1260000000000E+03
2CA44 0.18794859E+00
0.2990883979437E+08 0.6199999999994E+00 0.1260000000000E+03
2DA44 0.16596090E+00
0.2992148077477E+08 0.6200000000001E+00 0.1260000000000E+03
2EA44 0.18496344E+00
0.2993412183459E+08 0.6199999999983E+00 0.1260000000000E+03
2FA44 0.23996167E+00
0.2994676297387E+08 0.6200000000004E+00 0.1260000000000E+03
2GA44 0.25996834E+00
0.2995940419260E+08 0.6200000000001E+00 0.1260000000000E+03
2HA44 0.28497610E+00
0.2997204549077E+08 0.6200000000001E+00 0.1260000000000E+03
2IA44 0.26998760E+00
0.2998468686837E+08 0.6199999999998E+00 0.1260000000000E+03
03A44 0.22999816E+00
0.2999732832540E+08 0.6199999999996E+00 0.1260000000000E+03
3AA44 0.30600915E+00
0.3000996986185E+08 0.6200000000003E+00 0.1260000000000E+03
3BA44 0.28501933E+00
0.3002261147773E+08 0.6199999999984E+00 0.1260000000000E+03
3CA44 0.15501639E+00
0.3003525317304E+08 0.6199999999994E+00 0.1260000000000E+03
3DA44 0.29904296E+00
0.3004789494543E+08 0.6200000000005E+00 0.1260000000000E+03
3EA44 0.33406066E+00
0.3006053679957E+08 0.6199999999983E+00 0.1260000000000E+03
3FA44 0.32007026E+00
0.3007317873311E+08 0.6200000000007E+00 0.1260000000000E+03
3GA44 0.29407570E+00
0.3008582074607E+08 0.6200000000001E+00 0.1260000000000E+03
3HA44 0.27908242E+00
0.3009846283843E+08 0.6199999999977E+00 0.1260000000000E+03
3IA44 0.71023669E-01
0.3011110501020E+08 0.6200000000026E+00 0.1260000000000E+03
02A45 0.14294463E+00
0.2987091732999E+08 0.6199999999996E+00 0.1260000000000E+03
2AA45 0.15794482E+00
0.2988355807195E+08 0.6199999999991E+00 0.1260000000000E+03
2BA45 0.17594520E+00
0.2989619889342E+08 0.6199999999986E+00 0.1260000000000E+03
2CA45 0.18794859E+00
0.2990883979437E+08 0.6199999999979E+00 0.1260000000000E+03
2DA45 0.16596090E+00
0.2992148077477E+08 0.6199999999984E+00 0.1260000000000E+03
2EA45 0.18496344E+00
0.2993412183459E+08 0.6200000000009E+00 0.1260000000000E+03
2FA45 0.23996167E+00
0.2994676297387E+08 0.6200000000010E+00 0.1260000000000E+03
2GA45 0.25996834E+00
0.2995940419260E+08 0.6199999999993E+00 0.1260000000000E+03
2HA45 0.28497610E+00
0.2997204549077E+08 0.6200000000004E+00 0.1260000000000E+03
2IA45 0.26998760E+00
0.2998468686837E+08 0.6200000000003E+00 0.1260000000000E+03
03A45 0.22999816E+00
0.2999732832540E+08 0.6199999999996E+00 0.1260000000000E+03
3AA45 0.30600915E+00
0.3000996986185E+08 0.6199999999991E+00 0.1260000000000E+03
3BA45 0.28501933E+00
0.3002261147773E+08 0.6200000000015E+00 0.1260000000000E+03
3CA45 0.15501639E+00
0.3003525317303E+08 0.6199999999999E+00 0.1260000000000E+03
3DA45 0.29904296E+00
0.3004789494543E+08 0.6200000000005E+00 0.1260000000000E+03
3EA45 0.33406066E+00
0.3006053679957E+08 0.6199999999980E+00 0.1260000000000E+03
3FA45 0.32007026E+00
0.3007317873311E+08 0.6200000000002E+00 0.1260000000000E+03
3GA45 0.29407570E+00
0.3008582074607E+08 0.6199999999996E+00 0.1260000000000E+03
3HA45 0.27908242E+00
0.3009846283843E+08 0.6200000000025E+00 0.1260000000000E+03
3IA45 0.71023669E-01
0.3011110501020E+08 0.6199999999994E+00 0.1260000000000E+03
02A46 0.14294463E+00
0.2987091732999E+08 0.6200000000018E+00 0.1260000000000E+03
2AA46 0.15794482E+00
0.2988355807195E+08 0.6200000000005E+00 0.1260000000000E+03
2BA46 0.17594520E+00
0.2989619889342E+08 0.6199999999960E+00 0.1260000000000E+03
2CA46 0.18794859E+00
0.2990883979437E+08 0.6199999999983E+00 0.1260000000000E+03
2DA46 0.16596090E+00
0.2992148077477E+08 0.6199999999996E+00 0.1260000000000E+03
2EA46 0.18496344E+00
0.2993412183459E+08 0.6200000000017E+00 0.1260000000000E+03
2FA46 0.23996167E+00
0.2994676297387E+08 0.6200000000009E+00 0.1260000000000E+03
2GA46 0.25996834E+00
0.2995940419260E+08 0.6200000000006E+00 0.1260000000000E+03
2HA46 0.28497610E+00
0.2997204549077E+08 0.6200000000006E+00 0.1260000000000E+03
2IA46 0.26998760E+00
0.2998468686837E+08 0.6199999999999E+00 0.1260000000000E+03
03A46 0.22999816E+00
0.2999732832540E+08 0.6199999999993E+00 0.1260000000000E+03
3AA46 0.30600915E+00
0.3000996986185E+08 0.6199999999989E+00 0.1260000000000E+03
3BA46 0.28501933E+00
0.3002261147773E+08 0.6199999999995E+00 0.1260000000000E+03
3CA46 0.15501639E+00
0.3003525317303E+08 0.6199999999997E+00 0.1260000000000E+03
3DA46 0.29904296E+00
0.3004789494543E+08 0.6200000000000E+00 0.1260000000000E+03
3EA46 0.33406066E+00
0.3006053679957E+08 0.6199999999995E+00 0.1260000000000E+03
3FA46 0.32007026E+00
0.3007317873311E+08 0.6199999999965E+00 0.1260000000000E+03
3GA46 0.29407570E+00
0.3008582074607E+08 0.6200000000004E+00 0.1260000000000E+03
3HA46 0.27908242E+00
0.3009846283843E+08 0.6200000000014E+00 0.1260000000000E+03
3IA46 0.71023669E-01
0.3011110501020E+08 0.6199999999991E+00 0.1260000000000E+03
02A47 0.14294463E+00
0.2987091732999E+08 0.6199999999999E+00 0.1260000000000E+03
2AA47 0.15794482E+00
0.2988355807195E+08 0.6200000000017E+00 0.1260000000000E+03
2BA47 0.17594520E+00
0.2989619889342E+08 0.6200000000006E+00 0.1260000000000E+03
2CA47 0.18794859E+00
0.2990883979437E+08 0.6200000000003E+00 0.1260000000000E+03
2DA47 0.16596090E+00
0.2992148077477E+08 0.6200000000011E+00 0.1260000000000E+03
2EA47 0.18496344E+00
0.2993412183459E+08 0.6199999999995E+00 0.1260000000000E+03
2FA47 0.23996167E+00
0.2994676297387E+08 0.6200000000006E+00 0.1260000000000E+03
2GA47 0.25996834E+00
0.2995940419260E+08 0.6199999999998E+00 0.1260000000000E+03
2HA47 0.28497610E+00
0.2997204549077E+08 0.6199999999993E+00 0.1260000000000E+03
2IA47 0.26998760E+00
0.2998468686837E+08 0.6200000000000E+00 0.1260000000000E+03
03A47 0.22999816E+00
0.2999732832540E+08 0.6200000000006E+00 0.1260000000000E+03
3AA47 0.30600915E+00
0.3000996986185E+08 0.6200000000005E+00 0.1260000000000E+03
3BA47 0.28501933E+00
0.3002261147773E+08 0.6200000000004E+00 0.1260000000000E+03
3CA47 0.15501639E+00
0.3003525317303E+08 0.6200000000009E+00 0.1260000000000E+03
3DA47 0.29904296E+00
0.3004789494543E+08 0.6199999999990E+00 0.1260000000000E+03
3EA47 0.33406066E+00
0.3006053679957E+08 0.6200000000008E+00 0.1260000000000E+03
3FA47 0.32007026E+00
0.3007317873311E+08 0.6199999999989E+00 0.1260000000000E+03
3GA47 0.29407570E+00
0.3008582074607E+08 0.6199999999990E+00 0.1260000000000E+03
3HA47 0.27908242E+00
0.3009846283843E+08 0.6200000000000E+00 0.1260000000000E+03
3IA47 0.71023669E-01
0.3011110501020E+08 0.6199999999992E+00 0.1260000000000E+03
02A48 0.14294463E+00
0.2987091732999E+08 0.6199999999992E+00 0.1260000000000E+03
2AA48 0.15794482E+00
0.2988355807195E+08 0.6200000000002E+00 0.1260000000000E+03
2BA48 0.17594520E+00
0.2989619889342E+08 0.6200000000072E+00 0.1260000000000E+03
2CA48 0.18794859E+00
0.2990883979437E+08 0.6200000000010E+00 0.1260000000000E+03
2DA48 0.16596090E+00
0.2992148077477E+08 0.6200000000012E+00 0.1260000000000E+03
2EA48 0.18496344E+00
0.2993412183459E+08 0.6199999999988E+00 0.1260000000000E+03
2FA48 0.23996167E+00
0.2994676297387E+08 0.6200000000001E+00 0.1260000000000E+03
2GA48 0.25996834E+00
0.2995940419260E+08 0.6199999999996E+00 0.1260000000000E+03
2HA48 0.28497610E+00
0.2997204549077E+08 0.6200000000002E+00 0.1260000000000E+03
2IA48 0.26998760E+00
0.2998468686837E+08 0.6199999999997E+00 0.1260000000000E+03
03A48 0.22999816E+00
0.2999732832540E+08 0.6200000000003E+00 0.1260000000000E+03
3AA48 0.30600915E+00
0.3000996986185E+08 0.6199999999997E+00 0.1260000000000E+03
3BA48 0.28501933E+00
0.3002261147773E+08 0.6200000000006E+00 0.1260000000000E+03
3CA48 0.15501639E+00
0.3003525317303E+08 0.6200000000009E+00 0.1260000000000E+03
3DA48 0.29904296E+00
0.3004789494543E+08 0.6199999999986E+00 0.1260000000000E+03
3EA48 0.33406066E+00
0.3006053679957E+08 0.6199999999985E+00 0.1260000000000E+03
3FA48 0.32007026E+00
0.3007317873311E+08 0.6200000000008E+00 0.1260000000000E+03
3GA48 0.29407570E+00
0.3008582074607E+08 0.6200000000017E+00 0.1260000000000E+03
3HA48 0.27908242E+00
0.3009846283843E+08 0.6199999999999E+00 0.1260000000000E+03
3IA48 0.71023669E-01
0.3011110501020E+08 0.6199999999993E+00 0.1260000000000E+03
02A49 0.14294463E+00
0.2987091732999E+08 0.6200000000030E+00 0.1260000000000E+03
2AA49 0.15794482E+00
0.2988355807195E+08 0.6200000000014E+00 0.1260000000000E+03
2BA49 0.17594520E+00
0.2989619889342E+08 0.6200000000016E+00 0.1260000000000E+03
2CA49 0.18794859E+00
0.2990883979437E+08 0.6200000000002E+00 0.1260000000000E+03
2DA49 0.16596090E+00
0.2992148077477E+08 0.6199999999976E+00 0.1260000000000E+03
2EA49 0.18496344E+00
0.2993412183459E+08 0.6199999999989E+00 0.1260000000000E+03
2FA49 0.23996167E+00
0.2994676297387E+08 0.6200000000015E+00 0.1260000000000E+03
2GA49 0.25996834E+00
0.2995940419260E+08 0.6199999999996E+00 0.1260000000000E+03
2HA49 0.28497610E+00
0.2997204549077E+08 0.6199999999998E+00 0.1260000000000E+03
2IA49 0.26998760E+00
0.2998468686837E+08 0.6200000000004E+00 0.1260000000000E+03
03A49 0.22999816E+00
0.2999732832540E+08 0.6200000000001E+00 0.1260000000000E+03
3AA49 0.30600915E+00
0.3000996986185E+08 0.6199999999993E+00 0.1260000000000E+03
3BA49 0.28501933E+00
0.3002261147773E+08 0.6200000000001E+00 0.1260000000000E+03
3CA49 0.15501639E+00
0.3003525317303E+08 0.6199999999989E+00 0.1260000000000E+03
3DA49 0.29904296E+00
0.3004789494543E+08 0.6200000000014E+00 0.1260000000000E+03
3EA49 0.33406066E+00
0.3006053679957E+08 0.6200000000003E+00 0.1260000000000E+03
3FA49 0.32007026E+00
0.3007317873311E+08 0.6199999999953E+00 0.1260000000000E+03
3GA49 0.29407570E+00
0.3008582074607E+08 0.6200000000004E+00 0.1260000000000E+03
3HA49 0.27908242E+00
0.3009846283843E+08 0.6200000000007E+00 0.1260000000000E+03
3IA49 0.71023669E-01
0.3011110501020E+08 0.6199999999987E+00 0.1260000000000E+03
02A50 0.14294463E+00
0.2987091732999E+08 0.6200000000005E+00 0.1260000000000E+03
2AA50 0.15794482E+00
0.2988355807195E+08 0.6200000000017E+00 0.1260000000000E+03
2BA50 0.17594520E+00
0.2989619889342E+08 0.6200000000017E+00 0.1260000000000E+03
2CA50 0.18794859E+00
0.2990883979437E+08 0.6200000000002E+00 0.1260000000000E+03
2DA50 0.16596090E+00
0.2992148077477E+08 0.6200000000012E+00 0.1260000000000E+03
2EA50 0.18496344E+00
0.2993412183459E+08 0.6199999999981E+00 0.1260000000000E+03
2FA50 0.23996167E+00
0.2994676297387E+08 0.6200000000002E+00 0.1260000000000E+03
2GA50 0.25996834E+00
0.2995940419260E+08 0.6199999999998E+00 0.1260000000000E+03
2HA50 0.28497610E+00
0.2997204549077E+08 0.6200000000002E+00 0.1260000000000E+03
2IA50 0.26998760E+00
0.2998468686837E+08 0.6200000000008E+00 0.1260000000000E+03
03A50 0.22999816E+00
0.2999732832540E+08 0.6199999999993E+00 0.1260000000000E+03
3AA50 0.30600915E+00
0.3000996986185E+08 0.6199999999990E+00 0.1260000000000E+03
3BA50 0.28501933E+00
0.3002261147773E+08 0.6199999999992E+00 0.1260000000000E+03
3CA50 0.15501639E+00
0.3003525317303E+08 0.6199999999997E+00 0.1260000000000E+03
3DA50 0.29904296E+00
0.3004789494543E+08 0.6200000000007E+00 0.1260000000000E+03
3EA50 0.33406066E+00
0.3006053679957E+08 0.6199999999969E+00 0.1260000000000E+03
3FA50 0.32007026E+00
0.3007317873311E+08 0.6200000000005E+00 0.1260000000000E+03
3GA50 0.29407570E+00
0.3008582074607E+08 0.6200000000002E+00 0.1260000000000E+03
3HA50 0.27908242E+00
0.3009846283843E+08 0.6199999999995E+00 0.1260000000000E+03
3IA50 0.71023669E-01
0.3011110501020E+08 0.6199999999990E+00 0.1260000000000E+03
02A51 0.14294463E+00
0.2987091732999E+08 0.6199999999987E+00 0.1260000000000E+03
2AA51 0.15794482E+00
0.2988355807195E+08 0.6199999999991E+00 0.1260000000000E+03
2BA51 0.17594520E+00
0.2989619889342E+08 0.6200000000031E+00 0.1260000000000E+03
2CA51 0.18794859E+00
0.2990883979437E+08 0.6199999999977E+00 0.1260000000000E+03
2DA51 0.16596090E+00
0.2992148077477E+08 0.6199999999983E+00 0.1260000000000E+03
2EA51 0.18496344E+00
0.2993412183459E+08 0.6200000000005E+00 0.1260000000000E+03
2FA51 0.23996167E+00
0.2994676297387E+08 0.6200000000014E+00 0.1260000000000E+03
2GA51 0.25996834E+00
0.2995940419260E+08 0.6200000000001E+00 0.1260000000000E+03
2HA51 0.28497610E+00
0.2997204549077E+08 0.6200000000004E+00 0.1260000000000E+03
2IA51 0.26998760E+00
0.2998468686837E+08 0.6199999999985E+00 0.1260000000000E+03
03A51 0.22999816E+00
0.2999732832540E+08 0.6199999999992E+00 0.1260000000000E+03
3AA51 0.30600915E+00
0.3000996986185E+08 0.6199999999997E+00 0.1260000000000E+03
3BA51 0.28501933E+00
0.3002261147773E+08 0.6200000000000E+00 0.1260000000000E+03
3CA51 0.15501639E+00
0.3003525317303E+08 0.6199999999992E+00 0.1260000000000E+03
3DA51 0.29904296E+00
0.3004789494543E+08 0.6199999999990E+00 0.1260000000000E+03
3EA51 0.33406066E+00
0.3006053679957E+08 0.6199999999995E+00 0.1260000000000E+03
3FA51 0.32007026E+00
0.3007317873311E+08 0.6200000000024E+00 0.1260000000000E+03
3GA51 0.29407570E+00
0.3008582074607E+08 0.6199999999993E+00 0.1260000000000E+03
3HA51 0.27908242E+00
0.3009846283843E+08 0.6200000000002E+00 0.1260000000000E+03
3IA51 0.71023669E-01
0.3011110501020E+08 0.6199999999993E+00 0.1260000000000E+03
02A52 0.14294463E+00
0.2987091732999E+08 0.6200000000020E+00 0.1260000000000E+03
2AA52 0.15794482E+00
0.2988355807195E+08 0.6199999999988E+00 0.1260000000000E+03
2BA52 0.17594520E+00
0.2989619889342E+08 0.6199999999993E+00 0.1260000000000E+03
2CA52 0.18794859E+00
0.2990883979437E+08 0.6199999999959E+00 0.1260000000000E+03
2DA52 0.16596090E+00
0.2992148077477E+08 0.6200000000013E+00 0.1260000000000E+03
2EA52 0.18496344E+00
0.2993412183459E+08 0.6200000000005E+00 0.1260000000000E+03
2FA52 0.23996167E+00
0.2994676297387E+08 0.6200000000002E+00 0.1260000000000E+03
2GA52 0.25996834E+00
0.2995940419260E+08 0.6199999999996E+00 0.1260000000000E+03
2HA52 0.28497610E+00
0.2997204549077E+08 0.6200000000005E+00 0.1260000000000E+03
2IA52 0.26998760E+00
0.2998468686837E+08 0.6200000000006E+00 0.1260000000000E+03
03A52 0.22999816E+00
0.2999732832540E+08 0.6199999999996E+00 0.1260000000000E+03
3AA52 0.30600915E+00
0.3000996986185E+08 0.6200000000001E+00 0.1260000000000E+03
3BA52 0.28501933E+00
0.3002261147773E+08 0.6199999999997E+00 0.1260000000000E+03
3CA52 0.15501639E+00
0.3003525317303E+08 0.6200000000002E+00 0.1260000000000E+03
3DA52 0.29904296E+00
0.3004789494543E+08 0.6200000000011E+00 0.1260000000000E+03
3EA52 0.33406066E+00
0.3006053679957E+08 0.6199999999982E+00 0.1260000000000E+03
3FA52 0.32007026E+00
0.3007317873311E+08 0.6200000000026E+00 0.1260000000000E+03
3GA52 0.29407570E+00
0.3008582074607E+08 0.6199999999989E+00 0.1260000000000E+03
3HA52 0.27908242E+00
0.3009846283843E+08 0.6199999999992E+00 0.1260000000000E+03
3IA52 0.71023669E-01
0.3011110501020E+08 0.6199999999982E+00 0.1260000000000E+03
02A53 0.14294463E+00
0.2987091732999E+08 0.6199999999981E+00 0.1260000000000E+03
2AA53 0.15794482E+00
0.2988355807195E+08 0.6200000000000E+00 0.1260000000000E+03
2BA53 0.17594520E+00
0.2989619889342E+08 0.6200000000016E+00 0.1260000000000E+03
2CA53 0.18794859E+00
0.2990883979437E+08 0.6199999999993E+00 0.1260000000000E+03
2DA53 0.16596090E+00
0.2992148077477E+08 0.6200000000023E+00 0.1260000000000E+03
2EA53 0.18496344E+00
0.2993412183459E+08 0.6199999999993E+00 0.1260000000000E+03
2FA53 0.23996167E+00
0.2994676297387E+08 0.6200000000005E+00 0.1260000000000E+03
2GA53 0.25996834E+00
0.2995940419260E+08 0.6199999999993E+00 0.1260000000000E+03
2HA53 0.28497610E+00
0.2997204549077E+08 0.6199999999991E+00 0.1260000000000E+03
2IA53 0.26998760E+00
0.2998468686837E+08 0.6199999999995E+00 0.1260000000000E+03
03A53 0.22999816E+00
0.2999732832540E+08 0.6200000000012E+00 0.1260000000000E+03
3AA53 0.30600915E+00
0.3000996986185E+08 0.6199999999996E+00 0.1260000000000E+03
3BA53 0.28501933E+00
0.3002261147773E+08 0.6200000000009E+00 0.1260000000000E+03
3CA53 0.15501639E+00
0.3003525317303E+08 0.6199999999990E+00 0.1260000000000E+03
3DA53 0.29904296E+00
0.3004789494543E+08 0.6199999999999E+00 0.1260000000000E+03
3EA53 0.33406066E+00
0.3006053679957E+08 0.6200000000026E+00 0.1260000000000E+03
3FA53 0.32007026E+00
0.3007317873311E+08 0.6199999999985E+00 0.1260000000000E+03
3GA53 0.29407570E+00
0.3008582074607E+08 0.6200000000025E+00 0.1260000000000E+03
3HA53 0.27908242E+00
0.3009846283843E+08 0.6199999999997E+00 0.1260000000000E+03
3IA53 0.71023669E-01
0.3011110501020E+08 0.6199999999994E+00 0.1260000000000E+03
02A54 0.14294463E+00
0.2987091732999E+08 0.6200000000000E+00 0.1260000000000E+03
2AA54 0.15794482E+00
0.2988355807195E+08 0.6199999999991E+00 0.1260000000000E+03
2BA54 0.17594520E+00
0.2989619889342E+08 0.6200000000007E+00 0.1260000000000E+03
2CA54 0.18794859E+00
0.2990883979437E+08 0.6199999999980E+00 0.1260000000000E+03
2DA54 0.16596090E+00
0.2992148077477E+08 0.6200000000020E+00 0.1260000000000E+03
2EA54 0.18496344E+00
0.2993412183459E+08 0.6199999999996E+00 0.1260000000000E+03
2FA54 0.23996167E+00
0.2994676297387E+08 0.6199999999996E+00 0.1260000000000E+03
2GA54 0.25996834E+00
0.2995940419260E+08 0.6199999999996E+00 0.1260000000000E+03
2HA54 0.28497610E+00
0.2997204549077E+08 0.6200000000009E+00 0.1260000000000E+03
2IA54 0.26998760E+00
0.2998468686837E+08 0.6200000000000E+00 0.1260000000000E+03
03A54 0.22999816E+00
0.2999732832540E+08 0.6199999999986E+00 0.1260000000000E+03
3AA54 0.30600915E+00
0.3000996986185E+08 0.6200000000001E+00 0.1260000000000E+03
3BA54 0.28501933E+00
0.3002261147773E+08 0.6199999999995E+00 0.1260000000000E+03
3CA54 0.15501639E+00
0.3003525317303E+08 0.6200000000000E+00 0.1260000000000E+03
3DA54 0.29904296E+00
0.3004789494543E+08 0.6199999999998E+00 0.1260000000000E+03
3EA54 0.33406066E+00
0.3006053679957E+08 0.6199999999986E+00 0.1260000000000E+03
3FA54 0.32007026E+00
0.3007317873311E+08 0.6200000000037E+00 0.1260000000000E+03
3GA54 0.29407570E+00
0.3008582074607E+08 0.6200000000007E+00 0.1260000000000E+03
3HA54 0.27908242E+00
0.3009846283843E+08 0.6199999999981E+00 0.1260000000000E+03
3IA54 0.71023669E-01
0.3011110501020E+08 0.6200000000006E+00 0.1260000000000E+03
02A55 0.14294463E+00
0.2987091732999E+08 0.6200000000007E+00 0.1260000000000E+03
2AA55 0.15794482E+00
0.2988355807195E+08 0.6199999999988E+00 0.1260000000000E+03
2BA55 0.17594520E+00
0.2989619889342E+08 0.6199999999974E+00 0.1260000000000E+03
2CA55 0.18794859E+00
0.2990883979437E+08 0.6199999999998E+00 0.1260000000000E+03
2DA55 0.16596090E+00
0.2992148077477E+08 0.6199999999982E+00 0.1260000000000E+03
2EA55 0.18496344E+00
0.2993412183459E+08 0.6200000000005E+00 0.1260000000000E+03
2FA55 0.23996167E+00
0.2994676297387E+08 0.6199999999992E+00 0.1260000000000E+03
2GA55 0.25996834E+00
0.2995940419260E+08 0.6199999999990E+00 0.1260000000000E+03
2HA55 0.28497610E+00
0.2997204549077E+08 0.6200000000005E+00 0.1260000000000E+03
2IA55 0.26998760E+00
0.2998468686837E+08 0.6199999999994E+00 0.1260000000000E+03
03A55 0.22999816E+00
0.2999732832540E+08 0.6200000000001E+00 0.1260000000000E+03
3AA55 0.30600915E+00
0.3000996986185E+08 0.6200000000000E+00 0.1260000000000E+03
3BA55 0.28501933E+00
0.3002261147773E+08 0.6200000000005E+00 0.1260000000000E+03
3CA55 0.15501639E+00
0.3003525317303E+08 0.6199999999993E+00 0.1260000000000E+03
3DA55 0.29904296E+00
0.3004789494543E+08 0.6199999999988E+00 0.1260000000000E+03
3EA55 0.33406066E+00
0.3006053679957E+08 0.6200000000013E+00 0.1260000000000E+03
3FA55 0.32007026E+00
0.3007317873311E+08 0.6199999999996E+00 0.1260000000000E+03
3GA55 0.29407570E+00
0.3008582074607E+08 0.6199999999985E+00 0.1260000000000E+03
3HA55 0.27908242E+00
0.3009846283843E+08 0.6200000000014E+00 0.1260000000000E+03
3IA55 0.71023669E-01
0.3011110501020E+08 0.6200000000018E+00 0.1260000000000E+03
02A56 0.14294463E+00
0.2987091732999E+08 0.6199999999999E+00 0.1260000000000E+03
2AA56 0.15794482E+00
0.2988355807195E+08 0.6199999999979E+00 0.1260000000000E+03
2BA56 0.17594520E+00
0.2989619889342E+08 0.6200000000018E+00 0.1260000000000E+03
2CA56 0.18794859E+00
0.2990883979437E+08 0.6200000000024E+00 0.1260000000000E+03
2DA56 0.16596090E+00
0.2992148077477E+08 0.6199999999978E+00 0.1260000000000E+03
2EA56 0.18496344E+00
0.2993412183459E+08 0.6199999999994E+00 0.1260000000000E+03
2FA56 0.23996167E+00
0.2994676297387E+08 0.6200000000005E+00 0.1260000000000E+03
2GA56 0.25996834E+00
0.2995940419260E+08 0.6199999999993E+00 0.1260000000000E+03
2HA56 0.28497610E+00
0.2997204549077E+08 0.6200000000003E+00 0.1260000000000E+03
2IA56 0.26998760E+00
0.2998468686837E+08 0.6199999999987E+00 0.1260000000000E+03
03A56 0.22999816E+00
0.2999732832540E+08 0.6199999999998E+00 0.1260000000000E+03
3AA56 0.30600915E+00
0.3000996986185E+08 0.6200000000004E+00 0.1260000000000E+03
3BA56 0.28501933E+00
0.3002261147773E+08 0.6200000000008E+00 0.1260000000000E+03
3CA56 0.15501639E+00
0.3003525317303E+08 0.6199999999999E+00 0.1260000000000E+03
3DA56 0.29904296E+00
0.3004789494543E+08 0.6200000000006E+00 0.1260000000000E+03
3EA56 0.33406066E+00
0.3006053679957E+08 0.6200000000016E+00 0.1260000000000E+03
3FA56 0.32007026E+00
0.3007317873311E+08 0.6199999999996E+00 0.1260000000000E+03
3GA56 0.29407570E+00
0.3008582074607E+08 0.6200000000007E+00 0.1260000000000E+03
3HA56 0.27908242E+00
0.3009846283843E+08 0.6199999999983E+00 0.1260000000000E+03
3IA56 0.71023669E-01
0.3011110501020E+08 0.6199999999983E+00 0.1260000000000E+03
02A57 0.14294463E+00
0.2987091732999E+08 0.6199999999999E+00 0.1260000000000E+03
2AA57 0.15794482E+00
0.2988355807195E+08 0.6199999999989E+00 0.1260000000000E+03
2BA57 0.17594520E+00
0.2989619889342E+08 0.6200000000056E+00 0.1260000000000E+03
2CA57 0.18794859E+00
0.2990883979437E+08 0.6200000000054E+00 0.1260000000000E+03
2DA57 0.16596090E+00
0.2992148077477E+08 0.6199999999973E+00 0.1260000000000E+03
2EA57 0.18496344E+00
0.2993412183459E+08 0.6200000000023E+00 0.1260000000000E+03
2FA57 0.23996167E+00
0.2994676297387E+08 0.6200000000018E+00 0.1260000000000E+03
2GA57 0.25996834E+00
0.2995940419260E+08 0.6200000000002E+00 0.1260000000000E+03
2HA57 0.28497610E+00
0.2997204549077E+08 0.6200000000000E+00 0.1260000000000E+03
2IA57 0.26998760E+00
0.2998468686837E+08 0.6200000000002E+00 0.1260000000000E+03
03A57 0.22999816E+00
0.2999732832540E+08 0.6199999999997E+00 0.1260000000000E+03
3AA57 0.30600915E+00
0.3000996986185E+08 0.6199999999989E+00 0.1260000000000E+03
3BA57 0.28501933E+00
0.3002261147773E+08 0.6199999999998E+00 0.1260000000000E+03
3CA57 0.15501639E+00
0.3003525317303E+08 0.6199999999999E+00 0.1260000000000E+03
3DA57 0.29904296E+00
0.3004789494543E+08 0.6200000000001E+00 0.1260000000000E+03
3EA57 0.33406066E+00
0.3006053679957E+08 0.6199999999984E+00 0.1260000000000E+03
3FA57 0.32007026E+00
0.3007317873311E+08 0.6199999999953E+00 0.1260000000000E+03
3GA57 0.29407570E+00
0.3008582074607E+08 0.6199999999992E+00 0.1260000000000E+03
3HA57 0.27908242E+00
0.3009846283843E+08 0.6200000000002E+00 0.1260000000000E+03
3IA57 0.71023669E-01
0.3011110501020E+08 0.6199999999967E+00 0.1260000000000E+03
02A58 0.14294463E+00
0.2987091732999E+08 0.6200000000011E+00 0.1260000000000E+03
2AA58 0.15794482E+00
0.2988355807195E+08 0.6199999999999E+00 0.1260000000000E+03
2BA58 0.17594520E+00
0.2989619889342E+08 0.6199999999997E+00 0.1260000000000E+03
2CA58 0.18794859E+00
0.2990883979437E+08 0.6199999999961E+00 0.1260000000000E+03
2DA58 0.16596090E+00
0.2992148077477E+08 0.6199999999987E+00 0.1260000000000E+03
2EA58 0.18496344E+00
0.2993412183459E+08 0.6200000000007E+00 0.1260000000000E+03
2FA58 0.23996167E+00
0.2994676297387E+08 0.6199999999998E+00 0.1260000000000E+03
2GA58 0.25996834E+00
0.2995940419260E+08 0.6199999999993E+00 0.1260000000000E+03
2HA58 0.28497610E+00
0.2997204549077E+08 0.6199999999991E+00 0.1260000000000E+03
2IA58 0.26998760E+00
0.2998468686837E+08 0.6200000000000E+00 0.1260000000000E+03
03A58 0.22999816E+00
0.2999732832540E+08 0.6200000000002E+00 0.1260000000000E+03
3AA58 0.30600915E+00
0.3000996986185E+08 0.6200000000002E+00 0.1260000000000E+03
3BA58 0.28501933E+00
0.3002261147773E+08 0.6199999999996E+00 0.1260000000000E+03
3CA58 0.15501639E+00
0.3003525317303E+08 0.6200000000017E+00 0.1260000000000E+03
3DA58 0.29904296E+00
0.3004789494543E+08 0.6199999999976E+00 0.1260000000000E+03
3EA58 0.33406066E+00
0.3006053679957E+08 0.6199999999997E+00 0.1260000000000E+03
3FA58 0.32007026E+00
0.3007317873311E+08 0.6200000000001E+00 0.1260000000000E+03
3GA58 0.29407570E+00
0.3008582074607E+08 0.6199999999998E+00 0.1260000000000E+03
3HA58 0.27908242E+00
0.3009846283843E+08 0.6200000000003E+00 0.1260000000000E+03
3IA58 0.71023669E-01
0.3011110501020E+08 0.6200000000017E+00 0.1260000000000E+03
02A59 0.14294463E+00
0.2987091732999E+08 0.6200000000011E+00 0.1260000000000E+03
2AA59 0.15794482E+00
0.2988355807195E+08 0.6199999999991E+00 0.1260000000000E+03
2BA59 0.17594520E+00
0.2989619889342E+08 0.6200000000032E+00 0.1260000000000E+03
2CA59 0.18794859E+00
0.2990883979437E+08 0.6200000000014E+00 0.1260000000000E+03
2DA59 0.16596090E+00
0.2992148077477E+08 0.6200000000001E+00 0.1260000000000E+03
2EA59 0.18496344E+00
0.2993412183459E+08 0.6200000000012E+00 0.1260000000000E+03
2FA59 0.23996167E+00
0.2994676297387E+08 0.6199999999998E+00 0.1260000000000E+03
2GA59 0.25996834E+00
0.2995940419260E+08 0.6199999999998E+00 0.1260000000000E+03
2HA59 0.28497610E+00
0.2997204549077E+08 0.6200000000007E+00 0.1260000000000E+03
2IA59 0.26998760E+00
0.2998468686837E+08 0.6199999999998E+00 0.1260000000000E+03
03A59 0.22999816E+00
0.2999732832540E+08 0.6200000000000E+00 0.1260000000000E+03
3AA59 0.30600915E+00
0.3000996986185E+08 0.6199999999988E+00 0.1260000000000E+03
3BA59 0.28501933E+00
0.3002261147773E+08 0.6200000000010E+00 0.1260000000000E+03
3CA59 0.15501639E+00
0.3003525317303E+08 0.6199999999993E+00 0.1260000000000E+03
3DA59 0.29904296E+00
0.3004789494543E+08 0.6200000000001E+00 0.1260000000000E+03
3EA59 0.33406066E+00
0.3006053679957E+08 0.6199999999992E+00 0.1260000000000E+03
3FA59 0.32007026E+00
0.3007317873311E+08 0.6199999999977E+00 0.1260000000000E+03
3GA59 0.29407570E+00
0.3008582074607E+08 0.6200000000020E+00 0.1260000000000E+03
3HA59 0.27908242E+00
0.3009846283843E+08 0.6199999999993E+00 0.1260000000000E+03
3IA59 0.71023669E-01
0.3011110501020E+08 0.6200000000007E+00 0.1260000000000E+03
02A60 0.14294463E+00
0.2987091732999E+08 0.6199999999989E+00 0.1260000000000E+03
2AA60 0.15794482E+00
0.2988355807195E+08 0.6200000000006E+00 0.1260000000000E+03
2BA60 0.17594520E+00
0.2989619889342E+08 0.6200000000000E+00 0.1260000000000E+03
2CA60 0.18794859E+00
0.2990883979437E+08 0.6199999999996E+00 0.1260000000000E+03
2DA60 0.16596090E+00
0.2992148077477E+08 0.6200000000009E+00 0.1260000000000E+03
2EA60 0.18496344E+00
0.2993412183459E+08 0.6200000000011E+00 0.1260000000000E+03
2FA60 0.23996167E+00
0.2994676297387E+08 0.6199999999999E+00 0.1260000000000E+03
2GA60 0.25996834E+00
0.2995940419260E+08 0.6199999999993E+00 0.1260000000000E+03
2HA60 0.28497610E+00
0.2997204549077E+08 0.6199999999998E+00 0.1260000000000E+03
2IA60 0.26998760E+00
0.2998468686837E+08 0.6199999999993E+00 0.1260000000000E+03
03A60 0.22999816E+00
0.2999732832540E+08 0.6199999999986E+00 0.1260000000000E+03
3AA60 0.30600915E+00
0.3000996986185E+08 0.6199999999996E+00 0.1260000000000E+03
3BA60 0.28501933E+00
0.3002261147773E+08 0.6200000000007E+00 0.1260000000000E+03
3CA60 0.15501639E+00
0.3003525317303E+08 0.6200000000000E+00 0.1260000000000E+03
3DA60 0.29904296E+00
0.3004789494543E+08 0.6200000000000E+00 0.1260000000000E+03
3EA60 0.33406066E+00
0.3006053679957E+08 0.6199999999962E+00 0.1260000000000E+03
3FA60 0.32007026E+00
0.3007317873311E+08 0.6199999999999E+00 0.1260000000000E+03
3GA60 0.29407570E+00
0.3008582074607E+08 0.6200000000010E+00 0.1260000000000E+03
3HA60 0.27908242E+00
0.3009846283843E+08 0.6199999999973E+00 0.1260000000000E+03
3IA60 0.71023669E-01
0.3011110501020E+08 0.6200000000003E+00 0.1260000000000E+03
02A61 0.14294463E+00
0.2987091732999E+08 0.6200000000018E+00 0.1260000000000E+03
2AA61 0.15794482E+00
0.2988355807195E+08 0.6200000000012E+00 0.1260000000000E+03
2BA61 0.17594520E+00
0.2989619889342E+08 0.6199999999992E+00 0.1260000000000E+03
2CA61 0.18794859E+00
0.2990883979437E+08 0.6199999999982E+00 0.1260000000000E+03
2DA61 0.16596090E+00
0.2992148077477E+08 0.6200000000018E+00 0.1260000000000E+03
2EA61 0.18496344E+00
0.2993412183459E+08 0.6200000000020E+00 0.1260000000000E+03
2FA61 0.23996167E+00
0.2994676297387E+08 0.6199999999997E+00 0.1260000000000E+03
2GA61 0.25996834E+00
0.2995940419260E+08 0.6199999999998E+00 0.1260000000000E+03
2HA61 0.28497610E+00
0.2997204549077E+08 0.6199999999995E+00 0.1260000000000E+03
2IA61 0.26998760E+00
0.2998468686837E+08 0.6200000000003E+00 0.1260000000000E+03
03A61 0.22999816E+00
0.2999732832540E+08 0.6199999999991E+00 0.1260000000000E+03
3AA61 0.30600915E+00
0.3000996986185E+08 0.6199999999989E+00 0.1260000000000E+03
3BA61 0.28501933E+00
0.3002261147773E+08 0.6200000000002E+00 0.1260000000000E+03
3CA61 0.15501639E+00
0.3003525317303E+08 0.6199999999986E+00 0.1260000000000E+03
3DA61 0.29904296E+00
0.3004789494543E+08 0.6199999999977E+00 0.1260000000000E+03
3EA61 0.33406066E+00
0.3006053679957E+08 0.6199999999959E+00 0.1260000000000E+03
3FA61 0.32007026E+00
0.3007317873311E+08 0.6200000000002E+00 0.1260000000000E+03
3GA61 0.29407570E+00
0.3008582074607E+08 0.6200000000004E+00 0.1260000000000E+03
3HA61 0.27908242E+00
0.3009846283843E+08 0.6199999999998E+00 0.1260000000000E+03
3IA61 0.71023669E-01
0.3011110501020E+08 0.6199999999988E+00 0.1260000000000E+03
02A62 0.14294463E+00
0.2987091732999E+08 0.6200000000002E+00 0.1260000000000E+03
2AA62 0.15794482E+00
0.2988355807195E+08 0.6200000000007E+00 0.1260000000000E+03
2BA62 0.17594520E+00
0.2989619889342E+08 0.6199999999984E+00 0.1260000000000E+03
2CA62 0.18794859E+00
0.2990883979437E+08 0.6199999999993E+00 0.1260000000000E+03
2DA62 0.16596090E+00
0.2992148077477E+08 0.6199999999990E+00 0.1260000000000E+03
2EA62 0.18496344E+00
0.2993412183459E+08 0.6200000000019E+00 0.1260000000000E+03
2FA62 0.23996167E+00
0.2994676297387E+08 0.6199999999983E+00 0.1260000000000E+03
2GA62 0.25996834E+00
0.2995940419260E+08 0.6200000000004E+00 0.1260000000000E+03
2HA62 0.28497610E+00
0.2997204549077E+08 0.6199999999997E+00 0.1260000000000E+03
2IA62 0.26998760E+00
0.2998468686837E+08 0.6200000000002E+00 0.1260000000000E+03
03A62 0.22999816E+00
0.2999732832540E+08 0.6199999999992E+00 0.1260000000000E+03
3AA62 0.30600915E+00
0.3000996986185E+08 0.6200000000004E+00 0.1260000000000E+03
3BA62 0.28501933E+00
0.3002261147773E+08 0.6199999999986E+00 0.1260000000000E+03
3CA62 0.15501639E+00
0.3003525317303E+08 0.6200000000001E+00 0.1260000000000E+03
3DA62 0.29904296E+00
0.3004789494543E+08 0.6200000000000E+00 0.1260000000000E+03
3EA62 0.33406066E+00
0.3006053679957E+08 0.6200000000007E+00 0.1260000000000E+03
3FA62 0.32007026E+00
0.3007317873311E+08 0.6199999999979E+00 0.1260000000000E+03
3GA62 0.29407570E+00
0.3008582074607E+08 0.6199999999983E+00 0.1260000000000E+03
3HA62 0.27908242E+00
0.3009846283843E+08 0.6199999999997E+00 0.1260000000000E+03
3IA62 0.71023669E-01
0.3011110501020E+08 0.6199999999984E+00 0.1260000000000E+03
02A63 0.14294463E+00
0.2987091732999E+08 0.6200000000020E+00 0.1260000000000E+03
2AA63 0.15794482E+00
0.2988355807195E+08 0.6200000000016E+00 0.1260000000000E+03
2BA63 0.17594520E+00
0.2989619889342E+08 0.6199999999992E+00 0.1260000000000E+03
2CA63 0.18794859E+00
0.2990883979437E+08 0.6199999999999E+00 0.1260000000000E+03
2DA63 0.16596090E+00
0.2992148077477E+08 0.6199999999998E+00 0.1260000000000E+03
2EA63 0.18496344E+00
0.2993412183459E+08 0.6199999999982E+00 0.1260000000000E+03
2FA63 0.23996167E+00
0.2994676297387E+08 0.6200000000001E+00 0.1260000000000E+03
2GA63 0.25996834E+00
0.2995940419260E+08 0.6200000000007E+00 0.1260000000000E+03
2HA63 0.28497610E+00
0.2997204549077E+08 0.6199999999995E+00 0.1260000000000E+03
2IA63 0.26998760E+00
0.2998468686837E+08 0.6200000000002E+00 0.1260000000000E+03
03A63 0.22999816E+00
0.2999732832540E+08 0.6199999999986E+00 0.1260000000000E+03
3AA63 0.30600915E+00
0.3000996986185E+08 0.6200000000003E+00 0.1260000000000E+03
3BA63 0.28501933E+00
0.3002261147773E+08 0.6199999999991E+00 0.1260000000000E+03
3CA63 0.15501639E+00
0.3003525317303E+08 0.6200000000001E+00 0.1260000000000E+03
3DA63 0.29904296E+00
0.3004789494543E+08 0.6199999999998E+00 0.1260000000000E+03
3EA63 0.33406066E+00
0.3006053679957E+08 0.6200000000001E+00 0.1260000000000E+03
3FA63 0.32007026E+00
0.3007317873311E+08 0.6199999999994E+00 0.1260000000000E+03
3GA63 0.29407570E+00
0.3008582074607E+08 0.6199999999993E+00 0.1260000000000E+03
3HA63 0.27908242E+00
0.3009846283843E+08 0.6199999999997E+00 0.1260000000000E+03
3IA63 0.71023669E-01
0.3011110501020E+08 0.6200000000023E+00 0.1260000000000E+03
02A64 0.14294463E+00
0.2987091732999E+08 0.6200000000008E+00 0.1260000000000E+03
2AA64 0.15794482E+00
0.2988355807195E+08 0.6200000000011E+00 0.1260000000000E+03
2BA64 0.17594520E+00
0.2989619889342E+08 0.6199999999971E+00 0.1260000000000E+03
2CA64 0.18794859E+00
0.2990883979437E+08 0.6199999999976E+00 0.1260000000000E+03
2DA64 0.16596090E+00
0.2992148077477E+08 0.6200000000013E+00 0.1260000000000E+03
2EA64 0.18496344E+00
0.2993412183459E+08 0.6199999999989E+00 0.1260000000000E+03
2FA64 0.23996167E+00
0.2994676297387E+08 0.6199999999999E+00 0.1260000000000E+03
2GA64 0.25996834E+00
0.2995940419260E+08 0.6199999999999E+00 0.1260000000000E+03
2HA64 0.28497610E+00
0.2997204549077E+08 0.6199999999994E+00 0.1260000000000E+03
2IA64 0.26998760E+00
0.2998468686837E+08 0.6200000000005E+00 0.1260000000000E+03
03A64 0.22999816E+00
0.2999732832540E+08 0.6200000000002E+00 0.1260000000000E+03
3AA64 0.30600915E+00
0.3000996986185E+08 0.6200000000002E+00 0.1260000000000E+03
3BA64 0.28501933E+00
0.3002261147773E+08 0.6200000000009E+00 0.1260000000000E+03
3CA64 0.15501639E+00
0.3003525317303E+08 0.6200000000002E+00 0.1260000000000E+03
3DA64 0.29904296E+00
0.3004789494543E+08 0.6200000000010E+00 0.1260000000000E+03
3EA64 0.33406066E+00
0.3006053679957E+08 0.6200000000021E+00 0.1260000000000E+03
3FA64 0.32007026E+00
0.3007317873311E+08 0.6200000000019E+00 0.1260000000000E+03
3GA64 0.29407570E+00
0.3008582074607E+08 0.6199999999979E+00 0.1260000000000E+03
3HA64 0.27908242E+00
0.3009846283843E+08 0.6200000000009E+00 0.1260000000000E+03
3IA64 0.71023669E-01
0.3011110501020E+08 0.6199999999981E+00 0.1260000000000E+03
02A65 0.14294463E+00
0.2987091732999E+08 0.6200000000008E+00 0.1260000000000E+03
2AA65 0.15794482E+00
0.2988355807195E+08 0.6200000000010E+00 0.1260000000000E+03
2BA65 0.17594520E+00
0.2989619889342E+08 0.6199999999987E+00 0.1260000000000E+03
2CA65 0.18794859E+00
0.2990883979437E+08 0.6199999999995E+00 0.1260000000000E+03
2DA65 0.16596090E+00
0.2992148077477E+08 0.6200000000002E+00 0.1260000000000E+03
2EA65 0.18496344E+00
0.2993412183459E+08 0.6199999999995E+00 0.1260000000000E+03
2FA65 0.23996167E+00
0.2994676297387E+08 0.6199999999989E+00 0.1260000000000E+03
2GA65 0.25996834E+00
0.2995940419260E+08 0.6200000000008E+00 0.1260000000000E+03
2HA65 0.28497610E+00
0.2997204549077E+08 0.6199999999993E+00 0.1260000000000E+03
2IA65 0.26998760E+00
0.2998468686837E+08 0.6200000000004E+00 0.1260000000000E+03
03A65 0.22999816E+00
0.2999732832540E+08 0.6200000000007E+00 0.1260000000000E+03
3AA65 0.30600915E+00
0.3000996986185E+08 0.6200000000001E+00 0.1260000000000E+03
3BA65 0.28501933E+00
0.3002261147773E+08 0.6200000000008E+00 0.1260000000000E+03
3CA65 0.15501639E+00
0.3003525317303E+08 0.6199999999993E+00 0.1260000000000E+03
3DA65 0.29904296E+00
0.3004789494543E+08 0.6200000000010E+00 0.1260000000000E+03
3EA65 0.33406066E+00
0.3006053679957E+08 0.6200000000064E+00 0.1260000000000E+03
3FA65 0.32007026E+00
0.3007317873311E+08 0.6199999999987E+00 0.1260000000000E+03
3GA65 0.29407570E+00
0.3008582074607E+08 0.6200000000001E+00 0.1260000000000E+03
3HA65 0.27908242E+00
0.3009846283843E+08 0.6199999999993E+00 0.1260000000000E+03
3IA65 0.71023669E-01
0.3011110501020E+08 0.6199999999984E+00 0.1260000000000E+03
02A66 0.14294463E+00
0.2987091732999E+08 0.6200000000010E+00 0.1260000000000E+03
2AA66 0.15794482E+00
0.2988355807195E+08 0.6199999999997E+00 0.1260000000000E+03
2BA66 0.17594520E+00
0.2989619889342E+08 0.6200000000023E+00 0.1260000000000E+03
2CA66 0.18794859E+00
0.2990883979437E+08 0.6200000000017E+00 0.1260000000000E+03
2DA66 0.16596090E+00
0.2992148077477E+08 0.6199999999995E+00 0.1260000000000E+03
2EA66 0.18496344E+00
0.2993412183459E+08 0.6199999999994E+00 0.1260000000000E+03
2FA66 0.23996167E+00
0.2994676297387E+08 0.6200000000016E+00 0.1260000000000E+03
2GA66 0.25996834E+00
0.2995940419260E+08 0.6200000000004E+00 0.1260000000000E+03
2HA66 0.28497610E+00
0.2997204549077E+08 0.6199999999999E+00 0.1260000000000E+03
2IA66 0.26998760E+00
0.2998468686837E+08 0.6200000000005E+00 0.1260000000000E+03
03A66 0.22999816E+00
0.2999732832540E+08 0.6199999999996E+00 0.1260000000000E+03
3AA66 0.30600915E+00
0.3000996986185E+08 0.6199999999996E+00 0.1260000000000E+03
3BA66 0.28501933E+00
0.3002261147773E+08 0.6199999999991E+00 0.1260000000000E+03
3CA66 0.15501639E+00
0.3003525317303E+08 0.6200000000002E+00 0.1260000000000E+03
3DA66 0.29904296E+00
0.3004789494543E+08 0.6200000000001E+00 0.1260000000000E+03
3EA66 0.33406066E+00
0.3006053679957E+08 0.6200000000041E+00 0.1260000000000E+03
3FA66 0.32007026E+00
0.3007317873311E+08 0.6199999999966E+00 0.1260000000000E+03
3GA66 0.29407570E+00
0.3008582074607E+08 0.6200000000015E+00 0.1260000000000E+03
3HA66 0.27908242E+00
0.3009846283843E+08 0.6199999999994E+00 0.1260000000000E+03
3IA66 0.71023669E-01
0.3011110501020E+08 0.6199999999999E+00 0.1260000000000E+03
02A67 0.14294463E+00
0.2987091732999E+08 0.6200000000030E+00 0.1260000000000E+03
2AA67 0.15794482E+00
0.2988355807195E+08 0.6199999999997E+00 0.1260000000000E+03
2BA67 0.17594520E+00
0.2989619889342E+08 0.6199999999969E+00 0.1260000000000E+03
2CA67 0.18794859E+00
0.2990883979437E+08 0.6199999999978E+00 0.1260000000000E+03
2DA67 0.16596090E+00
0.2992148077477E+08 0.6200000000031E+00 0.1260000000000E+03
2EA67 0.18496344E+00
0.2993412183459E+08 0.6200000000002E+00 0.1260000000000E+03
2FA67 0.23996167E+00
0.2994676297387E+08 0.6199999999987E+00 0.1260000000000E+03
2GA67 0.25996834E+00
0.2995940419260E+08 0.6200000000000E+00 0.1260000000000E+03
2HA67 0.28497610E+00
0.2997204549077E+08 0.6200000000003E+00 0.1260000000000E+03
2IA67 0.26998760E+00
0.2998468686837E+08 0.6199999999995E+00 0.1260000000000E+03
03A67 0.22999816E+00
0.2999732832540E+08 0.6200000000002E+00 0.1260000000000E+03
3AA67 0.30600915E+00
0.3000996986185E+08 0.6199999999994E+00 0.1260000000000E+03
3BA67 0.28501933E+00
0.3002261147773E+08 0.6200000000006E+00 0.1260000000000E+03
3CA67 0.15501639E+00
0.3003525317303E+08 0.6199999999997E+00 0.1260000000000E+03
3DA67 0.29904296E+00
0.3004789494543E+08 0.6199999999993E+00 0.1260000000000E+03
3EA67 0.33406066E+00
0.3006053679957E+08 0.6199999999997E+00 0.1260000000000E+03
3FA67 0.32007026E+00
0.3007317873311E+08 0.6200000000011E+00 0.1260000000000E+03
3GA67 0.29407570E+00
0.3008582074607E+08 0.6200000000000E+00 0.1260000000000E+03
3HA67 0.27908242E+00
0.3009846283843E+08 0.6199999999999E+00 0.1260000000000E+03
3IA67 0.71023669E-01
0.3011110501020E+08 0.6199999999979E+00 0.1260000000000E+03
02A68 0.14294463E+00
0.2987091732999E+08 0.6199999999979E+00 0.1260000000000E+03
2AA68 0.15794482E+00
0.2988355807195E+08 0.6199999999995E+00 0.1260000000000E+03
2BA68 0.17594520E+00
0.2989619889342E+08 0.6199999999991E+00 0.1260000000000E+03
2CA68 0.18794859E+00
0.2990883979437E+08 0.6200000000019E+00 0.1260000000000E+03
2DA68 0.16596090E+00
0.2992148077477E+08 0.6199999999976E+00 0.1260000000000E+03
2EA68 0.18496344E+00
0.2993412183459E+08 0.6199999999973E+00 0.1260000000000E+03
2FA68 0.23996167E+00
0.2994676297387E+08 0.6200000000014E+00 0.1260000000000E+03
2GA68 0.25996834E+00
0.2995940419260E+08 0.6200000000012E+00 0.1260000000000E+03
2HA68 0.28497610E+00
0.2997204549077E+08 0.6199999999989E+00 0.1260000000000E+03
2IA68 0.26998760E+00
0.2998468686837E+08 0.6199999999986E+00 0.1260000000000E+03
03A68 0.22999816E+00
0.2999732832540E+08 0.6200000000009E+00 0.1260000000000E+03
3AA68 0.30600915E+00
0.3000996986185E+08 0.6199999999988E+00 0.1260000000000E+03
3BA68 0.28501933E+00
0.3002261147773E+08 0.6199999999999E+00 0.1260000000000E+03
3CA68 0.15501639E+00
0.3003525317303E+08 0.6199999999995E+00 0.1260000000000E+03
3DA68 0.29904296E+00
0.3004789494543E+08 0.6199999999999E+00 0.1260000000000E+03
3EA68 0.33406066E+00
0.3006053679957E+08 0.6200000000002E+00 0.1260000000000E+03
3FA68 0.32007026E+00
0.3007317873311E+08 0.6200000000021E+00 0.1260000000000E+03
3GA68 0.29407570E+00
0.3008582074607E+08 0.6200000000010E+00 0.1260000000000E+03
3HA68 0.27908242E+00
0.3009846283843E+08 0.6200000000011E+00 0.1260000000000E+03
3IA68 0.71023669E-01
0.3011110501020E+08 0.6199999999986E+00 0.1260000000000E+03
02A69 0.14294463E+00
0.2987091732999E+08 0.6199999999998E+00 0.1260000000000E+03
2AA69 0.15794482E+00
0.2988355807195E+08 0.6199999999991E+00 0.1260000000000E+03
2BA69 0.17594520E+00
0.2989619889342E+08 0.6199999999990E+00 0.1260000000000E+03
2CA69 0.18794859E+00
0.2990883979437E+08 0.6199999999997E+00 0.1260000000000E+03
2DA69 0.16596090E+00
0.2992148077477E+08 0.6199999999989E+00 0.1260000000000E+03
2EA69 0.18496344E+00
0.2993412183459E+08 0.6200000000009E+00 0.1260000000000E+03
2FA69 0.23996167E+00
0.2994676297387E+08 0.6200000000001E+00 0.1260000000000E+03
2GA69 0.25996834E+00
0.2995940419260E+08 0.6199999999994E+00 0.1260000000000E+03
2HA69 0.28497610E+00
0.2997204549077E+08 0.6200000000002E+00 0.1260000000000E+03
2IA69 0.26998760E+00
0.2998468686837E+08 0.6200000000008E+00 0.1260000000000E+03
03A69 0.22999816E+00
0.2999732832540E+08 0.6199999999998E+00 0.1260000000000E+03
3AA69 0.30600915E+00
0.3000996986185E+08 0.6200000000000E+00 0.1260000000000E+03
3BA69 0.28501933E+00
0.3002261147773E+08 0.6199999999996E+00 0.1260000000000E+03
3CA69 0.15501639E+00
0.3003525317303E+08 0.6200000000003E+00 0.1260000000000E+03
3DA69 0.29904296E+00
0.3004789494543E+08 0.6199999999987E+00 0.1260000000000E+03
3EA69 0.33406066E+00
0.3006053679957E+08 0.6200000000017E+00 0.1260000000000E+03
3FA69 0.32007026E+00
0.3007317873311E+08 0.6200000000024E+00 0.1260000000000E+03
3GA69 0.29407570E+00
0.3008582074607E+08 0.6200000000018E+00 0.1260000000000E+03
3HA69 0.27908242E+00
0.3009846283843E+08 0.6200000000015E+00 0.1260000000000E+03
3IA69 0.71023669E-01
0.3011110501020E+08 0.6200000000009E+00 0.1260000000000E+03
02A70 0.14294463E+00
0.2987091732999E+08 0.6200000000000E+00 0.1260000000000E+03
2AA70 0.15794482E+00
0.2988355807195E+08 0.6200000000018E+00 0.1260000000000E+03
2BA70 0.17594520E+00
0.2989619889342E+08 0.6200000000027E+00 0.1260000000000E+03
2CA70 0.18794859E+00
0.2990883979437E+08 0.6199999999995E+00 0.1260000000000E+03
2DA70 0.16596090E+00
0.2992148077477E+08 0.6200000000017E+00 0.1260000000000E+03
2EA70 0.18496344E+00
0.2993412183459E+08 0.6200000000025E+00 0.1260000000000E+03
2FA70 0.23996167E+00
0.2994676297387E+08 0.6199999999994E+00 0.1260000000000E+03
2GA70 0.25996834E+00
0.2995940419260E+08 0.6200000000002E+00 0.1260000000000E+03
2HA70 0.28497610E+00
0.2997204549077E+08 0.6199999999994E+00 0.1260000000000E+03
2IA70 0.26998760E+00
0.2998468686837E+08 0.6200000000000E+00 0.1260000000000E+03
03A70 0.22999816E+00
0.2999732832540E+08 0.6199999999998E+00 0.1260000000000E+03
3AA70 0.30600915E+00
0.3000996986185E+08 0.6199999999995E+00 0.1260000000000E+03
3BA70 0.28501933E+00
0.3002261147773E+08 0.6199999999985E+00 0.1260000000000E+03
3CA70 0.15501639E+00
0.3003525317303E+08 0.6199999999999E+00 0.1260000000000E+03
3DA70 0.29904296E+00
0.3004789494543E+08 0.6199999999978E+00 0.1260000000000E+03
3EA70 0.33406066E+00
0.3006053679957E+08 0.6199999999983E+00 0.1260000000000E+03
3FA70 0.32007026E+00
0.3007317873311E+08 0.6199999999969E+00 0.1260000000000E+03
3GA70 0.29407570E+00
0.3008582074607E+08 0.6199999999989E+00 0.1260000000000E+03
3HA70 0.27908242E+00
0.3009846283843E+08 0.6200000000014E+00 0.1260000000000E+03
3IA70 0.71023669E-01
0.3011110501020E+08 0.6200000000009E+00 0.1260000000000E+03
02A71 0.14294463E+00
0.2987091732999E+08 0.6200000000026E+00 0.1260000000000E+03
2AA71 0.15794482E+00
0.2988355807195E+08 0.6200000000001E+00 0.1260000000000E+03
2BA71 0.17594520E+00
0.2989619889342E+08 0.6200000000024E+00 0.1260000000000E+03
2CA71 0.18794859E+00
0.2990883979437E+08 0.6200000000011E+00 0.1260000000000E+03
2DA71 0.16596090E+00
0.2992148077477E+08 0.6200000000046E+00 0.1260000000000E+03
2EA71 0.18496344E+00
0.2993412183459E+08 0.6200000000013E+00 0.1260000000000E+03
2FA71 0.23996167E+00
0.2994676297387E+08 0.6200000000009E+00 0.1260000000000E+03
2GA71 0.25996834E+00
0.2995940419260E+08 0.6199999999996E+00 0.1260000000000E+03
2HA71 0.28497610E+00
0.2997204549077E+08 0.6199999999995E+00 0.1260000000000E+03
2IA71 0.26998760E+00
0.2998468686837E+08 0.6200000000001E+00 0.1260000000000E+03
03A71 0.22999816E+00
0.2999732832540E+08 0.6199999999991E+00 0.1260000000000E+03
3AA71 0.30600915E+00
0.3000996986185E+08 0.6199999999999E+00 0.1260000000000E+03
3BA71 0.28501933E+00
0.3002261147773E+08 0.6200000000015E+00 0.1260000000000E+03
3CA71 0.15501639E+00
0.3003525317303E+08 0.6199999999995E+00 0.1260000000000E+03
3DA71 0.29904296E+00
0.3004789494543E+08 0.6199999999997E+00 0.1260000000000E+03
3EA71 0.33406066E+00
0.3006053679957E+08 0.6200000000031E+00 0.1260000000000E+03
3FA71 0.32007026E+00
0.3007317873311E+08 0.6199999999964E+00 0.1260000000000E+03
3GA71 0.29407570E+00
0.3008582074607E+08 0.6200000000003E+00 0.1260000000000E+03
3HA71 0.27908242E+00
0.3009846283843E+08 0.6199999999998E+00 0.1260000000000E+03
3IA71 0.71023669E-01
0.3011110501020E+08 0.6199999999989E+00 0.1260000000000E+03
02A72 0.14294463E+00
0.2987091732999E+08 0.6199999999980E+00 0.1260000000000E+03
2AA72 0.15794482E+00
0.2988355807195E+08 0.6200000000001E+00 0.1260000000000E+03
2BA72 0.17594520E+00
0.2989619889342E+08 0.6200000000020E+00 0.1260000000000E+03
2CA72 0.18794859E+00
0.2990883979437E+08 0.6200000000021E+00 0.1260000000000E+03
2DA72 0.16596090E+00
0.2992148077477E+08 0.6200000000004E+00 0.1260000000000E+03
2EA72 0.18496344E+00
0.2993412183459E+08 0.6200000000001E+00 0.1260000000000E+03
2FA72 0.23996167E+00
0.2994676297387E+08 0.6200000000013E+00 0.1260000000000E+03
2GA72 0.25996834E+00
0.2995940419260E+08 0.6199999999993E+00 0.1260000000000E+03
2HA72 0.28497610E+00
0.2997204549077E+08 0.6200000000001E+00 0.1260000000000E+03
2IA72 0.26998760E+00
0.2998468686837E+08 0.6199999999998E+00 0.1260000000000E+03
03A72 0.22999816E+00
0.2999732832540E+08 0.6199999999992E+00 0.1260000000000E+03
3AA72 0.30600915E+00
0.3000996986185E+08 0.6200000000008E+00 0.1260000000000E+03
3BA72 0.28501933E+00
0.3002261147773E+08 0.6200000000003E+00 0.1260000000000E+03
3CA72 0.15501639E+00
0.3003525317303E+08 0.6199999999993E+00 0.1260000000000E+03
3DA72 0.29904296E+00
0.3004789494543E+08 0.6199999999987E+00 0.1260000000000E+03
3EA72 0.33406066E+00
0.3006053679957E+08 0.6200000000043E+00 0.1260000000000E+03
3FA72 0.32007026E+00
0.3007317873311E+08 0.6199999999969E+00 0.1260000000000E+03
3GA72 0.29407570E+00
0.3008582074607E+08 0.6200000000006E+00 0.1260000000000E+03
3HA72 0.27908242E+00
0.3009846283843E+08 0.6200000000007E+00 0.1260000000000E+03
3IA72 0.71023669E-01
0.3011110501020E+08 0.6200000000003E+00 0.1260000000000E+03
02A73 0.14294463E+00
0.2987091732999E+08 0.6200000000022E+00 0.1260000000000E+03
2AA73 0.15794482E+00
0.2988355807195E+08 0.6199999999977E+00 0.1260000000000E+03
2BA73 0.17594520E+00
0.2989619889342E+08 0.6199999999979E+00 0.1260000000000E+03
2CA73 0.18794859E+00
0.2990883979437E+08 0.6199999999971E+00 0.1260000000000E+03
2DA73 0.16596090E+00
0.2992148077477E+08 0.6199999999995E+00 0.1260000000000E+03
2EA73 0.18496344E+00
0.2993412183459E+08 0.6200000000008E+00 0.1260000000000E+03
2FA73 0.23996167E+00
0.2994676297387E+08 0.6199999999998E+00 0.1260000000000E+03
2GA73 0.25996834E+00
0.2995940419260E+08 0.6200000000006E+00 0.1260000000000E+03
2HA73 0.28497610E+00
0.2997204549077E+08 0.6200000000001E+00 0.1260000000000E+03
2IA73 0.26998760E+00
0.2998468686837E+08 0.6200000000004E+00 0.1260000000000E+03
03A73 0.22999816E+00
0.2999732832540E+08 0.6199999999993E+00 0.1260000000000E+03
3AA73 0.30600915E+00
0.3000996986185E+08 0.6200000000005E+00 0.1260000000000E+03
3BA73 0.28501933E+00
0.3002261147773E+08 0.6199999999992E+00 0.1260000000000E+03
3CA73 0.15501639E+00
0.3003525317303E+08 0.6199999999990E+00 0.1260000000000E+03
3DA73 0.29904296E+00
0.3004789494543E+08 0.6199999999997E+00 0.1260000000000E+03
3EA73 0.33406066E+00
0.3006053679957E+08 0.6200000000015E+00 0.1260000000000E+03
3FA73 0.32007026E+00
0.3007317873311E+08 0.6200000000006E+00 0.1260000000000E+03
3GA73 0.29407570E+00
0.3008582074607E+08 0.6199999999993E+00 0.1260000000000E+03
3HA73 0.27908242E+00
0.3009846283843E+08 0.6199999999999E+00 0.1260000000000E+03
3IA73 0.71023669E-01
0.3011110501020E+08 0.6200000000005E+00 0.1260000000000E+03
02A74 0.14294463E+00
0.2987091732999E+08 0.6199999999991E+00 0.1260000000000E+03
2AA74 0.15794482E+00
0.2988355807195E+08 0.6199999999988E+00 0.1260000000000E+03
2BA74 0.17594520E+00
0.2989619889342E+08 0.6199999999974E+00 0.1260000000000E+03
2CA74 0.18794859E+00
0.2990883979437E+08 0.6199999999982E+00 0.1260000000000E+03
2DA74 0.16596090E+00
0.2992148077477E+08 0.6199999999976E+00 0.1260000000000E+03
2EA74 0.18496344E+00
0.2993412183459E+08 0.6199999999990E+00 0.1260000000000E+03
2FA74 0.23996167E+00
0.2994676297387E+08 0.6199999999983E+00 0.1260000000000E+03
2GA74 0.25996834E+00
0.2995940419260E+08 0.6200000000009E+00 0.1260000000000E+03
2HA74 0.28497610E+00
0.2997204549077E+08 0.6199999999994E+00 0.1260000000000E+03
2IA74 0.26998760E+00
0.2998468686837E+08 0.6199999999999E+00 0.1260000000000E+03
03A74 0.22999816E+00
0.2999732832540E+08 0.6199999999996E+00 0.1260000000000E+03
3AA74 0.30600915E+00
0.3000996986185E+08 0.6199999999995E+00 0.1260000000000E+03
3BA74 0.28501933E+00
0.3002261147773E+08 0.6200000000010E+00 0.1260000000000E+03
3CA74 0.15501639E+00
0.3003525317303E+08 0.6200000000008E+00 0.1260000000000E+03
3DA74 0.29904296E+00
0.3004789494543E+08 0.6200000000010E+00 0.1260000000000E+03
3EA74 0.33406066E+00
0.3006053679957E+08 0.6199999999990E+00 0.1260000000000E+03
3FA74 0.32007026E+00
0.3007317873311E+08 0.6199999999991E+00 0.1260000000000E+03
3GA74 0.29407570E+00
0.3008582074607E+08 0.6200000000008E+00 0.1260000000000E+03
3HA74 0.27908242E+00
0.3009846283843E+08 0.6200000000007E+00 0.1260000000000E+03
3IA74 0.71023669E-01
0.3011110501020E+08 0.6199999999990E+00 0.1260000000000E+03
02A75 0.14294463E+00
0.2987091732999E+08 0.6199999999984E+00 0.1260000000000E+03
2AA75 0.15794482E+00
0.2988355807195E+08 0.6200000000022E+00 0.1260000000000E+03
2BA75 0.17594520E+00
0.2989619889342E+08 0.6199999999980E+00 0.1260000000000E+03
2CA75 0.18794859E+00
0.2990883979437E+08 0.6200000000022E+00 0.1260000000000E+03
2DA75 0.16596090E+00
0.2992148077477E+08 0.6200000000018E+00 0.1260000000000E+03
2EA75 0.18496344E+00
0.2993412183459E+08 0.6199999999997E+00 0.1260000000000E+03
2FA75 0.23996167E+00
0.2994676297387E+08 0.6199999999987E+00 0.1260000000000E+03
2GA75 0.25996834E+00
0.2995940419260E+08 0.6200000000007E+00 0.1260000000000E+03
2HA75 0.28497610E+00
0.2997204549077E+08 0.6200000000003E+00 0.1260000000000E+03
2IA75 0.26998760E+00
0.2998468686837E+08 0.6199999999995E+00 0.1260000000000E+03
03A75 0.22999816E+00
0.2999732832540E+08 0.6200000000011E+00 0.1260000000000E+03
3AA75 0.30600915E+00
0.3000996986185E+08 0.6199999999999E+00 0.1260000000000E+03
3BA75 0.28501933E+00
0.3002261147773E+08 0.6199999999992E+00 0.1260000000000E+03
3CA75 0.15501639E+00
0.3003525317303E+08 0.6199999999990E+00 0.1260000000000E+03
3DA75 0.29904296E+00
0.3004789494543E+08 0.6199999999998E+00 0.1260000000000E+03
3EA75 0.33406066E+00
0.3006053679957E+08 0.6199999999992E+00 0.1260000000000E+03
3FA75 0.32007026E+00
0.3007317873311E+08 0.6199999999980E+00 0.1260000000000E+03
3GA75 0.29407570E+00
0.3008582074607E+08 0.6199999999992E+00 0.1260000000000E+03
3HA75 0.27908242E+00
0.3009846283843E+08 0.6199999999992E+00 0.1260000000000E+03
3IA75 0.71023669E-01
0.3011110501020E+08 0.6199999999994E+00 0.1260000000000E+03
02A76 0.14294463E+00
0.2987091732999E+08 0.6199999999990E+00 0.1260000000000E+03
2AA76 0.15794482E+00
0.2988355807195E+08 0.6200000000011E+00 0.1260000000000E+03
2BA76 0.17594520E+00
0.2989619889342E+08 0.6200000000059E+00 0.1260000000000E+03
2CA76 0.18794859E+00
0.2990883979437E+08 0.6199999999978E+00 0.1260000000000E+03
2DA76 0.16596090E+00
0.2992148077477E+08 0.6199999999962E+00 0.1260000000000E+03
2EA76 0.18496344E+00
0.2993412183459E+08 0.6200000000002E+00 0.1260000000000E+03
2FA76 0.23996167E+00
0.2994676297387E+08 0.6199999999989E+00 0.1260000000000E+03
2GA76 0.25996834E+00
0.2995940419260E+08 0.6200000000003E+00 0.1260000000000E+03
2HA76 0.28497610E+00
0.2997204549077E+08 0.6199999999998E+00 0.1260000000000E+03
2IA76 0.26998760E+00
0.2998468686837E+08 0.6200000000006E+00 0.1260000000000E+03
03A76 0.22999816E+00
0.2999732832540E+08 0.6199999999996E+00 0.1260000000000E+03
3AA76 0.30600915E+00
0.3000996986185E+08 0.6199999999996E+00 0.1260000000000E+03
3BA76 0.28501933E+00
0.3002261147773E+08 0.6200000000000E+00 0.1260000000000E+03
3CA76 0.15501639E+00
0.3003525317303E+08 0.6199999999993E+00 0.1260000000000E+03
3DA76 0.29904296E+00
0.3004789494543E+08 0.6199999999985E+00 0.1260000000000E+03
3EA76 0.33406066E+00
0.3006053679957E+08 0.6200000000027E+00 0.1260000000000E+03
3FA76 0.32007026E+00
0.3007317873311E+08 0.6200000000004E+00 0.1260000000000E+03
3GA76 0.29407570E+00
0.3008582074607E+08 0.6199999999998E+00 0.1260000000000E+03
3HA76 0.27908242E+00
0.3009846283843E+08 0.6199999999983E+00 0.1260000000000E+03
3IA76 0.71023669E-01
0.3011110501020E+08 0.6200000000007E+00 0.1260000000000E+03
02A77 0.14294463E+00
0.2987091732999E+08 0.6199999999974E+00 0.1260000000000E+03
2AA77 0.15794482E+00
0.2988355807195E+08 0.6200000000007E+00 0.1260000000000E+03
2BA77 0.17594520E+00
0.2989619889342E+08 0.6199999999986E+00 0.1260000000000E+03
2CA77 0.18794859E+00
0.2990883979437E+08 0.6199999999992E+00 0.1260000000000E+03
2DA77 0.16596090E+00
0.2992148077477E+08 0.6199999999992E+00 0.1260000000000E+03
2EA77 0.18496344E+00
0.2993412183459E+08 0.6200000000005E+00 0.1260000000000E+03
2FA77 0.23996167E+00
0.2994676297387E+08 0.6199999999991E+00 0.1260000000000E+03
2GA77 0.25996834E+00
0.2995940419260E+08 0.6200000000007E+00 0.1260000000000E+03
2HA77 0.28497610E+00
0.2997204549077E+08 0.6200000000006E+00 0.1260000000000E+03
2IA77 0.26998760E+00
0.2998468686837E+08 0.6199999999998E+00 0.1260000000000E+03
03A77 0.22999816E+00
0.2999732832540E+08 0.6200000000007E+00 0.1260000000000E+03
3AA77 0.30600915E+00
0.3000996986185E+08 0.6199999999994E+00 0.1260000000000E+03
3BA77 0.28501933E+00
0.3002261147773E+08 0.6200000000005E+00 0.1260000000000E+03
3CA77 0.15501639E+00
0.3003525317303E+08 0.6199999999998E+00 0.1260000000000E+03
3DA77 0.29904296E+00
0.3004789494543E+08 0.6199999999991E+00 0.1260000000000E+03
3EA77 0.33406066E+00
0.3006053679957E+08 0.6200000000037E+00 0.1260000000000E+03
3FA77 0.32007026E+00
0.3007317873311E+08 0.6199999999980E+00 0.1260000000000E+03
3GA77 0.29407570E+00
0.3008582074607E+08 0.6199999999993E+00 0.1260000000000E+03
3HA77 0.27908242E+00
0.3009846283843E+08 0.6199999999987E+00 0.1260000000000E+03
3IA77 0.71023669E-01
0.3011110501020E+08 0.6199999999990E+00 0.1260000000000E+03
02A78 0.14294463E+00
0.2987091732999E+08 0.6200000000012E+00 0.1260000000000E+03
2AA78 0.15794482E+00
0.2988355807195E+08 0.6200000000010E+00 0.1260000000000E+03
2BA78 0.17594520E+00
0.2989619889342E+08 0.6199999999987E+00 0.1260000000000E+03
2CA78 0.18794859E+00
0.2990883979437E+08 0.6199999999995E+00 0.1260000000000E+03
2DA78 0.16596090E+00
0.2992148077477E+08 0.6200000000009E+00 0.1260000000000E+03
2EA78 0.18496344E+00
0.2993412183459E+08 0.6200000000017E+00 0.1260000000000E+03
2FA78 0.23996167E+00
0.2994676297387E+08 0.6200000000001E+00 0.1260000000000E+03
2GA78 0.25996834E+00
0.2995940419260E+08 0.6199999999992E+00 0.1260000000000E+03
2HA78 0.28497610E+00
0.2997204549077E+08 0.6200000000002E+00 0.1260000000000E+03
2IA78 0.26998760E+00
0.2998468686837E+08 0.6199999999995E+00 0.1260000000000E+03
03A78 0.22999816E+00
0.2999732832540E+08 0.6199999999993E+00 0.1260000000000E+03
3AA78 0.30600915E+00
0.3000996986185E+08 0.6200000000006E+00 0.1260000000000E+03
3BA78 0.28501933E+00
0.3002261147773E+08 0.6200000000017E+00 0.1260000000000E+03
3CA78 0.15501639E+00
0.3003525317303E+08 0.6199999999986E+00 0.1260000000000E+03
3DA78 0.29904296E+00
0.3004789494543E+08 0.6199999999996E+00 0.1260000000000E+03
3EA78 0.33406066E+00
0.3006053679957E+08 0.6199999999969E+00 0.1260000000000E+03
3FA78 0.32007026E+00
0.3007317873311E+08 0.6200000000002E+00 0.1260000000000E+03
3GA78 0.29407570E+00
0.3008582074607E+08 0.6199999999997E+00 0.1260000000000E+03
3HA78 0.27908242E+00
0.3009846283843E+08 0.6200000000031E+00 0.1260000000000E+03
3IA78 0.71023669E-01
0.3011110501020E+08 0.6199999999985E+00 0.1260000000000E+03
02A79 0.14294463E+00
0.2987091732999E+08 0.6200000000011E+00 0.1260000000000E+03
2AA79 0.15794482E+00
0.2988355807195E+08 0.6199999999999E+00 0.1260000000000E+03
2BA79 0.17594520E+00
0.2989619889342E+08 0.6200000000006E+00 0.1260000000000E+03
2CA79 0.18794859E+00
0.2990883979437E+08 0.6200000000002E+00 0.1260000000000E+03
2DA79 0.16596090E+00
0.2992148077477E+08 0.6199999999988E+00 0.1260000000000E+03
2EA79 0.18496344E+00
0.2993412183459E+08 0.6199999999993E+00 0.1260000000000E+03
2FA79 0.23996167E+00
0.2994676297387E+08 0.6200000000000E+00 0.1260000000000E+03
2GA79 0.25996834E+00
0.2995940419260E+08 0.6200000000008E+00 0.1260000000000E+03
2HA79 0.28497610E+00
0.2997204549077E+08 0.6199999999999E+00 0.1260000000000E+03
2IA79 0.26998760E+00
0.2998468686837E+08 0.6199999999997E+00 0.1260000000000E+03
03A79 0.22999816E+00
0.2999732832540E+08 0.6199999999990E+00 0.1260000000000E+03
3AA79 0.30600915E+00
0.3000996986185E+08 0.6199999999999E+00 0.1260000000000E+03
3BA79 0.28501933E+00
0.3002261147773E+08 0.6200000000000E+00 0.1260000000000E+03
3CA79 0.15501639E+00
0.3003525317303E+08 0.6199999999994E+00 0.1260000000000E+03
3DA79 0.29904296E+00
0.3004789494543E+08 0.6200000000006E+00 0.1260000000000E+03
3EA79 0.33406066E+00
0.3006053679957E+08 0.6200000000006E+00 0.1260000000000E+03
3FA79 0.32007026E+00
0.3007317873311E+08 0.6200000000014E+00 0.1260000000000E+03
3GA79 0.29407570E+00
0.3008582074607E+08 0.6199999999997E+00 0.1260000000000E+03
3HA79 0.27908242E+00
0.3009846283843E+08 0.6199999999998E+00 0.1260000000000E+03
3IA79 0.71023669E-01
0.3011110501020E+08 0.6200000000007E+00 0.1260000000000E+03
02A80 0.14294463E+00
0.2987091732999E+08 0.6199999999979E+00 0.1260000000000E+03
2AA80 0.15794482E+00
0.2988355807195E+08 0.6199999999991E+00 0.1260000000000E+03
2BA80 0.17594520E+00
0.2989619889342E+08 0.6199999999982E+00 0.1260000000000E+03
2CA80 0.18794859E+00
0.2990883979437E+08 0.6200000000016E+00 0.1260000000000E+03
2DA80 0.16596090E+00
0.2992148077477E+08 0.6200000000016E+00 0.1260000000000E+03
2EA80 0.18496344E+00
0.2993412183459E+08 0.6199999999999E+00 0.1260000000000E+03
2FA80 0.23996167E+00
0.2994676297387E+08 0.6200000000011E+00 0.1260000000000E+03
2GA80 0.25996834E+00
0.2995940419260E+08 0.6200000000004E+00 0.1260000000000E+03
2HA80 0.28497610E+00
0.2997204549077E+08 0.6199999999995E+00 0.1260000000000E+03
2IA80 0.26998760E+00
0.2998468686837E+08 0.6199999999994E+00 0.1260000000000E+03
03A80 0.22999816E+00
0.2999732832540E+08 0.6199999999999E+00 0.1260000000000E+03
3AA80 0.30600915E+00
0.3000996986185E+08 0.6200000000008E+00 0.1260000000000E+03
3BA80 0.28501933E+00
0.3002261147773E+08 0.6199999999995E+00 0.1260000000000E+03
3CA80 0.15501639E+00
0.3003525317303E+08 0.6200000000007E+00 0.1260000000000E+03
3DA80 0.29904296E+00
0.3004789494543E+08 0.6200000000001E+00 0.1260000000000E+03
3EA80 0.33406066E+00
0.3006053679957E+08 0.6199999999990E+00 0.1260000000000E+03
3FA80 0.32007026E+00
0.3007317873311E+08 0.6200000000038E+00 0.1260000000000E+03
3GA80 0.29407570E+00
0.3008582074607E+08 0.6199999999998E+00 0.1260000000000E+03
3HA80 0.27908242E+00
0.3009846283843E+08 0.6200000000005E+00 0.1260000000000E+03
3IA80 0.71023669E-01
0.3011110501020E+08 0.6199999999999E+00 0.1260000000000E+03
02A81 0.14294463E+00
0.2987091732999E+08 0.6199999999977E+00 0.1260000000000E+03
2AA81 0.15794482E+00
0.2988355807195E+08 0.6199999999973E+00 0.1260000000000E+03
2BA81 0.17594520E+00
0.2989619889342E+08 0.6199999999957E+00 0.1260000000000E+03
2CA81 0.18794859E+00
0.2990883979437E+08 0.6199999999985E+00 0.1260000000000E+03
2DA81 0.16596090E+00
0.2992148077477E+08 0.6199999999999E+00 0.1260000000000E+03
2EA81 0.18496344E+00
0.2993412183459E+08 0.6200000000023E+00 0.1260000000000E+03
2FA81 0.23996167E+00
0.2994676297387E+08 0.6199999999990E+00 0.1260000000000E+03
2GA81 0.25996834E+00
0.2995940419260E+08 0.6199999999995E+00 0.1260000000000E+03
2HA81 0.28497610E+00
0.2997204549077E+08 0.6200000000000E+00 0.1260000000000E+03
2IA81 0.26998760E+00
0.2998468686837E+08 0.6200000000003E+00 0.1260000000000E+03
03A81 0.22999816E+00
0.2999732832540E+08 0.6200000000011E+00 0.1260000000000E+03
3AA81 0.30600915E+00
0.3000996986185E+08 0.6200000000004E+00 0.1260000000000E+03
3BA81 0.28501933E+00
0.3002261147773E+08 0.6200000000002E+00 0.1260000000000E+03
3CA81 0.15501639E+00
0.3003525317303E+08 0.6199999999996E+00 0.1260000000000E+03
3DA81 0.29904296E+00
0.3004789494543E+08 0.6200000000003E+00 0.1260000000000E+03
3EA81 0.33406066E+00
0.3006053679957E+08 0.6199999999969E+00 0.1260000000000E+03
3FA81 0.32007026E+00
0.3007317873311E+08 0.6200000000019E+00 0.1260000000000E+03
3GA81 0.29407570E+00
0.3008582074607E+08 0.6200000000017E+00 0.1260000000000E+03
3HA81 0.27908242E+00
0.3009846283843E+08 0.6200000000016E+00 0.1260000000000E+03
3IA81 0.71023669E-01
0.3011110501020E+08 0.6199999999984E+00 0.1260000000000E+03
02A82 0.14294463E+00
0.2987091732999E+08 0.6200000000006E+00 0.1260000000000E+03
2AA82 0.15794482E+00
0.2988355807195E+08 0.6200000000002E+00 0.1260000000000E+03
2BA82 0.17594520E+00
0.2989619889342E+08 0.6200000000005E+00 0.1260000000000E+03
2CA82 0.18794859E+00
0.2990883979437E+08 0.6200000000021E+00 0.1260000000000E+03
2DA82 0.16596090E+00
0.2992148077477E+08 0.6200000000033E+00 0.1260000000000E+03
2EA82 0.18496344E+00
0.2993412183459E+08 0.6200000000005E+00 0.1260000000000E+03
2FA82 0.23996167E+00
0.2994676297387E+08 0.6200000000002E+00 0.1260000000000E+03
2GA82 0.25996834E+00
0.2995940419260E+08 0.6200000000007E+00 0.1260000000000E+03
2HA82 0.28497610E+00
0.2997204549077E+08 0.6200000000003E+00 0.1260000000000E+03
2IA82 0.26998760E+00
0.2998468686837E+08 0.6199999999997E+00 0.1260000000000E+03
03A82 0.22999816E+00
0.2999732832540E+08 0.6200000000003E+00 0.1260000000000E+03
3AA82 0.30600915E+00
0.3000996986185E+08 0.6200000000006E+00 0.1260000000000E+03
3BA82 0.28501933E+00
0.3002261147773E+08 0.6200000000006E+00 0.1260000000000E+03
3CA82 0.15501639E+00
0.3003525317303E+08 0.6200000000000E+00 0.1260000000000E+03
3DA82 0.29904296E+00
0.3004789494543E+08 0.6199999999994E+00 0.1260000000000E+03
3EA82 0.33406066E+00
0.3006053679957E+08 0.6200000000007E+00 0.1260000000000E+03
3FA82 0.32007026E+00
0.3007317873311E+08 0.6200000000001E+00 0.1260000000000E+03
3GA82 0.29407570E+00
0.3008582074607E+08 0.6199999999999E+00 0.1260000000000E+03
3HA82 0.27908242E+00
0.3009846283843E+08 0.6199999999993E+00 0.1260000000000E+03
3IA82 0.71023669E-01
0.3011110501020E+08 0.6199999999987E+00 0.1260000000000E+03
02A83 0.14294463E+00
0.2987091732999E+08 0.6200000000017E+00 0.1260000000000E+03
2AA83 0.15794482E+00
0.2988355807195E+08 0.6200000000005E+00 0.1260000000000E+03
2BA83 0.17594520E+00
0.2989619889342E+08 0.6200000000030E+00 0.1260000000000E+03
2CA83 0.18794859E+00
0.2990883979437E+08 0.6199999999985E+00 0.1260000000000E+03
2DA83 0.16596090E+00
0.2992148077477E+08 0.6199999999991E+00 0.1260000000000E+03
2EA83 0.18496344E+00
0.2993412183459E+08 0.6199999999986E+00 0.1260000000000E+03
2FA83 0.23996167E+00
0.2994676297387E+08 0.6200000000013E+00 0.1260000000000E+03
2GA83 0.25996834E+00
0.2995940419260E+08 0.6200000000005E+00 0.1260000000000E+03
2HA83 0.28497610E+00
0.2997204549077E+08 0.6199999999998E+00 0.1260000000000E+03
2IA83 0.26998760E+00
0.2998468686837E+08 0.6199999999992E+00 0.1260000000000E+03
03A83 0.22999816E+00
0.2999732832540E+08 0.6200000000005E+00 0.1260000000000E+03
3AA83 0.30600915E+00
0.3000996986185E+08 0.6199999999996E+00 0.1260000000000E+03
3BA83 0.28501933E+00
0.3002261147773E+08 0.6200000000007E+00 0.1260000000000E+03
3CA83 0.15501639E+00
0.3003525317303E+08 0.6199999999986E+00 0.1260000000000E+03
3DA83 0.29904296E+00
0.3004789494543E+08 0.6200000000001E+00 0.1260000000000E+03
3EA83 0.33406066E+00
0.3006053679957E+08 0.6200000000020E+00 0.1260000000000E+03
3FA83 0.32007026E+00
0.3007317873311E+08 0.6200000000004E+00 0.1260000000000E+03
3GA83 0.29407570E+00
0.3008582074607E+08 0.6199999999998E+00 0.1260000000000E+03
3HA83 0.27908242E+00
0.3009846283843E+08 0.6199999999991E+00 0.1260000000000E+03
3IA83 0.71023669E-01
0.3011110501020E+08 0.6200000000003E+00 0.1260000000000E+03
02A84 0.14294463E+00
0.2987091732999E+08 0.6200000000017E+00 0.1260000000000E+03
2AA84 0.15794482E+00
0.2988355807195E+08 0.6199999999996E+00 0.1260000000000E+03
2BA84 0.17594520E+00
0.2989619889342E+08 0.6199999999982E+00 0.1260000000000E+03
2CA84 0.18794859E+00
0.2990883979437E+08 0.6199999999993E+00 0.1260000000000E+03
2DA84 0.16596090E+00
0.2992148077477E+08 0.6200000000008E+00 0.1260000000000E+03
2EA84 0.18496344E+00
0.2993412183459E+08 0.6199999999996E+00 0.1260000000000E+03
2FA84 0.23996167E+00
0.2994676297387E+08 0.6200000000001E+00 0.1260000000000E+03
2GA84 0.25996834E+00
0.2995940419260E+08 0.6199999999996E+00 0.1260000000000E+03
2HA84 0.28497610E+00
0.2997204549077E+08 0.6199999999996E+00 0.1260000000000E+03
2IA84 0.26998760E+00
0.2998468686837E+08 0.6200000000006E+00 0.1260000000000E+03
03A84 0.22999816E+00
0.2999732832540E+08 0.6199999999997E+00 0.1260000000000E+03
3AA84 0.30600915E+00
0.3000996986185E+08 0.6200000000007E+00 0.1260000000000E+03
3BA84 0.28501933E+00
0.3002261147773E+08 0.6200000000000E+00 0.1260000000000E+03
3CA84 0.15501639E+00
0.3003525317303E+08 0.6200000000003E+00 0.1260000000000E+03
3DA84 0.29904296E+00
0.3004789494543E+08 0.6199999999993E+00 0.1260000000000E+03
3EA84 0.33406066E+00
0.3006053679957E+08 0.6199999999977E+00 0.1260000000000E+03
3FA84 0.32007026E+00
0.3007317873311E+08 0.6199999999989E+00 0.1260000000000E+03
3GA84 0.29407570E+00
0.3008582074607E+08 0.6200000000005E+00 0.1260000000000E+03
3HA84 0.27908242E+00
0.3009846283843E+08 0.6199999999988E+00 0.1260000000000E+03
3IA84 0.71023669E-01
0.3011110501020E+08 0.6199999999986E+00 0.1260000000000E+03
02A85 0.14294463E+00
0.2987091732999E+08 0.6200000000012E+00 0.1260000000000E+03
2AA85 0.15794482E+00
0.2988355807195E+08 0.6199999999997E+00 0.1260000000000E+03
2BA85 0.17594520E+00
0.2989619889342E+08 0.6199999999996E+00 0.1260000000000E+03
2CA85 0.18794859E+00
0.2990883979437E+08 0.6200000000019E+00 0.1260000000000E+03
2DA85 0.16596090E+00
0.2992148077477E+08 0.6199999999981E+00 0.1260000000000E+03
2EA85 0.18496344E+00
0.2993412183459E+08 0.6199999999998E+00 0.1260000000000E+03
2FA85 0.23996167E+00
0.2994676297387E+08 0.6199999999990E+00 0.1260000000000E+03
2GA85 0.25996834E+00
0.2995940419260E+08 0.6200000000002E+00 0.1260000000000E+03
2HA85 0.28497610E+00
0.2997204549077E+08 0.6199999999999E+00 0.1260000000000E+03
2IA85 0.26998760E+00
0.2998468686837E+08 0.6200000000004E+00 0.1260000000000E+03
03A85 0.22999816E+00
0.2999732832540E+08 0.6199999999986E+00 0.1260000000000E+03
3AA85 0.30600915E+00
0.3000996986185E+08 0.6199999999991E+00 0.1260000000000E+03
3BA85 0.28501933E+00
0.3002261147773E+08 0.6200000000009E+00 0.1260000000000E+03
3CA85 0.15501639E+00
0.3003525317303E+08 0.6200000000022E+00 0.1260000000000E+03
3DA85 0.29904296E+00
0.3004789494543E+08 0.6200000000016E+00 0.1260000000000E+03
3EA85 0.33406066E+00
0.3006053679957E+08 0.6199999999983E+00 0.1260000000000E+03
3FA85 0.32007026E+00
0.3007317873311E+08 0.6200000000010E+00 0.1260000000000E+03
3GA85 0.29407570E+00
0.3008582074607E+08 0.6200000000016E+00 0.1260000000000E+03
3HA85 0.27908242E+00
0.3009846283843E+08 0.6200000000006E+00 0.1260000000000E+03
3IA85 0.71023669E-01
0.3011110501020E+08 0.6200000000003E+00 0.1260000000000E+03
02A86 0.14294463E+00
0.2987091732999E+08 0.6200000000013E+00 0.1260000000000E+03
2AA86 0.15794482E+00
0.2988355807195E+08 0.6200000000020E+00 0.1260000000000E+03
2BA86 0.17594520E+00
0.2989619889342E+08 0.6199999999954E+00 0.1260000000000E+03
2CA86 0.18794859E+00
0.2990883979437E+08 0.6199999999995E+00 0.1260000000000E+03
2DA86 0.16596090E+00
0.2992148077477E+08 0.6199999999999E+00 0.1260000000000E+03
2EA86 0.18496344E+00
0.2993412183459E+08 0.6200000000001E+00 0.1260000000000E+03
2FA86 0.23996167E+00
0.2994676297387E+08 0.6200000000002E+00 0.1260000000000E+03
2GA86 0.25996834E+00
0.2995940419260E+08 0.6200000000007E+00 0.1260000000000E+03
2HA86 0.28497610E+00
0.2997204549077E+08 0.6199999999993E+00 0.1260000000000E+03
2IA86 0.26998760E+00
0.2998468686837E+08 0.6200000000004E+00 0.1260000000000E+03
03A86 0.22999816E+00
0.2999732832540E+08 0.6199999999997E+00 0.1260000000000E+03
3AA86 0.30600915E+00
0.3000996986185E+08 0.6200000000001E+00 0.1260000000000E+03
3BA86 0.28501933E+00
0.3002261147773E+08 0.6200000000006E+00 0.1260000000000E+03
3CA86 0.15501639E+00
0.3003525317303E+08 0.6200000000001E+00 0.1260000000000E+03
3DA86 0.29904296E+00
0.3004789494543E+08 0.6199999999997E+00 0.1260000000000E+03
3EA86 0.33406066E+00
0.3006053679957E+08 0.6200000000004E+00 0.1260000000000E+03
3FA86 0.32007026E+00
0.3007317873311E+08 0.6200000000006E+00 0.1260000000000E+03
3GA86 0.29407570E+00
0.3008582074607E+08 0.6200000000020E+00 0.1260000000000E+03
3HA86 0.27908242E+00
0.3009846283843E+08 0.6200000000020E+00 0.1260000000000E+03
3IA86 0.71023669E-01
0.3011110501020E+08 0.6200000000001E+00 0.1260000000000E+03
02A87 0.14294463E+00
0.2987091732999E+08 0.6199999999970E+00 0.1260000000000E+03
2AA87 0.15794482E+00
0.2988355807195E+08 0.6199999999986E+00 0.1260000000000E+03
2BA87 0.17594520E+00
0.2989619889342E+08 0.6200000000061E+00 0.1260000000000E+03
2CA87 0.18794859E+00
0.2990883979437E+08 0.6199999999994E+00 0.1260000000000E+03
2DA87 0.16596090E+00
0.2992148077477E+08 0.6199999999964E+00 0.1260000000000E+03
2EA87 0.18496344E+00
0.2993412183459E+08 0.6199999999990E+00 0.1260000000000E+03
2FA87 0.23996167E+00
0.2994676297387E+08 0.6200000000004E+00 0.1260000000000E+03
2GA87 0.25996834E+00
0.2995940419260E+08 0.6199999999992E+00 0.1260000000000E+03
2HA87 0.28497610E+00
0.2997204549077E+08 0.6199999999998E+00 0.1260000000000E+03
2IA87 0.26998760E+00
0.2998468686837E+08 0.6200000000003E+00 0.1260000000000E+03
03A87 0.22999816E+00
0.2999732832540E+08 0.6199999999997E+00 0.1260000000000E+03
3AA87 0.30600915E+00
0.3000996986185E+08 0.6199999999991E+00 0.1260000000000E+03
3BA87 0.28501933E+00
0.3002261147773E+08 0.6200000000002E+00 0.1260000000000E+03
3CA87 0.15501639E+00
0.3003525317303E+08 0.6199999999999E+00 0.1260000000000E+03
3DA87 0.29904296E+00
0.3004789494543E+08 0.6200000000012E+00 0.1260000000000E+03
3EA87 0.33406066E+00
0.3006053679957E+08 0.6199999999996E+00 0.1260000000000E+03
3FA87 0.32007026E+00
0.3007317873311E+08 0.6199999999984E+00 0.1260000000000E+03
3GA87 0.29407570E+00
0.3008582074607E+08 0.6200000000002E+00 0.1260000000000E+03
3HA87 0.27908242E+00
0.3009846283843E+08 0.6199999999978E+00 0.1260000000000E+03
3IA87 0.71023669E-01
0.3011110501020E+08 0.6200000000022E+00 0.1260000000000E+03
02A88 0.14294463E+00
0.2987091732999E+08 0.6199999999974E+00 0.1260000000000E+03
2AA88 0.15794482E+00
0.2988355807195E+08 0.6200000000005E+00 0.1260000000000E+03
2BA88 0.17594520E+00
0.2989619889342E+08 0.6199999999994E+00 0.1260000000000E+03
2CA88 0.18794859E+00
0.2990883979437E+08 0.6200000000008E+00 0.1260000000000E+03
2DA88 0.16596090E+00
0.2992148077477E+08 0.6199999999975E+00 0.1260000000000E+03
2EA88 0.18496344E+00
0.2993412183459E+08 0.6200000000003E+00 0.1260000000000E+03
2FA88 0.23996167E+00
0.2994676297387E+08 0.6199999999994E+00 0.1260000000000E+03
2GA88 0.25996834E+00
0.2995940419260E+08 0.6199999999989E+00 0.1260000000000E+03
2HA88 0.28497610E+00
0.2997204549077E+08 0.6200000000007E+00 0.1260000000000E+03
2IA88 0.26998760E+00
0.2998468686837E+08 0.6200000000007E+00 0.1260000000000E+03
03A88 0.22999816E+00
0.2999732832540E+08 0.6199999999994E+00 0.1260000000000E+03
3AA88 0.30600915E+00
0.3000996986185E+08 0.6199999999989E+00 0.1260000000000E+03
3BA88 0.28501933E+00
0.3002261147773E+08 0.6200000000002E+00 0.1260000000000E+03
3CA88 0.15501639E+00
0.3003525317303E+08 0.6200000000013E+00 0.1260000000000E+03
3DA88 0.29904296E+00
0.3004789494543E+08 0.6200000000009E+00 0.1260000000000E+03
3EA88 0.33406066E+00
0.3006053679957E+08 0.6200000000009E+00 0.1260000000000E+03
3FA88 0.32007026E+00
0.3007317873311E+08 0.6199999999978E+00 0.1260000000000E+03
3GA88 0.29407570E+00
0.3008582074607E+08 0.6199999999991E+00 0.1260000000000E+03
3HA88 0.27908242E+00
0.3009846283843E+08 0.6199999999984E+00 0.1260000000000E+03
3IA88 0.71023669E-01
0.3011110501020E+08 0.6199999999996E+00 0.1260000000000E+03
02A89 0.14294463E+00
0.2987091732999E+08 0.6199999999992E+00 0.1260000000000E+03
2AA89 0.15794482E+00
0.2988355807195E+08 0.6200000000024E+00 0.1260000000000E+03
2BA89 0.17594520E+00
0.2989619889342E+08 0.6200000000013E+00 0.1260000000000E+03
2CA89 0.18794859E+00
0.2990883979437E+08 0.6199999999968E+00 0.1260000000000E+03
2DA89 0.16596090E+00
0.2992148077477E+08 0.6200000000008E+00 0.1260000000000E+03
2EA89 0.18496344E+00
0.2993412183459E+08 0.6199999999997E+00 0.1260000000000E+03
2FA89 0.23996167E+00
0.2994676297387E+08 0.6200000000011E+00 0.1260000000000E+03
2GA89 0.25996834E+00
0.2995940419260E+08 0.6199999999998E+00 0.1260000000000E+03
2HA89 0.28497610E+00
0.2997204549077E+08 0.6200000000002E+00 0.1260000000000E+03
2IA89 0.26998760E+00
0.2998468686837E+08 0.6199999999991E+00 0.1260000000000E+03
03A89 0.22999816E+00
0.2999732832540E+08 0.6200000000002E+00 0.1260000000000E+03
3AA89 0.30600915E+00
0.3000996986185E+08 0.6200000000002E+00 0.1260000000000E+03
3BA89 0.28501933E+00
0.3002261147773E+08 0.6200000000013E+00 0.1260000000000E+03
3CA89 0.15501639E+00
0.3003525317303E+08 0.6199999999990E+00 0.1260000000000E+03
3DA89 0.29904296E+00
0.3004789494543E+08 0.6199999999979E+00 0.1260000000000E+03
3EA89 0.33406066E+00
0.3006053679957E+08 0.6200000000009E+00 0.1260000000000E+03
3FA89 0.32007026E+00
0.3007317873311E+08 0.6199999999984E+00 0.1260000000000E+03
3GA89 0.29407570E+00
0.3008582074607E+08 0.6199999999991E+00 0.1260000000000E+03
3HA89 0.27908242E+00
0.3009846283843E+08 0.6199999999996E+00 0.1260000000000E+03
3IA89 0.71023669E-01
0.3011110501020E+08 0.6199999999982E+00 0.1260000000000E+03
02A90 0.14294463E+00
0.2987091732999E+08 0.6200000000046E+00 0.1260000000000E+03
2AA90 0.15794482E+00
0.2988355807195E+08 0.6200000000001E+00 0.1260000000000E+03
2BA90 0.17594520E+00
0.2989619889342E+08 0.6200000000021E+00 0.1260000000000E+03
2CA90 0.18794859E+00
0.2990883979437E+08 0.6200000000007E+00 0.1260000000000E+03
2DA90 0.16596090E+00
0.2992148077477E+08 0.6199999999946E+00 0.1260000000000E+03
2EA90 0.18496344E+00
0.2993412183459E+08 0.6200000000020E+00 0.1260000000000E+03
2FA90 0.23996167E+00
0.2994676297387E+08 0.6200000000010E+00 0.1260000000000E+03
2GA90 0.25996834E+00
0.2995940419260E+08 0.6199999999989E+00 0.1260000000000E+03
2HA90 0.28497610E+00
0.2997204549077E+08 0.6199999999997E+00 0.1260000000000E+03
2IA90 0.26998760E+00
0.2998468686837E+08 0.6200000000000E+00 0.1260000000000E+03
03A90 0.22999816E+00
0.2999732832540E+08 0.6199999999994E+00 0.1260000000000E+03
3AA90 0.30600915E+00
0.3000996986185E+08 0.6199999999985E+00 0.1260000000000E+03
3BA90 0.28501933E+00
0.3002261147773E+08 0.6200000000007E+00 0.1260000000000E+03
3CA90 0.15501639E+00
0.3003525317303E+08 0.6199999999994E+00 0.1260000000000E+03
3DA90 0.29904296E+00
0.3004789494543E+08 0.6199999999994E+00 0.1260000000000E+03
3EA90 0.33406066E+00
0.3006053679957E+08 0.6199999999980E+00 0.1260000000000E+03
3FA90 0.32007026E+00
0.3007317873311E+08 0.6200000000006E+00 0.1260000000000E+03
3GA90 0.29407570E+00
0.3008582074607E+08 0.6199999999997E+00 0.1260000000000E+03
3HA90 0.27908242E+00
0.3009846283843E+08 0.6200000000009E+00 0.1260000000000E+03
3IA90 0.71023669E-01
0.3011110501020E+08 0.6199999999991E+00 0.1260000000000E+03
02A91 0.14294463E+00
0.2987091732999E+08 0.6200000000011E+00 0.1260000000000E+03
2AA91 0.15794482E+00
0.2988355807195E+08 0.6200000000006E+00 0.1260000000000E+03
2BA91 0.17594520E+00
0.2989619889342E+08 0.6200000000051E+00 0.1260000000000E+03
2CA91 0.18794859E+00
0.2990883979437E+08 0.6199999999979E+00 0.1260000000000E+03
2DA91 0.16596090E+00
0.2992148077477E+08 0.6199999999976E+00 0.1260000000000E+03
2EA91 0.18496344E+00
0.2993412183459E+08 0.6199999999977E+00 0.1260000000000E+03
2FA91 0.23996167E+00
0.2994676297387E+08 0.6199999999988E+00 0.1260000000000E+03
2GA91 0.25996834E+00
0.2995940419260E+08 0.6200000000003E+00 0.1260000000000E+03
2HA91 0.28497610E+00
0.2997204549077E+08 0.6200000000001E+00 0.1260000000000E+03
2IA91 0.26998760E+00
0.2998468686837E+08 0.6199999999998E+00 0.1260000000000E+03
03A91 0.22999816E+00
0.2999732832540E+08 0.6199999999993E+00 0.1260000000000E+03
3AA91 0.30600915E+00
0.3000996986185E+08 0.6200000000003E+00 0.1260000000000E+03
3BA91 0.28501933E+00
0.3002261147773E+08 0.6200000000001E+00 0.1260000000000E+03
3CA91 0.15501639E+00
0.3003525317303E+08 0.6199999999992E+00 0.1260000000000E+03
3DA91 0.29904296E+00
0.3004789494543E+08 0.6199999999974E+00 0.1260000000000E+03
3EA91 0.33406066E+00
0.3006053679957E+08 0.6199999999953E+00 0.1260000000000E+03
3FA91 0.32007026E+00
0.3007317873311E+08 0.6199999999992E+00 0.1260000000000E+03
3GA91 0.29407570E+00
0.3008582074607E+08 0.6199999999984E+00 0.1260000000000E+03
3HA91 0.27908242E+00
0.3009846283843E+08 0.6199999999983E+00 0.1260000000000E+03
3IA91 0.71023669E-01
0.3011110501020E+08 0.6199999999981E+00 0.1260000000000E+03
02A92 0.14294463E+00
0.2987091732999E+08 0.6199999999999E+00 0.1260000000000E+03
2AA92 0.15794482E+00
0.2988355807195E+08 0.6200000000002E+00 0.1260000000000E+03
2BA92 0.17594520E+00
0.2989619889342E+08 0.6199999999980E+00 0.1260000000000E+03
2CA92 0.18794859E+00
0.2990883979437E+08 0.6199999999989E+00 0.1260000000000E+03
2DA92 0.16596090E+00
0.2992148077477E+08 0.6200000000016E+00 0.1260000000000E+03
2EA92 0.18496344E+00
0.2993412183459E+08 0.6199999999970E+00 0.1260000000000E+03
2FA92 0.23996167E+00
0.2994676297387E+08 0.6199999999990E+00 0.1260000000000E+03
2GA92 0.25996834E+00
0.2995940419260E+08 0.6200000000011E+00 0.1260000000000E+03
2HA92 0.28497610E+00
0.2997204549077E+08 0.6199999999991E+00 0.1260000000000E+03
2IA92 0.26998760E+00
0.2998468686837E+08 0.6200000000004E+00 0.1260000000000E+03
03A92 0.22999816E+00
0.2999732832540E+08 0.6200000000001E+00 0.1260000000000E+03
3AA92 0.30600915E+00
0.3000996986185E+08 0.6199999999988E+00 0.1260000000000E+03
3BA92 0.28501933E+00
0.3002261147773E+08 0.6199999999989E+00 0.1260000000000E+03
3CA92 0.15501639E+00
0.3003525317303E+08 0.6200000000008E+00 0.1260000000000E+03
3DA92 0.29904296E+00
0.3004789494543E+08 0.6199999999998E+00 0.1260000000000E+03
3EA92 0.33406066E+00
0.3006053679957E+08 0.6199999999994E+00 0.1260000000000E+03
3FA92 0.32007026E+00
0.3007317873311E+08 0.6200000000002E+00 0.1260000000000E+03
3GA92 0.29407570E+00
0.3008582074607E+08 0.6200000000012E+00 0.1260000000000E+03
3HA92 0.27908242E+00
0.3009846283843E+08 0.6199999999985E+00 0.1260000000000E+03
3IA92 0.71023669E-01
0.3011110501020E+08 0.6199999999987E+00 0.1260000000000E+03
02A93 0.14294463E+00
0.2987091732999E+08 0.6200000000003E+00 0.1260000000000E+03
2AA93 0.15794482E+00
0.2988355807195E+08 0.6200000000023E+00 0.1260000000000E+03
2BA93 0.17594520E+00
0.2989619889342E+08 0.6199999999980E+00 0.1260000000000E+03
2CA93 0.18794859E+00
0.2990883979437E+08 0.6200000000025E+00 0.1260000000000E+03
2DA93 0.16596090E+00
0.2992148077477E+08 0.6200000000019E+00 0.1260000000000E+03
2EA93 0.18496344E+00
0.2993412183459E+08 0.6199999999989E+00 0.1260000000000E+03
2FA93 0.23996167E+00
0.2994676297387E+08 0.6200000000002E+00 0.1260000000000E+03
2GA93 0.25996834E+00
0.2995940419260E+08 0.6199999999995E+00 0.1260000000000E+03
2HA93 0.28497610E+00
0.2997204549077E+08 0.6199999999998E+00 0.1260000000000E+03
2IA93 0.26998760E+00
0.2998468686837E+08 0.6199999999991E+00 0.1260000000000E+03
03A93 0.22999816E+00
0.2999732832540E+08 0.6200000000008E+00 0.1260000000000E+03
3AA93 0.30600915E+00
0.3000996986185E+08 0.6200000000002E+00 0.1260000000000E+03
3BA93 0.28501933E+00
0.3002261147773E+08 0.6200000000005E+00 0.1260000000000E+03
3CA93 0.15501639E+00
0.3003525317303E+08 0.6199999999991E+00 0.1260000000000E+03
3DA93 0.29904296E+00
0.3004789494543E+08 0.6200000000004E+00 0.1260000000000E+03
3EA93 0.33406066E+00
0.3006053679957E+08 0.6200000000002E+00 0.1260000000000E+03
3FA93 0.32007026E+00
0.3007317873311E+08 0.6200000000010E+00 0.1260000000000E+03
3GA93 0.29407570E+00
0.3008582074607E+08 0.6200000000006E+00 0.1260000000000E+03
3HA93 0.27908242E+00
0.3009846283843E+08 0.6199999999993E+00 0.1260000000000E+03
3IA93 0.71023669E-01
0.3011110501020E+08 0.6199999999996E+00 0.1260000000000E+03
02A94 0.14294463E+00
0.2987091732999E+08 0.6199999999996E+00 0.1260000000000E+03
2AA94 0.15794482E+00
0.2988355807195E+08 0.6200000000005E+00 0.1260000000000E+03
2BA94 0.17594520E+00
0.2989619889342E+08 0.6199999999995E+00 0.1260000000000E+03
2CA94 0.18794859E+00
0.2990883979437E+08 0.6199999999991E+00 0.1260000000000E+03
2DA94 0.16596090E+00
0.2992148077477E+08 0.6199999999977E+00 0.1260000000000E+03
2EA94 0.18496344E+00
0.2993412183459E+08 0.6200000000007E+00 0.1260000000000E+03
2FA94 0.23996167E+00
0.2994676297387E+08 0.6200000000017E+00 0.1260000000000E+03
2GA94 0.25996834E+00
0.2995940419260E+08 0.6199999999999E+00 0.1260000000000E+03
2HA94 0.28497610E+00
0.2997204549077E+08 0.6200000000007E+00 0.1260000000000E+03
2IA94 0.26998760E+00
0.2998468686837E+08 0.6200000000007E+00 0.1260000000000E+03
03A94 0.22999816E+00
0.2999732832540E+08 0.6200000000002E+00 0.1260000000000E+03
3AA94 0.30600915E+00
0.3000996986185E+08 0.6199999999986E+00 0.1260000000000E+03
3BA94 0.28501933E+00
0.3002261147773E+08 0.6199999999996E+00 0.1260000000000E+03
3CA94 0.15501639E+00
0.3003525317303E+08 0.6200000000001E+00 0.1260000000000E+03
3DA94 0.29904296E+00
0.3004789494543E+08 0.6199999999998E+00 0.1260000000000E+03
3EA94 0.33406066E+00
0.3006053679957E+08 0.6199999999991E+00 0.1260000000000E+03
3FA94 0.32007026E+00
0.3007317873311E+08 0.6200000000014E+00 0.1260000000000E+03
3GA94 0.29407570E+00
0.3008582074607E+08 0.6200000000006E+00 0.1260000000000E+03
3HA94 0.27908242E+00
0.3009846283843E+08 0.6200000000002E+00 0.1260000000000E+03
3IA94 0.71023669E-01
0.3011110501020E+08 0.6199999999995E+00 0.1260000000000E+03
02A95 0.14294463E+00
0.2987091732999E+08 0.6199999999969E+00 0.1260000000000E+03
2AA95 0.15794482E+00
0.2988355807195E+08 0.6199999999983E+00 0.1260000000000E+03
2BA95 0.17594520E+00
0.2989619889342E+08 0.6199999999995E+00 0.1260000000000E+03
2CA95 0.18794859E+00
0.2990883979437E+08 0.6199999999992E+00 0.1260000000000E+03
2DA95 0.16596090E+00
0.2992148077477E+08 0.6200000000001E+00 0.1260000000000E+03
2EA95 0.18496344E+00
0.2993412183459E+08 0.6200000000004E+00 0.1260000000000E+03
2FA95 0.23996167E+00
0.2994676297387E+08 0.6200000000006E+00 0.1260000000000E+03
2GA95 0.25996834E+00
0.2995940419260E+08 0.6199999999998E+00 0.1260000000000E+03
2HA95 0.28497610E+00
0.2997204549077E+08 0.6200000000000E+00 0.1260000000000E+03
2IA95 0.26998760E+00
0.2998468686837E+08 0.6200000000005E+00 0.1260000000000E+03
03A95 0.22999816E+00
0.2999732832540E+08 0.6199999999998E+00 0.1260000000000E+03
3AA95 0.30600915E+00
0.3000996986185E+08 0.6200000000010E+00 0.1260000000000E+03
3BA95 0.28501933E+00
0.3002261147773E+08 0.6199999999999E+00 0.1260000000000E+03
3CA95 0.15501639E+00
0.3003525317303E+08 0.6200000000001E+00 0.1260000000000E+03
3DA95 0.29904296E+00
0.3004789494543E+08 0.6200000000024E+00 0.1260000000000E+03
3EA95 0.33406066E+00
0.3006053679957E+08 0.6199999999978E+00 0.1260000000000E+03
3FA95 0.32007026E+00
0.3007317873311E+08 0.6199999999994E+00 0.1260000000000E+03
3GA95 0.29407570E+00
0.3008582074607E+08 0.6200000000000E+00 0.1260000000000E+03
3HA95 0.27908242E+00
0.3009846283843E+08 0.6200000000003E+00 0.1260000000000E+03
3IA95 0.71023669E-01
0.3011110501020E+08 0.6199999999982E+00 0.1260000000000E+03
02A96 0.14294463E+00
0.2987091732999E+08 0.6199999999999E+00 0.1260000000000E+03
2AA96 0.15794482E+00
0.2988355807195E+08 0.6199999999991E+00 0.1260000000000E+03
2BA96 0.17594520E+00
0.2989619889342E+08 0.6200000000014E+00 0.1260000000000E+03
2CA96 0.18794859E+00
0.2990883979437E+08 0.6200000000012E+00 0.1260000000000E+03
2DA96 0.16596090E+00
0.2992148077477E+08 0.6199999999965E+00 0.1260000000000E+03
2EA96 0.18496344E+00
0.2993412183459E+08 0.6200000000007E+00 0.1260000000000E+03
2FA96 0.23996167E+00
0.2994676297387E+08 0.6200000000000E+00 0.1260000000000E+03
2GA96 0.25996834E+00
0.2995940419260E+08 0.6200000000002E+00 0.1260000000000E+03
2HA96 0.28497610E+00
0.2997204549077E+08 0.6200000000004E+00 0.1260000000000E+03
2IA96 0.26998760E+00
0.2998468686837E+08 0.6200000000007E+00 0.1260000000000E+03
03A96 0.22999816E+00
0.2999732832540E+08 0.6199999999995E+00 0.1260000000000E+03
3AA96 0.30600915E+00
0.3000996986185E+08 0.6199999999998E+00 0.1260000000000E+03
3BA96 0.28501933E+00
0.3002261147773E+08 0.6200000000002E+00 0.1260000000000E+03
3CA96 0.15501639E+00
0.3003525317303E+08 0.6200000000000E+00 0.1260000000000E+03
3DA96 0.29904296E+00
0.3004789494543E+08 0.6199999999990E+00 0.1260000000000E+03
3EA96 0.33406066E+00
0.3006053679957E+08 0.6200000000004E+00 0.1260000000000E+03
3FA96 0.32007026E+00
0.3007317873311E+08 0.6199999999985E+00 0.1260000000000E+03
3GA96 0.29407570E+00
0.3008582074607E+08 0.6199999999999E+00 0.1260000000000E+03
3HA96 0.27908242E+00
0.3009846283843E+08 0.6199999999987E+00 0.1260000000000E+03
3IA96 0.71023669E-01
0.3011110501020E+08 0.6200000000003E+00 0.1260000000000E+03
02A97 0.14294463E+00
0.2987091732999E+08 0.6199999999981E+00 0.1260000000000E+03
2AA97 0.15794482E+00
0.2988355807195E+08 0.6200000000014E+00 0.1260000000000E+03
2BA97 0.17594520E+00
0.2989619889342E+08 0.6200000000012E+00 0.1260000000000E+03
2CA97 0.18794859E+00
0.2990883979437E+08 0.6199999999996E+00 0.1260000000000E+03
2DA97 0.16596090E+00
0.2992148077477E+08 0.6199999999962E+00 0.1260000000000E+03
2EA97 0.18496344E+00
0.2993412183459E+08 0.6200000000005E+00 0.1260000000000E+03
2FA97 0.23996167E+00
0.2994676297387E+08 0.6200000000013E+00 0.1260000000000E+03
2GA97 0.25996834E+00
0.2995940419260E+08 0.6200000000000E+00 0.1260000000000E+03
2HA97 0.28497610E+00
0.2997204549077E+08 0.6200000000008E+00 0.1260000000000E+03
2IA97 0.26998760E+00
0.2998468686837E+08 0.6200000000003E+00 0.1260000000000E+03
03A97 0.22999816E+00
0.2999732832540E+08 0.6200000000000E+00 0.1260000000000E+03
3AA97 0.30600915E+00
0.3000996986185E+08 0.6199999999991E+00 0.1260000000000E+03
3BA97 0.28501933E+00
0.3002261147773E+08 0.6199999999997E+00 0.1260000000000E+03
3CA97 0.15501639E+00
0.3003525317303E+08 0.6199999999996E+00 0.1260000000000E+03
3DA97 0.29904296E+00
0.3004789494544E+08 0.6200000000003E+00 0.1260000000000E+03
3EA97 0.33406066E+00
0.3006053679957E+08 0.6200000000008E+00 0.1260000000000E+03
3FA97 0.32007026E+00
0.3007317873312E+08 0.6199999999958E+00 0.1260000000000E+03
3GA97 0.29407570E+00
0.3008582074607E+08 0.6200000000026E+00 0.1260000000000E+03
3HA97 0.27908242E+00
0.3009846283843E+08 0.6200000000003E+00 0.1260000000000E+03
3IA97 0.71023669E-01
0.3011110501020E+08 0.6199999999983E+00 0.1260000000000E+03
02A98 0.14294463E+00
0.2987091732999E+08 0.6199999999999E+00 0.1260000000000E+03
2AA98 0.15794482E+00
0.2988355807195E+08 0.6199999999994E+00 0.1260000000000E+03
2BA98 0.17594520E+00
0.2989619889342E+08 0.6200000000018E+00 0.1260000000000E+03
2CA98 0.18794859E+00
0.2990883979437E+08 0.6200000000007E+00 0.1260000000000E+03
2DA98 0.16596090E+00
0.2992148077477E+08 0.6199999999997E+00 0.1260000000000E+03
2EA98 0.18496344E+00
0.2993412183459E+08 0.6199999999980E+00 0.1260000000000E+03
2FA98 0.23996167E+00
0.2994676297387E+08 0.6199999999996E+00 0.1260000000000E+03
2GA98 0.25996834E+00
0.2995940419260E+08 0.6199999999989E+00 0.1260000000000E+03
2HA98 0.28497610E+00
0.2997204549077E+08 0.6200000000011E+00 0.1260000000000E+03
2IA98 0.26998760E+00
0.2998468686837E+08 0.6200000000003E+00 0.1260000000000E+03
03A98 0.22999816E+00
0.2999732832540E+08 0.6199999999993E+00 0.1260000000000E+03
3AA98 0.30600915E+00
0.3000996986185E+08 0.6200000000000E+00 0.1260000000000E+03
3BA98 0.28501933E+00
0.3002261147773E+08 0.6199999999989E+00 0.1260000000000E+03
3CA98 0.15501639E+00
0.3003525317303E+08 0.6199999999996E+00 0.1260000000000E+03
3DA98 0.29904296E+00
0.3004789494544E+08 0.6200000000004E+00 0.1260000000000E+03
3EA98 0.33406066E+00
0.3006053679957E+08 0.6199999999995E+00 0.1260000000000E+03
3FA98 0.32007026E+00
0.3007317873312E+08 0.6200000000012E+00 0.1260000000000E+03
3GA98 0.29407570E+00
0.3008582074607E+08 0.6199999999997E+00 0.1260000000000E+03
3HA98 0.27908242E+00
0.3009846283843E+08 0.6199999999987E+00 0.1260000000000E+03
3IA98 0.71023669E-01
0.3011110501020E+08 0.6199999999987E+00 0.1260000000000E+03
02A99 0.14294463E+00
0.2987091732999E+08 0.6200000000003E+00 0.1260000000000E+03
2AA99 0.15794482E+00
0.2988355807195E+08 0.6200000000031E+00 0.1260000000000E+03
2BA99 0.17594520E+00
0.2989619889342E+08 0.6199999999985E+00 0.1260000000000E+03
2CA99 0.18794859E+00
0.2990883979437E+08 0.6199999999999E+00 0.1260000000000E+03
2DA99 0.16596090E+00
0.2992148077477E+08 0.6199999999978E+00 0.1260000000000E+03
2EA99 0.18496344E+00
0.2993412183459E+08 0.6200000000012E+00 0.1260000000000E+03
2FA99 0.29895225E+00
0.2994676297387E+08 0.6199999999999E+00 0.1260000000000E+03
2GA99 0.29896359E+00
0.2995940419260E+08 0.6199999999996E+00 0.1260000000000E+03
2HA99 0.29897493E+00
0.2997204549077E+08 0.6200000000010E+00 0.1260000000000E+03
2IA99 0.29898626E+00
0.2998468686837E+08 0.6199999999999E+00 0.1260000000000E+03
03A99 0.29899760E+00
0.2999732832540E+08 0.6200000000001E+00 0.1260000000000E+03
3AA99 0.29900894E+00
0.3000996986184E+08 0.6199999999995E+00 0.1260000000000E+03
3BA99 0.29902028E+00
0.3002261147770E+08 0.6200000000007E+00 0.1260000000000E+03
3CA99 0.29903162E+00
0.3003525317262E+08 0.6200000000003E+00 0.1260000000000E+03
3DA99 0.29904296E+00
0.3004789494547E+08 0.6200000000002E+00 0.1260000000000E+03
3EA99 0.29905431E+00
0.3006053679957E+08 0.6199999999992E+00 0.1260000000000E+03
3FA99 0.29906565E+00
0.3007317873312E+08 0.6200000000001E+00 0.1260000000000E+03
3GA99 0.29907699E+00
0.3008582074607E+08 0.6199999999999E+00 0.1260000000000E+03
3HA99 0.29908833E+00
0.3009846283843E+08 0.6200000000017E+00 0.1260000000000E+03
3IA99 0.71023669E-01
0.3011110501020E+08 0.6199999999990E+00 0.1260000000000E+03
02B 0 0.14294463E+00
0.2987091732999E+08 0.6200000000017E+00 0.1260000000000E+03
2AB 0 0.15794482E+00
0.2988355807195E+08 0.6199999999988E+00 0.1260000000000E+03
2BB 0 0.17594520E+00
0.2989619889342E+08 0.6200000000012E+00 0.1260000000000E+03
2CB 0 0.18794859E+00
0.2990883979437E+08 0.6199999999998E+00 0.1260000000000E+03
2DB 0 0.16596090E+00
0.2992148077477E+08 0.6200000000019E+00 0.1260000000000E+03
2EB 0 0.18496344E+00
0.2993412183459E+08 0.6200000000008E+00 0.1260000000000E+03
2FB 0 0.23996167E+00
0.2994676297387E+08 0.6200000000010E+00 0.1260000000000E+03
2GB 0 0.25996834E+00
0.2995940419260E+08 0.6200000000004E+00 0.1260000000000E+03
2HB 0 0.28497610E+00
0.2997204549077E+08 0.6200000000002E+00 0.1260000000000E+03
2IB 0 0.26998760E+00
0.2998468686837E+08 0.6199999999997E+00 0.1260000000000E+03
03B 0 0.22999816E+00
0.2999732832540E+08 0.6200000000005E+00 0.1260000000000E+03
3AB 0 0.30600915E+00
0.3000996986184E+08 0.6200000000007E+00 0.1260000000000E+03
3BB 0 0.28501933E+00
0.3002261147770E+08 0.6200000000004E+00 0.1260000000000E+03
3CB 0 0.15501639E+00
0.3003525317282E+08 0.6200000000003E+00 0.1260000000000E+03
3DB 0 0.29904296E+00
0.3004789494546E+08 0.6200000000012E+00 0.1260000000000E+03
3EB 0 0.33406066E+00
0.3006053679957E+08 0.6199999999982E+00 0.1260000000000E+03
3FB 0 0.32007026E+00
0.3007317873312E+08 0.6199999999994E+00 0.1260000000000E+03
3GB 0 0.29407570E+00
0.3008582074607E+08 0.6199999999997E+00 0.1260000000000E+03
3HB 0 0.27908242E+00
0.3009846283843E+08 0.6200000000004E+00 0.1260000000000E+03
3IB 0 0.71023669E-01
0.3011110501020E+08 0.6199999999994E+00 0.1260000000000E+03
02B 1 0.14294463E+00
0.2987091732999E+08 0.6200000000010E+00 0.1260000000000E+03
2AB 1 0.15794482E+00
0.2988355807195E+08 0.6200000000022E+00 0.1260000000000E+03
2BB 1 0.17594520E+00
0.2989619889342E+08 0.6199999999998E+00 0.1260000000000E+03
2CB 1 0.18794859E+00
0.2990883979437E+08 0.6199999999997E+00 0.1260000000000E+03
2DB 1 0.16596090E+00
0.2992148077477E+08 0.6199999999995E+00 0.1260000000000E+03
2EB 1 0.18496344E+00
0.2993412183459E+08 0.6200000000016E+00 0.1260000000000E+03
2FB 1 0.23996167E+00
0.2994676297387E+08 0.6200000000003E+00 0.1260000000000E+03
2GB 1 0.25996834E+00
0.2995940419260E+08 0.6200000000005E+00 0.1260000000000E+03
2HB 1 0.28497610E+00
0.2997204549077E+08 0.6200000000003E+00 0.1260000000000E+03
2IB 1 0.26998760E+00
0.2998468686837E+08 0.6200000000005E+00 0.1260000000000E+03
03B 1 0.22999816E+00
0.2999732832540E+08 0.6199999999999E+00 0.1260000000000E+03
3AB 1 0.30600915E+00
0.3000996986184E+08 0.6200000000001E+00 0.1260000000000E+03
3BB 1 0.28501933E+00
0.3002261147770E+08 0.6200000000010E+00 0.1260000000000E+03
3CB 1 0.15501639E+00
0.3003525317283E+08 0.6199999999993E+00 0.1260000000000E+03
3DB 1 0.29904296E+00
0.3004789494546E+08 0.6200000000001E+00 0.1260000000000E+03
3EB 1 0.33406066E+00
0.3006053679957E+08 0.6199999999994E+00 0.1260000000000E+03
3FB 1 0.32007026E+00
0.3007317873312E+08 0.6199999999990E+00 0.1260000000000E+03
3GB 1 0.29407570E+00
0.3008582074607E+08 0.6199999999997E+00 0.1260000000000E+03
3HB 1 0.27908242E+00
0.3009846283843E+08 0.6200000000008E+00 0.1260000000000E+03
3IB 1 0.71023669E-01
0.3011110501020E+08 0.6199999999997E+00 0.1260000000000E+03
02B 2 0.14294463E+00
0.2987091732999E+08 0.6199999999966E+00 0.1260000000000E+03
2AB 2 0.15794482E+00
0.2988355807195E+08 0.6200000000002E+00 0.1260000000000E+03
2BB 2 0.17594520E+00
0.2989619889342E+08 0.6200000000006E+00 0.1260000000000E+03
2CB 2 0.18794859E+00
0.2990883979437E+08 0.6199999999996E+00 0.1260000000000E+03
2DB 2 0.16596090E+00
0.2992148077477E+08 0.6200000000004E+00 0.1260000000000E+03
2EB 2 0.18496344E+00
0.2993412183459E+08 0.6200000000002E+00 0.1260000000000E+03
2FB 2 0.23996167E+00
0.2994676297387E+08 0.6199999999990E+00 0.1260000000000E+03
2GB 2 0.25996834E+00
0.2995940419260E+08 0.6200000000001E+00 0.1260000000000E+03
2HB 2 0.28497610E+00
0.2997204549077E+08 0.6200000000000E+00 0.1260000000000E+03
2IB 2 0.26998760E+00
0.2998468686837E+08 0.6200000000003E+00 0.1260000000000E+03
03B 2 0.22999816E+00
0.2999732832540E+08 0.6200000000001E+00 0.1260000000000E+03
3AB 2 0.30600915E+00
0.3000996986184E+08 0.6199999999991E+00 0.1260000000000E+03
3BB 2 0.28501933E+00
0.3002261147771E+08 0.6199999999998E+00 0.1260000000000E+03
3CB 2 0.15501639E+00
0.3003525317296E+08 0.6199999999996E+00 0.1260000000000E+03
3DB 2 0.29904296E+00
0.3004789494545E+08 0.6200000000000E+00 0.1260000000000E+03
3EB 2 0.33406066E+00
0.3006053679957E+08 0.6199999999993E+00 0.1260000000000E+03
3FB 2 0.32007026E+00
0.3007317873312E+08 0.6200000000005E+00 0.1260000000000E+03
3GB 2 0.29407570E+00
0.3008582074607E+08 0.6199999999999E+00 0.1260000000000E+03
3HB 2 0.27908242E+00
0.3009846283843E+08 0.6200000000000E+00 0.1260000000000E+03
3IB 2 0.71023669E-01
0.3011110501020E+08 0.6199999999995E+00 0.1260000000000E+03
02B 3 0.14294463E+00
0.2987091732999E+08 0.6199999999986E+00 0.1260000000000E+03
2AB 3 0.15794482E+00
0.2988355807195E+08 0.6199999999984E+00 0.1260000000000E+03
2BB 3 0.17594520E+00
0.2989619889342E+08 0.6199999999974E+00 0.1260000000000E+03
2CB 3 0.18794859E+00
0.2990883979437E+08 0.6200000000000E+00 0.1260000000000E+03
2DB 3 0.16596090E+00
0.2992148077477E+08 0.6200000000018E+00 0.1260000000000E+03
2EB 3 0.18496344E+00
0.2993412183459E+08 0.6200000000016E+00 0.1260000000000E+03
2FB 3 0.23996167E+00
0.2994676297387E+08 0.6200000000005E+00 0.1260000000000E+03
2GB 3 0.25996834E+00
0.2995940419260E+08 0.6199999999997E+00 0.1260000000000E+03
2HB 3 0.28497610E+00
0.2997204549077E+08 0.6200000000003E+00 0.1260000000000E+03
2IB 3 0.26998760E+00
0.2998468686837E+08 0.6200000000000E+00 0.1260000000000E+03
03B 3 0.22999816E+00
0.2999732832540E+08 0.6200000000002E+00 0.1260000000000E+03
3AB 3 0.30600915E+00
0.3000996986184E+08 0.6199999999986E+00 0.1260000000000E+03
3BB 3 0.28501933E+00
0.3002261147772E+08 0.6200000000000E+00 0.1260000000000E+03
3CB 3 0.15501639E+00
0.3003525317301E+08 0.6199999999999E+00 0.1260000000000E+03
3DB 3 0.29904296E+00
0.3004789494544E+08 0.6199999999989E+00 0.1260000000000E+03
3EB 3 0.33406066E+00
0.3006053679957E+08 0.6200000000035E+00 0.1260000000000E+03
3FB 3 0.32007026E+00
0.3007317873312E+08 0.6200000000028E+00 0.1260000000000E+03
3GB 3 0.29407570E+00
0.3008582074607E+08 0.6199999999998E+00 0.1260000000000E+03
3HB 3 0.27908242E+00
0.3009846283843E+08 0.6199999999997E+00 0.1260000000000E+03
3IB 3 0.71023669E-01
0.3011110501020E+08 0.6200000000009E+00 0.1260000000000E+03
02B 4 0.14294463E+00
0.2987091732999E+08 0.6200000000015E+00 0.1260000000000E+03
2AB 4 0.15794482E+00
0.2988355807195E+08 0.6199999999999E+00 0.1260000000000E+03
2BB 4 0.17594520E+00
0.2989619889342E+08 0.6199999999972E+00 0.1260000000000E+03
2CB 4 0.18794859E+00
0.2990883979437E+08 0.6200000000024E+00 0.1260000000000E+03
2DB 4 0.16596090E+00
0.2992148077477E+08 0.6199999999971E+00 0.1260000000000E+03
2EB 4 0.18496344E+00
0.2993412183459E+08 0.6200000000023E+00 0.1260000000000E+03
2FB 4 0.23996167E+00
0.2994676297387E+08 0.6199999999993E+00 0.1260000000000E+03
2GB 4 0.25996834E+00
0.2995940419260E+08 0.6200000000012E+00 0.1260000000000E+03
2HB 4 0.28497610E+00
0.2997204549077E+08 0.6199999999995E+00 0.1260000000000E+03
2IB 4 0.26998760E+00
0.2998468686837E+08 0.6199999999998E+00 0.1260000000000E+03
03B 4 0.22999816E+00
0.2999732832540E+08 0.6199999999997E+00 0.1260000000000E+03
3AB 4 0.30600915E+00
0.3000996986185E+08 0.6200000000004E+00 0.1260000000000E+03
3BB 4 0.28501933E+00
0.3002261147772E+08 0.6199999999984E+00 0.1260000000000E+03
3CB 4 0.15501639E+00
0.3003525317302E+08 0.6199999999983E+00 0.1260000000000E+03
3DB 4 0.29904296E+00
0.3004789494544E+08 0.6199999999999E+00 0.1260000000000E+03
3EB 4 0.33406066E+00
0.3006053679957E+08 0.6200000000038E+00 0.1260000000000E+03
3FB 4 0.32007026E+00
0.3007317873312E+08 0.6199999999962E+00 0.1260000000000E+03
3GB 4 0.29407570E+00
0.3008582074607E+08 0.6200000000012E+00 0.1260000000000E+03
3HB 4 0.27908242E+00
0.3009846283843E+08 0.6199999999997E+00 0.1260000000000E+03
3IB 4 0.71023669E-01
0.3011110501020E+08 0.6199999999992E+00 0.1260000000000E+03
02B 5 0.14294463E+00
0.2987091732999E+08 0.6199999999980E+00 0.1260000000000E+03
2AB 5 0.15794482E+00
0.2988355807195E+08 0.6200000000008E+00 0.1260000000000E+03
2BB 5 0.17594520E+00
0.2989619889342E+08 0.6199999999984E+00 0.1260000000000E+03
2CB 5 0.18794859E+00
0.2990883979437E+08 0.6200000000016E+00 0.1260000000000E+03
2DB 5 0.16596090E+00
0.2992148077477E+08 0.6200000000000E+00 0.1260000000000E+03
2EB 5 0.18496344E+00
0.2993412183459E+08 0.6200000000011E+00 0.1260000000000E+03
2FB 5 0.23996167E+00
0.2994676297387E+08 0.6199999999997E+00 0.1260000000000E+03
2GB 5 0.25996834E+00
0.2995940419260E+08 0.6199999999998E+00 0.1260000000000E+03
2HB 5 0.28497610E+00
0.2997204549077E+08 0.6200000000002E+00 0.1260000000000E+03
2IB 5 0.26998760E+00
0.2998468686837E+08 0.6200000000000E+00 0.1260000000000E+03
03B 5 0.22999816E+00
0.2999732832540E+08 0.6200000000000E+00 0.1260000000000E+03
3AB 5 0.30600915E+00
0.3000996986184E+08 0.6199999999999E+00 0.1260000000000E+03
3BB 5 0.28501933E+00
0.3002261147770E+08 0.6200000000001E+00 0.1260000000000E+03
3CB 5 0.15501639E+00
0.3003525317284E+08 0.6200000000005E+00 0.1260000000000E+03
3DB 5 0.29904296E+00
0.3004789494546E+08 0.6200000000001E+00 0.1260000000000E+03
3EB 5 0.33406066E+00
0.3006053679957E+08 0.6200000000006E+00 0.1260000000000E+03
3FB 5 0.32007026E+00
0.3007317873312E+08 0.6200000000004E+00 0.1260000000000E+03
3GB 5 0.29407570E+00
0.3008582074607E+08 0.6199999999989E+00 0.1260000000000E+03
3HB 5 0.27908242E+00
0.3009846283843E+08 0.6200000000019E+00 0.1260000000000E+03
3IB 5 0.71023669E-01
0.3011110501020E+08 0.6199999999980E+00 0.1260000000000E+03
02B 6 0.14294463E+00
0.2987091732999E+08 0.6200000000027E+00 0.1260000000000E+03
2AB 6 0.15794482E+00
0.2988355807195E+08 0.6199999999978E+00 0.1260000000000E+03
2BB 6 0.17594520E+00
0.2989619889342E+08 0.6200000000042E+00 0.1260000000000E+03
2CB 6 0.18794859E+00
0.2990883979437E+08 0.6200000000009E+00 0.1260000000000E+03
2DB 6 0.16596090E+00
0.2992148077477E+08 0.6200000000004E+00 0.1260000000000E+03
2EB 6 0.18496344E+00
0.2993412183459E+08 0.6199999999975E+00 0.1260000000000E+03
2FB 6 0.23996167E+00
0.2994676297387E+08 0.6200000000001E+00 0.1260000000000E+03
2GB 6 0.25996834E+00
0.2995940419260E+08 0.6200000000004E+00 0.1260000000000E+03
2HB 6 0.28497610E+00
0.2997204549077E+08 0.6200000000000E+00 0.1260000000000E+03
2IB 6 0.26998760E+00
0.2998468686837E+08 0.6200000000000E+00 0.1260000000000E+03
03B 6 0.22999816E+00
0.2999732832540E+08 0.6199999999996E+00 0.1260000000000E+03
3AB 6 0.30600915E+00
0.3000996986184E+08 0.6199999999990E+00 0.1260000000000E+03
3BB 6 0.28501933E+00
0.3002261147771E+08 0.6199999999999E+00 0.1260000000000E+03
3CB 6 0.15501639E+00
0.3003525317297E+08 0.6199999999999E+00 0.1260000000000E+03
3DB 6 0.29904296E+00
0.3004789494545E+08 0.6200000000002E+00 0.1260000000000E+03
3EB 6 0.33406066E+00
0.3006053679957E+08 0.6199999999947E+00 0.1260000000000E+03
3FB 6 0.32007026E+00
0.3007317873312E+08 0.6199999999984E+00 0.1260000000000E+03
3GB 6 0.29407570E+00
0.3008582074607E+08 0.6200000000002E+00 0.1260000000000E+03
3HB 6 0.27908242E+00
0.3009846283843E+08 0.6200000000018E+00 0.1260000000000E+03
3IB 6 0.71023669E-01
0.3011110501020E+08 0.6199999999998E+00 0.1260000000000E+03
02B 7 0.14294463E+00
0.2987091732999E+08 0.6199999999968E+00 0.1260000000000E+03
2AB 7 0.15794482E+00
0.2988355807195E+08 0.6199999999987E+00 0.1260000000000E+03
2BB 7 0.17594520E+00
0.2989619889342E+08 0.6200000000025E+00 0.1260000000000E+03
2CB 7 0.18794859E+00
0.2990883979437E+08 0.6199999999977E+00 0.1260000000000E+03
2DB 7 0.16596090E+00
0.2992148077477E+08 0.6199999999970E+00 0.1260000000000E+03
2EB 7 0.18496344E+00
0.2993412183459E+08 0.6199999999989E+00 0.1260000000000E+03
2FB 7 0.23996167E+00
0.2994676297387E+08 0.6199999999996E+00 0.1260000000000E+03
2GB 7 0.25996834E+00
0.2995940419260E+08 0.6199999999993E+00 0.1260000000000E+03
2HB 7 0.28497610E+00
0.2997204549077E+08 0.6199999999997E+00 0.1260000000000E+03
2IB 7 0.26998760E+00
0.2998468686837E+08 0.6200000000005E+00 0.1260000000000E+03
03B 7 0.22999816E+00
0.2999732832540E+08 0.6200000000002E+00 0.1260000000000E+03
3AB 7 0.30600915E+00
0.3000996986184E+08 0.6200000000001E+00 0.1260000000000E+03
3BB 7 0.28501933E+00
0.3002261147772E+08 0.6199999999997E+00 0.1260000000000E+03
3CB 7 0.15501639E+00
0.3003525317301E+08 0.6199999999994E+00 0.1260000000000E+03
3DB 7 0.29904296E+00
0.3004789494544E+08 0.6199999999982E+00 0.1260000000000E+03
3EB 7 0.33406066E+00
0.3006053679957E+08 0.6200000000008E+00 0.1260000000000E+03
3FB 7 0.32007026E+00
0.3007317873312E+08 0.6199999999991E+00 0.1260000000000E+03
3GB 7 0.29407570E+00
0.3008582074607E+08 0.6199999999990E+00 0.1260000000000E+03
3HB 7 0.27908242E+00
0.3009846283843E+08 0.6200000000011E+00 0.1260000000000E+03
3IB 7 0.71023669E-01
0.3011110501020E+08 0.6200000000004E+00 0.1260000000000E+03
02B 8 0.14294463E+00
0.2987091732999E+08 0.6200000000018E+00 0.1260000000000E+03
2AB 8 0.15794482E+00
0.2988355807195E+08 0.6199999999987E+00 0.1260000000000E+03
2BB 8 0.17594520E+00
0.2989619889342E+08 0.6200000000010E+00 0.1260000000000E+03
2CB 8 0.18794859E+00
0.2990883979437E+08 0.6200000000000E+00 0.1260000000000E+03
2DB 8 0.16596090E+00
0.2992148077477E+08 0.6200000000016E+00 0.1260000000000E+03
2EB 8 0.18496344E+00
0.2993412183459E+08 0.6199999999992E+00 0.1260000000000E+03
2FB 8 0.23996167E+00
0.2994676297387E+08 0.6200000000014E+00 0.1260000000000E+03
2GB 8 0.25996834E+00
0.2995940419260E+08 0.6200000000005E+00 0.1260000000000E+03
2HB 8 0.28497610E+00
0.2997204549077E+08 0.6199999999997E+00 0.1260000000000E+03
2IB 8 0.26998760E+00
0.2998468686837E+08 0.6200000000004E+00 0.1260000000000E+03
03B 8 0.22999816E+00
0.2999732832540E+08 0.6200000000004E+00 0.1260000000000E+03
3AB 8 0.30600915E+00
0.3000996986185E+08 0.6199999999990E+00 0.1260000000000E+03
3BB 8 0.28501933E+00
0.3002261147772E+08 0.6199999999984E+00 0.1260000000000E+03
3CB 8 0.15501639E+00
0.3003525317302E+08 0.6200000000003E+00 0.1260000000000E+03
3DB 8 0.29904296E+00
0.3004789494544E+08 0.6200000000002E+00 0.1260000000000E+03
3EB 8 0.33406066E+00
0.3006053679957E+08 0.6200000000014E+00 0.1260000000000E+03
3FB 8 0.32007026E+00
0.3007317873312E+08 0.6200000000020E+00 0.1260000000000E+03
3GB 8 0.29407570E+00
0.3008582074607E+08 0.6200000000016E+00 0.1260000000000E+03
3HB 8 0.27908242E+00
0.3009846283843E+08 0.6199999999994E+00 0.1260000000000E+03
3IB 8 0.71023669E-01
0.3011110501020E+08 0.6199999999982E+00 0.1260000000000E+03
02B 9 0.14294463E+00
0.2987091732999E+08 0.6199999999963E+00 0.1260000000000E+03
2AB 9 0.15794482E+00
0.2988355807195E+08 0.6199999999992E+00 0.1260000000000E+03
2BB 9 0.17594520E+00
0.2989619889342E+08 0.6200000000054E+00 0.1260000000000E+03
2CB 9 0.18794859E+00
0.2990883979437E+08 0.6199999999987E+00 0.1260000000000E+03
2DB 9 0.16596090E+00
0.2992148077477E+08 0.6199999999981E+00 0.1260000000000E+03
2EB 9 0.18496344E+00
0.2993412183459E+08 0.6199999999979E+00 0.1260000000000E+03
2FB 9 0.23996167E+00
0.2994676297387E+08 0.6200000000003E+00 0.1260000000000E+03
2GB 9 0.25996834E+00
0.2995940419260E+08 0.6199999999987E+00 0.1260000000000E+03
2HB 9 0.28497610E+00
0.2997204549077E+08 0.6200000000005E+00 0.1260000000000E+03
2IB 9 0.26998760E+00
0.2998468686837E+08 0.6199999999990E+00 0.1260000000000E+03
03B 9 0.22999816E+00
0.2999732832540E+08 0.6200000000000E+00 0.1260000000000E+03
3AB 9 0.30600915E+00
0.3000996986184E+08 0.6199999999994E+00 0.1260000000000E+03
3BB 9 0.28501933E+00
0.3002261147770E+08 0.6200000000012E+00 0.1260000000000E+03
3CB 9 0.15501639E+00
0.3003525317283E+08 0.6199999999996E+00 0.1260000000000E+03
3DB 9 0.29904296E+00
0.3004789494546E+08 0.6199999999984E+00 0.1260000000000E+03
3EB 9 0.33406066E+00
0.3006053679957E+08 0.6200000000034E+00 0.1260000000000E+03
3FB 9 0.32007026E+00
0.3007317873312E+08 0.6199999999967E+00 0.1260000000000E+03
3GB 9 0.29407570E+00
0.3008582074607E+08 0.6199999999985E+00 0.1260000000000E+03
3HB 9 0.27908242E+00
0.3009846283843E+08 0.6200000000002E+00 0.1260000000000E+03
3IB 9 0.71023669E-01
0.3011110501020E+08 0.6199999999982E+00 0.1260000000000E+03
02B10 0.14294463E+00
0.2987091732999E+08 0.6200000000041E+00 0.1260000000000E+03
2AB10 0.15794482E+00
0.2988355807195E+08 0.6199999999982E+00 0.1260000000000E+03
2BB10 0.17594520E+00
0.2989619889342E+08 0.6200000000014E+00 0.1260000000000E+03
2CB10 0.18794859E+00
0.2990883979437E+08 0.6200000000024E+00 0.1260000000000E+03
2DB10 0.16596090E+00
0.2992148077477E+08 0.6200000000001E+00 0.1260000000000E+03
2EB10 0.18496344E+00
0.2993412183459E+08 0.6199999999989E+00 0.1260000000000E+03
2FB10 0.23996167E+00
0.2994676297387E+08 0.6200000000005E+00 0.1260000000000E+03
2GB10 0.25996834E+00
0.2995940419260E+08 0.6200000000000E+00 0.1260000000000E+03
2HB10 0.28497610E+00
0.2997204549077E+08 0.6199999999991E+00 0.1260000000000E+03
2IB10 0.26998760E+00
0.2998468686837E+08 0.6200000000002E+00 0.1260000000000E+03
03B10 0.22999816E+00
0.2999732832540E+08 0.6200000000010E+00 0.1260000000000E+03
3AB10 0.30600915E+00
0.3000996986184E+08 0.6199999999998E+00 0.1260000000000E+03
3BB10 0.28501933E+00
0.3002261147771E+08 0.6199999999996E+00 0.1260000000000E+03
3CB10 0.15501639E+00
0.3003525317296E+08 0.6199999999983E+00 0.1260000000000E+03
3DB10 0.29904296E+00
0.3004789494545E+08 0.6199999999991E+00 0.1260000000000E+03
3EB10 0.33406066E+00
0.3006053679957E+08 0.6199999999980E+00 0.1260000000000E+03
3FB10 0.32007026E+00
0.3007317873312E+08 0.6199999999971E+00 0.1260000000000E+03
3GB10 0.29407570E+00
0.3008582074607E+08 0.6199999999993E+00 0.1260000000000E+03
3HB10 0.27908242E+00
0.3009846283843E+08 0.6199999999994E+00 0.1260000000000E+03
3IB10 0.71023669E-01
0.3011110501020E+08 0.6200000000010E+00 0.1260000000000E+03
02B11 0.14294463E+00
0.2987091732999E+08 0.6200000000016E+00 0.1260000000000E+03
2AB11 0.15794482E+00
0.2988355807195E+08 0.6199999999997E+00 0.1260000000000E+03
2BB11 0.17594520E+00
0.2989619889342E+08 0.6199999999981E+00 0.1260000000000E+03
2CB11 0.18794859E+00
0.2990883979437E+08 0.6200000000020E+00 0.1260000000000E+03
2DB11 0.16596090E+00
0.2992148077477E+08 0.6199999999986E+00 0.1260000000000E+03
2EB11 0.18496344E+00
0.2993412183459E+08 0.6200000000010E+00 0.1260000000000E+03
2FB11 0.23996167E+00
0.2994676297387E+08 0.6200000000000E+00 0.1260000000000E+03
2GB11 0.25996834E+00
0.2995940419260E+08 0.6199999999996E+00 0.1260000000000E+03
2HB11 0.28497610E+00
0.2997204549077E+08 0.6199999999997E+00 0.1260000000000E+03
2IB11 0.26998760E+00
0.2998468686837E+08 0.6200000000000E+00 0.1260000000000E+03
03B11 0.22999816E+00
0.2999732832540E+08 0.6199999999994E+00 0.1260000000000E+03
3AB11 0.30600915E+00
0.3000996986184E+08 0.6200000000002E+00 0.1260000000000E+03
3BB11 0.28501933E+00
0.3002261147772E+08 0.6200000000001E+00 0.1260000000000E+03
3CB11 0.15501639E+00
0.3003525317301E+08 0.6199999999990E+00 0.1260000000000E+03
3DB11 0.29904296E+00
0.3004789494544E+08 0.6199999999991E+00 0.1260000000000E+03
3EB11 0.33406066E+00
0.3006053679957E+08 0.6200000000006E+00 0.1260000000000E+03
3FB11 0.32007026E+00
0.3007317873312E+08 0.6200000000014E+00 0.1260000000000E+03
3GB11 0.29407570E+00
0.3008582074607E+08 0.6200000000011E+00 0.1260000000000E+03
3HB11 0.27908242E+00
0.3009846283843E+08 0.6200000000012E+00 0.1260000000000E+03
3IB11 0.71023669E-01
0.3011110501020E+08 0.6199999999993E+00 0.1260000000000E+03
02B12 0.14294463E+00
0.2987091732999E+08 0.6200000000010E+00 0.1260000000000E+03
2AB12 0.15794482E+00
0.2988355807195E+08 0.6199999999975E+00 0.1260000000000E+03
2BB12 0.17594520E+00
0.2989619889342E+08 0.6199999999994E+00 0.1260000000000E+03
2CB12 0.18794859E+00
0.2990883979437E+08 0.6200000000013E+00 0.1260000000000E+03
2DB12 0.16596090E+00
0.2992148077477E+08 0.6200000000047E+00 0.1260000000000E+03
2EB12 0.18496344E+00
0.2993412183459E+08 0.6200000000001E+00 0.1260000000000E+03
2FB12 0.23996167E+00
0.2994676297387E+08 0.6199999999988E+00 0.1260000000000E+03
2GB12 0.25996834E+00
0.2995940419260E+08 0.6199999999994E+00 0.1260000000000E+03
2HB12 0.28497610E+00
0.2997204549077E+08 0.6199999999999E+00 0.1260000000000E+03
2IB12 0.26998760E+00
0.2998468686837E+08 0.6199999999997E+00 0.1260000000000E+03
03B12 0.22999816E+00
0.2999732832540E+08 0.6199999999999E+00 0.1260000000000E+03
3AB12 0.30600915E+00
0.3000996986185E+08 0.6200000000006E+00 0.1260000000000E+03
3BB12 0.28501933E+00
0.3002261147772E+08 0.6199999999994E+00 0.1260000000000E+03
3CB12 0.15501639E+00
0.3003525317302E+08 0.6199999999994E+00 0.1260000000000E+03
3DB12 0.29904296E+00
0.3004789494544E+08 0.6200000000004E+00 0.1260000000000E+03
3EB12 0.33406066E+00
0.3006053679957E+08 0.6200000000002E+00 0.1260000000000E+03
3FB12 0.32007026E+00
0.3007317873312E+08 0.6200000000012E+00 0.1260000000000E+03
3GB12 0.29407570E+00
0.3008582074607E+08 0.6199999999985E+00 0.1260000000000E+03
3HB12 0.27908242E+00
0.3009846283843E+08 0.6199999999990E+00 0.1260000000000E+03
3IB12 0.71023669E-01
0.3011110501020E+08 0.6200000000005E+00 0.1260000000000E+03
02B13 0.14294463E+00
0.2987091732999E+08 0.6200000000025E+00 0.1260000000000E+03
2AB13 0.15794482E+00
0.2988355807195E+08 0.6199999999997E+00 0.1260000000000E+03
2BB13 0.17594520E+00
0.2989619889342E+08 0.6200000000031E+00 0.1260000000000E+03
2CB13 0.18794859E+00
0.2990883979437E+08 0.6200000000005E+00 0.1260000000000E+03
2DB13 0.16596090E+00
0.2992148077477E+08 0.6200000000006E+00 0.1260000000000E+03
2EB13 0.18496344E+00
0.2993412183459E+08 0.6199999999993E+00 0.1260000000000E+03
2FB13 0.29895225E+00
0.2994676297387E+08 0.6199999999999E+00 0.1260000000000E+03
2GB13 0.29896359E+00
0.2995940419260E+08 0.6200000000000E+00 0.1260000000000E+03
2HB13 0.29897493E+00
0.2997204549077E+08 0.6200000000006E+00 0.1260000000000E+03
2IB13 0.29898626E+00
0.2998468686837E+08 0.6199999999993E+00 0.1260000000000E+03
03B13 0.29899760E+00
0.2999732832540E+08 0.6200000000004E+00 0.1260000000000E+03
3AB13 0.29900894E+00
0.3000996986184E+08 0.6200000000006E+00 0.1260000000000E+03
3BB13 0.29902028E+00
0.3002261147770E+08 0.6199999999998E+00 0.1260000000000E+03
3CB13 0.29903162E+00
0.3003525317262E+08 0.6199999999996E+00 0.1260000000000E+03
3DB13 0.29904296E+00
0.3004789494547E+08 0.6200000000006E+00 0.1260000000000E+03
3EB13 0.29905431E+00
0.3006053679957E+08 0.6199999999998E+00 0.1260000000000E+03
3FB13 0.29906565E+00
0.3007317873312E+08 0.6199999999999E+00 0.1260000000000E+03
3GB13 0.29907699E+00
0.3008582074607E+08 0.6200000000004E+00 0.1260000000000E+03
3HB13 0.29908833E+00
0.3009846283843E+08 0.6199999999991E+00 0.1260000000000E+03
3IB13 0.71023669E-01
0.3011110501020E+08 0.6199999999988E+00 0.1260000000000E+03
02B14 0.14294463E+00
0.2987091732999E+08 0.6199999999998E+00 0.1260000000000E+03
2AB14 0.15794482E+00
0.2988355807195E+08 0.6199999999986E+00 0.1260000000000E+03
2BB14 0.17594520E+00
0.2989619889342E+08 0.6199999999968E+00 0.1260000000000E+03
2CB14 0.18794859E+00
0.2990883979437E+08 0.6199999999983E+00 0.1260000000000E+03
2DB14 0.16596090E+00
0.2992148077477E+08 0.6200000000008E+00 0.1260000000000E+03
2EB14 0.18496344E+00
0.2993412183459E+08 0.6200000000003E+00 0.1260000000000E+03
2FB14 0.23996167E+00
0.2994676297387E+08 0.6200000000009E+00 0.1260000000000E+03
2GB14 0.25996834E+00
0.2995940419260E+08 0.6199999999999E+00 0.1260000000000E+03
2HB14 0.28497610E+00
0.2997204549077E+08 0.6200000000001E+00 0.1260000000000E+03
2IB14 0.26998760E+00
0.2998468686837E+08 0.6200000000007E+00 0.1260000000000E+03
03B14 0.22999816E+00
0.2999732832540E+08 0.6200000000015E+00 0.1260000000000E+03
3AB14 0.30600915E+00
0.3000996986184E+08 0.6200000000004E+00 0.1260000000000E+03
3BB14 0.28501933E+00
0.3002261147770E+08 0.6200000000000E+00 0.1260000000000E+03
3CB14 0.15501639E+00
0.3003525317283E+08 0.6199999999997E+00 0.1260000000000E+03
3DB14 0.29904296E+00
0.3004789494546E+08 0.6199999999997E+00 0.1260000000000E+03
3EB14 0.33406066E+00
0.3006053679957E+08 0.6199999999964E+00 0.1260000000000E+03
3FB14 0.32007026E+00
0.3007317873312E+08 0.6199999999970E+00 0.1260000000000E+03
3GB14 0.29407570E+00
0.3008582074607E+08 0.6199999999996E+00 0.1260000000000E+03
3HB14 0.27908242E+00
0.3009846283843E+08 0.6200000000010E+00 0.1260000000000E+03
3IB14 0.71023669E-01
0.3011110501020E+08 0.6199999999999E+00 0.1260000000000E+03
02B15 0.14294463E+00
0.2987091732999E+08 0.6200000000022E+00 0.1260000000000E+03
2AB15 0.15794482E+00
0.2988355807195E+08 0.6200000000000E+00 0.1260000000000E+03
2BB15 0.17594520E+00
0.2989619889342E+08 0.6199999999987E+00 0.1260000000000E+03
2CB15 0.18794859E+00
0.2990883979437E+08 0.6200000000052E+00 0.1260000000000E+03
2DB15 0.16596090E+00
0.2992148077477E+08 0.6200000000027E+00 0.1260000000000E+03
2EB15 0.18496344E+00
0.2993412183459E+08 0.6199999999984E+00 0.1260000000000E+03
2FB15 0.23996167E+00
0.2994676297387E+08 0.6199999999991E+00 0.1260000000000E+03
2GB15 0.25996834E+00
0.2995940419260E+08 0.6200000000007E+00 0.1260000000000E+03
2HB15 0.28497610E+00
0.2997204549077E+08 0.6199999999992E+00 0.1260000000000E+03
2IB15 0.26998760E+00
0.2998468686837E+08 0.6200000000004E+00 0.1260000000000E+03
03B15 0.22999816E+00
0.2999732832540E+08 0.6199999999993E+00 0.1260000000000E+03
3AB15 0.30600915E+00
0.3000996986184E+08 0.6200000000004E+00 0.1260000000000E+03
3BB15 0.28501933E+00
0.3002261147770E+08 0.6199999999987E+00 0.1260000000000E+03
3CB15 0.15501639E+00
0.3003525317284E+08 0.6199999999996E+00 0.1260000000000E+03
3DB15 0.29904296E+00
0.3004789494546E+08 0.6199999999992E+00 0.1260000000000E+03
3EB15 0.33406066E+00
0.3006053679957E+08 0.6200000000006E+00 0.1260000000000E+03
3FB15 0.32007026E+00
0.3007317873312E+08 0.6199999999978E+00 0.1260000000000E+03
3GB15 0.29407570E+00
0.3008582074607E+08 0.6200000000002E+00 0.1260000000000E+03
3HB15 0.27908242E+00
0.3009846283843E+08 0.6200000000007E+00 0.1260000000000E+03
3IB15 0.71023669E-01
0.3011110501020E+08 0.6199999999989E+00 0.1260000000000E+03
02B16 0.14294463E+00
0.2987091732999E+08 0.6199999999959E+00 0.1260000000000E+03
2AB16 0.15794482E+00
0.2988355807195E+08 0.6199999999990E+00 0.1260000000000E+03
2BB16 0.17594520E+00
0.2989619889342E+08 0.6199999999967E+00 0.1260000000000E+03
2CB16 0.18794859E+00
0.2990883979437E+08 0.6199999999992E+00 0.1260000000000E+03
2DB16 0.16596090E+00
0.2992148077477E+08 0.6199999999951E+00 0.1260000000000E+03
2EB16 0.18496344E+00
0.2993412183459E+08 0.6199999999998E+00 0.1260000000000E+03
2FB16 0.23996167E+00
0.2994676297387E+08 0.6199999999998E+00 0.1260000000000E+03
2GB16 0.25996834E+00
0.2995940419260E+08 0.6200000000017E+00 0.1260000000000E+03
2HB16 0.28497610E+00
0.2997204549077E+08 0.6200000000004E+00 0.1260000000000E+03
2IB16 0.26998760E+00
0.2998468686837E+08 0.6200000000003E+00 0.1260000000000E+03
03B16 0.22999816E+00
0.2999732832540E+08 0.6199999999998E+00 0.1260000000000E+03
3AB16 0.30600915E+00
0.3000996986184E+08 0.6200000000000E+00 0.1260000000000E+03
3BB16 0.28501933E+00
0.3002261147771E+08 0.6199999999999E+00 0.1260000000000E+03
3CB16 0.15501639E+00
0.3003525317297E+08 0.6199999999999E+00 0.1260000000000E+03
3DB16 0.29904296E+00
0.3004789494545E+08 0.6199999999989E+00 0.1260000000000E+03
3EB16 0.33406066E+00
0.3006053679957E+08 0.6199999999989E+00 0.1260000000000E+03
3FB16 0.32007026E+00
0.3007317873312E+08 0.6199999999988E+00 0.1260000000000E+03
3GB16 0.29407570E+00
0.3008582074607E+08 0.6199999999990E+00 0.1260000000000E+03
3HB16 0.27908242E+00
0.3009846283843E+08 0.6199999999990E+00 0.1260000000000E+03
3IB16 0.71023669E-01
0.3011110501020E+08 0.6200000000004E+00 0.1260000000000E+03
02B17 0.14294463E+00
0.2987091732999E+08 0.6200000000043E+00 0.1260000000000E+03
2AB17 0.15794482E+00
0.2988355807195E+08 0.6199999999987E+00 0.1260000000000E+03
2BB17 0.17594520E+00
0.2989619889342E+08 0.6200000000001E+00 0.1260000000000E+03
2CB17 0.18794859E+00
0.2990883979437E+08 0.6200000000004E+00 0.1260000000000E+03
2DB17 0.16596090E+00
0.2992148077477E+08 0.6199999999954E+00 0.1260000000000E+03
2EB17 0.18496344E+00
0.2993412183459E+08 0.6200000000016E+00 0.1260000000000E+03
2FB17 0.23996167E+00
0.2994676297387E+08 0.6199999999994E+00 0.1260000000000E+03
2GB17 0.25996834E+00
0.2995940419260E+08 0.6200000000000E+00 0.1260000000000E+03
2HB17 0.28497610E+00
0.2997204549077E+08 0.6200000000000E+00 0.1260000000000E+03
2IB17 0.26998760E+00
0.2998468686837E+08 0.6199999999998E+00 0.1260000000000E+03
03B17 0.22999816E+00
0.2999732832540E+08 0.6200000000001E+00 0.1260000000000E+03
3AB17 0.30600915E+00
0.3000996986184E+08 0.6199999999995E+00 0.1260000000000E+03
3BB17 0.28501933E+00
0.3002261147772E+08 0.6199999999994E+00 0.1260000000000E+03
3CB17 0.15501639E+00
0.3003525317301E+08 0.6199999999995E+00 0.1260000000000E+03
3DB17 0.29904296E+00
0.3004789494544E+08 0.6200000000009E+00 0.1260000000000E+03
3EB17 0.33406066E+00
0.3006053679957E+08 0.6200000000032E+00 0.1260000000000E+03
3FB17 0.32007026E+00
0.3007317873312E+08 0.6200000000033E+00 0.1260000000000E+03
3GB17 0.29407570E+00
0.3008582074607E+08 0.6199999999980E+00 0.1260000000000E+03
3HB17 0.27908242E+00
0.3009846283843E+08 0.6200000000008E+00 0.1260000000000E+03
3IB17 0.71023669E-01
0.3011110501020E+08 0.6200000000003E+00 0.1260000000000E+03
02B18 0.14294463E+00
0.2987091732999E+08 0.6199999999977E+00 0.1260000000000E+03
2AB18 0.15794482E+00
0.2988355807195E+08 0.6199999999997E+00 0.1260000000000E+03
2BB18 0.17594520E+00
0.2989619889342E+08 0.6200000000008E+00 0.1260000000000E+03
2CB18 0.18794859E+00
0.2990883979437E+08 0.6199999999995E+00 0.1260000000000E+03
2DB18 0.16596090E+00
0.2992148077477E+08 0.6199999999990E+00 0.1260000000000E+03
2EB18 0.18496344E+00
0.2993412183459E+08 0.6200000000007E+00 0.1260000000000E+03
2FB18 0.23996167E+00
0.2994676297387E+08 0.6200000000001E+00 0.1260000000000E+03
2GB18 0.25996834E+00
0.2995940419260E+08 0.6200000000002E+00 0.1260000000000E+03
2HB18 0.28497610E+00
0.2997204549077E+08 0.6200000000007E+00 0.1260000000000E+03
2IB18 0.26998760E+00
0.2998468686837E+08 0.6199999999996E+00 0.1260000000000E+03
03B18 0.22999816E+00
0.2999732832540E+08 0.6200000000005E+00 0.1260000000000E+03
3AB18 0.30600915E+00
0.3000996986185E+08 0.6199999999994E+00 0.1260000000000E+03
3BB18 0.28501933E+00
0.3002261147772E+08 0.6199999999996E+00 0.1260000000000E+03
3CB18 0.15501639E+00
0.3003525317302E+08 0.6199999999988E+00 0.1260000000000E+03
3DB18 0.29904296E+00
0.3004789494544E+08 0.6200000000017E+00 0.1260000000000E+03
3EB18 0.33406066E+00
0.3006053679957E+08 0.6200000000027E+00 0.1260000000000E+03
3FB18 0.32007026E+00
0.3007317873312E+08 0.6200000000016E+00 0.1260000000000E+03
3GB18 0.29407570E+00
0.3008582074607E+08 0.6199999999999E+00 0.1260000000000E+03
3HB18 0.27908242E+00
0.3009846283843E+08 0.6200000000005E+00 0.1260000000000E+03
3IB18 0.71023669E-01
0.3011110501020E+08 0.6200000000008E+00 0.1260000000000E+03
02B19 0.14294463E+00
0.2987091732999E+08 0.6200000000039E+00 0.1260000000000E+03
2AB19 0.15794482E+00
0.2988355807195E+08 0.6199999999985E+00 0.1260000000000E+03
2BB19 0.17594520E+00
0.2989619889342E+08 0.6200000000029E+00 0.1260000000000E+03
2CB19 0.18794859E+00
0.2990883979437E+08 0.6200000000020E+00 0.1260000000000E+03
2DB19 0.16596090E+00
0.2992148077477E+08 0.6199999999987E+00 0.1260000000000E+03
2EB19 0.18496344E+00
0.2993412183459E+08 0.6200000000012E+00 0.1260000000000E+03
2FB19 0.23996167E+00
0.2994676297387E+08 0.6199999999996E+00 0.1260000000000E+03
2GB19 0.25996834E+00
0.2995940419260E+08 0.6200000000008E+00 0.1260000000000E+03
2HB19 0.28497610E+00
0.2997204549077E+08 0.6199999999999E+00 0.1260000000000E+03
2IB19 0.26998760E+00
0.2998468686837E+08 0.6199999999995E+00 0.1260000000000E+03
03B19 0.22999816E+00
0.2999732832540E+08 0.6200000000003E+00 0.1260000000000E+03
3AB19 0.30600915E+00
0.3000996986184E+08 0.6200000000015E+00 0.1260000000000E+03
3BB19 0.28501933E+00
0.3002261147770E+08 0.6200000000001E+00 0.1260000000000E+03
3CB19 0.15501639E+00
0.3003525317284E+08 0.6199999999996E+00 0.1260000000000E+03
3DB19 0.29904296E+00
0.3004789494546E+08 0.6200000000000E+00 0.1260000000000E+03
3EB19 0.33406066E+00
0.3006053679957E+08 0.6200000000028E+00 0.1260000000000E+03
3FB19 0.32007026E+00
0.3007317873312E+08 0.6199999999973E+00 0.1260000000000E+03
3GB19 0.29407570E+00
0.3008582074607E+08 0.6199999999995E+00 0.1260000000000E+03
3HB19 0.27908242E+00
0.3009846283843E+08 0.6199999999984E+00 0.1260000000000E+03
3IB19 0.71023669E-01
0.3011110501020E+08 0.6199999999997E+00 0.1260000000000E+03
02B20 0.14294463E+00
0.2987091732999E+08 0.6200000000009E+00 0.1260000000000E+03
2AB20 0.15794482E+00
0.2988355807195E+08 0.6200000000037E+00 0.1260000000000E+03
2BB20 0.17594520E+00
0.2989619889342E+08 0.6200000000024E+00 0.1260000000000E+03
2CB20 0.18794859E+00
0.2990883979437E+08 0.6199999999991E+00 0.1260000000000E+03
2DB20 0.16596090E+00
0.2992148077477E+08 0.6199999999963E+00 0.1260000000000E+03
2EB20 0.18496344E+00
0.2993412183459E+08 0.6199999999997E+00 0.1260000000000E+03
2FB20 0.23996167E+00
0.2994676297387E+08 0.6199999999991E+00 0.1260000000000E+03
2GB20 0.25996834E+00
0.2995940419260E+08 0.6200000000002E+00 0.1260000000000E+03
2HB20 0.28497610E+00
0.2997204549077E+08 0.6200000000006E+00 0.1260000000000E+03
2IB20 0.26998760E+00
0.2998468686837E+08 0.6199999999995E+00 0.1260000000000E+03
03B20 0.22999816E+00
0.2999732832540E+08 0.6199999999990E+00 0.1260000000000E+03
3AB20 0.30600915E+00
0.3000996986184E+08 0.6199999999999E+00 0.1260000000000E+03
3BB20 0.28501933E+00
0.3002261147771E+08 0.6199999999999E+00 0.1260000000000E+03
3CB20 0.15501639E+00
0.3003525317297E+08 0.6199999999992E+00 0.1260000000000E+03
3DB20 0.29904296E+00
0.3004789494545E+08 0.6199999999997E+00 0.1260000000000E+03
3EB20 0.33406066E+00
0.3006053679957E+08 0.6200000000008E+00 0.1260000000000E+03
3FB20 0.32007026E+00
0.3007317873312E+08 0.6199999999963E+00 0.1260000000000E+03
3GB20 0.29407570E+00
0.3008582074607E+08 0.6200000000013E+00 0.1260000000000E+03
3HB20 0.27908242E+00
0.3009846283843E+08 0.6199999999993E+00 0.1260000000000E+03
3IB20 0.71023669E-01
0.3011110501020E+08 0.6199999999999E+00 0.1260000000000E+03
02B21 0.14294463E+00
0.2987091732999E+08 0.6199999999999E+00 0.1260000000000E+03
2AB21 0.15794482E+00
0.2988355807195E+08 0.6200000000000E+00 0.1260000000000E+03
2BB21 0.17594520E+00
0.2989619889342E+08 0.6200000000016E+00 0.1260000000000E+03
2CB21 0.18794859E+00
0.2990883979437E+08 0.6199999999985E+00 0.1260000000000E+03
2DB21 0.16596090E+00
0.2992148077477E+08 0.6200000000027E+00 0.1260000000000E+03
2EB21 0.18496344E+00
0.2993412183459E+08 0.6200000000008E+00 0.1260000000000E+03
2FB21 0.23996167E+00
0.2994676297387E+08 0.6199999999993E+00 0.1260000000000E+03
2GB21 0.25996834E+00
0.2995940419260E+08 0.6199999999996E+00 0.1260000000000E+03
2HB21 0.28497610E+00
0.2997204549077E+08 0.6199999999996E+00 0.1260000000000E+03
2IB21 0.26998760E+00
0.2998468686837E+08 0.6200000000000E+00 0.1260000000000E+03
03B21 0.22999816E+00
0.2999732832540E+08 0.6199999999988E+00 0.1260000000000E+03
3AB21 0.30600915E+00
0.3000996986184E+08 0.6200000000005E+00 0.1260000000000E+03
3BB21 0.28501933E+00
0.3002261147772E+08 0.6199999999998E+00 0.1260000000000E+03
3CB21 0.15501639E+00
0.3003525317301E+08 0.6200000000003E+00 0.1260000000000E+03
3DB21 0.29904296E+00
0.3004789494544E+08 0.6200000000006E+00 0.1260000000000E+03
3EB21 0.33406066E+00
0.3006053679957E+08 0.6199999999994E+00 0.1260000000000E+03
3FB21 0.32007026E+00
0.3007317873312E+08 0.6199999999987E+00 0.1260000000000E+03
3GB21 0.29407570E+00
0.3008582074607E+08 0.6199999999994E+00 0.1260000000000E+03
3HB21 0.27908242E+00
0.3009846283843E+08 0.6200000000017E+00 0.1260000000000E+03
3IB21 0.71023669E-01
0.3011110501020E+08 0.6199999999994E+00 0.1260000000000E+03
02B22 0.14294463E+00
0.2987091732999E+08 0.6199999999984E+00 0.1260000000000E+03
2AB22 0.15794482E+00
0.2988355807195E+08 0.6199999999975E+00 0.1260000000000E+03
2BB22 0.17594520E+00
0.2989619889342E+08 0.6200000000019E+00 0.1260000000000E+03
2CB22 0.18794859E+00
0.2990883979437E+08 0.6199999999984E+00 0.1260000000000E+03
2DB22 0.16596090E+00
0.2992148077477E+08 0.6200000000003E+00 0.1260000000000E+03
2EB22 0.18496344E+00
0.2993412183459E+08 0.6200000000007E+00 0.1260000000000E+03
2FB22 0.23996167E+00
0.2994676297387E+08 0.6199999999986E+00 0.1260000000000E+03
2GB22 0.25996834E+00
0.2995940419260E+08 0.6199999999993E+00 0.1260000000000E+03
2HB22 0.28497610E+00
0.2997204549077E+08 0.6199999999993E+00 0.1260000000000E+03
2IB22 0.26998760E+00
0.2998468686837E+08 0.6200000000005E+00 0.1260000000000E+03
03B22 0.22999816E+00
0.2999732832540E+08 0.6199999999994E+00 0.1260000000000E+03
3AB22 0.30600915E+00
0.3000996986185E+08 0.6199999999989E+00 0.1260000000000E+03
3BB22 0.28501933E+00
0.3002261147772E+08 0.6200000000002E+00 0.1260000000000E+03
3CB22 0.15501639E+00
0.3003525317302E+08 0.6200000000004E+00 0.1260000000000E+03
3DB22 0.29904296E+00
0.3004789494544E+08 0.6199999999984E+00 0.1260000000000E+03
3EB22 0.33406066E+00
0.3006053679957E+08 0.6200000000025E+00 0.1260000000000E+03
3FB22 0.32007026E+00
0.3007317873312E+08 0.6200000000007E+00 0.1260000000000E+03
3GB22 0.29407570E+00
0.3008582074607E+08 0.6199999999988E+00 0.1260000000000E+03
3HB22 0.27908242E+00
0.3009846283843E+08 0.6200000000003E+00 0.1260000000000E+03
3IB22 0.71023669E-01
0.3011110501020E+08 0.6200000000004E+00 0.1260000000000E+03
02B23 0.14294463E+00
0.2987091732999E+08 0.6200000000005E+00 0.1260000000000E+03
2AB23 0.15794482E+00
0.2988355807195E+08 0.6199999999989E+00 0.1260000000000E+03
2BB23 0.17594520E+00
0.2989619889342E+08 0.6200000000016E+00 0.1260000000000E+03
2CB23 0.18794859E+00
0.2990883979437E+08 0.6200000000019E+00 0.1260000000000E+03
2DB23 0.16596090E+00
0.2992148077477E+08 0.6200000000003E+00 0.1260000000000E+03
2EB23 0.18496344E+00
0.2993412183459E+08 0.6199999999995E+00 0.1260000000000E+03
2FB23 0.23996167E+00
0.2994676297387E+08 0.6199999999991E+00 0.1260000000000E+03
2GB23 0.25996834E+00
0.2995940419260E+08 0.6199999999999E+00 0.1260000000000E+03
2HB23 0.28497610E+00
0.2997204549077E+08 0.6200000000002E+00 0.1260000000000E+03
2IB23 0.26998760E+00
0.2998468686837E+08 0.6199999999989E+00 0.1260000000000E+03
03B23 0.22999816E+00
0.2999732832540E+08 0.6200000000005E+00 0.1260000000000E+03
3AB23 0.30600915E+00
0.3000996986184E+08 0.6200000000000E+00 0.1260000000000E+03
3BB23 0.28501933E+00
0.3002261147770E+08 0.6200000000003E+00 0.1260000000000E+03
3CB23 0.15501639E+00
0.3003525317283E+08 0.6199999999996E+00 0.1260000000000E+03
3DB23 0.29904296E+00
0.3004789494546E+08 0.6199999999986E+00 0.1260000000000E+03
3EB23 0.33406066E+00
0.3006053679957E+08 0.6200000000007E+00 0.1260000000000E+03
3FB23 0.32007026E+00
0.3007317873312E+08 0.6199999999995E+00 0.1260000000000E+03
3GB23 0.29407570E+00
0.3008582074607E+08 0.6200000000011E+00 0.1260000000000E+03
3HB23 0.27908242E+00
0.3009846283843E+08 0.6199999999992E+00 0.1260000000000E+03
3IB23 0.71023669E-01
0.3011110501020E+08 0.6199999999999E+00 0.1260000000000E+03
02B24 0.14294463E+00
0.2987091732999E+08 0.6199999999968E+00 0.1260000000000E+03
2AB24 0.15794482E+00
0.2988355807195E+08 0.6199999999988E+00 0.1260000000000E+03
2BB24 0.17594520E+00
0.2989619889342E+08 0.6200000000012E+00 0.1260000000000E+03
2CB24 0.18794859E+00
0.2990883979437E+08 0.6199999999968E+00 0.1260000000000E+03
2DB24 0.16596090E+00
0.2992148077477E+08 0.6200000000005E+00 0.1260000000000E+03
2EB24 0.18496344E+00
0.2993412183459E+08 0.6200000000002E+00 0.1260000000000E+03
2FB24 0.23996167E+00
0.2994676297387E+08 0.6200000000008E+00 0.1260000000000E+03
2GB24 0.25996834E+00
0.2995940419260E+08 0.6200000000006E+00 0.1260000000000E+03
2HB24 0.28497610E+00
0.2997204549077E+08 0.6200000000005E+00 0.1260000000000E+03
2IB24 0.26998760E+00
0.2998468686837E+08 0.6200000000002E+00 0.1260000000000E+03
03B24 0.22999816E+00
0.2999732832540E+08 0.6200000000002E+00 0.1260000000000E+03
3AB24 0.30600915E+00
0.3000996986184E+08 0.6199999999992E+00 0.1260000000000E+03
3BB24 0.28501933E+00
0.3002261147771E+08 0.6199999999999E+00 0.1260000000000E+03
3CB24 0.15501639E+00
0.3003525317296E+08 0.6199999999999E+00 0.1260000000000E+03
3DB24 0.29904296E+00
0.3004789494545E+08 0.6199999999996E+00 0.1260000000000E+03
3EB24 0.33406066E+00
0.3006053679957E+08 0.6199999999985E+00 0.1260000000000E+03
3FB24 0.32007026E+00
0.3007317873312E+08 0.6199999999989E+00 0.1260000000000E+03
3GB24 0.29407570E+00
0.3008582074607E+08 0.6199999999986E+00 0.1260000000000E+03
3HB24 0.27908242E+00
0.3009846283843E+08 0.6199999999997E+00 0.1260000000000E+03
3IB24 0.71023669E-01
0.3011110501020E+08 0.6199999999995E+00 0.1260000000000E+03
02B25 0.14294463E+00
0.2987091732999E+08 0.6199999999982E+00 0.1260000000000E+03
2AB25 0.15794482E+00
0.2988355807195E+08 0.6200000000025E+00 0.1260000000000E+03
2BB25 0.17594520E+00
0.2989619889342E+08 0.6199999999988E+00 0.1260000000000E+03
2CB25 0.18794859E+00
0.2990883979437E+08 0.6199999999985E+00 0.1260000000000E+03
2DB25 0.16596090E+00
0.2992148077477E+08 0.6200000000022E+00 0.1260000000000E+03
2EB25 0.18496344E+00
0.2993412183459E+08 0.6200000000003E+00 0.1260000000000E+03
2FB25 0.23996167E+00
0.2994676297387E+08 0.6199999999991E+00 0.1260000000000E+03
2GB25 0.25996834E+00
0.2995940419260E+08 0.6200000000001E+00 0.1260000000000E+03
2HB25 0.28497610E+00
0.2997204549077E+08 0.6200000000007E+00 0.1260000000000E+03
2IB25 0.26998760E+00
0.2998468686837E+08 0.6200000000002E+00 0.1260000000000E+03
03B25 0.22999816E+00
0.2999732832540E+08 0.6199999999999E+00 0.1260000000000E+03
3AB25 0.30600915E+00
0.3000996986184E+08 0.6199999999993E+00 0.1260000000000E+03
3BB25 0.28501933E+00
0.3002261147772E+08 0.6200000000005E+00 0.1260000000000E+03
3CB25 0.15501639E+00
0.3003525317301E+08 0.6199999999996E+00 0.1260000000000E+03
3DB25 0.29904296E+00
0.3004789494544E+08 0.6199999999997E+00 0.1260000000000E+03
3EB25 0.33406066E+00
0.3006053679957E+08 0.6200000000035E+00 0.1260000000000E+03
3FB25 0.32007026E+00
0.3007317873312E+08 0.6200000000030E+00 0.1260000000000E+03
3GB25 0.29407570E+00
0.3008582074607E+08 0.6199999999984E+00 0.1260000000000E+03
3HB25 0.27908242E+00
0.3009846283843E+08 0.6199999999998E+00 0.1260000000000E+03
3IB25 0.71023669E-01
0.3011110501020E+08 0.6199999999997E+00 0.1260000000000E+03
02B26 0.14294463E+00
0.2987091732999E+08 0.6199999999990E+00 0.1260000000000E+03
2AB26 0.15794482E+00
0.2988355807195E+08 0.6200000000009E+00 0.1260000000000E+03
2BB26 0.17594520E+00
0.2989619889342E+08 0.6200000000017E+00 0.1260000000000E+03
2CB26 0.18794859E+00
0.2990883979437E+08 0.6200000000002E+00 0.1260000000000E+03
2DB26 0.16596090E+00
0.2992148077477E+08 0.6200000000019E+00 0.1260000000000E+03
2EB26 0.18496344E+00
0.2993412183459E+08 0.6199999999978E+00 0.1260000000000E+03
2FB26 0.23996167E+00
0.2994676297387E+08 0.6199999999993E+00 0.1260000000000E+03
2GB26 0.25996834E+00
0.2995940419260E+08 0.6200000000009E+00 0.1260000000000E+03
2HB26 0.28497610E+00
0.2997204549077E+08 0.6200000000001E+00 0.1260000000000E+03
2IB26 0.26998760E+00
0.2998468686837E+08 0.6200000000002E+00 0.1260000000000E+03
03B26 0.22999816E+00
0.2999732832540E+08 0.6199999999998E+00 0.1260000000000E+03
3AB26 0.30600915E+00
0.3000996986185E+08 0.6200000000008E+00 0.1260000000000E+03
3BB26 0.28501933E+00
0.3002261147772E+08 0.6200000000009E+00 0.1260000000000E+03
3CB26 0.15501639E+00
0.3003525317302E+08 0.6199999999997E+00 0.1260000000000E+03
3DB26 0.29904296E+00
0.3004789494544E+08 0.6199999999992E+00 0.1260000000000E+03
3EB26 0.33406066E+00
0.3006053679957E+08 0.6199999999991E+00 0.1260000000000E+03
3FB26 0.32007026E+00
0.3007317873312E+08 0.6199999999992E+00 0.1260000000000E+03
3GB26 0.29407570E+00
0.3008582074607E+08 0.6200000000001E+00 0.1260000000000E+03
3HB26 0.27908242E+00
0.3009846283843E+08 0.6199999999980E+00 0.1260000000000E+03
3IB26 0.71023669E-01
0.3011110501020E+08 0.6199999999990E+00 0.1260000000000E+03
02B27 0.14294463E+00
0.2987091732999E+08 0.6199999999989E+00 0.1260000000000E+03
2AB27 0.15794482E+00
0.2988355807195E+08 0.6200000000014E+00 0.1260000000000E+03
2BB27 0.17594520E+00
0.2989619889342E+08 0.6199999999987E+00 0.1260000000000E+03
2CB27 0.18794859E+00
0.2990883979437E+08 0.6200000000007E+00 0.1260000000000E+03
2DB27 0.16596090E+00
0.2992148077477E+08 0.6199999999992E+00 0.1260000000000E+03
2EB27 0.18496344E+00
0.2993412183459E+08 0.6200000000006E+00 0.1260000000000E+03
2FB27 0.23996167E+00
0.2994676297387E+08 0.6199999999998E+00 0.1260000000000E+03
2GB27 0.25996834E+00
0.2995940419260E+08 0.6199999999998E+00 0.1260000000000E+03
2HB27 0.28497610E+00
0.2997204549077E+08 0.6200000000010E+00 0.1260000000000E+03
2IB27 0.26998760E+00
0.2998468686837E+08 0.6200000000003E+00 0.1260000000000E+03
03B27 0.22999816E+00
0.2999732832540E+08 0.6200000000006E+00 0.1260000000000E+03
3AB27 0.30600915E+00
0.3000996986184E+08 0.6200000000003E+00 0.1260000000000E+03
3BB27 0.28501933E+00
0.3002261147770E+08 0.6199999999996E+00 0.1260000000000E+03
3CB27 0.15501639E+00
0.3003525317282E+08 0.6200000000001E+00 0.1260000000000E+03
3DB27 0.29904296E+00
0.3004789494546E+08 0.6199999999993E+00 0.1260000000000E+03
3EB27 0.33406066E+00
0.3006053679957E+08 0.6200000000002E+00 0.1260000000000E+03
3FB27 0.32007026E+00
0.3007317873312E+08 0.6200000000000E+00 0.1260000000000E+03
3GB27 0.29407570E+00
0.3008582074607E+08 0.6200000000005E+00 0.1260000000000E+03
3HB27 0.27908242E+00
0.3009846283843E+08 0.6200000000007E+00 0.1260000000000E+03
3IB27 0.71023669E-01
0.3011110501020E+08 0.6199999999981E+00 0.1260000000000E+03
DUM00 0.29900000E+00
0.3000000000000E+08 0.6200000000000E+00 0.1260000000000E+03
ENDCY----1----*----2----*----3----*----4----*----5----*----6----*----7----*----8
(examples/rtes_benchmark/Cranfield_HT_season_caps_water_oldboundary_coarse.i)
#---geothermal battery project - Cranfield - cross validation with TOUGH simulator
#---define initial pressure and temperature
pp_ini_bc = 3e+7 # Pa
T_ini_bc = 399.15 # K
well_length = 15.6 #lower two-thirds of the formation
inj_ext_flux= ${fparse 3/well_length/4 } # 3 kg/s over injection length with 1/4 sysmentrical model
# Darcy flow with heat advection and conduction
[Mesh]
[./fmg]
type = FileMeshGenerator
file = Cranfield_caps_old_coarse.e
[]
[]
#############################################################
[GlobalParams]
PorousFlowDictator = dictator
[]
####################################################‰########
[PorousFlowUnsaturated]
relative_permeability_type = COREY
relative_permeability_exponent = 0
add_darcy_aux = true
coupling_type = ThermoHydro
gravity = '0 0 -9.8'
porepressure = porepressure
temperature = temperature
fp = tabulated_water
use_displaced_mesh = false
[]
###########################################################
[Variables]
[./porepressure]
[../]
[./temperature]
scaling = 1E-8
[../]
[]
###########################################################
[AuxVariables]
[./density]
order = CONSTANT
family = MONOMIAL
[../]
[./perm_z]
family = monomial
order = constant
[../]
[./perm_x]
family = monomial
order = constant
[../]
[]
##############################################################
[AuxKernels]
[./density]
type = MaterialRealAux
variable = density
property = PorousFlow_fluid_phase_density_qp0
execute_on = TIMESTEP_END
[../]
[./perm_z]
type = PorousFlowPropertyAux
property = permeability
variable = perm_z
row = 2
column = 2
[../]
[./perm_x]
type = PorousFlowPropertyAux
property = permeability
variable = perm_x
row = 1
column = 1
[../]
[]
############################################################
[UserObjects]
[./fluid_mass_in_inc]
type = PorousFlowSumQuantity
[../]
[./fluid_mass_out_inc]
type = PorousFlowSumQuantity
[../]
[./heat_enthalpy_in_inc]
type = PorousFlowSumQuantity
[../]
[./heat_enthalpy_out_inc]
type = PorousFlowSumQuantity
[../]
[]
############################################################
[ICs]
[./init_pp]
type = FunctionIC
function = ${pp_ini_bc}
variable = porepressure
[../]
[./init_temp]
type = ConstantIC
value = ${T_ini_bc}
variable = temperature
[../]
[]
###############################################################
#[BCs]
# [./P_drained]
# type = DirichletBC
# variable = porepressure
# boundary = 'top bottom'
# value = ${pp_ini_bc}
# [../]
# [./T_cont]
# type = DirichletBC
# variable = temperature
# boundary = 'top bottom'
# value = ${T_ini_bc}
# [../]
#[]
############################################################
[DiracKernels]
[./summer_injection_P]
type = PorousFlowPolyLineSink
fluid_phase = 0
variable = porepressure
SumQuantityUO = fluid_mass_in_inc
line_base = '1 -9.99 -9.99 -10.8'
line_length = ${well_length}
line_direction = '0 0 1'
use_mobility = false
p_or_t_vals = '-1e9 1e9'
fluxes = '-${inj_ext_flux} -${inj_ext_flux}'
[../]
[./summer_injection_T]
type = EnthalpySink
fluid_phase = 0
variable = temperature
SumQuantityUO = heat_enthalpy_in_inc
line_base = '1 -9.99 -9.99 -10.8'
line_length = ${well_length}
line_direction = '0 0 1'
pressure = porepressure
T_in = 453.15
fp = tabulated_water
p_or_t_vals = '-1e9 1e9'
fluxes = '-${inj_ext_flux} -${inj_ext_flux}'
[../]
[./summer_production_P]
type = PorousFlowPolyLineSink
fluid_phase = 0
variable = porepressure
SumQuantityUO = fluid_mass_out_inc
line_base = '1 9.99 9.99 -10.8'
line_length = ${well_length}
line_direction = '0 0 1'
use_mobility = false
p_or_t_vals = '-1e9 1e9'
fluxes = '${inj_ext_flux} ${inj_ext_flux}'
[../]
[./summer_production_T]
type = PorousFlowPolyLineSink
fluid_phase = 0
variable = temperature
SumQuantityUO = heat_enthalpy_out_inc
line_base = '1 9.99 9.99 -10.8'
line_length = ${well_length}
line_direction = '0 0 1'
use_mobility = false
use_enthalpy = true
p_or_t_vals = '-1e9 1e9'
fluxes = '${inj_ext_flux} ${inj_ext_flux}'
[../]
[./winter_injection_P]
type = PorousFlowPolyLineSink
fluid_phase = 0
variable = porepressure
SumQuantityUO = fluid_mass_in_inc
line_base = '1 -9.99 -9.99 -10.8'
line_length = ${well_length}
line_direction = '0 0 1'
use_mobility = false
p_or_t_vals = '-1e9 1e9'
fluxes = '-${inj_ext_flux} -${inj_ext_flux}'
[../]
[./winter_injection_T]
type = EnthalpySink
fluid_phase = 0
variable = temperature
SumQuantityUO = heat_enthalpy_in_inc
line_base = '1 -9.99 -9.99 -10.8'
line_length = ${well_length}
line_direction = '0 0 1'
pressure = porepressure
T_in = 399.15
fp = tabulated_water
p_or_t_vals = '-1e9 1e9'
fluxes = '-${inj_ext_flux} -${inj_ext_flux}'
[../]
[./winter_production_P]
type = PorousFlowPolyLineSink
fluid_phase = 0
variable = porepressure
SumQuantityUO = fluid_mass_out_inc
line_base = '1 9.99 9.99 -10.8'
line_length = ${well_length}
line_direction = '0 0 1'
use_mobility = false
p_or_t_vals = '-1e9 1e9'
fluxes = '${inj_ext_flux} ${inj_ext_flux}'
[../]
[./winter_production_T]
type = PorousFlowPolyLineSink
fluid_phase = 0
variable = temperature
SumQuantityUO = heat_enthalpy_out_inc
line_base = '1 9.99 9.99 -10.8'
line_length = ${well_length}
line_direction = '0 0 1'
use_mobility = false
use_enthalpy = true
p_or_t_vals = '-1e9 1e9'
fluxes = '${inj_ext_flux} ${inj_ext_flux}'
[../]
[]
############################################################
[Controls]
[summer_injection]
type = ConditionalFunctionEnableControl
conditional_function = inj_function_summer
enable_objects = 'DiracKernels::summer_injection_P DiracKernels::summer_injection_T DiracKernels::summer_production_P DiracKernels::summer_production_T'
[]
[winter_injection]
type = ConditionalFunctionEnableControl
conditional_function = inj_function_winter
enable_objects = 'DiracKernels::winter_injection_P DiracKernels::winter_injection_T DiracKernels::winter_production_P DiracKernels::winter_production_T'
[]
[]
[Functions]
[./inj_function_summer]
type = ParsedFunction
value = '(t/24/3600/365-floor(t/24/3600/365))<=0.25'
[../]
[./inj_function_winter]
type = ParsedFunction
value = '(t/24/3600/365-floor(t/24/3600/365))>0.5 & (t/24/3600/365-floor(t/24/3600/365)) <=0.75'
[../]
[]
############################################################
[Modules]
[./FluidProperties]
[./true_water]
type = Water97FluidProperties
[../]
[./tabulated_water]
type = TabulatedFluidProperties
fp = true_water
temperature_min = 275
temperature_max = 600
pressure_max = 1E8
interpolated_properties = 'density viscosity enthalpy internal_energy'
fluid_property_file = water97_tabulated.csv
[../]
[../]
[]
############################################################
[Materials]
[./internal_energy_aquifer]
type = PorousFlowMatrixInternalEnergy
specific_heat_capacity = 920.0
density = 2600.0
block = 'caps layer_1 layer_2 layer_3 layer_4 layer_5 layer_6 layer_7 layer_8 layer_9 layer_10 layer_11 layer_12 layer_13 layer_14 layer_15 layer_16 layer_17 layer_18 layer_19 layer_20'
[../]
[./thermal_conductivity_aquifer]
type = PorousFlowThermalConductivityIdeal
dry_thermal_conductivity = '2.51 0 0 0 2.51 0 0 0 2.51'
block = 'caps layer_1 layer_2 layer_3 layer_4 layer_5 layer_6 layer_7 layer_8 layer_9 layer_10 layer_11 layer_12 layer_13 layer_14 layer_15 layer_16 layer_17 layer_18 layer_19 layer_20'
[../]
[./porosity_caps]
type = PorousFlowPorosityConst
block = caps
porosity = 0.01
[../]
[./permeability_caps]
type = PorousFlowPermeabilityConst
block = caps
permeability = '1E-18 0 0 0 1E-18 0 0 0 1E-18'
[../]
[./porosity_layer_1]
type = PorousFlowPorosity
block = layer_1
porosity_zero = 0.143
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_1]
type = PorousFlowPermeabilityConst
block = layer_1
permeability = '.8130E-15 0 0 0 .8130E-15 0 0 0 .3160E-15'
[../]
[./porosity_layer_2]
type = PorousFlowPorosity
block = layer_2
porosity_zero = 0.158
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_2]
type = PorousFlowPermeabilityConst
block = layer_2
permeability = '.3460E-14 0 0 0 .3460E-14 0 0 0 .1350E-14'
[../]
[./porosity_layer_3]
type = PorousFlowPorosity
block = layer_3
porosity_zero = 0.176
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_3]
type = PorousFlowPermeabilityConst
block = layer_3
permeability = '.1120E-13 0 0 0 .1120E-13 0 0 0 .4390E-14'
[../]
[./porosity_layer_4]
type = PorousFlowPorosity
block = layer_4
porosity_zero = 0.188
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_4]
type = PorousFlowPermeabilityConst
block = layer_4
permeability = '.1920E-13 0 0 0 .1920E-13 0 0 0 .1400E-13'
[../]
[./porosity_layer_5]
type = PorousFlowPorosity
block = layer_5
porosity_zero = 0.166
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_5]
type = PorousFlowPermeabilityConst
block = layer_5
permeability = '.5500E-14 0 0 0 .5500E-14 0 0 0 .3900E-14'
[../]
[./porosity_layer_6]
type = PorousFlowPorosity
block = layer_6
porosity_zero = 0.185
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_6]
type = PorousFlowPermeabilityConst
block = layer_6
permeability = '.1770E-13 0 0 0 .1770E-13 0 0 0 .1190E-13'
[../]
[./porosity_layer_7]
type = PorousFlowPorosity
block = layer_7
porosity_zero = 0.24
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_7]
type = PorousFlowPermeabilityConst
block = layer_7
permeability = '.9110E-13 0 0 0 .9110E-13 0 0 0 .8870E-13'
[../]
[./porosity_layer_8]
type = PorousFlowPorosity
block = layer_8
porosity_zero = 0.26
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_8]
type = PorousFlowPermeabilityConst
block = layer_8
permeability = '.1390E-12 0 0 0 .1390E-12 0 0 0 .1290E-12'
[../]
[./porosity_layer_9]
type = PorousFlowPorosity
block = layer_9
porosity_zero = 0.285
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_9]
type = PorousFlowPermeabilityConst
block = layer_9
permeability = '.2120E-12 0 0 0 .2120E-12 0 0 0 .2000E-12'
[../]
[./porosity_layer_10]
type = PorousFlowPorosity
block = layer_10
porosity_zero = 0.27
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_10]
type = PorousFlowPermeabilityConst
block = layer_10
permeability = '.1630E-12 0 0 0 .1630E-12 0 0 0 .1580E-12'
[../]
[./porosity_layer_11]
type = PorousFlowPorosity
block = layer_11
porosity_zero = 0.23
[../]
[./permeability_layer_11]
type = PorousFlowPermeabilityConst
block = layer_11
permeability = '.7700E-13 0 0 0 .7700E-13 0 0 0 .5990E-13'
[../]
[./porosity_layer_12]
type = PorousFlowPorosity
block = layer_12
porosity_zero = 0.306
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_12]
type = PorousFlowPermeabilityConst
block = layer_12
permeability = '.2880E-12 0 0 0 .2880E-12 0 0 0 .2880E-12'
[../]
[./porosity_layer_13]
type = PorousFlowPorosity
block = layer_13
porosity_zero = .285
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_13]
type = PorousFlowPermeabilityConst
block = layer_13
permeability = '.2130E-12 0 0 0 .2130E-12 0 0 0 .2040E-12'
[../]
[./porosity_layer_14]
type = PorousFlowPorosity
block = layer_14
porosity_zero = .155
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_14]
type = PorousFlowPermeabilityConst
block = layer_14
permeability = '.1080E-13 0 0 0 .1080E-13 0 0 0 .2190E-15'
[../]
[./porosity_layer_15]
type = PorousFlowPorosity
block = layer_15
porosity_zero = .299
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_15]
type = PorousFlowPermeabilityConst
block = layer_15
permeability = '.2660E-12 0 0 0 .2660E-12 0 0 0 .2330E-12'
[../]
[./porosity_layer_16]
type = PorousFlowPorosity
block = layer_16
porosity_zero = .334
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_16]
type = PorousFlowPermeabilityConst
block = layer_16
permeability = '.4230E-12 0 0 0 .4230E-12 0 0 0 .4110E-12'
[../]
[./porosity_layer_17]
type = PorousFlowPorosity
block = layer_17
porosity_zero = .32
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_17]
type = PorousFlowPermeabilityConst
block = layer_17
permeability = '.3560E-12 0 0 0 .3560E-12 0 0 0 .3300E-12'
[../]
[./porosity_layer_18]
type = PorousFlowPorosity
block = layer_18
porosity_zero = .294
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_18]
type = PorousFlowPermeabilityConst
block = layer_18
permeability = '.2420E-12 0 0 0 .2420E-12 0 0 0 .2360E-12'
[../]
[./porosity_layer_19]
type = PorousFlowPorosity
block = layer_19
porosity_zero = .279
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_19]
type = PorousFlowPermeabilityConst
block = layer_19
permeability = '.2050E-12 0 0 0 .2050E-12 0 0 0 .1310E-12'
[../]
[./porosity_layer_20]
type = PorousFlowPorosity
block = layer_20
porosity_zero = .071
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_20]
type = PorousFlowPermeabilityConst
block = layer_20
permeability = '.2700E-16 0 0 0 .2700E-16 0 0 0 .1000E-17 '
[../]
[]
############################################################
[Postprocessors]
[./is_summer]
type = FunctionValuePostprocessor
function = inj_function_summer
[../]
[./is_winter]
type = FunctionValuePostprocessor
function = inj_function_winter
[../]
[./inlet_mass_kg]
type = PorousFlowPlotQuantity
uo = fluid_mass_in_inc
[../]
[./inlet_enthalpy_J]
type = PorousFlowPlotQuantity
uo = heat_enthalpy_in_inc
[../]
[./outlet_mass_kg]
type = PorousFlowPlotQuantity
uo = fluid_mass_out_inc
[../]
[./outlet_enthalpy_J]
type = PorousFlowPlotQuantity
uo = heat_enthalpy_out_inc
[../]
[./production_temperature]
type = AverageNodalVariableValue
boundary = extraction
variable = temperature
[../]
[./production_porepressure]
type = AverageNodalVariableValue
boundary = extraction
variable = porepressure
[../]
[./injection_temperature]
type = AverageNodalVariableValue
boundary = injection
variable = temperature
[../]
[./injection_porepressure]
type = AverageNodalVariableValue
boundary = injection
variable = porepressure
[../]
[total]
type = MemoryUsage
mem_units = 'bytes'
execute_on = 'INITIAL TIMESTEP_END'
[]
[]
############################################################
[Preconditioning]
active = 'ilu_may_use_less_mem'
#active = 'superlu'
[./ilu_may_use_less_mem]
type = SMP
full = true
petsc_options = '-ksp_diagonal_scale -ksp_diagonal_scale_fix'
petsc_options_iname = '-ksp_type -pc_type -sub_pc_type -sub_pc_factor_shift_type -sub_pc_factor_levels'
petsc_options_value = 'gmres asm ilu NONZERO 2'
[../]
[./original]
type = SMP
full = true
petsc_options = '-ksp_diagonal_scale -ksp_diagonal_scale_fix'
petsc_options_iname = '-ksp_type -pc_type -sub_pc_type -sub_pc_factor_shift_type'
petsc_options_value = 'gmres asm lu NONZERO'
[../]
[./superlu]
type = SMP
full = true
petsc_options = '-ksp_diagonal_scale -ksp_diagonal_scale_fix'
petsc_options_iname = '-ksp_type -pc_type -pc_factor_mat_solver_package'
petsc_options_value = 'gmres lu superlu_dist'
[../]
[./sub_pc_superlu]
type = SMP
full = true
petsc_options = '-ksp_diagonal_scale -ksp_diagonal_scale_fix'
petsc_options_iname = '-ksp_type -pc_type -sub_pc_type -sub_pc_factor_shift_type -sub_pc_factor_mat_solver_package'
petsc_options_value = 'gmres asm lu NONZERO superlu_dist'
[../]
[./preferred]
#per Andy
type = SMP
full = true
petsc_options_iname = '-pc_type -pc_factor_mat_solver_package'
petsc_options_value = ' lu mumps'
[../]
[./basic]
type = SMP
full = true
petsc_options = '-ksp_diagonal_scale -ksp_diagonal_scale_fix'
petsc_options_iname = '-pc_type -sub_pc_type -sub_pc_factor_shift_type -pc_asm_overlap'
petsc_options_value = ' asm lu NONZERO 2'
[../]
[]
##########################################################
[Executioner]
type = Transient
solve_type = NEWTON
end_time = 31635000
# steady_state_detection = true
# steady_state_start_time = 864000 # 10 days
# steady_state_tolerance = 1e-6
dtmax = 216000 # 2 days
dtmin = 10
[./TimeStepper]
type = IterationAdaptiveDT
dt = 1000.0
optimal_iterations = 10
[../]
# controls for linear iterations
l_max_its = 100
l_tol = 1e-4
# controls for nonlinear iterations
nl_max_its = 50
nl_abs_tol = 1e-5
[]
###########################################################
[Outputs]
[./exodus]
type = Exodus
# file_base = sequence_out_1
# elemental_as_nodal = true
# overwrite = true
# sequence = true
interval = 20
[../]
[./Console]
type = Console
#perf_log = false
#output_linear = false
output_nonlinear = true
interval = 1
[../]
[./CSV]
type = CSV
interval = 1
[../]
[]
###########################################################
(examples/rtes_benchmark/Cranfield_HT_season_caps_water_oldboundary_coarse.i)
#---geothermal battery project - Cranfield - cross validation with TOUGH simulator
#---define initial pressure and temperature
pp_ini_bc = 3e+7 # Pa
T_ini_bc = 399.15 # K
well_length = 15.6 #lower two-thirds of the formation
inj_ext_flux= ${fparse 3/well_length/4 } # 3 kg/s over injection length with 1/4 sysmentrical model
# Darcy flow with heat advection and conduction
[Mesh]
[./fmg]
type = FileMeshGenerator
file = Cranfield_caps_old_coarse.e
[]
[]
#############################################################
[GlobalParams]
PorousFlowDictator = dictator
[]
####################################################‰########
[PorousFlowUnsaturated]
relative_permeability_type = COREY
relative_permeability_exponent = 0
add_darcy_aux = true
coupling_type = ThermoHydro
gravity = '0 0 -9.8'
porepressure = porepressure
temperature = temperature
fp = tabulated_water
use_displaced_mesh = false
[]
###########################################################
[Variables]
[./porepressure]
[../]
[./temperature]
scaling = 1E-8
[../]
[]
###########################################################
[AuxVariables]
[./density]
order = CONSTANT
family = MONOMIAL
[../]
[./perm_z]
family = monomial
order = constant
[../]
[./perm_x]
family = monomial
order = constant
[../]
[]
##############################################################
[AuxKernels]
[./density]
type = MaterialRealAux
variable = density
property = PorousFlow_fluid_phase_density_qp0
execute_on = TIMESTEP_END
[../]
[./perm_z]
type = PorousFlowPropertyAux
property = permeability
variable = perm_z
row = 2
column = 2
[../]
[./perm_x]
type = PorousFlowPropertyAux
property = permeability
variable = perm_x
row = 1
column = 1
[../]
[]
############################################################
[UserObjects]
[./fluid_mass_in_inc]
type = PorousFlowSumQuantity
[../]
[./fluid_mass_out_inc]
type = PorousFlowSumQuantity
[../]
[./heat_enthalpy_in_inc]
type = PorousFlowSumQuantity
[../]
[./heat_enthalpy_out_inc]
type = PorousFlowSumQuantity
[../]
[]
############################################################
[ICs]
[./init_pp]
type = FunctionIC
function = ${pp_ini_bc}
variable = porepressure
[../]
[./init_temp]
type = ConstantIC
value = ${T_ini_bc}
variable = temperature
[../]
[]
###############################################################
#[BCs]
# [./P_drained]
# type = DirichletBC
# variable = porepressure
# boundary = 'top bottom'
# value = ${pp_ini_bc}
# [../]
# [./T_cont]
# type = DirichletBC
# variable = temperature
# boundary = 'top bottom'
# value = ${T_ini_bc}
# [../]
#[]
############################################################
[DiracKernels]
[./summer_injection_P]
type = PorousFlowPolyLineSink
fluid_phase = 0
variable = porepressure
SumQuantityUO = fluid_mass_in_inc
line_base = '1 -9.99 -9.99 -10.8'
line_length = ${well_length}
line_direction = '0 0 1'
use_mobility = false
p_or_t_vals = '-1e9 1e9'
fluxes = '-${inj_ext_flux} -${inj_ext_flux}'
[../]
[./summer_injection_T]
type = EnthalpySink
fluid_phase = 0
variable = temperature
SumQuantityUO = heat_enthalpy_in_inc
line_base = '1 -9.99 -9.99 -10.8'
line_length = ${well_length}
line_direction = '0 0 1'
pressure = porepressure
T_in = 453.15
fp = tabulated_water
p_or_t_vals = '-1e9 1e9'
fluxes = '-${inj_ext_flux} -${inj_ext_flux}'
[../]
[./summer_production_P]
type = PorousFlowPolyLineSink
fluid_phase = 0
variable = porepressure
SumQuantityUO = fluid_mass_out_inc
line_base = '1 9.99 9.99 -10.8'
line_length = ${well_length}
line_direction = '0 0 1'
use_mobility = false
p_or_t_vals = '-1e9 1e9'
fluxes = '${inj_ext_flux} ${inj_ext_flux}'
[../]
[./summer_production_T]
type = PorousFlowPolyLineSink
fluid_phase = 0
variable = temperature
SumQuantityUO = heat_enthalpy_out_inc
line_base = '1 9.99 9.99 -10.8'
line_length = ${well_length}
line_direction = '0 0 1'
use_mobility = false
use_enthalpy = true
p_or_t_vals = '-1e9 1e9'
fluxes = '${inj_ext_flux} ${inj_ext_flux}'
[../]
[./winter_injection_P]
type = PorousFlowPolyLineSink
fluid_phase = 0
variable = porepressure
SumQuantityUO = fluid_mass_in_inc
line_base = '1 -9.99 -9.99 -10.8'
line_length = ${well_length}
line_direction = '0 0 1'
use_mobility = false
p_or_t_vals = '-1e9 1e9'
fluxes = '-${inj_ext_flux} -${inj_ext_flux}'
[../]
[./winter_injection_T]
type = EnthalpySink
fluid_phase = 0
variable = temperature
SumQuantityUO = heat_enthalpy_in_inc
line_base = '1 -9.99 -9.99 -10.8'
line_length = ${well_length}
line_direction = '0 0 1'
pressure = porepressure
T_in = 399.15
fp = tabulated_water
p_or_t_vals = '-1e9 1e9'
fluxes = '-${inj_ext_flux} -${inj_ext_flux}'
[../]
[./winter_production_P]
type = PorousFlowPolyLineSink
fluid_phase = 0
variable = porepressure
SumQuantityUO = fluid_mass_out_inc
line_base = '1 9.99 9.99 -10.8'
line_length = ${well_length}
line_direction = '0 0 1'
use_mobility = false
p_or_t_vals = '-1e9 1e9'
fluxes = '${inj_ext_flux} ${inj_ext_flux}'
[../]
[./winter_production_T]
type = PorousFlowPolyLineSink
fluid_phase = 0
variable = temperature
SumQuantityUO = heat_enthalpy_out_inc
line_base = '1 9.99 9.99 -10.8'
line_length = ${well_length}
line_direction = '0 0 1'
use_mobility = false
use_enthalpy = true
p_or_t_vals = '-1e9 1e9'
fluxes = '${inj_ext_flux} ${inj_ext_flux}'
[../]
[]
############################################################
[Controls]
[summer_injection]
type = ConditionalFunctionEnableControl
conditional_function = inj_function_summer
enable_objects = 'DiracKernels::summer_injection_P DiracKernels::summer_injection_T DiracKernels::summer_production_P DiracKernels::summer_production_T'
[]
[winter_injection]
type = ConditionalFunctionEnableControl
conditional_function = inj_function_winter
enable_objects = 'DiracKernels::winter_injection_P DiracKernels::winter_injection_T DiracKernels::winter_production_P DiracKernels::winter_production_T'
[]
[]
[Functions]
[./inj_function_summer]
type = ParsedFunction
value = '(t/24/3600/365-floor(t/24/3600/365))<=0.25'
[../]
[./inj_function_winter]
type = ParsedFunction
value = '(t/24/3600/365-floor(t/24/3600/365))>0.5 & (t/24/3600/365-floor(t/24/3600/365)) <=0.75'
[../]
[]
############################################################
[Modules]
[./FluidProperties]
[./true_water]
type = Water97FluidProperties
[../]
[./tabulated_water]
type = TabulatedFluidProperties
fp = true_water
temperature_min = 275
temperature_max = 600
pressure_max = 1E8
interpolated_properties = 'density viscosity enthalpy internal_energy'
fluid_property_file = water97_tabulated.csv
[../]
[../]
[]
############################################################
[Materials]
[./internal_energy_aquifer]
type = PorousFlowMatrixInternalEnergy
specific_heat_capacity = 920.0
density = 2600.0
block = 'caps layer_1 layer_2 layer_3 layer_4 layer_5 layer_6 layer_7 layer_8 layer_9 layer_10 layer_11 layer_12 layer_13 layer_14 layer_15 layer_16 layer_17 layer_18 layer_19 layer_20'
[../]
[./thermal_conductivity_aquifer]
type = PorousFlowThermalConductivityIdeal
dry_thermal_conductivity = '2.51 0 0 0 2.51 0 0 0 2.51'
block = 'caps layer_1 layer_2 layer_3 layer_4 layer_5 layer_6 layer_7 layer_8 layer_9 layer_10 layer_11 layer_12 layer_13 layer_14 layer_15 layer_16 layer_17 layer_18 layer_19 layer_20'
[../]
[./porosity_caps]
type = PorousFlowPorosityConst
block = caps
porosity = 0.01
[../]
[./permeability_caps]
type = PorousFlowPermeabilityConst
block = caps
permeability = '1E-18 0 0 0 1E-18 0 0 0 1E-18'
[../]
[./porosity_layer_1]
type = PorousFlowPorosity
block = layer_1
porosity_zero = 0.143
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_1]
type = PorousFlowPermeabilityConst
block = layer_1
permeability = '.8130E-15 0 0 0 .8130E-15 0 0 0 .3160E-15'
[../]
[./porosity_layer_2]
type = PorousFlowPorosity
block = layer_2
porosity_zero = 0.158
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_2]
type = PorousFlowPermeabilityConst
block = layer_2
permeability = '.3460E-14 0 0 0 .3460E-14 0 0 0 .1350E-14'
[../]
[./porosity_layer_3]
type = PorousFlowPorosity
block = layer_3
porosity_zero = 0.176
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_3]
type = PorousFlowPermeabilityConst
block = layer_3
permeability = '.1120E-13 0 0 0 .1120E-13 0 0 0 .4390E-14'
[../]
[./porosity_layer_4]
type = PorousFlowPorosity
block = layer_4
porosity_zero = 0.188
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_4]
type = PorousFlowPermeabilityConst
block = layer_4
permeability = '.1920E-13 0 0 0 .1920E-13 0 0 0 .1400E-13'
[../]
[./porosity_layer_5]
type = PorousFlowPorosity
block = layer_5
porosity_zero = 0.166
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_5]
type = PorousFlowPermeabilityConst
block = layer_5
permeability = '.5500E-14 0 0 0 .5500E-14 0 0 0 .3900E-14'
[../]
[./porosity_layer_6]
type = PorousFlowPorosity
block = layer_6
porosity_zero = 0.185
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_6]
type = PorousFlowPermeabilityConst
block = layer_6
permeability = '.1770E-13 0 0 0 .1770E-13 0 0 0 .1190E-13'
[../]
[./porosity_layer_7]
type = PorousFlowPorosity
block = layer_7
porosity_zero = 0.24
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_7]
type = PorousFlowPermeabilityConst
block = layer_7
permeability = '.9110E-13 0 0 0 .9110E-13 0 0 0 .8870E-13'
[../]
[./porosity_layer_8]
type = PorousFlowPorosity
block = layer_8
porosity_zero = 0.26
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_8]
type = PorousFlowPermeabilityConst
block = layer_8
permeability = '.1390E-12 0 0 0 .1390E-12 0 0 0 .1290E-12'
[../]
[./porosity_layer_9]
type = PorousFlowPorosity
block = layer_9
porosity_zero = 0.285
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_9]
type = PorousFlowPermeabilityConst
block = layer_9
permeability = '.2120E-12 0 0 0 .2120E-12 0 0 0 .2000E-12'
[../]
[./porosity_layer_10]
type = PorousFlowPorosity
block = layer_10
porosity_zero = 0.27
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_10]
type = PorousFlowPermeabilityConst
block = layer_10
permeability = '.1630E-12 0 0 0 .1630E-12 0 0 0 .1580E-12'
[../]
[./porosity_layer_11]
type = PorousFlowPorosity
block = layer_11
porosity_zero = 0.23
[../]
[./permeability_layer_11]
type = PorousFlowPermeabilityConst
block = layer_11
permeability = '.7700E-13 0 0 0 .7700E-13 0 0 0 .5990E-13'
[../]
[./porosity_layer_12]
type = PorousFlowPorosity
block = layer_12
porosity_zero = 0.306
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_12]
type = PorousFlowPermeabilityConst
block = layer_12
permeability = '.2880E-12 0 0 0 .2880E-12 0 0 0 .2880E-12'
[../]
[./porosity_layer_13]
type = PorousFlowPorosity
block = layer_13
porosity_zero = .285
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_13]
type = PorousFlowPermeabilityConst
block = layer_13
permeability = '.2130E-12 0 0 0 .2130E-12 0 0 0 .2040E-12'
[../]
[./porosity_layer_14]
type = PorousFlowPorosity
block = layer_14
porosity_zero = .155
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_14]
type = PorousFlowPermeabilityConst
block = layer_14
permeability = '.1080E-13 0 0 0 .1080E-13 0 0 0 .2190E-15'
[../]
[./porosity_layer_15]
type = PorousFlowPorosity
block = layer_15
porosity_zero = .299
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_15]
type = PorousFlowPermeabilityConst
block = layer_15
permeability = '.2660E-12 0 0 0 .2660E-12 0 0 0 .2330E-12'
[../]
[./porosity_layer_16]
type = PorousFlowPorosity
block = layer_16
porosity_zero = .334
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_16]
type = PorousFlowPermeabilityConst
block = layer_16
permeability = '.4230E-12 0 0 0 .4230E-12 0 0 0 .4110E-12'
[../]
[./porosity_layer_17]
type = PorousFlowPorosity
block = layer_17
porosity_zero = .32
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_17]
type = PorousFlowPermeabilityConst
block = layer_17
permeability = '.3560E-12 0 0 0 .3560E-12 0 0 0 .3300E-12'
[../]
[./porosity_layer_18]
type = PorousFlowPorosity
block = layer_18
porosity_zero = .294
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_18]
type = PorousFlowPermeabilityConst
block = layer_18
permeability = '.2420E-12 0 0 0 .2420E-12 0 0 0 .2360E-12'
[../]
[./porosity_layer_19]
type = PorousFlowPorosity
block = layer_19
porosity_zero = .279
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_19]
type = PorousFlowPermeabilityConst
block = layer_19
permeability = '.2050E-12 0 0 0 .2050E-12 0 0 0 .1310E-12'
[../]
[./porosity_layer_20]
type = PorousFlowPorosity
block = layer_20
porosity_zero = .071
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_20]
type = PorousFlowPermeabilityConst
block = layer_20
permeability = '.2700E-16 0 0 0 .2700E-16 0 0 0 .1000E-17 '
[../]
[]
############################################################
[Postprocessors]
[./is_summer]
type = FunctionValuePostprocessor
function = inj_function_summer
[../]
[./is_winter]
type = FunctionValuePostprocessor
function = inj_function_winter
[../]
[./inlet_mass_kg]
type = PorousFlowPlotQuantity
uo = fluid_mass_in_inc
[../]
[./inlet_enthalpy_J]
type = PorousFlowPlotQuantity
uo = heat_enthalpy_in_inc
[../]
[./outlet_mass_kg]
type = PorousFlowPlotQuantity
uo = fluid_mass_out_inc
[../]
[./outlet_enthalpy_J]
type = PorousFlowPlotQuantity
uo = heat_enthalpy_out_inc
[../]
[./production_temperature]
type = AverageNodalVariableValue
boundary = extraction
variable = temperature
[../]
[./production_porepressure]
type = AverageNodalVariableValue
boundary = extraction
variable = porepressure
[../]
[./injection_temperature]
type = AverageNodalVariableValue
boundary = injection
variable = temperature
[../]
[./injection_porepressure]
type = AverageNodalVariableValue
boundary = injection
variable = porepressure
[../]
[total]
type = MemoryUsage
mem_units = 'bytes'
execute_on = 'INITIAL TIMESTEP_END'
[]
[]
############################################################
[Preconditioning]
active = 'ilu_may_use_less_mem'
#active = 'superlu'
[./ilu_may_use_less_mem]
type = SMP
full = true
petsc_options = '-ksp_diagonal_scale -ksp_diagonal_scale_fix'
petsc_options_iname = '-ksp_type -pc_type -sub_pc_type -sub_pc_factor_shift_type -sub_pc_factor_levels'
petsc_options_value = 'gmres asm ilu NONZERO 2'
[../]
[./original]
type = SMP
full = true
petsc_options = '-ksp_diagonal_scale -ksp_diagonal_scale_fix'
petsc_options_iname = '-ksp_type -pc_type -sub_pc_type -sub_pc_factor_shift_type'
petsc_options_value = 'gmres asm lu NONZERO'
[../]
[./superlu]
type = SMP
full = true
petsc_options = '-ksp_diagonal_scale -ksp_diagonal_scale_fix'
petsc_options_iname = '-ksp_type -pc_type -pc_factor_mat_solver_package'
petsc_options_value = 'gmres lu superlu_dist'
[../]
[./sub_pc_superlu]
type = SMP
full = true
petsc_options = '-ksp_diagonal_scale -ksp_diagonal_scale_fix'
petsc_options_iname = '-ksp_type -pc_type -sub_pc_type -sub_pc_factor_shift_type -sub_pc_factor_mat_solver_package'
petsc_options_value = 'gmres asm lu NONZERO superlu_dist'
[../]
[./preferred]
#per Andy
type = SMP
full = true
petsc_options_iname = '-pc_type -pc_factor_mat_solver_package'
petsc_options_value = ' lu mumps'
[../]
[./basic]
type = SMP
full = true
petsc_options = '-ksp_diagonal_scale -ksp_diagonal_scale_fix'
petsc_options_iname = '-pc_type -sub_pc_type -sub_pc_factor_shift_type -pc_asm_overlap'
petsc_options_value = ' asm lu NONZERO 2'
[../]
[]
##########################################################
[Executioner]
type = Transient
solve_type = NEWTON
end_time = 31635000
# steady_state_detection = true
# steady_state_start_time = 864000 # 10 days
# steady_state_tolerance = 1e-6
dtmax = 216000 # 2 days
dtmin = 10
[./TimeStepper]
type = IterationAdaptiveDT
dt = 1000.0
optimal_iterations = 10
[../]
# controls for linear iterations
l_max_its = 100
l_tol = 1e-4
# controls for nonlinear iterations
nl_max_its = 50
nl_abs_tol = 1e-5
[]
###########################################################
[Outputs]
[./exodus]
type = Exodus
# file_base = sequence_out_1
# elemental_as_nodal = true
# overwrite = true
# sequence = true
interval = 20
[../]
[./Console]
type = Console
#perf_log = false
#output_linear = false
output_nonlinear = true
interval = 1
[../]
[./CSV]
type = CSV
interval = 1
[../]
[]
###########################################################
(examples/rtes_benchmark/Cranfield_HT_season_caps_water_newboundary_coarse.i)
#---geothermal battery project - Cranfield - cross validation with TOUGH simulator
#---define initial pressure and temperature
pp_ini_bc = 3e+7 # Pa
T_ini_bc = 399.15 # K
well_length = 1.2 #lower two-thirds of the formation
inj_ext_flux= ${fparse 3/well_length/4 } # 3 kg/s over injection length with 1/4 sysmentrical model
# Darcy flow with heat advection and conduction
[Mesh]
[./fmg]
type = FileMeshGenerator
file = Cranfield_caps_new_coarse.e
[]
[]
#############################################################
[GlobalParams]
PorousFlowDictator = dictator
[]
####################################################‰########
[PorousFlowUnsaturated]
relative_permeability_type = COREY
relative_permeability_exponent = 0
add_darcy_aux = true
coupling_type = ThermoHydro
gravity = '0 0 -9.8'
porepressure = porepressure
temperature = temperature
fp = tabulated_water
use_displaced_mesh = false
[]
###########################################################
[Variables]
[./porepressure]
[../]
[./temperature]
scaling = 1E-8
[../]
[]
###########################################################
[AuxVariables]
[./density]
order = CONSTANT
family = MONOMIAL
[../]
[./perm_z]
family = monomial
order = constant
[../]
[./perm_x]
family = monomial
order = constant
[../]
[]
##############################################################
[AuxKernels]
[./density]
type = MaterialRealAux
variable = density
property = PorousFlow_fluid_phase_density_qp0
execute_on = TIMESTEP_END
[../]
[./perm_z]
type = PorousFlowPropertyAux
property = permeability
variable = perm_z
row = 2
column = 2
[../]
[./perm_x]
type = PorousFlowPropertyAux
property = permeability
variable = perm_x
row = 1
column = 1
[../]
[]
############################################################
[UserObjects]
[./fluid_mass_in_inc]
type = PorousFlowSumQuantity
[../]
[./fluid_mass_out_inc]
type = PorousFlowSumQuantity
[../]
[./heat_enthalpy_in_inc]
type = PorousFlowSumQuantity
[../]
[./heat_enthalpy_out_inc]
type = PorousFlowSumQuantity
[../]
[]
############################################################
[ICs]
[./init_pp]
type = FunctionIC
function = ${pp_ini_bc}
variable = porepressure
[../]
[./init_temp]
type = ConstantIC
value = ${T_ini_bc}
variable = temperature
[../]
[]
###############################################################
#[BCs]
# [./P_drained]
# type = DirichletBC
# variable = porepressure
# boundary = 'top bottom'
# value = ${pp_ini_bc}
# [../]
# [./T_cont]
# type = DirichletBC
# variable = temperature
# boundary = 'top bottom'
# value = ${T_ini_bc}
# [../]
#[]
############################################################
[DiracKernels]
[./summer_injection_P]
type = PorousFlowPolyLineSink
fluid_phase = 0
variable = porepressure
SumQuantityUO = fluid_mass_in_inc
line_base = '1 -9.99 -9.99 3.6'
line_length = ${well_length}
line_direction = '0 0 1'
use_mobility = false
p_or_t_vals = '-1e9 1e9'
fluxes = '-${inj_ext_flux} -${inj_ext_flux}'
[../]
[./summer_injection_T]
type = EnthalpySink
fluid_phase = 0
variable = temperature
SumQuantityUO = heat_enthalpy_in_inc
line_base = '1 -9.99 -9.99 3.6'
line_length = ${well_length}
line_direction = '0 0 1'
pressure = porepressure
T_in = 453.15
fp = tabulated_water
p_or_t_vals = '-1e9 1e9'
fluxes = '-${inj_ext_flux} -${inj_ext_flux}'
[../]
[./summer_production_P]
type = PorousFlowPolyLineSink
fluid_phase = 0
variable = porepressure
SumQuantityUO = fluid_mass_out_inc
line_base = '1 9.99 9.99 3.6'
line_length = ${well_length}
line_direction = '0 0 1'
use_mobility = false
p_or_t_vals = '-1e9 1e9'
fluxes = '${inj_ext_flux} ${inj_ext_flux}'
[../]
[./summer_production_T]
type = PorousFlowPolyLineSink
fluid_phase = 0
variable = temperature
SumQuantityUO = heat_enthalpy_out_inc
line_base = '1 9.99 9.99 3.6'
line_length = ${well_length}
line_direction = '0 0 1'
use_mobility = false
use_enthalpy = true
p_or_t_vals = '-1e9 1e9'
fluxes = '${inj_ext_flux} ${inj_ext_flux}'
[../]
[./winter_injection_P]
type = PorousFlowPolyLineSink
fluid_phase = 0
variable = porepressure
SumQuantityUO = fluid_mass_in_inc
line_base = '1 -9.99 -9.99 3.6'
line_length = ${well_length}
line_direction = '0 0 1'
use_mobility = false
p_or_t_vals = '-1e9 1e9'
fluxes = '-${inj_ext_flux} -${inj_ext_flux}'
[../]
[./winter_injection_T]
type = EnthalpySink
fluid_phase = 0
variable = temperature
SumQuantityUO = heat_enthalpy_in_inc
line_base = '1 -9.99 -9.99 3.6'
line_length = ${well_length}
line_direction = '0 0 1'
pressure = porepressure
T_in = 399.15
fp = tabulated_water
p_or_t_vals = '-1e9 1e9'
fluxes = '-${inj_ext_flux} -${inj_ext_flux}'
[../]
[./winter_production_P]
type = PorousFlowPolyLineSink
fluid_phase = 0
variable = porepressure
SumQuantityUO = fluid_mass_out_inc
line_base = '1 9.99 9.99 3.6'
line_length = ${well_length}
line_direction = '0 0 1'
use_mobility = false
p_or_t_vals = '-1e9 1e9'
fluxes = '${inj_ext_flux} ${inj_ext_flux}'
[../]
[./winter_production_T]
type = PorousFlowPolyLineSink
fluid_phase = 0
variable = temperature
SumQuantityUO = heat_enthalpy_out_inc
line_base = '1 9.99 9.99 3.6'
line_length = ${well_length}
line_direction = '0 0 1'
use_mobility = false
use_enthalpy = true
p_or_t_vals = '-1e9 1e9'
fluxes = '${inj_ext_flux} ${inj_ext_flux}'
[../]
[]
############################################################
[Controls]
[summer_injection]
type = ConditionalFunctionEnableControl
conditional_function = inj_function_summer
enable_objects = 'DiracKernels::summer_injection_P DiracKernels::summer_injection_T DiracKernels::summer_production_P DiracKernels::summer_production_T'
[]
[winter_injection]
type = ConditionalFunctionEnableControl
conditional_function = inj_function_winter
enable_objects = 'DiracKernels::winter_injection_P DiracKernels::winter_injection_T DiracKernels::winter_production_P DiracKernels::winter_production_T'
[]
[]
[Functions]
[./inj_function_summer]
type = ParsedFunction
value = '(t/24/3600/365-floor(t/24/3600/365))<=0.25'
[../]
[./inj_function_winter]
type = ParsedFunction
value = '(t/24/3600/365-floor(t/24/3600/365))>0.5 & (t/24/3600/365-floor(t/24/3600/365)) <=0.75'
[../]
[]
############################################################
[Modules]
[./FluidProperties]
[./true_water]
type = Water97FluidProperties
[../]
[./tabulated_water]
type = TabulatedFluidProperties
fp = true_water
temperature_min = 275
temperature_max = 600
pressure_max = 1E8
interpolated_properties = 'density viscosity enthalpy internal_energy'
fluid_property_file = water97_tabulated.csv
[../]
[../]
[]
############################################################
[Materials]
[./internal_energy_aquifer]
type = PorousFlowMatrixInternalEnergy
specific_heat_capacity = 920.0
density = 2600.0
block = 'inj_well ext_well caps layer_1 layer_2 layer_3 layer_4 layer_5 layer_6 layer_7 layer_8 layer_9 layer_10 layer_11 layer_12 layer_13 layer_14 layer_15 layer_16 layer_17 layer_18 layer_19 layer_20'
[../]
[./thermal_conductivity_aquifer]
type = PorousFlowThermalConductivityIdeal
dry_thermal_conductivity = '2.51 0 0 0 2.51 0 0 0 2.51'
block = 'inj_well ext_well caps layer_1 layer_2 layer_3 layer_4 layer_5 layer_6 layer_7 layer_8 layer_9 layer_10 layer_11 layer_12 layer_13 layer_14 layer_15 layer_16 layer_17 layer_18 layer_19 layer_20'
[../]
[./porosity_well]
type = PorousFlowPorosityConst
block = 'inj_well ext_well'
porosity = 0.299
[../]
[./permeability_well]
type = PorousFlowPermeabilityConst
block = 'inj_well ext_well'
permeability = '.2660E-12 0 0 0 .2660E-12 0 0 0 .2330E-09'
[../]
[./porosity_caps]
type = PorousFlowPorosityConst
block = caps
porosity = 0.01
[../]
[./permeability_caps]
type = PorousFlowPermeabilityConst
block = caps
permeability = '1E-18 0 0 0 1E-18 0 0 0 1E-18'
[../]
[./porosity_layer_1]
type = PorousFlowPorosity
block = layer_1
porosity_zero = 0.143
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_1]
type = PorousFlowPermeabilityConst
block = layer_1
permeability = '.8130E-15 0 0 0 .8130E-15 0 0 0 .3160E-15'
[../]
[./porosity_layer_2]
type = PorousFlowPorosity
block = layer_2
porosity_zero = 0.158
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_2]
type = PorousFlowPermeabilityConst
block = layer_2
permeability = '.3460E-14 0 0 0 .3460E-14 0 0 0 .1350E-14'
[../]
[./porosity_layer_3]
type = PorousFlowPorosity
block = layer_3
porosity_zero = 0.176
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_3]
type = PorousFlowPermeabilityConst
block = layer_3
permeability = '.1120E-13 0 0 0 .1120E-13 0 0 0 .4390E-14'
[../]
[./porosity_layer_4]
type = PorousFlowPorosity
block = layer_4
porosity_zero = 0.188
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_4]
type = PorousFlowPermeabilityConst
block = layer_4
permeability = '.1920E-13 0 0 0 .1920E-13 0 0 0 .1400E-13'
[../]
[./porosity_layer_5]
type = PorousFlowPorosity
block = layer_5
porosity_zero = 0.166
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_5]
type = PorousFlowPermeabilityConst
block = layer_5
permeability = '.5500E-14 0 0 0 .5500E-14 0 0 0 .3900E-14'
[../]
[./porosity_layer_6]
type = PorousFlowPorosity
block = layer_6
porosity_zero = 0.185
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_6]
type = PorousFlowPermeabilityConst
block = layer_6
permeability = '.1770E-13 0 0 0 .1770E-13 0 0 0 .1190E-13'
[../]
[./porosity_layer_7]
type = PorousFlowPorosity
block = layer_7
porosity_zero = 0.24
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_7]
type = PorousFlowPermeabilityConst
block = layer_7
permeability = '.9110E-13 0 0 0 .9110E-13 0 0 0 .8870E-13'
[../]
[./porosity_layer_8]
type = PorousFlowPorosity
block = layer_8
porosity_zero = 0.26
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_8]
type = PorousFlowPermeabilityConst
block = layer_8
permeability = '.1390E-12 0 0 0 .1390E-12 0 0 0 .1290E-12'
[../]
[./porosity_layer_9]
type = PorousFlowPorosity
block = layer_9
porosity_zero = 0.285
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_9]
type = PorousFlowPermeabilityConst
block = layer_9
permeability = '.2120E-12 0 0 0 .2120E-12 0 0 0 .2000E-12'
[../]
[./porosity_layer_10]
type = PorousFlowPorosity
block = layer_10
porosity_zero = 0.27
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_10]
type = PorousFlowPermeabilityConst
block = layer_10
permeability = '.1630E-12 0 0 0 .1630E-12 0 0 0 .1580E-12'
[../]
[./porosity_layer_11]
type = PorousFlowPorosity
block = layer_11
porosity_zero = 0.23
[../]
[./permeability_layer_11]
type = PorousFlowPermeabilityConst
block = layer_11
permeability = '.7700E-13 0 0 0 .7700E-13 0 0 0 .5990E-13'
[../]
[./porosity_layer_12]
type = PorousFlowPorosity
block = layer_12
porosity_zero = 0.306
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_12]
type = PorousFlowPermeabilityConst
block = layer_12
permeability = '.2880E-12 0 0 0 .2880E-12 0 0 0 .2880E-12'
[../]
[./porosity_layer_13]
type = PorousFlowPorosity
block = layer_13
porosity_zero = .285
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_13]
type = PorousFlowPermeabilityConst
block = layer_13
permeability = '.2130E-12 0 0 0 .2130E-12 0 0 0 .2040E-12'
[../]
[./porosity_layer_14]
type = PorousFlowPorosity
block = layer_14
porosity_zero = .155
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_14]
type = PorousFlowPermeabilityConst
block = layer_14
permeability = '.1080E-13 0 0 0 .1080E-13 0 0 0 .2190E-15'
[../]
[./porosity_layer_15]
type = PorousFlowPorosity
block = layer_15
porosity_zero = .299
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_15]
type = PorousFlowPermeabilityConst
block = layer_15
permeability = '.2660E-12 0 0 0 .2660E-12 0 0 0 .2330E-12'
[../]
[./porosity_layer_16]
type = PorousFlowPorosity
block = layer_16
porosity_zero = .334
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_16]
type = PorousFlowPermeabilityConst
block = layer_16
permeability = '.4230E-12 0 0 0 .4230E-12 0 0 0 .4110E-12'
[../]
[./porosity_layer_17]
type = PorousFlowPorosity
block = layer_17
porosity_zero = .32
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_17]
type = PorousFlowPermeabilityConst
block = layer_17
permeability = '.3560E-12 0 0 0 .3560E-12 0 0 0 .3300E-12'
[../]
[./porosity_layer_18]
type = PorousFlowPorosity
block = layer_18
porosity_zero = .294
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_18]
type = PorousFlowPermeabilityConst
block = layer_18
permeability = '.2420E-12 0 0 0 .2420E-12 0 0 0 .2360E-12'
[../]
[./porosity_layer_19]
type = PorousFlowPorosity
block = layer_19
porosity_zero = .279
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_19]
type = PorousFlowPermeabilityConst
block = layer_19
permeability = '.2050E-12 0 0 0 .2050E-12 0 0 0 .1310E-12'
[../]
[./porosity_layer_20]
type = PorousFlowPorosity
block = layer_20
porosity_zero = .071
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_20]
type = PorousFlowPermeabilityConst
block = layer_20
permeability = '.2700E-16 0 0 0 .2700E-16 0 0 0 .1000E-17 '
[../]
[]
############################################################
[Postprocessors]
[./is_summer]
type = FunctionValuePostprocessor
function = inj_function_summer
[../]
[./is_winter]
type = FunctionValuePostprocessor
function = inj_function_winter
[../]
[./inlet_mass_kg]
type = PorousFlowPlotQuantity
uo = fluid_mass_in_inc
[../]
[./inlet_enthalpy_J]
type = PorousFlowPlotQuantity
uo = heat_enthalpy_in_inc
[../]
[./outlet_mass_kg]
type = PorousFlowPlotQuantity
uo = fluid_mass_out_inc
[../]
[./outlet_enthalpy_J]
type = PorousFlowPlotQuantity
uo = heat_enthalpy_out_inc
[../]
[./production_temperature]
type = AverageNodalVariableValue
boundary = extraction
variable = temperature
[../]
[./production_porepressure]
type = AverageNodalVariableValue
boundary = extraction
variable = porepressure
[../]
[./injection_temperature]
type = AverageNodalVariableValue
boundary = injection
variable = temperature
[../]
[./injection_porepressure]
type = AverageNodalVariableValue
boundary = injection
variable = porepressure
[../]
[total]
type = MemoryUsage
mem_units = 'bytes'
execute_on = 'INITIAL TIMESTEP_END'
[]
[]
############################################################
[Preconditioning]
active = 'ilu_may_use_less_mem'
#active = 'superlu'
[./ilu_may_use_less_mem]
type = SMP
full = true
petsc_options = '-ksp_diagonal_scale -ksp_diagonal_scale_fix'
petsc_options_iname = '-ksp_type -pc_type -sub_pc_type -sub_pc_factor_shift_type -sub_pc_factor_levels'
petsc_options_value = 'gmres asm ilu NONZERO 2'
[../]
[./original]
type = SMP
full = true
petsc_options = '-ksp_diagonal_scale -ksp_diagonal_scale_fix'
petsc_options_iname = '-ksp_type -pc_type -sub_pc_type -sub_pc_factor_shift_type'
petsc_options_value = 'gmres asm lu NONZERO'
[../]
[./superlu]
type = SMP
full = true
petsc_options = '-ksp_diagonal_scale -ksp_diagonal_scale_fix'
petsc_options_iname = '-ksp_type -pc_type -pc_factor_mat_solver_package'
petsc_options_value = 'gmres lu superlu_dist'
[../]
[./sub_pc_superlu]
type = SMP
full = true
petsc_options = '-ksp_diagonal_scale -ksp_diagonal_scale_fix'
petsc_options_iname = '-ksp_type -pc_type -sub_pc_type -sub_pc_factor_shift_type -sub_pc_factor_mat_solver_package'
petsc_options_value = 'gmres asm lu NONZERO superlu_dist'
[../]
[./preferred]
#per Andy
type = SMP
full = true
petsc_options_iname = '-pc_type -pc_factor_mat_solver_package'
petsc_options_value = ' lu mumps'
[../]
[./basic]
type = SMP
full = true
petsc_options = '-ksp_diagonal_scale -ksp_diagonal_scale_fix'
petsc_options_iname = '-pc_type -sub_pc_type -sub_pc_factor_shift_type -pc_asm_overlap'
petsc_options_value = ' asm lu NONZERO 2'
[../]
[]
##########################################################
[Executioner]
type = Transient
solve_type = NEWTON
end_time = 31635000
# steady_state_detection = true
# steady_state_start_time = 864000 # 10 days
# steady_state_tolerance = 1e-6
dtmax = 216000 # 2 days
dtmin = 10
[./TimeStepper]
type = IterationAdaptiveDT
dt = 1000.0
optimal_iterations = 10
[../]
# controls for linear iterations
l_max_its = 100
l_tol = 1e-4
# controls for nonlinear iterations
nl_max_its = 50
nl_abs_tol = 1e-5
[]
###########################################################
[Outputs]
[./exodus]
type = Exodus
# file_base = sequence_out_1
# elemental_as_nodal = true
# overwrite = true
# sequence = true
interval = 20
[../]
[./Console]
type = Console
#perf_log = false
#output_linear = false
output_nonlinear = true
interval = 1
[../]
[./CSV]
type = CSV
interval = 1
[../]
[]
###########################################################
(examples/rtes_benchmark/Cranfield_HT_season_caps_water_newboundary_coarse.i)
#---geothermal battery project - Cranfield - cross validation with TOUGH simulator
#---define initial pressure and temperature
pp_ini_bc = 3e+7 # Pa
T_ini_bc = 399.15 # K
well_length = 1.2 #lower two-thirds of the formation
inj_ext_flux= ${fparse 3/well_length/4 } # 3 kg/s over injection length with 1/4 sysmentrical model
# Darcy flow with heat advection and conduction
[Mesh]
[./fmg]
type = FileMeshGenerator
file = Cranfield_caps_new_coarse.e
[]
[]
#############################################################
[GlobalParams]
PorousFlowDictator = dictator
[]
####################################################‰########
[PorousFlowUnsaturated]
relative_permeability_type = COREY
relative_permeability_exponent = 0
add_darcy_aux = true
coupling_type = ThermoHydro
gravity = '0 0 -9.8'
porepressure = porepressure
temperature = temperature
fp = tabulated_water
use_displaced_mesh = false
[]
###########################################################
[Variables]
[./porepressure]
[../]
[./temperature]
scaling = 1E-8
[../]
[]
###########################################################
[AuxVariables]
[./density]
order = CONSTANT
family = MONOMIAL
[../]
[./perm_z]
family = monomial
order = constant
[../]
[./perm_x]
family = monomial
order = constant
[../]
[]
##############################################################
[AuxKernels]
[./density]
type = MaterialRealAux
variable = density
property = PorousFlow_fluid_phase_density_qp0
execute_on = TIMESTEP_END
[../]
[./perm_z]
type = PorousFlowPropertyAux
property = permeability
variable = perm_z
row = 2
column = 2
[../]
[./perm_x]
type = PorousFlowPropertyAux
property = permeability
variable = perm_x
row = 1
column = 1
[../]
[]
############################################################
[UserObjects]
[./fluid_mass_in_inc]
type = PorousFlowSumQuantity
[../]
[./fluid_mass_out_inc]
type = PorousFlowSumQuantity
[../]
[./heat_enthalpy_in_inc]
type = PorousFlowSumQuantity
[../]
[./heat_enthalpy_out_inc]
type = PorousFlowSumQuantity
[../]
[]
############################################################
[ICs]
[./init_pp]
type = FunctionIC
function = ${pp_ini_bc}
variable = porepressure
[../]
[./init_temp]
type = ConstantIC
value = ${T_ini_bc}
variable = temperature
[../]
[]
###############################################################
#[BCs]
# [./P_drained]
# type = DirichletBC
# variable = porepressure
# boundary = 'top bottom'
# value = ${pp_ini_bc}
# [../]
# [./T_cont]
# type = DirichletBC
# variable = temperature
# boundary = 'top bottom'
# value = ${T_ini_bc}
# [../]
#[]
############################################################
[DiracKernels]
[./summer_injection_P]
type = PorousFlowPolyLineSink
fluid_phase = 0
variable = porepressure
SumQuantityUO = fluid_mass_in_inc
line_base = '1 -9.99 -9.99 3.6'
line_length = ${well_length}
line_direction = '0 0 1'
use_mobility = false
p_or_t_vals = '-1e9 1e9'
fluxes = '-${inj_ext_flux} -${inj_ext_flux}'
[../]
[./summer_injection_T]
type = EnthalpySink
fluid_phase = 0
variable = temperature
SumQuantityUO = heat_enthalpy_in_inc
line_base = '1 -9.99 -9.99 3.6'
line_length = ${well_length}
line_direction = '0 0 1'
pressure = porepressure
T_in = 453.15
fp = tabulated_water
p_or_t_vals = '-1e9 1e9'
fluxes = '-${inj_ext_flux} -${inj_ext_flux}'
[../]
[./summer_production_P]
type = PorousFlowPolyLineSink
fluid_phase = 0
variable = porepressure
SumQuantityUO = fluid_mass_out_inc
line_base = '1 9.99 9.99 3.6'
line_length = ${well_length}
line_direction = '0 0 1'
use_mobility = false
p_or_t_vals = '-1e9 1e9'
fluxes = '${inj_ext_flux} ${inj_ext_flux}'
[../]
[./summer_production_T]
type = PorousFlowPolyLineSink
fluid_phase = 0
variable = temperature
SumQuantityUO = heat_enthalpy_out_inc
line_base = '1 9.99 9.99 3.6'
line_length = ${well_length}
line_direction = '0 0 1'
use_mobility = false
use_enthalpy = true
p_or_t_vals = '-1e9 1e9'
fluxes = '${inj_ext_flux} ${inj_ext_flux}'
[../]
[./winter_injection_P]
type = PorousFlowPolyLineSink
fluid_phase = 0
variable = porepressure
SumQuantityUO = fluid_mass_in_inc
line_base = '1 -9.99 -9.99 3.6'
line_length = ${well_length}
line_direction = '0 0 1'
use_mobility = false
p_or_t_vals = '-1e9 1e9'
fluxes = '-${inj_ext_flux} -${inj_ext_flux}'
[../]
[./winter_injection_T]
type = EnthalpySink
fluid_phase = 0
variable = temperature
SumQuantityUO = heat_enthalpy_in_inc
line_base = '1 -9.99 -9.99 3.6'
line_length = ${well_length}
line_direction = '0 0 1'
pressure = porepressure
T_in = 399.15
fp = tabulated_water
p_or_t_vals = '-1e9 1e9'
fluxes = '-${inj_ext_flux} -${inj_ext_flux}'
[../]
[./winter_production_P]
type = PorousFlowPolyLineSink
fluid_phase = 0
variable = porepressure
SumQuantityUO = fluid_mass_out_inc
line_base = '1 9.99 9.99 3.6'
line_length = ${well_length}
line_direction = '0 0 1'
use_mobility = false
p_or_t_vals = '-1e9 1e9'
fluxes = '${inj_ext_flux} ${inj_ext_flux}'
[../]
[./winter_production_T]
type = PorousFlowPolyLineSink
fluid_phase = 0
variable = temperature
SumQuantityUO = heat_enthalpy_out_inc
line_base = '1 9.99 9.99 3.6'
line_length = ${well_length}
line_direction = '0 0 1'
use_mobility = false
use_enthalpy = true
p_or_t_vals = '-1e9 1e9'
fluxes = '${inj_ext_flux} ${inj_ext_flux}'
[../]
[]
############################################################
[Controls]
[summer_injection]
type = ConditionalFunctionEnableControl
conditional_function = inj_function_summer
enable_objects = 'DiracKernels::summer_injection_P DiracKernels::summer_injection_T DiracKernels::summer_production_P DiracKernels::summer_production_T'
[]
[winter_injection]
type = ConditionalFunctionEnableControl
conditional_function = inj_function_winter
enable_objects = 'DiracKernels::winter_injection_P DiracKernels::winter_injection_T DiracKernels::winter_production_P DiracKernels::winter_production_T'
[]
[]
[Functions]
[./inj_function_summer]
type = ParsedFunction
value = '(t/24/3600/365-floor(t/24/3600/365))<=0.25'
[../]
[./inj_function_winter]
type = ParsedFunction
value = '(t/24/3600/365-floor(t/24/3600/365))>0.5 & (t/24/3600/365-floor(t/24/3600/365)) <=0.75'
[../]
[]
############################################################
[Modules]
[./FluidProperties]
[./true_water]
type = Water97FluidProperties
[../]
[./tabulated_water]
type = TabulatedFluidProperties
fp = true_water
temperature_min = 275
temperature_max = 600
pressure_max = 1E8
interpolated_properties = 'density viscosity enthalpy internal_energy'
fluid_property_file = water97_tabulated.csv
[../]
[../]
[]
############################################################
[Materials]
[./internal_energy_aquifer]
type = PorousFlowMatrixInternalEnergy
specific_heat_capacity = 920.0
density = 2600.0
block = 'inj_well ext_well caps layer_1 layer_2 layer_3 layer_4 layer_5 layer_6 layer_7 layer_8 layer_9 layer_10 layer_11 layer_12 layer_13 layer_14 layer_15 layer_16 layer_17 layer_18 layer_19 layer_20'
[../]
[./thermal_conductivity_aquifer]
type = PorousFlowThermalConductivityIdeal
dry_thermal_conductivity = '2.51 0 0 0 2.51 0 0 0 2.51'
block = 'inj_well ext_well caps layer_1 layer_2 layer_3 layer_4 layer_5 layer_6 layer_7 layer_8 layer_9 layer_10 layer_11 layer_12 layer_13 layer_14 layer_15 layer_16 layer_17 layer_18 layer_19 layer_20'
[../]
[./porosity_well]
type = PorousFlowPorosityConst
block = 'inj_well ext_well'
porosity = 0.299
[../]
[./permeability_well]
type = PorousFlowPermeabilityConst
block = 'inj_well ext_well'
permeability = '.2660E-12 0 0 0 .2660E-12 0 0 0 .2330E-09'
[../]
[./porosity_caps]
type = PorousFlowPorosityConst
block = caps
porosity = 0.01
[../]
[./permeability_caps]
type = PorousFlowPermeabilityConst
block = caps
permeability = '1E-18 0 0 0 1E-18 0 0 0 1E-18'
[../]
[./porosity_layer_1]
type = PorousFlowPorosity
block = layer_1
porosity_zero = 0.143
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_1]
type = PorousFlowPermeabilityConst
block = layer_1
permeability = '.8130E-15 0 0 0 .8130E-15 0 0 0 .3160E-15'
[../]
[./porosity_layer_2]
type = PorousFlowPorosity
block = layer_2
porosity_zero = 0.158
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_2]
type = PorousFlowPermeabilityConst
block = layer_2
permeability = '.3460E-14 0 0 0 .3460E-14 0 0 0 .1350E-14'
[../]
[./porosity_layer_3]
type = PorousFlowPorosity
block = layer_3
porosity_zero = 0.176
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_3]
type = PorousFlowPermeabilityConst
block = layer_3
permeability = '.1120E-13 0 0 0 .1120E-13 0 0 0 .4390E-14'
[../]
[./porosity_layer_4]
type = PorousFlowPorosity
block = layer_4
porosity_zero = 0.188
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_4]
type = PorousFlowPermeabilityConst
block = layer_4
permeability = '.1920E-13 0 0 0 .1920E-13 0 0 0 .1400E-13'
[../]
[./porosity_layer_5]
type = PorousFlowPorosity
block = layer_5
porosity_zero = 0.166
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_5]
type = PorousFlowPermeabilityConst
block = layer_5
permeability = '.5500E-14 0 0 0 .5500E-14 0 0 0 .3900E-14'
[../]
[./porosity_layer_6]
type = PorousFlowPorosity
block = layer_6
porosity_zero = 0.185
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_6]
type = PorousFlowPermeabilityConst
block = layer_6
permeability = '.1770E-13 0 0 0 .1770E-13 0 0 0 .1190E-13'
[../]
[./porosity_layer_7]
type = PorousFlowPorosity
block = layer_7
porosity_zero = 0.24
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_7]
type = PorousFlowPermeabilityConst
block = layer_7
permeability = '.9110E-13 0 0 0 .9110E-13 0 0 0 .8870E-13'
[../]
[./porosity_layer_8]
type = PorousFlowPorosity
block = layer_8
porosity_zero = 0.26
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_8]
type = PorousFlowPermeabilityConst
block = layer_8
permeability = '.1390E-12 0 0 0 .1390E-12 0 0 0 .1290E-12'
[../]
[./porosity_layer_9]
type = PorousFlowPorosity
block = layer_9
porosity_zero = 0.285
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_9]
type = PorousFlowPermeabilityConst
block = layer_9
permeability = '.2120E-12 0 0 0 .2120E-12 0 0 0 .2000E-12'
[../]
[./porosity_layer_10]
type = PorousFlowPorosity
block = layer_10
porosity_zero = 0.27
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_10]
type = PorousFlowPermeabilityConst
block = layer_10
permeability = '.1630E-12 0 0 0 .1630E-12 0 0 0 .1580E-12'
[../]
[./porosity_layer_11]
type = PorousFlowPorosity
block = layer_11
porosity_zero = 0.23
[../]
[./permeability_layer_11]
type = PorousFlowPermeabilityConst
block = layer_11
permeability = '.7700E-13 0 0 0 .7700E-13 0 0 0 .5990E-13'
[../]
[./porosity_layer_12]
type = PorousFlowPorosity
block = layer_12
porosity_zero = 0.306
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_12]
type = PorousFlowPermeabilityConst
block = layer_12
permeability = '.2880E-12 0 0 0 .2880E-12 0 0 0 .2880E-12'
[../]
[./porosity_layer_13]
type = PorousFlowPorosity
block = layer_13
porosity_zero = .285
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_13]
type = PorousFlowPermeabilityConst
block = layer_13
permeability = '.2130E-12 0 0 0 .2130E-12 0 0 0 .2040E-12'
[../]
[./porosity_layer_14]
type = PorousFlowPorosity
block = layer_14
porosity_zero = .155
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_14]
type = PorousFlowPermeabilityConst
block = layer_14
permeability = '.1080E-13 0 0 0 .1080E-13 0 0 0 .2190E-15'
[../]
[./porosity_layer_15]
type = PorousFlowPorosity
block = layer_15
porosity_zero = .299
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_15]
type = PorousFlowPermeabilityConst
block = layer_15
permeability = '.2660E-12 0 0 0 .2660E-12 0 0 0 .2330E-12'
[../]
[./porosity_layer_16]
type = PorousFlowPorosity
block = layer_16
porosity_zero = .334
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_16]
type = PorousFlowPermeabilityConst
block = layer_16
permeability = '.4230E-12 0 0 0 .4230E-12 0 0 0 .4110E-12'
[../]
[./porosity_layer_17]
type = PorousFlowPorosity
block = layer_17
porosity_zero = .32
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_17]
type = PorousFlowPermeabilityConst
block = layer_17
permeability = '.3560E-12 0 0 0 .3560E-12 0 0 0 .3300E-12'
[../]
[./porosity_layer_18]
type = PorousFlowPorosity
block = layer_18
porosity_zero = .294
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_18]
type = PorousFlowPermeabilityConst
block = layer_18
permeability = '.2420E-12 0 0 0 .2420E-12 0 0 0 .2360E-12'
[../]
[./porosity_layer_19]
type = PorousFlowPorosity
block = layer_19
porosity_zero = .279
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_19]
type = PorousFlowPermeabilityConst
block = layer_19
permeability = '.2050E-12 0 0 0 .2050E-12 0 0 0 .1310E-12'
[../]
[./porosity_layer_20]
type = PorousFlowPorosity
block = layer_20
porosity_zero = .071
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_20]
type = PorousFlowPermeabilityConst
block = layer_20
permeability = '.2700E-16 0 0 0 .2700E-16 0 0 0 .1000E-17 '
[../]
[]
############################################################
[Postprocessors]
[./is_summer]
type = FunctionValuePostprocessor
function = inj_function_summer
[../]
[./is_winter]
type = FunctionValuePostprocessor
function = inj_function_winter
[../]
[./inlet_mass_kg]
type = PorousFlowPlotQuantity
uo = fluid_mass_in_inc
[../]
[./inlet_enthalpy_J]
type = PorousFlowPlotQuantity
uo = heat_enthalpy_in_inc
[../]
[./outlet_mass_kg]
type = PorousFlowPlotQuantity
uo = fluid_mass_out_inc
[../]
[./outlet_enthalpy_J]
type = PorousFlowPlotQuantity
uo = heat_enthalpy_out_inc
[../]
[./production_temperature]
type = AverageNodalVariableValue
boundary = extraction
variable = temperature
[../]
[./production_porepressure]
type = AverageNodalVariableValue
boundary = extraction
variable = porepressure
[../]
[./injection_temperature]
type = AverageNodalVariableValue
boundary = injection
variable = temperature
[../]
[./injection_porepressure]
type = AverageNodalVariableValue
boundary = injection
variable = porepressure
[../]
[total]
type = MemoryUsage
mem_units = 'bytes'
execute_on = 'INITIAL TIMESTEP_END'
[]
[]
############################################################
[Preconditioning]
active = 'ilu_may_use_less_mem'
#active = 'superlu'
[./ilu_may_use_less_mem]
type = SMP
full = true
petsc_options = '-ksp_diagonal_scale -ksp_diagonal_scale_fix'
petsc_options_iname = '-ksp_type -pc_type -sub_pc_type -sub_pc_factor_shift_type -sub_pc_factor_levels'
petsc_options_value = 'gmres asm ilu NONZERO 2'
[../]
[./original]
type = SMP
full = true
petsc_options = '-ksp_diagonal_scale -ksp_diagonal_scale_fix'
petsc_options_iname = '-ksp_type -pc_type -sub_pc_type -sub_pc_factor_shift_type'
petsc_options_value = 'gmres asm lu NONZERO'
[../]
[./superlu]
type = SMP
full = true
petsc_options = '-ksp_diagonal_scale -ksp_diagonal_scale_fix'
petsc_options_iname = '-ksp_type -pc_type -pc_factor_mat_solver_package'
petsc_options_value = 'gmres lu superlu_dist'
[../]
[./sub_pc_superlu]
type = SMP
full = true
petsc_options = '-ksp_diagonal_scale -ksp_diagonal_scale_fix'
petsc_options_iname = '-ksp_type -pc_type -sub_pc_type -sub_pc_factor_shift_type -sub_pc_factor_mat_solver_package'
petsc_options_value = 'gmres asm lu NONZERO superlu_dist'
[../]
[./preferred]
#per Andy
type = SMP
full = true
petsc_options_iname = '-pc_type -pc_factor_mat_solver_package'
petsc_options_value = ' lu mumps'
[../]
[./basic]
type = SMP
full = true
petsc_options = '-ksp_diagonal_scale -ksp_diagonal_scale_fix'
petsc_options_iname = '-pc_type -sub_pc_type -sub_pc_factor_shift_type -pc_asm_overlap'
petsc_options_value = ' asm lu NONZERO 2'
[../]
[]
##########################################################
[Executioner]
type = Transient
solve_type = NEWTON
end_time = 31635000
# steady_state_detection = true
# steady_state_start_time = 864000 # 10 days
# steady_state_tolerance = 1e-6
dtmax = 216000 # 2 days
dtmin = 10
[./TimeStepper]
type = IterationAdaptiveDT
dt = 1000.0
optimal_iterations = 10
[../]
# controls for linear iterations
l_max_its = 100
l_tol = 1e-4
# controls for nonlinear iterations
nl_max_its = 50
nl_abs_tol = 1e-5
[]
###########################################################
[Outputs]
[./exodus]
type = Exodus
# file_base = sequence_out_1
# elemental_as_nodal = true
# overwrite = true
# sequence = true
interval = 20
[../]
[./Console]
type = Console
#perf_log = false
#output_linear = false
output_nonlinear = true
interval = 1
[../]
[./CSV]
type = CSV
interval = 1
[../]
[]
###########################################################
(examples/rtes_benchmark/Cranfield_HT_season_caps_water_newboundary_coarse.i)
#---geothermal battery project - Cranfield - cross validation with TOUGH simulator
#---define initial pressure and temperature
pp_ini_bc = 3e+7 # Pa
T_ini_bc = 399.15 # K
well_length = 1.2 #lower two-thirds of the formation
inj_ext_flux= ${fparse 3/well_length/4 } # 3 kg/s over injection length with 1/4 sysmentrical model
# Darcy flow with heat advection and conduction
[Mesh]
[./fmg]
type = FileMeshGenerator
file = Cranfield_caps_new_coarse.e
[]
[]
#############################################################
[GlobalParams]
PorousFlowDictator = dictator
[]
####################################################‰########
[PorousFlowUnsaturated]
relative_permeability_type = COREY
relative_permeability_exponent = 0
add_darcy_aux = true
coupling_type = ThermoHydro
gravity = '0 0 -9.8'
porepressure = porepressure
temperature = temperature
fp = tabulated_water
use_displaced_mesh = false
[]
###########################################################
[Variables]
[./porepressure]
[../]
[./temperature]
scaling = 1E-8
[../]
[]
###########################################################
[AuxVariables]
[./density]
order = CONSTANT
family = MONOMIAL
[../]
[./perm_z]
family = monomial
order = constant
[../]
[./perm_x]
family = monomial
order = constant
[../]
[]
##############################################################
[AuxKernels]
[./density]
type = MaterialRealAux
variable = density
property = PorousFlow_fluid_phase_density_qp0
execute_on = TIMESTEP_END
[../]
[./perm_z]
type = PorousFlowPropertyAux
property = permeability
variable = perm_z
row = 2
column = 2
[../]
[./perm_x]
type = PorousFlowPropertyAux
property = permeability
variable = perm_x
row = 1
column = 1
[../]
[]
############################################################
[UserObjects]
[./fluid_mass_in_inc]
type = PorousFlowSumQuantity
[../]
[./fluid_mass_out_inc]
type = PorousFlowSumQuantity
[../]
[./heat_enthalpy_in_inc]
type = PorousFlowSumQuantity
[../]
[./heat_enthalpy_out_inc]
type = PorousFlowSumQuantity
[../]
[]
############################################################
[ICs]
[./init_pp]
type = FunctionIC
function = ${pp_ini_bc}
variable = porepressure
[../]
[./init_temp]
type = ConstantIC
value = ${T_ini_bc}
variable = temperature
[../]
[]
###############################################################
#[BCs]
# [./P_drained]
# type = DirichletBC
# variable = porepressure
# boundary = 'top bottom'
# value = ${pp_ini_bc}
# [../]
# [./T_cont]
# type = DirichletBC
# variable = temperature
# boundary = 'top bottom'
# value = ${T_ini_bc}
# [../]
#[]
############################################################
[DiracKernels]
[./summer_injection_P]
type = PorousFlowPolyLineSink
fluid_phase = 0
variable = porepressure
SumQuantityUO = fluid_mass_in_inc
line_base = '1 -9.99 -9.99 3.6'
line_length = ${well_length}
line_direction = '0 0 1'
use_mobility = false
p_or_t_vals = '-1e9 1e9'
fluxes = '-${inj_ext_flux} -${inj_ext_flux}'
[../]
[./summer_injection_T]
type = EnthalpySink
fluid_phase = 0
variable = temperature
SumQuantityUO = heat_enthalpy_in_inc
line_base = '1 -9.99 -9.99 3.6'
line_length = ${well_length}
line_direction = '0 0 1'
pressure = porepressure
T_in = 453.15
fp = tabulated_water
p_or_t_vals = '-1e9 1e9'
fluxes = '-${inj_ext_flux} -${inj_ext_flux}'
[../]
[./summer_production_P]
type = PorousFlowPolyLineSink
fluid_phase = 0
variable = porepressure
SumQuantityUO = fluid_mass_out_inc
line_base = '1 9.99 9.99 3.6'
line_length = ${well_length}
line_direction = '0 0 1'
use_mobility = false
p_or_t_vals = '-1e9 1e9'
fluxes = '${inj_ext_flux} ${inj_ext_flux}'
[../]
[./summer_production_T]
type = PorousFlowPolyLineSink
fluid_phase = 0
variable = temperature
SumQuantityUO = heat_enthalpy_out_inc
line_base = '1 9.99 9.99 3.6'
line_length = ${well_length}
line_direction = '0 0 1'
use_mobility = false
use_enthalpy = true
p_or_t_vals = '-1e9 1e9'
fluxes = '${inj_ext_flux} ${inj_ext_flux}'
[../]
[./winter_injection_P]
type = PorousFlowPolyLineSink
fluid_phase = 0
variable = porepressure
SumQuantityUO = fluid_mass_in_inc
line_base = '1 -9.99 -9.99 3.6'
line_length = ${well_length}
line_direction = '0 0 1'
use_mobility = false
p_or_t_vals = '-1e9 1e9'
fluxes = '-${inj_ext_flux} -${inj_ext_flux}'
[../]
[./winter_injection_T]
type = EnthalpySink
fluid_phase = 0
variable = temperature
SumQuantityUO = heat_enthalpy_in_inc
line_base = '1 -9.99 -9.99 3.6'
line_length = ${well_length}
line_direction = '0 0 1'
pressure = porepressure
T_in = 399.15
fp = tabulated_water
p_or_t_vals = '-1e9 1e9'
fluxes = '-${inj_ext_flux} -${inj_ext_flux}'
[../]
[./winter_production_P]
type = PorousFlowPolyLineSink
fluid_phase = 0
variable = porepressure
SumQuantityUO = fluid_mass_out_inc
line_base = '1 9.99 9.99 3.6'
line_length = ${well_length}
line_direction = '0 0 1'
use_mobility = false
p_or_t_vals = '-1e9 1e9'
fluxes = '${inj_ext_flux} ${inj_ext_flux}'
[../]
[./winter_production_T]
type = PorousFlowPolyLineSink
fluid_phase = 0
variable = temperature
SumQuantityUO = heat_enthalpy_out_inc
line_base = '1 9.99 9.99 3.6'
line_length = ${well_length}
line_direction = '0 0 1'
use_mobility = false
use_enthalpy = true
p_or_t_vals = '-1e9 1e9'
fluxes = '${inj_ext_flux} ${inj_ext_flux}'
[../]
[]
############################################################
[Controls]
[summer_injection]
type = ConditionalFunctionEnableControl
conditional_function = inj_function_summer
enable_objects = 'DiracKernels::summer_injection_P DiracKernels::summer_injection_T DiracKernels::summer_production_P DiracKernels::summer_production_T'
[]
[winter_injection]
type = ConditionalFunctionEnableControl
conditional_function = inj_function_winter
enable_objects = 'DiracKernels::winter_injection_P DiracKernels::winter_injection_T DiracKernels::winter_production_P DiracKernels::winter_production_T'
[]
[]
[Functions]
[./inj_function_summer]
type = ParsedFunction
value = '(t/24/3600/365-floor(t/24/3600/365))<=0.25'
[../]
[./inj_function_winter]
type = ParsedFunction
value = '(t/24/3600/365-floor(t/24/3600/365))>0.5 & (t/24/3600/365-floor(t/24/3600/365)) <=0.75'
[../]
[]
############################################################
[Modules]
[./FluidProperties]
[./true_water]
type = Water97FluidProperties
[../]
[./tabulated_water]
type = TabulatedFluidProperties
fp = true_water
temperature_min = 275
temperature_max = 600
pressure_max = 1E8
interpolated_properties = 'density viscosity enthalpy internal_energy'
fluid_property_file = water97_tabulated.csv
[../]
[../]
[]
############################################################
[Materials]
[./internal_energy_aquifer]
type = PorousFlowMatrixInternalEnergy
specific_heat_capacity = 920.0
density = 2600.0
block = 'inj_well ext_well caps layer_1 layer_2 layer_3 layer_4 layer_5 layer_6 layer_7 layer_8 layer_9 layer_10 layer_11 layer_12 layer_13 layer_14 layer_15 layer_16 layer_17 layer_18 layer_19 layer_20'
[../]
[./thermal_conductivity_aquifer]
type = PorousFlowThermalConductivityIdeal
dry_thermal_conductivity = '2.51 0 0 0 2.51 0 0 0 2.51'
block = 'inj_well ext_well caps layer_1 layer_2 layer_3 layer_4 layer_5 layer_6 layer_7 layer_8 layer_9 layer_10 layer_11 layer_12 layer_13 layer_14 layer_15 layer_16 layer_17 layer_18 layer_19 layer_20'
[../]
[./porosity_well]
type = PorousFlowPorosityConst
block = 'inj_well ext_well'
porosity = 0.299
[../]
[./permeability_well]
type = PorousFlowPermeabilityConst
block = 'inj_well ext_well'
permeability = '.2660E-12 0 0 0 .2660E-12 0 0 0 .2330E-09'
[../]
[./porosity_caps]
type = PorousFlowPorosityConst
block = caps
porosity = 0.01
[../]
[./permeability_caps]
type = PorousFlowPermeabilityConst
block = caps
permeability = '1E-18 0 0 0 1E-18 0 0 0 1E-18'
[../]
[./porosity_layer_1]
type = PorousFlowPorosity
block = layer_1
porosity_zero = 0.143
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_1]
type = PorousFlowPermeabilityConst
block = layer_1
permeability = '.8130E-15 0 0 0 .8130E-15 0 0 0 .3160E-15'
[../]
[./porosity_layer_2]
type = PorousFlowPorosity
block = layer_2
porosity_zero = 0.158
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_2]
type = PorousFlowPermeabilityConst
block = layer_2
permeability = '.3460E-14 0 0 0 .3460E-14 0 0 0 .1350E-14'
[../]
[./porosity_layer_3]
type = PorousFlowPorosity
block = layer_3
porosity_zero = 0.176
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_3]
type = PorousFlowPermeabilityConst
block = layer_3
permeability = '.1120E-13 0 0 0 .1120E-13 0 0 0 .4390E-14'
[../]
[./porosity_layer_4]
type = PorousFlowPorosity
block = layer_4
porosity_zero = 0.188
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_4]
type = PorousFlowPermeabilityConst
block = layer_4
permeability = '.1920E-13 0 0 0 .1920E-13 0 0 0 .1400E-13'
[../]
[./porosity_layer_5]
type = PorousFlowPorosity
block = layer_5
porosity_zero = 0.166
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_5]
type = PorousFlowPermeabilityConst
block = layer_5
permeability = '.5500E-14 0 0 0 .5500E-14 0 0 0 .3900E-14'
[../]
[./porosity_layer_6]
type = PorousFlowPorosity
block = layer_6
porosity_zero = 0.185
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_6]
type = PorousFlowPermeabilityConst
block = layer_6
permeability = '.1770E-13 0 0 0 .1770E-13 0 0 0 .1190E-13'
[../]
[./porosity_layer_7]
type = PorousFlowPorosity
block = layer_7
porosity_zero = 0.24
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_7]
type = PorousFlowPermeabilityConst
block = layer_7
permeability = '.9110E-13 0 0 0 .9110E-13 0 0 0 .8870E-13'
[../]
[./porosity_layer_8]
type = PorousFlowPorosity
block = layer_8
porosity_zero = 0.26
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_8]
type = PorousFlowPermeabilityConst
block = layer_8
permeability = '.1390E-12 0 0 0 .1390E-12 0 0 0 .1290E-12'
[../]
[./porosity_layer_9]
type = PorousFlowPorosity
block = layer_9
porosity_zero = 0.285
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_9]
type = PorousFlowPermeabilityConst
block = layer_9
permeability = '.2120E-12 0 0 0 .2120E-12 0 0 0 .2000E-12'
[../]
[./porosity_layer_10]
type = PorousFlowPorosity
block = layer_10
porosity_zero = 0.27
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_10]
type = PorousFlowPermeabilityConst
block = layer_10
permeability = '.1630E-12 0 0 0 .1630E-12 0 0 0 .1580E-12'
[../]
[./porosity_layer_11]
type = PorousFlowPorosity
block = layer_11
porosity_zero = 0.23
[../]
[./permeability_layer_11]
type = PorousFlowPermeabilityConst
block = layer_11
permeability = '.7700E-13 0 0 0 .7700E-13 0 0 0 .5990E-13'
[../]
[./porosity_layer_12]
type = PorousFlowPorosity
block = layer_12
porosity_zero = 0.306
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_12]
type = PorousFlowPermeabilityConst
block = layer_12
permeability = '.2880E-12 0 0 0 .2880E-12 0 0 0 .2880E-12'
[../]
[./porosity_layer_13]
type = PorousFlowPorosity
block = layer_13
porosity_zero = .285
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_13]
type = PorousFlowPermeabilityConst
block = layer_13
permeability = '.2130E-12 0 0 0 .2130E-12 0 0 0 .2040E-12'
[../]
[./porosity_layer_14]
type = PorousFlowPorosity
block = layer_14
porosity_zero = .155
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_14]
type = PorousFlowPermeabilityConst
block = layer_14
permeability = '.1080E-13 0 0 0 .1080E-13 0 0 0 .2190E-15'
[../]
[./porosity_layer_15]
type = PorousFlowPorosity
block = layer_15
porosity_zero = .299
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_15]
type = PorousFlowPermeabilityConst
block = layer_15
permeability = '.2660E-12 0 0 0 .2660E-12 0 0 0 .2330E-12'
[../]
[./porosity_layer_16]
type = PorousFlowPorosity
block = layer_16
porosity_zero = .334
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_16]
type = PorousFlowPermeabilityConst
block = layer_16
permeability = '.4230E-12 0 0 0 .4230E-12 0 0 0 .4110E-12'
[../]
[./porosity_layer_17]
type = PorousFlowPorosity
block = layer_17
porosity_zero = .32
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_17]
type = PorousFlowPermeabilityConst
block = layer_17
permeability = '.3560E-12 0 0 0 .3560E-12 0 0 0 .3300E-12'
[../]
[./porosity_layer_18]
type = PorousFlowPorosity
block = layer_18
porosity_zero = .294
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_18]
type = PorousFlowPermeabilityConst
block = layer_18
permeability = '.2420E-12 0 0 0 .2420E-12 0 0 0 .2360E-12'
[../]
[./porosity_layer_19]
type = PorousFlowPorosity
block = layer_19
porosity_zero = .279
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_19]
type = PorousFlowPermeabilityConst
block = layer_19
permeability = '.2050E-12 0 0 0 .2050E-12 0 0 0 .1310E-12'
[../]
[./porosity_layer_20]
type = PorousFlowPorosity
block = layer_20
porosity_zero = .071
fluid = true
biot_coefficient = 0.8
reference_porepressure = ${pp_ini_bc}
solid_bulk = 1.5E8
[../]
[./permeability_layer_20]
type = PorousFlowPermeabilityConst
block = layer_20
permeability = '.2700E-16 0 0 0 .2700E-16 0 0 0 .1000E-17 '
[../]
[]
############################################################
[Postprocessors]
[./is_summer]
type = FunctionValuePostprocessor
function = inj_function_summer
[../]
[./is_winter]
type = FunctionValuePostprocessor
function = inj_function_winter
[../]
[./inlet_mass_kg]
type = PorousFlowPlotQuantity
uo = fluid_mass_in_inc
[../]
[./inlet_enthalpy_J]
type = PorousFlowPlotQuantity
uo = heat_enthalpy_in_inc
[../]
[./outlet_mass_kg]
type = PorousFlowPlotQuantity
uo = fluid_mass_out_inc
[../]
[./outlet_enthalpy_J]
type = PorousFlowPlotQuantity
uo = heat_enthalpy_out_inc
[../]
[./production_temperature]
type = AverageNodalVariableValue
boundary = extraction
variable = temperature
[../]
[./production_porepressure]
type = AverageNodalVariableValue
boundary = extraction
variable = porepressure
[../]
[./injection_temperature]
type = AverageNodalVariableValue
boundary = injection
variable = temperature
[../]
[./injection_porepressure]
type = AverageNodalVariableValue
boundary = injection
variable = porepressure
[../]
[total]
type = MemoryUsage
mem_units = 'bytes'
execute_on = 'INITIAL TIMESTEP_END'
[]
[]
############################################################
[Preconditioning]
active = 'ilu_may_use_less_mem'
#active = 'superlu'
[./ilu_may_use_less_mem]
type = SMP
full = true
petsc_options = '-ksp_diagonal_scale -ksp_diagonal_scale_fix'
petsc_options_iname = '-ksp_type -pc_type -sub_pc_type -sub_pc_factor_shift_type -sub_pc_factor_levels'
petsc_options_value = 'gmres asm ilu NONZERO 2'
[../]
[./original]
type = SMP
full = true
petsc_options = '-ksp_diagonal_scale -ksp_diagonal_scale_fix'
petsc_options_iname = '-ksp_type -pc_type -sub_pc_type -sub_pc_factor_shift_type'
petsc_options_value = 'gmres asm lu NONZERO'
[../]
[./superlu]
type = SMP
full = true
petsc_options = '-ksp_diagonal_scale -ksp_diagonal_scale_fix'
petsc_options_iname = '-ksp_type -pc_type -pc_factor_mat_solver_package'
petsc_options_value = 'gmres lu superlu_dist'
[../]
[./sub_pc_superlu]
type = SMP
full = true
petsc_options = '-ksp_diagonal_scale -ksp_diagonal_scale_fix'
petsc_options_iname = '-ksp_type -pc_type -sub_pc_type -sub_pc_factor_shift_type -sub_pc_factor_mat_solver_package'
petsc_options_value = 'gmres asm lu NONZERO superlu_dist'
[../]
[./preferred]
#per Andy
type = SMP
full = true
petsc_options_iname = '-pc_type -pc_factor_mat_solver_package'
petsc_options_value = ' lu mumps'
[../]
[./basic]
type = SMP
full = true
petsc_options = '-ksp_diagonal_scale -ksp_diagonal_scale_fix'
petsc_options_iname = '-pc_type -sub_pc_type -sub_pc_factor_shift_type -pc_asm_overlap'
petsc_options_value = ' asm lu NONZERO 2'
[../]
[]
##########################################################
[Executioner]
type = Transient
solve_type = NEWTON
end_time = 31635000
# steady_state_detection = true
# steady_state_start_time = 864000 # 10 days
# steady_state_tolerance = 1e-6
dtmax = 216000 # 2 days
dtmin = 10
[./TimeStepper]
type = IterationAdaptiveDT
dt = 1000.0
optimal_iterations = 10
[../]
# controls for linear iterations
l_max_its = 100
l_tol = 1e-4
# controls for nonlinear iterations
nl_max_its = 50
nl_abs_tol = 1e-5
[]
###########################################################
[Outputs]
[./exodus]
type = Exodus
# file_base = sequence_out_1
# elemental_as_nodal = true
# overwrite = true
# sequence = true
interval = 20
[../]
[./Console]
type = Console
#perf_log = false
#output_linear = false
output_nonlinear = true
interval = 1
[../]
[./CSV]
type = CSV
interval = 1
[../]
[]
###########################################################