From 27d3565a9ec107a50fc7f94712a037cd0c626c52 Mon Sep 17 00:00:00 2001 From: langevin-usgs Date: Fri, 16 Feb 2024 17:53:07 -0600 Subject: [PATCH] feat(SWF): Introduce Surface Water Flow (SWF) Model (#1630) * Introduce SWF Model --- autotest/data/beg2022/hecras0125.csv.cmp | 146 + autotest/data/beg2022/hecras035.csv.cmp | 146 + autotest/data/beg2022/mfswr0125.csv.cmp | 6049 +++++++++++++++++ autotest/data/swr04/SWRFlows.csv.cmp | 337 + autotest/data/swr04/SWRSample04_Stage.csv.cmp | 337 + autotest/test_swf_dfw.py | 199 + autotest/test_swf_dfw_beg2022.py | 331 + autotest/test_swf_dfw_bowl.py | 262 + autotest/test_swf_dfw_gwf.py | 283 + autotest/test_swf_dfw_loop.py | 491 ++ autotest/test_swf_dfw_swrt2.py | 237 + autotest/test_swf_dfw_swrt2b.py | 249 + doc/Common/swf-obs.tex | 2 + doc/Common/swf-obstypetable.tex | 83 + doc/Common/swf-swfobs.tex | 1 + doc/mf6io/body.tex | 5 + doc/mf6io/mf6io.bbl | 95 +- doc/mf6io/mf6ivar/dfn/exg-swfgwf.dfn | 118 + doc/mf6io/mf6ivar/dfn/sim-nam.dfn | 2 +- doc/mf6io/mf6ivar/dfn/swf-chd.dfn | 208 + doc/mf6io/mf6ivar/dfn/swf-cxs.dfn | 100 + doc/mf6io/mf6ivar/dfn/swf-dfw.dfn | 136 + doc/mf6io/mf6ivar/dfn/swf-disl.dfn | 229 + doc/mf6io/mf6ivar/dfn/swf-flw.dfn | 207 + doc/mf6io/mf6ivar/dfn/swf-ic.dfn | 11 + doc/mf6io/mf6ivar/dfn/swf-nam.dfn | 99 + doc/mf6io/mf6ivar/dfn/swf-oc.dfn | 345 + doc/mf6io/mf6ivar/dfn/swf-sto.dfn | 49 + doc/mf6io/mf6ivar/dfn/swf-zdg.dfn | 237 + .../mf6ivar/examples/swf-chd-example.dat | 12 + .../mf6ivar/examples/swf-cxs-example.dat | 57 + .../mf6ivar/examples/swf-dfw-example.dat | 16 + .../mf6ivar/examples/swf-disl-example.dat | 33 + .../mf6ivar/examples/swf-flw-example.dat | 12 + doc/mf6io/mf6ivar/examples/swf-ic-example.dat | 4 + .../mf6ivar/examples/swf-nam-example.dat | 14 + doc/mf6io/mf6ivar/examples/swf-oc-example.dat | 12 + .../mf6ivar/examples/swf-sto-example.dat | 12 + .../mf6ivar/examples/swf-zdg-example.dat | 13 + .../mf6ivar/examples/utl-obs-swf-example.dat | 16 + doc/mf6io/mf6ivar/md/mf6ivar.md | 141 + doc/mf6io/mf6ivar/mf6ivar.py | 11 + doc/mf6io/mf6ivar/tex/appendixA.tex | 41 + doc/mf6io/mf6ivar/tex/exg-swfgwf-desc.tex | 33 + .../mf6ivar/tex/exg-swfgwf-dimensions.dat | 3 + .../mf6ivar/tex/exg-swfgwf-exchangedata.dat | 5 + doc/mf6io/mf6ivar/tex/exg-swfgwf-options.dat | 5 + doc/mf6io/mf6ivar/tex/swf-chd-desc.tex | 49 + doc/mf6io/mf6ivar/tex/swf-chd-dimensions.dat | 3 + doc/mf6io/mf6ivar/tex/swf-chd-options.dat | 10 + doc/mf6io/mf6ivar/tex/swf-chd-period.dat | 5 + .../mf6ivar/tex/swf-cxs-crosssectiondata.dat | 5 + doc/mf6io/mf6ivar/tex/swf-cxs-desc.tex | 35 + doc/mf6io/mf6ivar/tex/swf-cxs-dimensions.dat | 4 + doc/mf6io/mf6ivar/tex/swf-cxs-options.dat | 3 + doc/mf6io/mf6ivar/tex/swf-cxs-packagedata.dat | 5 + doc/mf6io/mf6ivar/tex/swf-dfw-desc.tex | 35 + doc/mf6io/mf6ivar/tex/swf-dfw-griddata.dat | 10 + doc/mf6io/mf6ivar/tex/swf-dfw-options.dat | 8 + doc/mf6io/mf6ivar/tex/swf-disl-cell2d.dat | 5 + doc/mf6io/mf6ivar/tex/swf-disl-desc.tex | 65 + doc/mf6io/mf6ivar/tex/swf-disl-dimensions.dat | 4 + doc/mf6io/mf6ivar/tex/swf-disl-griddata.dat | 10 + doc/mf6io/mf6ivar/tex/swf-disl-options.dat | 9 + doc/mf6io/mf6ivar/tex/swf-disl-vertices.dat | 5 + doc/mf6io/mf6ivar/tex/swf-flw-desc.tex | 49 + doc/mf6io/mf6ivar/tex/swf-flw-dimensions.dat | 3 + doc/mf6io/mf6ivar/tex/swf-flw-options.dat | 10 + doc/mf6io/mf6ivar/tex/swf-flw-period.dat | 5 + doc/mf6io/mf6ivar/tex/swf-ic-desc.tex | 9 + doc/mf6io/mf6ivar/tex/swf-ic-griddata.dat | 4 + doc/mf6io/mf6ivar/tex/swf-nam-desc.tex | 29 + doc/mf6io/mf6ivar/tex/swf-nam-options.dat | 7 + doc/mf6io/mf6ivar/tex/swf-nam-packages.dat | 5 + doc/mf6io/mf6ivar/tex/swf-oc-desc.tex | 67 + doc/mf6io/mf6ivar/tex/swf-oc-options.dat | 7 + doc/mf6io/mf6ivar/tex/swf-oc-period.dat | 4 + doc/mf6io/mf6ivar/tex/swf-sto-desc.tex | 19 + doc/mf6io/mf6ivar/tex/swf-sto-options.dat | 3 + doc/mf6io/mf6ivar/tex/swf-sto-period.dat | 4 + doc/mf6io/mf6ivar/tex/swf-zdg-desc.tex | 53 + doc/mf6io/mf6ivar/tex/swf-zdg-dimensions.dat | 3 + doc/mf6io/mf6ivar/tex/swf-zdg-options.dat | 9 + doc/mf6io/mf6ivar/tex/swf-zdg-period.dat | 5 + doc/mf6io/obs/obs-swf.tex | 7 + doc/mf6io/obs/obs.tex | 3 + doc/mf6io/swf/chd.tex | 49 + doc/mf6io/swf/cxs.tex | 19 + doc/mf6io/swf/dfw.tex | 17 + doc/mf6io/swf/disl.tex | 22 + doc/mf6io/swf/flw.tex | 47 + doc/mf6io/swf/ic.tex | 17 + doc/mf6io/swf/namefile.tex | 45 + doc/mf6io/swf/oc.tex | 21 + doc/mf6io/swf/sto.tex | 22 + doc/mf6io/swf/swf-obs.tex | 39 + doc/mf6io/swf/swf.tex | 61 + doc/mf6io/swf/zdg.tex | 47 + make/makefile | 39 +- msvs/mf6core.vfproj | 154 +- src/Exchange/SwfGwfExchange.f90 | 3381 +++++++++ src/Exchange/swfgwfidm.f90 | 259 + src/Model/ModelUtilities/Connections.f90 | 270 + src/Model/ModelUtilities/DislGeom.f90 | 417 ++ .../ModelUtilities/ModelPackageInput.f90 | 7 + src/Model/ModelUtilities/SwfCxsUtils.f90 | 988 +++ src/Model/SurfaceWaterFlow/swf1.f90 | 1380 ++++ src/Model/SurfaceWaterFlow/swf1chd1idm.f90 | 411 ++ src/Model/SurfaceWaterFlow/swf1cxs1.f90 | 620 ++ src/Model/SurfaceWaterFlow/swf1cxs1idm.f90 | 245 + src/Model/SurfaceWaterFlow/swf1dfw1.f90 | 1078 +++ src/Model/SurfaceWaterFlow/swf1dfw1idm.f90 | 307 + src/Model/SurfaceWaterFlow/swf1disl1.f90 | 1164 ++++ src/Model/SurfaceWaterFlow/swf1disl1idm.f90 | 498 ++ src/Model/SurfaceWaterFlow/swf1flw1.f90 | 533 ++ src/Model/SurfaceWaterFlow/swf1flw1idm.f90 | 411 ++ src/Model/SurfaceWaterFlow/swf1ic1.f90 | 224 + src/Model/SurfaceWaterFlow/swf1ic1idm.f90 | 79 + src/Model/SurfaceWaterFlow/swf1idm.f90 | 253 + src/Model/SurfaceWaterFlow/swf1obs1.f90 | 310 + src/Model/SurfaceWaterFlow/swf1oc1.f90 | 101 + src/Model/SurfaceWaterFlow/swf1sto1.f90 | 642 ++ src/Model/SurfaceWaterFlow/swf1zdg1.f90 | 630 ++ src/Model/SurfaceWaterFlow/swf1zdg1idm.f90 | 449 ++ src/SimulationCreate.f90 | 17 + src/Solution/NumericalSolution.f90 | 2 +- src/Utilities/Idm/SourceCommon.f90 | 2 +- src/Utilities/Idm/SourceLoad.F90 | 4 + .../Idm/mf6blockfile/LoadMf6File.f90 | 14 +- src/Utilities/Idm/selector/IdmDfnSelector.f90 | 13 + .../Idm/selector/IdmExgDfnSelector.f90 | 11 + .../Idm/selector/IdmSwfDfnSelector.f90 | 171 + src/meson.build | 23 + utils/idmloader/scripts/dfn2f90.py | 36 + 134 files changed, 27448 insertions(+), 110 deletions(-) create mode 100644 autotest/data/beg2022/hecras0125.csv.cmp create mode 100644 autotest/data/beg2022/hecras035.csv.cmp create mode 100644 autotest/data/beg2022/mfswr0125.csv.cmp create mode 100644 autotest/data/swr04/SWRFlows.csv.cmp create mode 100644 autotest/data/swr04/SWRSample04_Stage.csv.cmp create mode 100644 autotest/test_swf_dfw.py create mode 100644 autotest/test_swf_dfw_beg2022.py create mode 100644 autotest/test_swf_dfw_bowl.py create mode 100644 autotest/test_swf_dfw_gwf.py create mode 100644 autotest/test_swf_dfw_loop.py create mode 100644 autotest/test_swf_dfw_swrt2.py create mode 100644 autotest/test_swf_dfw_swrt2b.py create mode 100644 doc/Common/swf-obs.tex create mode 100644 doc/Common/swf-obstypetable.tex create mode 100644 doc/Common/swf-swfobs.tex create mode 100644 doc/mf6io/mf6ivar/dfn/exg-swfgwf.dfn create mode 100644 doc/mf6io/mf6ivar/dfn/swf-chd.dfn create mode 100644 doc/mf6io/mf6ivar/dfn/swf-cxs.dfn create mode 100644 doc/mf6io/mf6ivar/dfn/swf-dfw.dfn create mode 100644 doc/mf6io/mf6ivar/dfn/swf-disl.dfn create mode 100644 doc/mf6io/mf6ivar/dfn/swf-flw.dfn create mode 100644 doc/mf6io/mf6ivar/dfn/swf-ic.dfn create mode 100644 doc/mf6io/mf6ivar/dfn/swf-nam.dfn create mode 100644 doc/mf6io/mf6ivar/dfn/swf-oc.dfn create mode 100644 doc/mf6io/mf6ivar/dfn/swf-sto.dfn create mode 100644 doc/mf6io/mf6ivar/dfn/swf-zdg.dfn create mode 100644 doc/mf6io/mf6ivar/examples/swf-chd-example.dat create mode 100644 doc/mf6io/mf6ivar/examples/swf-cxs-example.dat create mode 100644 doc/mf6io/mf6ivar/examples/swf-dfw-example.dat create mode 100644 doc/mf6io/mf6ivar/examples/swf-disl-example.dat create mode 100644 doc/mf6io/mf6ivar/examples/swf-flw-example.dat create mode 100644 doc/mf6io/mf6ivar/examples/swf-ic-example.dat create mode 100644 doc/mf6io/mf6ivar/examples/swf-nam-example.dat create mode 100644 doc/mf6io/mf6ivar/examples/swf-oc-example.dat create mode 100644 doc/mf6io/mf6ivar/examples/swf-sto-example.dat create mode 100644 doc/mf6io/mf6ivar/examples/swf-zdg-example.dat create mode 100644 doc/mf6io/mf6ivar/examples/utl-obs-swf-example.dat create mode 100644 doc/mf6io/mf6ivar/tex/exg-swfgwf-desc.tex create mode 100644 doc/mf6io/mf6ivar/tex/exg-swfgwf-dimensions.dat create mode 100644 doc/mf6io/mf6ivar/tex/exg-swfgwf-exchangedata.dat create mode 100644 doc/mf6io/mf6ivar/tex/exg-swfgwf-options.dat create mode 100644 doc/mf6io/mf6ivar/tex/swf-chd-desc.tex create mode 100644 doc/mf6io/mf6ivar/tex/swf-chd-dimensions.dat create mode 100644 doc/mf6io/mf6ivar/tex/swf-chd-options.dat create mode 100644 doc/mf6io/mf6ivar/tex/swf-chd-period.dat create mode 100644 doc/mf6io/mf6ivar/tex/swf-cxs-crosssectiondata.dat create mode 100644 doc/mf6io/mf6ivar/tex/swf-cxs-desc.tex create mode 100644 doc/mf6io/mf6ivar/tex/swf-cxs-dimensions.dat create mode 100644 doc/mf6io/mf6ivar/tex/swf-cxs-options.dat create mode 100644 doc/mf6io/mf6ivar/tex/swf-cxs-packagedata.dat create mode 100644 doc/mf6io/mf6ivar/tex/swf-dfw-desc.tex create mode 100644 doc/mf6io/mf6ivar/tex/swf-dfw-griddata.dat create mode 100644 doc/mf6io/mf6ivar/tex/swf-dfw-options.dat create mode 100644 doc/mf6io/mf6ivar/tex/swf-disl-cell2d.dat create mode 100644 doc/mf6io/mf6ivar/tex/swf-disl-desc.tex create mode 100644 doc/mf6io/mf6ivar/tex/swf-disl-dimensions.dat create mode 100644 doc/mf6io/mf6ivar/tex/swf-disl-griddata.dat create mode 100644 doc/mf6io/mf6ivar/tex/swf-disl-options.dat create mode 100644 doc/mf6io/mf6ivar/tex/swf-disl-vertices.dat create mode 100644 doc/mf6io/mf6ivar/tex/swf-flw-desc.tex create mode 100644 doc/mf6io/mf6ivar/tex/swf-flw-dimensions.dat create mode 100644 doc/mf6io/mf6ivar/tex/swf-flw-options.dat create mode 100644 doc/mf6io/mf6ivar/tex/swf-flw-period.dat create mode 100644 doc/mf6io/mf6ivar/tex/swf-ic-desc.tex create mode 100644 doc/mf6io/mf6ivar/tex/swf-ic-griddata.dat create mode 100644 doc/mf6io/mf6ivar/tex/swf-nam-desc.tex create mode 100644 doc/mf6io/mf6ivar/tex/swf-nam-options.dat create mode 100644 doc/mf6io/mf6ivar/tex/swf-nam-packages.dat create mode 100644 doc/mf6io/mf6ivar/tex/swf-oc-desc.tex create mode 100644 doc/mf6io/mf6ivar/tex/swf-oc-options.dat create mode 100644 doc/mf6io/mf6ivar/tex/swf-oc-period.dat create mode 100644 doc/mf6io/mf6ivar/tex/swf-sto-desc.tex create mode 100644 doc/mf6io/mf6ivar/tex/swf-sto-options.dat create mode 100644 doc/mf6io/mf6ivar/tex/swf-sto-period.dat create mode 100644 doc/mf6io/mf6ivar/tex/swf-zdg-desc.tex create mode 100644 doc/mf6io/mf6ivar/tex/swf-zdg-dimensions.dat create mode 100644 doc/mf6io/mf6ivar/tex/swf-zdg-options.dat create mode 100644 doc/mf6io/mf6ivar/tex/swf-zdg-period.dat create mode 100644 doc/mf6io/obs/obs-swf.tex create mode 100644 doc/mf6io/swf/chd.tex create mode 100644 doc/mf6io/swf/cxs.tex create mode 100644 doc/mf6io/swf/dfw.tex create mode 100644 doc/mf6io/swf/disl.tex create mode 100644 doc/mf6io/swf/flw.tex create mode 100644 doc/mf6io/swf/ic.tex create mode 100644 doc/mf6io/swf/namefile.tex create mode 100644 doc/mf6io/swf/oc.tex create mode 100644 doc/mf6io/swf/sto.tex create mode 100644 doc/mf6io/swf/swf-obs.tex create mode 100644 doc/mf6io/swf/swf.tex create mode 100644 doc/mf6io/swf/zdg.tex create mode 100644 src/Exchange/SwfGwfExchange.f90 create mode 100644 src/Exchange/swfgwfidm.f90 create mode 100644 src/Model/ModelUtilities/DislGeom.f90 create mode 100644 src/Model/ModelUtilities/SwfCxsUtils.f90 create mode 100644 src/Model/SurfaceWaterFlow/swf1.f90 create mode 100644 src/Model/SurfaceWaterFlow/swf1chd1idm.f90 create mode 100644 src/Model/SurfaceWaterFlow/swf1cxs1.f90 create mode 100644 src/Model/SurfaceWaterFlow/swf1cxs1idm.f90 create mode 100644 src/Model/SurfaceWaterFlow/swf1dfw1.f90 create mode 100644 src/Model/SurfaceWaterFlow/swf1dfw1idm.f90 create mode 100644 src/Model/SurfaceWaterFlow/swf1disl1.f90 create mode 100644 src/Model/SurfaceWaterFlow/swf1disl1idm.f90 create mode 100644 src/Model/SurfaceWaterFlow/swf1flw1.f90 create mode 100644 src/Model/SurfaceWaterFlow/swf1flw1idm.f90 create mode 100644 src/Model/SurfaceWaterFlow/swf1ic1.f90 create mode 100644 src/Model/SurfaceWaterFlow/swf1ic1idm.f90 create mode 100644 src/Model/SurfaceWaterFlow/swf1idm.f90 create mode 100644 src/Model/SurfaceWaterFlow/swf1obs1.f90 create mode 100644 src/Model/SurfaceWaterFlow/swf1oc1.f90 create mode 100644 src/Model/SurfaceWaterFlow/swf1sto1.f90 create mode 100644 src/Model/SurfaceWaterFlow/swf1zdg1.f90 create mode 100644 src/Model/SurfaceWaterFlow/swf1zdg1idm.f90 create mode 100644 src/Utilities/Idm/selector/IdmSwfDfnSelector.f90 diff --git a/autotest/data/beg2022/hecras0125.csv.cmp b/autotest/data/beg2022/hecras0125.csv.cmp new file mode 100644 index 00000000000..ac3bf0bf9d9 --- /dev/null +++ b/autotest/data/beg2022/hecras0125.csv.cmp @@ -0,0 +1,146 @@ +Ordinate,Time and Date,Stage Elevation (m),Flow Flow (CMS) +0,31Dec1999 2400,4.00,20.04 +1,01Jan2000 0010,4.00,20.03 +2,01Jan2000 0020,4.00,20.02 +3,01Jan2000 0030,4.00,20.01 +4,01Jan2000 0040,4.00,20.00 +5,01Jan2000 0050,4.00,20.00 +6,01Jan2000 0100,4.00,19.99 +7,01Jan2000 0110,4.00,19.99 +8,01Jan2000 0120,4.00,19.99 +9,01Jan2000 0130,4.00,19.99 +10,01Jan2000 0140,4.00,19.99 +11,01Jan2000 0150,4.00,19.99 +12,01Jan2000 0200,4.00,19.99 +13,01Jan2000 0210,4.00,19.99 +14,01Jan2000 0220,4.00,20.00 +15,01Jan2000 0230,4.00,20.00 +16,01Jan2000 0240,4.00,20.00 +17,01Jan2000 0250,4.00,20.03 +18,01Jan2000 0300,4.00,20.27 +19,01Jan2000 0310,4.00,20.85 +20,01Jan2000 0320,4.00,21.60 +21,01Jan2000 0330,4.00,22.39 +22,01Jan2000 0340,4.00,23.21 +23,01Jan2000 0350,4.00,23.98 +24,01Jan2000 0400,4.00,24.30 +25,01Jan2000 0410,4.00,24.04 +26,01Jan2000 0420,4.00,23.50 +27,01Jan2000 0430,4.00,22.86 +28,01Jan2000 0440,4.00,22.14 +29,01Jan2000 0450,4.00,21.38 +30,01Jan2000 0500,4.00,20.78 +31,01Jan2000 0510,4.00,20.46 +32,01Jan2000 0520,4.00,20.26 +33,01Jan2000 0530,4.00,20.10 +34,01Jan2000 0540,4.00,19.96 +35,01Jan2000 0550,4.00,19.85 +36,01Jan2000 0600,4.00,19.76 +37,01Jan2000 0610,4.00,19.71 +38,01Jan2000 0620,4.00,19.69 +39,01Jan2000 0630,4.00,19.70 +40,01Jan2000 0640,4.00,19.73 +41,01Jan2000 0650,4.00,19.77 +42,01Jan2000 0700,4.00,19.82 +43,01Jan2000 0710,4.00,19.87 +44,01Jan2000 0720,4.00,19.91 +45,01Jan2000 0730,4.00,19.94 +46,01Jan2000 0740,4.00,19.97 +47,01Jan2000 0750,4.00,19.99 +48,01Jan2000 0800,4.00,20.00 +49,01Jan2000 0810,4.00,20.01 +50,01Jan2000 0820,4.00,20.02 +51,01Jan2000 0830,4.00,20.02 +52,01Jan2000 0840,4.00,20.03 +53,01Jan2000 0850,4.00,20.03 +54,01Jan2000 0900,4.00,20.02 +55,01Jan2000 0910,4.00,20.02 +56,01Jan2000 0920,4.00,20.02 +57,01Jan2000 0930,4.00,20.01 +58,01Jan2000 0940,4.00,20.01 +59,01Jan2000 0950,4.00,20.01 +60,01Jan2000 1000,4.00,20.00 +61,01Jan2000 1010,4.00,20.00 +62,01Jan2000 1020,4.00,20.00 +63,01Jan2000 1030,4.00,20.00 +64,01Jan2000 1040,4.00,20.00 +65,01Jan2000 1050,4.00,20.00 +66,01Jan2000 1100,4.00,20.00 +67,01Jan2000 1110,4.00,20.00 +68,01Jan2000 1120,4.00,20.00 +69,01Jan2000 1130,4.00,20.00 +70,01Jan2000 1140,4.00,20.00 +71,01Jan2000 1150,4.00,20.00 +72,01Jan2000 1200,4.00,20.00 +73,01Jan2000 1210,4.00,20.00 +74,01Jan2000 1220,4.00,20.00 +75,01Jan2000 1230,4.00,20.00 +76,01Jan2000 1240,4.00,20.00 +77,01Jan2000 1250,4.00,20.00 +78,01Jan2000 1300,4.00,20.00 +79,01Jan2000 1310,4.00,20.00 +80,01Jan2000 1320,4.00,20.00 +81,01Jan2000 1330,4.00,20.00 +82,01Jan2000 1340,4.00,20.00 +83,01Jan2000 1350,4.00,20.00 +84,01Jan2000 1400,4.00,20.00 +85,01Jan2000 1410,4.00,20.00 +86,01Jan2000 1420,4.00,20.00 +87,01Jan2000 1430,4.00,20.00 +88,01Jan2000 1440,4.00,20.00 +89,01Jan2000 1450,4.00,20.00 +90,01Jan2000 1500,4.00,20.00 +91,01Jan2000 1510,4.00,20.00 +92,01Jan2000 1520,4.00,20.00 +93,01Jan2000 1530,4.00,20.00 +94,01Jan2000 1540,4.00,20.00 +95,01Jan2000 1550,4.00,20.00 +96,01Jan2000 1600,4.00,20.00 +97,01Jan2000 1610,4.00,20.00 +98,01Jan2000 1620,4.00,20.00 +99,01Jan2000 1630,4.00,20.00 +100,01Jan2000 1640,4.00,20.00 +101,01Jan2000 1650,4.00,20.00 +102,01Jan2000 1700,4.00,20.00 +103,01Jan2000 1710,4.00,20.00 +104,01Jan2000 1720,4.00,20.00 +105,01Jan2000 1730,4.00,20.00 +106,01Jan2000 1740,4.00,20.00 +107,01Jan2000 1750,4.00,20.00 +108,01Jan2000 1800,4.00,20.00 +109,01Jan2000 1810,4.00,20.00 +110,01Jan2000 1820,4.00,20.00 +111,01Jan2000 1830,4.00,20.00 +112,01Jan2000 1840,4.00,20.00 +113,01Jan2000 1850,4.00,20.00 +114,01Jan2000 1900,4.00,20.00 +115,01Jan2000 1910,4.00,20.00 +116,01Jan2000 1920,4.00,20.00 +117,01Jan2000 1930,4.00,20.00 +118,01Jan2000 1940,4.00,20.00 +119,01Jan2000 1950,4.00,20.00 +120,01Jan2000 2000,4.00,20.00 +121,01Jan2000 2010,4.00,20.00 +122,01Jan2000 2020,4.00,20.00 +123,01Jan2000 2030,4.00,20.00 +124,01Jan2000 2040,4.00,20.00 +125,01Jan2000 2050,4.00,20.00 +126,01Jan2000 2100,4.00,20.00 +127,01Jan2000 2110,4.00,20.00 +128,01Jan2000 2120,4.00,20.00 +129,01Jan2000 2130,4.00,20.00 +130,01Jan2000 2140,4.00,20.00 +131,01Jan2000 2150,4.00,20.00 +132,01Jan2000 2200,4.00,20.00 +133,01Jan2000 2210,4.00,20.00 +134,01Jan2000 2220,4.00,20.00 +135,01Jan2000 2230,4.00,20.00 +136,01Jan2000 2240,4.00,20.00 +137,01Jan2000 2250,4.00,20.00 +138,01Jan2000 2300,4.00,20.00 +139,01Jan2000 2310,4.00,20.00 +140,01Jan2000 2320,4.00,20.00 +141,01Jan2000 2330,4.00,20.00 +142,01Jan2000 2340,4.00,20.00 +143,01Jan2000 2350,4.00,20.00 +144,01Jan2000 2400,4.00,20.00 \ No newline at end of file diff --git a/autotest/data/beg2022/hecras035.csv.cmp b/autotest/data/beg2022/hecras035.csv.cmp new file mode 100644 index 00000000000..50b57c55a84 --- /dev/null +++ b/autotest/data/beg2022/hecras035.csv.cmp @@ -0,0 +1,146 @@ +Ordinate,Time and Date,Stage Elevation (m),Flow Flow (CMS) +0,31Dec1999 2400,4.00,20.01 +1,01Jan2000 0010,4.00,20.01 +2,01Jan2000 0020,4.00,20.01 +3,01Jan2000 0030,4.00,20.01 +4,01Jan2000 0040,4.00,20.01 +5,01Jan2000 0050,4.00,20.01 +6,01Jan2000 0100,4.00,20.01 +7,01Jan2000 0110,4.00,20.01 +8,01Jan2000 0120,4.00,20.01 +9,01Jan2000 0130,4.00,20.01 +10,01Jan2000 0140,4.00,20.01 +11,01Jan2000 0150,4.00,20.01 +12,01Jan2000 0200,4.00,20.01 +13,01Jan2000 0210,4.00,20.01 +14,01Jan2000 0220,4.00,20.01 +15,01Jan2000 0230,4.00,20.01 +16,01Jan2000 0240,4.00,20.00 +17,01Jan2000 0250,4.00,20.01 +18,01Jan2000 0300,4.00,20.02 +19,01Jan2000 0310,4.00,20.06 +20,01Jan2000 0320,4.00,20.13 +21,01Jan2000 0330,4.00,20.24 +22,01Jan2000 0340,4.00,20.38 +23,01Jan2000 0350,4.00,20.56 +24,01Jan2000 0400,4.00,20.75 +25,01Jan2000 0410,4.00,20.93 +26,01Jan2000 0420,4.00,21.08 +27,01Jan2000 0430,4.00,21.18 +28,01Jan2000 0440,4.00,21.24 +29,01Jan2000 0450,4.00,21.26 +30,01Jan2000 0500,4.00,21.24 +31,01Jan2000 0510,4.00,21.20 +32,01Jan2000 0520,4.00,21.15 +33,01Jan2000 0530,4.00,21.10 +34,01Jan2000 0540,4.00,21.04 +35,01Jan2000 0550,4.00,20.99 +36,01Jan2000 0600,4.00,20.93 +37,01Jan2000 0610,4.00,20.88 +38,01Jan2000 0620,4.00,20.83 +39,01Jan2000 0630,4.00,20.78 +40,01Jan2000 0640,4.00,20.73 +41,01Jan2000 0650,4.00,20.69 +42,01Jan2000 0700,4.00,20.65 +43,01Jan2000 0710,4.00,20.61 +44,01Jan2000 0720,4.00,20.57 +45,01Jan2000 0730,4.00,20.54 +46,01Jan2000 0740,4.00,20.50 +47,01Jan2000 0750,4.00,20.47 +48,01Jan2000 0800,4.00,20.45 +49,01Jan2000 0810,4.00,20.42 +50,01Jan2000 0820,4.00,20.39 +51,01Jan2000 0830,4.00,20.37 +52,01Jan2000 0840,4.00,20.35 +53,01Jan2000 0850,4.00,20.33 +54,01Jan2000 0900,4.00,20.31 +55,01Jan2000 0910,4.00,20.29 +56,01Jan2000 0920,4.00,20.27 +57,01Jan2000 0930,4.00,20.25 +58,01Jan2000 0940,4.00,20.24 +59,01Jan2000 0950,4.00,20.22 +60,01Jan2000 1000,4.00,20.21 +61,01Jan2000 1010,4.00,20.20 +62,01Jan2000 1020,4.00,20.18 +63,01Jan2000 1030,4.00,20.17 +64,01Jan2000 1040,4.00,20.16 +65,01Jan2000 1050,4.00,20.15 +66,01Jan2000 1100,4.00,20.14 +67,01Jan2000 1110,4.00,20.14 +68,01Jan2000 1120,4.00,20.13 +69,01Jan2000 1130,4.00,20.12 +70,01Jan2000 1140,4.00,20.11 +71,01Jan2000 1150,4.00,20.11 +72,01Jan2000 1200,4.00,20.10 +73,01Jan2000 1210,4.00,20.09 +74,01Jan2000 1220,4.00,20.09 +75,01Jan2000 1230,4.00,20.08 +76,01Jan2000 1240,4.00,20.08 +77,01Jan2000 1250,4.00,20.07 +78,01Jan2000 1300,4.00,20.07 +79,01Jan2000 1310,4.00,20.06 +80,01Jan2000 1320,4.00,20.06 +81,01Jan2000 1330,4.00,20.06 +82,01Jan2000 1340,4.00,20.05 +83,01Jan2000 1350,4.00,20.05 +84,01Jan2000 1400,4.00,20.05 +85,01Jan2000 1410,4.00,20.04 +86,01Jan2000 1420,4.00,20.04 +87,01Jan2000 1430,4.00,20.04 +88,01Jan2000 1440,4.00,20.04 +89,01Jan2000 1450,4.00,20.03 +90,01Jan2000 1500,4.00,20.03 +91,01Jan2000 1510,4.00,20.03 +92,01Jan2000 1520,4.00,20.03 +93,01Jan2000 1530,4.00,20.03 +94,01Jan2000 1540,4.00,20.02 +95,01Jan2000 1550,4.00,20.02 +96,01Jan2000 1600,4.00,20.02 +97,01Jan2000 1610,4.00,20.02 +98,01Jan2000 1620,4.00,20.02 +99,01Jan2000 1630,4.00,20.02 +100,01Jan2000 1640,4.00,20.02 +101,01Jan2000 1650,4.00,20.02 +102,01Jan2000 1700,4.00,20.01 +103,01Jan2000 1710,4.00,20.01 +104,01Jan2000 1720,4.00,20.01 +105,01Jan2000 1730,4.00,20.01 +106,01Jan2000 1740,4.00,20.01 +107,01Jan2000 1750,4.00,20.01 +108,01Jan2000 1800,4.00,20.01 +109,01Jan2000 1810,4.00,20.01 +110,01Jan2000 1820,4.00,20.01 +111,01Jan2000 1830,4.00,20.01 +112,01Jan2000 1840,4.00,20.01 +113,01Jan2000 1850,4.00,20.01 +114,01Jan2000 1900,4.00,20.01 +115,01Jan2000 1910,4.00,20.01 +116,01Jan2000 1920,4.00,20.01 +117,01Jan2000 1930,4.00,20.01 +118,01Jan2000 1940,4.00,20.01 +119,01Jan2000 1950,4.00,20.01 +120,01Jan2000 2000,4.00,20.00 +121,01Jan2000 2010,4.00,20.00 +122,01Jan2000 2020,4.00,20.00 +123,01Jan2000 2030,4.00,20.00 +124,01Jan2000 2040,4.00,20.00 +125,01Jan2000 2050,4.00,20.00 +126,01Jan2000 2100,4.00,20.00 +127,01Jan2000 2110,4.00,20.00 +128,01Jan2000 2120,4.00,20.00 +129,01Jan2000 2130,4.00,20.00 +130,01Jan2000 2140,4.00,20.00 +131,01Jan2000 2150,4.00,20.00 +132,01Jan2000 2200,4.00,20.00 +133,01Jan2000 2210,4.00,20.00 +134,01Jan2000 2220,4.00,20.00 +135,01Jan2000 2230,4.00,20.00 +136,01Jan2000 2240,4.00,20.00 +137,01Jan2000 2250,4.00,20.00 +138,01Jan2000 2300,4.00,20.00 +139,01Jan2000 2310,4.00,20.00 +140,01Jan2000 2320,4.00,20.00 +141,01Jan2000 2330,4.00,20.00 +142,01Jan2000 2340,4.00,20.00 +143,01Jan2000 2350,4.00,20.00 +144,01Jan2000 2400,4.00,20.00 \ No newline at end of file diff --git a/autotest/data/beg2022/mfswr0125.csv.cmp b/autotest/data/beg2022/mfswr0125.csv.cmp new file mode 100644 index 00000000000..2f8ca33193d --- /dev/null +++ b/autotest/data/beg2022/mfswr0125.csv.cmp @@ -0,0 +1,6049 @@ +TOTTIME,SWRDT,KPER,KSTP,KSWR,RCHGRP,STAGE,QPFLOW,QLATFLOW,QUZFLOW,RAIN,EVAP,QAQFLOW,QNFLOW,QEXTFLOW,QBCFLOW,QCRFLOW,DV,INF-OUT,VOLUME + 0.600E+03, 0.600E+03, 1, 1, 1, 1, 0.44479927E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999993E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.70238054E-05, 0.26859993E+05, + 0.600E+03, 0.600E+03, 1, 1, 1, 2, 0.44084916E+01, 0.19999993E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000009E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.16286216E-04, 0.27609656E+05, + 0.600E+03, 0.600E+03, 1, 1, 1, 3, 0.43720671E+01, 0.20000009E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000023E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.13832219E-04, 0.28401405E+05, + 0.600E+03, 0.600E+03, 1, 1, 1, 4, 0.43385471E+01, 0.20000023E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000033E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10269427E-04, 0.29237555E+05, + 0.600E+03, 0.600E+03, 1, 1, 1, 5, 0.43077500E+01, 0.20000033E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000040E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.70550751E-05, 0.30112797E+05, + 0.600E+03, 0.600E+03, 1, 1, 1, 6, 0.42794826E+01, 0.20000040E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000045E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.42611422E-05, 0.31024662E+05, + 0.600E+03, 0.600E+03, 1, 1, 1, 7, 0.42535529E+01, 0.20000045E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000047E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19855623E-05, 0.31971289E+05, + 0.600E+03, 0.600E+03, 1, 1, 1, 8, 0.42297748E+01, 0.20000047E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000047E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.25473703E-06, 0.32950832E+05, + 0.600E+03, 0.600E+03, 1, 1, 1, 9, 0.42079703E+01, 0.20000047E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000046E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.98405512E-06, 0.33961494E+05, + 0.600E+03, 0.600E+03, 1, 1, 1, 10, 0.41879712E+01, 0.20000046E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000044E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.18157836E-05, 0.35001554E+05, + 0.600E+03, 0.600E+03, 1, 1, 1, 11, 0.41696204E+01, 0.20000044E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000042E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23303309E-05, 0.36069379E+05, + 0.600E+03, 0.600E+03, 1, 1, 1, 12, 0.41527719E+01, 0.20000042E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000039E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.26088695E-05, 0.37163439E+05, + 0.600E+03, 0.600E+03, 1, 1, 1, 13, 0.41372912E+01, 0.20000039E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000036E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.27186576E-05, 0.38282306E+05, + 0.600E+03, 0.600E+03, 1, 1, 1, 14, 0.41230551E+01, 0.20000036E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000034E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.27124153E-05, 0.39424664E+05, + 0.600E+03, 0.600E+03, 1, 1, 1, 15, 0.41099508E+01, 0.20000034E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000031E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.26298599E-05, 0.40589298E+05, + 0.600E+03, 0.600E+03, 1, 1, 1, 16, 0.40978760E+01, 0.20000031E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000029E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.24999953E-05, 0.41775097E+05, + 0.600E+03, 0.600E+03, 1, 1, 1, 17, 0.40867376E+01, 0.20000029E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000026E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.22814053E-05, 0.42981044E+05, + 0.600E+03, 0.600E+03, 1, 1, 1, 18, 0.40764525E+01, 0.20000026E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000024E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.21774579E-05, 0.44209228E+05, + 0.600E+03, 0.600E+03, 1, 1, 1, 19, 0.40669459E+01, 0.20000024E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000022E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.20827704E-05, 0.45457878E+05, + 0.600E+03, 0.600E+03, 1, 1, 1, 20, 0.40581493E+01, 0.20000022E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000020E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.19103539E-05, 0.46724738E+05, + 0.600E+03, 0.600E+03, 1, 1, 1, 21, 0.40500000E+01, 0.20000020E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000020E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.120E+04, 0.600E+03, 1, 2, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.61348025E-06, 0.26859982E+05, + 0.120E+04, 0.600E+03, 1, 2, 1, 2, 0.44084907E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.18263623E-06, 0.27609644E+05, + 0.120E+04, 0.600E+03, 1, 2, 1, 3, 0.43720661E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.17046393E-07, 0.28401393E+05, + 0.120E+04, 0.600E+03, 1, 2, 1, 4, 0.43385462E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.91073545E-07, 0.29237543E+05, + 0.120E+04, 0.600E+03, 1, 2, 1, 5, 0.43077491E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14556014E-06, 0.30112786E+05, + 0.120E+04, 0.600E+03, 1, 2, 1, 6, 0.42794818E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.17604903E-06, 0.31024652E+05, + 0.120E+04, 0.600E+03, 1, 2, 1, 7, 0.42535522E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.18412360E-06, 0.31971280E+05, + 0.120E+04, 0.600E+03, 1, 2, 1, 8, 0.42297742E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.17779110E-06, 0.32950824E+05, + 0.120E+04, 0.600E+03, 1, 2, 1, 9, 0.42079698E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16322217E-06, 0.33961488E+05, + 0.120E+04, 0.600E+03, 1, 2, 1, 10, 0.41879708E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14475664E-06, 0.35001549E+05, + 0.120E+04, 0.600E+03, 1, 2, 1, 11, 0.41696200E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12523887E-06, 0.36069375E+05, + 0.120E+04, 0.600E+03, 1, 2, 1, 12, 0.41527716E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10633152E-06, 0.37163435E+05, + 0.120E+04, 0.600E+03, 1, 2, 1, 13, 0.41372910E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.88992486E-07, 0.38282303E+05, + 0.120E+04, 0.600E+03, 1, 2, 1, 14, 0.41230549E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.73584967E-07, 0.39424661E+05, + 0.120E+04, 0.600E+03, 1, 2, 1, 15, 0.41099507E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.60221904E-07, 0.40589296E+05, + 0.120E+04, 0.600E+03, 1, 2, 1, 16, 0.40978759E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.48811899E-07, 0.41775095E+05, + 0.120E+04, 0.600E+03, 1, 2, 1, 17, 0.40867375E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.44514376E-07, 0.42981042E+05, + 0.120E+04, 0.600E+03, 1, 2, 1, 18, 0.40764524E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.37427458E-07, 0.44209227E+05, + 0.120E+04, 0.600E+03, 1, 2, 1, 19, 0.40669459E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.25542434E-07, 0.45457878E+05, + 0.120E+04, 0.600E+03, 1, 2, 1, 20, 0.40581493E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10062946E-05, 0.46724738E+05, + 0.120E+04, 0.600E+03, 1, 2, 1, 21, 0.40500000E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.180E+04, 0.600E+03, 1, 3, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.52112733E-06, 0.26859982E+05, + 0.180E+04, 0.600E+03, 1, 3, 1, 2, 0.44084907E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20152403E-06, 0.27609644E+05, + 0.180E+04, 0.600E+03, 1, 3, 1, 3, 0.43720661E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.38984393E-07, 0.28401393E+05, + 0.180E+04, 0.600E+03, 1, 3, 1, 4, 0.43385462E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.68919093E-07, 0.29237543E+05, + 0.180E+04, 0.600E+03, 1, 3, 1, 5, 0.43077491E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12524873E-06, 0.30112786E+05, + 0.180E+04, 0.600E+03, 1, 3, 1, 6, 0.42794818E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15668130E-06, 0.31024652E+05, + 0.180E+04, 0.600E+03, 1, 3, 1, 7, 0.42535522E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16593547E-06, 0.31971280E+05, + 0.180E+04, 0.600E+03, 1, 3, 1, 8, 0.42297742E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16082982E-06, 0.32950824E+05, + 0.180E+04, 0.600E+03, 1, 3, 1, 9, 0.42079698E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14741904E-06, 0.33961488E+05, + 0.180E+04, 0.600E+03, 1, 3, 1, 10, 0.41879708E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12996606E-06, 0.35001549E+05, + 0.180E+04, 0.600E+03, 1, 3, 1, 11, 0.41696200E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11131491E-06, 0.36069375E+05, + 0.180E+04, 0.600E+03, 1, 3, 1, 12, 0.41527716E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.93090136E-07, 0.37163435E+05, + 0.180E+04, 0.600E+03, 1, 3, 1, 13, 0.41372910E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.76302513E-07, 0.38282303E+05, + 0.180E+04, 0.600E+03, 1, 3, 1, 14, 0.41230549E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.61301801E-07, 0.39424661E+05, + 0.180E+04, 0.600E+03, 1, 3, 1, 15, 0.41099507E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.48237382E-07, 0.40589296E+05, + 0.180E+04, 0.600E+03, 1, 3, 1, 16, 0.40978759E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.37039126E-07, 0.41775095E+05, + 0.180E+04, 0.600E+03, 1, 3, 1, 17, 0.40867375E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.34000738E-07, 0.42981042E+05, + 0.180E+04, 0.600E+03, 1, 3, 1, 18, 0.40764524E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.26997032E-07, 0.44209227E+05, + 0.180E+04, 0.600E+03, 1, 3, 1, 19, 0.40669459E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14025794E-07, 0.45457878E+05, + 0.180E+04, 0.600E+03, 1, 3, 1, 20, 0.40581493E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.14716911E-06, 0.46724738E+05, + 0.180E+04, 0.600E+03, 1, 3, 1, 21, 0.40500000E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.240E+04, 0.600E+03, 1, 4, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.40329492E-06, 0.26859982E+05, + 0.240E+04, 0.600E+03, 1, 4, 1, 2, 0.44084907E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21205891E-06, 0.27609644E+05, + 0.240E+04, 0.600E+03, 1, 4, 1, 3, 0.43720661E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.53782117E-07, 0.28401393E+05, + 0.240E+04, 0.600E+03, 1, 4, 1, 4, 0.43385462E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.53260468E-07, 0.29237543E+05, + 0.240E+04, 0.600E+03, 1, 4, 1, 5, 0.43077491E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11120174E-06, 0.30112786E+05, + 0.240E+04, 0.600E+03, 1, 4, 1, 6, 0.42794818E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14331255E-06, 0.31024652E+05, + 0.240E+04, 0.600E+03, 1, 4, 1, 7, 0.42535522E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15362630E-06, 0.31971280E+05, + 0.240E+04, 0.600E+03, 1, 4, 1, 8, 0.42297742E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14971248E-06, 0.32950824E+05, + 0.240E+04, 0.600E+03, 1, 4, 1, 9, 0.42079698E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13750897E-06, 0.33961488E+05, + 0.240E+04, 0.600E+03, 1, 4, 1, 10, 0.41879708E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12116976E-06, 0.35001549E+05, + 0.240E+04, 0.600E+03, 1, 4, 1, 11, 0.41696200E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10351900E-06, 0.36069375E+05, + 0.240E+04, 0.600E+03, 1, 4, 1, 12, 0.41527716E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.86144574E-07, 0.37163435E+05, + 0.240E+04, 0.600E+03, 1, 4, 1, 13, 0.41372910E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.70089701E-07, 0.38282303E+05, + 0.240E+04, 0.600E+03, 1, 4, 1, 14, 0.41230549E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.55678022E-07, 0.39424661E+05, + 0.240E+04, 0.600E+03, 1, 4, 1, 15, 0.41099507E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.43122473E-07, 0.40589296E+05, + 0.240E+04, 0.600E+03, 1, 4, 1, 16, 0.40978759E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.32318383E-07, 0.41775095E+05, + 0.240E+04, 0.600E+03, 1, 4, 1, 17, 0.40867375E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.30617155E-07, 0.42981042E+05, + 0.240E+04, 0.600E+03, 1, 4, 1, 18, 0.40764524E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23812699E-07, 0.44209227E+05, + 0.240E+04, 0.600E+03, 1, 4, 1, 19, 0.40669459E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10065669E-07, 0.45457878E+05, + 0.240E+04, 0.600E+03, 1, 4, 1, 20, 0.40581493E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.13700654E-06, 0.46724738E+05, + 0.240E+04, 0.600E+03, 1, 4, 1, 21, 0.40500000E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.300E+04, 0.600E+03, 1, 5, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.28597463E-06, 0.26859982E+05, + 0.300E+04, 0.600E+03, 1, 5, 1, 2, 0.44084907E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.30137867E-06, 0.27609644E+05, + 0.300E+04, 0.600E+03, 1, 5, 1, 3, 0.43720661E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.14965273E-06, 0.28401393E+05, + 0.300E+04, 0.600E+03, 1, 5, 1, 4, 0.43385462E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.42297767E-07, 0.29237543E+05, + 0.300E+04, 0.600E+03, 1, 5, 1, 5, 0.43077491E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.20583929E-07, 0.30112786E+05, + 0.300E+04, 0.600E+03, 1, 5, 1, 6, 0.42794818E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.56240307E-07, 0.31024652E+05, + 0.300E+04, 0.600E+03, 1, 5, 1, 7, 0.42535522E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.70464331E-07, 0.31971280E+05, + 0.300E+04, 0.600E+03, 1, 5, 1, 8, 0.42297742E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.70258526E-07, 0.32950824E+05, + 0.300E+04, 0.600E+03, 1, 5, 1, 9, 0.42079698E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.61181701E-07, 0.33961488E+05, + 0.300E+04, 0.600E+03, 1, 5, 1, 10, 0.41879708E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.47279517E-07, 0.35001549E+05, + 0.300E+04, 0.600E+03, 1, 5, 1, 11, 0.41696200E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.31304804E-07, 0.36069375E+05, + 0.300E+04, 0.600E+03, 1, 5, 1, 12, 0.41527716E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14924510E-07, 0.37163435E+05, + 0.300E+04, 0.600E+03, 1, 5, 1, 13, 0.41372910E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.74893691E-09, 0.38282303E+05, + 0.300E+04, 0.600E+03, 1, 5, 1, 14, 0.41230549E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.15299719E-07, 0.39424661E+05, + 0.300E+04, 0.600E+03, 1, 5, 1, 15, 0.41099507E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.28421812E-07, 0.40589296E+05, + 0.300E+04, 0.600E+03, 1, 5, 1, 16, 0.40978759E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.40122309E-07, 0.41775095E+05, + 0.300E+04, 0.600E+03, 1, 5, 1, 17, 0.40867375E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.39865768E-07, 0.42981042E+05, + 0.300E+04, 0.600E+03, 1, 5, 1, 18, 0.40764524E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.47693430E-07, 0.44209227E+05, + 0.300E+04, 0.600E+03, 1, 5, 1, 19, 0.40669459E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.65842222E-07, 0.45457878E+05, + 0.300E+04, 0.600E+03, 1, 5, 1, 20, 0.40581493E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.37408296E-06, 0.46724738E+05, + 0.300E+04, 0.600E+03, 1, 5, 1, 21, 0.40500000E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.360E+04, 0.600E+03, 1, 6, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.45203616E-06, 0.26859982E+05, + 0.360E+04, 0.600E+03, 1, 6, 1, 2, 0.44084907E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.28032821E-06, 0.27609644E+05, + 0.360E+04, 0.600E+03, 1, 6, 1, 3, 0.43720661E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.13885407E-06, 0.28401393E+05, + 0.360E+04, 0.600E+03, 1, 6, 1, 4, 0.43385462E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.39860240E-07, 0.29237543E+05, + 0.360E+04, 0.600E+03, 1, 6, 1, 5, 0.43077491E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16212717E-07, 0.30112786E+05, + 0.360E+04, 0.600E+03, 1, 6, 1, 6, 0.42794818E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.49480303E-07, 0.31024652E+05, + 0.360E+04, 0.600E+03, 1, 6, 1, 7, 0.42535522E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.62731587E-07, 0.31971280E+05, + 0.360E+04, 0.600E+03, 1, 6, 1, 8, 0.42297742E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.62400893E-07, 0.32950824E+05, + 0.360E+04, 0.600E+03, 1, 6, 1, 9, 0.42079698E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.53659516E-07, 0.33961488E+05, + 0.360E+04, 0.600E+03, 1, 6, 1, 10, 0.41879708E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.40279513E-07, 0.35001549E+05, + 0.360E+04, 0.600E+03, 1, 6, 1, 11, 0.41696200E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.24880013E-07, 0.36069375E+05, + 0.360E+04, 0.600E+03, 1, 6, 1, 12, 0.41527716E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.90353183E-08, 0.37163435E+05, + 0.360E+04, 0.600E+03, 1, 6, 1, 13, 0.41372910E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.61919074E-08, 0.38282303E+05, + 0.360E+04, 0.600E+03, 1, 6, 1, 14, 0.41230549E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20390470E-07, 0.39424661E+05, + 0.360E+04, 0.600E+03, 1, 6, 1, 15, 0.41099507E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.33233736E-07, 0.40589296E+05, + 0.360E+04, 0.600E+03, 1, 6, 1, 16, 0.40978759E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.44754412E-07, 0.41775095E+05, + 0.360E+04, 0.600E+03, 1, 6, 1, 17, 0.40867375E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.46740585E-07, 0.42981042E+05, + 0.360E+04, 0.600E+03, 1, 6, 1, 18, 0.40764524E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.54388906E-07, 0.44209227E+05, + 0.360E+04, 0.600E+03, 1, 6, 1, 19, 0.40669459E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.70171787E-07, 0.45457878E+05, + 0.360E+04, 0.600E+03, 1, 6, 1, 20, 0.40581493E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.84032880E-07, 0.46724738E+05, + 0.360E+04, 0.600E+03, 1, 6, 1, 21, 0.40500000E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.420E+04, 0.600E+03, 1, 7, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.11582295E-05, 0.26859982E+05, + 0.420E+04, 0.600E+03, 1, 7, 1, 2, 0.44084907E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.27507579E-06, 0.27609643E+05, + 0.420E+04, 0.600E+03, 1, 7, 1, 3, 0.43720661E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.25871607E-06, 0.28401392E+05, + 0.420E+04, 0.600E+03, 1, 7, 1, 4, 0.43385461E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.24568726E-06, 0.29237543E+05, + 0.420E+04, 0.600E+03, 1, 7, 1, 5, 0.43077491E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.22564621E-06, 0.30112786E+05, + 0.420E+04, 0.600E+03, 1, 7, 1, 6, 0.42794817E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.22844261E-06, 0.31024652E+05, + 0.420E+04, 0.600E+03, 1, 7, 1, 7, 0.42535522E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23182527E-06, 0.31971280E+05, + 0.420E+04, 0.600E+03, 1, 7, 1, 8, 0.42297742E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23472301E-06, 0.32950824E+05, + 0.420E+04, 0.600E+03, 1, 7, 1, 9, 0.42079697E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23699524E-06, 0.33961487E+05, + 0.420E+04, 0.600E+03, 1, 7, 1, 10, 0.41879708E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23893449E-06, 0.35001548E+05, + 0.420E+04, 0.600E+03, 1, 7, 1, 11, 0.41696200E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.24094427E-06, 0.36069374E+05, + 0.420E+04, 0.600E+03, 1, 7, 1, 12, 0.41527715E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.24334456E-06, 0.37163434E+05, + 0.420E+04, 0.600E+03, 1, 7, 1, 13, 0.41372909E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.24643073E-06, 0.38282303E+05, + 0.420E+04, 0.600E+03, 1, 7, 1, 14, 0.41230548E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.25029041E-06, 0.39424661E+05, + 0.420E+04, 0.600E+03, 1, 7, 1, 15, 0.41099506E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.25505068E-06, 0.40589296E+05, + 0.420E+04, 0.600E+03, 1, 7, 1, 16, 0.40978759E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.26066567E-06, 0.41775095E+05, + 0.420E+04, 0.600E+03, 1, 7, 1, 17, 0.40867375E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.24492378E-06, 0.42981042E+05, + 0.420E+04, 0.600E+03, 1, 7, 1, 18, 0.40764524E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.25185194E-06, 0.44209227E+05, + 0.420E+04, 0.600E+03, 1, 7, 1, 19, 0.40669459E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.28129300E-06, 0.45457877E+05, + 0.420E+04, 0.600E+03, 1, 7, 1, 20, 0.40581493E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999991E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.57763500E-05, 0.46724738E+05, + 0.420E+04, 0.600E+03, 1, 7, 1, 21, 0.40500000E+01, 0.19999991E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999991E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.480E+04, 0.600E+03, 1, 8, 1, 1, 0.44479917E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.85884848E-06, 0.26859982E+05, + 0.480E+04, 0.600E+03, 1, 8, 1, 2, 0.44084906E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.26312522E-06, 0.27609643E+05, + 0.480E+04, 0.600E+03, 1, 8, 1, 3, 0.43720661E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.24639139E-06, 0.28401392E+05, + 0.480E+04, 0.600E+03, 1, 8, 1, 4, 0.43385461E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23659465E-06, 0.29237543E+05, + 0.480E+04, 0.600E+03, 1, 8, 1, 5, 0.43077491E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.22237539E-06, 0.30112786E+05, + 0.480E+04, 0.600E+03, 1, 8, 1, 6, 0.42794817E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.22696186E-06, 0.31024652E+05, + 0.480E+04, 0.600E+03, 1, 8, 1, 7, 0.42535522E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23197128E-06, 0.31971280E+05, + 0.480E+04, 0.600E+03, 1, 8, 1, 8, 0.42297742E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23635755E-06, 0.32950824E+05, + 0.480E+04, 0.600E+03, 1, 8, 1, 9, 0.42079697E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.24000354E-06, 0.33961487E+05, + 0.480E+04, 0.600E+03, 1, 8, 1, 10, 0.41879708E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.24319656E-06, 0.35001548E+05, + 0.480E+04, 0.600E+03, 1, 8, 1, 11, 0.41696200E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.24635474E-06, 0.36069374E+05, + 0.480E+04, 0.600E+03, 1, 8, 1, 12, 0.41527715E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.24981430E-06, 0.37163434E+05, + 0.480E+04, 0.600E+03, 1, 8, 1, 13, 0.41372909E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.25385781E-06, 0.38282303E+05, + 0.480E+04, 0.600E+03, 1, 8, 1, 14, 0.41230548E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.25858082E-06, 0.39424661E+05, + 0.480E+04, 0.600E+03, 1, 8, 1, 15, 0.41099506E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.26414973E-06, 0.40589296E+05, + 0.480E+04, 0.600E+03, 1, 8, 1, 16, 0.40978759E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.27048420E-06, 0.41775095E+05, + 0.480E+04, 0.600E+03, 1, 8, 1, 17, 0.40867375E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.25761770E-06, 0.42981042E+05, + 0.480E+04, 0.600E+03, 1, 8, 1, 18, 0.40764524E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.26485380E-06, 0.44209227E+05, + 0.480E+04, 0.600E+03, 1, 8, 1, 19, 0.40669459E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.29255058E-06, 0.45457877E+05, + 0.480E+04, 0.600E+03, 1, 8, 1, 20, 0.40581493E+01, 0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.33860614E-06, 0.46724738E+05, + 0.480E+04, 0.600E+03, 1, 8, 1, 21, 0.40500000E+01, 0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.540E+04, 0.600E+03, 1, 9, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.88373774E-07, 0.26859982E+05, + 0.540E+04, 0.600E+03, 1, 9, 1, 2, 0.44084907E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.78122813E-07, 0.27609644E+05, + 0.540E+04, 0.600E+03, 1, 9, 1, 3, 0.43720661E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.43575671E-07, 0.28401393E+05, + 0.540E+04, 0.600E+03, 1, 9, 1, 4, 0.43385462E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.17676179E-07, 0.29237543E+05, + 0.540E+04, 0.600E+03, 1, 9, 1, 5, 0.43077491E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.78967943E-09, 0.30112786E+05, + 0.540E+04, 0.600E+03, 1, 9, 1, 6, 0.42794818E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13425502E-07, 0.31024652E+05, + 0.540E+04, 0.600E+03, 1, 9, 1, 7, 0.42535522E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.24590346E-07, 0.31971280E+05, + 0.540E+04, 0.600E+03, 1, 9, 1, 8, 0.42297742E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.33221365E-07, 0.32950824E+05, + 0.540E+04, 0.600E+03, 1, 9, 1, 9, 0.42079698E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.39719655E-07, 0.33961488E+05, + 0.540E+04, 0.600E+03, 1, 9, 1, 10, 0.41879708E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.44467509E-07, 0.35001549E+05, + 0.540E+04, 0.600E+03, 1, 9, 1, 11, 0.41696200E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.47786287E-07, 0.36069375E+05, + 0.540E+04, 0.600E+03, 1, 9, 1, 12, 0.41527716E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.49961706E-07, 0.37163435E+05, + 0.540E+04, 0.600E+03, 1, 9, 1, 13, 0.41372910E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.51253902E-07, 0.38282303E+05, + 0.540E+04, 0.600E+03, 1, 9, 1, 14, 0.41230549E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.51840509E-07, 0.39424661E+05, + 0.540E+04, 0.600E+03, 1, 9, 1, 15, 0.41099507E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.51916832E-07, 0.40589296E+05, + 0.540E+04, 0.600E+03, 1, 9, 1, 16, 0.40978759E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.51587683E-07, 0.41775095E+05, + 0.540E+04, 0.600E+03, 1, 9, 1, 17, 0.40867375E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.52347023E-07, 0.42981042E+05, + 0.540E+04, 0.600E+03, 1, 9, 1, 18, 0.40764524E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.52448311E-07, 0.44209227E+05, + 0.540E+04, 0.600E+03, 1, 9, 1, 19, 0.40669459E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.50248346E-07, 0.45457878E+05, + 0.540E+04, 0.600E+03, 1, 9, 1, 20, 0.40581493E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.11532426E-06, 0.46724738E+05, + 0.540E+04, 0.600E+03, 1, 9, 1, 21, 0.40500000E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.600E+04, 0.600E+03, 1, 10, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.97284278E-08, 0.26859982E+05, + 0.600E+04, 0.600E+03, 1, 10, 1, 2, 0.44084907E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.73048739E-07, 0.27609644E+05, + 0.600E+04, 0.600E+03, 1, 10, 1, 3, 0.43720661E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.40370111E-07, 0.28401393E+05, + 0.600E+04, 0.600E+03, 1, 10, 1, 4, 0.43385462E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.14687149E-07, 0.29237543E+05, + 0.600E+04, 0.600E+03, 1, 10, 1, 5, 0.43077491E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.32406184E-08, 0.30112786E+05, + 0.600E+04, 0.600E+03, 1, 10, 1, 6, 0.42794818E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.17492951E-07, 0.31024652E+05, + 0.600E+04, 0.600E+03, 1, 10, 1, 7, 0.42535522E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.28824875E-07, 0.31971280E+05, + 0.600E+04, 0.600E+03, 1, 10, 1, 8, 0.42297742E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.37682305E-07, 0.32950824E+05, + 0.600E+04, 0.600E+03, 1, 10, 1, 9, 0.42079698E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.44484192E-07, 0.33961488E+05, + 0.600E+04, 0.600E+03, 1, 10, 1, 10, 0.41879708E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.49581292E-07, 0.35001549E+05, + 0.600E+04, 0.600E+03, 1, 10, 1, 11, 0.41696200E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.53272402E-07, 0.36069375E+05, + 0.600E+04, 0.600E+03, 1, 10, 1, 12, 0.41527716E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.55828981E-07, 0.37163435E+05, + 0.600E+04, 0.600E+03, 1, 10, 1, 13, 0.41372910E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.57522506E-07, 0.38282303E+05, + 0.600E+04, 0.600E+03, 1, 10, 1, 14, 0.41230549E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.58495164E-07, 0.39424661E+05, + 0.600E+04, 0.600E+03, 1, 10, 1, 15, 0.41099507E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.58980351E-07, 0.40589296E+05, + 0.600E+04, 0.600E+03, 1, 10, 1, 16, 0.40978759E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.59038996E-07, 0.41775095E+05, + 0.600E+04, 0.600E+03, 1, 10, 1, 17, 0.40867375E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.60702209E-07, 0.42981042E+05, + 0.600E+04, 0.600E+03, 1, 10, 1, 18, 0.40764524E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.61051143E-07, 0.44209227E+05, + 0.600E+04, 0.600E+03, 1, 10, 1, 19, 0.40669459E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.58643959E-07, 0.45457878E+05, + 0.600E+04, 0.600E+03, 1, 10, 1, 20, 0.40581493E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15392324E-06, 0.46724738E+05, + 0.600E+04, 0.600E+03, 1, 10, 1, 21, 0.40500000E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.660E+04, 0.600E+03, 1, 11, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.47392939E-06, 0.26859983E+05, + 0.660E+04, 0.600E+03, 1, 11, 1, 2, 0.44084907E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.38011277E-06, 0.27609644E+05, + 0.660E+04, 0.600E+03, 1, 11, 1, 3, 0.43720662E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.31446095E-06, 0.28401394E+05, + 0.660E+04, 0.600E+03, 1, 11, 1, 4, 0.43385462E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.26876251E-06, 0.29237544E+05, + 0.660E+04, 0.600E+03, 1, 11, 1, 5, 0.43077492E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.24218351E-06, 0.30112787E+05, + 0.660E+04, 0.600E+03, 1, 11, 1, 6, 0.42794818E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22381607E-06, 0.31024653E+05, + 0.660E+04, 0.600E+03, 1, 11, 1, 7, 0.42535523E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21396995E-06, 0.31971281E+05, + 0.660E+04, 0.600E+03, 1, 11, 1, 8, 0.42297743E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21119726E-06, 0.32950825E+05, + 0.660E+04, 0.600E+03, 1, 11, 1, 9, 0.42079698E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21428279E-06, 0.33961489E+05, + 0.660E+04, 0.600E+03, 1, 11, 1, 10, 0.41879708E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22218214E-06, 0.35001549E+05, + 0.660E+04, 0.600E+03, 1, 11, 1, 11, 0.41696201E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.23405891E-06, 0.36069375E+05, + 0.660E+04, 0.600E+03, 1, 11, 1, 12, 0.41527716E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.24918383E-06, 0.37163435E+05, + 0.660E+04, 0.600E+03, 1, 11, 1, 13, 0.41372910E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.26690309E-06, 0.38282304E+05, + 0.660E+04, 0.600E+03, 1, 11, 1, 14, 0.41230549E+01, 0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.28676430E-06, 0.39424662E+05, + 0.660E+04, 0.600E+03, 1, 11, 1, 15, 0.41099507E+01, 0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.30829095E-06, 0.40589296E+05, + 0.660E+04, 0.600E+03, 1, 11, 1, 16, 0.40978759E+01, 0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.33116967E-06, 0.41775095E+05, + 0.660E+04, 0.600E+03, 1, 11, 1, 17, 0.40867375E+01, 0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.34618746E-06, 0.42981043E+05, + 0.660E+04, 0.600E+03, 1, 11, 1, 18, 0.40764524E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.36780463E-06, 0.44209227E+05, + 0.660E+04, 0.600E+03, 1, 11, 1, 19, 0.40669459E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.40111491E-06, 0.45457878E+05, + 0.660E+04, 0.600E+03, 1, 11, 1, 20, 0.40581493E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.16439793E-05, 0.46724738E+05, + 0.660E+04, 0.600E+03, 1, 11, 1, 21, 0.40500000E+01, 0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.720E+04, 0.600E+03, 1, 12, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.46775438E-06, 0.26859983E+05, + 0.720E+04, 0.600E+03, 1, 12, 1, 2, 0.44084907E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.38019510E-06, 0.27609644E+05, + 0.720E+04, 0.600E+03, 1, 12, 1, 3, 0.43720662E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.31464547E-06, 0.28401394E+05, + 0.720E+04, 0.600E+03, 1, 12, 1, 4, 0.43385462E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.26895514E-06, 0.29237544E+05, + 0.720E+04, 0.600E+03, 1, 12, 1, 5, 0.43077492E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.24229399E-06, 0.30112787E+05, + 0.720E+04, 0.600E+03, 1, 12, 1, 6, 0.42794818E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22393740E-06, 0.31024653E+05, + 0.720E+04, 0.600E+03, 1, 12, 1, 7, 0.42535523E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21409999E-06, 0.31971281E+05, + 0.720E+04, 0.600E+03, 1, 12, 1, 8, 0.42297743E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21132623E-06, 0.32950825E+05, + 0.720E+04, 0.600E+03, 1, 12, 1, 9, 0.42079698E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21442087E-06, 0.33961489E+05, + 0.720E+04, 0.600E+03, 1, 12, 1, 10, 0.41879708E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22232312E-06, 0.35001549E+05, + 0.720E+04, 0.600E+03, 1, 12, 1, 11, 0.41696201E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.23419770E-06, 0.36069375E+05, + 0.720E+04, 0.600E+03, 1, 12, 1, 12, 0.41527716E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.24933146E-06, 0.37163435E+05, + 0.720E+04, 0.600E+03, 1, 12, 1, 13, 0.41372910E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.26705728E-06, 0.38282304E+05, + 0.720E+04, 0.600E+03, 1, 12, 1, 14, 0.41230549E+01, 0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.28691841E-06, 0.39424662E+05, + 0.720E+04, 0.600E+03, 1, 12, 1, 15, 0.41099507E+01, 0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.30844170E-06, 0.40589296E+05, + 0.720E+04, 0.600E+03, 1, 12, 1, 16, 0.40978759E+01, 0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.33132698E-06, 0.41775095E+05, + 0.720E+04, 0.600E+03, 1, 12, 1, 17, 0.40867375E+01, 0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.34625797E-06, 0.42981043E+05, + 0.720E+04, 0.600E+03, 1, 12, 1, 18, 0.40764524E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.36787703E-06, 0.44209227E+05, + 0.720E+04, 0.600E+03, 1, 12, 1, 19, 0.40669459E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.40127480E-06, 0.45457878E+05, + 0.720E+04, 0.600E+03, 1, 12, 1, 20, 0.40581493E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.89803633E-06, 0.46724738E+05, + 0.720E+04, 0.600E+03, 1, 12, 1, 21, 0.40500000E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.780E+04, 0.600E+03, 1, 13, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.37424494E-06, 0.26859983E+05, + 0.780E+04, 0.600E+03, 1, 13, 1, 2, 0.44084907E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.35277980E-06, 0.27609644E+05, + 0.780E+04, 0.600E+03, 1, 13, 1, 3, 0.43720662E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.29096253E-06, 0.28401394E+05, + 0.780E+04, 0.600E+03, 1, 13, 1, 4, 0.43385462E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.24720670E-06, 0.29237544E+05, + 0.780E+04, 0.600E+03, 1, 13, 1, 5, 0.43077492E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22101761E-06, 0.30112787E+05, + 0.780E+04, 0.600E+03, 1, 13, 1, 6, 0.42794818E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20350054E-06, 0.31024653E+05, + 0.780E+04, 0.600E+03, 1, 13, 1, 7, 0.42535523E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19411682E-06, 0.31971281E+05, + 0.780E+04, 0.600E+03, 1, 13, 1, 8, 0.42297742E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19149965E-06, 0.32950825E+05, + 0.780E+04, 0.600E+03, 1, 13, 1, 9, 0.42079698E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19453083E-06, 0.33961488E+05, + 0.780E+04, 0.600E+03, 1, 13, 1, 10, 0.41879708E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20218727E-06, 0.35001549E+05, + 0.780E+04, 0.600E+03, 1, 13, 1, 11, 0.41696201E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21369636E-06, 0.36069375E+05, + 0.780E+04, 0.600E+03, 1, 13, 1, 12, 0.41527716E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22834553E-06, 0.37163435E+05, + 0.780E+04, 0.600E+03, 1, 13, 1, 13, 0.41372910E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.24553524E-06, 0.38282303E+05, + 0.780E+04, 0.600E+03, 1, 13, 1, 14, 0.41230549E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.26480776E-06, 0.39424662E+05, + 0.780E+04, 0.600E+03, 1, 13, 1, 15, 0.41099507E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.28570111E-06, 0.40589296E+05, + 0.780E+04, 0.600E+03, 1, 13, 1, 16, 0.40978759E+01, 0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.30794868E-06, 0.41775095E+05, + 0.780E+04, 0.600E+03, 1, 13, 1, 17, 0.40867375E+01, 0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.32240871E-06, 0.42981043E+05, + 0.780E+04, 0.600E+03, 1, 13, 1, 18, 0.40764524E+01, 0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.34360259E-06, 0.44209227E+05, + 0.780E+04, 0.600E+03, 1, 13, 1, 19, 0.40669459E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.37620510E-06, 0.45457878E+05, + 0.780E+04, 0.600E+03, 1, 13, 1, 20, 0.40581493E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.54197350E-06, 0.46724738E+05, + 0.780E+04, 0.600E+03, 1, 13, 1, 21, 0.40500000E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.840E+04, 0.600E+03, 1, 14, 1, 1, 0.44479917E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.12391351E-05, 0.26859981E+05, + 0.840E+04, 0.600E+03, 1, 14, 1, 2, 0.44084906E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.77963818E-06, 0.27609643E+05, + 0.840E+04, 0.600E+03, 1, 14, 1, 3, 0.43720660E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.66604156E-06, 0.28401392E+05, + 0.840E+04, 0.600E+03, 1, 14, 1, 4, 0.43385461E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.56139843E-06, 0.29237542E+05, + 0.840E+04, 0.600E+03, 1, 14, 1, 5, 0.43077490E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.46814532E-06, 0.30112785E+05, + 0.840E+04, 0.600E+03, 1, 14, 1, 6, 0.42794817E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.41918577E-06, 0.31024651E+05, + 0.840E+04, 0.600E+03, 1, 14, 1, 7, 0.42535521E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.38578569E-06, 0.31971279E+05, + 0.840E+04, 0.600E+03, 1, 14, 1, 8, 0.42297741E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.36442817E-06, 0.32950823E+05, + 0.840E+04, 0.600E+03, 1, 14, 1, 9, 0.42079697E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.35233703E-06, 0.33961487E+05, + 0.840E+04, 0.600E+03, 1, 14, 1, 10, 0.41879707E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.34737177E-06, 0.35001548E+05, + 0.840E+04, 0.600E+03, 1, 14, 1, 11, 0.41696200E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.34786482E-06, 0.36069374E+05, + 0.840E+04, 0.600E+03, 1, 14, 1, 12, 0.41527715E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.35253091E-06, 0.37163434E+05, + 0.840E+04, 0.600E+03, 1, 14, 1, 13, 0.41372909E+01, 0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.36037423E-06, 0.38282302E+05, + 0.840E+04, 0.600E+03, 1, 14, 1, 14, 0.41230548E+01, 0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.37062000E-06, 0.39424661E+05, + 0.840E+04, 0.600E+03, 1, 14, 1, 15, 0.41099506E+01, 0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.38268209E-06, 0.40589296E+05, + 0.840E+04, 0.600E+03, 1, 14, 1, 16, 0.40978759E+01, 0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.39608057E-06, 0.41775095E+05, + 0.840E+04, 0.600E+03, 1, 14, 1, 17, 0.40867375E+01, 0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.37553390E-06, 0.42981042E+05, + 0.840E+04, 0.600E+03, 1, 14, 1, 18, 0.40764524E+01, 0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.38802444E-06, 0.44209227E+05, + 0.840E+04, 0.600E+03, 1, 14, 1, 19, 0.40669459E+01, 0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999993E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.43699351E-06, 0.45457877E+05, + 0.840E+04, 0.600E+03, 1, 14, 1, 20, 0.40581493E+01, 0.19999993E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.80259335E-06, 0.46724738E+05, + 0.840E+04, 0.600E+03, 1, 14, 1, 21, 0.40500000E+01, 0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.900E+04, 0.600E+03, 1, 15, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13741338E-05, 0.26859982E+05, + 0.900E+04, 0.600E+03, 1, 15, 1, 2, 0.44084907E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.55241932E-06, 0.27609644E+05, + 0.900E+04, 0.600E+03, 1, 15, 1, 3, 0.43720661E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.45768145E-06, 0.28401393E+05, + 0.900E+04, 0.600E+03, 1, 15, 1, 4, 0.43385462E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.36533593E-06, 0.29237544E+05, + 0.900E+04, 0.600E+03, 1, 15, 1, 5, 0.43077491E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.28089060E-06, 0.30112786E+05, + 0.900E+04, 0.600E+03, 1, 15, 1, 6, 0.42794818E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.23474931E-06, 0.31024652E+05, + 0.900E+04, 0.600E+03, 1, 15, 1, 7, 0.42535522E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20097508E-06, 0.31971280E+05, + 0.900E+04, 0.600E+03, 1, 15, 1, 8, 0.42297742E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.17677442E-06, 0.32950824E+05, + 0.900E+04, 0.600E+03, 1, 15, 1, 9, 0.42079698E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.15995684E-06, 0.33961488E+05, + 0.900E+04, 0.600E+03, 1, 15, 1, 10, 0.41879708E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.14881595E-06, 0.35001549E+05, + 0.900E+04, 0.600E+03, 1, 15, 1, 11, 0.41696200E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.14201596E-06, 0.36069375E+05, + 0.900E+04, 0.600E+03, 1, 15, 1, 12, 0.41527716E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.13854189E-06, 0.37163435E+05, + 0.900E+04, 0.600E+03, 1, 15, 1, 13, 0.41372910E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.13759903E-06, 0.38282303E+05, + 0.900E+04, 0.600E+03, 1, 15, 1, 14, 0.41230549E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.13857037E-06, 0.39424661E+05, + 0.900E+04, 0.600E+03, 1, 15, 1, 15, 0.41099507E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.14098753E-06, 0.40589296E+05, + 0.900E+04, 0.600E+03, 1, 15, 1, 16, 0.40978759E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.14448718E-06, 0.41775095E+05, + 0.900E+04, 0.600E+03, 1, 15, 1, 17, 0.40867375E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.12120720E-06, 0.42981043E+05, + 0.900E+04, 0.600E+03, 1, 15, 1, 18, 0.40764524E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.12468540E-06, 0.44209227E+05, + 0.900E+04, 0.600E+03, 1, 15, 1, 19, 0.40669459E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.15671828E-06, 0.45457878E+05, + 0.900E+04, 0.600E+03, 1, 15, 1, 20, 0.40581493E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.32162214E-05, 0.46724738E+05, + 0.900E+04, 0.600E+03, 1, 15, 1, 21, 0.40500000E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.960E+04, 0.600E+03, 1, 16, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10240631E-05, 0.26859982E+05, + 0.960E+04, 0.600E+03, 1, 16, 1, 2, 0.44084907E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.51115907E-06, 0.27609644E+05, + 0.960E+04, 0.600E+03, 1, 16, 1, 3, 0.43720661E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.42144609E-06, 0.28401393E+05, + 0.960E+04, 0.600E+03, 1, 16, 1, 4, 0.43385462E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.33712654E-06, 0.29237544E+05, + 0.960E+04, 0.600E+03, 1, 16, 1, 5, 0.43077491E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.26255319E-06, 0.30112786E+05, + 0.960E+04, 0.600E+03, 1, 16, 1, 6, 0.42794818E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22044209E-06, 0.31024652E+05, + 0.960E+04, 0.600E+03, 1, 16, 1, 7, 0.42535522E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.18984039E-06, 0.31971280E+05, + 0.960E+04, 0.600E+03, 1, 16, 1, 8, 0.42297742E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.16816280E-06, 0.32950824E+05, + 0.960E+04, 0.600E+03, 1, 16, 1, 9, 0.42079698E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.15339065E-06, 0.33961488E+05, + 0.960E+04, 0.600E+03, 1, 16, 1, 10, 0.41879708E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.14389821E-06, 0.35001549E+05, + 0.960E+04, 0.600E+03, 1, 16, 1, 11, 0.41696200E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.13845534E-06, 0.36069375E+05, + 0.960E+04, 0.600E+03, 1, 16, 1, 12, 0.41527716E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.13611657E-06, 0.37163435E+05, + 0.960E+04, 0.600E+03, 1, 16, 1, 13, 0.41372910E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.13610202E-06, 0.38282303E+05, + 0.960E+04, 0.600E+03, 1, 16, 1, 14, 0.41230549E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.13787387E-06, 0.39424661E+05, + 0.960E+04, 0.600E+03, 1, 16, 1, 15, 0.41099507E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.14094545E-06, 0.40589296E+05, + 0.960E+04, 0.600E+03, 1, 16, 1, 16, 0.40978759E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.14501629E-06, 0.41775095E+05, + 0.960E+04, 0.600E+03, 1, 16, 1, 17, 0.40867375E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.12573316E-06, 0.42981042E+05, + 0.960E+04, 0.600E+03, 1, 16, 1, 18, 0.40764524E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.12939647E-06, 0.44209227E+05, + 0.960E+04, 0.600E+03, 1, 16, 1, 19, 0.40669459E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.15825809E-06, 0.45457878E+05, + 0.960E+04, 0.600E+03, 1, 16, 1, 20, 0.40581493E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16908670E-05, 0.46724738E+05, + 0.960E+04, 0.600E+03, 1, 16, 1, 21, 0.40500000E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.102E+05, 0.600E+03, 1, 17, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.81731154E-06, 0.26859982E+05, + 0.102E+05, 0.600E+03, 1, 17, 1, 2, 0.44084907E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.50519983E-06, 0.27609644E+05, + 0.102E+05, 0.600E+03, 1, 17, 1, 3, 0.43720661E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.41525916E-06, 0.28401393E+05, + 0.102E+05, 0.600E+03, 1, 17, 1, 4, 0.43385462E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.33314241E-06, 0.29237544E+05, + 0.102E+05, 0.600E+03, 1, 17, 1, 5, 0.43077491E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.26260059E-06, 0.30112786E+05, + 0.102E+05, 0.600E+03, 1, 17, 1, 6, 0.42794818E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22165550E-06, 0.31024652E+05, + 0.102E+05, 0.600E+03, 1, 17, 1, 7, 0.42535522E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19206792E-06, 0.31971280E+05, + 0.102E+05, 0.600E+03, 1, 17, 1, 8, 0.42297742E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.17125934E-06, 0.32950824E+05, + 0.102E+05, 0.600E+03, 1, 17, 1, 9, 0.42079698E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.15727662E-06, 0.33961488E+05, + 0.102E+05, 0.600E+03, 1, 17, 1, 10, 0.41879708E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.14849045E-06, 0.35001549E+05, + 0.102E+05, 0.600E+03, 1, 17, 1, 11, 0.41696200E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.14368753E-06, 0.36069375E+05, + 0.102E+05, 0.600E+03, 1, 17, 1, 12, 0.41527716E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.14194076E-06, 0.37163435E+05, + 0.102E+05, 0.600E+03, 1, 17, 1, 13, 0.41372910E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.14247973E-06, 0.38282303E+05, + 0.102E+05, 0.600E+03, 1, 17, 1, 14, 0.41230549E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.14475008E-06, 0.39424662E+05, + 0.102E+05, 0.600E+03, 1, 17, 1, 15, 0.41099507E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.14829757E-06, 0.40589296E+05, + 0.102E+05, 0.600E+03, 1, 17, 1, 16, 0.40978759E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.15280444E-06, 0.41775095E+05, + 0.102E+05, 0.600E+03, 1, 17, 1, 17, 0.40867375E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.13574892E-06, 0.42981043E+05, + 0.102E+05, 0.600E+03, 1, 17, 1, 18, 0.40764524E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.13961203E-06, 0.44209227E+05, + 0.102E+05, 0.600E+03, 1, 17, 1, 19, 0.40669459E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.16699390E-06, 0.45457878E+05, + 0.102E+05, 0.600E+03, 1, 17, 1, 20, 0.40581493E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.71504822E-06, 0.46724738E+05, + 0.102E+05, 0.600E+03, 1, 17, 1, 21, 0.40500000E+01, 0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.108E+05, 0.600E+03, 1, 18, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.77167966E-06, 0.26859982E+05, + 0.108E+05, 0.600E+03, 1, 18, 1, 2, 0.44084907E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.50244675E-06, 0.27609644E+05, + 0.108E+05, 0.600E+03, 1, 18, 1, 3, 0.43720661E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.41232754E-06, 0.28401393E+05, + 0.108E+05, 0.600E+03, 1, 18, 1, 4, 0.43385462E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.33058084E-06, 0.29237544E+05, + 0.108E+05, 0.600E+03, 1, 18, 1, 5, 0.43077491E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.26090677E-06, 0.30112786E+05, + 0.108E+05, 0.600E+03, 1, 18, 1, 6, 0.42794818E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22013581E-06, 0.31024653E+05, + 0.108E+05, 0.600E+03, 1, 18, 1, 7, 0.42535522E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19068206E-06, 0.31971280E+05, + 0.108E+05, 0.600E+03, 1, 18, 1, 8, 0.42297742E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.16996870E-06, 0.32950825E+05, + 0.108E+05, 0.600E+03, 1, 18, 1, 9, 0.42079698E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.15606258E-06, 0.33961488E+05, + 0.108E+05, 0.600E+03, 1, 18, 1, 10, 0.41879708E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.14733136E-06, 0.35001549E+05, + 0.108E+05, 0.600E+03, 1, 18, 1, 11, 0.41696200E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.14257451E-06, 0.36069375E+05, + 0.108E+05, 0.600E+03, 1, 18, 1, 12, 0.41527716E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.14086623E-06, 0.37163435E+05, + 0.108E+05, 0.600E+03, 1, 18, 1, 13, 0.41372910E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.14141962E-06, 0.38282303E+05, + 0.108E+05, 0.600E+03, 1, 18, 1, 14, 0.41230549E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.14372446E-06, 0.39424662E+05, + 0.108E+05, 0.600E+03, 1, 18, 1, 15, 0.41099507E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.14728595E-06, 0.40589296E+05, + 0.108E+05, 0.600E+03, 1, 18, 1, 16, 0.40978759E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.15179882E-06, 0.41775095E+05, + 0.108E+05, 0.600E+03, 1, 18, 1, 17, 0.40867375E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.13540267E-06, 0.42981043E+05, + 0.108E+05, 0.600E+03, 1, 18, 1, 18, 0.40764524E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.13925458E-06, 0.44209227E+05, + 0.108E+05, 0.600E+03, 1, 18, 1, 19, 0.40669459E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.16600633E-06, 0.45457878E+05, + 0.108E+05, 0.600E+03, 1, 18, 1, 20, 0.40581493E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.44345803E-05, 0.46724738E+05, + 0.108E+05, 0.600E+03, 1, 18, 1, 21, 0.40500000E+01, 0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.114E+05, 0.600E+03, 1, 19, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.70344175E-06, 0.26859982E+05, + 0.114E+05, 0.600E+03, 1, 19, 1, 2, 0.44084907E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.50109078E-06, 0.27609644E+05, + 0.114E+05, 0.600E+03, 1, 19, 1, 3, 0.43720661E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.41136319E-06, 0.28401393E+05, + 0.114E+05, 0.600E+03, 1, 19, 1, 4, 0.43385462E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.33074490E-06, 0.29237544E+05, + 0.114E+05, 0.600E+03, 1, 19, 1, 5, 0.43077491E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.26258571E-06, 0.30112786E+05, + 0.114E+05, 0.600E+03, 1, 19, 1, 6, 0.42794818E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22243723E-06, 0.31024653E+05, + 0.114E+05, 0.600E+03, 1, 19, 1, 7, 0.42535522E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19352566E-06, 0.31971280E+05, + 0.114E+05, 0.600E+03, 1, 19, 1, 8, 0.42297742E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.17330528E-06, 0.32950824E+05, + 0.114E+05, 0.600E+03, 1, 19, 1, 9, 0.42079698E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.15984656E-06, 0.33961488E+05, + 0.114E+05, 0.600E+03, 1, 19, 1, 10, 0.41879708E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.15152578E-06, 0.35001549E+05, + 0.114E+05, 0.600E+03, 1, 19, 1, 11, 0.41696200E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.14713787E-06, 0.36069375E+05, + 0.114E+05, 0.600E+03, 1, 19, 1, 12, 0.41527716E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.14577959E-06, 0.37163435E+05, + 0.114E+05, 0.600E+03, 1, 19, 1, 13, 0.41372910E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.14663807E-06, 0.38282303E+05, + 0.114E+05, 0.600E+03, 1, 19, 1, 14, 0.41230549E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.14925238E-06, 0.39424662E+05, + 0.114E+05, 0.600E+03, 1, 19, 1, 15, 0.41099507E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.15308913E-06, 0.40589296E+05, + 0.114E+05, 0.600E+03, 1, 19, 1, 16, 0.40978759E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.15784470E-06, 0.41775095E+05, + 0.114E+05, 0.600E+03, 1, 19, 1, 17, 0.40867375E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.14193592E-06, 0.42981043E+05, + 0.114E+05, 0.600E+03, 1, 19, 1, 18, 0.40764524E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.14589921E-06, 0.44209227E+05, + 0.114E+05, 0.600E+03, 1, 19, 1, 19, 0.40669459E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.17258471E-06, 0.45457878E+05, + 0.114E+05, 0.600E+03, 1, 19, 1, 20, 0.40581493E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.83077790E-06, 0.46724738E+05, + 0.114E+05, 0.600E+03, 1, 19, 1, 21, 0.40500000E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.120E+05, 0.600E+03, 1, 20, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12736878E-06, 0.26859983E+05, + 0.120E+05, 0.600E+03, 1, 20, 1, 2, 0.44084907E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.52501723E-06, 0.27609644E+05, + 0.120E+05, 0.600E+03, 1, 20, 1, 3, 0.43720662E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.42944569E-06, 0.28401393E+05, + 0.120E+05, 0.600E+03, 1, 20, 1, 4, 0.43385462E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.35098224E-06, 0.29237544E+05, + 0.120E+05, 0.600E+03, 1, 20, 1, 5, 0.43077492E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.29112628E-06, 0.30112787E+05, + 0.120E+05, 0.600E+03, 1, 20, 1, 6, 0.42794818E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.25268951E-06, 0.31024653E+05, + 0.120E+05, 0.600E+03, 1, 20, 1, 7, 0.42535523E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22571861E-06, 0.31971281E+05, + 0.120E+05, 0.600E+03, 1, 20, 1, 8, 0.42297742E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20761635E-06, 0.32950825E+05, + 0.120E+05, 0.600E+03, 1, 20, 1, 9, 0.42079698E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19639474E-06, 0.33961488E+05, + 0.120E+05, 0.600E+03, 1, 20, 1, 10, 0.41879708E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19039605E-06, 0.35001549E+05, + 0.120E+05, 0.600E+03, 1, 20, 1, 11, 0.41696201E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.18838232E-06, 0.36069375E+05, + 0.120E+05, 0.600E+03, 1, 20, 1, 12, 0.41527716E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.18940353E-06, 0.37163435E+05, + 0.120E+05, 0.600E+03, 1, 20, 1, 13, 0.41372910E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19264455E-06, 0.38282303E+05, + 0.120E+05, 0.600E+03, 1, 20, 1, 14, 0.41230549E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19760522E-06, 0.39424662E+05, + 0.120E+05, 0.600E+03, 1, 20, 1, 15, 0.41099507E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20374482E-06, 0.40589296E+05, + 0.120E+05, 0.600E+03, 1, 20, 1, 16, 0.40978759E+01, 0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21075983E-06, 0.41775095E+05, + 0.120E+05, 0.600E+03, 1, 20, 1, 17, 0.40867375E+01, 0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20051898E-06, 0.42981043E+05, + 0.120E+05, 0.600E+03, 1, 20, 1, 18, 0.40764524E+01, 0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20588539E-06, 0.44209227E+05, + 0.120E+05, 0.600E+03, 1, 20, 1, 19, 0.40669459E+01, 0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.23101184E-06, 0.45457878E+05, + 0.120E+05, 0.600E+03, 1, 20, 1, 20, 0.40581493E+01, 0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.17005338E-05, 0.46724738E+05, + 0.120E+05, 0.600E+03, 1, 20, 1, 21, 0.40500000E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.126E+05, 0.600E+03, 1, 21, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16775960E-06, 0.26859982E+05, + 0.126E+05, 0.600E+03, 1, 21, 1, 2, 0.44084907E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.48554678E-06, 0.27609644E+05, + 0.126E+05, 0.600E+03, 1, 21, 1, 3, 0.43720662E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.39500652E-06, 0.28401393E+05, + 0.126E+05, 0.600E+03, 1, 21, 1, 4, 0.43385462E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.32011117E-06, 0.29237544E+05, + 0.126E+05, 0.600E+03, 1, 21, 1, 5, 0.43077492E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.26260291E-06, 0.30112787E+05, + 0.126E+05, 0.600E+03, 1, 21, 1, 6, 0.42794818E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22577752E-06, 0.31024653E+05, + 0.126E+05, 0.600E+03, 1, 21, 1, 7, 0.42535522E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19981631E-06, 0.31971281E+05, + 0.126E+05, 0.600E+03, 1, 21, 1, 8, 0.42297742E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.18228042E-06, 0.32950825E+05, + 0.126E+05, 0.600E+03, 1, 21, 1, 9, 0.42079698E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.17126757E-06, 0.33961488E+05, + 0.126E+05, 0.600E+03, 1, 21, 1, 10, 0.41879708E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.16522329E-06, 0.35001549E+05, + 0.126E+05, 0.600E+03, 1, 21, 1, 11, 0.41696201E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.16296300E-06, 0.36069375E+05, + 0.126E+05, 0.600E+03, 1, 21, 1, 12, 0.41527716E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.16359659E-06, 0.37163435E+05, + 0.126E+05, 0.600E+03, 1, 21, 1, 13, 0.41372910E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.16633841E-06, 0.38282303E+05, + 0.126E+05, 0.600E+03, 1, 21, 1, 14, 0.41230549E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.17072913E-06, 0.39424662E+05, + 0.126E+05, 0.600E+03, 1, 21, 1, 15, 0.41099507E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.17624533E-06, 0.40589296E+05, + 0.126E+05, 0.600E+03, 1, 21, 1, 16, 0.40978759E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.18259659E-06, 0.41775095E+05, + 0.126E+05, 0.600E+03, 1, 21, 1, 17, 0.40867375E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.17281094E-06, 0.42981043E+05, + 0.126E+05, 0.600E+03, 1, 21, 1, 18, 0.40764524E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.17770156E-06, 0.44209227E+05, + 0.126E+05, 0.600E+03, 1, 21, 1, 19, 0.40669459E+01, 0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20111955E-06, 0.45457878E+05, + 0.126E+05, 0.600E+03, 1, 21, 1, 20, 0.40581493E+01, 0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20010053E-05, 0.46724738E+05, + 0.126E+05, 0.600E+03, 1, 21, 1, 21, 0.40500000E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.132E+05, 0.600E+03, 1, 22, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.80926881E-07, 0.26859982E+05, + 0.132E+05, 0.600E+03, 1, 22, 1, 2, 0.44084907E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.26681950E-06, 0.27609644E+05, + 0.132E+05, 0.600E+03, 1, 22, 1, 3, 0.43720661E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20408558E-06, 0.28401393E+05, + 0.132E+05, 0.600E+03, 1, 22, 1, 4, 0.43385462E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.15218828E-06, 0.29237543E+05, + 0.132E+05, 0.600E+03, 1, 22, 1, 5, 0.43077491E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.11327503E-06, 0.30112786E+05, + 0.132E+05, 0.600E+03, 1, 22, 1, 6, 0.42794818E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.86703835E-07, 0.31024652E+05, + 0.132E+05, 0.600E+03, 1, 22, 1, 7, 0.42535522E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.67393056E-07, 0.31971280E+05, + 0.132E+05, 0.600E+03, 1, 22, 1, 8, 0.42297742E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.53764623E-07, 0.32950824E+05, + 0.132E+05, 0.600E+03, 1, 22, 1, 9, 0.42079698E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.44543309E-07, 0.33961488E+05, + 0.132E+05, 0.600E+03, 1, 22, 1, 10, 0.41879708E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.38701138E-07, 0.35001549E+05, + 0.132E+05, 0.600E+03, 1, 22, 1, 11, 0.41696200E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.35434102E-07, 0.36069375E+05, + 0.132E+05, 0.600E+03, 1, 22, 1, 12, 0.41527716E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.34141177E-07, 0.37163435E+05, + 0.132E+05, 0.600E+03, 1, 22, 1, 13, 0.41372910E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.34276823E-07, 0.38282303E+05, + 0.132E+05, 0.600E+03, 1, 22, 1, 14, 0.41230549E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.35565360E-07, 0.39424661E+05, + 0.132E+05, 0.600E+03, 1, 22, 1, 15, 0.41099507E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.37619667E-07, 0.40589296E+05, + 0.132E+05, 0.600E+03, 1, 22, 1, 16, 0.40978759E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.40263785E-07, 0.41775095E+05, + 0.132E+05, 0.600E+03, 1, 22, 1, 17, 0.40867375E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.34848608E-07, 0.42981042E+05, + 0.132E+05, 0.600E+03, 1, 22, 1, 18, 0.40764524E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.36708073E-07, 0.44209227E+05, + 0.132E+05, 0.600E+03, 1, 22, 1, 19, 0.40669459E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.48238462E-07, 0.45457878E+05, + 0.132E+05, 0.600E+03, 1, 22, 1, 20, 0.40581493E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.53228749E-06, 0.46724738E+05, + 0.132E+05, 0.600E+03, 1, 22, 1, 21, 0.40500000E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.138E+05, 0.600E+03, 1, 23, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.23493759E-06, 0.26859982E+05, + 0.138E+05, 0.600E+03, 1, 23, 1, 2, 0.44084907E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.27693661E-06, 0.27609644E+05, + 0.138E+05, 0.600E+03, 1, 23, 1, 3, 0.43720661E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21207113E-06, 0.28401393E+05, + 0.138E+05, 0.600E+03, 1, 23, 1, 4, 0.43385462E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.16218118E-06, 0.29237544E+05, + 0.138E+05, 0.600E+03, 1, 23, 1, 5, 0.43077491E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.12839591E-06, 0.30112786E+05, + 0.138E+05, 0.600E+03, 1, 23, 1, 6, 0.42794818E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10318946E-06, 0.31024652E+05, + 0.138E+05, 0.600E+03, 1, 23, 1, 7, 0.42535522E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.85265075E-07, 0.31971280E+05, + 0.138E+05, 0.600E+03, 1, 23, 1, 8, 0.42297742E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.73048415E-07, 0.32950824E+05, + 0.138E+05, 0.600E+03, 1, 23, 1, 9, 0.42079698E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.65265485E-07, 0.33961488E+05, + 0.138E+05, 0.600E+03, 1, 23, 1, 10, 0.41879708E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.60855125E-07, 0.35001549E+05, + 0.138E+05, 0.600E+03, 1, 23, 1, 11, 0.41696200E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.59029723E-07, 0.36069375E+05, + 0.138E+05, 0.600E+03, 1, 23, 1, 12, 0.41527716E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.59158769E-07, 0.37163435E+05, + 0.138E+05, 0.600E+03, 1, 23, 1, 13, 0.41372910E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.60705734E-07, 0.38282303E+05, + 0.138E+05, 0.600E+03, 1, 23, 1, 14, 0.41230549E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.63366315E-07, 0.39424661E+05, + 0.138E+05, 0.600E+03, 1, 23, 1, 15, 0.41099507E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.66768646E-07, 0.40589296E+05, + 0.138E+05, 0.600E+03, 1, 23, 1, 16, 0.40978759E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.70720262E-07, 0.41775095E+05, + 0.138E+05, 0.600E+03, 1, 23, 1, 17, 0.40867375E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.68471071E-07, 0.42981042E+05, + 0.138E+05, 0.600E+03, 1, 23, 1, 18, 0.40764524E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.71164870E-07, 0.44209227E+05, + 0.138E+05, 0.600E+03, 1, 23, 1, 19, 0.40669459E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.81894356E-07, 0.45457878E+05, + 0.138E+05, 0.600E+03, 1, 23, 1, 20, 0.40581493E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.59875361E-06, 0.46724738E+05, + 0.138E+05, 0.600E+03, 1, 23, 1, 21, 0.40500000E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.144E+05, 0.600E+03, 1, 24, 1, 1, 0.44479917E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.54297271E-07, 0.26859981E+05, + 0.144E+05, 0.600E+03, 1, 24, 1, 2, 0.44084906E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.25558702E-06, 0.27609643E+05, + 0.144E+05, 0.600E+03, 1, 24, 1, 3, 0.43720660E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.24849097E-06, 0.28401392E+05, + 0.144E+05, 0.600E+03, 1, 24, 1, 4, 0.43385461E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.24634345E-06, 0.29237542E+05, + 0.144E+05, 0.600E+03, 1, 24, 1, 5, 0.43077490E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.24467229E-06, 0.30112785E+05, + 0.144E+05, 0.600E+03, 1, 24, 1, 6, 0.42794817E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.25149517E-06, 0.31024651E+05, + 0.144E+05, 0.600E+03, 1, 24, 1, 7, 0.42535521E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.26091530E-06, 0.31971279E+05, + 0.144E+05, 0.600E+03, 1, 24, 1, 8, 0.42297741E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.27218195E-06, 0.32950823E+05, + 0.144E+05, 0.600E+03, 1, 24, 1, 9, 0.42079697E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.28482820E-06, 0.33961487E+05, + 0.144E+05, 0.600E+03, 1, 24, 1, 10, 0.41879707E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.29854419E-06, 0.35001548E+05, + 0.144E+05, 0.600E+03, 1, 24, 1, 11, 0.41696200E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.31310588E-06, 0.36069374E+05, + 0.144E+05, 0.600E+03, 1, 24, 1, 12, 0.41527715E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.32834543E-06, 0.37163434E+05, + 0.144E+05, 0.600E+03, 1, 24, 1, 13, 0.41372909E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.34414894E-06, 0.38282303E+05, + 0.144E+05, 0.600E+03, 1, 24, 1, 14, 0.41230548E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.36036949E-06, 0.39424661E+05, + 0.144E+05, 0.600E+03, 1, 24, 1, 15, 0.41099506E+01, 0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.37696417E-06, 0.40589296E+05, + 0.144E+05, 0.600E+03, 1, 24, 1, 16, 0.40978759E+01, 0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.39384986E-06, 0.41775095E+05, + 0.144E+05, 0.600E+03, 1, 24, 1, 17, 0.40867375E+01, 0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.39910855E-06, 0.42981042E+05, + 0.144E+05, 0.600E+03, 1, 24, 1, 18, 0.40764524E+01, 0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.41508719E-06, 0.44209227E+05, + 0.144E+05, 0.600E+03, 1, 24, 1, 19, 0.40669459E+01, 0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.44350480E-06, 0.45457877E+05, + 0.144E+05, 0.600E+03, 1, 24, 1, 20, 0.40581493E+01, 0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.24432432E-06, 0.46724738E+05, + 0.144E+05, 0.600E+03, 1, 24, 1, 21, 0.40500000E+01, 0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.150E+05, 0.600E+03, 1, 25, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.26640336E-06, 0.26859983E+05, + 0.150E+05, 0.600E+03, 1, 25, 1, 2, 0.44084907E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.15907210E-05, 0.27609644E+05, + 0.150E+05, 0.600E+03, 1, 25, 1, 3, 0.43720662E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.95609765E-06, 0.28401393E+05, + 0.150E+05, 0.600E+03, 1, 25, 1, 4, 0.43385462E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.50458155E-06, 0.29237544E+05, + 0.150E+05, 0.600E+03, 1, 25, 1, 5, 0.43077491E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22445187E-06, 0.30112786E+05, + 0.150E+05, 0.600E+03, 1, 25, 1, 6, 0.42794818E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.34890373E-07, 0.31024653E+05, + 0.150E+05, 0.600E+03, 1, 25, 1, 7, 0.42535522E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.94047785E-07, 0.31971280E+05, + 0.150E+05, 0.600E+03, 1, 25, 1, 8, 0.42297742E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.18008019E-06, 0.32950824E+05, + 0.150E+05, 0.600E+03, 1, 25, 1, 9, 0.42079698E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23575042E-06, 0.33961488E+05, + 0.150E+05, 0.600E+03, 1, 25, 1, 10, 0.41879708E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.26994126E-06, 0.35001549E+05, + 0.150E+05, 0.600E+03, 1, 25, 1, 11, 0.41696200E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.28902161E-06, 0.36069375E+05, + 0.150E+05, 0.600E+03, 1, 25, 1, 12, 0.41527716E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.29749452E-06, 0.37163435E+05, + 0.150E+05, 0.600E+03, 1, 25, 1, 13, 0.41372910E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.29859239E-06, 0.38282303E+05, + 0.150E+05, 0.600E+03, 1, 25, 1, 14, 0.41230549E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.29462380E-06, 0.39424661E+05, + 0.150E+05, 0.600E+03, 1, 25, 1, 15, 0.41099507E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.28725249E-06, 0.40589296E+05, + 0.150E+05, 0.600E+03, 1, 25, 1, 16, 0.40978759E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.27768944E-06, 0.41775095E+05, + 0.150E+05, 0.600E+03, 1, 25, 1, 17, 0.40867375E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.27176086E-06, 0.42981042E+05, + 0.150E+05, 0.600E+03, 1, 25, 1, 18, 0.40764524E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.26619878E-06, 0.44209227E+05, + 0.150E+05, 0.600E+03, 1, 25, 1, 19, 0.40669459E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.25116952E-06, 0.45457878E+05, + 0.150E+05, 0.600E+03, 1, 25, 1, 20, 0.40581493E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.54081275E-06, 0.46724738E+05, + 0.150E+05, 0.600E+03, 1, 25, 1, 21, 0.40500000E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.156E+05, 0.600E+03, 1, 26, 1, 1, 0.44479917E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.61562630E-05, 0.26859981E+05, + 0.156E+05, 0.600E+03, 1, 26, 1, 2, 0.44084906E+01, 0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.13619200E-05, 0.27609643E+05, + 0.156E+05, 0.600E+03, 1, 26, 1, 3, 0.43720661E+01, 0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.11860770E-05, 0.28401392E+05, + 0.156E+05, 0.600E+03, 1, 26, 1, 4, 0.43385461E+01, 0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.93941562E-06, 0.29237543E+05, + 0.156E+05, 0.600E+03, 1, 26, 1, 5, 0.43077491E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.67594931E-06, 0.30112786E+05, + 0.156E+05, 0.600E+03, 1, 26, 1, 6, 0.42794818E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.52810014E-06, 0.31024652E+05, + 0.156E+05, 0.600E+03, 1, 26, 1, 7, 0.42535522E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.40841967E-06, 0.31971280E+05, + 0.156E+05, 0.600E+03, 1, 26, 1, 8, 0.42297742E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.31325255E-06, 0.32950824E+05, + 0.156E+05, 0.600E+03, 1, 26, 1, 9, 0.42079698E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.23874283E-06, 0.33961488E+05, + 0.156E+05, 0.600E+03, 1, 26, 1, 10, 0.41879708E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.18127499E-06, 0.35001549E+05, + 0.156E+05, 0.600E+03, 1, 26, 1, 11, 0.41696200E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.13763456E-06, 0.36069375E+05, + 0.156E+05, 0.600E+03, 1, 26, 1, 12, 0.41527716E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10508429E-06, 0.37163435E+05, + 0.156E+05, 0.600E+03, 1, 26, 1, 13, 0.41372910E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.81376712E-07, 0.38282303E+05, + 0.156E+05, 0.600E+03, 1, 26, 1, 14, 0.41230549E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.64637206E-07, 0.39424661E+05, + 0.156E+05, 0.600E+03, 1, 26, 1, 15, 0.41099507E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.53352711E-07, 0.40589296E+05, + 0.156E+05, 0.600E+03, 1, 26, 1, 16, 0.40978759E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.46338151E-07, 0.41775095E+05, + 0.156E+05, 0.600E+03, 1, 26, 1, 17, 0.40867375E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23294202E-07, 0.42981042E+05, + 0.156E+05, 0.600E+03, 1, 26, 1, 18, 0.40764524E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.25280855E-07, 0.44209227E+05, + 0.156E+05, 0.600E+03, 1, 26, 1, 19, 0.40669459E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.39244721E-07, 0.45457878E+05, + 0.156E+05, 0.600E+03, 1, 26, 1, 20, 0.40581493E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.72359514E-05, 0.46724738E+05, + 0.156E+05, 0.600E+03, 1, 26, 1, 21, 0.40500000E+01, 0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.162E+05, 0.600E+03, 1, 27, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10969641E-05, 0.26859982E+05, + 0.162E+05, 0.600E+03, 1, 27, 1, 2, 0.44084907E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.13976343E-06, 0.27609643E+05, + 0.162E+05, 0.600E+03, 1, 27, 1, 3, 0.43720661E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19608104E-06, 0.28401393E+05, + 0.162E+05, 0.600E+03, 1, 27, 1, 4, 0.43385462E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19233361E-06, 0.29237543E+05, + 0.162E+05, 0.600E+03, 1, 27, 1, 5, 0.43077491E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.15717941E-06, 0.30112786E+05, + 0.162E+05, 0.600E+03, 1, 27, 1, 6, 0.42794818E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.12800341E-06, 0.31024652E+05, + 0.162E+05, 0.600E+03, 1, 27, 1, 7, 0.42535522E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.97035372E-07, 0.31971280E+05, + 0.162E+05, 0.600E+03, 1, 27, 1, 8, 0.42297742E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.67894565E-07, 0.32950824E+05, + 0.162E+05, 0.600E+03, 1, 27, 1, 9, 0.42079698E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.42323393E-07, 0.33961488E+05, + 0.162E+05, 0.600E+03, 1, 27, 1, 10, 0.41879708E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20974596E-07, 0.35001549E+05, + 0.162E+05, 0.600E+03, 1, 27, 1, 11, 0.41696200E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.38673811E-08, 0.36069375E+05, + 0.162E+05, 0.600E+03, 1, 27, 1, 12, 0.41527716E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.93335260E-08, 0.37163435E+05, + 0.162E+05, 0.600E+03, 1, 27, 1, 13, 0.41372910E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.19071134E-07, 0.38282303E+05, + 0.162E+05, 0.600E+03, 1, 27, 1, 14, 0.41230549E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.25884173E-07, 0.39424661E+05, + 0.162E+05, 0.600E+03, 1, 27, 1, 15, 0.41099507E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.30270805E-07, 0.40589296E+05, + 0.162E+05, 0.600E+03, 1, 27, 1, 16, 0.40978759E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.32657962E-07, 0.41775095E+05, + 0.162E+05, 0.600E+03, 1, 27, 1, 17, 0.40867375E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.46913698E-07, 0.42981042E+05, + 0.162E+05, 0.600E+03, 1, 27, 1, 18, 0.40764524E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.48754064E-07, 0.44209227E+05, + 0.162E+05, 0.600E+03, 1, 27, 1, 19, 0.40669459E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.35661163E-07, 0.45457878E+05, + 0.162E+05, 0.600E+03, 1, 27, 1, 20, 0.40581493E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.24716033E-05, 0.46724738E+05, + 0.162E+05, 0.600E+03, 1, 27, 1, 21, 0.40500000E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.168E+05, 0.600E+03, 1, 28, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.56435115E-06, 0.26859982E+05, + 0.168E+05, 0.600E+03, 1, 28, 1, 2, 0.44084907E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12648776E-07, 0.27609643E+05, + 0.168E+05, 0.600E+03, 1, 28, 1, 3, 0.43720661E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.24794829E-07, 0.28401393E+05, + 0.168E+05, 0.600E+03, 1, 28, 1, 4, 0.43385462E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.40435232E-07, 0.29237543E+05, + 0.168E+05, 0.600E+03, 1, 28, 1, 5, 0.43077491E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.38812992E-07, 0.30112786E+05, + 0.168E+05, 0.600E+03, 1, 28, 1, 6, 0.42794818E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.38986890E-07, 0.31024652E+05, + 0.168E+05, 0.600E+03, 1, 28, 1, 7, 0.42535522E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.35743572E-07, 0.31971280E+05, + 0.168E+05, 0.600E+03, 1, 28, 1, 8, 0.42297742E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.30732888E-07, 0.32950824E+05, + 0.168E+05, 0.600E+03, 1, 28, 1, 9, 0.42079698E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.25095428E-07, 0.33961488E+05, + 0.168E+05, 0.600E+03, 1, 28, 1, 10, 0.41879708E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19519547E-07, 0.35001549E+05, + 0.168E+05, 0.600E+03, 1, 28, 1, 11, 0.41696200E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.14428387E-07, 0.36069375E+05, + 0.168E+05, 0.600E+03, 1, 28, 1, 12, 0.41527716E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10030238E-07, 0.37163435E+05, + 0.168E+05, 0.600E+03, 1, 28, 1, 13, 0.41372910E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.64107120E-08, 0.38282303E+05, + 0.168E+05, 0.600E+03, 1, 28, 1, 14, 0.41230549E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.35315004E-08, 0.39424661E+05, + 0.168E+05, 0.600E+03, 1, 28, 1, 15, 0.41099507E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.13545538E-08, 0.40589296E+05, + 0.168E+05, 0.600E+03, 1, 28, 1, 16, 0.40978759E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.20174795E-09, 0.41775095E+05, + 0.168E+05, 0.600E+03, 1, 28, 1, 17, 0.40867375E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.89065608E-08, 0.42981042E+05, + 0.168E+05, 0.600E+03, 1, 28, 1, 18, 0.40764524E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10072871E-07, 0.44209227E+05, + 0.168E+05, 0.600E+03, 1, 28, 1, 19, 0.40669459E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.32590286E-08, 0.45457878E+05, + 0.168E+05, 0.600E+03, 1, 28, 1, 20, 0.40581493E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.72118174E-06, 0.46724738E+05, + 0.168E+05, 0.600E+03, 1, 28, 1, 21, 0.40500000E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.174E+05, 0.600E+03, 1, 29, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.39220356E-06, 0.26859982E+05, + 0.174E+05, 0.600E+03, 1, 29, 1, 2, 0.44084907E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.22923455E-07, 0.27609643E+05, + 0.174E+05, 0.600E+03, 1, 29, 1, 3, 0.43720661E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.37442405E-09, 0.28401393E+05, + 0.174E+05, 0.600E+03, 1, 29, 1, 4, 0.43385462E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.11540116E-07, 0.29237543E+05, + 0.174E+05, 0.600E+03, 1, 29, 1, 5, 0.43077491E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.12930311E-07, 0.30112786E+05, + 0.174E+05, 0.600E+03, 1, 29, 1, 6, 0.42794818E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.16480449E-07, 0.31024652E+05, + 0.174E+05, 0.600E+03, 1, 29, 1, 7, 0.42535522E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.17768102E-07, 0.31971280E+05, + 0.174E+05, 0.600E+03, 1, 29, 1, 8, 0.42297742E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.17556314E-07, 0.32950824E+05, + 0.174E+05, 0.600E+03, 1, 29, 1, 9, 0.42079698E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.16453605E-07, 0.33961488E+05, + 0.174E+05, 0.600E+03, 1, 29, 1, 10, 0.41879708E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.14917713E-07, 0.35001549E+05, + 0.174E+05, 0.600E+03, 1, 29, 1, 11, 0.41696200E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.13219896E-07, 0.36069375E+05, + 0.174E+05, 0.600E+03, 1, 29, 1, 12, 0.41527716E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.11599994E-07, 0.37163435E+05, + 0.174E+05, 0.600E+03, 1, 29, 1, 13, 0.41372910E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10132805E-07, 0.38282303E+05, + 0.174E+05, 0.600E+03, 1, 29, 1, 14, 0.41230549E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.88943395E-08, 0.39424661E+05, + 0.174E+05, 0.600E+03, 1, 29, 1, 15, 0.41099507E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.78900584E-08, 0.40589296E+05, + 0.174E+05, 0.600E+03, 1, 29, 1, 16, 0.40978759E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.71227078E-08, 0.41775095E+05, + 0.174E+05, 0.600E+03, 1, 29, 1, 17, 0.40867375E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.52902038E-09, 0.42981042E+05, + 0.174E+05, 0.600E+03, 1, 29, 1, 18, 0.40764524E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.71718631E-10, 0.44209227E+05, + 0.174E+05, 0.600E+03, 1, 29, 1, 19, 0.40669459E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.54073297E-08, 0.45457878E+05, + 0.174E+05, 0.600E+03, 1, 29, 1, 20, 0.40581493E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.33397556E-06, 0.46724738E+05, + 0.174E+05, 0.600E+03, 1, 29, 1, 21, 0.40500000E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.180E+05, 0.600E+03, 1, 30, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.46018327E-06, 0.26859983E+05, + 0.180E+05, 0.600E+03, 1, 30, 1, 2, 0.44084907E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.52171853E-06, 0.27609644E+05, + 0.180E+05, 0.600E+03, 1, 30, 1, 3, 0.43720662E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.15434054E-06, 0.28401394E+05, + 0.180E+05, 0.600E+03, 1, 30, 1, 4, 0.43385462E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.54824068E-06, 0.29237544E+05, + 0.180E+05, 0.600E+03, 1, 30, 1, 5, 0.43077492E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.72013591E-06, 0.30112787E+05, + 0.180E+05, 0.600E+03, 1, 30, 1, 6, 0.42794819E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.77758167E-06, 0.31024653E+05, + 0.180E+05, 0.600E+03, 1, 30, 1, 7, 0.42535523E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.76057511E-06, 0.31971281E+05, + 0.180E+05, 0.600E+03, 1, 30, 1, 8, 0.42297743E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.70282060E-06, 0.32950825E+05, + 0.180E+05, 0.600E+03, 1, 30, 1, 9, 0.42079698E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.62878945E-06, 0.33961489E+05, + 0.180E+05, 0.600E+03, 1, 30, 1, 10, 0.41879709E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.55417288E-06, 0.35001550E+05, + 0.180E+05, 0.600E+03, 1, 30, 1, 11, 0.41696201E+01, 0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.48629370E-06, 0.36069376E+05, + 0.180E+05, 0.600E+03, 1, 30, 1, 12, 0.41527716E+01, 0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.43149030E-06, 0.37163435E+05, + 0.180E+05, 0.600E+03, 1, 30, 1, 13, 0.41372910E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.39061882E-06, 0.38282304E+05, + 0.180E+05, 0.600E+03, 1, 30, 1, 14, 0.41230549E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.36346950E-06, 0.39424662E+05, + 0.180E+05, 0.600E+03, 1, 30, 1, 15, 0.41099507E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.34945389E-06, 0.40589297E+05, + 0.180E+05, 0.600E+03, 1, 30, 1, 16, 0.40978759E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.34614078E-06, 0.41775096E+05, + 0.180E+05, 0.600E+03, 1, 30, 1, 17, 0.40867375E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.32787035E-06, 0.42981043E+05, + 0.180E+05, 0.600E+03, 1, 30, 1, 18, 0.40764524E+01, 0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.32492692E-06, 0.44209227E+05, + 0.180E+05, 0.600E+03, 1, 30, 1, 19, 0.40669459E+01, 0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.36323117E-06, 0.45457878E+05, + 0.180E+05, 0.600E+03, 1, 30, 1, 20, 0.40581493E+01, 0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.18889617E-05, 0.46724738E+05, + 0.180E+05, 0.600E+03, 1, 30, 1, 21, 0.40500000E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.186E+05, 0.600E+03, 1, 31, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.27071827E-06, 0.26859983E+05, + 0.186E+05, 0.600E+03, 1, 31, 1, 2, 0.44084907E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.51455807E-06, 0.27609644E+05, + 0.186E+05, 0.600E+03, 1, 31, 1, 3, 0.43720662E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.15736824E-06, 0.28401394E+05, + 0.186E+05, 0.600E+03, 1, 31, 1, 4, 0.43385462E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.55076554E-06, 0.29237544E+05, + 0.186E+05, 0.600E+03, 1, 31, 1, 5, 0.43077492E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.72488686E-06, 0.30112787E+05, + 0.186E+05, 0.600E+03, 1, 31, 1, 6, 0.42794819E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.78268037E-06, 0.31024653E+05, + 0.186E+05, 0.600E+03, 1, 31, 1, 7, 0.42535523E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.76626537E-06, 0.31971281E+05, + 0.186E+05, 0.600E+03, 1, 31, 1, 8, 0.42297743E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.70923524E-06, 0.32950825E+05, + 0.186E+05, 0.600E+03, 1, 31, 1, 9, 0.42079698E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.63597506E-06, 0.33961489E+05, + 0.186E+05, 0.600E+03, 1, 31, 1, 10, 0.41879709E+01, 0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.56213392E-06, 0.35001550E+05, + 0.186E+05, 0.600E+03, 1, 31, 1, 11, 0.41696201E+01, 0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.49501028E-06, 0.36069376E+05, + 0.186E+05, 0.600E+03, 1, 31, 1, 12, 0.41527716E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.44091471E-06, 0.37163435E+05, + 0.186E+05, 0.600E+03, 1, 31, 1, 13, 0.41372910E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.40071118E-06, 0.38282304E+05, + 0.186E+05, 0.600E+03, 1, 31, 1, 14, 0.41230549E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.37417849E-06, 0.39424662E+05, + 0.186E+05, 0.600E+03, 1, 31, 1, 15, 0.41099507E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.36073231E-06, 0.40589297E+05, + 0.186E+05, 0.600E+03, 1, 31, 1, 16, 0.40978759E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.35794693E-06, 0.41775096E+05, + 0.186E+05, 0.600E+03, 1, 31, 1, 17, 0.40867375E+01, 0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.34151001E-06, 0.42981043E+05, + 0.186E+05, 0.600E+03, 1, 31, 1, 18, 0.40764524E+01, 0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.33886142E-06, 0.44209227E+05, + 0.186E+05, 0.600E+03, 1, 31, 1, 19, 0.40669459E+01, 0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.37618286E-06, 0.45457878E+05, + 0.186E+05, 0.600E+03, 1, 31, 1, 20, 0.40581493E+01, 0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.44298402E-06, 0.46724738E+05, + 0.186E+05, 0.600E+03, 1, 31, 1, 21, 0.40500000E+01, 0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.192E+05, 0.600E+03, 1, 32, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.97532411E-06, 0.26859982E+05, + 0.192E+05, 0.600E+03, 1, 32, 1, 2, 0.44084907E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.77612432E-06, 0.27609644E+05, + 0.192E+05, 0.600E+03, 1, 32, 1, 3, 0.43720661E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.90158697E-07, 0.28401393E+05, + 0.192E+05, 0.600E+03, 1, 32, 1, 4, 0.43385462E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.31231122E-06, 0.29237543E+05, + 0.192E+05, 0.600E+03, 1, 32, 1, 5, 0.43077491E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.48988786E-06, 0.30112786E+05, + 0.192E+05, 0.600E+03, 1, 32, 1, 6, 0.42794818E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.55474837E-06, 0.31024652E+05, + 0.192E+05, 0.600E+03, 1, 32, 1, 7, 0.42535522E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.54309306E-06, 0.31971280E+05, + 0.192E+05, 0.600E+03, 1, 32, 1, 8, 0.42297742E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.48839567E-06, 0.32950824E+05, + 0.192E+05, 0.600E+03, 1, 32, 1, 9, 0.42079698E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.41512077E-06, 0.33961488E+05, + 0.192E+05, 0.600E+03, 1, 32, 1, 10, 0.41879708E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.33915842E-06, 0.35001549E+05, + 0.192E+05, 0.600E+03, 1, 32, 1, 11, 0.41696200E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.26811140E-06, 0.36069375E+05, + 0.192E+05, 0.600E+03, 1, 32, 1, 12, 0.41527716E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20859288E-06, 0.37163435E+05, + 0.192E+05, 0.600E+03, 1, 32, 1, 13, 0.41372910E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.16175828E-06, 0.38282303E+05, + 0.192E+05, 0.600E+03, 1, 32, 1, 14, 0.41230549E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.12763925E-06, 0.39424661E+05, + 0.192E+05, 0.600E+03, 1, 32, 1, 15, 0.41099507E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10592587E-06, 0.40589296E+05, + 0.192E+05, 0.600E+03, 1, 32, 1, 16, 0.40978759E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.94367756E-07, 0.41775095E+05, + 0.192E+05, 0.600E+03, 1, 32, 1, 17, 0.40867375E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.73675722E-07, 0.42981042E+05, + 0.192E+05, 0.600E+03, 1, 32, 1, 18, 0.40764524E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.64267823E-07, 0.44209227E+05, + 0.192E+05, 0.600E+03, 1, 32, 1, 19, 0.40669459E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.88092523E-07, 0.45457878E+05, + 0.192E+05, 0.600E+03, 1, 32, 1, 20, 0.40581493E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11388789E-05, 0.46724738E+05, + 0.192E+05, 0.600E+03, 1, 32, 1, 21, 0.40500000E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.198E+05, 0.600E+03, 1, 33, 1, 1, 0.44479917E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.70801207E-07, 0.26859981E+05, + 0.198E+05, 0.600E+03, 1, 33, 1, 2, 0.44084906E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13886957E-05, 0.27609642E+05, + 0.198E+05, 0.600E+03, 1, 33, 1, 3, 0.43720660E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.78468918E-06, 0.28401391E+05, + 0.198E+05, 0.600E+03, 1, 33, 1, 4, 0.43385461E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.38706919E-06, 0.29237542E+05, + 0.198E+05, 0.600E+03, 1, 33, 1, 5, 0.43077490E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16789479E-06, 0.30112785E+05, + 0.198E+05, 0.600E+03, 1, 33, 1, 6, 0.42794817E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.69823390E-07, 0.31024651E+05, + 0.198E+05, 0.600E+03, 1, 33, 1, 7, 0.42535521E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.46653099E-07, 0.31971279E+05, + 0.198E+05, 0.600E+03, 1, 33, 1, 8, 0.42297741E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.70233408E-07, 0.32950823E+05, + 0.198E+05, 0.600E+03, 1, 33, 1, 9, 0.42079697E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11899646E-06, 0.33961487E+05, + 0.198E+05, 0.600E+03, 1, 33, 1, 10, 0.41879707E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.17812543E-06, 0.35001548E+05, + 0.198E+05, 0.600E+03, 1, 33, 1, 11, 0.41696200E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23962713E-06, 0.36069374E+05, + 0.198E+05, 0.600E+03, 1, 33, 1, 12, 0.41527715E+01, 0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.29663441E-06, 0.37163434E+05, + 0.198E+05, 0.600E+03, 1, 33, 1, 13, 0.41372909E+01, 0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.34692610E-06, 0.38282302E+05, + 0.198E+05, 0.600E+03, 1, 33, 1, 14, 0.41230548E+01, 0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.38947590E-06, 0.39424661E+05, + 0.198E+05, 0.600E+03, 1, 33, 1, 15, 0.41099506E+01, 0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.42378993E-06, 0.40589296E+05, + 0.198E+05, 0.600E+03, 1, 33, 1, 16, 0.40978759E+01, 0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.45109431E-06, 0.41775095E+05, + 0.198E+05, 0.600E+03, 1, 33, 1, 17, 0.40867375E+01, 0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.45664959E-06, 0.42981042E+05, + 0.198E+05, 0.600E+03, 1, 33, 1, 18, 0.40764524E+01, 0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.48032771E-06, 0.44209227E+05, + 0.198E+05, 0.600E+03, 1, 33, 1, 19, 0.40669459E+01, 0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999993E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.50900426E-06, 0.45457877E+05, + 0.198E+05, 0.600E+03, 1, 33, 1, 20, 0.40581493E+01, 0.19999993E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999986E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.72318339E-05, 0.46724738E+05, + 0.198E+05, 0.600E+03, 1, 33, 1, 21, 0.40500000E+01, 0.19999986E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999986E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.204E+05, 0.600E+03, 1, 34, 1, 1, 0.44479917E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.63249503E-06, 0.26859981E+05, + 0.204E+05, 0.600E+03, 1, 34, 1, 2, 0.44084906E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13956668E-05, 0.27609643E+05, + 0.204E+05, 0.600E+03, 1, 34, 1, 3, 0.43720661E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.79567142E-06, 0.28401392E+05, + 0.204E+05, 0.600E+03, 1, 34, 1, 4, 0.43385461E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.39503471E-06, 0.29237543E+05, + 0.204E+05, 0.600E+03, 1, 34, 1, 5, 0.43077491E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16545131E-06, 0.30112786E+05, + 0.204E+05, 0.600E+03, 1, 34, 1, 6, 0.42794817E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.67668836E-07, 0.31024652E+05, + 0.204E+05, 0.600E+03, 1, 34, 1, 7, 0.42535522E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.45452861E-07, 0.31971280E+05, + 0.204E+05, 0.600E+03, 1, 34, 1, 8, 0.42297742E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.70285260E-07, 0.32950824E+05, + 0.204E+05, 0.600E+03, 1, 34, 1, 9, 0.42079698E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12033896E-06, 0.33961488E+05, + 0.204E+05, 0.600E+03, 1, 34, 1, 10, 0.41879708E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.18063066E-06, 0.35001549E+05, + 0.204E+05, 0.600E+03, 1, 34, 1, 11, 0.41696200E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.24309687E-06, 0.36069375E+05, + 0.204E+05, 0.600E+03, 1, 34, 1, 12, 0.41527716E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.30085262E-06, 0.37163435E+05, + 0.204E+05, 0.600E+03, 1, 34, 1, 13, 0.41372910E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.35163260E-06, 0.38282303E+05, + 0.204E+05, 0.600E+03, 1, 34, 1, 14, 0.41230549E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.39448404E-06, 0.39424662E+05, + 0.204E+05, 0.600E+03, 1, 34, 1, 15, 0.41099507E+01, 0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.42890177E-06, 0.40589296E+05, + 0.204E+05, 0.600E+03, 1, 34, 1, 16, 0.40978759E+01, 0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.45614167E-06, 0.41775096E+05, + 0.204E+05, 0.600E+03, 1, 34, 1, 17, 0.40867376E+01, 0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.45198252E-06, 0.42981043E+05, + 0.204E+05, 0.600E+03, 1, 34, 1, 18, 0.40764525E+01, 0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.47586167E-06, 0.44209228E+05, + 0.204E+05, 0.600E+03, 1, 34, 1, 19, 0.40669459E+01, 0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.51362471E-06, 0.45457878E+05, + 0.204E+05, 0.600E+03, 1, 34, 1, 20, 0.40581493E+01, 0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000066E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.72133779E-04, 0.46724739E+05, + 0.204E+05, 0.600E+03, 1, 34, 1, 21, 0.40500000E+01, 0.20000066E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000066E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.210E+05, 0.600E+03, 1, 35, 1, 1, 0.44479917E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.24129620E-06, 0.26859981E+05, + 0.210E+05, 0.600E+03, 1, 35, 1, 2, 0.44084906E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13413731E-05, 0.27609642E+05, + 0.210E+05, 0.600E+03, 1, 35, 1, 3, 0.43720660E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.74643495E-06, 0.28401391E+05, + 0.210E+05, 0.600E+03, 1, 35, 1, 4, 0.43385461E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.35673014E-06, 0.29237542E+05, + 0.210E+05, 0.600E+03, 1, 35, 1, 5, 0.43077490E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14463932E-06, 0.30112785E+05, + 0.210E+05, 0.600E+03, 1, 35, 1, 6, 0.42794817E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.49215497E-07, 0.31024651E+05, + 0.210E+05, 0.600E+03, 1, 35, 1, 7, 0.42535521E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.27505500E-07, 0.31971279E+05, + 0.210E+05, 0.600E+03, 1, 35, 1, 8, 0.42297741E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.51791051E-07, 0.32950823E+05, + 0.210E+05, 0.600E+03, 1, 35, 1, 9, 0.42079697E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10081001E-06, 0.33961487E+05, + 0.210E+05, 0.600E+03, 1, 35, 1, 10, 0.41879707E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15993141E-06, 0.35001548E+05, + 0.210E+05, 0.600E+03, 1, 35, 1, 11, 0.41696200E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.22127245E-06, 0.36069374E+05, + 0.210E+05, 0.600E+03, 1, 35, 1, 12, 0.41527715E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.27808239E-06, 0.37163434E+05, + 0.210E+05, 0.600E+03, 1, 35, 1, 13, 0.41372909E+01, 0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.32812851E-06, 0.38282302E+05, + 0.210E+05, 0.600E+03, 1, 35, 1, 14, 0.41230548E+01, 0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.37046203E-06, 0.39424661E+05, + 0.210E+05, 0.600E+03, 1, 35, 1, 15, 0.41099506E+01, 0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.40457347E-06, 0.40589296E+05, + 0.210E+05, 0.600E+03, 1, 35, 1, 16, 0.40978759E+01, 0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.43167499E-06, 0.41775095E+05, + 0.210E+05, 0.600E+03, 1, 35, 1, 17, 0.40867375E+01, 0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.43982091E-06, 0.42981042E+05, + 0.210E+05, 0.600E+03, 1, 35, 1, 18, 0.40764524E+01, 0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.46322510E-06, 0.44209227E+05, + 0.210E+05, 0.600E+03, 1, 35, 1, 19, 0.40669459E+01, 0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999993E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.48908156E-06, 0.45457877E+05, + 0.210E+05, 0.600E+03, 1, 35, 1, 20, 0.40581493E+01, 0.19999993E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999984E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.90090880E-05, 0.46724738E+05, + 0.210E+05, 0.600E+03, 1, 35, 1, 21, 0.40500000E+01, 0.19999984E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999984E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.216E+05, 0.600E+03, 1, 36, 1, 1, 0.44479917E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.52098887E-06, 0.26859981E+05, + 0.216E+05, 0.600E+03, 1, 36, 1, 2, 0.44084906E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11675903E-05, 0.27609643E+05, + 0.216E+05, 0.600E+03, 1, 36, 1, 3, 0.43720660E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.60682926E-06, 0.28401392E+05, + 0.216E+05, 0.600E+03, 1, 36, 1, 4, 0.43385461E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.24359074E-06, 0.29237542E+05, + 0.216E+05, 0.600E+03, 1, 36, 1, 5, 0.43077490E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.51893686E-07, 0.30112785E+05, + 0.216E+05, 0.600E+03, 1, 36, 1, 6, 0.42794817E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.34558106E-07, 0.31024651E+05, + 0.216E+05, 0.600E+03, 1, 36, 1, 7, 0.42535521E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.51349371E-07, 0.31971279E+05, + 0.216E+05, 0.600E+03, 1, 36, 1, 8, 0.42297741E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.24791650E-07, 0.32950823E+05, + 0.216E+05, 0.600E+03, 1, 36, 1, 9, 0.42079697E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.24852433E-07, 0.33961487E+05, + 0.216E+05, 0.600E+03, 1, 36, 1, 10, 0.41879707E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.83631996E-07, 0.35001548E+05, + 0.216E+05, 0.600E+03, 1, 36, 1, 11, 0.41696200E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14403132E-06, 0.36069374E+05, + 0.216E+05, 0.600E+03, 1, 36, 1, 12, 0.41527715E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.19963801E-06, 0.37163434E+05, + 0.216E+05, 0.600E+03, 1, 36, 1, 13, 0.41372909E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.24834380E-06, 0.38282303E+05, + 0.216E+05, 0.600E+03, 1, 36, 1, 14, 0.41230548E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.28929383E-06, 0.39424661E+05, + 0.216E+05, 0.600E+03, 1, 36, 1, 15, 0.41099506E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.32206231E-06, 0.40589296E+05, + 0.216E+05, 0.600E+03, 1, 36, 1, 16, 0.40978759E+01, 0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.34784509E-06, 0.41775095E+05, + 0.216E+05, 0.600E+03, 1, 36, 1, 17, 0.40867375E+01, 0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.36157659E-06, 0.42981042E+05, + 0.216E+05, 0.600E+03, 1, 36, 1, 18, 0.40764524E+01, 0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.38375855E-06, 0.44209227E+05, + 0.216E+05, 0.600E+03, 1, 36, 1, 19, 0.40669459E+01, 0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.40174183E-06, 0.45457877E+05, + 0.216E+05, 0.600E+03, 1, 36, 1, 20, 0.40581493E+01, 0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.46190663E-06, 0.46724738E+05, + 0.216E+05, 0.600E+03, 1, 36, 1, 21, 0.40500000E+01, 0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.222E+05, 0.600E+03, 1, 37, 1, 1, 0.44479917E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.34882622E-06, 0.26859981E+05, + 0.222E+05, 0.600E+03, 1, 37, 1, 2, 0.44084906E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10923456E-05, 0.27609643E+05, + 0.222E+05, 0.600E+03, 1, 37, 1, 3, 0.43720660E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.54613571E-06, 0.28401392E+05, + 0.222E+05, 0.600E+03, 1, 37, 1, 4, 0.43385461E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.19114041E-06, 0.29237542E+05, + 0.222E+05, 0.600E+03, 1, 37, 1, 5, 0.43077491E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.28244784E-08, 0.30112785E+05, + 0.222E+05, 0.600E+03, 1, 37, 1, 6, 0.42794817E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.81217351E-07, 0.31024651E+05, + 0.222E+05, 0.600E+03, 1, 37, 1, 7, 0.42535522E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.97126915E-07, 0.31971279E+05, + 0.222E+05, 0.600E+03, 1, 37, 1, 8, 0.42297742E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.70725413E-07, 0.32950824E+05, + 0.222E+05, 0.600E+03, 1, 37, 1, 9, 0.42079697E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21898025E-07, 0.33961487E+05, + 0.222E+05, 0.600E+03, 1, 37, 1, 10, 0.41879707E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.35643609E-07, 0.35001548E+05, + 0.222E+05, 0.600E+03, 1, 37, 1, 11, 0.41696200E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.94546397E-07, 0.36069374E+05, + 0.222E+05, 0.600E+03, 1, 37, 1, 12, 0.41527715E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14852829E-06, 0.37163434E+05, + 0.222E+05, 0.600E+03, 1, 37, 1, 13, 0.41372909E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.19553857E-06, 0.38282303E+05, + 0.222E+05, 0.600E+03, 1, 37, 1, 14, 0.41230548E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23477599E-06, 0.39424661E+05, + 0.222E+05, 0.600E+03, 1, 37, 1, 15, 0.41099506E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.26583477E-06, 0.40589296E+05, + 0.222E+05, 0.600E+03, 1, 37, 1, 16, 0.40978759E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.28994562E-06, 0.41775095E+05, + 0.222E+05, 0.600E+03, 1, 37, 1, 17, 0.40867375E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.30305786E-06, 0.42981042E+05, + 0.222E+05, 0.600E+03, 1, 37, 1, 18, 0.40764524E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.32402284E-06, 0.44209227E+05, + 0.222E+05, 0.600E+03, 1, 37, 1, 19, 0.40669459E+01, 0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.33955414E-06, 0.45457877E+05, + 0.222E+05, 0.600E+03, 1, 37, 1, 20, 0.40581493E+01, 0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.12542635E-05, 0.46724738E+05, + 0.222E+05, 0.600E+03, 1, 37, 1, 21, 0.40500000E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.228E+05, 0.600E+03, 1, 38, 1, 1, 0.44479917E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.34591364E-06, 0.26859981E+05, + 0.228E+05, 0.600E+03, 1, 38, 1, 2, 0.44084906E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10922996E-05, 0.27609643E+05, + 0.228E+05, 0.600E+03, 1, 38, 1, 3, 0.43720660E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.54613151E-06, 0.28401392E+05, + 0.228E+05, 0.600E+03, 1, 38, 1, 4, 0.43385461E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.19114759E-06, 0.29237542E+05, + 0.228E+05, 0.600E+03, 1, 38, 1, 5, 0.43077491E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.27996272E-08, 0.30112785E+05, + 0.228E+05, 0.600E+03, 1, 38, 1, 6, 0.42794817E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.81230475E-07, 0.31024651E+05, + 0.228E+05, 0.600E+03, 1, 38, 1, 7, 0.42535522E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.97125945E-07, 0.31971279E+05, + 0.228E+05, 0.600E+03, 1, 38, 1, 8, 0.42297742E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.70708094E-07, 0.32950824E+05, + 0.228E+05, 0.600E+03, 1, 38, 1, 9, 0.42079697E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21867191E-07, 0.33961487E+05, + 0.228E+05, 0.600E+03, 1, 38, 1, 10, 0.41879707E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.35692167E-07, 0.35001548E+05, + 0.228E+05, 0.600E+03, 1, 38, 1, 11, 0.41696200E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.94593887E-07, 0.36069374E+05, + 0.228E+05, 0.600E+03, 1, 38, 1, 12, 0.41527715E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14859776E-06, 0.37163434E+05, + 0.228E+05, 0.600E+03, 1, 38, 1, 13, 0.41372909E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.19560979E-06, 0.38282303E+05, + 0.228E+05, 0.600E+03, 1, 38, 1, 14, 0.41230548E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23484879E-06, 0.39424661E+05, + 0.228E+05, 0.600E+03, 1, 38, 1, 15, 0.41099506E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.26592364E-06, 0.40589296E+05, + 0.228E+05, 0.600E+03, 1, 38, 1, 16, 0.40978759E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.29003244E-06, 0.41775095E+05, + 0.228E+05, 0.600E+03, 1, 38, 1, 17, 0.40867375E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.30309769E-06, 0.42981042E+05, + 0.228E+05, 0.600E+03, 1, 38, 1, 18, 0.40764524E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.32405854E-06, 0.44209227E+05, + 0.228E+05, 0.600E+03, 1, 38, 1, 19, 0.40669459E+01, 0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.33965070E-06, 0.45457877E+05, + 0.228E+05, 0.600E+03, 1, 38, 1, 20, 0.40581493E+01, 0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.18207078E-05, 0.46724738E+05, + 0.228E+05, 0.600E+03, 1, 38, 1, 21, 0.40500000E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.234E+05, 0.600E+03, 1, 39, 1, 1, 0.44479917E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.84132239E-06, 0.26859981E+05, + 0.234E+05, 0.600E+03, 1, 39, 1, 2, 0.44084906E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10396761E-05, 0.27609642E+05, + 0.234E+05, 0.600E+03, 1, 39, 1, 3, 0.43720660E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.50484010E-06, 0.28401391E+05, + 0.234E+05, 0.600E+03, 1, 39, 1, 4, 0.43385461E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16126105E-06, 0.29237542E+05, + 0.234E+05, 0.600E+03, 1, 39, 1, 5, 0.43077490E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.14398239E-07, 0.30112785E+05, + 0.234E+05, 0.600E+03, 1, 39, 1, 6, 0.42794817E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.96087216E-07, 0.31024651E+05, + 0.234E+05, 0.600E+03, 1, 39, 1, 7, 0.42535521E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.11165855E-06, 0.31971279E+05, + 0.234E+05, 0.600E+03, 1, 39, 1, 8, 0.42297741E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.86079414E-07, 0.32950823E+05, + 0.234E+05, 0.600E+03, 1, 39, 1, 9, 0.42079697E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.38630077E-07, 0.33961487E+05, + 0.234E+05, 0.600E+03, 1, 39, 1, 10, 0.41879707E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.17372379E-07, 0.35001548E+05, + 0.234E+05, 0.600E+03, 1, 39, 1, 11, 0.41696200E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.74741909E-07, 0.36069374E+05, + 0.234E+05, 0.600E+03, 1, 39, 1, 12, 0.41527715E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12739187E-06, 0.37163434E+05, + 0.234E+05, 0.600E+03, 1, 39, 1, 13, 0.41372909E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.17328859E-06, 0.38282302E+05, + 0.234E+05, 0.600E+03, 1, 39, 1, 14, 0.41230548E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.21162305E-06, 0.39424660E+05, + 0.234E+05, 0.600E+03, 1, 39, 1, 15, 0.41099506E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.24203004E-06, 0.40589295E+05, + 0.234E+05, 0.600E+03, 1, 39, 1, 16, 0.40978758E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.26564971E-06, 0.41775094E+05, + 0.234E+05, 0.600E+03, 1, 39, 1, 17, 0.40867375E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.28592595E-06, 0.42981042E+05, + 0.234E+05, 0.600E+03, 1, 39, 1, 18, 0.40764524E+01, 0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.30629350E-06, 0.44209226E+05, + 0.234E+05, 0.600E+03, 1, 39, 1, 19, 0.40669458E+01, 0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.31435792E-06, 0.45457877E+05, + 0.234E+05, 0.600E+03, 1, 39, 1, 20, 0.40581492E+01, 0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999949E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.46553815E-04, 0.46724737E+05, + 0.234E+05, 0.600E+03, 1, 39, 1, 21, 0.40500000E+01, 0.19999949E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999949E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.240E+05, 0.600E+03, 1, 40, 1, 1, 0.44479917E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.29049557E-06, 0.26859981E+05, + 0.240E+05, 0.600E+03, 1, 40, 1, 2, 0.44084906E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10784596E-05, 0.27609643E+05, + 0.240E+05, 0.600E+03, 1, 40, 1, 3, 0.43720660E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.53558053E-06, 0.28401392E+05, + 0.240E+05, 0.600E+03, 1, 40, 1, 4, 0.43385461E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.18235582E-06, 0.29237543E+05, + 0.240E+05, 0.600E+03, 1, 40, 1, 5, 0.43077491E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.55429759E-08, 0.30112785E+05, + 0.240E+05, 0.600E+03, 1, 40, 1, 6, 0.42794817E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.88946500E-07, 0.31024652E+05, + 0.240E+05, 0.600E+03, 1, 40, 1, 7, 0.42535522E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10449211E-06, 0.31971280E+05, + 0.240E+05, 0.600E+03, 1, 40, 1, 8, 0.42297742E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.77911039E-07, 0.32950824E+05, + 0.240E+05, 0.600E+03, 1, 40, 1, 9, 0.42079697E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.29031650E-07, 0.33961487E+05, + 0.240E+05, 0.600E+03, 1, 40, 1, 10, 0.41879708E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.28484695E-07, 0.35001548E+05, + 0.240E+05, 0.600E+03, 1, 40, 1, 11, 0.41696200E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.87284789E-07, 0.36069374E+05, + 0.240E+05, 0.600E+03, 1, 40, 1, 12, 0.41527716E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14114900E-06, 0.37163434E+05, + 0.240E+05, 0.600E+03, 1, 40, 1, 13, 0.41372909E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.18801394E-06, 0.38282303E+05, + 0.240E+05, 0.600E+03, 1, 40, 1, 14, 0.41230548E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.22707648E-06, 0.39424661E+05, + 0.240E+05, 0.600E+03, 1, 40, 1, 15, 0.41099507E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.25797571E-06, 0.40589296E+05, + 0.240E+05, 0.600E+03, 1, 40, 1, 16, 0.40978759E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.28189372E-06, 0.41775095E+05, + 0.240E+05, 0.600E+03, 1, 40, 1, 17, 0.40867375E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.29446523E-06, 0.42981042E+05, + 0.240E+05, 0.600E+03, 1, 40, 1, 18, 0.40764524E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.31530765E-06, 0.44209227E+05, + 0.240E+05, 0.600E+03, 1, 40, 1, 19, 0.40669459E+01, 0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.33103247E-06, 0.45457878E+05, + 0.240E+05, 0.600E+03, 1, 40, 1, 20, 0.40581493E+01, 0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.81496352E-05, 0.46724738E+05, + 0.240E+05, 0.600E+03, 1, 40, 1, 21, 0.40500000E+01, 0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.246E+05, 0.600E+03, 1, 41, 1, 1, 0.44479915E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999992E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.81477222E-05, 0.26859978E+05, + 0.246E+05, 0.600E+03, 1, 41, 1, 2, 0.44084904E+01, 0.19999992E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999991E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.85904373E-06, 0.27609640E+05, + 0.246E+05, 0.600E+03, 1, 41, 1, 3, 0.43720658E+01, 0.19999991E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999991E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.39533947E-06, 0.28401389E+05, + 0.246E+05, 0.600E+03, 1, 41, 1, 4, 0.43385459E+01, 0.19999991E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999990E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.17043886E-06, 0.29237540E+05, + 0.246E+05, 0.600E+03, 1, 41, 1, 5, 0.43077489E+01, 0.19999990E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999990E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15026407E-06, 0.30112783E+05, + 0.246E+05, 0.600E+03, 1, 41, 1, 6, 0.42794816E+01, 0.19999990E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999990E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11072892E-06, 0.31024649E+05, + 0.246E+05, 0.600E+03, 1, 41, 1, 7, 0.42535520E+01, 0.19999990E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999990E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12446233E-06, 0.31971277E+05, + 0.246E+05, 0.600E+03, 1, 41, 1, 8, 0.42297740E+01, 0.19999990E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999990E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.17221346E-06, 0.32950822E+05, + 0.246E+05, 0.600E+03, 1, 41, 1, 9, 0.42079696E+01, 0.19999990E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999990E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23850708E-06, 0.33961486E+05, + 0.246E+05, 0.600E+03, 1, 41, 1, 10, 0.41879706E+01, 0.19999990E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999989E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.31230345E-06, 0.35001547E+05, + 0.246E+05, 0.600E+03, 1, 41, 1, 11, 0.41696199E+01, 0.19999989E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999989E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.38739767E-06, 0.36069373E+05, + 0.246E+05, 0.600E+03, 1, 41, 1, 12, 0.41527715E+01, 0.19999989E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999988E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.45847577E-06, 0.37163433E+05, + 0.246E+05, 0.600E+03, 1, 41, 1, 13, 0.41372909E+01, 0.19999988E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999988E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.52354492E-06, 0.38282302E+05, + 0.246E+05, 0.600E+03, 1, 41, 1, 14, 0.41230548E+01, 0.19999988E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999987E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.58170222E-06, 0.39424660E+05, + 0.246E+05, 0.600E+03, 1, 41, 1, 15, 0.41099506E+01, 0.19999987E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999987E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.63249085E-06, 0.40589295E+05, + 0.246E+05, 0.600E+03, 1, 41, 1, 16, 0.40978758E+01, 0.19999987E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999986E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.67668544E-06, 0.41775095E+05, + 0.246E+05, 0.600E+03, 1, 41, 1, 17, 0.40867375E+01, 0.19999986E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999985E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.77020228E-06, 0.42981042E+05, + 0.246E+05, 0.600E+03, 1, 41, 1, 18, 0.40764524E+01, 0.19999985E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999984E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.80102849E-06, 0.44209227E+05, + 0.246E+05, 0.600E+03, 1, 41, 1, 19, 0.40669459E+01, 0.19999984E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999984E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.77494158E-06, 0.45457878E+05, + 0.246E+05, 0.600E+03, 1, 41, 1, 20, 0.40581493E+01, 0.19999984E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000014E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.30048649E-04, 0.46724738E+05, + 0.246E+05, 0.600E+03, 1, 41, 1, 21, 0.40500000E+01, 0.20000014E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000014E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.252E+05, 0.600E+03, 1, 42, 1, 1, 0.44479913E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999988E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12153380E-04, 0.26859976E+05, + 0.252E+05, 0.600E+03, 1, 42, 1, 2, 0.44084902E+01, 0.19999988E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999987E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.66642764E-06, 0.27609638E+05, + 0.252E+05, 0.600E+03, 1, 42, 1, 3, 0.43720657E+01, 0.19999987E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999987E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.19723662E-06, 0.28401388E+05, + 0.252E+05, 0.600E+03, 1, 42, 1, 4, 0.43385458E+01, 0.19999987E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999987E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11626675E-07, 0.29237538E+05, + 0.252E+05, 0.600E+03, 1, 42, 1, 5, 0.43077487E+01, 0.19999987E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999987E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.67883668E-07, 0.30112781E+05, + 0.252E+05, 0.600E+03, 1, 42, 1, 6, 0.42794814E+01, 0.19999987E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999987E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.44989800E-07, 0.31024648E+05, + 0.252E+05, 0.600E+03, 1, 42, 1, 7, 0.42535519E+01, 0.19999987E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999987E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.71014227E-07, 0.31971276E+05, + 0.252E+05, 0.600E+03, 1, 42, 1, 8, 0.42297739E+01, 0.19999987E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999987E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12818584E-06, 0.32950820E+05, + 0.252E+05, 0.600E+03, 1, 42, 1, 9, 0.42079695E+01, 0.19999987E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999986E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.20212112E-06, 0.33961484E+05, + 0.252E+05, 0.600E+03, 1, 42, 1, 10, 0.41879705E+01, 0.19999986E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999986E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.28252095E-06, 0.35001546E+05, + 0.252E+05, 0.600E+03, 1, 42, 1, 11, 0.41696198E+01, 0.19999986E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999986E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.36353682E-06, 0.36069372E+05, + 0.252E+05, 0.600E+03, 1, 42, 1, 12, 0.41527714E+01, 0.19999986E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999985E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.44020243E-06, 0.37163432E+05, + 0.252E+05, 0.600E+03, 1, 42, 1, 13, 0.41372908E+01, 0.19999985E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999985E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.51060777E-06, 0.38282301E+05, + 0.252E+05, 0.600E+03, 1, 42, 1, 14, 0.41230547E+01, 0.19999985E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999984E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.57394976E-06, 0.39424659E+05, + 0.252E+05, 0.600E+03, 1, 42, 1, 15, 0.41099505E+01, 0.19999984E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999984E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.62977650E-06, 0.40589294E+05, + 0.252E+05, 0.600E+03, 1, 42, 1, 16, 0.40978758E+01, 0.19999984E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999983E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.67886449E-06, 0.41775094E+05, + 0.252E+05, 0.600E+03, 1, 42, 1, 17, 0.40867374E+01, 0.19999983E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999982E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.82115813E-06, 0.42981041E+05, + 0.252E+05, 0.600E+03, 1, 42, 1, 18, 0.40764523E+01, 0.19999982E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999981E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.85337171E-06, 0.44209226E+05, + 0.252E+05, 0.600E+03, 1, 42, 1, 19, 0.40669458E+01, 0.19999981E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999981E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.78778138E-06, 0.45457877E+05, + 0.252E+05, 0.600E+03, 1, 42, 1, 20, 0.40581492E+01, 0.19999981E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999934E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.46598274E-04, 0.46724737E+05, + 0.252E+05, 0.600E+03, 1, 42, 1, 21, 0.40500000E+01, 0.19999934E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999934E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.258E+05, 0.600E+03, 1, 43, 1, 1, 0.44479913E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999987E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12796693E-04, 0.26859976E+05, + 0.258E+05, 0.600E+03, 1, 43, 1, 2, 0.44084903E+01, 0.19999987E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999987E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.52372616E-06, 0.27609638E+05, + 0.258E+05, 0.600E+03, 1, 43, 1, 3, 0.43720657E+01, 0.19999987E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999987E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.69404987E-07, 0.28401388E+05, + 0.258E+05, 0.600E+03, 1, 43, 1, 4, 0.43385458E+01, 0.19999987E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999987E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.97287728E-07, 0.29237539E+05, + 0.258E+05, 0.600E+03, 1, 43, 1, 5, 0.43077488E+01, 0.19999987E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999987E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19565359E-07, 0.30112782E+05, + 0.258E+05, 0.600E+03, 1, 43, 1, 6, 0.42794815E+01, 0.19999987E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999987E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.34155910E-07, 0.31024648E+05, + 0.258E+05, 0.600E+03, 1, 43, 1, 7, 0.42535519E+01, 0.19999987E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999987E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.23721469E-08, 0.31971276E+05, + 0.258E+05, 0.600E+03, 1, 43, 1, 8, 0.42297739E+01, 0.19999987E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999987E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.58740380E-07, 0.32950821E+05, + 0.258E+05, 0.600E+03, 1, 43, 1, 9, 0.42079695E+01, 0.19999987E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999987E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13534885E-06, 0.33961485E+05, + 0.258E+05, 0.600E+03, 1, 43, 1, 10, 0.41879706E+01, 0.19999987E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999986E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.21755455E-06, 0.35001546E+05, + 0.258E+05, 0.600E+03, 1, 43, 1, 11, 0.41696198E+01, 0.19999986E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999986E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.29973702E-06, 0.36069372E+05, + 0.258E+05, 0.600E+03, 1, 43, 1, 12, 0.41527714E+01, 0.19999986E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999986E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.37715920E-06, 0.37163432E+05, + 0.258E+05, 0.600E+03, 1, 43, 1, 13, 0.41372908E+01, 0.19999986E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999985E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.44802020E-06, 0.38282301E+05, + 0.258E+05, 0.600E+03, 1, 43, 1, 14, 0.41230547E+01, 0.19999985E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999985E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.51160622E-06, 0.39424660E+05, + 0.258E+05, 0.600E+03, 1, 43, 1, 15, 0.41099506E+01, 0.19999985E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999984E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.56753352E-06, 0.40589295E+05, + 0.258E+05, 0.600E+03, 1, 43, 1, 16, 0.40978758E+01, 0.19999984E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999984E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.61659041E-06, 0.41775094E+05, + 0.258E+05, 0.600E+03, 1, 43, 1, 17, 0.40867374E+01, 0.19999984E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999983E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.76826002E-06, 0.42981041E+05, + 0.258E+05, 0.600E+03, 1, 43, 1, 18, 0.40764524E+01, 0.19999983E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999982E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.80005528E-06, 0.44209226E+05, + 0.258E+05, 0.600E+03, 1, 43, 1, 19, 0.40669459E+01, 0.19999982E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999981E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.72487834E-06, 0.45457877E+05, + 0.258E+05, 0.600E+03, 1, 43, 1, 20, 0.40581493E+01, 0.19999981E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999970E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11303264E-04, 0.46724737E+05, + 0.258E+05, 0.600E+03, 1, 43, 1, 21, 0.40500000E+01, 0.19999970E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999970E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.264E+05, 0.600E+03, 1, 44, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.42399956E-05, 0.26859982E+05, + 0.264E+05, 0.600E+03, 1, 44, 1, 2, 0.44084907E+01, 0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11604841E-05, 0.27609643E+05, + 0.264E+05, 0.600E+03, 1, 44, 1, 3, 0.43720661E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10800889E-05, 0.28401392E+05, + 0.264E+05, 0.600E+03, 1, 44, 1, 4, 0.43385461E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.92552112E-06, 0.29237543E+05, + 0.264E+05, 0.600E+03, 1, 44, 1, 5, 0.43077491E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.75659860E-06, 0.30112786E+05, + 0.264E+05, 0.600E+03, 1, 44, 1, 6, 0.42794817E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.65584577E-06, 0.31024652E+05, + 0.264E+05, 0.600E+03, 1, 44, 1, 7, 0.42535522E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.56936263E-06, 0.31971280E+05, + 0.264E+05, 0.600E+03, 1, 44, 1, 8, 0.42297742E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.49690491E-06, 0.32950824E+05, + 0.264E+05, 0.600E+03, 1, 44, 1, 9, 0.42079697E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.43702233E-06, 0.33961487E+05, + 0.264E+05, 0.600E+03, 1, 44, 1, 10, 0.41879708E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.38779442E-06, 0.35001548E+05, + 0.264E+05, 0.600E+03, 1, 44, 1, 11, 0.41696200E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.34726184E-06, 0.36069374E+05, + 0.264E+05, 0.600E+03, 1, 44, 1, 12, 0.41527716E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.31366040E-06, 0.37163434E+05, + 0.264E+05, 0.600E+03, 1, 44, 1, 13, 0.41372909E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.28547733E-06, 0.38282303E+05, + 0.264E+05, 0.600E+03, 1, 44, 1, 14, 0.41230548E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.26155972E-06, 0.39424661E+05, + 0.264E+05, 0.600E+03, 1, 44, 1, 15, 0.41099507E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.24092132E-06, 0.40589296E+05, + 0.264E+05, 0.600E+03, 1, 44, 1, 16, 0.40978759E+01, 0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.22287908E-06, 0.41775095E+05, + 0.264E+05, 0.600E+03, 1, 44, 1, 17, 0.40867375E+01, 0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.21040083E-06, 0.42981042E+05, + 0.264E+05, 0.600E+03, 1, 44, 1, 18, 0.40764524E+01, 0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.20363019E-06, 0.44209227E+05, + 0.264E+05, 0.600E+03, 1, 44, 1, 19, 0.40669459E+01, 0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.19001904E-06, 0.45457878E+05, + 0.264E+05, 0.600E+03, 1, 44, 1, 20, 0.40581493E+01, 0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000017E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21095236E-04, 0.46724738E+05, + 0.264E+05, 0.600E+03, 1, 44, 1, 21, 0.40500000E+01, 0.20000017E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000017E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.270E+05, 0.600E+03, 1, 45, 1, 1, 0.44479917E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.49446364E-06, 0.26859980E+05, + 0.270E+05, 0.600E+03, 1, 45, 1, 2, 0.44084906E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.69924114E-06, 0.27609642E+05, + 0.270E+05, 0.600E+03, 1, 45, 1, 3, 0.43720660E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.65085989E-06, 0.28401391E+05, + 0.270E+05, 0.600E+03, 1, 45, 1, 4, 0.43385460E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.58327173E-06, 0.29237542E+05, + 0.270E+05, 0.600E+03, 1, 45, 1, 5, 0.43077490E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.53424208E-06, 0.30112785E+05, + 0.270E+05, 0.600E+03, 1, 45, 1, 6, 0.42794817E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.48142256E-06, 0.31024651E+05, + 0.270E+05, 0.600E+03, 1, 45, 1, 7, 0.42535521E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.43451439E-06, 0.31971279E+05, + 0.270E+05, 0.600E+03, 1, 45, 1, 8, 0.42297741E+01, 0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.39482282E-06, 0.32950823E+05, + 0.270E+05, 0.600E+03, 1, 45, 1, 9, 0.42079697E+01, 0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.36222652E-06, 0.33961487E+05, + 0.270E+05, 0.600E+03, 1, 45, 1, 10, 0.41879707E+01, 0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.33592466E-06, 0.35001548E+05, + 0.270E+05, 0.600E+03, 1, 45, 1, 11, 0.41696199E+01, 0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.31485146E-06, 0.36069374E+05, + 0.270E+05, 0.600E+03, 1, 45, 1, 12, 0.41527715E+01, 0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.29799279E-06, 0.37163434E+05, + 0.270E+05, 0.600E+03, 1, 45, 1, 13, 0.41372909E+01, 0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.28434326E-06, 0.38282302E+05, + 0.270E+05, 0.600E+03, 1, 45, 1, 14, 0.41230548E+01, 0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.27321505E-06, 0.39424661E+05, + 0.270E+05, 0.600E+03, 1, 45, 1, 15, 0.41099506E+01, 0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.26394792E-06, 0.40589296E+05, + 0.270E+05, 0.600E+03, 1, 45, 1, 16, 0.40978759E+01, 0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999993E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.25608708E-06, 0.41775095E+05, + 0.270E+05, 0.600E+03, 1, 45, 1, 17, 0.40867375E+01, 0.19999993E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999993E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.29055118E-06, 0.42981042E+05, + 0.270E+05, 0.600E+03, 1, 45, 1, 18, 0.40764524E+01, 0.19999993E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999993E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.28795730E-06, 0.44209227E+05, + 0.270E+05, 0.600E+03, 1, 45, 1, 19, 0.40669459E+01, 0.19999993E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999993E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.24387981E-06, 0.45457877E+05, + 0.270E+05, 0.600E+03, 1, 45, 1, 20, 0.40581493E+01, 0.19999993E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999992E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.60565750E-06, 0.46724738E+05, + 0.270E+05, 0.600E+03, 1, 45, 1, 21, 0.40500000E+01, 0.19999992E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999992E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.276E+05, 0.600E+03, 1, 46, 1, 1, 0.44479917E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.41869290E-05, 0.26859980E+05, + 0.276E+05, 0.600E+03, 1, 46, 1, 2, 0.44084906E+01, 0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.31536799E-06, 0.27609642E+05, + 0.276E+05, 0.600E+03, 1, 46, 1, 3, 0.43720660E+01, 0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.25561083E-06, 0.28401392E+05, + 0.276E+05, 0.600E+03, 1, 46, 1, 4, 0.43385461E+01, 0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.15548438E-06, 0.29237542E+05, + 0.276E+05, 0.600E+03, 1, 46, 1, 5, 0.43077490E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.31939038E-07, 0.30112785E+05, + 0.276E+05, 0.600E+03, 1, 46, 1, 6, 0.42794817E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.24108243E-07, 0.31024651E+05, + 0.276E+05, 0.600E+03, 1, 46, 1, 7, 0.42535521E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.69310286E-07, 0.31971279E+05, + 0.276E+05, 0.600E+03, 1, 46, 1, 8, 0.42297741E+01, 0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10592591E-06, 0.32950823E+05, + 0.276E+05, 0.600E+03, 1, 46, 1, 9, 0.42079697E+01, 0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13586548E-06, 0.33961487E+05, + 0.276E+05, 0.600E+03, 1, 46, 1, 10, 0.41879707E+01, 0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16066215E-06, 0.35001548E+05, + 0.276E+05, 0.600E+03, 1, 46, 1, 11, 0.41696200E+01, 0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.18154012E-06, 0.36069374E+05, + 0.276E+05, 0.600E+03, 1, 46, 1, 12, 0.41527715E+01, 0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.19941791E-06, 0.37163434E+05, + 0.276E+05, 0.600E+03, 1, 46, 1, 13, 0.41372909E+01, 0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.21501778E-06, 0.38282303E+05, + 0.276E+05, 0.600E+03, 1, 46, 1, 14, 0.41230548E+01, 0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.22885541E-06, 0.39424661E+05, + 0.276E+05, 0.600E+03, 1, 46, 1, 15, 0.41099506E+01, 0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.24134012E-06, 0.40589296E+05, + 0.276E+05, 0.600E+03, 1, 46, 1, 16, 0.40978759E+01, 0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.25276958E-06, 0.41775095E+05, + 0.276E+05, 0.600E+03, 1, 46, 1, 17, 0.40867375E+01, 0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.30359028E-06, 0.42981042E+05, + 0.276E+05, 0.600E+03, 1, 46, 1, 18, 0.40764524E+01, 0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.31109854E-06, 0.44209227E+05, + 0.276E+05, 0.600E+03, 1, 46, 1, 19, 0.40669459E+01, 0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.28070571E-06, 0.45457878E+05, + 0.276E+05, 0.600E+03, 1, 46, 1, 20, 0.40581493E+01, 0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000017E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22680948E-04, 0.46724738E+05, + 0.276E+05, 0.600E+03, 1, 46, 1, 21, 0.40500000E+01, 0.20000017E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000017E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.282E+05, 0.600E+03, 1, 47, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.11789926E-05, 0.26859982E+05, + 0.282E+05, 0.600E+03, 1, 47, 1, 2, 0.44084907E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.55469933E-06, 0.27609643E+05, + 0.282E+05, 0.600E+03, 1, 47, 1, 3, 0.43720661E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.44246008E-06, 0.28401392E+05, + 0.282E+05, 0.600E+03, 1, 47, 1, 4, 0.43385461E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.33961362E-06, 0.29237543E+05, + 0.282E+05, 0.600E+03, 1, 47, 1, 5, 0.43077491E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.25896238E-06, 0.30112786E+05, + 0.282E+05, 0.600E+03, 1, 47, 1, 6, 0.42794817E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.20961711E-06, 0.31024652E+05, + 0.282E+05, 0.600E+03, 1, 47, 1, 7, 0.42535522E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.17169567E-06, 0.31971280E+05, + 0.282E+05, 0.600E+03, 1, 47, 1, 8, 0.42297742E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14229119E-06, 0.32950824E+05, + 0.282E+05, 0.600E+03, 1, 47, 1, 9, 0.42079697E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11927179E-06, 0.33961488E+05, + 0.282E+05, 0.600E+03, 1, 47, 1, 10, 0.41879708E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10106690E-06, 0.35001548E+05, + 0.282E+05, 0.600E+03, 1, 47, 1, 11, 0.41696200E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.86497696E-07, 0.36069375E+05, + 0.282E+05, 0.600E+03, 1, 47, 1, 12, 0.41527716E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.74714702E-07, 0.37163434E+05, + 0.282E+05, 0.600E+03, 1, 47, 1, 13, 0.41372909E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.65084564E-07, 0.38282303E+05, + 0.282E+05, 0.600E+03, 1, 47, 1, 14, 0.41230548E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.57117305E-07, 0.39424661E+05, + 0.282E+05, 0.600E+03, 1, 47, 1, 15, 0.41099507E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.50471673E-07, 0.40589296E+05, + 0.282E+05, 0.600E+03, 1, 47, 1, 16, 0.40978759E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.44865182E-07, 0.41775095E+05, + 0.282E+05, 0.600E+03, 1, 47, 1, 17, 0.40867375E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.43780140E-07, 0.42981042E+05, + 0.282E+05, 0.600E+03, 1, 47, 1, 18, 0.40764524E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.41945675E-07, 0.44209227E+05, + 0.282E+05, 0.600E+03, 1, 47, 1, 19, 0.40669459E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.35996912E-07, 0.45457877E+05, + 0.282E+05, 0.600E+03, 1, 47, 1, 20, 0.40581493E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999991E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.70027536E-05, 0.46724738E+05, + 0.282E+05, 0.600E+03, 1, 47, 1, 21, 0.40500000E+01, 0.19999991E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999991E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.288E+05, 0.600E+03, 1, 48, 1, 1, 0.44479917E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.39204413E-06, 0.26859982E+05, + 0.288E+05, 0.600E+03, 1, 48, 1, 2, 0.44084906E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.44467596E-06, 0.27609643E+05, + 0.288E+05, 0.600E+03, 1, 48, 1, 3, 0.43720661E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.35023561E-06, 0.28401392E+05, + 0.288E+05, 0.600E+03, 1, 48, 1, 4, 0.43385461E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.26981342E-06, 0.29237543E+05, + 0.288E+05, 0.600E+03, 1, 48, 1, 5, 0.43077491E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.21346667E-06, 0.30112786E+05, + 0.288E+05, 0.600E+03, 1, 48, 1, 6, 0.42794817E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.17473186E-06, 0.31024652E+05, + 0.288E+05, 0.600E+03, 1, 48, 1, 7, 0.42535522E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14503454E-06, 0.31971280E+05, + 0.288E+05, 0.600E+03, 1, 48, 1, 8, 0.42297742E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12210866E-06, 0.32950824E+05, + 0.288E+05, 0.600E+03, 1, 48, 1, 9, 0.42079697E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10429467E-06, 0.33961488E+05, + 0.288E+05, 0.600E+03, 1, 48, 1, 10, 0.41879708E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.90315570E-07, 0.35001548E+05, + 0.288E+05, 0.600E+03, 1, 48, 1, 11, 0.41696200E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.79259820E-07, 0.36069375E+05, + 0.288E+05, 0.600E+03, 1, 48, 1, 12, 0.41527716E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.70413929E-07, 0.37163434E+05, + 0.288E+05, 0.600E+03, 1, 48, 1, 13, 0.41372909E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.63296437E-07, 0.38282303E+05, + 0.288E+05, 0.600E+03, 1, 48, 1, 14, 0.41230548E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.57479063E-07, 0.39424661E+05, + 0.288E+05, 0.600E+03, 1, 48, 1, 15, 0.41099507E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.52727806E-07, 0.40589296E+05, + 0.288E+05, 0.600E+03, 1, 48, 1, 16, 0.40978759E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.48769984E-07, 0.41775095E+05, + 0.288E+05, 0.600E+03, 1, 48, 1, 17, 0.40867375E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.55241021E-07, 0.42981042E+05, + 0.288E+05, 0.600E+03, 1, 48, 1, 18, 0.40764524E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.54009728E-07, 0.44209227E+05, + 0.288E+05, 0.600E+03, 1, 48, 1, 19, 0.40669459E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.43038664E-07, 0.45457878E+05, + 0.288E+05, 0.600E+03, 1, 48, 1, 20, 0.40581493E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.24835493E-06, 0.46724738E+05, + 0.288E+05, 0.600E+03, 1, 48, 1, 21, 0.40500000E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.294E+05, 0.600E+03, 1, 49, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.49425498E-06, 0.26859982E+05, + 0.294E+05, 0.600E+03, 1, 49, 1, 2, 0.44084907E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.26720869E-06, 0.27609644E+05, + 0.294E+05, 0.600E+03, 1, 49, 1, 3, 0.43720661E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.19996827E-06, 0.28401393E+05, + 0.294E+05, 0.600E+03, 1, 49, 1, 4, 0.43385462E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13901935E-06, 0.29237543E+05, + 0.294E+05, 0.600E+03, 1, 49, 1, 5, 0.43077491E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.95126179E-07, 0.30112786E+05, + 0.294E+05, 0.600E+03, 1, 49, 1, 6, 0.42794818E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.64164567E-07, 0.31024652E+05, + 0.294E+05, 0.600E+03, 1, 49, 1, 7, 0.42535522E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.39125819E-07, 0.31971280E+05, + 0.294E+05, 0.600E+03, 1, 49, 1, 8, 0.42297742E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.18518897E-07, 0.32950824E+05, + 0.294E+05, 0.600E+03, 1, 49, 1, 9, 0.42079698E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12852688E-08, 0.33961488E+05, + 0.294E+05, 0.600E+03, 1, 49, 1, 10, 0.41879708E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.13407021E-07, 0.35001549E+05, + 0.294E+05, 0.600E+03, 1, 49, 1, 11, 0.41696200E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.26150410E-07, 0.36069375E+05, + 0.294E+05, 0.600E+03, 1, 49, 1, 12, 0.41527716E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.37372988E-07, 0.37163435E+05, + 0.294E+05, 0.600E+03, 1, 49, 1, 13, 0.41372910E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.47410641E-07, 0.38282303E+05, + 0.294E+05, 0.600E+03, 1, 49, 1, 14, 0.41230549E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.56481845E-07, 0.39424661E+05, + 0.294E+05, 0.600E+03, 1, 49, 1, 15, 0.41099507E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.64776177E-07, 0.40589296E+05, + 0.294E+05, 0.600E+03, 1, 49, 1, 16, 0.40978759E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.72420750E-07, 0.41775095E+05, + 0.294E+05, 0.600E+03, 1, 49, 1, 17, 0.40867375E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.66384654E-07, 0.42981042E+05, + 0.294E+05, 0.600E+03, 1, 49, 1, 18, 0.40764524E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.70739443E-07, 0.44209227E+05, + 0.294E+05, 0.600E+03, 1, 49, 1, 19, 0.40669459E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.88678647E-07, 0.45457878E+05, + 0.294E+05, 0.600E+03, 1, 49, 1, 20, 0.40581493E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.34433839E-06, 0.46724738E+05, + 0.294E+05, 0.600E+03, 1, 49, 1, 21, 0.40500000E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.300E+05, 0.600E+03, 1, 50, 1, 1, 0.44479919E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23336387E-05, 0.26859984E+05, + 0.300E+05, 0.600E+03, 1, 50, 1, 2, 0.44084909E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.12206926E-05, 0.27609646E+05, + 0.300E+05, 0.600E+03, 1, 50, 1, 3, 0.43720663E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.12794105E-05, 0.28401395E+05, + 0.300E+05, 0.600E+03, 1, 50, 1, 4, 0.43385464E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.12551839E-05, 0.29237546E+05, + 0.300E+05, 0.600E+03, 1, 50, 1, 5, 0.43077493E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.11743592E-05, 0.30112789E+05, + 0.300E+05, 0.600E+03, 1, 50, 1, 6, 0.42794820E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.11451817E-05, 0.31024655E+05, + 0.300E+05, 0.600E+03, 1, 50, 1, 7, 0.42535524E+01, 0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.11244885E-05, 0.31971283E+05, + 0.300E+05, 0.600E+03, 1, 50, 1, 8, 0.42297744E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.11149782E-05, 0.32950827E+05, + 0.300E+05, 0.600E+03, 1, 50, 1, 9, 0.42079699E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.11175670E-05, 0.33961490E+05, + 0.300E+05, 0.600E+03, 1, 50, 1, 10, 0.41879710E+01, 0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.11321978E-05, 0.35001551E+05, + 0.300E+05, 0.600E+03, 1, 50, 1, 11, 0.41696202E+01, 0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000009E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.11582040E-05, 0.36069377E+05, + 0.300E+05, 0.600E+03, 1, 50, 1, 12, 0.41527717E+01, 0.20000009E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000011E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.11946707E-05, 0.37163437E+05, + 0.300E+05, 0.600E+03, 1, 50, 1, 13, 0.41372911E+01, 0.20000011E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000012E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.12405791E-05, 0.38282305E+05, + 0.300E+05, 0.600E+03, 1, 50, 1, 14, 0.41230550E+01, 0.20000012E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000013E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.12948740E-05, 0.39424663E+05, + 0.300E+05, 0.600E+03, 1, 50, 1, 15, 0.41099508E+01, 0.20000013E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000014E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.13565772E-05, 0.40589297E+05, + 0.300E+05, 0.600E+03, 1, 50, 1, 16, 0.40978760E+01, 0.20000014E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000016E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.14247799E-05, 0.41775096E+05, + 0.300E+05, 0.600E+03, 1, 50, 1, 17, 0.40867376E+01, 0.20000016E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000017E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.14237931E-05, 0.42981043E+05, + 0.300E+05, 0.600E+03, 1, 50, 1, 18, 0.40764525E+01, 0.20000017E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000019E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.14967611E-05, 0.44209228E+05, + 0.300E+05, 0.600E+03, 1, 50, 1, 19, 0.40669459E+01, 0.20000019E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000020E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.16505907E-05, 0.45457878E+05, + 0.300E+05, 0.600E+03, 1, 50, 1, 20, 0.40581493E+01, 0.20000020E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000027E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.65056733E-05, 0.46724738E+05, + 0.300E+05, 0.600E+03, 1, 50, 1, 21, 0.40500000E+01, 0.20000027E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000027E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.306E+05, 0.600E+03, 1, 51, 1, 1, 0.44479919E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.24966933E-05, 0.26859983E+05, + 0.306E+05, 0.600E+03, 1, 51, 1, 2, 0.44084908E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10003391E-05, 0.27609645E+05, + 0.306E+05, 0.600E+03, 1, 51, 1, 3, 0.43720663E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10817134E-05, 0.28401395E+05, + 0.306E+05, 0.600E+03, 1, 51, 1, 4, 0.43385463E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10749524E-05, 0.29237545E+05, + 0.306E+05, 0.600E+03, 1, 51, 1, 5, 0.43077493E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10068912E-05, 0.30112788E+05, + 0.306E+05, 0.600E+03, 1, 51, 1, 6, 0.42794819E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.98616499E-06, 0.31024654E+05, + 0.306E+05, 0.600E+03, 1, 51, 1, 7, 0.42535524E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.97097443E-06, 0.31971282E+05, + 0.306E+05, 0.600E+03, 1, 51, 1, 8, 0.42297744E+01, 0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.96461923E-06, 0.32950826E+05, + 0.306E+05, 0.600E+03, 1, 51, 1, 9, 0.42079699E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.96849684E-06, 0.33961490E+05, + 0.306E+05, 0.600E+03, 1, 51, 1, 10, 0.41879709E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.98294986E-06, 0.35001551E+05, + 0.306E+05, 0.600E+03, 1, 51, 1, 11, 0.41696202E+01, 0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10076392E-05, 0.36069377E+05, + 0.306E+05, 0.600E+03, 1, 51, 1, 12, 0.41527717E+01, 0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000009E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10419167E-05, 0.37163436E+05, + 0.306E+05, 0.600E+03, 1, 51, 1, 13, 0.41372911E+01, 0.20000009E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000010E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10849688E-05, 0.38282305E+05, + 0.306E+05, 0.600E+03, 1, 51, 1, 14, 0.41230550E+01, 0.20000010E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000011E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.11359194E-05, 0.39424663E+05, + 0.306E+05, 0.600E+03, 1, 51, 1, 15, 0.41099508E+01, 0.20000011E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000012E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.11938959E-05, 0.40589297E+05, + 0.306E+05, 0.600E+03, 1, 51, 1, 16, 0.40978760E+01, 0.20000012E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000013E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.12581353E-05, 0.41775096E+05, + 0.306E+05, 0.600E+03, 1, 51, 1, 17, 0.40867376E+01, 0.20000013E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000015E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.12595274E-05, 0.42981043E+05, + 0.306E+05, 0.600E+03, 1, 51, 1, 18, 0.40764525E+01, 0.20000015E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000016E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.13294393E-05, 0.44209228E+05, + 0.306E+05, 0.600E+03, 1, 51, 1, 19, 0.40669459E+01, 0.20000016E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000017E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.14728816E-05, 0.45457878E+05, + 0.306E+05, 0.600E+03, 1, 51, 1, 20, 0.40581493E+01, 0.20000017E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000025E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.78171985E-05, 0.46724738E+05, + 0.306E+05, 0.600E+03, 1, 51, 1, 21, 0.40500000E+01, 0.20000025E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000025E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.312E+05, 0.600E+03, 1, 52, 1, 1, 0.44479919E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23918417E-05, 0.26859983E+05, + 0.312E+05, 0.600E+03, 1, 52, 1, 2, 0.44084908E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10137464E-05, 0.27609645E+05, + 0.312E+05, 0.600E+03, 1, 52, 1, 3, 0.43720662E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10955456E-05, 0.28401395E+05, + 0.312E+05, 0.600E+03, 1, 52, 1, 4, 0.43385463E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10905589E-05, 0.29237545E+05, + 0.312E+05, 0.600E+03, 1, 52, 1, 5, 0.43077493E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10244676E-05, 0.30112788E+05, + 0.312E+05, 0.600E+03, 1, 52, 1, 6, 0.42794819E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10049580E-05, 0.31024654E+05, + 0.312E+05, 0.600E+03, 1, 52, 1, 7, 0.42535524E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.99103126E-06, 0.31971282E+05, + 0.312E+05, 0.600E+03, 1, 52, 1, 8, 0.42297743E+01, 0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.98595572E-06, 0.32950826E+05, + 0.312E+05, 0.600E+03, 1, 52, 1, 9, 0.42079699E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.99113921E-06, 0.33961490E+05, + 0.312E+05, 0.600E+03, 1, 52, 1, 10, 0.41879709E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10068617E-05, 0.35001550E+05, + 0.312E+05, 0.600E+03, 1, 52, 1, 11, 0.41696201E+01, 0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10328008E-05, 0.36069376E+05, + 0.312E+05, 0.600E+03, 1, 52, 1, 12, 0.41527717E+01, 0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000009E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10683029E-05, 0.37163436E+05, + 0.312E+05, 0.600E+03, 1, 52, 1, 13, 0.41372911E+01, 0.20000009E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000010E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.11125270E-05, 0.38282304E+05, + 0.312E+05, 0.600E+03, 1, 52, 1, 14, 0.41230549E+01, 0.20000010E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000011E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.11646147E-05, 0.39424662E+05, + 0.312E+05, 0.600E+03, 1, 52, 1, 15, 0.41099507E+01, 0.20000011E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000012E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.12236573E-05, 0.40589297E+05, + 0.312E+05, 0.600E+03, 1, 52, 1, 16, 0.40978760E+01, 0.20000012E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000014E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.12889562E-05, 0.41775096E+05, + 0.312E+05, 0.600E+03, 1, 52, 1, 17, 0.40867376E+01, 0.20000014E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000015E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.12899302E-05, 0.42981043E+05, + 0.312E+05, 0.600E+03, 1, 52, 1, 18, 0.40764524E+01, 0.20000015E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000016E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.13604588E-05, 0.44209227E+05, + 0.312E+05, 0.600E+03, 1, 52, 1, 19, 0.40669459E+01, 0.20000016E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000018E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.15060302E-05, 0.45457878E+05, + 0.312E+05, 0.600E+03, 1, 52, 1, 20, 0.40581493E+01, 0.20000018E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.21199150E-04, 0.46724738E+05, + 0.312E+05, 0.600E+03, 1, 52, 1, 21, 0.40500000E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.318E+05, 0.600E+03, 1, 53, 1, 1, 0.44479919E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15482026E-05, 0.26859984E+05, + 0.318E+05, 0.600E+03, 1, 53, 1, 2, 0.44084908E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.86519951E-06, 0.27609646E+05, + 0.318E+05, 0.600E+03, 1, 53, 1, 3, 0.43720663E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.94923173E-06, 0.28401395E+05, + 0.318E+05, 0.600E+03, 1, 53, 1, 4, 0.43385463E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.95738416E-06, 0.29237545E+05, + 0.318E+05, 0.600E+03, 1, 53, 1, 5, 0.43077493E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.91333050E-06, 0.30112788E+05, + 0.318E+05, 0.600E+03, 1, 53, 1, 6, 0.42794820E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.90105142E-06, 0.31024654E+05, + 0.318E+05, 0.600E+03, 1, 53, 1, 7, 0.42535524E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.89262672E-06, 0.31971282E+05, + 0.318E+05, 0.600E+03, 1, 53, 1, 8, 0.42297744E+01, 0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.89162187E-06, 0.32950826E+05, + 0.318E+05, 0.600E+03, 1, 53, 1, 9, 0.42079699E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.89968374E-06, 0.33961490E+05, + 0.318E+05, 0.600E+03, 1, 53, 1, 10, 0.41879709E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.91733840E-06, 0.35001551E+05, + 0.318E+05, 0.600E+03, 1, 53, 1, 11, 0.41696202E+01, 0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.94440348E-06, 0.36069377E+05, + 0.318E+05, 0.600E+03, 1, 53, 1, 12, 0.41527717E+01, 0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000009E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.98042749E-06, 0.37163437E+05, + 0.318E+05, 0.600E+03, 1, 53, 1, 13, 0.41372911E+01, 0.20000009E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000010E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10246353E-05, 0.38282305E+05, + 0.318E+05, 0.600E+03, 1, 53, 1, 14, 0.41230550E+01, 0.20000010E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000011E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10763099E-05, 0.39424663E+05, + 0.318E+05, 0.600E+03, 1, 53, 1, 15, 0.41099508E+01, 0.20000011E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000012E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.11346097E-05, 0.40589297E+05, + 0.318E+05, 0.600E+03, 1, 53, 1, 16, 0.40978760E+01, 0.20000012E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000013E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.11988989E-05, 0.41775096E+05, + 0.318E+05, 0.600E+03, 1, 53, 1, 17, 0.40867376E+01, 0.20000013E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000014E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.12128963E-05, 0.42981043E+05, + 0.318E+05, 0.600E+03, 1, 53, 1, 18, 0.40764525E+01, 0.20000014E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000015E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.12821239E-05, 0.44209228E+05, + 0.318E+05, 0.600E+03, 1, 53, 1, 19, 0.40669459E+01, 0.20000015E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000017E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.14122779E-05, 0.45457878E+05, + 0.318E+05, 0.600E+03, 1, 53, 1, 20, 0.40581493E+01, 0.20000017E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000045E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.28556633E-04, 0.46724738E+05, + 0.318E+05, 0.600E+03, 1, 53, 1, 21, 0.40500000E+01, 0.20000045E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000045E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.324E+05, 0.600E+03, 1, 54, 1, 1, 0.44479919E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.17376500E-05, 0.26859983E+05, + 0.324E+05, 0.600E+03, 1, 54, 1, 2, 0.44084908E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.86288637E-06, 0.27609645E+05, + 0.324E+05, 0.600E+03, 1, 54, 1, 3, 0.43720662E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.95357592E-06, 0.28401394E+05, + 0.324E+05, 0.600E+03, 1, 54, 1, 4, 0.43385463E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.96510035E-06, 0.29237545E+05, + 0.324E+05, 0.600E+03, 1, 54, 1, 5, 0.43077493E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.92039565E-06, 0.30112788E+05, + 0.324E+05, 0.600E+03, 1, 54, 1, 6, 0.42794819E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.91001950E-06, 0.31024654E+05, + 0.324E+05, 0.600E+03, 1, 54, 1, 7, 0.42535523E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.90325768E-06, 0.31971282E+05, + 0.324E+05, 0.600E+03, 1, 54, 1, 8, 0.42297743E+01, 0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.90370454E-06, 0.32950826E+05, + 0.324E+05, 0.600E+03, 1, 54, 1, 9, 0.42079699E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.91304396E-06, 0.33961490E+05, + 0.324E+05, 0.600E+03, 1, 54, 1, 10, 0.41879709E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.93182364E-06, 0.35001550E+05, + 0.324E+05, 0.600E+03, 1, 54, 1, 11, 0.41696201E+01, 0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.95989955E-06, 0.36069376E+05, + 0.324E+05, 0.600E+03, 1, 54, 1, 12, 0.41527717E+01, 0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.99681668E-06, 0.37163436E+05, + 0.324E+05, 0.600E+03, 1, 54, 1, 13, 0.41372910E+01, 0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000010E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10418234E-05, 0.38282304E+05, + 0.324E+05, 0.600E+03, 1, 54, 1, 14, 0.41230549E+01, 0.20000010E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000011E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10942294E-05, 0.39424662E+05, + 0.324E+05, 0.600E+03, 1, 54, 1, 15, 0.41099507E+01, 0.20000011E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000012E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.11531738E-05, 0.40589297E+05, + 0.324E+05, 0.600E+03, 1, 54, 1, 16, 0.40978759E+01, 0.20000012E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000013E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.12180800E-05, 0.41775096E+05, + 0.324E+05, 0.600E+03, 1, 54, 1, 17, 0.40867376E+01, 0.20000013E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000014E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.12281301E-05, 0.42981043E+05, + 0.324E+05, 0.600E+03, 1, 54, 1, 18, 0.40764524E+01, 0.20000014E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000016E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.12977881E-05, 0.44209227E+05, + 0.324E+05, 0.600E+03, 1, 54, 1, 19, 0.40669459E+01, 0.20000016E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000017E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.14327052E-05, 0.45457878E+05, + 0.324E+05, 0.600E+03, 1, 54, 1, 20, 0.40581493E+01, 0.20000017E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999991E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.26063549E-04, 0.46724738E+05, + 0.324E+05, 0.600E+03, 1, 54, 1, 21, 0.40500000E+01, 0.19999991E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999991E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.330E+05, 0.600E+03, 1, 55, 1, 1, 0.44479919E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.87800004E-06, 0.26859984E+05, + 0.330E+05, 0.600E+03, 1, 55, 1, 2, 0.44084908E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.78574434E-06, 0.27609646E+05, + 0.330E+05, 0.600E+03, 1, 55, 1, 3, 0.43720663E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.87252896E-06, 0.28401395E+05, + 0.330E+05, 0.600E+03, 1, 55, 1, 4, 0.43385463E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.89204162E-06, 0.29237545E+05, + 0.330E+05, 0.600E+03, 1, 55, 1, 5, 0.43077493E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.86492790E-06, 0.30112788E+05, + 0.330E+05, 0.600E+03, 1, 55, 1, 6, 0.42794819E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.85921199E-06, 0.31024654E+05, + 0.330E+05, 0.600E+03, 1, 55, 1, 7, 0.42535524E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.85626573E-06, 0.31971282E+05, + 0.330E+05, 0.600E+03, 1, 55, 1, 8, 0.42297744E+01, 0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.85980725E-06, 0.32950826E+05, + 0.330E+05, 0.600E+03, 1, 55, 1, 9, 0.42079699E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.87161125E-06, 0.33961490E+05, + 0.330E+05, 0.600E+03, 1, 55, 1, 10, 0.41879709E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.89233193E-06, 0.35001551E+05, + 0.330E+05, 0.600E+03, 1, 55, 1, 11, 0.41696202E+01, 0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.92189421E-06, 0.36069377E+05, + 0.330E+05, 0.600E+03, 1, 55, 1, 12, 0.41527717E+01, 0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000009E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.95992387E-06, 0.37163436E+05, + 0.330E+05, 0.600E+03, 1, 55, 1, 13, 0.41372911E+01, 0.20000009E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000010E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10057211E-05, 0.38282305E+05, + 0.330E+05, 0.600E+03, 1, 55, 1, 14, 0.41230550E+01, 0.20000010E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000011E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10586538E-05, 0.39424663E+05, + 0.330E+05, 0.600E+03, 1, 55, 1, 15, 0.41099508E+01, 0.20000011E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000012E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.11178924E-05, 0.40589297E+05, + 0.330E+05, 0.600E+03, 1, 55, 1, 16, 0.40978760E+01, 0.20000012E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000013E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.11828903E-05, 0.41775096E+05, + 0.330E+05, 0.600E+03, 1, 55, 1, 17, 0.40867376E+01, 0.20000013E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000014E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.12041392E-05, 0.42981043E+05, + 0.330E+05, 0.600E+03, 1, 55, 1, 18, 0.40764525E+01, 0.20000014E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000016E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.12732530E-05, 0.44209228E+05, + 0.330E+05, 0.600E+03, 1, 55, 1, 19, 0.40669459E+01, 0.20000016E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000017E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.13968024E-05, 0.45457878E+05, + 0.330E+05, 0.600E+03, 1, 55, 1, 20, 0.40581493E+01, 0.20000017E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000029E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.11689468E-04, 0.46724738E+05, + 0.330E+05, 0.600E+03, 1, 55, 1, 21, 0.40500000E+01, 0.20000029E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000029E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.336E+05, 0.600E+03, 1, 56, 1, 1, 0.44479919E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.88253572E-06, 0.26859983E+05, + 0.336E+05, 0.600E+03, 1, 56, 1, 2, 0.44084908E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.72493442E-06, 0.27609645E+05, + 0.336E+05, 0.600E+03, 1, 56, 1, 3, 0.43720662E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.81968406E-06, 0.28401395E+05, + 0.336E+05, 0.600E+03, 1, 56, 1, 4, 0.43385463E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.84618828E-06, 0.29237545E+05, + 0.336E+05, 0.600E+03, 1, 56, 1, 5, 0.43077493E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.82433764E-06, 0.30112788E+05, + 0.336E+05, 0.600E+03, 1, 56, 1, 6, 0.42794819E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.82239437E-06, 0.31024654E+05, + 0.336E+05, 0.600E+03, 1, 56, 1, 7, 0.42535523E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.82232038E-06, 0.31971282E+05, + 0.336E+05, 0.600E+03, 1, 56, 1, 8, 0.42297743E+01, 0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.82801448E-06, 0.32950826E+05, + 0.336E+05, 0.600E+03, 1, 56, 1, 9, 0.42079699E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.84137920E-06, 0.33961490E+05, + 0.336E+05, 0.600E+03, 1, 56, 1, 10, 0.41879709E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.86317598E-06, 0.35001550E+05, + 0.336E+05, 0.600E+03, 1, 56, 1, 11, 0.41696201E+01, 0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.89342713E-06, 0.36069376E+05, + 0.336E+05, 0.600E+03, 1, 56, 1, 12, 0.41527717E+01, 0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.93184599E-06, 0.37163436E+05, + 0.336E+05, 0.600E+03, 1, 56, 1, 13, 0.41372911E+01, 0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000009E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.97777161E-06, 0.38282304E+05, + 0.336E+05, 0.600E+03, 1, 56, 1, 14, 0.41230549E+01, 0.20000009E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000010E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10306369E-05, 0.39424662E+05, + 0.336E+05, 0.600E+03, 1, 56, 1, 15, 0.41099507E+01, 0.20000010E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000011E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10896561E-05, 0.40589297E+05, + 0.336E+05, 0.600E+03, 1, 56, 1, 16, 0.40978760E+01, 0.20000011E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000013E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.11543103E-05, 0.41775096E+05, + 0.336E+05, 0.600E+03, 1, 56, 1, 17, 0.40867376E+01, 0.20000013E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000014E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.11757114E-05, 0.42981043E+05, + 0.336E+05, 0.600E+03, 1, 56, 1, 18, 0.40764525E+01, 0.20000014E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000015E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.12444529E-05, 0.44209227E+05, + 0.336E+05, 0.600E+03, 1, 56, 1, 19, 0.40669459E+01, 0.20000015E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000016E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.13668718E-05, 0.45457878E+05, + 0.336E+05, 0.600E+03, 1, 56, 1, 20, 0.40581493E+01, 0.20000016E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14478950E-04, 0.46724738E+05, + 0.336E+05, 0.600E+03, 1, 56, 1, 21, 0.40500000E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.342E+05, 0.600E+03, 1, 57, 1, 1, 0.44479917E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16436747E-05, 0.26859981E+05, + 0.342E+05, 0.600E+03, 1, 57, 1, 2, 0.44084906E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.81913996E-07, 0.27609643E+05, + 0.342E+05, 0.600E+03, 1, 57, 1, 3, 0.43720661E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21931641E-07, 0.28401392E+05, + 0.342E+05, 0.600E+03, 1, 57, 1, 4, 0.43385461E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.87474952E-07, 0.29237543E+05, + 0.342E+05, 0.600E+03, 1, 57, 1, 5, 0.43077491E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.11419699E-06, 0.30112786E+05, + 0.342E+05, 0.600E+03, 1, 57, 1, 6, 0.42794818E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.14931000E-06, 0.31024652E+05, + 0.342E+05, 0.600E+03, 1, 57, 1, 7, 0.42535522E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.17402644E-06, 0.31971280E+05, + 0.342E+05, 0.600E+03, 1, 57, 1, 8, 0.42297742E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19058835E-06, 0.32950824E+05, + 0.342E+05, 0.600E+03, 1, 57, 1, 9, 0.42079698E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20096759E-06, 0.33961488E+05, + 0.342E+05, 0.600E+03, 1, 57, 1, 10, 0.41879708E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20676386E-06, 0.35001549E+05, + 0.342E+05, 0.600E+03, 1, 57, 1, 11, 0.41696200E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20921558E-06, 0.36069375E+05, + 0.342E+05, 0.600E+03, 1, 57, 1, 12, 0.41527716E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20929303E-06, 0.37163435E+05, + 0.342E+05, 0.600E+03, 1, 57, 1, 13, 0.41372910E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20768429E-06, 0.38282303E+05, + 0.342E+05, 0.600E+03, 1, 57, 1, 14, 0.41230549E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20493121E-06, 0.39424661E+05, + 0.342E+05, 0.600E+03, 1, 57, 1, 15, 0.41099507E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20138884E-06, 0.40589296E+05, + 0.342E+05, 0.600E+03, 1, 57, 1, 16, 0.40978759E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19734485E-06, 0.41775095E+05, + 0.342E+05, 0.600E+03, 1, 57, 1, 17, 0.40867375E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19342474E-06, 0.42981042E+05, + 0.342E+05, 0.600E+03, 1, 57, 1, 18, 0.40764524E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19427148E-06, 0.44209227E+05, + 0.342E+05, 0.600E+03, 1, 57, 1, 19, 0.40669459E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19035122E-06, 0.45457878E+05, + 0.342E+05, 0.600E+03, 1, 57, 1, 20, 0.40581493E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.24028513E-06, 0.46724738E+05, + 0.342E+05, 0.600E+03, 1, 57, 1, 21, 0.40500000E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.348E+05, 0.600E+03, 1, 58, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11933566E-05, 0.26859982E+05, + 0.348E+05, 0.600E+03, 1, 58, 1, 2, 0.44084907E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.86156806E-07, 0.27609643E+05, + 0.348E+05, 0.600E+03, 1, 58, 1, 3, 0.43720661E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.11603859E-07, 0.28401393E+05, + 0.348E+05, 0.600E+03, 1, 58, 1, 4, 0.43385462E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.78003715E-07, 0.29237543E+05, + 0.348E+05, 0.600E+03, 1, 58, 1, 5, 0.43077491E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.11098749E-06, 0.30112786E+05, + 0.348E+05, 0.600E+03, 1, 58, 1, 6, 0.42794818E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.14702881E-06, 0.31024652E+05, + 0.348E+05, 0.600E+03, 1, 58, 1, 7, 0.42535522E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.17291017E-06, 0.31971280E+05, + 0.348E+05, 0.600E+03, 1, 58, 1, 8, 0.42297742E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19077416E-06, 0.32950824E+05, + 0.348E+05, 0.600E+03, 1, 58, 1, 9, 0.42079698E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20252152E-06, 0.33961488E+05, + 0.348E+05, 0.600E+03, 1, 58, 1, 10, 0.41879708E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20970691E-06, 0.35001549E+05, + 0.348E+05, 0.600E+03, 1, 58, 1, 11, 0.41696200E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21354114E-06, 0.36069375E+05, + 0.348E+05, 0.600E+03, 1, 58, 1, 12, 0.41527716E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21497172E-06, 0.37163435E+05, + 0.348E+05, 0.600E+03, 1, 58, 1, 13, 0.41372910E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21465053E-06, 0.38282303E+05, + 0.348E+05, 0.600E+03, 1, 58, 1, 14, 0.41230549E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21315150E-06, 0.39424661E+05, + 0.348E+05, 0.600E+03, 1, 58, 1, 15, 0.41099507E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21078952E-06, 0.40589296E+05, + 0.348E+05, 0.600E+03, 1, 58, 1, 16, 0.40978759E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20787938E-06, 0.41775095E+05, + 0.348E+05, 0.600E+03, 1, 58, 1, 17, 0.40867375E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20833069E-06, 0.42981043E+05, + 0.348E+05, 0.600E+03, 1, 58, 1, 18, 0.40764524E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20967791E-06, 0.44209227E+05, + 0.348E+05, 0.600E+03, 1, 58, 1, 19, 0.40669459E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20339797E-06, 0.45457878E+05, + 0.348E+05, 0.600E+03, 1, 58, 1, 20, 0.40581493E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000010E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.82048020E-05, 0.46724738E+05, + 0.348E+05, 0.600E+03, 1, 58, 1, 21, 0.40500000E+01, 0.20000010E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000010E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.354E+05, 0.600E+03, 1, 59, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10581756E-05, 0.26859982E+05, + 0.354E+05, 0.600E+03, 1, 59, 1, 2, 0.44084907E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.98194459E-07, 0.27609643E+05, + 0.354E+05, 0.600E+03, 1, 59, 1, 3, 0.43720661E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.51676352E-09, 0.28401393E+05, + 0.354E+05, 0.600E+03, 1, 59, 1, 4, 0.43385462E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.67751920E-07, 0.29237543E+05, + 0.354E+05, 0.600E+03, 1, 59, 1, 5, 0.43077491E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10373325E-06, 0.30112786E+05, + 0.354E+05, 0.600E+03, 1, 59, 1, 6, 0.42794818E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.14097221E-06, 0.31024652E+05, + 0.354E+05, 0.600E+03, 1, 59, 1, 7, 0.42535522E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.16797041E-06, 0.31971280E+05, + 0.354E+05, 0.600E+03, 1, 59, 1, 8, 0.42297742E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.18684981E-06, 0.32950824E+05, + 0.354E+05, 0.600E+03, 1, 59, 1, 9, 0.42079698E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19952046E-06, 0.33961488E+05, + 0.354E+05, 0.600E+03, 1, 59, 1, 10, 0.41879708E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20752544E-06, 0.35001549E+05, + 0.354E+05, 0.600E+03, 1, 59, 1, 11, 0.41696200E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21210634E-06, 0.36069375E+05, + 0.354E+05, 0.600E+03, 1, 59, 1, 12, 0.41527716E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21419461E-06, 0.37163435E+05, + 0.354E+05, 0.600E+03, 1, 59, 1, 13, 0.41372910E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21445063E-06, 0.38282303E+05, + 0.354E+05, 0.600E+03, 1, 59, 1, 14, 0.41230549E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21348669E-06, 0.39424661E+05, + 0.354E+05, 0.600E+03, 1, 59, 1, 15, 0.41099507E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21157710E-06, 0.40589296E+05, + 0.354E+05, 0.600E+03, 1, 59, 1, 16, 0.40978759E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20909460E-06, 0.41775095E+05, + 0.354E+05, 0.600E+03, 1, 59, 1, 17, 0.40867375E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21058176E-06, 0.42981042E+05, + 0.354E+05, 0.600E+03, 1, 59, 1, 18, 0.40764524E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21210388E-06, 0.44209227E+05, + 0.354E+05, 0.600E+03, 1, 59, 1, 19, 0.40669459E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20541659E-06, 0.45457878E+05, + 0.354E+05, 0.600E+03, 1, 59, 1, 20, 0.40581493E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.31435214E-07, 0.46724738E+05, + 0.354E+05, 0.600E+03, 1, 59, 1, 21, 0.40500000E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.360E+05, 0.600E+03, 1, 60, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.80789480E-06, 0.26859982E+05, + 0.360E+05, 0.600E+03, 1, 60, 1, 2, 0.44084907E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12359168E-06, 0.27609643E+05, + 0.360E+05, 0.600E+03, 1, 60, 1, 3, 0.43720661E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.27403921E-07, 0.28401393E+05, + 0.360E+05, 0.600E+03, 1, 60, 1, 4, 0.43385462E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.43119144E-07, 0.29237543E+05, + 0.360E+05, 0.600E+03, 1, 60, 1, 5, 0.43077491E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.84109598E-07, 0.30112786E+05, + 0.360E+05, 0.600E+03, 1, 60, 1, 6, 0.42794818E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.12286401E-06, 0.31024652E+05, + 0.360E+05, 0.600E+03, 1, 60, 1, 7, 0.42535522E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.15127943E-06, 0.31971280E+05, + 0.360E+05, 0.600E+03, 1, 60, 1, 8, 0.42297742E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.17144686E-06, 0.32950824E+05, + 0.360E+05, 0.600E+03, 1, 60, 1, 9, 0.42079698E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.18527426E-06, 0.33961488E+05, + 0.360E+05, 0.600E+03, 1, 60, 1, 10, 0.41879708E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19431191E-06, 0.35001549E+05, + 0.360E+05, 0.600E+03, 1, 60, 1, 11, 0.41696200E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19979394E-06, 0.36069375E+05, + 0.360E+05, 0.600E+03, 1, 60, 1, 12, 0.41527716E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20268534E-06, 0.37163435E+05, + 0.360E+05, 0.600E+03, 1, 60, 1, 13, 0.41372910E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20362722E-06, 0.38282303E+05, + 0.360E+05, 0.600E+03, 1, 60, 1, 14, 0.41230549E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20327540E-06, 0.39424661E+05, + 0.360E+05, 0.600E+03, 1, 60, 1, 15, 0.41099507E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20189744E-06, 0.40589296E+05, + 0.360E+05, 0.600E+03, 1, 60, 1, 16, 0.40978759E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19987434E-06, 0.41775095E+05, + 0.360E+05, 0.600E+03, 1, 60, 1, 17, 0.40867375E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20405350E-06, 0.42981042E+05, + 0.360E+05, 0.600E+03, 1, 60, 1, 18, 0.40764524E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20572179E-06, 0.44209227E+05, + 0.360E+05, 0.600E+03, 1, 60, 1, 19, 0.40669459E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19707087E-06, 0.45457878E+05, + 0.360E+05, 0.600E+03, 1, 60, 1, 20, 0.40581493E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.60035634E-06, 0.46724738E+05, + 0.360E+05, 0.600E+03, 1, 60, 1, 21, 0.40500000E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.366E+05, 0.600E+03, 1, 61, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.69826331E-06, 0.26859982E+05, + 0.366E+05, 0.600E+03, 1, 61, 1, 2, 0.44084907E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12824187E-06, 0.27609644E+05, + 0.366E+05, 0.600E+03, 1, 61, 1, 3, 0.43720661E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.34009691E-07, 0.28401393E+05, + 0.366E+05, 0.600E+03, 1, 61, 1, 4, 0.43385462E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.36311633E-07, 0.29237543E+05, + 0.366E+05, 0.600E+03, 1, 61, 1, 5, 0.43077491E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.78680589E-07, 0.30112786E+05, + 0.366E+05, 0.600E+03, 1, 61, 1, 6, 0.42794818E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.11739953E-06, 0.31024652E+05, + 0.366E+05, 0.600E+03, 1, 61, 1, 7, 0.42535522E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.14583819E-06, 0.31971280E+05, + 0.366E+05, 0.600E+03, 1, 61, 1, 8, 0.42297742E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.16607485E-06, 0.32950824E+05, + 0.366E+05, 0.600E+03, 1, 61, 1, 9, 0.42079698E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.17998874E-06, 0.33961488E+05, + 0.366E+05, 0.600E+03, 1, 61, 1, 10, 0.41879708E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.18913152E-06, 0.35001549E+05, + 0.366E+05, 0.600E+03, 1, 61, 1, 11, 0.41696200E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19472087E-06, 0.36069375E+05, + 0.366E+05, 0.600E+03, 1, 61, 1, 12, 0.41527716E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19771499E-06, 0.37163435E+05, + 0.366E+05, 0.600E+03, 1, 61, 1, 13, 0.41372910E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19876360E-06, 0.38282303E+05, + 0.366E+05, 0.600E+03, 1, 61, 1, 14, 0.41230549E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19850768E-06, 0.39424661E+05, + 0.366E+05, 0.600E+03, 1, 61, 1, 15, 0.41099507E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19722984E-06, 0.40589296E+05, + 0.366E+05, 0.600E+03, 1, 61, 1, 16, 0.40978759E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19528706E-06, 0.41775095E+05, + 0.366E+05, 0.600E+03, 1, 61, 1, 17, 0.40867375E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20086268E-06, 0.42981043E+05, + 0.366E+05, 0.600E+03, 1, 61, 1, 18, 0.40764524E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20253061E-06, 0.44209227E+05, + 0.366E+05, 0.600E+03, 1, 61, 1, 19, 0.40669459E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19265241E-06, 0.45457878E+05, + 0.366E+05, 0.600E+03, 1, 61, 1, 20, 0.40581493E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000011E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.89779610E-05, 0.46724738E+05, + 0.366E+05, 0.600E+03, 1, 61, 1, 21, 0.40500000E+01, 0.20000011E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000011E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.372E+05, 0.600E+03, 1, 62, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.61890229E-06, 0.26859982E+05, + 0.372E+05, 0.600E+03, 1, 62, 1, 2, 0.44084907E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15239444E-06, 0.27609643E+05, + 0.372E+05, 0.600E+03, 1, 62, 1, 3, 0.43720661E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.56631460E-07, 0.28401393E+05, + 0.372E+05, 0.600E+03, 1, 62, 1, 4, 0.43385462E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.16316566E-07, 0.29237543E+05, + 0.372E+05, 0.600E+03, 1, 62, 1, 5, 0.43077491E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.61685807E-07, 0.30112786E+05, + 0.372E+05, 0.600E+03, 1, 62, 1, 6, 0.42794818E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10203398E-06, 0.31024652E+05, + 0.372E+05, 0.600E+03, 1, 62, 1, 7, 0.42535522E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.13188381E-06, 0.31971280E+05, + 0.372E+05, 0.600E+03, 1, 62, 1, 8, 0.42297742E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.15332000E-06, 0.32950824E+05, + 0.372E+05, 0.600E+03, 1, 62, 1, 9, 0.42079698E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.16824738E-06, 0.33961488E+05, + 0.372E+05, 0.600E+03, 1, 62, 1, 10, 0.41879708E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.17824234E-06, 0.35001549E+05, + 0.372E+05, 0.600E+03, 1, 62, 1, 11, 0.41696200E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.18452799E-06, 0.36069375E+05, + 0.372E+05, 0.600E+03, 1, 62, 1, 12, 0.41527716E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.18810764E-06, 0.37163435E+05, + 0.372E+05, 0.600E+03, 1, 62, 1, 13, 0.41372910E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.18961518E-06, 0.38282303E+05, + 0.372E+05, 0.600E+03, 1, 62, 1, 14, 0.41230549E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.18974303E-06, 0.39424661E+05, + 0.372E+05, 0.600E+03, 1, 62, 1, 15, 0.41099507E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.18877413E-06, 0.40589296E+05, + 0.372E+05, 0.600E+03, 1, 62, 1, 16, 0.40978759E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.18706855E-06, 0.41775095E+05, + 0.372E+05, 0.600E+03, 1, 62, 1, 17, 0.40867375E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19327487E-06, 0.42981042E+05, + 0.372E+05, 0.600E+03, 1, 62, 1, 18, 0.40764524E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19501049E-06, 0.44209227E+05, + 0.372E+05, 0.600E+03, 1, 62, 1, 19, 0.40669459E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.18480362E-06, 0.45457878E+05, + 0.372E+05, 0.600E+03, 1, 62, 1, 20, 0.40581493E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.33826164E-05, 0.46724738E+05, + 0.372E+05, 0.600E+03, 1, 62, 1, 21, 0.40500000E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.378E+05, 0.600E+03, 1, 63, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.49260499E-06, 0.26859982E+05, + 0.378E+05, 0.600E+03, 1, 63, 1, 2, 0.44084907E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16887429E-06, 0.27609643E+05, + 0.378E+05, 0.600E+03, 1, 63, 1, 3, 0.43720661E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.74057539E-07, 0.28401393E+05, + 0.378E+05, 0.600E+03, 1, 63, 1, 4, 0.43385462E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.81325169E-10, 0.29237543E+05, + 0.378E+05, 0.600E+03, 1, 63, 1, 5, 0.43077491E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.47829946E-07, 0.30112786E+05, + 0.378E+05, 0.600E+03, 1, 63, 1, 6, 0.42794818E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.88903683E-07, 0.31024652E+05, + 0.378E+05, 0.600E+03, 1, 63, 1, 7, 0.42535522E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.11943996E-06, 0.31971280E+05, + 0.378E+05, 0.600E+03, 1, 63, 1, 8, 0.42297742E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.14149333E-06, 0.32950824E+05, + 0.378E+05, 0.600E+03, 1, 63, 1, 9, 0.42079698E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.15696464E-06, 0.33961488E+05, + 0.378E+05, 0.600E+03, 1, 63, 1, 10, 0.41879708E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.16744065E-06, 0.35001549E+05, + 0.378E+05, 0.600E+03, 1, 63, 1, 11, 0.41696200E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.17413786E-06, 0.36069375E+05, + 0.378E+05, 0.600E+03, 1, 63, 1, 12, 0.41527716E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.17806058E-06, 0.37163435E+05, + 0.378E+05, 0.600E+03, 1, 63, 1, 13, 0.41372910E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.17986187E-06, 0.38282303E+05, + 0.378E+05, 0.600E+03, 1, 63, 1, 14, 0.41230549E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.18023600E-06, 0.39424661E+05, + 0.378E+05, 0.600E+03, 1, 63, 1, 15, 0.41099507E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.17946681E-06, 0.40589296E+05, + 0.378E+05, 0.600E+03, 1, 63, 1, 16, 0.40978759E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.17793841E-06, 0.41775095E+05, + 0.378E+05, 0.600E+03, 1, 63, 1, 17, 0.40867375E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.18557811E-06, 0.42981042E+05, + 0.378E+05, 0.600E+03, 1, 63, 1, 18, 0.40764524E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.18734628E-06, 0.44209227E+05, + 0.378E+05, 0.600E+03, 1, 63, 1, 19, 0.40669459E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.17592976E-06, 0.45457878E+05, + 0.378E+05, 0.600E+03, 1, 63, 1, 20, 0.40581493E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.22569768E-05, 0.46724738E+05, + 0.378E+05, 0.600E+03, 1, 63, 1, 21, 0.40500000E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.384E+05, 0.600E+03, 1, 64, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.37732555E-07, 0.26859982E+05, + 0.384E+05, 0.600E+03, 1, 64, 1, 2, 0.44084907E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16687499E-06, 0.27609644E+05, + 0.384E+05, 0.600E+03, 1, 64, 1, 3, 0.43720661E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.78782783E-07, 0.28401393E+05, + 0.384E+05, 0.600E+03, 1, 64, 1, 4, 0.43385462E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.43271164E-08, 0.29237543E+05, + 0.384E+05, 0.600E+03, 1, 64, 1, 5, 0.43077491E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.49585161E-07, 0.30112786E+05, + 0.384E+05, 0.600E+03, 1, 64, 1, 6, 0.42794818E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.91497466E-07, 0.31024652E+05, + 0.384E+05, 0.600E+03, 1, 64, 1, 7, 0.42535522E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.12320056E-06, 0.31971280E+05, + 0.384E+05, 0.600E+03, 1, 64, 1, 8, 0.42297742E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.14662966E-06, 0.32950824E+05, + 0.384E+05, 0.600E+03, 1, 64, 1, 9, 0.42079698E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.16358079E-06, 0.33961488E+05, + 0.384E+05, 0.600E+03, 1, 64, 1, 10, 0.41879708E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.17560592E-06, 0.35001549E+05, + 0.384E+05, 0.600E+03, 1, 64, 1, 11, 0.41696200E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.18384620E-06, 0.36069375E+05, + 0.384E+05, 0.600E+03, 1, 64, 1, 12, 0.41527716E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.18930639E-06, 0.37163435E+05, + 0.384E+05, 0.600E+03, 1, 64, 1, 13, 0.41372910E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19259525E-06, 0.38282303E+05, + 0.384E+05, 0.600E+03, 1, 64, 1, 14, 0.41230549E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19440682E-06, 0.39424661E+05, + 0.384E+05, 0.600E+03, 1, 64, 1, 15, 0.41099507E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19501595E-06, 0.40589296E+05, + 0.384E+05, 0.600E+03, 1, 64, 1, 16, 0.40978759E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19480334E-06, 0.41775095E+05, + 0.384E+05, 0.600E+03, 1, 64, 1, 17, 0.40867375E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20665505E-06, 0.42981042E+05, + 0.384E+05, 0.600E+03, 1, 64, 1, 18, 0.40764524E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20906629E-06, 0.44209227E+05, + 0.384E+05, 0.600E+03, 1, 64, 1, 19, 0.40669459E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19575267E-06, 0.45457878E+05, + 0.384E+05, 0.600E+03, 1, 64, 1, 20, 0.40581493E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.26162179E-06, 0.46724738E+05, + 0.384E+05, 0.600E+03, 1, 64, 1, 21, 0.40500000E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.390E+05, 0.600E+03, 1, 65, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11757914E-06, 0.26859982E+05, + 0.390E+05, 0.600E+03, 1, 65, 1, 2, 0.44084907E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15442865E-07, 0.27609644E+05, + 0.390E+05, 0.600E+03, 1, 65, 1, 3, 0.43720661E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23929026E-07, 0.28401393E+05, + 0.390E+05, 0.600E+03, 1, 65, 1, 4, 0.43385462E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.24198016E-07, 0.29237543E+05, + 0.390E+05, 0.600E+03, 1, 65, 1, 5, 0.43077491E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.21572664E-07, 0.30112786E+05, + 0.390E+05, 0.600E+03, 1, 65, 1, 6, 0.42794818E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14786448E-07, 0.31024652E+05, + 0.390E+05, 0.600E+03, 1, 65, 1, 7, 0.42535522E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.72453794E-08, 0.31971280E+05, + 0.390E+05, 0.600E+03, 1, 65, 1, 8, 0.42297742E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.63746342E-10, 0.32950824E+05, + 0.390E+05, 0.600E+03, 1, 65, 1, 9, 0.42079698E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.66092944E-08, 0.33961488E+05, + 0.390E+05, 0.600E+03, 1, 65, 1, 10, 0.41879708E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.12157983E-07, 0.35001549E+05, + 0.390E+05, 0.600E+03, 1, 65, 1, 11, 0.41696200E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.16655878E-07, 0.36069375E+05, + 0.390E+05, 0.600E+03, 1, 65, 1, 12, 0.41527716E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20153287E-07, 0.37163435E+05, + 0.390E+05, 0.600E+03, 1, 65, 1, 13, 0.41372910E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22750854E-07, 0.38282303E+05, + 0.390E+05, 0.600E+03, 1, 65, 1, 14, 0.41230549E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.24570141E-07, 0.39424661E+05, + 0.390E+05, 0.600E+03, 1, 65, 1, 15, 0.41099507E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.25735773E-07, 0.40589296E+05, + 0.390E+05, 0.600E+03, 1, 65, 1, 16, 0.40978759E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.26367001E-07, 0.41775095E+05, + 0.390E+05, 0.600E+03, 1, 65, 1, 17, 0.40867375E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.25766589E-07, 0.42981042E+05, + 0.390E+05, 0.600E+03, 1, 65, 1, 18, 0.40764524E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.26684294E-07, 0.44209227E+05, + 0.390E+05, 0.600E+03, 1, 65, 1, 19, 0.40669459E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.27557849E-07, 0.45457878E+05, + 0.390E+05, 0.600E+03, 1, 65, 1, 20, 0.40581493E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.74726959E-06, 0.46724738E+05, + 0.390E+05, 0.600E+03, 1, 65, 1, 21, 0.40500000E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.396E+05, 0.600E+03, 1, 66, 1, 1, 0.44479920E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.24599706E-05, 0.26859985E+05, + 0.396E+05, 0.600E+03, 1, 66, 1, 2, 0.44084909E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.67217574E-06, 0.27609646E+05, + 0.396E+05, 0.600E+03, 1, 66, 1, 3, 0.43720663E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.55050304E-06, 0.28401395E+05, + 0.396E+05, 0.600E+03, 1, 66, 1, 4, 0.43385464E+01, 0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.50788476E-06, 0.29237546E+05, + 0.396E+05, 0.600E+03, 1, 66, 1, 5, 0.43077493E+01, 0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.52374254E-06, 0.30112789E+05, + 0.396E+05, 0.600E+03, 1, 66, 1, 6, 0.42794820E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.54465213E-06, 0.31024655E+05, + 0.396E+05, 0.600E+03, 1, 66, 1, 7, 0.42535524E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.58476576E-06, 0.31971282E+05, + 0.396E+05, 0.600E+03, 1, 66, 1, 8, 0.42297744E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.63861395E-06, 0.32950826E+05, + 0.396E+05, 0.600E+03, 1, 66, 1, 9, 0.42079699E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.70230097E-06, 0.33961490E+05, + 0.396E+05, 0.600E+03, 1, 66, 1, 10, 0.41879709E+01, 0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.77312501E-06, 0.35001551E+05, + 0.396E+05, 0.600E+03, 1, 66, 1, 11, 0.41696202E+01, 0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000009E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.84923230E-06, 0.36069377E+05, + 0.396E+05, 0.600E+03, 1, 66, 1, 12, 0.41527717E+01, 0.20000009E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000010E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.92930438E-06, 0.37163436E+05, + 0.396E+05, 0.600E+03, 1, 66, 1, 13, 0.41372911E+01, 0.20000010E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000011E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10124985E-05, 0.38282305E+05, + 0.396E+05, 0.600E+03, 1, 66, 1, 14, 0.41230550E+01, 0.20000011E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000012E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10981388E-05, 0.39424663E+05, + 0.396E+05, 0.600E+03, 1, 66, 1, 15, 0.41099508E+01, 0.20000012E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000013E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.11857916E-05, 0.40589297E+05, + 0.396E+05, 0.600E+03, 1, 66, 1, 16, 0.40978760E+01, 0.20000013E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000014E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.12751469E-05, 0.41775096E+05, + 0.396E+05, 0.600E+03, 1, 66, 1, 17, 0.40867376E+01, 0.20000014E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000016E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.13559232E-05, 0.42981043E+05, + 0.396E+05, 0.600E+03, 1, 66, 1, 18, 0.40764525E+01, 0.20000016E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000017E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.14413302E-05, 0.44209228E+05, + 0.396E+05, 0.600E+03, 1, 66, 1, 19, 0.40669459E+01, 0.20000017E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000019E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.15421602E-05, 0.45457878E+05, + 0.396E+05, 0.600E+03, 1, 66, 1, 20, 0.40581493E+01, 0.20000019E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000024E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.49856388E-05, 0.46724738E+05, + 0.396E+05, 0.600E+03, 1, 66, 1, 21, 0.40500000E+01, 0.20000024E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000024E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.402E+05, 0.600E+03, 1, 67, 1, 1, 0.44479920E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.35683250E-05, 0.26859985E+05, + 0.402E+05, 0.600E+03, 1, 67, 1, 2, 0.44084909E+01, 0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.75310254E-06, 0.27609647E+05, + 0.402E+05, 0.600E+03, 1, 67, 1, 3, 0.43720664E+01, 0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.61507464E-06, 0.28401396E+05, + 0.402E+05, 0.600E+03, 1, 67, 1, 4, 0.43385464E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.57256605E-06, 0.29237546E+05, + 0.402E+05, 0.600E+03, 1, 67, 1, 5, 0.43077494E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.60112255E-06, 0.30112789E+05, + 0.402E+05, 0.600E+03, 1, 67, 1, 6, 0.42794820E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.62327873E-06, 0.31024655E+05, + 0.402E+05, 0.600E+03, 1, 67, 1, 7, 0.42535524E+01, 0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.66565716E-06, 0.31971283E+05, + 0.402E+05, 0.600E+03, 1, 67, 1, 8, 0.42297744E+01, 0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.72252910E-06, 0.32950827E+05, + 0.402E+05, 0.600E+03, 1, 67, 1, 9, 0.42079700E+01, 0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000009E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.78981956E-06, 0.33961490E+05, + 0.402E+05, 0.600E+03, 1, 67, 1, 10, 0.41879710E+01, 0.20000009E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000010E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.86463309E-06, 0.35001551E+05, + 0.402E+05, 0.600E+03, 1, 67, 1, 11, 0.41696202E+01, 0.20000010E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000011E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.94497768E-06, 0.36069377E+05, + 0.402E+05, 0.600E+03, 1, 67, 1, 12, 0.41527717E+01, 0.20000011E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000012E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10294585E-05, 0.37163437E+05, + 0.402E+05, 0.600E+03, 1, 67, 1, 13, 0.41372911E+01, 0.20000012E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000013E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.11171203E-05, 0.38282305E+05, + 0.402E+05, 0.600E+03, 1, 67, 1, 14, 0.41230550E+01, 0.20000013E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000014E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.12072370E-05, 0.39424663E+05, + 0.402E+05, 0.600E+03, 1, 67, 1, 15, 0.41099508E+01, 0.20000014E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000015E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.12993130E-05, 0.40589298E+05, + 0.402E+05, 0.600E+03, 1, 67, 1, 16, 0.40978760E+01, 0.20000015E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000017E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.13930301E-05, 0.41775096E+05, + 0.402E+05, 0.600E+03, 1, 67, 1, 17, 0.40867376E+01, 0.20000017E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000018E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.14832788E-05, 0.42981043E+05, + 0.402E+05, 0.600E+03, 1, 67, 1, 18, 0.40764525E+01, 0.20000018E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000020E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.15712336E-05, 0.44209228E+05, + 0.402E+05, 0.600E+03, 1, 67, 1, 19, 0.40669459E+01, 0.20000020E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000021E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.16705300E-05, 0.45457878E+05, + 0.402E+05, 0.600E+03, 1, 67, 1, 20, 0.40581493E+01, 0.20000021E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000024E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.24213104E-05, 0.46724738E+05, + 0.402E+05, 0.600E+03, 1, 67, 1, 21, 0.40500000E+01, 0.20000024E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000024E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.408E+05, 0.600E+03, 1, 68, 1, 1, 0.44479920E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.32449982E-05, 0.26859985E+05, + 0.408E+05, 0.600E+03, 1, 68, 1, 2, 0.44084909E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.64223134E-06, 0.27609646E+05, + 0.408E+05, 0.600E+03, 1, 68, 1, 3, 0.43720663E+01, 0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.51825089E-06, 0.28401396E+05, + 0.408E+05, 0.600E+03, 1, 68, 1, 4, 0.43385464E+01, 0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.48346614E-06, 0.29237546E+05, + 0.408E+05, 0.600E+03, 1, 68, 1, 5, 0.43077493E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.51453934E-06, 0.30112789E+05, + 0.408E+05, 0.600E+03, 1, 68, 1, 6, 0.42794820E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.54003364E-06, 0.31024655E+05, + 0.408E+05, 0.600E+03, 1, 68, 1, 7, 0.42535524E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.58426761E-06, 0.31971282E+05, + 0.408E+05, 0.600E+03, 1, 68, 1, 8, 0.42297744E+01, 0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.64183407E-06, 0.32950826E+05, + 0.408E+05, 0.600E+03, 1, 68, 1, 9, 0.42079699E+01, 0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.70891789E-06, 0.33961490E+05, + 0.408E+05, 0.600E+03, 1, 68, 1, 10, 0.41879709E+01, 0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000009E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.78284074E-06, 0.35001551E+05, + 0.408E+05, 0.600E+03, 1, 68, 1, 11, 0.41696202E+01, 0.20000009E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000010E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.86175730E-06, 0.36069377E+05, + 0.408E+05, 0.600E+03, 1, 68, 1, 12, 0.41527717E+01, 0.20000010E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000010E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.94442568E-06, 0.37163436E+05, + 0.408E+05, 0.600E+03, 1, 68, 1, 13, 0.41372911E+01, 0.20000010E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000011E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10300063E-05, 0.38282305E+05, + 0.408E+05, 0.600E+03, 1, 68, 1, 14, 0.41230550E+01, 0.20000011E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000013E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.11177912E-05, 0.39424663E+05, + 0.408E+05, 0.600E+03, 1, 68, 1, 15, 0.41099508E+01, 0.20000013E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000014E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.12074422E-05, 0.40589297E+05, + 0.408E+05, 0.600E+03, 1, 68, 1, 16, 0.40978760E+01, 0.20000014E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000015E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.12986169E-05, 0.41775096E+05, + 0.408E+05, 0.600E+03, 1, 68, 1, 17, 0.40867376E+01, 0.20000015E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000017E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.13875067E-05, 0.42981043E+05, + 0.408E+05, 0.600E+03, 1, 68, 1, 18, 0.40764525E+01, 0.20000017E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000018E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.14736696E-05, 0.44209228E+05, + 0.408E+05, 0.600E+03, 1, 68, 1, 19, 0.40669459E+01, 0.20000018E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000020E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.15694155E-05, 0.45457878E+05, + 0.408E+05, 0.600E+03, 1, 68, 1, 20, 0.40581493E+01, 0.20000020E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000015E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.43035542E-05, 0.46724738E+05, + 0.408E+05, 0.600E+03, 1, 68, 1, 21, 0.40500000E+01, 0.20000015E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000015E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.414E+05, 0.600E+03, 1, 69, 1, 1, 0.44479917E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.34600006E-05, 0.26859981E+05, + 0.414E+05, 0.600E+03, 1, 69, 1, 2, 0.44084906E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.42463304E-06, 0.27609643E+05, + 0.414E+05, 0.600E+03, 1, 69, 1, 3, 0.43720661E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.46629411E-06, 0.28401393E+05, + 0.414E+05, 0.600E+03, 1, 69, 1, 4, 0.43385462E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.44432914E-06, 0.29237543E+05, + 0.414E+05, 0.600E+03, 1, 69, 1, 5, 0.43077491E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.38389831E-06, 0.30112786E+05, + 0.414E+05, 0.600E+03, 1, 69, 1, 6, 0.42794818E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.36824948E-06, 0.31024652E+05, + 0.414E+05, 0.600E+03, 1, 69, 1, 7, 0.42535522E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.35319925E-06, 0.31971280E+05, + 0.414E+05, 0.600E+03, 1, 69, 1, 8, 0.42297742E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.33943205E-06, 0.32950824E+05, + 0.414E+05, 0.600E+03, 1, 69, 1, 9, 0.42079698E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.32712215E-06, 0.33961488E+05, + 0.414E+05, 0.600E+03, 1, 69, 1, 10, 0.41879708E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.31617917E-06, 0.35001549E+05, + 0.414E+05, 0.600E+03, 1, 69, 1, 11, 0.41696200E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.30640981E-06, 0.36069375E+05, + 0.414E+05, 0.600E+03, 1, 69, 1, 12, 0.41527716E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.29759473E-06, 0.37163435E+05, + 0.414E+05, 0.600E+03, 1, 69, 1, 13, 0.41372910E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.28952941E-06, 0.38282303E+05, + 0.414E+05, 0.600E+03, 1, 69, 1, 14, 0.41230549E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.28203776E-06, 0.39424661E+05, + 0.414E+05, 0.600E+03, 1, 69, 1, 15, 0.41099507E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.27497026E-06, 0.40589296E+05, + 0.414E+05, 0.600E+03, 1, 69, 1, 16, 0.40978759E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.26822712E-06, 0.41775095E+05, + 0.414E+05, 0.600E+03, 1, 69, 1, 17, 0.40867375E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.25430809E-06, 0.42981042E+05, + 0.414E+05, 0.600E+03, 1, 69, 1, 18, 0.40764524E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.25573252E-06, 0.44209227E+05, + 0.414E+05, 0.600E+03, 1, 69, 1, 19, 0.40669459E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.25898779E-06, 0.45457878E+05, + 0.414E+05, 0.600E+03, 1, 69, 1, 20, 0.40581493E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.87195964E-07, 0.46724738E+05, + 0.414E+05, 0.600E+03, 1, 69, 1, 21, 0.40500000E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.420E+05, 0.600E+03, 1, 70, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15199696E-07, 0.26859982E+05, + 0.420E+05, 0.600E+03, 1, 70, 1, 2, 0.44084907E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.21106639E-06, 0.27609643E+05, + 0.420E+05, 0.600E+03, 1, 70, 1, 3, 0.43720661E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15396511E-06, 0.28401393E+05, + 0.420E+05, 0.600E+03, 1, 70, 1, 4, 0.43385462E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10510234E-06, 0.29237543E+05, + 0.420E+05, 0.600E+03, 1, 70, 1, 5, 0.43077491E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.71057656E-07, 0.30112786E+05, + 0.420E+05, 0.600E+03, 1, 70, 1, 6, 0.42794818E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.43719414E-07, 0.31024652E+05, + 0.420E+05, 0.600E+03, 1, 70, 1, 7, 0.42535522E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.22203682E-07, 0.31971280E+05, + 0.420E+05, 0.600E+03, 1, 70, 1, 8, 0.42297742E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.55168385E-08, 0.32950824E+05, + 0.420E+05, 0.600E+03, 1, 70, 1, 9, 0.42079698E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.72468360E-08, 0.33961488E+05, + 0.420E+05, 0.600E+03, 1, 70, 1, 10, 0.41879708E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.16833674E-07, 0.35001549E+05, + 0.420E+05, 0.600E+03, 1, 70, 1, 11, 0.41696200E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.23900217E-07, 0.36069375E+05, + 0.420E+05, 0.600E+03, 1, 70, 1, 12, 0.41527716E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.28951899E-07, 0.37163435E+05, + 0.420E+05, 0.600E+03, 1, 70, 1, 13, 0.41372910E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.32416448E-07, 0.38282303E+05, + 0.420E+05, 0.600E+03, 1, 70, 1, 14, 0.41230549E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.34635114E-07, 0.39424661E+05, + 0.420E+05, 0.600E+03, 1, 70, 1, 15, 0.41099507E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.35885495E-07, 0.40589296E+05, + 0.420E+05, 0.600E+03, 1, 70, 1, 16, 0.40978759E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.36378601E-07, 0.41775095E+05, + 0.420E+05, 0.600E+03, 1, 70, 1, 17, 0.40867375E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.34490810E-07, 0.42981042E+05, + 0.420E+05, 0.600E+03, 1, 70, 1, 18, 0.40764524E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.35073782E-07, 0.44209227E+05, + 0.420E+05, 0.600E+03, 1, 70, 1, 19, 0.40669459E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.36402216E-07, 0.45457878E+05, + 0.420E+05, 0.600E+03, 1, 70, 1, 20, 0.40581493E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.14753290E-05, 0.46724738E+05, + 0.420E+05, 0.600E+03, 1, 70, 1, 21, 0.40500000E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.426E+05, 0.600E+03, 1, 71, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.70751785E-07, 0.26859982E+05, + 0.426E+05, 0.600E+03, 1, 71, 1, 2, 0.44084907E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16413646E-06, 0.27609643E+05, + 0.426E+05, 0.600E+03, 1, 71, 1, 3, 0.43720661E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12287054E-06, 0.28401393E+05, + 0.426E+05, 0.600E+03, 1, 71, 1, 4, 0.43385462E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.86615838E-07, 0.29237543E+05, + 0.426E+05, 0.600E+03, 1, 71, 1, 5, 0.43077491E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.61420945E-07, 0.30112786E+05, + 0.426E+05, 0.600E+03, 1, 71, 1, 6, 0.42794818E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.39942883E-07, 0.31024652E+05, + 0.426E+05, 0.600E+03, 1, 71, 1, 7, 0.42535522E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.22613058E-07, 0.31971280E+05, + 0.426E+05, 0.600E+03, 1, 71, 1, 8, 0.42297742E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.88846015E-08, 0.32950824E+05, + 0.426E+05, 0.600E+03, 1, 71, 1, 9, 0.42079698E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.18223112E-08, 0.33961488E+05, + 0.426E+05, 0.600E+03, 1, 71, 1, 10, 0.41879708E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10025328E-07, 0.35001549E+05, + 0.426E+05, 0.600E+03, 1, 71, 1, 11, 0.41696200E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.16187474E-07, 0.36069375E+05, + 0.426E+05, 0.600E+03, 1, 71, 1, 12, 0.41527716E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20680844E-07, 0.37163435E+05, + 0.426E+05, 0.600E+03, 1, 71, 1, 13, 0.41372910E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.23842414E-07, 0.38282303E+05, + 0.426E+05, 0.600E+03, 1, 71, 1, 14, 0.41230549E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.25951696E-07, 0.39424661E+05, + 0.426E+05, 0.600E+03, 1, 71, 1, 15, 0.41099507E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.27213201E-07, 0.40589296E+05, + 0.426E+05, 0.600E+03, 1, 71, 1, 16, 0.40978759E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.27815904E-07, 0.41775095E+05, + 0.426E+05, 0.600E+03, 1, 71, 1, 17, 0.40867375E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.25477057E-07, 0.42981042E+05, + 0.426E+05, 0.600E+03, 1, 71, 1, 18, 0.40764524E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.26099510E-07, 0.44209227E+05, + 0.426E+05, 0.600E+03, 1, 71, 1, 19, 0.40669459E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.28252124E-07, 0.45457878E+05, + 0.426E+05, 0.600E+03, 1, 71, 1, 20, 0.40581493E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.31818776E-05, 0.46724738E+05, + 0.426E+05, 0.600E+03, 1, 71, 1, 21, 0.40500000E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.432E+05, 0.600E+03, 1, 72, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.22757398E-06, 0.26859982E+05, + 0.432E+05, 0.600E+03, 1, 72, 1, 2, 0.44084907E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.92585601E-07, 0.27609643E+05, + 0.432E+05, 0.600E+03, 1, 72, 1, 3, 0.43720661E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.70704498E-07, 0.28401393E+05, + 0.432E+05, 0.600E+03, 1, 72, 1, 4, 0.43385462E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.51587026E-07, 0.29237543E+05, + 0.432E+05, 0.600E+03, 1, 72, 1, 5, 0.43077491E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.39904215E-07, 0.30112786E+05, + 0.432E+05, 0.600E+03, 1, 72, 1, 6, 0.42794818E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.26905578E-07, 0.31024652E+05, + 0.432E+05, 0.600E+03, 1, 72, 1, 7, 0.42535522E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15829716E-07, 0.31971280E+05, + 0.432E+05, 0.600E+03, 1, 72, 1, 8, 0.42297742E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.66576291E-08, 0.32950824E+05, + 0.432E+05, 0.600E+03, 1, 72, 1, 9, 0.42079698E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.78676266E-09, 0.33961488E+05, + 0.432E+05, 0.600E+03, 1, 72, 1, 10, 0.41879708E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.67050259E-08, 0.35001549E+05, + 0.432E+05, 0.600E+03, 1, 72, 1, 11, 0.41696200E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.11294329E-07, 0.36069375E+05, + 0.432E+05, 0.600E+03, 1, 72, 1, 12, 0.41527716E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.14771665E-07, 0.37163435E+05, + 0.432E+05, 0.600E+03, 1, 72, 1, 13, 0.41372910E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.17334841E-07, 0.38282303E+05, + 0.432E+05, 0.600E+03, 1, 72, 1, 14, 0.41230549E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19111805E-07, 0.39424661E+05, + 0.432E+05, 0.600E+03, 1, 72, 1, 15, 0.41099507E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20298966E-07, 0.40589296E+05, + 0.432E+05, 0.600E+03, 1, 72, 1, 16, 0.40978759E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20962499E-07, 0.41775095E+05, + 0.432E+05, 0.600E+03, 1, 72, 1, 17, 0.40867375E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.16799309E-07, 0.42981042E+05, + 0.432E+05, 0.600E+03, 1, 72, 1, 18, 0.40764524E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.17470438E-07, 0.44209227E+05, + 0.432E+05, 0.600E+03, 1, 72, 1, 19, 0.40669459E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21806137E-07, 0.45457878E+05, + 0.432E+05, 0.600E+03, 1, 72, 1, 20, 0.40581493E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.67857076E-07, 0.46724738E+05, + 0.432E+05, 0.600E+03, 1, 72, 1, 21, 0.40500000E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.438E+05, 0.600E+03, 1, 73, 1, 1, 0.44479913E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.56611909E-05, 0.26859976E+05, + 0.438E+05, 0.600E+03, 1, 73, 1, 2, 0.44084902E+01, 0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999991E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.29732713E-05, 0.27609638E+05, + 0.438E+05, 0.600E+03, 1, 73, 1, 3, 0.43720657E+01, 0.19999991E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999990E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12623908E-05, 0.28401387E+05, + 0.438E+05, 0.600E+03, 1, 73, 1, 4, 0.43385457E+01, 0.19999990E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999990E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.35628770E-06, 0.29237538E+05, + 0.438E+05, 0.600E+03, 1, 73, 1, 5, 0.43077487E+01, 0.19999990E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999990E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.55198289E-07, 0.30112781E+05, + 0.438E+05, 0.600E+03, 1, 73, 1, 6, 0.42794814E+01, 0.19999990E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999990E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16246268E-07, 0.31024647E+05, + 0.438E+05, 0.600E+03, 1, 73, 1, 7, 0.42535518E+01, 0.19999990E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999989E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.18802424E-06, 0.31971275E+05, + 0.438E+05, 0.600E+03, 1, 73, 1, 8, 0.42297738E+01, 0.19999989E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999989E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.49993350E-06, 0.32950820E+05, + 0.438E+05, 0.600E+03, 1, 73, 1, 9, 0.42079694E+01, 0.19999989E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999988E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.90659492E-06, 0.33961483E+05, + 0.438E+05, 0.600E+03, 1, 73, 1, 10, 0.41879705E+01, 0.19999988E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999987E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13804467E-05, 0.35001545E+05, + 0.438E+05, 0.600E+03, 1, 73, 1, 11, 0.41696197E+01, 0.19999987E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999985E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.19058573E-05, 0.36069371E+05, + 0.438E+05, 0.600E+03, 1, 73, 1, 12, 0.41527713E+01, 0.19999985E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999982E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.24750504E-05, 0.37163431E+05, + 0.438E+05, 0.600E+03, 1, 73, 1, 13, 0.41372907E+01, 0.19999982E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999979E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.30852787E-05, 0.38282300E+05, + 0.438E+05, 0.600E+03, 1, 73, 1, 14, 0.41230546E+01, 0.19999979E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999975E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.37366060E-05, 0.39424658E+05, + 0.438E+05, 0.600E+03, 1, 73, 1, 15, 0.41099505E+01, 0.19999975E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999971E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.44308791E-05, 0.40589293E+05, + 0.438E+05, 0.600E+03, 1, 73, 1, 16, 0.40978757E+01, 0.19999971E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999966E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.51707457E-05, 0.41775093E+05, + 0.438E+05, 0.600E+03, 1, 73, 1, 17, 0.40867374E+01, 0.19999966E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999960E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.59402056E-05, 0.42981041E+05, + 0.438E+05, 0.600E+03, 1, 73, 1, 18, 0.40764523E+01, 0.19999960E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999953E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.67641386E-05, 0.44209226E+05, + 0.438E+05, 0.600E+03, 1, 73, 1, 19, 0.40669458E+01, 0.19999953E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999946E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.76725670E-05, 0.45457877E+05, + 0.438E+05, 0.600E+03, 1, 73, 1, 20, 0.40581493E+01, 0.19999946E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.50499581E-04, 0.46724738E+05, + 0.438E+05, 0.600E+03, 1, 73, 1, 21, 0.40500000E+01, 0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.444E+05, 0.600E+03, 1, 74, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11434583E-06, 0.26859982E+05, + 0.444E+05, 0.600E+03, 1, 74, 1, 2, 0.44084907E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.58929515E-06, 0.27609644E+05, + 0.444E+05, 0.600E+03, 1, 74, 1, 3, 0.43720661E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.41418193E-06, 0.28401393E+05, + 0.444E+05, 0.600E+03, 1, 74, 1, 4, 0.43385462E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.26849247E-06, 0.29237544E+05, + 0.444E+05, 0.600E+03, 1, 74, 1, 5, 0.43077491E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.17112867E-06, 0.30112786E+05, + 0.444E+05, 0.600E+03, 1, 74, 1, 6, 0.42794818E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10127381E-06, 0.31024652E+05, + 0.444E+05, 0.600E+03, 1, 74, 1, 7, 0.42535522E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.51048332E-07, 0.31971280E+05, + 0.444E+05, 0.600E+03, 1, 74, 1, 8, 0.42297742E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.15068501E-07, 0.32950824E+05, + 0.444E+05, 0.600E+03, 1, 74, 1, 9, 0.42079698E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10834267E-07, 0.33961488E+05, + 0.444E+05, 0.600E+03, 1, 74, 1, 10, 0.41879708E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.29683829E-07, 0.35001549E+05, + 0.444E+05, 0.600E+03, 1, 74, 1, 11, 0.41696200E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.43586883E-07, 0.36069375E+05, + 0.444E+05, 0.600E+03, 1, 74, 1, 12, 0.41527716E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.53973533E-07, 0.37163435E+05, + 0.444E+05, 0.600E+03, 1, 74, 1, 13, 0.41372910E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.61810766E-07, 0.38282303E+05, + 0.444E+05, 0.600E+03, 1, 74, 1, 14, 0.41230549E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.67743880E-07, 0.39424661E+05, + 0.444E+05, 0.600E+03, 1, 74, 1, 15, 0.41099507E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.72218942E-07, 0.40589296E+05, + 0.444E+05, 0.600E+03, 1, 74, 1, 16, 0.40978759E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.75536001E-07, 0.41775095E+05, + 0.444E+05, 0.600E+03, 1, 74, 1, 17, 0.40867375E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.74026648E-07, 0.42981043E+05, + 0.444E+05, 0.600E+03, 1, 74, 1, 18, 0.40764524E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.77979898E-07, 0.44209227E+05, + 0.444E+05, 0.600E+03, 1, 74, 1, 19, 0.40669459E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.83684728E-07, 0.45457878E+05, + 0.444E+05, 0.600E+03, 1, 74, 1, 20, 0.40581493E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000010E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.91201002E-05, 0.46724738E+05, + 0.444E+05, 0.600E+03, 1, 74, 1, 21, 0.40500000E+01, 0.20000010E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000010E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.450E+05, 0.600E+03, 1, 75, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.53663407E-06, 0.26859982E+05, + 0.450E+05, 0.600E+03, 1, 75, 1, 2, 0.44084907E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.24119557E-06, 0.27609644E+05, + 0.450E+05, 0.600E+03, 1, 75, 1, 3, 0.43720661E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.18253573E-06, 0.28401393E+05, + 0.450E+05, 0.600E+03, 1, 75, 1, 4, 0.43385462E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.13053385E-06, 0.29237544E+05, + 0.450E+05, 0.600E+03, 1, 75, 1, 5, 0.43077491E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.99330904E-07, 0.30112786E+05, + 0.450E+05, 0.600E+03, 1, 75, 1, 6, 0.42794818E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.68155238E-07, 0.31024652E+05, + 0.450E+05, 0.600E+03, 1, 75, 1, 7, 0.42535522E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.43616840E-07, 0.31971280E+05, + 0.450E+05, 0.600E+03, 1, 75, 1, 8, 0.42297742E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.24566933E-07, 0.32950824E+05, + 0.450E+05, 0.600E+03, 1, 75, 1, 9, 0.42079698E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.98099271E-08, 0.33961488E+05, + 0.450E+05, 0.600E+03, 1, 75, 1, 10, 0.41879708E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16367032E-08, 0.35001549E+05, + 0.450E+05, 0.600E+03, 1, 75, 1, 11, 0.41696200E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10542280E-07, 0.36069375E+05, + 0.450E+05, 0.600E+03, 1, 75, 1, 12, 0.41527716E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.17502241E-07, 0.37163435E+05, + 0.450E+05, 0.600E+03, 1, 75, 1, 13, 0.41372910E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.22917352E-07, 0.38282303E+05, + 0.450E+05, 0.600E+03, 1, 75, 1, 14, 0.41230549E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.27128785E-07, 0.39424661E+05, + 0.450E+05, 0.600E+03, 1, 75, 1, 15, 0.41099507E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.30344246E-07, 0.40589296E+05, + 0.450E+05, 0.600E+03, 1, 75, 1, 16, 0.40978759E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.32757960E-07, 0.41775095E+05, + 0.450E+05, 0.600E+03, 1, 75, 1, 17, 0.40867375E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.24038140E-07, 0.42981042E+05, + 0.450E+05, 0.600E+03, 1, 75, 1, 18, 0.40764524E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.26826577E-07, 0.44209227E+05, + 0.450E+05, 0.600E+03, 1, 75, 1, 19, 0.40669459E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.38366988E-07, 0.45457878E+05, + 0.450E+05, 0.600E+03, 1, 75, 1, 20, 0.40581493E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.42686864E-06, 0.46724738E+05, + 0.450E+05, 0.600E+03, 1, 75, 1, 21, 0.40500000E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.456E+05, 0.600E+03, 1, 76, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.57951035E-06, 0.26859982E+05, + 0.456E+05, 0.600E+03, 1, 76, 1, 2, 0.44084907E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.23076139E-06, 0.27609644E+05, + 0.456E+05, 0.600E+03, 1, 76, 1, 3, 0.43720661E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.17361441E-06, 0.28401393E+05, + 0.456E+05, 0.600E+03, 1, 76, 1, 4, 0.43385462E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.12345729E-06, 0.29237544E+05, + 0.456E+05, 0.600E+03, 1, 76, 1, 5, 0.43077491E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.94133103E-07, 0.30112786E+05, + 0.456E+05, 0.600E+03, 1, 76, 1, 6, 0.42794818E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.63865784E-07, 0.31024652E+05, + 0.456E+05, 0.600E+03, 1, 76, 1, 7, 0.42535522E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.39966270E-07, 0.31971280E+05, + 0.456E+05, 0.600E+03, 1, 76, 1, 8, 0.42297742E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21354971E-07, 0.32950824E+05, + 0.456E+05, 0.600E+03, 1, 76, 1, 9, 0.42079698E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.69113035E-08, 0.33961488E+05, + 0.456E+05, 0.600E+03, 1, 76, 1, 10, 0.41879708E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.43457327E-08, 0.35001549E+05, + 0.456E+05, 0.600E+03, 1, 76, 1, 11, 0.41696200E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13120111E-07, 0.36069375E+05, + 0.456E+05, 0.600E+03, 1, 76, 1, 12, 0.41527716E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.19998350E-07, 0.37163435E+05, + 0.456E+05, 0.600E+03, 1, 76, 1, 13, 0.41372910E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.25374675E-07, 0.38282303E+05, + 0.456E+05, 0.600E+03, 1, 76, 1, 14, 0.41230549E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.29558276E-07, 0.39424661E+05, + 0.456E+05, 0.600E+03, 1, 76, 1, 15, 0.41099507E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.32767201E-07, 0.40589296E+05, + 0.456E+05, 0.600E+03, 1, 76, 1, 16, 0.40978759E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.35201584E-07, 0.41775095E+05, + 0.456E+05, 0.600E+03, 1, 76, 1, 17, 0.40867375E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.25763573E-07, 0.42981042E+05, + 0.456E+05, 0.600E+03, 1, 76, 1, 18, 0.40764524E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.28561825E-07, 0.44209227E+05, + 0.456E+05, 0.600E+03, 1, 76, 1, 19, 0.40669459E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.40799993E-07, 0.45457878E+05, + 0.456E+05, 0.600E+03, 1, 76, 1, 20, 0.40581493E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.43758308E-05, 0.46724738E+05, + 0.456E+05, 0.600E+03, 1, 76, 1, 21, 0.40500000E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.462E+05, 0.600E+03, 1, 77, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.76495636E-06, 0.26859982E+05, + 0.462E+05, 0.600E+03, 1, 77, 1, 2, 0.44084907E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.62268995E-07, 0.27609644E+05, + 0.462E+05, 0.600E+03, 1, 77, 1, 3, 0.43720661E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.48012041E-07, 0.28401393E+05, + 0.462E+05, 0.600E+03, 1, 77, 1, 4, 0.43385462E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.29573410E-07, 0.29237543E+05, + 0.462E+05, 0.600E+03, 1, 77, 1, 5, 0.43077491E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.80810594E-08, 0.30112786E+05, + 0.462E+05, 0.600E+03, 1, 77, 1, 6, 0.42794818E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.46955861E-09, 0.31024652E+05, + 0.462E+05, 0.600E+03, 1, 77, 1, 7, 0.42535522E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.44964850E-08, 0.31971280E+05, + 0.462E+05, 0.600E+03, 1, 77, 1, 8, 0.42297742E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.76111526E-08, 0.32950824E+05, + 0.462E+05, 0.600E+03, 1, 77, 1, 9, 0.42079698E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.94708099E-08, 0.33961488E+05, + 0.462E+05, 0.600E+03, 1, 77, 1, 10, 0.41879708E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10510760E-07, 0.35001549E+05, + 0.462E+05, 0.600E+03, 1, 77, 1, 11, 0.41696200E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.11008122E-07, 0.36069375E+05, + 0.462E+05, 0.600E+03, 1, 77, 1, 12, 0.41527716E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.11193503E-07, 0.37163435E+05, + 0.462E+05, 0.600E+03, 1, 77, 1, 13, 0.41372910E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.11199838E-07, 0.38282303E+05, + 0.462E+05, 0.600E+03, 1, 77, 1, 14, 0.41230549E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.11114562E-07, 0.39424661E+05, + 0.462E+05, 0.600E+03, 1, 77, 1, 15, 0.41099507E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10999862E-07, 0.40589296E+05, + 0.462E+05, 0.600E+03, 1, 77, 1, 16, 0.40978759E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10896656E-07, 0.41775095E+05, + 0.462E+05, 0.600E+03, 1, 77, 1, 17, 0.40867375E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20415936E-07, 0.42981042E+05, + 0.462E+05, 0.600E+03, 1, 77, 1, 18, 0.40764524E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20017726E-07, 0.44209227E+05, + 0.462E+05, 0.600E+03, 1, 77, 1, 19, 0.40669459E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10552956E-07, 0.45457878E+05, + 0.462E+05, 0.600E+03, 1, 77, 1, 20, 0.40581493E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.34689923E-06, 0.46724738E+05, + 0.462E+05, 0.600E+03, 1, 77, 1, 21, 0.40500000E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.468E+05, 0.600E+03, 1, 78, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.84060106E-06, 0.26859982E+05, + 0.468E+05, 0.600E+03, 1, 78, 1, 2, 0.44084907E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10155684E-06, 0.27609644E+05, + 0.468E+05, 0.600E+03, 1, 78, 1, 3, 0.43720661E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.98759052E-07, 0.28401393E+05, + 0.468E+05, 0.600E+03, 1, 78, 1, 4, 0.43385462E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.85898680E-07, 0.29237543E+05, + 0.468E+05, 0.600E+03, 1, 78, 1, 5, 0.43077491E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.64985102E-07, 0.30112786E+05, + 0.468E+05, 0.600E+03, 1, 78, 1, 6, 0.42794818E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.58449871E-07, 0.31024652E+05, + 0.468E+05, 0.600E+03, 1, 78, 1, 7, 0.42535522E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.53816553E-07, 0.31971280E+05, + 0.468E+05, 0.600E+03, 1, 78, 1, 8, 0.42297742E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.50690325E-07, 0.32950824E+05, + 0.468E+05, 0.600E+03, 1, 78, 1, 9, 0.42079698E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.48718892E-07, 0.33961488E+05, + 0.468E+05, 0.600E+03, 1, 78, 1, 10, 0.41879708E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.47629985E-07, 0.35001549E+05, + 0.468E+05, 0.600E+03, 1, 78, 1, 11, 0.41696200E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.47196067E-07, 0.36069375E+05, + 0.468E+05, 0.600E+03, 1, 78, 1, 12, 0.41527716E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.47230046E-07, 0.37163435E+05, + 0.468E+05, 0.600E+03, 1, 78, 1, 13, 0.41372910E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.47605251E-07, 0.38282303E+05, + 0.468E+05, 0.600E+03, 1, 78, 1, 14, 0.41230549E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.48211113E-07, 0.39424661E+05, + 0.468E+05, 0.600E+03, 1, 78, 1, 15, 0.41099507E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.48998604E-07, 0.40589296E+05, + 0.468E+05, 0.600E+03, 1, 78, 1, 16, 0.40978759E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.49858425E-07, 0.41775095E+05, + 0.468E+05, 0.600E+03, 1, 78, 1, 17, 0.40867375E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.37612384E-07, 0.42981042E+05, + 0.468E+05, 0.600E+03, 1, 78, 1, 18, 0.40764524E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.38655244E-07, 0.44209227E+05, + 0.468E+05, 0.600E+03, 1, 78, 1, 19, 0.40669459E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.52494499E-07, 0.45457878E+05, + 0.468E+05, 0.600E+03, 1, 78, 1, 20, 0.40581493E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.42773272E-05, 0.46724738E+05, + 0.468E+05, 0.600E+03, 1, 78, 1, 21, 0.40500000E+01, 0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.474E+05, 0.600E+03, 1, 79, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.39362227E-06, 0.26859982E+05, + 0.474E+05, 0.600E+03, 1, 79, 1, 2, 0.44084907E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.39990979E-07, 0.27609644E+05, + 0.474E+05, 0.600E+03, 1, 79, 1, 3, 0.43720661E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.43523343E-07, 0.28401393E+05, + 0.474E+05, 0.600E+03, 1, 79, 1, 4, 0.43385462E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.41164313E-07, 0.29237543E+05, + 0.474E+05, 0.600E+03, 1, 79, 1, 5, 0.43077491E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.33207538E-07, 0.30112786E+05, + 0.474E+05, 0.600E+03, 1, 79, 1, 6, 0.42794818E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.32049183E-07, 0.31024652E+05, + 0.474E+05, 0.600E+03, 1, 79, 1, 7, 0.42535522E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.31651048E-07, 0.31971280E+05, + 0.474E+05, 0.600E+03, 1, 79, 1, 8, 0.42297742E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.31871515E-07, 0.32950824E+05, + 0.474E+05, 0.600E+03, 1, 79, 1, 9, 0.42079698E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.32567240E-07, 0.33961488E+05, + 0.474E+05, 0.600E+03, 1, 79, 1, 10, 0.41879708E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.33601417E-07, 0.35001549E+05, + 0.474E+05, 0.600E+03, 1, 79, 1, 11, 0.41696200E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.34882373E-07, 0.36069375E+05, + 0.474E+05, 0.600E+03, 1, 79, 1, 12, 0.41527716E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.36299184E-07, 0.37163435E+05, + 0.474E+05, 0.600E+03, 1, 79, 1, 13, 0.41372910E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.37789949E-07, 0.38282303E+05, + 0.474E+05, 0.600E+03, 1, 79, 1, 14, 0.41230549E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.39305963E-07, 0.39424661E+05, + 0.474E+05, 0.600E+03, 1, 79, 1, 15, 0.41099507E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.40848015E-07, 0.40589296E+05, + 0.474E+05, 0.600E+03, 1, 79, 1, 16, 0.40978759E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.42320334E-07, 0.41775095E+05, + 0.474E+05, 0.600E+03, 1, 79, 1, 17, 0.40867375E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.35198198E-07, 0.42981042E+05, + 0.474E+05, 0.600E+03, 1, 79, 1, 18, 0.40764524E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.36403510E-07, 0.44209227E+05, + 0.474E+05, 0.600E+03, 1, 79, 1, 19, 0.40669459E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.45950479E-07, 0.45457878E+05, + 0.474E+05, 0.600E+03, 1, 79, 1, 20, 0.40581493E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.19244879E-06, 0.46724738E+05, + 0.474E+05, 0.600E+03, 1, 79, 1, 21, 0.40500000E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.480E+05, 0.600E+03, 1, 80, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.29544167E-06, 0.26859982E+05, + 0.480E+05, 0.600E+03, 1, 80, 1, 2, 0.44084907E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.32944286E-07, 0.27609644E+05, + 0.480E+05, 0.600E+03, 1, 80, 1, 3, 0.43720661E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.35915722E-07, 0.28401393E+05, + 0.480E+05, 0.600E+03, 1, 80, 1, 4, 0.43385462E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.34310961E-07, 0.29237543E+05, + 0.480E+05, 0.600E+03, 1, 80, 1, 5, 0.43077491E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.28239640E-07, 0.30112786E+05, + 0.480E+05, 0.600E+03, 1, 80, 1, 6, 0.42794818E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.27485338E-07, 0.31024652E+05, + 0.480E+05, 0.600E+03, 1, 80, 1, 7, 0.42535522E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.27402645E-07, 0.31971280E+05, + 0.480E+05, 0.600E+03, 1, 80, 1, 8, 0.42297742E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.27861326E-07, 0.32950824E+05, + 0.480E+05, 0.600E+03, 1, 80, 1, 9, 0.42079698E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.28740068E-07, 0.33961488E+05, + 0.480E+05, 0.600E+03, 1, 80, 1, 10, 0.41879708E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.29903074E-07, 0.35001549E+05, + 0.480E+05, 0.600E+03, 1, 80, 1, 11, 0.41696200E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.31304737E-07, 0.36069375E+05, + 0.480E+05, 0.600E+03, 1, 80, 1, 12, 0.41527716E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.32776740E-07, 0.37163435E+05, + 0.480E+05, 0.600E+03, 1, 80, 1, 13, 0.41372910E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.34337369E-07, 0.38282303E+05, + 0.480E+05, 0.600E+03, 1, 80, 1, 14, 0.41230549E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.35881637E-07, 0.39424661E+05, + 0.480E+05, 0.600E+03, 1, 80, 1, 15, 0.41099507E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.37458825E-07, 0.40589296E+05, + 0.480E+05, 0.600E+03, 1, 80, 1, 16, 0.40978759E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.38949167E-07, 0.41775095E+05, + 0.480E+05, 0.600E+03, 1, 80, 1, 17, 0.40867375E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.33224314E-07, 0.42981042E+05, + 0.480E+05, 0.600E+03, 1, 80, 1, 18, 0.40764524E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.34399111E-07, 0.44209227E+05, + 0.480E+05, 0.600E+03, 1, 80, 1, 19, 0.40669459E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.42596376E-07, 0.45457877E+05, + 0.480E+05, 0.600E+03, 1, 80, 1, 20, 0.40581493E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.60667232E-05, 0.46724738E+05, + 0.480E+05, 0.600E+03, 1, 80, 1, 21, 0.40500000E+01, 0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.486E+05, 0.600E+03, 1, 81, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.23613620E-06, 0.26859982E+05, + 0.486E+05, 0.600E+03, 1, 81, 1, 2, 0.44084907E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.19200833E-07, 0.27609644E+05, + 0.486E+05, 0.600E+03, 1, 81, 1, 3, 0.43720661E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23764148E-07, 0.28401393E+05, + 0.486E+05, 0.600E+03, 1, 81, 1, 4, 0.43385462E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.24292660E-07, 0.29237543E+05, + 0.486E+05, 0.600E+03, 1, 81, 1, 5, 0.43077491E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.20496344E-07, 0.30112786E+05, + 0.486E+05, 0.600E+03, 1, 81, 1, 6, 0.42794818E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.20900270E-07, 0.31024652E+05, + 0.486E+05, 0.600E+03, 1, 81, 1, 7, 0.42535522E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.21739606E-07, 0.31971280E+05, + 0.486E+05, 0.600E+03, 1, 81, 1, 8, 0.42297742E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.22936455E-07, 0.32950824E+05, + 0.486E+05, 0.600E+03, 1, 81, 1, 9, 0.42079698E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.24411566E-07, 0.33961488E+05, + 0.486E+05, 0.600E+03, 1, 81, 1, 10, 0.41879708E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.26036759E-07, 0.35001549E+05, + 0.486E+05, 0.600E+03, 1, 81, 1, 11, 0.41696200E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.27811524E-07, 0.36069375E+05, + 0.486E+05, 0.600E+03, 1, 81, 1, 12, 0.41527716E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.29581368E-07, 0.37163435E+05, + 0.486E+05, 0.600E+03, 1, 81, 1, 13, 0.41372910E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.31370988E-07, 0.38282303E+05, + 0.486E+05, 0.600E+03, 1, 81, 1, 14, 0.41230549E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.33097308E-07, 0.39424661E+05, + 0.486E+05, 0.600E+03, 1, 81, 1, 15, 0.41099507E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.34812690E-07, 0.40589296E+05, + 0.486E+05, 0.600E+03, 1, 81, 1, 16, 0.40978759E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.36416541E-07, 0.41775095E+05, + 0.486E+05, 0.600E+03, 1, 81, 1, 17, 0.40867375E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.31325449E-07, 0.42981042E+05, + 0.486E+05, 0.600E+03, 1, 81, 1, 18, 0.40764524E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.32534697E-07, 0.44209227E+05, + 0.486E+05, 0.600E+03, 1, 81, 1, 19, 0.40669459E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.40208320E-07, 0.45457878E+05, + 0.486E+05, 0.600E+03, 1, 81, 1, 20, 0.40581493E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.58526454E-06, 0.46724738E+05, + 0.486E+05, 0.600E+03, 1, 81, 1, 21, 0.40500000E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.492E+05, 0.600E+03, 1, 82, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22576699E-06, 0.26859982E+05, + 0.492E+05, 0.600E+03, 1, 82, 1, 2, 0.44084907E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.18668548E-07, 0.27609644E+05, + 0.492E+05, 0.600E+03, 1, 82, 1, 3, 0.43720661E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23141222E-07, 0.28401393E+05, + 0.492E+05, 0.600E+03, 1, 82, 1, 4, 0.43385462E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23722045E-07, 0.29237543E+05, + 0.492E+05, 0.600E+03, 1, 82, 1, 5, 0.43077491E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.20103172E-07, 0.30112786E+05, + 0.492E+05, 0.600E+03, 1, 82, 1, 6, 0.42794818E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.20543041E-07, 0.31024652E+05, + 0.492E+05, 0.600E+03, 1, 82, 1, 7, 0.42535522E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.21402816E-07, 0.31971280E+05, + 0.492E+05, 0.600E+03, 1, 82, 1, 8, 0.42297742E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.22623407E-07, 0.32950824E+05, + 0.492E+05, 0.600E+03, 1, 82, 1, 9, 0.42079698E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.24109845E-07, 0.33961488E+05, + 0.492E+05, 0.600E+03, 1, 82, 1, 10, 0.41879708E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.25750179E-07, 0.35001549E+05, + 0.492E+05, 0.600E+03, 1, 82, 1, 11, 0.41696200E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.27529747E-07, 0.36069375E+05, + 0.492E+05, 0.600E+03, 1, 82, 1, 12, 0.41527716E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.29308641E-07, 0.37163435E+05, + 0.492E+05, 0.600E+03, 1, 82, 1, 13, 0.41372910E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.31111323E-07, 0.38282303E+05, + 0.492E+05, 0.600E+03, 1, 82, 1, 14, 0.41230549E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.32835132E-07, 0.39424661E+05, + 0.492E+05, 0.600E+03, 1, 82, 1, 15, 0.41099507E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.34555395E-07, 0.40589296E+05, + 0.492E+05, 0.600E+03, 1, 82, 1, 16, 0.40978759E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.36168643E-07, 0.41775095E+05, + 0.492E+05, 0.600E+03, 1, 82, 1, 17, 0.40867375E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.31216825E-07, 0.42981042E+05, + 0.492E+05, 0.600E+03, 1, 82, 1, 18, 0.40764524E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.32419859E-07, 0.44209227E+05, + 0.492E+05, 0.600E+03, 1, 82, 1, 19, 0.40669459E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.39958675E-07, 0.45457878E+05, + 0.492E+05, 0.600E+03, 1, 82, 1, 20, 0.40581493E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.27595348E-09, 0.46724738E+05, + 0.492E+05, 0.600E+03, 1, 82, 1, 21, 0.40500000E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.498E+05, 0.600E+03, 1, 83, 1, 1, 0.44479914E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.18005918E-05, 0.26859977E+05, + 0.498E+05, 0.600E+03, 1, 83, 1, 2, 0.44084903E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14733464E-05, 0.27609639E+05, + 0.498E+05, 0.600E+03, 1, 83, 1, 3, 0.43720657E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11748154E-05, 0.28401388E+05, + 0.498E+05, 0.600E+03, 1, 83, 1, 4, 0.43385458E+01, 0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10248873E-05, 0.29237538E+05, + 0.498E+05, 0.600E+03, 1, 83, 1, 5, 0.43077487E+01, 0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.99591853E-06, 0.30112781E+05, + 0.498E+05, 0.600E+03, 1, 83, 1, 6, 0.42794814E+01, 0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999992E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10424324E-05, 0.31024647E+05, + 0.498E+05, 0.600E+03, 1, 83, 1, 7, 0.42535518E+01, 0.19999992E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999991E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11546679E-05, 0.31971275E+05, + 0.498E+05, 0.600E+03, 1, 83, 1, 8, 0.42297738E+01, 0.19999991E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999990E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13243028E-05, 0.32950819E+05, + 0.498E+05, 0.600E+03, 1, 83, 1, 9, 0.42079694E+01, 0.19999990E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999988E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15463969E-05, 0.33961483E+05, + 0.498E+05, 0.600E+03, 1, 83, 1, 10, 0.41879704E+01, 0.19999988E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999987E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.18182320E-05, 0.35001544E+05, + 0.498E+05, 0.600E+03, 1, 83, 1, 11, 0.41696197E+01, 0.19999987E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999985E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.21384032E-05, 0.36069370E+05, + 0.498E+05, 0.600E+03, 1, 83, 1, 12, 0.41527713E+01, 0.19999985E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999982E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.25064781E-05, 0.37163431E+05, + 0.498E+05, 0.600E+03, 1, 83, 1, 13, 0.41372907E+01, 0.19999982E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999979E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.29224663E-05, 0.38282299E+05, + 0.498E+05, 0.600E+03, 1, 83, 1, 14, 0.41230546E+01, 0.19999979E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999976E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.33867418E-05, 0.39424658E+05, + 0.498E+05, 0.600E+03, 1, 83, 1, 15, 0.41099504E+01, 0.19999976E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999972E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.38996924E-05, 0.40589293E+05, + 0.498E+05, 0.600E+03, 1, 83, 1, 16, 0.40978757E+01, 0.19999972E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999967E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.44618958E-05, 0.41775092E+05, + 0.498E+05, 0.600E+03, 1, 83, 1, 17, 0.40867374E+01, 0.19999967E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999962E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.50355278E-05, 0.42981040E+05, + 0.498E+05, 0.600E+03, 1, 83, 1, 18, 0.40764523E+01, 0.19999962E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999957E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.56784673E-05, 0.44209225E+05, + 0.498E+05, 0.600E+03, 1, 83, 1, 19, 0.40669458E+01, 0.19999957E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999950E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.64189128E-05, 0.45457876E+05, + 0.498E+05, 0.600E+03, 1, 83, 1, 20, 0.40581492E+01, 0.19999950E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999945E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.47123643E-05, 0.46724737E+05, + 0.498E+05, 0.600E+03, 1, 83, 1, 21, 0.40500000E+01, 0.19999945E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999945E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.504E+05, 0.600E+03, 1, 84, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.25939287E-06, 0.26859982E+05, + 0.504E+05, 0.600E+03, 1, 84, 1, 2, 0.44084907E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.44428781E-06, 0.27609644E+05, + 0.504E+05, 0.600E+03, 1, 84, 1, 3, 0.43720661E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.35421805E-06, 0.28401393E+05, + 0.504E+05, 0.600E+03, 1, 84, 1, 4, 0.43385462E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.26672678E-06, 0.29237544E+05, + 0.504E+05, 0.600E+03, 1, 84, 1, 5, 0.43077491E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20028710E-06, 0.30112786E+05, + 0.504E+05, 0.600E+03, 1, 84, 1, 6, 0.42794818E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.14750400E-06, 0.31024652E+05, + 0.504E+05, 0.600E+03, 1, 84, 1, 7, 0.42535522E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10399969E-06, 0.31971280E+05, + 0.504E+05, 0.600E+03, 1, 84, 1, 8, 0.42297742E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.68510452E-07, 0.32950824E+05, + 0.504E+05, 0.600E+03, 1, 84, 1, 9, 0.42079698E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.39752351E-07, 0.33961488E+05, + 0.504E+05, 0.600E+03, 1, 84, 1, 10, 0.41879708E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.16594548E-07, 0.35001549E+05, + 0.504E+05, 0.600E+03, 1, 84, 1, 11, 0.41696200E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.19890543E-08, 0.36069375E+05, + 0.504E+05, 0.600E+03, 1, 84, 1, 12, 0.41527716E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16820401E-07, 0.37163435E+05, + 0.504E+05, 0.600E+03, 1, 84, 1, 13, 0.41372910E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.28576522E-07, 0.38282303E+05, + 0.504E+05, 0.600E+03, 1, 84, 1, 14, 0.41230549E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.37846458E-07, 0.39424661E+05, + 0.504E+05, 0.600E+03, 1, 84, 1, 15, 0.41099507E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.45065701E-07, 0.40589296E+05, + 0.504E+05, 0.600E+03, 1, 84, 1, 16, 0.40978759E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.50607664E-07, 0.41775095E+05, + 0.504E+05, 0.600E+03, 1, 84, 1, 17, 0.40867375E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.49645273E-07, 0.42981042E+05, + 0.504E+05, 0.600E+03, 1, 84, 1, 18, 0.40764524E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.54465932E-07, 0.44209227E+05, + 0.504E+05, 0.600E+03, 1, 84, 1, 19, 0.40669459E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.62379073E-07, 0.45457878E+05, + 0.504E+05, 0.600E+03, 1, 84, 1, 20, 0.40581493E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.58373486E-06, 0.46724738E+05, + 0.504E+05, 0.600E+03, 1, 84, 1, 21, 0.40500000E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.510E+05, 0.600E+03, 1, 85, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.24425085E-06, 0.26859982E+05, + 0.510E+05, 0.600E+03, 1, 85, 1, 2, 0.44084907E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.44198070E-06, 0.27609644E+05, + 0.510E+05, 0.600E+03, 1, 85, 1, 3, 0.43720661E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.35226978E-06, 0.28401393E+05, + 0.510E+05, 0.600E+03, 1, 85, 1, 4, 0.43385462E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.26525856E-06, 0.29237544E+05, + 0.510E+05, 0.600E+03, 1, 85, 1, 5, 0.43077491E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19934317E-06, 0.30112786E+05, + 0.510E+05, 0.600E+03, 1, 85, 1, 6, 0.42794818E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.14680133E-06, 0.31024652E+05, + 0.510E+05, 0.600E+03, 1, 85, 1, 7, 0.42535522E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10348170E-06, 0.31971280E+05, + 0.510E+05, 0.600E+03, 1, 85, 1, 8, 0.42297742E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.68141322E-07, 0.32950824E+05, + 0.510E+05, 0.600E+03, 1, 85, 1, 9, 0.42079698E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.39485624E-07, 0.33961488E+05, + 0.510E+05, 0.600E+03, 1, 85, 1, 10, 0.41879708E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.16420845E-07, 0.35001549E+05, + 0.510E+05, 0.600E+03, 1, 85, 1, 11, 0.41696200E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.21018103E-08, 0.36069375E+05, + 0.510E+05, 0.600E+03, 1, 85, 1, 12, 0.41527716E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16879696E-07, 0.37163435E+05, + 0.510E+05, 0.600E+03, 1, 85, 1, 13, 0.41372910E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.28606017E-07, 0.38282303E+05, + 0.510E+05, 0.600E+03, 1, 85, 1, 14, 0.41230549E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.37833768E-07, 0.39424661E+05, + 0.510E+05, 0.600E+03, 1, 85, 1, 15, 0.41099507E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.45034355E-07, 0.40589296E+05, + 0.510E+05, 0.600E+03, 1, 85, 1, 16, 0.40978759E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.50549239E-07, 0.41775095E+05, + 0.510E+05, 0.600E+03, 1, 85, 1, 17, 0.40867375E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.49402171E-07, 0.42981042E+05, + 0.510E+05, 0.600E+03, 1, 85, 1, 18, 0.40764524E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.54195777E-07, 0.44209227E+05, + 0.510E+05, 0.600E+03, 1, 85, 1, 19, 0.40669459E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.62293257E-07, 0.45457878E+05, + 0.510E+05, 0.600E+03, 1, 85, 1, 20, 0.40581493E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.16516448E-05, 0.46724738E+05, + 0.510E+05, 0.600E+03, 1, 85, 1, 21, 0.40500000E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.516E+05, 0.600E+03, 1, 86, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.13839343E-06, 0.26859982E+05, + 0.516E+05, 0.600E+03, 1, 86, 1, 2, 0.44084907E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.39621584E-06, 0.27609644E+05, + 0.516E+05, 0.600E+03, 1, 86, 1, 3, 0.43720661E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.31696588E-06, 0.28401393E+05, + 0.516E+05, 0.600E+03, 1, 86, 1, 4, 0.43385462E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.24278228E-06, 0.29237544E+05, + 0.516E+05, 0.600E+03, 1, 86, 1, 5, 0.43077491E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19010848E-06, 0.30112786E+05, + 0.516E+05, 0.600E+03, 1, 86, 1, 6, 0.42794818E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.14414627E-06, 0.31024652E+05, + 0.516E+05, 0.600E+03, 1, 86, 1, 7, 0.42535522E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10601719E-06, 0.31971280E+05, + 0.516E+05, 0.600E+03, 1, 86, 1, 8, 0.42297742E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.74815958E-07, 0.32950824E+05, + 0.516E+05, 0.600E+03, 1, 86, 1, 9, 0.42079698E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.49503555E-07, 0.33961488E+05, + 0.516E+05, 0.600E+03, 1, 86, 1, 10, 0.41879708E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.29187316E-07, 0.35001549E+05, + 0.516E+05, 0.600E+03, 1, 86, 1, 11, 0.41696200E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.12954434E-07, 0.36069375E+05, + 0.516E+05, 0.600E+03, 1, 86, 1, 12, 0.41527716E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.11050361E-09, 0.37163435E+05, + 0.516E+05, 0.600E+03, 1, 86, 1, 13, 0.41372910E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.99515844E-08, 0.38282303E+05, + 0.516E+05, 0.600E+03, 1, 86, 1, 14, 0.41230549E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.17723327E-07, 0.39424661E+05, + 0.516E+05, 0.600E+03, 1, 86, 1, 15, 0.41099507E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23666509E-07, 0.40589296E+05, + 0.516E+05, 0.600E+03, 1, 86, 1, 16, 0.40978759E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.28048103E-07, 0.41775095E+05, + 0.516E+05, 0.600E+03, 1, 86, 1, 17, 0.40867375E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23146985E-07, 0.42981042E+05, + 0.516E+05, 0.600E+03, 1, 86, 1, 18, 0.40764524E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.27259830E-07, 0.44209227E+05, + 0.516E+05, 0.600E+03, 1, 86, 1, 19, 0.40669459E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.37271619E-07, 0.45457878E+05, + 0.516E+05, 0.600E+03, 1, 86, 1, 20, 0.40581493E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.68782838E-06, 0.46724738E+05, + 0.516E+05, 0.600E+03, 1, 86, 1, 21, 0.40500000E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.522E+05, 0.600E+03, 1, 87, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10686146E-06, 0.26859982E+05, + 0.522E+05, 0.600E+03, 1, 87, 1, 2, 0.44084907E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.39805703E-06, 0.27609644E+05, + 0.522E+05, 0.600E+03, 1, 87, 1, 3, 0.43720661E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.31888291E-06, 0.28401393E+05, + 0.522E+05, 0.600E+03, 1, 87, 1, 4, 0.43385462E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.24436813E-06, 0.29237544E+05, + 0.522E+05, 0.600E+03, 1, 87, 1, 5, 0.43077491E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19104935E-06, 0.30112786E+05, + 0.522E+05, 0.600E+03, 1, 87, 1, 6, 0.42794818E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.14490516E-06, 0.31024652E+05, + 0.522E+05, 0.600E+03, 1, 87, 1, 7, 0.42535522E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10663203E-06, 0.31971280E+05, + 0.522E+05, 0.600E+03, 1, 87, 1, 8, 0.42297742E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.75323801E-07, 0.32950824E+05, + 0.522E+05, 0.600E+03, 1, 87, 1, 9, 0.42079698E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.49916071E-07, 0.33961488E+05, + 0.522E+05, 0.600E+03, 1, 87, 1, 10, 0.41879708E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.29532792E-07, 0.35001549E+05, + 0.522E+05, 0.600E+03, 1, 87, 1, 11, 0.41696200E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.13236072E-07, 0.36069375E+05, + 0.522E+05, 0.600E+03, 1, 87, 1, 12, 0.41527716E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.34994940E-09, 0.37163435E+05, + 0.522E+05, 0.600E+03, 1, 87, 1, 13, 0.41372910E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.97589954E-08, 0.38282303E+05, + 0.522E+05, 0.600E+03, 1, 87, 1, 14, 0.41230549E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.17564435E-07, 0.39424661E+05, + 0.522E+05, 0.600E+03, 1, 87, 1, 15, 0.41099507E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23530276E-07, 0.40589296E+05, + 0.522E+05, 0.600E+03, 1, 87, 1, 16, 0.40978759E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.27947209E-07, 0.41775095E+05, + 0.522E+05, 0.600E+03, 1, 87, 1, 17, 0.40867375E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23469191E-07, 0.42981042E+05, + 0.522E+05, 0.600E+03, 1, 87, 1, 18, 0.40764524E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.27601242E-07, 0.44209227E+05, + 0.522E+05, 0.600E+03, 1, 87, 1, 19, 0.40669459E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.37237122E-07, 0.45457878E+05, + 0.522E+05, 0.600E+03, 1, 87, 1, 20, 0.40581493E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.39632424E-05, 0.46724738E+05, + 0.522E+05, 0.600E+03, 1, 87, 1, 21, 0.40500000E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.528E+05, 0.600E+03, 1, 88, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.23682697E-05, 0.26859982E+05, + 0.528E+05, 0.600E+03, 1, 88, 1, 2, 0.44084907E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23719997E-06, 0.27609644E+05, + 0.528E+05, 0.600E+03, 1, 88, 1, 3, 0.43720661E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.20592465E-06, 0.28401393E+05, + 0.528E+05, 0.600E+03, 1, 88, 1, 4, 0.43385462E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16332929E-06, 0.29237544E+05, + 0.528E+05, 0.600E+03, 1, 88, 1, 5, 0.43077491E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10666928E-06, 0.30112786E+05, + 0.528E+05, 0.600E+03, 1, 88, 1, 6, 0.42794818E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.93495242E-07, 0.31024652E+05, + 0.528E+05, 0.600E+03, 1, 88, 1, 7, 0.42535522E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.86852172E-07, 0.31971280E+05, + 0.528E+05, 0.600E+03, 1, 88, 1, 8, 0.42297742E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.84351296E-07, 0.32950824E+05, + 0.528E+05, 0.600E+03, 1, 88, 1, 9, 0.42079698E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.84372669E-07, 0.33961488E+05, + 0.528E+05, 0.600E+03, 1, 88, 1, 10, 0.41879708E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.85835410E-07, 0.35001549E+05, + 0.528E+05, 0.600E+03, 1, 88, 1, 11, 0.41696200E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.88041826E-07, 0.36069375E+05, + 0.528E+05, 0.600E+03, 1, 88, 1, 12, 0.41527716E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.90548269E-07, 0.37163435E+05, + 0.528E+05, 0.600E+03, 1, 88, 1, 13, 0.41372910E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.93073243E-07, 0.38282303E+05, + 0.528E+05, 0.600E+03, 1, 88, 1, 14, 0.41230549E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.95453856E-07, 0.39424661E+05, + 0.528E+05, 0.600E+03, 1, 88, 1, 15, 0.41099507E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.97615665E-07, 0.40589296E+05, + 0.528E+05, 0.600E+03, 1, 88, 1, 16, 0.40978759E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.99507194E-07, 0.41775095E+05, + 0.528E+05, 0.600E+03, 1, 88, 1, 17, 0.40867375E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.66254476E-07, 0.42981042E+05, + 0.528E+05, 0.600E+03, 1, 88, 1, 18, 0.40764524E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.68857730E-07, 0.44209227E+05, + 0.528E+05, 0.600E+03, 1, 88, 1, 19, 0.40669459E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10447372E-06, 0.45457878E+05, + 0.528E+05, 0.600E+03, 1, 88, 1, 20, 0.40581493E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.30591299E-05, 0.46724738E+05, + 0.528E+05, 0.600E+03, 1, 88, 1, 21, 0.40500000E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.534E+05, 0.600E+03, 1, 89, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15671552E-06, 0.26859982E+05, + 0.534E+05, 0.600E+03, 1, 89, 1, 2, 0.44084907E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21402004E-06, 0.27609644E+05, + 0.534E+05, 0.600E+03, 1, 89, 1, 3, 0.43720661E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.16594963E-06, 0.28401393E+05, + 0.534E+05, 0.600E+03, 1, 89, 1, 4, 0.43385462E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.12673414E-06, 0.29237543E+05, + 0.534E+05, 0.600E+03, 1, 89, 1, 5, 0.43077491E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.99644488E-07, 0.30112786E+05, + 0.534E+05, 0.600E+03, 1, 89, 1, 6, 0.42794818E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.80321637E-07, 0.31024652E+05, + 0.534E+05, 0.600E+03, 1, 89, 1, 7, 0.42535522E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.64853918E-07, 0.31971280E+05, + 0.534E+05, 0.600E+03, 1, 89, 1, 8, 0.42297742E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.52276839E-07, 0.32950824E+05, + 0.534E+05, 0.600E+03, 1, 89, 1, 9, 0.42079698E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.41952173E-07, 0.33961488E+05, + 0.534E+05, 0.600E+03, 1, 89, 1, 10, 0.41879708E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.33411034E-07, 0.35001549E+05, + 0.534E+05, 0.600E+03, 1, 89, 1, 11, 0.41696200E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.26369101E-07, 0.36069375E+05, + 0.534E+05, 0.600E+03, 1, 89, 1, 12, 0.41527716E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20543936E-07, 0.37163435E+05, + 0.534E+05, 0.600E+03, 1, 89, 1, 13, 0.41372910E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.15753191E-07, 0.38282303E+05, + 0.534E+05, 0.600E+03, 1, 89, 1, 14, 0.41230549E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.11837582E-07, 0.39424661E+05, + 0.534E+05, 0.600E+03, 1, 89, 1, 15, 0.41099507E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.86757090E-08, 0.40589296E+05, + 0.534E+05, 0.600E+03, 1, 89, 1, 16, 0.40978759E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.61157834E-08, 0.41775095E+05, + 0.534E+05, 0.600E+03, 1, 89, 1, 17, 0.40867375E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.76808533E-08, 0.42981042E+05, + 0.534E+05, 0.600E+03, 1, 89, 1, 18, 0.40764524E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.64046333E-08, 0.44209227E+05, + 0.534E+05, 0.600E+03, 1, 89, 1, 19, 0.40669459E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20488322E-08, 0.45457878E+05, + 0.534E+05, 0.600E+03, 1, 89, 1, 20, 0.40581493E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.64793207E-06, 0.46724738E+05, + 0.534E+05, 0.600E+03, 1, 89, 1, 21, 0.40500000E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.540E+05, 0.600E+03, 1, 90, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15353953E-06, 0.26859982E+05, + 0.540E+05, 0.600E+03, 1, 90, 1, 2, 0.44084907E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21359586E-06, 0.27609644E+05, + 0.540E+05, 0.600E+03, 1, 90, 1, 3, 0.43720661E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.16557082E-06, 0.28401393E+05, + 0.540E+05, 0.600E+03, 1, 90, 1, 4, 0.43385462E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.12642033E-06, 0.29237543E+05, + 0.540E+05, 0.600E+03, 1, 90, 1, 5, 0.43077491E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.99418596E-07, 0.30112786E+05, + 0.540E+05, 0.600E+03, 1, 90, 1, 6, 0.42794818E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.80125702E-07, 0.31024652E+05, + 0.540E+05, 0.600E+03, 1, 90, 1, 7, 0.42535522E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.64683935E-07, 0.31971280E+05, + 0.540E+05, 0.600E+03, 1, 90, 1, 8, 0.42297742E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.52119276E-07, 0.32950824E+05, + 0.540E+05, 0.600E+03, 1, 90, 1, 9, 0.42079698E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.41814232E-07, 0.33961488E+05, + 0.540E+05, 0.600E+03, 1, 90, 1, 10, 0.41879708E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.33279818E-07, 0.35001549E+05, + 0.540E+05, 0.600E+03, 1, 90, 1, 11, 0.41696200E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.26248497E-07, 0.36069375E+05, + 0.540E+05, 0.600E+03, 1, 90, 1, 12, 0.41527716E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20434776E-07, 0.37163435E+05, + 0.540E+05, 0.600E+03, 1, 90, 1, 13, 0.41372910E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.15642943E-07, 0.38282303E+05, + 0.540E+05, 0.600E+03, 1, 90, 1, 14, 0.41230549E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.11733810E-07, 0.39424661E+05, + 0.540E+05, 0.600E+03, 1, 90, 1, 15, 0.41099507E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.85715754E-08, 0.40589296E+05, + 0.540E+05, 0.600E+03, 1, 90, 1, 16, 0.40978759E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.60192029E-08, 0.41775095E+05, + 0.540E+05, 0.600E+03, 1, 90, 1, 17, 0.40867375E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.76237079E-08, 0.42981042E+05, + 0.540E+05, 0.600E+03, 1, 90, 1, 18, 0.40764524E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.63526251E-08, 0.44209227E+05, + 0.540E+05, 0.600E+03, 1, 90, 1, 19, 0.40669459E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19573818E-08, 0.45457878E+05, + 0.540E+05, 0.600E+03, 1, 90, 1, 20, 0.40581493E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.42888781E-06, 0.46724738E+05, + 0.540E+05, 0.600E+03, 1, 90, 1, 21, 0.40500000E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.546E+05, 0.600E+03, 1, 91, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10482283E-06, 0.26859982E+05, + 0.546E+05, 0.600E+03, 1, 91, 1, 2, 0.44084907E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21272746E-06, 0.27609644E+05, + 0.546E+05, 0.600E+03, 1, 91, 1, 3, 0.43720661E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.16472951E-06, 0.28401393E+05, + 0.546E+05, 0.600E+03, 1, 91, 1, 4, 0.43385462E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.12613431E-06, 0.29237543E+05, + 0.546E+05, 0.600E+03, 1, 91, 1, 5, 0.43077491E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10006987E-06, 0.30112786E+05, + 0.546E+05, 0.600E+03, 1, 91, 1, 6, 0.42794818E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.81065060E-07, 0.31024652E+05, + 0.546E+05, 0.600E+03, 1, 91, 1, 7, 0.42535522E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.65875586E-07, 0.31971280E+05, + 0.546E+05, 0.600E+03, 1, 91, 1, 8, 0.42297742E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.53531842E-07, 0.32950824E+05, + 0.546E+05, 0.600E+03, 1, 91, 1, 9, 0.42079698E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.43440462E-07, 0.33961488E+05, + 0.546E+05, 0.600E+03, 1, 91, 1, 10, 0.41879708E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.35101582E-07, 0.35001549E+05, + 0.546E+05, 0.600E+03, 1, 91, 1, 11, 0.41696200E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.28251709E-07, 0.36069375E+05, + 0.546E+05, 0.600E+03, 1, 91, 1, 12, 0.41527716E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22609289E-07, 0.37163435E+05, + 0.546E+05, 0.600E+03, 1, 91, 1, 13, 0.41372910E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.17981261E-07, 0.38282303E+05, + 0.546E+05, 0.600E+03, 1, 91, 1, 14, 0.41230549E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.14223684E-07, 0.39424661E+05, + 0.546E+05, 0.600E+03, 1, 91, 1, 15, 0.41099507E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.11200296E-07, 0.40589296E+05, + 0.546E+05, 0.600E+03, 1, 91, 1, 16, 0.40978759E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.87906891E-08, 0.41775095E+05, + 0.546E+05, 0.600E+03, 1, 91, 1, 17, 0.40867375E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10863317E-07, 0.42981042E+05, + 0.546E+05, 0.600E+03, 1, 91, 1, 18, 0.40764524E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.96547126E-08, 0.44209227E+05, + 0.546E+05, 0.600E+03, 1, 91, 1, 19, 0.40669459E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.50344902E-08, 0.45457878E+05, + 0.546E+05, 0.600E+03, 1, 91, 1, 20, 0.40581493E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.15673328E-06, 0.46724738E+05, + 0.546E+05, 0.600E+03, 1, 91, 1, 21, 0.40500000E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.552E+05, 0.600E+03, 1, 92, 1, 1, 0.44479917E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.36092839E-07, 0.26859982E+05, + 0.552E+05, 0.600E+03, 1, 92, 1, 2, 0.44084907E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.91193996E-07, 0.27609643E+05, + 0.552E+05, 0.600E+03, 1, 92, 1, 3, 0.43720661E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.89317968E-07, 0.28401392E+05, + 0.552E+05, 0.600E+03, 1, 92, 1, 4, 0.43385461E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.90045056E-07, 0.29237543E+05, + 0.552E+05, 0.600E+03, 1, 92, 1, 5, 0.43077491E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.89048694E-07, 0.30112786E+05, + 0.552E+05, 0.600E+03, 1, 92, 1, 6, 0.42794817E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.93753329E-07, 0.31024652E+05, + 0.552E+05, 0.600E+03, 1, 92, 1, 7, 0.42535522E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10052571E-06, 0.31971280E+05, + 0.552E+05, 0.600E+03, 1, 92, 1, 8, 0.42297742E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10883410E-06, 0.32950824E+05, + 0.552E+05, 0.600E+03, 1, 92, 1, 9, 0.42079697E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11820349E-06, 0.33961488E+05, + 0.552E+05, 0.600E+03, 1, 92, 1, 10, 0.41879708E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12831734E-06, 0.35001548E+05, + 0.552E+05, 0.600E+03, 1, 92, 1, 11, 0.41696200E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13886036E-06, 0.36069375E+05, + 0.552E+05, 0.600E+03, 1, 92, 1, 12, 0.41527716E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14967171E-06, 0.37163434E+05, + 0.552E+05, 0.600E+03, 1, 92, 1, 13, 0.41372909E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16057709E-06, 0.38282303E+05, + 0.552E+05, 0.600E+03, 1, 92, 1, 14, 0.41230548E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.17147755E-06, 0.39424661E+05, + 0.552E+05, 0.600E+03, 1, 92, 1, 15, 0.41099507E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.18228554E-06, 0.40589296E+05, + 0.552E+05, 0.600E+03, 1, 92, 1, 16, 0.40978759E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.19296390E-06, 0.41775095E+05, + 0.552E+05, 0.600E+03, 1, 92, 1, 17, 0.40867375E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.19155563E-06, 0.42981042E+05, + 0.552E+05, 0.600E+03, 1, 92, 1, 18, 0.40764524E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.20059487E-06, 0.44209227E+05, + 0.552E+05, 0.600E+03, 1, 92, 1, 19, 0.40669459E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.22178502E-06, 0.45457877E+05, + 0.552E+05, 0.600E+03, 1, 92, 1, 20, 0.40581493E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.22123953E-05, 0.46724738E+05, + 0.552E+05, 0.600E+03, 1, 92, 1, 21, 0.40500000E+01, 0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.558E+05, 0.600E+03, 1, 93, 1, 1, 0.44479919E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.18952055E-05, 0.26859984E+05, + 0.558E+05, 0.600E+03, 1, 93, 1, 2, 0.44084908E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.14401690E-05, 0.27609646E+05, + 0.558E+05, 0.600E+03, 1, 93, 1, 3, 0.43720663E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.12893158E-05, 0.28401395E+05, + 0.558E+05, 0.600E+03, 1, 93, 1, 4, 0.43385463E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.11427077E-05, 0.29237545E+05, + 0.558E+05, 0.600E+03, 1, 93, 1, 5, 0.43077493E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10061453E-05, 0.30112788E+05, + 0.558E+05, 0.600E+03, 1, 93, 1, 6, 0.42794819E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.93825227E-06, 0.31024654E+05, + 0.558E+05, 0.600E+03, 1, 93, 1, 7, 0.42535524E+01, 0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.89269350E-06, 0.31971282E+05, + 0.558E+05, 0.600E+03, 1, 93, 1, 8, 0.42297744E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.86492676E-06, 0.32950826E+05, + 0.558E+05, 0.600E+03, 1, 93, 1, 9, 0.42079699E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.85139095E-06, 0.33961490E+05, + 0.558E+05, 0.600E+03, 1, 93, 1, 10, 0.41879709E+01, 0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.84922339E-06, 0.35001551E+05, + 0.558E+05, 0.600E+03, 1, 93, 1, 11, 0.41696201E+01, 0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.85619897E-06, 0.36069376E+05, + 0.558E+05, 0.600E+03, 1, 93, 1, 12, 0.41527717E+01, 0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000009E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.87045663E-06, 0.37163436E+05, + 0.558E+05, 0.600E+03, 1, 93, 1, 13, 0.41372911E+01, 0.20000009E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000010E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.89056221E-06, 0.38282304E+05, + 0.558E+05, 0.600E+03, 1, 93, 1, 14, 0.41230550E+01, 0.20000010E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000011E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.91532026E-06, 0.39424663E+05, + 0.558E+05, 0.600E+03, 1, 93, 1, 15, 0.41099507E+01, 0.20000011E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000012E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.94375824E-06, 0.40589297E+05, + 0.558E+05, 0.600E+03, 1, 93, 1, 16, 0.40978760E+01, 0.20000012E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000013E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.97510228E-06, 0.41775096E+05, + 0.558E+05, 0.600E+03, 1, 93, 1, 17, 0.40867376E+01, 0.20000013E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000014E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.95107415E-06, 0.42981043E+05, + 0.558E+05, 0.600E+03, 1, 93, 1, 18, 0.40764525E+01, 0.20000014E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000015E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.98209026E-06, 0.44209228E+05, + 0.558E+05, 0.600E+03, 1, 93, 1, 19, 0.40669459E+01, 0.20000015E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000016E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10737799E-05, 0.45457878E+05, + 0.558E+05, 0.600E+03, 1, 93, 1, 20, 0.40581493E+01, 0.20000016E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000015E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.81781615E-06, 0.46724738E+05, + 0.558E+05, 0.600E+03, 1, 93, 1, 21, 0.40500000E+01, 0.20000015E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000015E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.564E+05, 0.600E+03, 1, 94, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.96894196E-06, 0.26859982E+05, + 0.564E+05, 0.600E+03, 1, 94, 1, 2, 0.44084907E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11737816E-06, 0.27609644E+05, + 0.564E+05, 0.600E+03, 1, 94, 1, 3, 0.43720661E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.38628880E-07, 0.28401393E+05, + 0.564E+05, 0.600E+03, 1, 94, 1, 4, 0.43385462E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.13676528E-06, 0.29237543E+05, + 0.564E+05, 0.600E+03, 1, 94, 1, 5, 0.43077491E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.18584191E-06, 0.30112786E+05, + 0.564E+05, 0.600E+03, 1, 94, 1, 6, 0.42794818E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22751941E-06, 0.31024652E+05, + 0.564E+05, 0.600E+03, 1, 94, 1, 7, 0.42535522E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.25473486E-06, 0.31971280E+05, + 0.564E+05, 0.600E+03, 1, 94, 1, 8, 0.42297742E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.27169495E-06, 0.32950824E+05, + 0.564E+05, 0.600E+03, 1, 94, 1, 9, 0.42079698E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.28143458E-06, 0.33961488E+05, + 0.564E+05, 0.600E+03, 1, 94, 1, 10, 0.41879708E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.28610738E-06, 0.35001549E+05, + 0.564E+05, 0.600E+03, 1, 94, 1, 11, 0.41696200E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.28725951E-06, 0.36069375E+05, + 0.564E+05, 0.600E+03, 1, 94, 1, 12, 0.41527716E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.28596858E-06, 0.37163435E+05, + 0.564E+05, 0.600E+03, 1, 94, 1, 13, 0.41372910E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.28302793E-06, 0.38282303E+05, + 0.564E+05, 0.600E+03, 1, 94, 1, 14, 0.41230549E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.27898430E-06, 0.39424661E+05, + 0.564E+05, 0.600E+03, 1, 94, 1, 15, 0.41099507E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.27422550E-06, 0.40589296E+05, + 0.564E+05, 0.600E+03, 1, 94, 1, 16, 0.40978759E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.26903031E-06, 0.41775095E+05, + 0.564E+05, 0.600E+03, 1, 94, 1, 17, 0.40867375E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.26882419E-06, 0.42981043E+05, + 0.564E+05, 0.600E+03, 1, 94, 1, 18, 0.40764524E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.26734637E-06, 0.44209227E+05, + 0.564E+05, 0.600E+03, 1, 94, 1, 19, 0.40669459E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.25730291E-06, 0.45457878E+05, + 0.564E+05, 0.600E+03, 1, 94, 1, 20, 0.40581493E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.19335351E-06, 0.46724738E+05, + 0.564E+05, 0.600E+03, 1, 94, 1, 21, 0.40500000E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.570E+05, 0.600E+03, 1, 95, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.36450789E-06, 0.26859982E+05, + 0.570E+05, 0.600E+03, 1, 95, 1, 2, 0.44084907E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.84176015E-07, 0.27609644E+05, + 0.570E+05, 0.600E+03, 1, 95, 1, 3, 0.43720661E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.62130649E-07, 0.28401393E+05, + 0.570E+05, 0.600E+03, 1, 95, 1, 4, 0.43385462E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.16015988E-06, 0.29237544E+05, + 0.570E+05, 0.600E+03, 1, 95, 1, 5, 0.43077491E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21641597E-06, 0.30112786E+05, + 0.570E+05, 0.600E+03, 1, 95, 1, 6, 0.42794818E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.25897392E-06, 0.31024653E+05, + 0.570E+05, 0.600E+03, 1, 95, 1, 7, 0.42535522E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.28766436E-06, 0.31971280E+05, + 0.570E+05, 0.600E+03, 1, 95, 1, 8, 0.42297742E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.30652544E-06, 0.32950825E+05, + 0.570E+05, 0.600E+03, 1, 95, 1, 9, 0.42079698E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.31845057E-06, 0.33961488E+05, + 0.570E+05, 0.600E+03, 1, 95, 1, 10, 0.41879708E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.32549434E-06, 0.35001549E+05, + 0.570E+05, 0.600E+03, 1, 95, 1, 11, 0.41696201E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.32914625E-06, 0.36069375E+05, + 0.570E+05, 0.600E+03, 1, 95, 1, 12, 0.41527716E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.33040797E-06, 0.37163435E+05, + 0.570E+05, 0.600E+03, 1, 95, 1, 13, 0.41372910E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.33003509E-06, 0.38282303E+05, + 0.570E+05, 0.600E+03, 1, 95, 1, 14, 0.41230549E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.32856240E-06, 0.39424662E+05, + 0.570E+05, 0.600E+03, 1, 95, 1, 15, 0.41099507E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.32633083E-06, 0.40589296E+05, + 0.570E+05, 0.600E+03, 1, 95, 1, 16, 0.40978759E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.32360062E-06, 0.41775095E+05, + 0.570E+05, 0.600E+03, 1, 95, 1, 17, 0.40867375E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.32901763E-06, 0.42981043E+05, + 0.570E+05, 0.600E+03, 1, 95, 1, 18, 0.40764524E+01, 0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.32904706E-06, 0.44209227E+05, + 0.570E+05, 0.600E+03, 1, 95, 1, 19, 0.40669459E+01, 0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.31795646E-06, 0.45457878E+05, + 0.570E+05, 0.600E+03, 1, 95, 1, 20, 0.40581493E+01, 0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.18256440E-05, 0.46724738E+05, + 0.570E+05, 0.600E+03, 1, 95, 1, 21, 0.40500000E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.576E+05, 0.600E+03, 1, 96, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.42923254E-07, 0.26859982E+05, + 0.576E+05, 0.600E+03, 1, 96, 1, 2, 0.44084907E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.62716282E-07, 0.27609644E+05, + 0.576E+05, 0.600E+03, 1, 96, 1, 3, 0.43720661E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.78628755E-07, 0.28401393E+05, + 0.576E+05, 0.600E+03, 1, 96, 1, 4, 0.43385462E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.17669480E-06, 0.29237544E+05, + 0.576E+05, 0.600E+03, 1, 96, 1, 5, 0.43077492E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.23667835E-06, 0.30112787E+05, + 0.576E+05, 0.600E+03, 1, 96, 1, 6, 0.42794818E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.27970216E-06, 0.31024653E+05, + 0.576E+05, 0.600E+03, 1, 96, 1, 7, 0.42535522E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.30916728E-06, 0.31971281E+05, + 0.576E+05, 0.600E+03, 1, 96, 1, 8, 0.42297742E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.32903675E-06, 0.32950825E+05, + 0.576E+05, 0.600E+03, 1, 96, 1, 9, 0.42079698E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.34211369E-06, 0.33961488E+05, + 0.576E+05, 0.600E+03, 1, 96, 1, 10, 0.41879708E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.35042056E-06, 0.35001549E+05, + 0.576E+05, 0.600E+03, 1, 96, 1, 11, 0.41696201E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.35539003E-06, 0.36069375E+05, + 0.576E+05, 0.600E+03, 1, 96, 1, 12, 0.41527716E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.35799205E-06, 0.37163435E+05, + 0.576E+05, 0.600E+03, 1, 96, 1, 13, 0.41372910E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.35898403E-06, 0.38282303E+05, + 0.576E+05, 0.600E+03, 1, 96, 1, 14, 0.41230549E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.35885371E-06, 0.39424662E+05, + 0.576E+05, 0.600E+03, 1, 96, 1, 15, 0.41099507E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.35793548E-06, 0.40589296E+05, + 0.576E+05, 0.600E+03, 1, 96, 1, 16, 0.40978759E+01, 0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.35649967E-06, 0.41775095E+05, + 0.576E+05, 0.600E+03, 1, 96, 1, 17, 0.40867375E+01, 0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.36452071E-06, 0.42981043E+05, + 0.576E+05, 0.600E+03, 1, 96, 1, 18, 0.40764524E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.36528274E-06, 0.44209227E+05, + 0.576E+05, 0.600E+03, 1, 96, 1, 19, 0.40669459E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.35391939E-06, 0.45457878E+05, + 0.576E+05, 0.600E+03, 1, 96, 1, 20, 0.40581493E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.18467755E-05, 0.46724738E+05, + 0.576E+05, 0.600E+03, 1, 96, 1, 21, 0.40500000E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.582E+05, 0.600E+03, 1, 97, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.93198427E-07, 0.26859982E+05, + 0.582E+05, 0.600E+03, 1, 97, 1, 2, 0.44084907E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.62420902E-07, 0.27609644E+05, + 0.582E+05, 0.600E+03, 1, 97, 1, 3, 0.43720661E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.79928430E-07, 0.28401393E+05, + 0.582E+05, 0.600E+03, 1, 97, 1, 4, 0.43385462E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.17818189E-06, 0.29237544E+05, + 0.582E+05, 0.600E+03, 1, 97, 1, 5, 0.43077491E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.23759501E-06, 0.30112786E+05, + 0.582E+05, 0.600E+03, 1, 97, 1, 6, 0.42794818E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.28069330E-06, 0.31024653E+05, + 0.582E+05, 0.600E+03, 1, 97, 1, 7, 0.42535522E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.31018329E-06, 0.31971281E+05, + 0.582E+05, 0.600E+03, 1, 97, 1, 8, 0.42297742E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.33006312E-06, 0.32950825E+05, + 0.582E+05, 0.600E+03, 1, 97, 1, 9, 0.42079698E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.34313969E-06, 0.33961488E+05, + 0.582E+05, 0.600E+03, 1, 97, 1, 10, 0.41879708E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.35141624E-06, 0.35001549E+05, + 0.582E+05, 0.600E+03, 1, 97, 1, 11, 0.41696201E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.35636727E-06, 0.36069375E+05, + 0.582E+05, 0.600E+03, 1, 97, 1, 12, 0.41527716E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.35893144E-06, 0.37163435E+05, + 0.582E+05, 0.600E+03, 1, 97, 1, 13, 0.41372910E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.35989365E-06, 0.38282303E+05, + 0.582E+05, 0.600E+03, 1, 97, 1, 14, 0.41230549E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.35973015E-06, 0.39424662E+05, + 0.582E+05, 0.600E+03, 1, 97, 1, 15, 0.41099507E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.35876014E-06, 0.40589296E+05, + 0.582E+05, 0.600E+03, 1, 97, 1, 16, 0.40978759E+01, 0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.35730099E-06, 0.41775095E+05, + 0.582E+05, 0.600E+03, 1, 97, 1, 17, 0.40867375E+01, 0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.36464279E-06, 0.42981043E+05, + 0.582E+05, 0.600E+03, 1, 97, 1, 18, 0.40764524E+01, 0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.36539235E-06, 0.44209227E+05, + 0.582E+05, 0.600E+03, 1, 97, 1, 19, 0.40669459E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.35461005E-06, 0.45457878E+05, + 0.582E+05, 0.600E+03, 1, 97, 1, 20, 0.40581493E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.65393173E-05, 0.46724738E+05, + 0.582E+05, 0.600E+03, 1, 97, 1, 21, 0.40500000E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.588E+05, 0.600E+03, 1, 98, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.48872615E-06, 0.26859982E+05, + 0.588E+05, 0.600E+03, 1, 98, 1, 2, 0.44084907E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14385229E-07, 0.27609643E+05, + 0.588E+05, 0.600E+03, 1, 98, 1, 3, 0.43720661E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.22758577E-08, 0.28401393E+05, + 0.588E+05, 0.600E+03, 1, 98, 1, 4, 0.43385462E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10817306E-07, 0.29237543E+05, + 0.588E+05, 0.600E+03, 1, 98, 1, 5, 0.43077491E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.18911152E-07, 0.30112786E+05, + 0.588E+05, 0.600E+03, 1, 98, 1, 6, 0.42794818E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.33063756E-07, 0.31024652E+05, + 0.588E+05, 0.600E+03, 1, 98, 1, 7, 0.42535522E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.45422208E-07, 0.31971280E+05, + 0.588E+05, 0.600E+03, 1, 98, 1, 8, 0.42297742E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.55488709E-07, 0.32950824E+05, + 0.588E+05, 0.600E+03, 1, 98, 1, 9, 0.42079698E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.63211310E-07, 0.33961488E+05, + 0.588E+05, 0.600E+03, 1, 98, 1, 10, 0.41879708E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.68747013E-07, 0.35001549E+05, + 0.588E+05, 0.600E+03, 1, 98, 1, 11, 0.41696200E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.72390609E-07, 0.36069375E+05, + 0.588E+05, 0.600E+03, 1, 98, 1, 12, 0.41527716E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.74419788E-07, 0.37163435E+05, + 0.588E+05, 0.600E+03, 1, 98, 1, 13, 0.41372910E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.75153686E-07, 0.38282303E+05, + 0.588E+05, 0.600E+03, 1, 98, 1, 14, 0.41230549E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.74847485E-07, 0.39424661E+05, + 0.588E+05, 0.600E+03, 1, 98, 1, 15, 0.41099507E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.73735016E-07, 0.40589296E+05, + 0.588E+05, 0.600E+03, 1, 98, 1, 16, 0.40978759E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.72015894E-07, 0.41775095E+05, + 0.588E+05, 0.600E+03, 1, 98, 1, 17, 0.40867375E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.69876485E-07, 0.42981042E+05, + 0.588E+05, 0.600E+03, 1, 98, 1, 18, 0.40764524E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.69594147E-07, 0.44209227E+05, + 0.588E+05, 0.600E+03, 1, 98, 1, 19, 0.40669459E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.67627354E-07, 0.45457878E+05, + 0.588E+05, 0.600E+03, 1, 98, 1, 20, 0.40581493E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.18079510E-06, 0.46724738E+05, + 0.588E+05, 0.600E+03, 1, 98, 1, 21, 0.40500000E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.594E+05, 0.600E+03, 1, 99, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.48009595E-06, 0.26859982E+05, + 0.594E+05, 0.600E+03, 1, 99, 1, 2, 0.44084907E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15447618E-07, 0.27609643E+05, + 0.594E+05, 0.600E+03, 1, 99, 1, 3, 0.43720661E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.33478464E-08, 0.28401393E+05, + 0.594E+05, 0.600E+03, 1, 99, 1, 4, 0.43385462E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.98165032E-08, 0.29237543E+05, + 0.594E+05, 0.600E+03, 1, 99, 1, 5, 0.43077491E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.18077753E-07, 0.30112786E+05, + 0.594E+05, 0.600E+03, 1, 99, 1, 6, 0.42794818E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.32259393E-07, 0.31024652E+05, + 0.594E+05, 0.600E+03, 1, 99, 1, 7, 0.42535522E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.44636895E-07, 0.31971280E+05, + 0.594E+05, 0.600E+03, 1, 99, 1, 8, 0.42297742E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.54729561E-07, 0.32950824E+05, + 0.594E+05, 0.600E+03, 1, 99, 1, 9, 0.42079698E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.62464228E-07, 0.33961488E+05, + 0.594E+05, 0.600E+03, 1, 99, 1, 10, 0.41879708E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.68012092E-07, 0.35001549E+05, + 0.594E+05, 0.600E+03, 1, 99, 1, 11, 0.41696200E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.71684795E-07, 0.36069375E+05, + 0.594E+05, 0.600E+03, 1, 99, 1, 12, 0.41527716E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.73712940E-07, 0.37163435E+05, + 0.594E+05, 0.600E+03, 1, 99, 1, 13, 0.41372910E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.74466300E-07, 0.38282303E+05, + 0.594E+05, 0.600E+03, 1, 99, 1, 14, 0.41230549E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.74173201E-07, 0.39424661E+05, + 0.594E+05, 0.600E+03, 1, 99, 1, 15, 0.41099507E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.73065593E-07, 0.40589296E+05, + 0.594E+05, 0.600E+03, 1, 99, 1, 16, 0.40978759E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.71363992E-07, 0.41775095E+05, + 0.594E+05, 0.600E+03, 1, 99, 1, 17, 0.40867375E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.69326600E-07, 0.42981042E+05, + 0.594E+05, 0.600E+03, 1, 99, 1, 18, 0.40764524E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.69063393E-07, 0.44209227E+05, + 0.594E+05, 0.600E+03, 1, 99, 1, 19, 0.40669459E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.66992758E-07, 0.45457878E+05, + 0.594E+05, 0.600E+03, 1, 99, 1, 20, 0.40581493E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.58125791E-06, 0.46724738E+05, + 0.594E+05, 0.600E+03, 1, 99, 1, 21, 0.40500000E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.600E+05, 0.600E+03, 1, 100, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.43888644E-07, 0.26859982E+05, + 0.600E+05, 0.600E+03, 1, 100, 1, 2, 0.44084907E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.20243974E-07, 0.27609644E+05, + 0.600E+05, 0.600E+03, 1, 100, 1, 3, 0.43720661E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12093636E-07, 0.28401393E+05, + 0.600E+05, 0.600E+03, 1, 100, 1, 4, 0.43385462E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.38572523E-08, 0.29237543E+05, + 0.600E+05, 0.600E+03, 1, 100, 1, 5, 0.43077491E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20165093E-07, 0.30112786E+05, + 0.600E+05, 0.600E+03, 1, 100, 1, 6, 0.42794818E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.35938619E-07, 0.31024652E+05, + 0.600E+05, 0.600E+03, 1, 100, 1, 7, 0.42535522E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.50005831E-07, 0.31971280E+05, + 0.600E+05, 0.600E+03, 1, 100, 1, 8, 0.42297742E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.61907716E-07, 0.32950824E+05, + 0.600E+05, 0.600E+03, 1, 100, 1, 9, 0.42079698E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.71513881E-07, 0.33961488E+05, + 0.600E+05, 0.600E+03, 1, 100, 1, 10, 0.41879708E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.79001207E-07, 0.35001549E+05, + 0.600E+05, 0.600E+03, 1, 100, 1, 11, 0.41696200E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.84613575E-07, 0.36069375E+05, + 0.600E+05, 0.600E+03, 1, 100, 1, 12, 0.41527716E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.88588326E-07, 0.37163435E+05, + 0.600E+05, 0.600E+03, 1, 100, 1, 13, 0.41372910E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.91249138E-07, 0.38282303E+05, + 0.600E+05, 0.600E+03, 1, 100, 1, 14, 0.41230549E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.92827889E-07, 0.39424661E+05, + 0.600E+05, 0.600E+03, 1, 100, 1, 15, 0.41099507E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.93536439E-07, 0.40589296E+05, + 0.600E+05, 0.600E+03, 1, 100, 1, 16, 0.40978759E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.93600320E-07, 0.41775095E+05, + 0.600E+05, 0.600E+03, 1, 100, 1, 17, 0.40867375E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.96563912E-07, 0.42981042E+05, + 0.600E+05, 0.600E+03, 1, 100, 1, 18, 0.40764524E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.97267481E-07, 0.44209227E+05, + 0.600E+05, 0.600E+03, 1, 100, 1, 19, 0.40669459E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.93318032E-07, 0.45457878E+05, + 0.600E+05, 0.600E+03, 1, 100, 1, 20, 0.40581493E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20299676E-06, 0.46724738E+05, + 0.600E+05, 0.600E+03, 1, 100, 1, 21, 0.40500000E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.606E+05, 0.600E+03, 1, 101, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.31369791E-06, 0.26859982E+05, + 0.606E+05, 0.600E+03, 1, 101, 1, 2, 0.44084907E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16694912E-09, 0.27609644E+05, + 0.606E+05, 0.600E+03, 1, 101, 1, 3, 0.43720661E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.39528594E-08, 0.28401393E+05, + 0.606E+05, 0.600E+03, 1, 101, 1, 4, 0.43385462E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19937406E-07, 0.29237543E+05, + 0.606E+05, 0.600E+03, 1, 101, 1, 5, 0.43077491E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.39433878E-07, 0.30112786E+05, + 0.606E+05, 0.600E+03, 1, 101, 1, 6, 0.42794818E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.55657427E-07, 0.31024652E+05, + 0.606E+05, 0.600E+03, 1, 101, 1, 7, 0.42535522E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.70481619E-07, 0.31971280E+05, + 0.606E+05, 0.600E+03, 1, 101, 1, 8, 0.42297742E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.83355559E-07, 0.32950824E+05, + 0.606E+05, 0.600E+03, 1, 101, 1, 9, 0.42079698E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.94133938E-07, 0.33961488E+05, + 0.606E+05, 0.600E+03, 1, 101, 1, 10, 0.41879708E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10289414E-06, 0.35001549E+05, + 0.606E+05, 0.600E+03, 1, 101, 1, 11, 0.41696200E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10989071E-06, 0.36069375E+05, + 0.606E+05, 0.600E+03, 1, 101, 1, 12, 0.41527716E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.11530155E-06, 0.37163435E+05, + 0.606E+05, 0.600E+03, 1, 101, 1, 13, 0.41372910E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.11943013E-06, 0.38282303E+05, + 0.606E+05, 0.600E+03, 1, 101, 1, 14, 0.41230549E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.12250203E-06, 0.39424661E+05, + 0.606E+05, 0.600E+03, 1, 101, 1, 15, 0.41099507E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.12468593E-06, 0.40589296E+05, + 0.606E+05, 0.600E+03, 1, 101, 1, 16, 0.40978759E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.12623528E-06, 0.41775095E+05, + 0.606E+05, 0.600E+03, 1, 101, 1, 17, 0.40867375E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.13188822E-06, 0.42981042E+05, + 0.606E+05, 0.600E+03, 1, 101, 1, 18, 0.40764524E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.13360797E-06, 0.44209227E+05, + 0.606E+05, 0.600E+03, 1, 101, 1, 19, 0.40669459E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.12974806E-06, 0.45457878E+05, + 0.606E+05, 0.600E+03, 1, 101, 1, 20, 0.40581493E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20746755E-06, 0.46724738E+05, + 0.606E+05, 0.600E+03, 1, 101, 1, 21, 0.40500000E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.612E+05, 0.600E+03, 1, 102, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.26392706E-06, 0.26859982E+05, + 0.612E+05, 0.600E+03, 1, 102, 1, 2, 0.44084907E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.39535006E-07, 0.27609644E+05, + 0.612E+05, 0.600E+03, 1, 102, 1, 3, 0.43720661E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.38977998E-07, 0.28401393E+05, + 0.612E+05, 0.600E+03, 1, 102, 1, 4, 0.43385462E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.35699404E-07, 0.29237543E+05, + 0.612E+05, 0.600E+03, 1, 102, 1, 5, 0.43077491E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.31007072E-07, 0.30112786E+05, + 0.612E+05, 0.600E+03, 1, 102, 1, 6, 0.42794818E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.30781727E-07, 0.31024652E+05, + 0.612E+05, 0.600E+03, 1, 102, 1, 7, 0.42535522E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.31108438E-07, 0.31971280E+05, + 0.612E+05, 0.600E+03, 1, 102, 1, 8, 0.42297742E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.31671718E-07, 0.32950824E+05, + 0.612E+05, 0.600E+03, 1, 102, 1, 9, 0.42079698E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.32285129E-07, 0.33961488E+05, + 0.612E+05, 0.600E+03, 1, 102, 1, 10, 0.41879708E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.32784129E-07, 0.35001549E+05, + 0.612E+05, 0.600E+03, 1, 102, 1, 11, 0.41696200E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.33093212E-07, 0.36069375E+05, + 0.612E+05, 0.600E+03, 1, 102, 1, 12, 0.41527716E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.33199118E-07, 0.37163435E+05, + 0.612E+05, 0.600E+03, 1, 102, 1, 13, 0.41372910E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.33065390E-07, 0.38282303E+05, + 0.612E+05, 0.600E+03, 1, 102, 1, 14, 0.41230549E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.32742602E-07, 0.39424661E+05, + 0.612E+05, 0.600E+03, 1, 102, 1, 15, 0.41099507E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.32237029E-07, 0.40589296E+05, + 0.612E+05, 0.600E+03, 1, 102, 1, 16, 0.40978759E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.31584147E-07, 0.41775095E+05, + 0.612E+05, 0.600E+03, 1, 102, 1, 17, 0.40867375E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.30595345E-07, 0.42981042E+05, + 0.612E+05, 0.600E+03, 1, 102, 1, 18, 0.40764524E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.30577073E-07, 0.44209227E+05, + 0.612E+05, 0.600E+03, 1, 102, 1, 19, 0.40669459E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.30159804E-07, 0.45457878E+05, + 0.612E+05, 0.600E+03, 1, 102, 1, 20, 0.40581493E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23531836E-06, 0.46724738E+05, + 0.612E+05, 0.600E+03, 1, 102, 1, 21, 0.40500000E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.618E+05, 0.600E+03, 1, 103, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15363994E-06, 0.26859982E+05, + 0.618E+05, 0.600E+03, 1, 103, 1, 2, 0.44084907E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.63742469E-08, 0.27609644E+05, + 0.618E+05, 0.600E+03, 1, 103, 1, 3, 0.43720661E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.19908448E-08, 0.28401393E+05, + 0.618E+05, 0.600E+03, 1, 103, 1, 4, 0.43385462E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.14069812E-09, 0.29237543E+05, + 0.618E+05, 0.600E+03, 1, 103, 1, 5, 0.43077491E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.87893781E-09, 0.30112786E+05, + 0.618E+05, 0.600E+03, 1, 103, 1, 6, 0.42794818E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.33503404E-08, 0.31024652E+05, + 0.618E+05, 0.600E+03, 1, 103, 1, 7, 0.42535522E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.56799152E-08, 0.31971280E+05, + 0.618E+05, 0.600E+03, 1, 103, 1, 8, 0.42297742E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.77050721E-08, 0.32950824E+05, + 0.618E+05, 0.600E+03, 1, 103, 1, 9, 0.42079698E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.93573433E-08, 0.33961488E+05, + 0.618E+05, 0.600E+03, 1, 103, 1, 10, 0.41879708E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10551478E-07, 0.35001549E+05, + 0.618E+05, 0.600E+03, 1, 103, 1, 11, 0.41696200E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.11304497E-07, 0.36069375E+05, + 0.618E+05, 0.600E+03, 1, 103, 1, 12, 0.41527716E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.11648972E-07, 0.37163435E+05, + 0.618E+05, 0.600E+03, 1, 103, 1, 13, 0.41372910E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.11571856E-07, 0.38282303E+05, + 0.618E+05, 0.600E+03, 1, 103, 1, 14, 0.41230549E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.11217125E-07, 0.39424661E+05, + 0.618E+05, 0.600E+03, 1, 103, 1, 15, 0.41099507E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10559802E-07, 0.40589296E+05, + 0.618E+05, 0.600E+03, 1, 103, 1, 16, 0.40978759E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.96881507E-08, 0.41775095E+05, + 0.618E+05, 0.600E+03, 1, 103, 1, 17, 0.40867375E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10281340E-07, 0.42981042E+05, + 0.618E+05, 0.600E+03, 1, 103, 1, 18, 0.40764524E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10018276E-07, 0.44209227E+05, + 0.618E+05, 0.600E+03, 1, 103, 1, 19, 0.40669459E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.74269764E-08, 0.45457878E+05, + 0.618E+05, 0.600E+03, 1, 103, 1, 20, 0.40581493E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.90064773E-08, 0.46724738E+05, + 0.618E+05, 0.600E+03, 1, 103, 1, 21, 0.40500000E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.624E+05, 0.600E+03, 1, 104, 1, 1, 0.44479919E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.21185756E-05, 0.26859984E+05, + 0.624E+05, 0.600E+03, 1, 104, 1, 2, 0.44084909E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.15106519E-05, 0.27609646E+05, + 0.624E+05, 0.600E+03, 1, 104, 1, 3, 0.43720663E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.13309584E-05, 0.28401395E+05, + 0.624E+05, 0.600E+03, 1, 104, 1, 4, 0.43385464E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.11414281E-05, 0.29237546E+05, + 0.624E+05, 0.600E+03, 1, 104, 1, 5, 0.43077493E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.97924276E-06, 0.30112789E+05, + 0.624E+05, 0.600E+03, 1, 104, 1, 6, 0.42794820E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.89365074E-06, 0.31024655E+05, + 0.624E+05, 0.600E+03, 1, 104, 1, 7, 0.42535524E+01, 0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.84753023E-06, 0.31971283E+05, + 0.624E+05, 0.600E+03, 1, 104, 1, 8, 0.42297744E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.84013610E-06, 0.32950827E+05, + 0.624E+05, 0.600E+03, 1, 104, 1, 9, 0.42079699E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.86915959E-06, 0.33961490E+05, + 0.624E+05, 0.600E+03, 1, 104, 1, 10, 0.41879710E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.93259175E-06, 0.35001551E+05, + 0.624E+05, 0.600E+03, 1, 104, 1, 11, 0.41696202E+01, 0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10277066E-05, 0.36069377E+05, + 0.624E+05, 0.600E+03, 1, 104, 1, 12, 0.41527717E+01, 0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000009E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.11520107E-05, 0.37163437E+05, + 0.624E+05, 0.600E+03, 1, 104, 1, 13, 0.41372911E+01, 0.20000009E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000011E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.13036871E-05, 0.38282305E+05, + 0.624E+05, 0.600E+03, 1, 104, 1, 14, 0.41230550E+01, 0.20000011E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000012E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.14798697E-05, 0.39424663E+05, + 0.624E+05, 0.600E+03, 1, 104, 1, 15, 0.41099508E+01, 0.20000012E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000014E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.16796894E-05, 0.40589298E+05, + 0.624E+05, 0.600E+03, 1, 104, 1, 16, 0.40978760E+01, 0.20000014E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000016E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19009695E-05, 0.41775097E+05, + 0.624E+05, 0.600E+03, 1, 104, 1, 17, 0.40867376E+01, 0.20000016E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000018E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20697408E-05, 0.42981044E+05, + 0.624E+05, 0.600E+03, 1, 104, 1, 18, 0.40764525E+01, 0.20000018E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000020E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.23153358E-05, 0.44209228E+05, + 0.624E+05, 0.600E+03, 1, 104, 1, 19, 0.40669459E+01, 0.20000020E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000023E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.26616440E-05, 0.45457878E+05, + 0.624E+05, 0.600E+03, 1, 104, 1, 20, 0.40581493E+01, 0.20000023E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.13702735E-04, 0.46724738E+05, + 0.624E+05, 0.600E+03, 1, 104, 1, 21, 0.40500000E+01, 0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.630E+05, 0.600E+03, 1, 105, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.24440088E-06, 0.26859982E+05, + 0.630E+05, 0.600E+03, 1, 105, 1, 2, 0.44084907E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23668251E-06, 0.27609643E+05, + 0.630E+05, 0.600E+03, 1, 105, 1, 3, 0.43720661E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.20622851E-06, 0.28401392E+05, + 0.630E+05, 0.600E+03, 1, 105, 1, 4, 0.43385461E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16478116E-06, 0.29237543E+05, + 0.630E+05, 0.600E+03, 1, 105, 1, 5, 0.43077491E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12788572E-06, 0.30112786E+05, + 0.630E+05, 0.600E+03, 1, 105, 1, 6, 0.42794817E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.97126449E-07, 0.31024652E+05, + 0.630E+05, 0.600E+03, 1, 105, 1, 7, 0.42535522E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.70500739E-07, 0.31971280E+05, + 0.630E+05, 0.600E+03, 1, 105, 1, 8, 0.42297742E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.48195513E-07, 0.32950824E+05, + 0.630E+05, 0.600E+03, 1, 105, 1, 9, 0.42079697E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.29928291E-07, 0.33961488E+05, + 0.630E+05, 0.600E+03, 1, 105, 1, 10, 0.41879708E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15219356E-07, 0.35001549E+05, + 0.630E+05, 0.600E+03, 1, 105, 1, 11, 0.41696200E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.35263312E-08, 0.36069375E+05, + 0.630E+05, 0.600E+03, 1, 105, 1, 12, 0.41527716E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.56613523E-08, 0.37163434E+05, + 0.630E+05, 0.600E+03, 1, 105, 1, 13, 0.41372909E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.12806357E-07, 0.38282303E+05, + 0.630E+05, 0.600E+03, 1, 105, 1, 14, 0.41230548E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.18300085E-07, 0.39424661E+05, + 0.630E+05, 0.600E+03, 1, 105, 1, 15, 0.41099507E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22459353E-07, 0.40589296E+05, + 0.630E+05, 0.600E+03, 1, 105, 1, 16, 0.40978759E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.25558560E-07, 0.41775095E+05, + 0.630E+05, 0.600E+03, 1, 105, 1, 17, 0.40867375E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.25441011E-07, 0.42981042E+05, + 0.630E+05, 0.600E+03, 1, 105, 1, 18, 0.40764524E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.27890337E-07, 0.44209227E+05, + 0.630E+05, 0.600E+03, 1, 105, 1, 19, 0.40669459E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.31585557E-07, 0.45457877E+05, + 0.630E+05, 0.600E+03, 1, 105, 1, 20, 0.40581493E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999990E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.98371696E-05, 0.46724738E+05, + 0.630E+05, 0.600E+03, 1, 105, 1, 21, 0.40500000E+01, 0.19999990E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999990E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.636E+05, 0.600E+03, 1, 106, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.18279409E-05, 0.26859982E+05, + 0.636E+05, 0.600E+03, 1, 106, 1, 2, 0.44084907E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.35361892E-06, 0.27609644E+05, + 0.636E+05, 0.600E+03, 1, 106, 1, 3, 0.43720661E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.41358193E-06, 0.28401393E+05, + 0.636E+05, 0.600E+03, 1, 106, 1, 4, 0.43385462E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.37268715E-06, 0.29237543E+05, + 0.636E+05, 0.600E+03, 1, 106, 1, 5, 0.43077491E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.29140310E-06, 0.30112786E+05, + 0.636E+05, 0.600E+03, 1, 106, 1, 6, 0.42794818E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.22305368E-06, 0.31024652E+05, + 0.636E+05, 0.600E+03, 1, 106, 1, 7, 0.42535522E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15601541E-06, 0.31971280E+05, + 0.636E+05, 0.600E+03, 1, 106, 1, 8, 0.42297742E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.95309652E-07, 0.32950824E+05, + 0.636E+05, 0.600E+03, 1, 106, 1, 9, 0.42079698E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.43003645E-07, 0.33961488E+05, + 0.636E+05, 0.600E+03, 1, 106, 1, 10, 0.41879708E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.77855944E-09, 0.35001549E+05, + 0.636E+05, 0.600E+03, 1, 106, 1, 11, 0.41696200E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.36717744E-07, 0.36069375E+05, + 0.636E+05, 0.600E+03, 1, 106, 1, 12, 0.41527716E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.65758631E-07, 0.37163435E+05, + 0.636E+05, 0.600E+03, 1, 106, 1, 13, 0.41372910E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.89036352E-07, 0.38282303E+05, + 0.636E+05, 0.600E+03, 1, 106, 1, 14, 0.41230549E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10736573E-06, 0.39424661E+05, + 0.636E+05, 0.600E+03, 1, 106, 1, 15, 0.41099507E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.12191053E-06, 0.40589296E+05, + 0.636E+05, 0.600E+03, 1, 106, 1, 16, 0.40978759E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.13320641E-06, 0.41775095E+05, + 0.636E+05, 0.600E+03, 1, 106, 1, 17, 0.40867375E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.15067767E-06, 0.42981042E+05, + 0.636E+05, 0.600E+03, 1, 106, 1, 18, 0.40764524E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.15986911E-06, 0.44209227E+05, + 0.636E+05, 0.600E+03, 1, 106, 1, 19, 0.40669459E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.15791339E-06, 0.45457878E+05, + 0.636E+05, 0.600E+03, 1, 106, 1, 20, 0.40581493E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.35652000E-06, 0.46724738E+05, + 0.636E+05, 0.600E+03, 1, 106, 1, 21, 0.40500000E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.642E+05, 0.600E+03, 1, 107, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.29317854E-05, 0.26859982E+05, + 0.642E+05, 0.600E+03, 1, 107, 1, 2, 0.44084907E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.28322505E-06, 0.27609644E+05, + 0.642E+05, 0.600E+03, 1, 107, 1, 3, 0.43720661E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.34602634E-06, 0.28401393E+05, + 0.642E+05, 0.600E+03, 1, 107, 1, 4, 0.43385462E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.35761467E-06, 0.29237543E+05, + 0.642E+05, 0.600E+03, 1, 107, 1, 5, 0.43077491E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.31926627E-06, 0.30112786E+05, + 0.642E+05, 0.600E+03, 1, 107, 1, 6, 0.42794818E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.31818678E-06, 0.31024652E+05, + 0.642E+05, 0.600E+03, 1, 107, 1, 7, 0.42535522E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.31289120E-06, 0.31971280E+05, + 0.642E+05, 0.600E+03, 1, 107, 1, 8, 0.42297742E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.30513770E-06, 0.32950824E+05, + 0.642E+05, 0.600E+03, 1, 107, 1, 9, 0.42079697E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.29639744E-06, 0.33961488E+05, + 0.642E+05, 0.600E+03, 1, 107, 1, 10, 0.41879708E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.28771496E-06, 0.35001549E+05, + 0.642E+05, 0.600E+03, 1, 107, 1, 11, 0.41696200E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.27979132E-06, 0.36069375E+05, + 0.642E+05, 0.600E+03, 1, 107, 1, 12, 0.41527716E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.27302392E-06, 0.37163434E+05, + 0.642E+05, 0.600E+03, 1, 107, 1, 13, 0.41372909E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.26758346E-06, 0.38282303E+05, + 0.642E+05, 0.600E+03, 1, 107, 1, 14, 0.41230548E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.26353943E-06, 0.39424661E+05, + 0.642E+05, 0.600E+03, 1, 107, 1, 15, 0.41099507E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.26081316E-06, 0.40589296E+05, + 0.642E+05, 0.600E+03, 1, 107, 1, 16, 0.40978759E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.25932297E-06, 0.41775095E+05, + 0.642E+05, 0.600E+03, 1, 107, 1, 17, 0.40867375E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.21310284E-06, 0.42981042E+05, + 0.642E+05, 0.600E+03, 1, 107, 1, 18, 0.40764524E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.21381026E-06, 0.44209227E+05, + 0.642E+05, 0.600E+03, 1, 107, 1, 19, 0.40669459E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.25976676E-06, 0.45457877E+05, + 0.642E+05, 0.600E+03, 1, 107, 1, 20, 0.40581493E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999993E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.47497063E-05, 0.46724738E+05, + 0.642E+05, 0.600E+03, 1, 107, 1, 21, 0.40500000E+01, 0.19999993E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999993E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.648E+05, 0.600E+03, 1, 108, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.84856566E-08, 0.26859982E+05, + 0.648E+05, 0.600E+03, 1, 108, 1, 2, 0.44084907E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20071289E-06, 0.27609644E+05, + 0.648E+05, 0.600E+03, 1, 108, 1, 3, 0.43720661E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.15314591E-06, 0.28401393E+05, + 0.648E+05, 0.600E+03, 1, 108, 1, 4, 0.43385462E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10975785E-06, 0.29237543E+05, + 0.648E+05, 0.600E+03, 1, 108, 1, 5, 0.43077491E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.78211666E-07, 0.30112786E+05, + 0.648E+05, 0.600E+03, 1, 108, 1, 6, 0.42794818E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.52324616E-07, 0.31024652E+05, + 0.648E+05, 0.600E+03, 1, 108, 1, 7, 0.42535522E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.31390893E-07, 0.31971280E+05, + 0.648E+05, 0.600E+03, 1, 108, 1, 8, 0.42297742E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.14799060E-07, 0.32950824E+05, + 0.648E+05, 0.600E+03, 1, 108, 1, 9, 0.42079698E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19019168E-08, 0.33961488E+05, + 0.648E+05, 0.600E+03, 1, 108, 1, 10, 0.41879708E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.79546680E-08, 0.35001549E+05, + 0.648E+05, 0.600E+03, 1, 108, 1, 11, 0.41696200E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15344359E-07, 0.36069375E+05, + 0.648E+05, 0.600E+03, 1, 108, 1, 12, 0.41527716E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.20754243E-07, 0.37163435E+05, + 0.648E+05, 0.600E+03, 1, 108, 1, 13, 0.41372910E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.24618799E-07, 0.38282303E+05, + 0.648E+05, 0.600E+03, 1, 108, 1, 14, 0.41230549E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.27279174E-07, 0.39424661E+05, + 0.648E+05, 0.600E+03, 1, 108, 1, 15, 0.41099507E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.28988929E-07, 0.40589296E+05, + 0.648E+05, 0.600E+03, 1, 108, 1, 16, 0.40978759E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.29996929E-07, 0.41775095E+05, + 0.648E+05, 0.600E+03, 1, 108, 1, 17, 0.40867375E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.27909397E-07, 0.42981042E+05, + 0.648E+05, 0.600E+03, 1, 108, 1, 18, 0.40764524E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.28338480E-07, 0.44209227E+05, + 0.648E+05, 0.600E+03, 1, 108, 1, 19, 0.40669459E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.30372899E-07, 0.45457878E+05, + 0.648E+05, 0.600E+03, 1, 108, 1, 20, 0.40581493E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.26262357E-06, 0.46724738E+05, + 0.648E+05, 0.600E+03, 1, 108, 1, 21, 0.40500000E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.654E+05, 0.600E+03, 1, 109, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.78006970E-08, 0.26859982E+05, + 0.654E+05, 0.600E+03, 1, 109, 1, 2, 0.44084907E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20012992E-06, 0.27609644E+05, + 0.654E+05, 0.600E+03, 1, 109, 1, 3, 0.43720661E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.15272937E-06, 0.28401393E+05, + 0.654E+05, 0.600E+03, 1, 109, 1, 4, 0.43385462E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10947785E-06, 0.29237543E+05, + 0.654E+05, 0.600E+03, 1, 109, 1, 5, 0.43077491E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.78027117E-07, 0.30112786E+05, + 0.654E+05, 0.600E+03, 1, 109, 1, 6, 0.42794818E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.52209177E-07, 0.31024652E+05, + 0.654E+05, 0.600E+03, 1, 109, 1, 7, 0.42535522E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.31320258E-07, 0.31971280E+05, + 0.654E+05, 0.600E+03, 1, 109, 1, 8, 0.42297742E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.14767657E-07, 0.32950824E+05, + 0.654E+05, 0.600E+03, 1, 109, 1, 9, 0.42079698E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.18882567E-08, 0.33961488E+05, + 0.654E+05, 0.600E+03, 1, 109, 1, 10, 0.41879708E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.79458857E-08, 0.35001549E+05, + 0.654E+05, 0.600E+03, 1, 109, 1, 11, 0.41696200E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15329604E-07, 0.36069375E+05, + 0.654E+05, 0.600E+03, 1, 109, 1, 12, 0.41527716E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.20725832E-07, 0.37163435E+05, + 0.654E+05, 0.600E+03, 1, 109, 1, 13, 0.41372910E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.24597181E-07, 0.38282303E+05, + 0.654E+05, 0.600E+03, 1, 109, 1, 14, 0.41230549E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.27241921E-07, 0.39424661E+05, + 0.654E+05, 0.600E+03, 1, 109, 1, 15, 0.41099507E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.28965864E-07, 0.40589296E+05, + 0.654E+05, 0.600E+03, 1, 109, 1, 16, 0.40978759E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.29967346E-07, 0.41775095E+05, + 0.654E+05, 0.600E+03, 1, 109, 1, 17, 0.40867375E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.27865607E-07, 0.42981042E+05, + 0.654E+05, 0.600E+03, 1, 109, 1, 18, 0.40764524E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.28310801E-07, 0.44209227E+05, + 0.654E+05, 0.600E+03, 1, 109, 1, 19, 0.40669459E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.30352972E-07, 0.45457878E+05, + 0.654E+05, 0.600E+03, 1, 109, 1, 20, 0.40581493E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21302430E-06, 0.46724738E+05, + 0.654E+05, 0.600E+03, 1, 109, 1, 21, 0.40500000E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.660E+05, 0.600E+03, 1, 110, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.87243791E-07, 0.26859982E+05, + 0.660E+05, 0.600E+03, 1, 110, 1, 2, 0.44084907E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.18725846E-06, 0.27609644E+05, + 0.660E+05, 0.600E+03, 1, 110, 1, 3, 0.43720661E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.14373964E-06, 0.28401393E+05, + 0.660E+05, 0.600E+03, 1, 110, 1, 4, 0.43385462E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10461087E-06, 0.29237543E+05, + 0.660E+05, 0.600E+03, 1, 110, 1, 5, 0.43077491E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.77059749E-07, 0.30112786E+05, + 0.660E+05, 0.600E+03, 1, 110, 1, 6, 0.42794818E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.53308472E-07, 0.31024652E+05, + 0.660E+05, 0.600E+03, 1, 110, 1, 7, 0.42535522E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.34011098E-07, 0.31971280E+05, + 0.660E+05, 0.600E+03, 1, 110, 1, 8, 0.42297742E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.18680261E-07, 0.32950824E+05, + 0.660E+05, 0.600E+03, 1, 110, 1, 9, 0.42079698E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.67504224E-08, 0.33961488E+05, + 0.660E+05, 0.600E+03, 1, 110, 1, 10, 0.41879708E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23427376E-08, 0.35001549E+05, + 0.660E+05, 0.600E+03, 1, 110, 1, 11, 0.41696200E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.91426422E-08, 0.36069375E+05, + 0.660E+05, 0.600E+03, 1, 110, 1, 12, 0.41527716E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14060635E-07, 0.37163435E+05, + 0.660E+05, 0.600E+03, 1, 110, 1, 13, 0.41372910E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.17539978E-07, 0.38282303E+05, + 0.660E+05, 0.600E+03, 1, 110, 1, 14, 0.41230549E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.19864146E-07, 0.39424661E+05, + 0.660E+05, 0.600E+03, 1, 110, 1, 15, 0.41099507E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.21300959E-07, 0.40589296E+05, + 0.660E+05, 0.600E+03, 1, 110, 1, 16, 0.40978759E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.22066590E-07, 0.41775095E+05, + 0.660E+05, 0.600E+03, 1, 110, 1, 17, 0.40867375E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.19037738E-07, 0.42981042E+05, + 0.660E+05, 0.600E+03, 1, 110, 1, 18, 0.40764524E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.19372830E-07, 0.44209227E+05, + 0.660E+05, 0.600E+03, 1, 110, 1, 19, 0.40669459E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.21979229E-07, 0.45457878E+05, + 0.660E+05, 0.600E+03, 1, 110, 1, 20, 0.40581493E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.18038748E-06, 0.46724738E+05, + 0.660E+05, 0.600E+03, 1, 110, 1, 21, 0.40500000E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.666E+05, 0.600E+03, 1, 111, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.25107808E-06, 0.26859982E+05, + 0.666E+05, 0.600E+03, 1, 111, 1, 2, 0.44084907E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.17867827E-06, 0.27609644E+05, + 0.666E+05, 0.600E+03, 1, 111, 1, 3, 0.43720661E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.13728610E-06, 0.28401393E+05, + 0.666E+05, 0.600E+03, 1, 111, 1, 4, 0.43385462E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10178433E-06, 0.29237543E+05, + 0.666E+05, 0.600E+03, 1, 111, 1, 5, 0.43077491E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.78700332E-07, 0.30112786E+05, + 0.666E+05, 0.600E+03, 1, 111, 1, 6, 0.42794818E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.56916328E-07, 0.31024652E+05, + 0.666E+05, 0.600E+03, 1, 111, 1, 7, 0.42535522E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.39235232E-07, 0.31971280E+05, + 0.666E+05, 0.600E+03, 1, 111, 1, 8, 0.42297742E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.25245981E-07, 0.32950824E+05, + 0.666E+05, 0.600E+03, 1, 111, 1, 9, 0.42079698E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.14450624E-07, 0.33961488E+05, + 0.666E+05, 0.600E+03, 1, 111, 1, 10, 0.41879708E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.63247363E-08, 0.35001549E+05, + 0.666E+05, 0.600E+03, 1, 111, 1, 11, 0.41696200E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.37481129E-09, 0.36069375E+05, + 0.666E+05, 0.600E+03, 1, 111, 1, 12, 0.41527716E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.37973749E-08, 0.37163435E+05, + 0.666E+05, 0.600E+03, 1, 111, 1, 13, 0.41372910E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.65938366E-08, 0.38282303E+05, + 0.666E+05, 0.600E+03, 1, 111, 1, 14, 0.41230549E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.83027345E-08, 0.39424661E+05, + 0.666E+05, 0.600E+03, 1, 111, 1, 15, 0.41099507E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.91820134E-08, 0.40589296E+05, + 0.666E+05, 0.600E+03, 1, 111, 1, 16, 0.40978759E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.94160910E-08, 0.41775095E+05, + 0.666E+05, 0.600E+03, 1, 111, 1, 17, 0.40867375E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.46877453E-08, 0.42981042E+05, + 0.666E+05, 0.600E+03, 1, 111, 1, 18, 0.40764524E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.47317776E-08, 0.44209227E+05, + 0.666E+05, 0.600E+03, 1, 111, 1, 19, 0.40669459E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.81405815E-08, 0.45457878E+05, + 0.666E+05, 0.600E+03, 1, 111, 1, 20, 0.40581493E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.17984044E-06, 0.46724738E+05, + 0.666E+05, 0.600E+03, 1, 111, 1, 21, 0.40500000E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.672E+05, 0.600E+03, 1, 112, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.42380637E-06, 0.26859982E+05, + 0.672E+05, 0.600E+03, 1, 112, 1, 2, 0.44084907E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.17803733E-06, 0.27609644E+05, + 0.672E+05, 0.600E+03, 1, 112, 1, 3, 0.43720661E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.13639717E-06, 0.28401393E+05, + 0.672E+05, 0.600E+03, 1, 112, 1, 4, 0.43385462E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10279520E-06, 0.29237544E+05, + 0.672E+05, 0.600E+03, 1, 112, 1, 5, 0.43077491E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.83113989E-07, 0.30112786E+05, + 0.672E+05, 0.600E+03, 1, 112, 1, 6, 0.42794818E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.62479096E-07, 0.31024652E+05, + 0.672E+05, 0.600E+03, 1, 112, 1, 7, 0.42535522E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.45839098E-07, 0.31971280E+05, + 0.672E+05, 0.600E+03, 1, 112, 1, 8, 0.42297742E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.32804088E-07, 0.32950824E+05, + 0.672E+05, 0.600E+03, 1, 112, 1, 9, 0.42079698E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22886930E-07, 0.33961488E+05, + 0.672E+05, 0.600E+03, 1, 112, 1, 10, 0.41879708E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.15574926E-07, 0.35001549E+05, + 0.672E+05, 0.600E+03, 1, 112, 1, 11, 0.41696200E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10403621E-07, 0.36069375E+05, + 0.672E+05, 0.600E+03, 1, 112, 1, 12, 0.41527716E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.69435977E-08, 0.37163435E+05, + 0.672E+05, 0.600E+03, 1, 112, 1, 13, 0.41372910E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.48411870E-08, 0.38282303E+05, + 0.672E+05, 0.600E+03, 1, 112, 1, 14, 0.41230549E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.37782399E-08, 0.39424661E+05, + 0.672E+05, 0.600E+03, 1, 112, 1, 15, 0.41099507E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.35145469E-08, 0.40589296E+05, + 0.672E+05, 0.600E+03, 1, 112, 1, 16, 0.40978759E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.38787391E-08, 0.41775095E+05, + 0.672E+05, 0.600E+03, 1, 112, 1, 17, 0.40867375E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10359134E-07, 0.42981042E+05, + 0.672E+05, 0.600E+03, 1, 112, 1, 18, 0.40764524E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10661907E-07, 0.44209227E+05, + 0.672E+05, 0.600E+03, 1, 112, 1, 19, 0.40669459E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.65338810E-08, 0.45457878E+05, + 0.672E+05, 0.600E+03, 1, 112, 1, 20, 0.40581493E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.45767571E-07, 0.46724738E+05, + 0.672E+05, 0.600E+03, 1, 112, 1, 21, 0.40500000E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.678E+05, 0.600E+03, 1, 113, 1, 1, 0.44479920E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.42999627E-05, 0.26859984E+05, + 0.678E+05, 0.600E+03, 1, 113, 1, 2, 0.44084909E+01, 0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.36584470E-06, 0.27609646E+05, + 0.678E+05, 0.600E+03, 1, 113, 1, 3, 0.43720663E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.28780996E-06, 0.28401395E+05, + 0.678E+05, 0.600E+03, 1, 113, 1, 4, 0.43385463E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.27504380E-06, 0.29237545E+05, + 0.678E+05, 0.600E+03, 1, 113, 1, 5, 0.43077493E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.32104559E-06, 0.30112788E+05, + 0.678E+05, 0.600E+03, 1, 113, 1, 6, 0.42794819E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.32351972E-06, 0.31024654E+05, + 0.678E+05, 0.600E+03, 1, 113, 1, 7, 0.42535524E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.33311103E-06, 0.31971282E+05, + 0.678E+05, 0.600E+03, 1, 113, 1, 8, 0.42297743E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.34882156E-06, 0.32950826E+05, + 0.678E+05, 0.600E+03, 1, 113, 1, 9, 0.42079699E+01, 0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.36963116E-06, 0.33961490E+05, + 0.678E+05, 0.600E+03, 1, 113, 1, 10, 0.41879709E+01, 0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.39461011E-06, 0.35001550E+05, + 0.678E+05, 0.600E+03, 1, 113, 1, 11, 0.41696201E+01, 0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.42290903E-06, 0.36069376E+05, + 0.678E+05, 0.600E+03, 1, 113, 1, 12, 0.41527717E+01, 0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.45379698E-06, 0.37163436E+05, + 0.678E+05, 0.600E+03, 1, 113, 1, 13, 0.41372910E+01, 0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000009E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.48664815E-06, 0.38282304E+05, + 0.678E+05, 0.600E+03, 1, 113, 1, 14, 0.41230549E+01, 0.20000009E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000009E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.52095631E-06, 0.39424662E+05, + 0.678E+05, 0.600E+03, 1, 113, 1, 15, 0.41099507E+01, 0.20000009E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000010E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.55625726E-06, 0.40589297E+05, + 0.678E+05, 0.600E+03, 1, 113, 1, 16, 0.40978760E+01, 0.20000010E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000010E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.59225763E-06, 0.41775096E+05, + 0.678E+05, 0.600E+03, 1, 113, 1, 17, 0.40867376E+01, 0.20000010E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000011E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.65509293E-06, 0.42981043E+05, + 0.678E+05, 0.600E+03, 1, 113, 1, 18, 0.40764525E+01, 0.20000011E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000012E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.68480711E-06, 0.44209227E+05, + 0.678E+05, 0.600E+03, 1, 113, 1, 19, 0.40669459E+01, 0.20000012E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000012E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.69381569E-06, 0.45457878E+05, + 0.678E+05, 0.600E+03, 1, 113, 1, 20, 0.40581493E+01, 0.20000012E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000012E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.39504885E-06, 0.46724738E+05, + 0.678E+05, 0.600E+03, 1, 113, 1, 21, 0.40500000E+01, 0.20000012E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000012E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.684E+05, 0.600E+03, 1, 114, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.54607273E-07, 0.26859982E+05, + 0.684E+05, 0.600E+03, 1, 114, 1, 2, 0.44084907E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11462228E-06, 0.27609643E+05, + 0.684E+05, 0.600E+03, 1, 114, 1, 3, 0.43720661E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.86226862E-07, 0.28401393E+05, + 0.684E+05, 0.600E+03, 1, 114, 1, 4, 0.43385462E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.60820746E-07, 0.29237543E+05, + 0.684E+05, 0.600E+03, 1, 114, 1, 5, 0.43077491E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.42977597E-07, 0.30112786E+05, + 0.684E+05, 0.600E+03, 1, 114, 1, 6, 0.42794818E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.27565015E-07, 0.31024652E+05, + 0.684E+05, 0.600E+03, 1, 114, 1, 7, 0.42535522E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15120481E-07, 0.31971280E+05, + 0.684E+05, 0.600E+03, 1, 114, 1, 8, 0.42297742E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.53202065E-08, 0.32950824E+05, + 0.684E+05, 0.600E+03, 1, 114, 1, 9, 0.42079698E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22291822E-08, 0.33961488E+05, + 0.684E+05, 0.600E+03, 1, 114, 1, 10, 0.41879708E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.78889784E-08, 0.35001549E+05, + 0.684E+05, 0.600E+03, 1, 114, 1, 11, 0.41696200E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.12013569E-07, 0.36069375E+05, + 0.684E+05, 0.600E+03, 1, 114, 1, 12, 0.41527716E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.14906593E-07, 0.37163435E+05, + 0.684E+05, 0.600E+03, 1, 114, 1, 13, 0.41372910E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.16823655E-07, 0.38282303E+05, + 0.684E+05, 0.600E+03, 1, 114, 1, 14, 0.41230549E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.17979509E-07, 0.39424661E+05, + 0.684E+05, 0.600E+03, 1, 114, 1, 15, 0.41099507E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.18559920E-07, 0.40589296E+05, + 0.684E+05, 0.600E+03, 1, 114, 1, 16, 0.40978759E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.18691647E-07, 0.41775095E+05, + 0.684E+05, 0.600E+03, 1, 114, 1, 17, 0.40867375E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.16547684E-07, 0.42981042E+05, + 0.684E+05, 0.600E+03, 1, 114, 1, 18, 0.40764524E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.16688791E-07, 0.44209227E+05, + 0.684E+05, 0.600E+03, 1, 114, 1, 19, 0.40669459E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.18183147E-07, 0.45457878E+05, + 0.684E+05, 0.600E+03, 1, 114, 1, 20, 0.40581493E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.17058598E-06, 0.46724738E+05, + 0.684E+05, 0.600E+03, 1, 114, 1, 21, 0.40500000E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.690E+05, 0.600E+03, 1, 115, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.59716221E-07, 0.26859982E+05, + 0.690E+05, 0.600E+03, 1, 115, 1, 2, 0.44084907E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11188839E-06, 0.27609643E+05, + 0.690E+05, 0.600E+03, 1, 115, 1, 3, 0.43720661E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.84311342E-07, 0.28401393E+05, + 0.690E+05, 0.600E+03, 1, 115, 1, 4, 0.43385462E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.59610556E-07, 0.29237543E+05, + 0.690E+05, 0.600E+03, 1, 115, 1, 5, 0.43077491E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.42297760E-07, 0.30112786E+05, + 0.690E+05, 0.600E+03, 1, 115, 1, 6, 0.42794818E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.27234861E-07, 0.31024652E+05, + 0.690E+05, 0.600E+03, 1, 115, 1, 7, 0.42535522E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15043874E-07, 0.31971280E+05, + 0.690E+05, 0.600E+03, 1, 115, 1, 8, 0.42297742E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.54291895E-08, 0.32950824E+05, + 0.690E+05, 0.600E+03, 1, 115, 1, 9, 0.42079698E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19907347E-08, 0.33961488E+05, + 0.690E+05, 0.600E+03, 1, 115, 1, 10, 0.41879708E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.75712983E-08, 0.35001549E+05, + 0.690E+05, 0.600E+03, 1, 115, 1, 11, 0.41696200E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.11620450E-07, 0.36069375E+05, + 0.690E+05, 0.600E+03, 1, 115, 1, 12, 0.41527716E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.14496703E-07, 0.37163435E+05, + 0.690E+05, 0.600E+03, 1, 115, 1, 13, 0.41372910E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.16375171E-07, 0.38282303E+05, + 0.690E+05, 0.600E+03, 1, 115, 1, 14, 0.41230549E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.17537239E-07, 0.39424661E+05, + 0.690E+05, 0.600E+03, 1, 115, 1, 15, 0.41099507E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.18109422E-07, 0.40589296E+05, + 0.690E+05, 0.600E+03, 1, 115, 1, 16, 0.40978759E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.18248457E-07, 0.41775095E+05, + 0.690E+05, 0.600E+03, 1, 115, 1, 17, 0.40867375E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.16063485E-07, 0.42981042E+05, + 0.690E+05, 0.600E+03, 1, 115, 1, 18, 0.40764524E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.16219445E-07, 0.44209227E+05, + 0.690E+05, 0.600E+03, 1, 115, 1, 19, 0.40669459E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.17752431E-07, 0.45457878E+05, + 0.690E+05, 0.600E+03, 1, 115, 1, 20, 0.40581493E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12559145E-07, 0.46724738E+05, + 0.690E+05, 0.600E+03, 1, 115, 1, 21, 0.40500000E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.696E+05, 0.600E+03, 1, 116, 1, 1, 0.44479917E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.98411613E-06, 0.26859981E+05, + 0.696E+05, 0.600E+03, 1, 116, 1, 2, 0.44084906E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.13895296E-06, 0.27609643E+05, + 0.696E+05, 0.600E+03, 1, 116, 1, 3, 0.43720661E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10896192E-06, 0.28401392E+05, + 0.696E+05, 0.600E+03, 1, 116, 1, 4, 0.43385461E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.79535315E-07, 0.29237543E+05, + 0.696E+05, 0.600E+03, 1, 116, 1, 5, 0.43077491E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.49040210E-07, 0.30112785E+05, + 0.696E+05, 0.600E+03, 1, 116, 1, 6, 0.42794817E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.39364963E-07, 0.31024651E+05, + 0.696E+05, 0.600E+03, 1, 116, 1, 7, 0.42535522E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.34281328E-07, 0.31971279E+05, + 0.696E+05, 0.600E+03, 1, 116, 1, 8, 0.42297741E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.32227177E-07, 0.32950823E+05, + 0.696E+05, 0.600E+03, 1, 116, 1, 9, 0.42079697E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.32074720E-07, 0.33961487E+05, + 0.696E+05, 0.600E+03, 1, 116, 1, 10, 0.41879707E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.33103010E-07, 0.35001548E+05, + 0.696E+05, 0.600E+03, 1, 116, 1, 11, 0.41696200E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.34819454E-07, 0.36069374E+05, + 0.696E+05, 0.600E+03, 1, 116, 1, 12, 0.41527715E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.36841676E-07, 0.37163434E+05, + 0.696E+05, 0.600E+03, 1, 116, 1, 13, 0.41372909E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.39045108E-07, 0.38282302E+05, + 0.696E+05, 0.600E+03, 1, 116, 1, 14, 0.41230548E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.41222897E-07, 0.39424661E+05, + 0.696E+05, 0.600E+03, 1, 116, 1, 15, 0.41099506E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.43350106E-07, 0.40589295E+05, + 0.696E+05, 0.600E+03, 1, 116, 1, 16, 0.40978759E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.45374673E-07, 0.41775095E+05, + 0.696E+05, 0.600E+03, 1, 116, 1, 17, 0.40867375E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.31297077E-07, 0.42981042E+05, + 0.696E+05, 0.600E+03, 1, 116, 1, 18, 0.40764524E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.33075576E-07, 0.44209226E+05, + 0.696E+05, 0.600E+03, 1, 116, 1, 19, 0.40669458E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.50302145E-07, 0.45457877E+05, + 0.696E+05, 0.600E+03, 1, 116, 1, 20, 0.40581492E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999944E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.56383062E-04, 0.46724737E+05, + 0.696E+05, 0.600E+03, 1, 116, 1, 21, 0.40500000E+01, 0.19999944E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999944E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.702E+05, 0.600E+03, 1, 117, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.28571131E-06, 0.26859982E+05, + 0.702E+05, 0.600E+03, 1, 117, 1, 2, 0.44084907E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.61053314E-08, 0.27609644E+05, + 0.702E+05, 0.600E+03, 1, 117, 1, 3, 0.43720661E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14814681E-07, 0.28401393E+05, + 0.702E+05, 0.600E+03, 1, 117, 1, 4, 0.43385462E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16994370E-07, 0.29237543E+05, + 0.702E+05, 0.600E+03, 1, 117, 1, 5, 0.43077491E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14232779E-07, 0.30112786E+05, + 0.702E+05, 0.600E+03, 1, 117, 1, 6, 0.42794818E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13712782E-07, 0.31024652E+05, + 0.702E+05, 0.600E+03, 1, 117, 1, 7, 0.42535522E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12218518E-07, 0.31971280E+05, + 0.702E+05, 0.600E+03, 1, 117, 1, 8, 0.42297742E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10096802E-07, 0.32950824E+05, + 0.702E+05, 0.600E+03, 1, 117, 1, 9, 0.42079698E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.76353999E-08, 0.33961488E+05, + 0.702E+05, 0.600E+03, 1, 117, 1, 10, 0.41879708E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.50240594E-08, 0.35001549E+05, + 0.702E+05, 0.600E+03, 1, 117, 1, 11, 0.41696200E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23992435E-08, 0.36069375E+05, + 0.702E+05, 0.600E+03, 1, 117, 1, 12, 0.41527716E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.12661872E-09, 0.37163435E+05, + 0.702E+05, 0.600E+03, 1, 117, 1, 13, 0.41372910E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.25336675E-08, 0.38282303E+05, + 0.702E+05, 0.600E+03, 1, 117, 1, 14, 0.41230549E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.47626827E-08, 0.39424661E+05, + 0.702E+05, 0.600E+03, 1, 117, 1, 15, 0.41099507E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.68186807E-08, 0.40589296E+05, + 0.702E+05, 0.600E+03, 1, 117, 1, 16, 0.40978759E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.87051717E-08, 0.41775095E+05, + 0.702E+05, 0.600E+03, 1, 117, 1, 17, 0.40867375E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.11608286E-07, 0.42981042E+05, + 0.702E+05, 0.600E+03, 1, 117, 1, 18, 0.40764524E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.12743968E-07, 0.44209227E+05, + 0.702E+05, 0.600E+03, 1, 117, 1, 19, 0.40669459E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.12841234E-07, 0.45457878E+05, + 0.702E+05, 0.600E+03, 1, 117, 1, 20, 0.40581493E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20560714E-06, 0.46724738E+05, + 0.702E+05, 0.600E+03, 1, 117, 1, 21, 0.40500000E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.708E+05, 0.600E+03, 1, 118, 1, 1, 0.44479917E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.23257072E-05, 0.26859981E+05, + 0.708E+05, 0.600E+03, 1, 118, 1, 2, 0.44084906E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.73297518E-06, 0.27609643E+05, + 0.708E+05, 0.600E+03, 1, 118, 1, 3, 0.43720660E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.67572210E-06, 0.28401392E+05, + 0.708E+05, 0.600E+03, 1, 118, 1, 4, 0.43385461E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.60688039E-06, 0.29237542E+05, + 0.708E+05, 0.600E+03, 1, 118, 1, 5, 0.43077490E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.52429225E-06, 0.30112785E+05, + 0.708E+05, 0.600E+03, 1, 118, 1, 6, 0.42794817E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.49897103E-06, 0.31024651E+05, + 0.708E+05, 0.600E+03, 1, 118, 1, 7, 0.42535521E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.48643016E-06, 0.31971279E+05, + 0.708E+05, 0.600E+03, 1, 118, 1, 8, 0.42297741E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.48374967E-06, 0.32950823E+05, + 0.708E+05, 0.600E+03, 1, 118, 1, 9, 0.42079697E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.48878681E-06, 0.33961487E+05, + 0.708E+05, 0.600E+03, 1, 118, 1, 10, 0.41879707E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.49996073E-06, 0.35001548E+05, + 0.708E+05, 0.600E+03, 1, 118, 1, 11, 0.41696200E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.51612701E-06, 0.36069374E+05, + 0.708E+05, 0.600E+03, 1, 118, 1, 12, 0.41527715E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.53630458E-06, 0.37163434E+05, + 0.708E+05, 0.600E+03, 1, 118, 1, 13, 0.41372909E+01, 0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.55986833E-06, 0.38282302E+05, + 0.708E+05, 0.600E+03, 1, 118, 1, 14, 0.41230548E+01, 0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.58620193E-06, 0.39424661E+05, + 0.708E+05, 0.600E+03, 1, 118, 1, 15, 0.41099506E+01, 0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.61487692E-06, 0.40589295E+05, + 0.708E+05, 0.600E+03, 1, 118, 1, 16, 0.40978759E+01, 0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.64554848E-06, 0.41775095E+05, + 0.708E+05, 0.600E+03, 1, 118, 1, 17, 0.40867375E+01, 0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999993E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.62251989E-06, 0.42981042E+05, + 0.708E+05, 0.600E+03, 1, 118, 1, 18, 0.40764524E+01, 0.19999993E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999993E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.65390057E-06, 0.44209227E+05, + 0.708E+05, 0.600E+03, 1, 118, 1, 19, 0.40669459E+01, 0.19999993E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999992E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.74166506E-06, 0.45457877E+05, + 0.708E+05, 0.600E+03, 1, 118, 1, 20, 0.40581493E+01, 0.19999992E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999987E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.52462426E-05, 0.46724738E+05, + 0.708E+05, 0.600E+03, 1, 118, 1, 21, 0.40500000E+01, 0.19999987E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999987E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.714E+05, 0.600E+03, 1, 119, 1, 1, 0.44479917E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.16988350E-05, 0.26859981E+05, + 0.714E+05, 0.600E+03, 1, 119, 1, 2, 0.44084906E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.75607500E-06, 0.27609643E+05, + 0.714E+05, 0.600E+03, 1, 119, 1, 3, 0.43720660E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.69263355E-06, 0.28401392E+05, + 0.714E+05, 0.600E+03, 1, 119, 1, 4, 0.43385461E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.62634736E-06, 0.29237542E+05, + 0.714E+05, 0.600E+03, 1, 119, 1, 5, 0.43077490E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.55274966E-06, 0.30112785E+05, + 0.714E+05, 0.600E+03, 1, 119, 1, 6, 0.42794817E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.52928089E-06, 0.31024651E+05, + 0.714E+05, 0.600E+03, 1, 119, 1, 7, 0.42535521E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.51881177E-06, 0.31971279E+05, + 0.714E+05, 0.600E+03, 1, 119, 1, 8, 0.42297741E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.51835633E-06, 0.32950823E+05, + 0.714E+05, 0.600E+03, 1, 119, 1, 9, 0.42079697E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.52570760E-06, 0.33961487E+05, + 0.714E+05, 0.600E+03, 1, 119, 1, 10, 0.41879707E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.53924268E-06, 0.35001548E+05, + 0.714E+05, 0.600E+03, 1, 119, 1, 11, 0.41696199E+01, 0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.55776967E-06, 0.36069374E+05, + 0.714E+05, 0.600E+03, 1, 119, 1, 12, 0.41527715E+01, 0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.58030860E-06, 0.37163434E+05, + 0.714E+05, 0.600E+03, 1, 119, 1, 13, 0.41372909E+01, 0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.60615516E-06, 0.38282302E+05, + 0.714E+05, 0.600E+03, 1, 119, 1, 14, 0.41230548E+01, 0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.63473871E-06, 0.39424661E+05, + 0.714E+05, 0.600E+03, 1, 119, 1, 15, 0.41099506E+01, 0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999993E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.66556090E-06, 0.40589295E+05, + 0.714E+05, 0.600E+03, 1, 119, 1, 16, 0.40978759E+01, 0.19999993E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999993E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.69832091E-06, 0.41775095E+05, + 0.714E+05, 0.600E+03, 1, 119, 1, 17, 0.40867375E+01, 0.19999993E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999992E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.68065074E-06, 0.42981042E+05, + 0.714E+05, 0.600E+03, 1, 119, 1, 18, 0.40764524E+01, 0.19999992E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999991E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.71311156E-06, 0.44209227E+05, + 0.714E+05, 0.600E+03, 1, 119, 1, 19, 0.40669459E+01, 0.19999991E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999991E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.79917334E-06, 0.45457877E+05, + 0.714E+05, 0.600E+03, 1, 119, 1, 20, 0.40581493E+01, 0.19999991E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999992E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.15185014E-05, 0.46724738E+05, + 0.714E+05, 0.600E+03, 1, 119, 1, 21, 0.40500000E+01, 0.19999992E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999992E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.720E+05, 0.600E+03, 1, 120, 1, 1, 0.44479917E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.64439071E-06, 0.26859980E+05, + 0.720E+05, 0.600E+03, 1, 120, 1, 2, 0.44084906E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.81682071E-06, 0.27609642E+05, + 0.720E+05, 0.600E+03, 1, 120, 1, 3, 0.43720660E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.73921069E-06, 0.28401391E+05, + 0.720E+05, 0.600E+03, 1, 120, 1, 4, 0.43385460E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.67421589E-06, 0.29237542E+05, + 0.720E+05, 0.600E+03, 1, 120, 1, 5, 0.43077490E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.61383466E-06, 0.30112784E+05, + 0.720E+05, 0.600E+03, 1, 120, 1, 6, 0.42794816E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.59219584E-06, 0.31024650E+05, + 0.720E+05, 0.600E+03, 1, 120, 1, 7, 0.42535521E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.58435034E-06, 0.31971278E+05, + 0.720E+05, 0.600E+03, 1, 120, 1, 8, 0.42297741E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.58709167E-06, 0.32950823E+05, + 0.720E+05, 0.600E+03, 1, 120, 1, 9, 0.42079696E+01, 0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.59806870E-06, 0.33961486E+05, + 0.720E+05, 0.600E+03, 1, 120, 1, 10, 0.41879707E+01, 0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.61553114E-06, 0.35001547E+05, + 0.720E+05, 0.600E+03, 1, 120, 1, 11, 0.41696199E+01, 0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.63816551E-06, 0.36069373E+05, + 0.720E+05, 0.600E+03, 1, 120, 1, 12, 0.41527715E+01, 0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.66492566E-06, 0.37163433E+05, + 0.720E+05, 0.600E+03, 1, 120, 1, 13, 0.41372909E+01, 0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999993E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.69501628E-06, 0.38282302E+05, + 0.720E+05, 0.600E+03, 1, 120, 1, 14, 0.41230548E+01, 0.19999993E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999992E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.72784229E-06, 0.39424660E+05, + 0.720E+05, 0.600E+03, 1, 120, 1, 15, 0.41099506E+01, 0.19999992E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999991E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.76285836E-06, 0.40589295E+05, + 0.720E+05, 0.600E+03, 1, 120, 1, 16, 0.40978758E+01, 0.19999991E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999991E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.79970583E-06, 0.41775094E+05, + 0.720E+05, 0.600E+03, 1, 120, 1, 17, 0.40867375E+01, 0.19999991E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999990E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.79194075E-06, 0.42981042E+05, + 0.720E+05, 0.600E+03, 1, 120, 1, 18, 0.40764524E+01, 0.19999990E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999989E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.82687725E-06, 0.44209227E+05, + 0.720E+05, 0.600E+03, 1, 120, 1, 19, 0.40669459E+01, 0.19999989E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999988E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.91057995E-06, 0.45457877E+05, + 0.720E+05, 0.600E+03, 1, 120, 1, 20, 0.40581493E+01, 0.19999988E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999985E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.33929353E-05, 0.46724738E+05, + 0.720E+05, 0.600E+03, 1, 120, 1, 21, 0.40500000E+01, 0.19999985E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999985E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.726E+05, 0.600E+03, 1, 121, 1, 1, 0.44479916E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.38355591E-06, 0.26859980E+05, + 0.726E+05, 0.600E+03, 1, 121, 1, 2, 0.44084905E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.78501257E-06, 0.27609642E+05, + 0.726E+05, 0.600E+03, 1, 121, 1, 3, 0.43720660E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.70666275E-06, 0.28401391E+05, + 0.726E+05, 0.600E+03, 1, 121, 1, 4, 0.43385460E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.64414571E-06, 0.29237541E+05, + 0.726E+05, 0.600E+03, 1, 121, 1, 5, 0.43077490E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.58928043E-06, 0.30112784E+05, + 0.726E+05, 0.600E+03, 1, 121, 1, 6, 0.42794816E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.56883272E-06, 0.31024650E+05, + 0.726E+05, 0.600E+03, 1, 121, 1, 7, 0.42535521E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.56180833E-06, 0.31971278E+05, + 0.726E+05, 0.600E+03, 1, 121, 1, 8, 0.42297741E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.56509321E-06, 0.32950822E+05, + 0.726E+05, 0.600E+03, 1, 121, 1, 9, 0.42079696E+01, 0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.57640078E-06, 0.33961486E+05, + 0.726E+05, 0.600E+03, 1, 121, 1, 10, 0.41879707E+01, 0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.59402143E-06, 0.35001547E+05, + 0.726E+05, 0.600E+03, 1, 121, 1, 11, 0.41696199E+01, 0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.61669080E-06, 0.36069373E+05, + 0.726E+05, 0.600E+03, 1, 121, 1, 12, 0.41527715E+01, 0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.64337864E-06, 0.37163433E+05, + 0.726E+05, 0.600E+03, 1, 121, 1, 13, 0.41372909E+01, 0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999993E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.67332515E-06, 0.38282302E+05, + 0.726E+05, 0.600E+03, 1, 121, 1, 14, 0.41230548E+01, 0.19999993E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999992E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.70594468E-06, 0.39424660E+05, + 0.726E+05, 0.600E+03, 1, 121, 1, 15, 0.41099506E+01, 0.19999992E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999991E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.74070473E-06, 0.40589295E+05, + 0.726E+05, 0.600E+03, 1, 121, 1, 16, 0.40978758E+01, 0.19999991E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999991E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.77726676E-06, 0.41775094E+05, + 0.726E+05, 0.600E+03, 1, 121, 1, 17, 0.40867375E+01, 0.19999991E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999990E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.77364090E-06, 0.42981042E+05, + 0.726E+05, 0.600E+03, 1, 121, 1, 18, 0.40764524E+01, 0.19999990E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999989E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.80826935E-06, 0.44209226E+05, + 0.726E+05, 0.600E+03, 1, 121, 1, 19, 0.40669459E+01, 0.19999989E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999988E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.88726336E-06, 0.45457877E+05, + 0.726E+05, 0.600E+03, 1, 121, 1, 20, 0.40581492E+01, 0.19999988E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999961E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.27452709E-04, 0.46724737E+05, + 0.726E+05, 0.600E+03, 1, 121, 1, 21, 0.40500000E+01, 0.19999961E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999961E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.732E+05, 0.600E+03, 1, 122, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13225640E-06, 0.26859982E+05, + 0.732E+05, 0.600E+03, 1, 122, 1, 2, 0.44084907E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.17323145E-06, 0.27609644E+05, + 0.732E+05, 0.600E+03, 1, 122, 1, 3, 0.43720661E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.14200111E-06, 0.28401393E+05, + 0.732E+05, 0.600E+03, 1, 122, 1, 4, 0.43385462E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10837998E-06, 0.29237543E+05, + 0.732E+05, 0.600E+03, 1, 122, 1, 5, 0.43077491E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.81117200E-07, 0.30112786E+05, + 0.732E+05, 0.600E+03, 1, 122, 1, 6, 0.42794818E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.58983822E-07, 0.31024652E+05, + 0.732E+05, 0.600E+03, 1, 122, 1, 7, 0.42535522E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.40418982E-07, 0.31971280E+05, + 0.732E+05, 0.600E+03, 1, 122, 1, 8, 0.42297742E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.25211190E-07, 0.32950824E+05, + 0.732E+05, 0.600E+03, 1, 122, 1, 9, 0.42079698E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.12997454E-07, 0.33961488E+05, + 0.732E+05, 0.600E+03, 1, 122, 1, 10, 0.41879708E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.33636276E-08, 0.35001549E+05, + 0.732E+05, 0.600E+03, 1, 122, 1, 11, 0.41696200E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.41020805E-08, 0.36069375E+05, + 0.732E+05, 0.600E+03, 1, 122, 1, 12, 0.41527716E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.97725561E-08, 0.37163435E+05, + 0.732E+05, 0.600E+03, 1, 122, 1, 13, 0.41372910E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13982316E-07, 0.38282303E+05, + 0.732E+05, 0.600E+03, 1, 122, 1, 14, 0.41230549E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.17012798E-07, 0.39424661E+05, + 0.732E+05, 0.600E+03, 1, 122, 1, 15, 0.41099507E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.19098749E-07, 0.40589296E+05, + 0.732E+05, 0.600E+03, 1, 122, 1, 16, 0.40978759E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.20444379E-07, 0.41775095E+05, + 0.732E+05, 0.600E+03, 1, 122, 1, 17, 0.40867375E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.19721472E-07, 0.42981042E+05, + 0.732E+05, 0.600E+03, 1, 122, 1, 18, 0.40764524E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.20642766E-07, 0.44209227E+05, + 0.732E+05, 0.600E+03, 1, 122, 1, 19, 0.40669459E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.22256856E-07, 0.45457878E+05, + 0.732E+05, 0.600E+03, 1, 122, 1, 20, 0.40581493E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.55863109E-05, 0.46724738E+05, + 0.732E+05, 0.600E+03, 1, 122, 1, 21, 0.40500000E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.738E+05, 0.600E+03, 1, 123, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.81190986E-07, 0.26859982E+05, + 0.738E+05, 0.600E+03, 1, 123, 1, 2, 0.44084907E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.15055645E-06, 0.27609644E+05, + 0.738E+05, 0.600E+03, 1, 123, 1, 3, 0.43720661E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.12452539E-06, 0.28401393E+05, + 0.738E+05, 0.600E+03, 1, 123, 1, 4, 0.43385462E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.95878885E-07, 0.29237543E+05, + 0.738E+05, 0.600E+03, 1, 123, 1, 5, 0.43077491E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.72671074E-07, 0.30112786E+05, + 0.738E+05, 0.600E+03, 1, 123, 1, 6, 0.42794818E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.53141079E-07, 0.31024652E+05, + 0.738E+05, 0.600E+03, 1, 123, 1, 7, 0.42535522E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.36569940E-07, 0.31971280E+05, + 0.738E+05, 0.600E+03, 1, 123, 1, 8, 0.42297742E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22861858E-07, 0.32950824E+05, + 0.738E+05, 0.600E+03, 1, 123, 1, 9, 0.42079698E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.11780958E-07, 0.33961488E+05, + 0.738E+05, 0.600E+03, 1, 123, 1, 10, 0.41879708E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.29683953E-08, 0.35001549E+05, + 0.738E+05, 0.600E+03, 1, 123, 1, 11, 0.41696200E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.38781138E-08, 0.36069375E+05, + 0.738E+05, 0.600E+03, 1, 123, 1, 12, 0.41527716E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.91253760E-08, 0.37163435E+05, + 0.738E+05, 0.600E+03, 1, 123, 1, 13, 0.41372910E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13013498E-07, 0.38282303E+05, + 0.738E+05, 0.600E+03, 1, 123, 1, 14, 0.41230549E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15844613E-07, 0.39424661E+05, + 0.738E+05, 0.600E+03, 1, 123, 1, 15, 0.41099507E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.17797579E-07, 0.40589296E+05, + 0.738E+05, 0.600E+03, 1, 123, 1, 16, 0.40978759E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.19052507E-07, 0.41775095E+05, + 0.738E+05, 0.600E+03, 1, 123, 1, 17, 0.40867375E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.17949539E-07, 0.42981042E+05, + 0.738E+05, 0.600E+03, 1, 123, 1, 18, 0.40764524E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.18840375E-07, 0.44209227E+05, + 0.738E+05, 0.600E+03, 1, 123, 1, 19, 0.40669459E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.20820206E-07, 0.45457878E+05, + 0.738E+05, 0.600E+03, 1, 123, 1, 20, 0.40581493E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.11924087E-05, 0.46724738E+05, + 0.738E+05, 0.600E+03, 1, 123, 1, 21, 0.40500000E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.744E+05, 0.600E+03, 1, 124, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.31517104E-06, 0.26859982E+05, + 0.744E+05, 0.600E+03, 1, 124, 1, 2, 0.44084907E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.70412405E-08, 0.27609644E+05, + 0.744E+05, 0.600E+03, 1, 124, 1, 3, 0.43720661E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.90444274E-08, 0.28401393E+05, + 0.744E+05, 0.600E+03, 1, 124, 1, 4, 0.43385462E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.96162367E-08, 0.29237543E+05, + 0.744E+05, 0.600E+03, 1, 124, 1, 5, 0.43077491E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.12195922E-07, 0.30112786E+05, + 0.744E+05, 0.600E+03, 1, 124, 1, 6, 0.42794818E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.86301277E-08, 0.31024652E+05, + 0.744E+05, 0.600E+03, 1, 124, 1, 7, 0.42535522E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.43879780E-08, 0.31971280E+05, + 0.744E+05, 0.600E+03, 1, 124, 1, 8, 0.42297742E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.53912430E-10, 0.32950824E+05, + 0.744E+05, 0.600E+03, 1, 124, 1, 9, 0.42079698E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.40140620E-08, 0.33961488E+05, + 0.744E+05, 0.600E+03, 1, 124, 1, 10, 0.41879708E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.76569719E-08, 0.35001549E+05, + 0.744E+05, 0.600E+03, 1, 124, 1, 11, 0.41696200E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10769448E-07, 0.36069375E+05, + 0.744E+05, 0.600E+03, 1, 124, 1, 12, 0.41527716E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13376187E-07, 0.37163435E+05, + 0.744E+05, 0.600E+03, 1, 124, 1, 13, 0.41372910E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15474516E-07, 0.38282303E+05, + 0.744E+05, 0.600E+03, 1, 124, 1, 14, 0.41230549E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.17142806E-07, 0.39424661E+05, + 0.744E+05, 0.600E+03, 1, 124, 1, 15, 0.41099507E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.18420241E-07, 0.40589296E+05, + 0.744E+05, 0.600E+03, 1, 124, 1, 16, 0.40978759E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.19355120E-07, 0.41775095E+05, + 0.744E+05, 0.600E+03, 1, 124, 1, 17, 0.40867375E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14159419E-07, 0.42981042E+05, + 0.744E+05, 0.600E+03, 1, 124, 1, 18, 0.40764524E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14964574E-07, 0.44209227E+05, + 0.744E+05, 0.600E+03, 1, 124, 1, 19, 0.40669459E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.21081345E-07, 0.45457878E+05, + 0.744E+05, 0.600E+03, 1, 124, 1, 20, 0.40581493E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.74939241E-07, 0.46724738E+05, + 0.744E+05, 0.600E+03, 1, 124, 1, 21, 0.40500000E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.750E+05, 0.600E+03, 1, 125, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.62334261E-06, 0.26859982E+05, + 0.750E+05, 0.600E+03, 1, 125, 1, 2, 0.44084907E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.99235343E-07, 0.27609644E+05, + 0.750E+05, 0.600E+03, 1, 125, 1, 3, 0.43720661E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10694824E-06, 0.28401393E+05, + 0.750E+05, 0.600E+03, 1, 125, 1, 4, 0.43385462E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.98397376E-07, 0.29237543E+05, + 0.750E+05, 0.600E+03, 1, 125, 1, 5, 0.43077491E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.80320984E-07, 0.30112786E+05, + 0.750E+05, 0.600E+03, 1, 125, 1, 6, 0.42794818E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.70907827E-07, 0.31024652E+05, + 0.750E+05, 0.600E+03, 1, 125, 1, 7, 0.42535522E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.62278893E-07, 0.31971280E+05, + 0.750E+05, 0.600E+03, 1, 125, 1, 8, 0.42297742E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.54916935E-07, 0.32950824E+05, + 0.750E+05, 0.600E+03, 1, 125, 1, 9, 0.42079698E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.48971465E-07, 0.33961488E+05, + 0.750E+05, 0.600E+03, 1, 125, 1, 10, 0.41879708E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.44333827E-07, 0.35001549E+05, + 0.750E+05, 0.600E+03, 1, 125, 1, 11, 0.41696200E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.40916138E-07, 0.36069375E+05, + 0.750E+05, 0.600E+03, 1, 125, 1, 12, 0.41527716E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.38501149E-07, 0.37163435E+05, + 0.750E+05, 0.600E+03, 1, 125, 1, 13, 0.41372910E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.36947938E-07, 0.38282303E+05, + 0.750E+05, 0.600E+03, 1, 125, 1, 14, 0.41230549E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.36060079E-07, 0.39424661E+05, + 0.750E+05, 0.600E+03, 1, 125, 1, 15, 0.41099507E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.35706275E-07, 0.40589296E+05, + 0.750E+05, 0.600E+03, 1, 125, 1, 16, 0.40978759E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.35826872E-07, 0.41775095E+05, + 0.750E+05, 0.600E+03, 1, 125, 1, 17, 0.40867375E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.27325360E-07, 0.42981042E+05, + 0.750E+05, 0.600E+03, 1, 125, 1, 18, 0.40764524E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.27597373E-07, 0.44209227E+05, + 0.750E+05, 0.600E+03, 1, 125, 1, 19, 0.40669459E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.36885492E-07, 0.45457878E+05, + 0.750E+05, 0.600E+03, 1, 125, 1, 20, 0.40581493E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.19519631E-05, 0.46724738E+05, + 0.750E+05, 0.600E+03, 1, 125, 1, 21, 0.40500000E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.756E+05, 0.600E+03, 1, 126, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.71292519E-08, 0.26859982E+05, + 0.756E+05, 0.600E+03, 1, 126, 1, 2, 0.44084907E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.46316980E-07, 0.27609644E+05, + 0.756E+05, 0.600E+03, 1, 126, 1, 3, 0.43720661E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.31152986E-07, 0.28401393E+05, + 0.756E+05, 0.600E+03, 1, 126, 1, 4, 0.43385462E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.18960556E-07, 0.29237543E+05, + 0.756E+05, 0.600E+03, 1, 126, 1, 5, 0.43077491E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10976965E-07, 0.30112786E+05, + 0.756E+05, 0.600E+03, 1, 126, 1, 6, 0.42794818E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.51306905E-08, 0.31024652E+05, + 0.756E+05, 0.600E+03, 1, 126, 1, 7, 0.42535522E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.98435393E-09, 0.31971280E+05, + 0.756E+05, 0.600E+03, 1, 126, 1, 8, 0.42297742E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.18826505E-08, 0.32950824E+05, + 0.756E+05, 0.600E+03, 1, 126, 1, 9, 0.42079698E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.38162469E-08, 0.33961488E+05, + 0.756E+05, 0.600E+03, 1, 126, 1, 10, 0.41879708E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.50836029E-08, 0.35001549E+05, + 0.756E+05, 0.600E+03, 1, 126, 1, 11, 0.41696200E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.58783201E-08, 0.36069375E+05, + 0.756E+05, 0.600E+03, 1, 126, 1, 12, 0.41527716E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.63474488E-08, 0.37163435E+05, + 0.756E+05, 0.600E+03, 1, 126, 1, 13, 0.41372910E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.65892003E-08, 0.38282303E+05, + 0.756E+05, 0.600E+03, 1, 126, 1, 14, 0.41230549E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.66792936E-08, 0.39424661E+05, + 0.756E+05, 0.600E+03, 1, 126, 1, 15, 0.41099507E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.66628587E-08, 0.40589296E+05, + 0.756E+05, 0.600E+03, 1, 126, 1, 16, 0.40978759E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.65770465E-08, 0.41775095E+05, + 0.756E+05, 0.600E+03, 1, 126, 1, 17, 0.40867375E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.61005814E-08, 0.42981042E+05, + 0.756E+05, 0.600E+03, 1, 126, 1, 18, 0.40764524E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.59997447E-08, 0.44209227E+05, + 0.756E+05, 0.600E+03, 1, 126, 1, 19, 0.40669459E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.60976753E-08, 0.45457878E+05, + 0.756E+05, 0.600E+03, 1, 126, 1, 20, 0.40581493E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.70997332E-06, 0.46724738E+05, + 0.756E+05, 0.600E+03, 1, 126, 1, 21, 0.40500000E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.762E+05, 0.600E+03, 1, 127, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.32954070E-07, 0.26859982E+05, + 0.762E+05, 0.600E+03, 1, 127, 1, 2, 0.44084907E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.21297062E-08, 0.27609644E+05, + 0.762E+05, 0.600E+03, 1, 127, 1, 3, 0.43720661E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22326461E-08, 0.28401393E+05, + 0.762E+05, 0.600E+03, 1, 127, 1, 4, 0.43385462E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.44697472E-08, 0.29237543E+05, + 0.762E+05, 0.600E+03, 1, 127, 1, 5, 0.43077491E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.56475038E-08, 0.30112786E+05, + 0.762E+05, 0.600E+03, 1, 127, 1, 6, 0.42794818E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.55783467E-08, 0.31024652E+05, + 0.762E+05, 0.600E+03, 1, 127, 1, 7, 0.42535522E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.50943285E-08, 0.31971280E+05, + 0.762E+05, 0.600E+03, 1, 127, 1, 8, 0.42297742E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.44405191E-08, 0.32950824E+05, + 0.762E+05, 0.600E+03, 1, 127, 1, 9, 0.42079698E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.37670418E-08, 0.33961488E+05, + 0.762E+05, 0.600E+03, 1, 127, 1, 10, 0.41879708E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.31145255E-08, 0.35001549E+05, + 0.762E+05, 0.600E+03, 1, 127, 1, 11, 0.41696200E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.25469085E-08, 0.36069375E+05, + 0.762E+05, 0.600E+03, 1, 127, 1, 12, 0.41527716E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20539765E-08, 0.37163435E+05, + 0.762E+05, 0.600E+03, 1, 127, 1, 13, 0.41372910E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.16577424E-08, 0.38282303E+05, + 0.762E+05, 0.600E+03, 1, 127, 1, 14, 0.41230549E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.13257591E-08, 0.39424661E+05, + 0.762E+05, 0.600E+03, 1, 127, 1, 15, 0.41099507E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10692496E-08, 0.40589296E+05, + 0.762E+05, 0.600E+03, 1, 127, 1, 16, 0.40978759E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.86366114E-09, 0.41775095E+05, + 0.762E+05, 0.600E+03, 1, 127, 1, 17, 0.40867375E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.14461179E-08, 0.42981042E+05, + 0.762E+05, 0.600E+03, 1, 127, 1, 18, 0.40764524E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.12968648E-08, 0.44209227E+05, + 0.762E+05, 0.600E+03, 1, 127, 1, 19, 0.40669459E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.48372328E-09, 0.45457878E+05, + 0.762E+05, 0.600E+03, 1, 127, 1, 20, 0.40581493E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.26005360E-07, 0.46724738E+05, + 0.762E+05, 0.600E+03, 1, 127, 1, 21, 0.40500000E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.768E+05, 0.600E+03, 1, 128, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.33245122E-07, 0.26859982E+05, + 0.768E+05, 0.600E+03, 1, 128, 1, 2, 0.44084907E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.25460487E-08, 0.27609644E+05, + 0.768E+05, 0.600E+03, 1, 128, 1, 3, 0.43720661E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.17761401E-08, 0.28401393E+05, + 0.768E+05, 0.600E+03, 1, 128, 1, 4, 0.43385462E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.40240025E-08, 0.29237543E+05, + 0.768E+05, 0.600E+03, 1, 128, 1, 5, 0.43077491E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.52288200E-08, 0.30112786E+05, + 0.768E+05, 0.600E+03, 1, 128, 1, 6, 0.42794818E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.51732982E-08, 0.31024652E+05, + 0.768E+05, 0.600E+03, 1, 128, 1, 7, 0.42535522E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.47113886E-08, 0.31971280E+05, + 0.768E+05, 0.600E+03, 1, 128, 1, 8, 0.42297742E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.40708237E-08, 0.32950824E+05, + 0.768E+05, 0.600E+03, 1, 128, 1, 9, 0.42079698E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.34054253E-08, 0.33961488E+05, + 0.768E+05, 0.600E+03, 1, 128, 1, 10, 0.41879708E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.27627500E-08, 0.35001549E+05, + 0.768E+05, 0.600E+03, 1, 128, 1, 11, 0.41696200E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21999043E-08, 0.36069375E+05, + 0.768E+05, 0.600E+03, 1, 128, 1, 12, 0.41527716E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.17095694E-08, 0.37163435E+05, + 0.768E+05, 0.600E+03, 1, 128, 1, 13, 0.41372910E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.13052137E-08, 0.38282303E+05, + 0.768E+05, 0.600E+03, 1, 128, 1, 14, 0.41230549E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.98071951E-09, 0.39424661E+05, + 0.768E+05, 0.600E+03, 1, 128, 1, 15, 0.41099507E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.70792083E-09, 0.40589296E+05, + 0.768E+05, 0.600E+03, 1, 128, 1, 16, 0.40978759E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.51016258E-09, 0.41775095E+05, + 0.768E+05, 0.600E+03, 1, 128, 1, 17, 0.40867375E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.11003642E-08, 0.42981042E+05, + 0.768E+05, 0.600E+03, 1, 128, 1, 18, 0.40764524E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.94856389E-09, 0.44209227E+05, + 0.768E+05, 0.600E+03, 1, 128, 1, 19, 0.40669459E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.11335288E-09, 0.45457878E+05, + 0.768E+05, 0.600E+03, 1, 128, 1, 20, 0.40581493E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.67240641E-07, 0.46724738E+05, + 0.768E+05, 0.600E+03, 1, 128, 1, 21, 0.40500000E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.774E+05, 0.600E+03, 1, 129, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.33001569E-07, 0.26859982E+05, + 0.774E+05, 0.600E+03, 1, 129, 1, 2, 0.44084907E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.26309905E-08, 0.27609644E+05, + 0.774E+05, 0.600E+03, 1, 129, 1, 3, 0.43720661E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.16950317E-08, 0.28401393E+05, + 0.774E+05, 0.600E+03, 1, 129, 1, 4, 0.43385462E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.39485819E-08, 0.29237543E+05, + 0.774E+05, 0.600E+03, 1, 129, 1, 5, 0.43077491E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.51574531E-08, 0.30112786E+05, + 0.774E+05, 0.600E+03, 1, 129, 1, 6, 0.42794818E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.51122946E-08, 0.31024652E+05, + 0.774E+05, 0.600E+03, 1, 129, 1, 7, 0.42535522E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.46503494E-08, 0.31971280E+05, + 0.774E+05, 0.600E+03, 1, 129, 1, 8, 0.42297742E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.40216435E-08, 0.32950824E+05, + 0.774E+05, 0.600E+03, 1, 129, 1, 9, 0.42079698E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.33558116E-08, 0.33961488E+05, + 0.774E+05, 0.600E+03, 1, 129, 1, 10, 0.41879708E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.27165328E-08, 0.35001549E+05, + 0.774E+05, 0.600E+03, 1, 129, 1, 11, 0.41696200E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21592115E-08, 0.36069375E+05, + 0.774E+05, 0.600E+03, 1, 129, 1, 12, 0.41527716E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.16645316E-08, 0.37163435E+05, + 0.774E+05, 0.600E+03, 1, 129, 1, 13, 0.41372910E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.12684893E-08, 0.38282303E+05, + 0.774E+05, 0.600E+03, 1, 129, 1, 14, 0.41230549E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.94423669E-09, 0.39424661E+05, + 0.774E+05, 0.600E+03, 1, 129, 1, 15, 0.41099507E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.66275518E-09, 0.40589296E+05, + 0.774E+05, 0.600E+03, 1, 129, 1, 16, 0.40978759E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.47758775E-09, 0.41775095E+05, + 0.774E+05, 0.600E+03, 1, 129, 1, 17, 0.40867375E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10549925E-08, 0.42981042E+05, + 0.774E+05, 0.600E+03, 1, 129, 1, 18, 0.40764524E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.90673780E-09, 0.44209227E+05, + 0.774E+05, 0.600E+03, 1, 129, 1, 19, 0.40669459E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.67920780E-10, 0.45457878E+05, + 0.774E+05, 0.600E+03, 1, 129, 1, 20, 0.40581493E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.48277187E-08, 0.46724738E+05, + 0.774E+05, 0.600E+03, 1, 129, 1, 21, 0.40500000E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.780E+05, 0.600E+03, 1, 130, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.34540211E-07, 0.26859982E+05, + 0.780E+05, 0.600E+03, 1, 130, 1, 2, 0.44084907E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.30796521E-08, 0.27609644E+05, + 0.780E+05, 0.600E+03, 1, 130, 1, 3, 0.43720661E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.11760264E-08, 0.28401393E+05, + 0.780E+05, 0.600E+03, 1, 130, 1, 4, 0.43385462E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.34342982E-08, 0.29237543E+05, + 0.780E+05, 0.600E+03, 1, 130, 1, 5, 0.43077491E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.46985598E-08, 0.30112786E+05, + 0.780E+05, 0.600E+03, 1, 130, 1, 6, 0.42794818E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.46819792E-08, 0.31024652E+05, + 0.780E+05, 0.600E+03, 1, 130, 1, 7, 0.42535522E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.42519908E-08, 0.31971280E+05, + 0.780E+05, 0.600E+03, 1, 130, 1, 8, 0.42297742E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.36502392E-08, 0.32950824E+05, + 0.780E+05, 0.600E+03, 1, 130, 1, 9, 0.42079698E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.30081857E-08, 0.33961488E+05, + 0.780E+05, 0.600E+03, 1, 130, 1, 10, 0.41879708E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.23938043E-08, 0.35001549E+05, + 0.780E+05, 0.600E+03, 1, 130, 1, 11, 0.41696200E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.18427073E-08, 0.36069375E+05, + 0.780E+05, 0.600E+03, 1, 130, 1, 12, 0.41527716E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.13605046E-08, 0.37163435E+05, + 0.780E+05, 0.600E+03, 1, 130, 1, 13, 0.41372910E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.97522701E-09, 0.38282303E+05, + 0.780E+05, 0.600E+03, 1, 130, 1, 14, 0.41230549E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.65167782E-09, 0.39424661E+05, + 0.780E+05, 0.600E+03, 1, 130, 1, 15, 0.41099507E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.36864023E-09, 0.40589296E+05, + 0.780E+05, 0.600E+03, 1, 130, 1, 16, 0.40978759E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19085888E-09, 0.41775095E+05, + 0.780E+05, 0.600E+03, 1, 130, 1, 17, 0.40867375E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.78352613E-09, 0.42981042E+05, + 0.780E+05, 0.600E+03, 1, 130, 1, 18, 0.40764524E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.64490990E-09, 0.44209227E+05, + 0.780E+05, 0.600E+03, 1, 130, 1, 19, 0.40669459E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23211300E-09, 0.45457878E+05, + 0.780E+05, 0.600E+03, 1, 130, 1, 20, 0.40581493E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14193969E-07, 0.46724738E+05, + 0.780E+05, 0.600E+03, 1, 130, 1, 21, 0.40500000E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.786E+05, 0.600E+03, 1, 131, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.34237800E-07, 0.26859982E+05, + 0.786E+05, 0.600E+03, 1, 131, 1, 2, 0.44084907E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.30784619E-08, 0.27609644E+05, + 0.786E+05, 0.600E+03, 1, 131, 1, 3, 0.43720661E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.11880026E-08, 0.28401393E+05, + 0.786E+05, 0.600E+03, 1, 131, 1, 4, 0.43385462E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.34521328E-08, 0.29237543E+05, + 0.786E+05, 0.600E+03, 1, 131, 1, 5, 0.43077491E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.47116124E-08, 0.30112786E+05, + 0.786E+05, 0.600E+03, 1, 131, 1, 6, 0.42794818E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.46969362E-08, 0.31024652E+05, + 0.786E+05, 0.600E+03, 1, 131, 1, 7, 0.42535522E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.42664148E-08, 0.31971280E+05, + 0.786E+05, 0.600E+03, 1, 131, 1, 8, 0.42297742E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.36669014E-08, 0.32950824E+05, + 0.786E+05, 0.600E+03, 1, 131, 1, 9, 0.42079698E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.30225742E-08, 0.33961488E+05, + 0.786E+05, 0.600E+03, 1, 131, 1, 10, 0.41879708E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.24060363E-08, 0.35001549E+05, + 0.786E+05, 0.600E+03, 1, 131, 1, 11, 0.41696200E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.18625350E-08, 0.36069375E+05, + 0.786E+05, 0.600E+03, 1, 131, 1, 12, 0.41527716E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.13755077E-08, 0.37163435E+05, + 0.786E+05, 0.600E+03, 1, 131, 1, 13, 0.41372910E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.98717123E-09, 0.38282303E+05, + 0.786E+05, 0.600E+03, 1, 131, 1, 14, 0.41230549E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.66506445E-09, 0.39424661E+05, + 0.786E+05, 0.600E+03, 1, 131, 1, 15, 0.41099507E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.38608405E-09, 0.40589296E+05, + 0.786E+05, 0.600E+03, 1, 131, 1, 16, 0.40978759E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20780888E-09, 0.41775095E+05, + 0.786E+05, 0.600E+03, 1, 131, 1, 17, 0.40867375E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.79484863E-09, 0.42981042E+05, + 0.786E+05, 0.600E+03, 1, 131, 1, 18, 0.40764524E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.65429973E-09, 0.44209227E+05, + 0.786E+05, 0.600E+03, 1, 131, 1, 19, 0.40669459E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.22213698E-09, 0.45457878E+05, + 0.786E+05, 0.600E+03, 1, 131, 1, 20, 0.40581493E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.67585233E-07, 0.46724738E+05, + 0.786E+05, 0.600E+03, 1, 131, 1, 21, 0.40500000E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.792E+05, 0.600E+03, 1, 132, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.46429715E-07, 0.26859982E+05, + 0.792E+05, 0.600E+03, 1, 132, 1, 2, 0.44084907E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.32860221E-08, 0.27609644E+05, + 0.792E+05, 0.600E+03, 1, 132, 1, 3, 0.43720661E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.61103833E-09, 0.28401393E+05, + 0.792E+05, 0.600E+03, 1, 132, 1, 4, 0.43385462E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.28302374E-08, 0.29237543E+05, + 0.792E+05, 0.600E+03, 1, 132, 1, 5, 0.43077491E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.42634802E-08, 0.30112786E+05, + 0.792E+05, 0.600E+03, 1, 132, 1, 6, 0.42794818E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.43120245E-08, 0.31024652E+05, + 0.792E+05, 0.600E+03, 1, 132, 1, 7, 0.42535522E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.39483936E-08, 0.31971280E+05, + 0.792E+05, 0.600E+03, 1, 132, 1, 8, 0.42297742E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.34268304E-08, 0.32950824E+05, + 0.792E+05, 0.600E+03, 1, 132, 1, 9, 0.42079698E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.28452725E-08, 0.33961488E+05, + 0.792E+05, 0.600E+03, 1, 132, 1, 10, 0.41879708E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22992310E-08, 0.35001549E+05, + 0.792E+05, 0.600E+03, 1, 132, 1, 11, 0.41696200E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.18075426E-08, 0.36069375E+05, + 0.792E+05, 0.600E+03, 1, 132, 1, 12, 0.41527716E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.13758878E-08, 0.37163435E+05, + 0.792E+05, 0.600E+03, 1, 132, 1, 13, 0.41372910E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10244712E-08, 0.38282303E+05, + 0.792E+05, 0.600E+03, 1, 132, 1, 14, 0.41230549E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.73705309E-09, 0.39424661E+05, + 0.792E+05, 0.600E+03, 1, 132, 1, 15, 0.41099507E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.50681592E-09, 0.40589296E+05, + 0.792E+05, 0.600E+03, 1, 132, 1, 16, 0.40978759E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.34000891E-09, 0.41775095E+05, + 0.792E+05, 0.600E+03, 1, 132, 1, 17, 0.40867375E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10697327E-08, 0.42981042E+05, + 0.792E+05, 0.600E+03, 1, 132, 1, 18, 0.40764524E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.95244346E-09, 0.44209227E+05, + 0.792E+05, 0.600E+03, 1, 132, 1, 19, 0.40669459E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.27874592E-10, 0.45457878E+05, + 0.792E+05, 0.600E+03, 1, 132, 1, 20, 0.40581493E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.28972940E-06, 0.46724738E+05, + 0.792E+05, 0.600E+03, 1, 132, 1, 21, 0.40500000E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.798E+05, 0.600E+03, 1, 133, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.50642740E-07, 0.26859982E+05, + 0.798E+05, 0.600E+03, 1, 133, 1, 2, 0.44084907E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.41193147E-08, 0.27609644E+05, + 0.798E+05, 0.600E+03, 1, 133, 1, 3, 0.43720661E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.42678394E-09, 0.28401393E+05, + 0.798E+05, 0.600E+03, 1, 133, 1, 4, 0.43385462E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.17978614E-08, 0.29237543E+05, + 0.798E+05, 0.600E+03, 1, 133, 1, 5, 0.43077491E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.33415404E-08, 0.30112786E+05, + 0.798E+05, 0.600E+03, 1, 133, 1, 6, 0.42794818E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.34723335E-08, 0.31024652E+05, + 0.798E+05, 0.600E+03, 1, 133, 1, 7, 0.42535522E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.31894842E-08, 0.31971280E+05, + 0.798E+05, 0.600E+03, 1, 133, 1, 8, 0.42297742E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.27437004E-08, 0.32950824E+05, + 0.798E+05, 0.600E+03, 1, 133, 1, 9, 0.42079698E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22335556E-08, 0.33961488E+05, + 0.798E+05, 0.600E+03, 1, 133, 1, 10, 0.41879708E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.17372308E-08, 0.35001549E+05, + 0.798E+05, 0.600E+03, 1, 133, 1, 11, 0.41696200E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.13036612E-08, 0.36069375E+05, + 0.798E+05, 0.600E+03, 1, 133, 1, 12, 0.41527716E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.89205443E-09, 0.37163435E+05, + 0.798E+05, 0.600E+03, 1, 133, 1, 13, 0.41372910E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.58768634E-09, 0.38282303E+05, + 0.798E+05, 0.600E+03, 1, 133, 1, 14, 0.41230549E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.30388136E-09, 0.39424661E+05, + 0.798E+05, 0.600E+03, 1, 133, 1, 15, 0.41099507E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10868106E-09, 0.40589296E+05, + 0.798E+05, 0.600E+03, 1, 133, 1, 16, 0.40978759E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.65799810E-10, 0.41775095E+05, + 0.798E+05, 0.600E+03, 1, 133, 1, 17, 0.40867375E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.72942186E-09, 0.42981042E+05, + 0.798E+05, 0.600E+03, 1, 133, 1, 18, 0.40764524E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.61488592E-09, 0.44209227E+05, + 0.798E+05, 0.600E+03, 1, 133, 1, 19, 0.40669459E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.40068571E-09, 0.45457878E+05, + 0.798E+05, 0.600E+03, 1, 133, 1, 20, 0.40581493E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.18836616E-07, 0.46724738E+05, + 0.798E+05, 0.600E+03, 1, 133, 1, 21, 0.40500000E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.804E+05, 0.600E+03, 1, 134, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.50431993E-07, 0.26859982E+05, + 0.804E+05, 0.600E+03, 1, 134, 1, 2, 0.44084907E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.41210804E-08, 0.27609644E+05, + 0.804E+05, 0.600E+03, 1, 134, 1, 3, 0.43720661E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.41860559E-09, 0.28401393E+05, + 0.804E+05, 0.600E+03, 1, 134, 1, 4, 0.43385462E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.18088855E-08, 0.29237543E+05, + 0.804E+05, 0.600E+03, 1, 134, 1, 5, 0.43077491E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.33505643E-08, 0.30112786E+05, + 0.804E+05, 0.600E+03, 1, 134, 1, 6, 0.42794818E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.34888430E-08, 0.31024652E+05, + 0.804E+05, 0.600E+03, 1, 134, 1, 7, 0.42535522E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.32052228E-08, 0.31971280E+05, + 0.804E+05, 0.600E+03, 1, 134, 1, 8, 0.42297742E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.27571403E-08, 0.32950824E+05, + 0.804E+05, 0.600E+03, 1, 134, 1, 9, 0.42079698E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22503102E-08, 0.33961488E+05, + 0.804E+05, 0.600E+03, 1, 134, 1, 10, 0.41879708E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.17578223E-08, 0.35001549E+05, + 0.804E+05, 0.600E+03, 1, 134, 1, 11, 0.41696200E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.13214425E-08, 0.36069375E+05, + 0.804E+05, 0.600E+03, 1, 134, 1, 12, 0.41527716E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.91289110E-09, 0.37163435E+05, + 0.804E+05, 0.600E+03, 1, 134, 1, 13, 0.41372910E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.60660810E-09, 0.38282303E+05, + 0.804E+05, 0.600E+03, 1, 134, 1, 14, 0.41230549E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.32159164E-09, 0.39424661E+05, + 0.804E+05, 0.600E+03, 1, 134, 1, 15, 0.41099507E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.13579182E-09, 0.40589296E+05, + 0.804E+05, 0.600E+03, 1, 134, 1, 16, 0.40978759E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.48423487E-10, 0.41775095E+05, + 0.804E+05, 0.600E+03, 1, 134, 1, 17, 0.40867375E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.75381834E-09, 0.42981042E+05, + 0.804E+05, 0.600E+03, 1, 134, 1, 18, 0.40764524E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.62339822E-09, 0.44209227E+05, + 0.804E+05, 0.600E+03, 1, 134, 1, 19, 0.40669459E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.38132697E-09, 0.45457878E+05, + 0.804E+05, 0.600E+03, 1, 134, 1, 20, 0.40581493E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.83779497E-07, 0.46724738E+05, + 0.804E+05, 0.600E+03, 1, 134, 1, 21, 0.40500000E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.810E+05, 0.600E+03, 1, 135, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.63701178E-06, 0.26859982E+05, + 0.810E+05, 0.600E+03, 1, 135, 1, 2, 0.44084907E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16726707E-06, 0.27609643E+05, + 0.810E+05, 0.600E+03, 1, 135, 1, 3, 0.43720661E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16270821E-06, 0.28401393E+05, + 0.810E+05, 0.600E+03, 1, 135, 1, 4, 0.43385462E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14777170E-06, 0.29237543E+05, + 0.810E+05, 0.600E+03, 1, 135, 1, 5, 0.43077491E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12609831E-06, 0.30112786E+05, + 0.810E+05, 0.600E+03, 1, 135, 1, 6, 0.42794818E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11726710E-06, 0.31024652E+05, + 0.810E+05, 0.600E+03, 1, 135, 1, 7, 0.42535522E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11083464E-06, 0.31971280E+05, + 0.810E+05, 0.600E+03, 1, 135, 1, 8, 0.42297742E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10666886E-06, 0.32950824E+05, + 0.810E+05, 0.600E+03, 1, 135, 1, 9, 0.42079697E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10443840E-06, 0.33961488E+05, + 0.810E+05, 0.600E+03, 1, 135, 1, 10, 0.41879708E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10384223E-06, 0.35001549E+05, + 0.810E+05, 0.600E+03, 1, 135, 1, 11, 0.41696200E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10462925E-06, 0.36069375E+05, + 0.810E+05, 0.600E+03, 1, 135, 1, 12, 0.41527716E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10645316E-06, 0.37163435E+05, + 0.810E+05, 0.600E+03, 1, 135, 1, 13, 0.41372909E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10924207E-06, 0.38282303E+05, + 0.810E+05, 0.600E+03, 1, 135, 1, 14, 0.41230548E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11268628E-06, 0.39424661E+05, + 0.810E+05, 0.600E+03, 1, 135, 1, 15, 0.41099507E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11678236E-06, 0.40589296E+05, + 0.810E+05, 0.600E+03, 1, 135, 1, 16, 0.40978759E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12125748E-06, 0.41775095E+05, + 0.810E+05, 0.600E+03, 1, 135, 1, 17, 0.40867375E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11446519E-06, 0.42981042E+05, + 0.810E+05, 0.600E+03, 1, 135, 1, 18, 0.40764524E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11929625E-06, 0.44209227E+05, + 0.810E+05, 0.600E+03, 1, 135, 1, 19, 0.40669459E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13591370E-06, 0.45457878E+05, + 0.810E+05, 0.600E+03, 1, 135, 1, 20, 0.40581493E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.90663651E-06, 0.46724738E+05, + 0.810E+05, 0.600E+03, 1, 135, 1, 21, 0.40500000E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.816E+05, 0.600E+03, 1, 136, 1, 1, 0.44479916E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999990E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10171041E-04, 0.26859979E+05, + 0.816E+05, 0.600E+03, 1, 136, 1, 2, 0.44084905E+01, 0.19999990E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999991E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.11602494E-05, 0.27609641E+05, + 0.816E+05, 0.600E+03, 1, 136, 1, 3, 0.43720659E+01, 0.19999991E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999992E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10588164E-05, 0.28401391E+05, + 0.816E+05, 0.600E+03, 1, 136, 1, 4, 0.43385460E+01, 0.19999992E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999993E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.85073834E-06, 0.29237541E+05, + 0.816E+05, 0.600E+03, 1, 136, 1, 5, 0.43077490E+01, 0.19999993E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999993E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.56396899E-06, 0.30112784E+05, + 0.816E+05, 0.600E+03, 1, 136, 1, 6, 0.42794817E+01, 0.19999993E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.44374171E-06, 0.31024651E+05, + 0.816E+05, 0.600E+03, 1, 136, 1, 7, 0.42535521E+01, 0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.34275916E-06, 0.31971279E+05, + 0.816E+05, 0.600E+03, 1, 136, 1, 8, 0.42297741E+01, 0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.25648793E-06, 0.32950823E+05, + 0.816E+05, 0.600E+03, 1, 136, 1, 9, 0.42079697E+01, 0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.18159712E-06, 0.33961487E+05, + 0.816E+05, 0.600E+03, 1, 136, 1, 10, 0.41879707E+01, 0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.11559655E-06, 0.35001548E+05, + 0.816E+05, 0.600E+03, 1, 136, 1, 11, 0.41696200E+01, 0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.56561863E-07, 0.36069374E+05, + 0.816E+05, 0.600E+03, 1, 136, 1, 12, 0.41527715E+01, 0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.31403715E-08, 0.37163434E+05, + 0.816E+05, 0.600E+03, 1, 136, 1, 13, 0.41372909E+01, 0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.45868500E-07, 0.38282302E+05, + 0.816E+05, 0.600E+03, 1, 136, 1, 14, 0.41230548E+01, 0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.91197883E-07, 0.39424661E+05, + 0.816E+05, 0.600E+03, 1, 136, 1, 15, 0.41099506E+01, 0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13363681E-06, 0.40589296E+05, + 0.816E+05, 0.600E+03, 1, 136, 1, 16, 0.40978759E+01, 0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.17353939E-06, 0.41775095E+05, + 0.816E+05, 0.600E+03, 1, 136, 1, 17, 0.40867375E+01, 0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.31974010E-06, 0.42981042E+05, + 0.816E+05, 0.600E+03, 1, 136, 1, 18, 0.40764524E+01, 0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.34809191E-06, 0.44209227E+05, + 0.816E+05, 0.600E+03, 1, 136, 1, 19, 0.40669459E+01, 0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999993E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.27472325E-06, 0.45457877E+05, + 0.816E+05, 0.600E+03, 1, 136, 1, 20, 0.40581493E+01, 0.19999993E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.48493726E-05, 0.46724738E+05, + 0.816E+05, 0.600E+03, 1, 136, 1, 21, 0.40500000E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.822E+05, 0.600E+03, 1, 137, 1, 1, 0.44479915E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999990E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10284988E-04, 0.26859979E+05, + 0.822E+05, 0.600E+03, 1, 137, 1, 2, 0.44084905E+01, 0.19999990E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999991E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10701967E-05, 0.27609641E+05, + 0.822E+05, 0.600E+03, 1, 137, 1, 3, 0.43720659E+01, 0.19999991E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999992E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10133603E-05, 0.28401390E+05, + 0.822E+05, 0.600E+03, 1, 137, 1, 4, 0.43385460E+01, 0.19999992E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999993E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.83729693E-06, 0.29237541E+05, + 0.822E+05, 0.600E+03, 1, 137, 1, 5, 0.43077489E+01, 0.19999993E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999993E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.56906246E-06, 0.30112784E+05, + 0.822E+05, 0.600E+03, 1, 137, 1, 6, 0.42794816E+01, 0.19999993E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.46415282E-06, 0.31024650E+05, + 0.822E+05, 0.600E+03, 1, 137, 1, 7, 0.42535521E+01, 0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.37492458E-06, 0.31971278E+05, + 0.822E+05, 0.600E+03, 1, 137, 1, 8, 0.42297741E+01, 0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.29789670E-06, 0.32950823E+05, + 0.822E+05, 0.600E+03, 1, 137, 1, 9, 0.42079697E+01, 0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.23046515E-06, 0.33961486E+05, + 0.822E+05, 0.600E+03, 1, 137, 1, 10, 0.41879707E+01, 0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.17066102E-06, 0.35001547E+05, + 0.822E+05, 0.600E+03, 1, 137, 1, 11, 0.41696199E+01, 0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.11692183E-06, 0.36069374E+05, + 0.822E+05, 0.600E+03, 1, 137, 1, 12, 0.41527715E+01, 0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.68157764E-07, 0.37163434E+05, + 0.822E+05, 0.600E+03, 1, 137, 1, 13, 0.41372909E+01, 0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.23336746E-07, 0.38282302E+05, + 0.822E+05, 0.600E+03, 1, 137, 1, 14, 0.41230548E+01, 0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.18134294E-07, 0.39424660E+05, + 0.822E+05, 0.600E+03, 1, 137, 1, 15, 0.41099506E+01, 0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.56968929E-07, 0.40589295E+05, + 0.822E+05, 0.600E+03, 1, 137, 1, 16, 0.40978758E+01, 0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.93438121E-07, 0.41775094E+05, + 0.822E+05, 0.600E+03, 1, 137, 1, 17, 0.40867375E+01, 0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.24352524E-06, 0.42981042E+05, + 0.822E+05, 0.600E+03, 1, 137, 1, 18, 0.40764524E+01, 0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.26930026E-06, 0.44209226E+05, + 0.822E+05, 0.600E+03, 1, 137, 1, 19, 0.40669458E+01, 0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.18610857E-06, 0.45457877E+05, + 0.822E+05, 0.600E+03, 1, 137, 1, 20, 0.40581492E+01, 0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999950E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.44423773E-04, 0.46724737E+05, + 0.822E+05, 0.600E+03, 1, 137, 1, 21, 0.40500000E+01, 0.19999950E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999950E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.828E+05, 0.600E+03, 1, 138, 1, 1, 0.44479917E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.37094594E-07, 0.26859981E+05, + 0.828E+05, 0.600E+03, 1, 138, 1, 2, 0.44084906E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.52055893E-06, 0.27609643E+05, + 0.828E+05, 0.600E+03, 1, 138, 1, 3, 0.43720661E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.38995022E-06, 0.28401392E+05, + 0.828E+05, 0.600E+03, 1, 138, 1, 4, 0.43385461E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.28487045E-06, 0.29237543E+05, + 0.828E+05, 0.600E+03, 1, 138, 1, 5, 0.43077491E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.21827551E-06, 0.30112785E+05, + 0.828E+05, 0.600E+03, 1, 138, 1, 6, 0.42794817E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16691186E-06, 0.31024652E+05, + 0.828E+05, 0.600E+03, 1, 138, 1, 7, 0.42535522E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12766317E-06, 0.31971280E+05, + 0.828E+05, 0.600E+03, 1, 138, 1, 8, 0.42297742E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.97717862E-07, 0.32950824E+05, + 0.828E+05, 0.600E+03, 1, 138, 1, 9, 0.42079697E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.74915736E-07, 0.33961487E+05, + 0.828E+05, 0.600E+03, 1, 138, 1, 10, 0.41879708E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.57573821E-07, 0.35001548E+05, + 0.828E+05, 0.600E+03, 1, 138, 1, 11, 0.41696200E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.44400771E-07, 0.36069374E+05, + 0.828E+05, 0.600E+03, 1, 138, 1, 12, 0.41527716E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.34410323E-07, 0.37163434E+05, + 0.828E+05, 0.600E+03, 1, 138, 1, 13, 0.41372909E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.26837057E-07, 0.38282303E+05, + 0.828E+05, 0.600E+03, 1, 138, 1, 14, 0.41230548E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.21099851E-07, 0.39424661E+05, + 0.828E+05, 0.600E+03, 1, 138, 1, 15, 0.41099507E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16761071E-07, 0.40589296E+05, + 0.828E+05, 0.600E+03, 1, 138, 1, 16, 0.40978759E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13466973E-07, 0.41775095E+05, + 0.828E+05, 0.600E+03, 1, 138, 1, 17, 0.40867375E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.30351664E-07, 0.42981042E+05, + 0.828E+05, 0.600E+03, 1, 138, 1, 18, 0.40764524E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.30183845E-07, 0.44209227E+05, + 0.828E+05, 0.600E+03, 1, 138, 1, 19, 0.40669459E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10976535E-07, 0.45457878E+05, + 0.828E+05, 0.600E+03, 1, 138, 1, 20, 0.40581493E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22230806E-05, 0.46724738E+05, + 0.828E+05, 0.600E+03, 1, 138, 1, 21, 0.40500000E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.834E+05, 0.600E+03, 1, 139, 1, 1, 0.44479917E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.38828561E-06, 0.26859981E+05, + 0.834E+05, 0.600E+03, 1, 139, 1, 2, 0.44084906E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.50002076E-06, 0.27609643E+05, + 0.834E+05, 0.600E+03, 1, 139, 1, 3, 0.43720660E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.37275811E-06, 0.28401392E+05, + 0.834E+05, 0.600E+03, 1, 139, 1, 4, 0.43385461E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.27413228E-06, 0.29237543E+05, + 0.834E+05, 0.600E+03, 1, 139, 1, 5, 0.43077491E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.21594821E-06, 0.30112785E+05, + 0.834E+05, 0.600E+03, 1, 139, 1, 6, 0.42794817E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16773423E-06, 0.31024651E+05, + 0.834E+05, 0.600E+03, 1, 139, 1, 7, 0.42535522E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13105629E-06, 0.31971279E+05, + 0.834E+05, 0.600E+03, 1, 139, 1, 8, 0.42297742E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10323954E-06, 0.32950824E+05, + 0.834E+05, 0.600E+03, 1, 139, 1, 9, 0.42079697E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.82267185E-07, 0.33961487E+05, + 0.834E+05, 0.600E+03, 1, 139, 1, 10, 0.41879708E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.66506157E-07, 0.35001548E+05, + 0.834E+05, 0.600E+03, 1, 139, 1, 11, 0.41696200E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.54758498E-07, 0.36069374E+05, + 0.834E+05, 0.600E+03, 1, 139, 1, 12, 0.41527715E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.46030799E-07, 0.37163434E+05, + 0.834E+05, 0.600E+03, 1, 139, 1, 13, 0.41372909E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.39623156E-07, 0.38282303E+05, + 0.834E+05, 0.600E+03, 1, 139, 1, 14, 0.41230548E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.34946378E-07, 0.39424661E+05, + 0.834E+05, 0.600E+03, 1, 139, 1, 15, 0.41099507E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.31616846E-07, 0.40589296E+05, + 0.834E+05, 0.600E+03, 1, 139, 1, 16, 0.40978759E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.29222736E-07, 0.41775095E+05, + 0.834E+05, 0.600E+03, 1, 139, 1, 17, 0.40867375E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.49373842E-07, 0.42981042E+05, + 0.834E+05, 0.600E+03, 1, 139, 1, 18, 0.40764524E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.49623257E-07, 0.44209227E+05, + 0.834E+05, 0.600E+03, 1, 139, 1, 19, 0.40669459E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.28730835E-07, 0.45457878E+05, + 0.834E+05, 0.600E+03, 1, 139, 1, 20, 0.40581493E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.14348319E-05, 0.46724738E+05, + 0.834E+05, 0.600E+03, 1, 139, 1, 21, 0.40500000E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.840E+05, 0.600E+03, 1, 140, 1, 1, 0.44479916E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.32513541E-05, 0.26859980E+05, + 0.840E+05, 0.600E+03, 1, 140, 1, 2, 0.44084905E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.49578237E-06, 0.27609642E+05, + 0.840E+05, 0.600E+03, 1, 140, 1, 3, 0.43720660E+01, 0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.36327720E-06, 0.28401391E+05, + 0.840E+05, 0.600E+03, 1, 140, 1, 4, 0.43385460E+01, 0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.29449925E-06, 0.29237541E+05, + 0.840E+05, 0.600E+03, 1, 140, 1, 5, 0.43077490E+01, 0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.29217392E-06, 0.30112784E+05, + 0.840E+05, 0.600E+03, 1, 140, 1, 6, 0.42794816E+01, 0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.26298990E-06, 0.31024650E+05, + 0.840E+05, 0.600E+03, 1, 140, 1, 7, 0.42535521E+01, 0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.24435385E-06, 0.31971279E+05, + 0.840E+05, 0.600E+03, 1, 140, 1, 8, 0.42297741E+01, 0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23388615E-06, 0.32950823E+05, + 0.840E+05, 0.600E+03, 1, 140, 1, 9, 0.42079697E+01, 0.19999995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.22974974E-06, 0.33961487E+05, + 0.840E+05, 0.600E+03, 1, 140, 1, 10, 0.41879707E+01, 0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23040559E-06, 0.35001548E+05, + 0.840E+05, 0.600E+03, 1, 140, 1, 11, 0.41696199E+01, 0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23470192E-06, 0.36069374E+05, + 0.840E+05, 0.600E+03, 1, 140, 1, 12, 0.41527715E+01, 0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.24164813E-06, 0.37163434E+05, + 0.840E+05, 0.600E+03, 1, 140, 1, 13, 0.41372909E+01, 0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999993E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.25057890E-06, 0.38282302E+05, + 0.840E+05, 0.600E+03, 1, 140, 1, 14, 0.41230548E+01, 0.19999993E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999993E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.26085235E-06, 0.39424661E+05, + 0.840E+05, 0.600E+03, 1, 140, 1, 15, 0.41099506E+01, 0.19999993E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999993E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.27212553E-06, 0.40589296E+05, + 0.840E+05, 0.600E+03, 1, 140, 1, 16, 0.40978759E+01, 0.19999993E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999993E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.28393595E-06, 0.41775095E+05, + 0.840E+05, 0.600E+03, 1, 140, 1, 17, 0.40867375E+01, 0.19999993E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999992E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.33621561E-06, 0.42981042E+05, + 0.840E+05, 0.600E+03, 1, 140, 1, 18, 0.40764524E+01, 0.19999992E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999992E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.34627007E-06, 0.44209227E+05, + 0.840E+05, 0.600E+03, 1, 140, 1, 19, 0.40669459E+01, 0.19999992E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999992E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.31947204E-06, 0.45457877E+05, + 0.840E+05, 0.600E+03, 1, 140, 1, 20, 0.40581493E+01, 0.19999992E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.73444756E-05, 0.46724738E+05, + 0.840E+05, 0.600E+03, 1, 140, 1, 21, 0.40500000E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.846E+05, 0.600E+03, 1, 141, 1, 1, 0.44479917E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15004762E-05, 0.26859981E+05, + 0.846E+05, 0.600E+03, 1, 141, 1, 2, 0.44084906E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16422248E-07, 0.27609643E+05, + 0.846E+05, 0.600E+03, 1, 141, 1, 3, 0.43720660E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.43303405E-07, 0.28401392E+05, + 0.846E+05, 0.600E+03, 1, 141, 1, 4, 0.43385461E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.73560432E-07, 0.29237542E+05, + 0.846E+05, 0.600E+03, 1, 141, 1, 5, 0.43077490E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11129712E-06, 0.30112785E+05, + 0.846E+05, 0.600E+03, 1, 141, 1, 6, 0.42794817E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12228717E-06, 0.31024651E+05, + 0.846E+05, 0.600E+03, 1, 141, 1, 7, 0.42535521E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12845578E-06, 0.31971279E+05, + 0.846E+05, 0.600E+03, 1, 141, 1, 8, 0.42297741E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13145038E-06, 0.32950823E+05, + 0.846E+05, 0.600E+03, 1, 141, 1, 9, 0.42079697E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13241884E-06, 0.33961487E+05, + 0.846E+05, 0.600E+03, 1, 141, 1, 10, 0.41879707E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13212897E-06, 0.35001548E+05, + 0.846E+05, 0.600E+03, 1, 141, 1, 11, 0.41696200E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13110218E-06, 0.36069374E+05, + 0.846E+05, 0.600E+03, 1, 141, 1, 12, 0.41527715E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12970290E-06, 0.37163434E+05, + 0.846E+05, 0.600E+03, 1, 141, 1, 13, 0.41372909E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12811938E-06, 0.38282303E+05, + 0.846E+05, 0.600E+03, 1, 141, 1, 14, 0.41230548E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12651511E-06, 0.39424661E+05, + 0.846E+05, 0.600E+03, 1, 141, 1, 15, 0.41099506E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12495841E-06, 0.40589296E+05, + 0.846E+05, 0.600E+03, 1, 141, 1, 16, 0.40978759E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12351351E-06, 0.41775095E+05, + 0.846E+05, 0.600E+03, 1, 141, 1, 17, 0.40867375E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14897802E-06, 0.42981042E+05, + 0.846E+05, 0.600E+03, 1, 141, 1, 18, 0.40764524E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14837902E-06, 0.44209227E+05, + 0.846E+05, 0.600E+03, 1, 141, 1, 19, 0.40669459E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12149840E-06, 0.45457877E+05, + 0.846E+05, 0.600E+03, 1, 141, 1, 20, 0.40581493E+01, 0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.25225459E-05, 0.46724738E+05, + 0.846E+05, 0.600E+03, 1, 141, 1, 21, 0.40500000E+01, 0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999994E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.852E+05, 0.600E+03, 1, 142, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.39532767E-05, 0.26859983E+05, + 0.852E+05, 0.600E+03, 1, 142, 1, 2, 0.44084908E+01, 0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.13243464E-05, 0.27609645E+05, + 0.852E+05, 0.600E+03, 1, 142, 1, 3, 0.43720662E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.12102021E-05, 0.28401394E+05, + 0.852E+05, 0.600E+03, 1, 142, 1, 4, 0.43385463E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10692520E-05, 0.29237545E+05, + 0.852E+05, 0.600E+03, 1, 142, 1, 5, 0.43077492E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.90850926E-06, 0.30112787E+05, + 0.852E+05, 0.600E+03, 1, 142, 1, 6, 0.42794819E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.84231059E-06, 0.31024654E+05, + 0.852E+05, 0.600E+03, 1, 142, 1, 7, 0.42535523E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.79823253E-06, 0.31971281E+05, + 0.852E+05, 0.600E+03, 1, 142, 1, 8, 0.42297743E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.77177347E-06, 0.32950826E+05, + 0.852E+05, 0.600E+03, 1, 142, 1, 9, 0.42079699E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.75925239E-06, 0.33961489E+05, + 0.852E+05, 0.600E+03, 1, 142, 1, 10, 0.41879709E+01, 0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.75772156E-06, 0.35001550E+05, + 0.852E+05, 0.600E+03, 1, 142, 1, 11, 0.41696201E+01, 0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.76477880E-06, 0.36069376E+05, + 0.852E+05, 0.600E+03, 1, 142, 1, 12, 0.41527717E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.77851979E-06, 0.37163436E+05, + 0.852E+05, 0.600E+03, 1, 142, 1, 13, 0.41372910E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.79743419E-06, 0.38282304E+05, + 0.852E+05, 0.600E+03, 1, 142, 1, 14, 0.41230549E+01, 0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.82030543E-06, 0.39424662E+05, + 0.852E+05, 0.600E+03, 1, 142, 1, 15, 0.41099507E+01, 0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.84616066E-06, 0.40589297E+05, + 0.852E+05, 0.600E+03, 1, 142, 1, 16, 0.40978760E+01, 0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000009E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.87423445E-06, 0.41775096E+05, + 0.852E+05, 0.600E+03, 1, 142, 1, 17, 0.40867376E+01, 0.20000009E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000010E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.81469610E-06, 0.42981043E+05, + 0.852E+05, 0.600E+03, 1, 142, 1, 18, 0.40764525E+01, 0.20000010E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000011E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.84150173E-06, 0.44209228E+05, + 0.852E+05, 0.600E+03, 1, 142, 1, 19, 0.40669459E+01, 0.20000011E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000012E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.95884589E-06, 0.45457878E+05, + 0.852E+05, 0.600E+03, 1, 142, 1, 20, 0.40581493E+01, 0.20000012E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000020E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.81372752E-05, 0.46724738E+05, + 0.852E+05, 0.600E+03, 1, 142, 1, 21, 0.40500000E+01, 0.20000020E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000020E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.858E+05, 0.600E+03, 1, 143, 1, 1, 0.44479918E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.42411719E-05, 0.26859982E+05, + 0.858E+05, 0.600E+03, 1, 143, 1, 2, 0.44084907E+01, 0.19999996E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10964155E-05, 0.27609644E+05, + 0.858E+05, 0.600E+03, 1, 143, 1, 3, 0.43720661E+01, 0.19999997E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10153013E-05, 0.28401393E+05, + 0.858E+05, 0.600E+03, 1, 143, 1, 4, 0.43385462E+01, 0.19999998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.89830041E-06, 0.29237544E+05, + 0.858E+05, 0.600E+03, 1, 143, 1, 5, 0.43077491E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.75229670E-06, 0.30112786E+05, + 0.858E+05, 0.600E+03, 1, 143, 1, 6, 0.42794818E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.69781634E-06, 0.31024653E+05, + 0.858E+05, 0.600E+03, 1, 143, 1, 7, 0.42535522E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.66197943E-06, 0.31971281E+05, + 0.858E+05, 0.600E+03, 1, 143, 1, 8, 0.42297742E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.64104219E-06, 0.32950825E+05, + 0.858E+05, 0.600E+03, 1, 143, 1, 9, 0.42079698E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.63190802E-06, 0.33961488E+05, + 0.858E+05, 0.600E+03, 1, 143, 1, 10, 0.41879708E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.63210980E-06, 0.35001549E+05, + 0.858E+05, 0.600E+03, 1, 143, 1, 11, 0.41696201E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.63961692E-06, 0.36069375E+05, + 0.858E+05, 0.600E+03, 1, 143, 1, 12, 0.41527716E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.65283301E-06, 0.37163435E+05, + 0.858E+05, 0.600E+03, 1, 143, 1, 13, 0.41372910E+01, 0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.67046728E-06, 0.38282303E+05, + 0.858E+05, 0.600E+03, 1, 143, 1, 14, 0.41230549E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.69149668E-06, 0.39424661E+05, + 0.858E+05, 0.600E+03, 1, 143, 1, 15, 0.41099507E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.71510781E-06, 0.40589296E+05, + 0.858E+05, 0.600E+03, 1, 143, 1, 16, 0.40978759E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.74061607E-06, 0.41775095E+05, + 0.858E+05, 0.600E+03, 1, 143, 1, 17, 0.40867375E+01, 0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.68058974E-06, 0.42981042E+05, + 0.858E+05, 0.600E+03, 1, 143, 1, 18, 0.40764524E+01, 0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.70550677E-06, 0.44209227E+05, + 0.858E+05, 0.600E+03, 1, 143, 1, 19, 0.40669459E+01, 0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000009E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.81785339E-06, 0.45457877E+05, + 0.858E+05, 0.600E+03, 1, 143, 1, 20, 0.40581492E+01, 0.20000009E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999960E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.48951060E-04, 0.46724737E+05, + 0.858E+05, 0.600E+03, 1, 143, 1, 21, 0.40500000E+01, 0.19999960E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999960E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.864E+05, 0.600E+03, 1, 144, 1, 1, 0.44479919E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10978777E-05, 0.26859983E+05, + 0.864E+05, 0.600E+03, 1, 144, 1, 2, 0.44084908E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.76259254E-06, 0.27609645E+05, + 0.864E+05, 0.600E+03, 1, 144, 1, 3, 0.43720662E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.69297260E-06, 0.28401394E+05, + 0.864E+05, 0.600E+03, 1, 144, 1, 4, 0.43385463E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.62366908E-06, 0.29237544E+05, + 0.864E+05, 0.600E+03, 1, 144, 1, 5, 0.43077492E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.55245262E-06, 0.30112787E+05, + 0.864E+05, 0.600E+03, 1, 144, 1, 6, 0.42794819E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.52310268E-06, 0.31024653E+05, + 0.864E+05, 0.600E+03, 1, 144, 1, 7, 0.42535523E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.50736961E-06, 0.31971281E+05, + 0.864E+05, 0.600E+03, 1, 144, 1, 8, 0.42297743E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.50255249E-06, 0.32950825E+05, + 0.864E+05, 0.600E+03, 1, 144, 1, 9, 0.42079698E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.50637711E-06, 0.33961489E+05, + 0.864E+05, 0.600E+03, 1, 144, 1, 10, 0.41879709E+01, 0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.51698343E-06, 0.35001550E+05, + 0.864E+05, 0.600E+03, 1, 144, 1, 11, 0.41696201E+01, 0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.53285341E-06, 0.36069376E+05, + 0.864E+05, 0.600E+03, 1, 144, 1, 12, 0.41527716E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.55278671E-06, 0.37163436E+05, + 0.864E+05, 0.600E+03, 1, 144, 1, 13, 0.41372910E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.57576960E-06, 0.38282304E+05, + 0.864E+05, 0.600E+03, 1, 144, 1, 14, 0.41230549E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.60105000E-06, 0.39424662E+05, + 0.864E+05, 0.600E+03, 1, 144, 1, 15, 0.41099507E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.62800505E-06, 0.40589297E+05, + 0.864E+05, 0.600E+03, 1, 144, 1, 16, 0.40978759E+01, 0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.65611673E-06, 0.41775096E+05, + 0.864E+05, 0.600E+03, 1, 144, 1, 17, 0.40867375E+01, 0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.63521273E-06, 0.42981043E+05, + 0.864E+05, 0.600E+03, 1, 144, 1, 18, 0.40764524E+01, 0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000009E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.66007385E-06, 0.44209227E+05, + 0.864E+05, 0.600E+03, 1, 144, 1, 19, 0.40669459E+01, 0.20000009E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000010E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.73671965E-06, 0.45457878E+05, + 0.864E+05, 0.600E+03, 1, 144, 1, 20, 0.40581493E+01, 0.20000010E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.33758073E-05, 0.46724738E+05, + 0.864E+05, 0.600E+03, 1, 144, 1, 21, 0.40500000E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.870E+05, 0.300E+03, 2, 1, 2, 1, 0.44479919E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14551915E-10, 0.10978711E-05, 0.26859983E+05, + 0.870E+05, 0.300E+03, 2, 1, 2, 2, 0.44084908E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.17219766E-10,-0.76260441E-06, 0.27609645E+05, + 0.870E+05, 0.300E+03, 2, 1, 2, 3, 0.43720662E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.22179544E-10,-0.69298794E-06, 0.28401394E+05, + 0.870E+05, 0.300E+03, 2, 1, 2, 4, 0.43385463E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.29055324E-10,-0.62369024E-06, 0.29237544E+05, + 0.870E+05, 0.300E+03, 2, 1, 2, 5, 0.43077492E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.39520576E-10,-0.55248097E-06, 0.30112787E+05, + 0.870E+05, 0.300E+03, 2, 1, 2, 6, 0.42794819E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.53769327E-10,-0.52314324E-06, 0.31024653E+05, + 0.870E+05, 0.300E+03, 2, 1, 2, 7, 0.42535523E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.72735323E-10,-0.50742442E-06, 0.31971281E+05, + 0.870E+05, 0.300E+03, 2, 1, 2, 8, 0.42297743E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.97425072E-10,-0.50262716E-06, 0.32950825E+05, + 0.870E+05, 0.300E+03, 2, 1, 2, 9, 0.42079698E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12917250E-09,-0.50647939E-06, 0.33961489E+05, + 0.870E+05, 0.300E+03, 2, 1, 2, 10, 0.41879709E+01, 0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16943280E-09,-0.51711759E-06, 0.35001550E+05, + 0.870E+05, 0.300E+03, 2, 1, 2, 11, 0.41696201E+01, 0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.21992795E-09,-0.53303199E-06, 0.36069376E+05, + 0.870E+05, 0.300E+03, 2, 1, 2, 12, 0.41527716E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.28264670E-09,-0.55301997E-06, 0.37163436E+05, + 0.870E+05, 0.300E+03, 2, 1, 2, 13, 0.41372910E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.35974760E-09,-0.57606709E-06, 0.38282304E+05, + 0.870E+05, 0.300E+03, 2, 1, 2, 14, 0.41230549E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.45360745E-09,-0.60143187E-06, 0.39424662E+05, + 0.870E+05, 0.300E+03, 2, 1, 2, 15, 0.41099507E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.56684560E-09,-0.62848698E-06, 0.40589297E+05, + 0.870E+05, 0.300E+03, 2, 1, 2, 16, 0.40978759E+01, 0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.70246945E-09,-0.65671801E-06, 0.41775096E+05, + 0.870E+05, 0.300E+03, 2, 1, 2, 17, 0.40867375E+01, 0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.86353490E-09,-0.63595609E-06, 0.42981043E+05, + 0.870E+05, 0.300E+03, 2, 1, 2, 18, 0.40764524E+01, 0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000009E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10899870E-08,-0.66101678E-06, 0.44209227E+05, + 0.870E+05, 0.300E+03, 2, 1, 2, 19, 0.40669459E+01, 0.20000009E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000010E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13225508E-08,-0.73787974E-06, 0.45457878E+05, + 0.870E+05, 0.300E+03, 2, 1, 2, 20, 0.40581493E+01, 0.20000010E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15948171E-08, 0.34713897E-05, 0.46724738E+05, + 0.870E+05, 0.300E+03, 2, 1, 2, 21, 0.40500000E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.876E+05, 0.300E+03, 2, 2, 2, 1, 0.44479919E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15594802E-10, 0.10978524E-05, 0.26859983E+05, + 0.876E+05, 0.300E+03, 2, 2, 2, 2, 0.44084908E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.18202021E-10,-0.76263583E-06, 0.27609645E+05, + 0.876E+05, 0.300E+03, 2, 2, 2, 3, 0.43720662E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23380077E-10,-0.69302907E-06, 0.28401394E+05, + 0.876E+05, 0.300E+03, 2, 2, 2, 4, 0.43385463E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.30753048E-10,-0.62374308E-06, 0.29237544E+05, + 0.876E+05, 0.300E+03, 2, 2, 2, 5, 0.43077492E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.42042908E-10,-0.55255163E-06, 0.30112787E+05, + 0.876E+05, 0.300E+03, 2, 2, 2, 6, 0.42794819E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.57395179E-10,-0.52324110E-06, 0.31024653E+05, + 0.876E+05, 0.300E+03, 2, 2, 2, 7, 0.42535523E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.77828493E-10,-0.50755663E-06, 0.31971281E+05, + 0.876E+05, 0.300E+03, 2, 2, 2, 8, 0.42297743E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10440999E-09,-0.50280596E-06, 0.32950825E+05, + 0.876E+05, 0.300E+03, 2, 2, 2, 9, 0.42079698E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13860699E-09,-0.50671720E-06, 0.33961489E+05, + 0.876E+05, 0.300E+03, 2, 2, 2, 10, 0.41879709E+01, 0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.18194745E-09,-0.51743462E-06, 0.35001550E+05, + 0.876E+05, 0.300E+03, 2, 2, 2, 11, 0.41696201E+01, 0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23644437E-09,-0.53344180E-06, 0.36069376E+05, + 0.876E+05, 0.300E+03, 2, 2, 2, 12, 0.41527716E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.30391675E-09,-0.55355284E-06, 0.37163436E+05, + 0.876E+05, 0.300E+03, 2, 2, 2, 13, 0.41372910E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.38688692E-09,-0.57674851E-06, 0.38282304E+05, + 0.876E+05, 0.300E+03, 2, 2, 2, 14, 0.41230549E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.48790146E-09,-0.60229450E-06, 0.39424662E+05, + 0.876E+05, 0.300E+03, 2, 2, 2, 15, 0.41099507E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.60977375E-09,-0.62957251E-06, 0.40589297E+05, + 0.876E+05, 0.300E+03, 2, 2, 2, 16, 0.40978759E+01, 0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.75572946E-09,-0.65806569E-06, 0.41775096E+05, + 0.876E+05, 0.300E+03, 2, 2, 2, 17, 0.40867375E+01, 0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.92906703E-09,-0.63761764E-06, 0.42981043E+05, + 0.876E+05, 0.300E+03, 2, 2, 2, 18, 0.40764524E+01, 0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000009E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11726903E-08,-0.66311919E-06, 0.44209227E+05, + 0.876E+05, 0.300E+03, 2, 2, 2, 19, 0.40669459E+01, 0.20000009E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000010E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14229590E-08,-0.74044895E-06, 0.45457878E+05, + 0.876E+05, 0.300E+03, 2, 2, 2, 20, 0.40581493E+01, 0.20000010E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.17158891E-08, 0.35725665E-05, 0.46724738E+05, + 0.876E+05, 0.300E+03, 2, 2, 2, 21, 0.40500000E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.882E+05, 0.300E+03, 2, 3, 2, 1, 0.44479919E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16771082E-10, 0.10978353E-05, 0.26859983E+05, + 0.882E+05, 0.300E+03, 2, 3, 2, 2, 0.44084908E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.19317667E-10,-0.76267141E-06, 0.27609645E+05, + 0.882E+05, 0.300E+03, 2, 3, 2, 3, 0.43720662E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.24811015E-10,-0.69307375E-06, 0.28401394E+05, + 0.882E+05, 0.300E+03, 2, 3, 2, 4, 0.43385463E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.32705429E-10,-0.62380088E-06, 0.29237544E+05, + 0.882E+05, 0.300E+03, 2, 3, 2, 5, 0.43077492E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.44856279E-10,-0.55262894E-06, 0.30112787E+05, + 0.882E+05, 0.300E+03, 2, 3, 2, 6, 0.42794819E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.61493968E-10,-0.52334545E-06, 0.31024653E+05, + 0.882E+05, 0.300E+03, 2, 3, 2, 7, 0.42535523E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.83527993E-10,-0.50769962E-06, 0.31971281E+05, + 0.882E+05, 0.300E+03, 2, 3, 2, 8, 0.42297743E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11229228E-09,-0.50299786E-06, 0.32950825E+05, + 0.882E+05, 0.300E+03, 2, 3, 2, 9, 0.42079698E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14922989E-09,-0.50697483E-06, 0.33961489E+05, + 0.882E+05, 0.300E+03, 2, 3, 2, 10, 0.41879709E+01, 0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.19608706E-09,-0.51777331E-06, 0.35001550E+05, + 0.882E+05, 0.300E+03, 2, 3, 2, 11, 0.41696201E+01, 0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.25482829E-09,-0.53388545E-06, 0.36069376E+05, + 0.882E+05, 0.300E+03, 2, 3, 2, 12, 0.41527716E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.32770913E-09,-0.55412429E-06, 0.37163436E+05, + 0.882E+05, 0.300E+03, 2, 3, 2, 13, 0.41372910E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.41725192E-09,-0.57748436E-06, 0.38282304E+05, + 0.882E+05, 0.300E+03, 2, 3, 2, 14, 0.41230549E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.52629427E-09,-0.60322317E-06, 0.39424662E+05, + 0.882E+05, 0.300E+03, 2, 3, 2, 15, 0.41099507E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.65789209E-09,-0.63073880E-06, 0.40589297E+05, + 0.882E+05, 0.300E+03, 2, 3, 2, 16, 0.40978759E+01, 0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.81536806E-09,-0.65951914E-06, 0.41775096E+05, + 0.882E+05, 0.300E+03, 2, 3, 2, 17, 0.40867375E+01, 0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10024572E-08,-0.63940254E-06, 0.42981043E+05, + 0.882E+05, 0.300E+03, 2, 3, 2, 18, 0.40764524E+01, 0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000009E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12652890E-08,-0.66538284E-06, 0.44209227E+05, + 0.882E+05, 0.300E+03, 2, 3, 2, 19, 0.40669459E+01, 0.20000009E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000010E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15352513E-08,-0.74321279E-06, 0.45457878E+05, + 0.882E+05, 0.300E+03, 2, 3, 2, 20, 0.40581493E+01, 0.20000010E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.18512704E-08, 0.36816489E-05, 0.46724738E+05, + 0.882E+05, 0.300E+03, 2, 3, 2, 21, 0.40500000E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.888E+05, 0.300E+03, 2, 4, 2, 1, 0.44479919E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.18105008E-10, 0.10978207E-05, 0.26859983E+05, + 0.888E+05, 0.300E+03, 2, 4, 2, 2, 0.44084908E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.20542454E-10,-0.76271255E-06, 0.27609645E+05, + 0.888E+05, 0.300E+03, 2, 4, 2, 3, 0.43720662E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.26351093E-10,-0.69312295E-06, 0.28401394E+05, + 0.888E+05, 0.300E+03, 2, 4, 2, 4, 0.43385463E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.34876090E-10,-0.62386404E-06, 0.29237544E+05, + 0.888E+05, 0.300E+03, 2, 4, 2, 5, 0.43077492E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.48045573E-10,-0.55271194E-06, 0.30112787E+05, + 0.888E+05, 0.300E+03, 2, 4, 2, 6, 0.42794819E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.66029315E-10,-0.52345979E-06, 0.31024653E+05, + 0.888E+05, 0.300E+03, 2, 4, 2, 7, 0.42535523E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.89942963E-10,-0.50785394E-06, 0.31971281E+05, + 0.888E+05, 0.300E+03, 2, 4, 2, 8, 0.42297743E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12112044E-09,-0.50320515E-06, 0.32950825E+05, + 0.888E+05, 0.300E+03, 2, 4, 2, 9, 0.42079698E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16113821E-09,-0.50725228E-06, 0.33961489E+05, + 0.888E+05, 0.300E+03, 2, 4, 2, 10, 0.41879709E+01, 0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.21187589E-09,-0.51813997E-06, 0.35001550E+05, + 0.888E+05, 0.300E+03, 2, 4, 2, 11, 0.41696201E+01, 0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.27549201E-09,-0.53436358E-06, 0.36069376E+05, + 0.888E+05, 0.300E+03, 2, 4, 2, 12, 0.41527716E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.35446040E-09,-0.55474415E-06, 0.37163436E+05, + 0.888E+05, 0.300E+03, 2, 4, 2, 13, 0.41372910E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.45144892E-09,-0.57827540E-06, 0.38282304E+05, + 0.888E+05, 0.300E+03, 2, 4, 2, 14, 0.41230549E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.56946495E-09,-0.60422733E-06, 0.39424662E+05, + 0.888E+05, 0.300E+03, 2, 4, 2, 15, 0.41099507E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.71195245E-09,-0.63199748E-06, 0.40589297E+05, + 0.888E+05, 0.300E+03, 2, 4, 2, 16, 0.40978759E+01, 0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.88240389E-09,-0.66108754E-06, 0.41775096E+05, + 0.888E+05, 0.300E+03, 2, 4, 2, 17, 0.40867375E+01, 0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10849423E-08,-0.64133045E-06, 0.42981043E+05, + 0.888E+05, 0.300E+03, 2, 4, 2, 18, 0.40764524E+01, 0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000009E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13693837E-08,-0.66782529E-06, 0.44209227E+05, + 0.888E+05, 0.300E+03, 2, 4, 2, 19, 0.40669459E+01, 0.20000009E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000010E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16615377E-08,-0.74619489E-06, 0.45457878E+05, + 0.888E+05, 0.300E+03, 2, 4, 2, 20, 0.40581493E+01, 0.20000010E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.20035077E-08, 0.37996160E-05, 0.46724738E+05, + 0.888E+05, 0.300E+03, 2, 4, 2, 21, 0.40500000E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.894E+05, 0.300E+03, 2, 5, 2, 1, 0.44479919E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.19669339E-10, 0.10978089E-05, 0.26859983E+05, + 0.894E+05, 0.300E+03, 2, 5, 2, 2, 0.44084908E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.21949139E-10,-0.76275966E-06, 0.27609645E+05, + 0.894E+05, 0.300E+03, 2, 5, 2, 3, 0.43720662E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.28145829E-10,-0.69317731E-06, 0.28401394E+05, + 0.894E+05, 0.300E+03, 2, 5, 2, 4, 0.43385463E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.37349916E-10,-0.62393309E-06, 0.29237544E+05, + 0.894E+05, 0.300E+03, 2, 5, 2, 5, 0.43077492E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.51671426E-10,-0.55280225E-06, 0.30112787E+05, + 0.894E+05, 0.300E+03, 2, 5, 2, 6, 0.42794819E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.71219498E-10,-0.52358344E-06, 0.31024653E+05, + 0.894E+05, 0.300E+03, 2, 5, 2, 7, 0.42535523E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.97243174E-10,-0.50802148E-06, 0.31971281E+05, + 0.894E+05, 0.300E+03, 2, 5, 2, 8, 0.42297743E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13116126E-09,-0.50342958E-06, 0.32950825E+05, + 0.894E+05, 0.300E+03, 2, 5, 2, 9, 0.42079698E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.17464724E-09,-0.50755326E-06, 0.33961489E+05, + 0.894E+05, 0.300E+03, 2, 5, 2, 10, 0.41879709E+01, 0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.22979899E-09,-0.51853689E-06, 0.35001550E+05, + 0.894E+05, 0.300E+03, 2, 5, 2, 11, 0.41696201E+01, 0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.29899335E-09,-0.53488194E-06, 0.36069376E+05, + 0.894E+05, 0.300E+03, 2, 5, 2, 12, 0.41527716E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.38475264E-09,-0.55541457E-06, 0.37163436E+05, + 0.894E+05, 0.300E+03, 2, 5, 2, 13, 0.41372910E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.49015701E-09,-0.57913204E-06, 0.38282304E+05, + 0.894E+05, 0.300E+03, 2, 5, 2, 14, 0.41230549E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.61838364E-09,-0.60531484E-06, 0.39424662E+05, + 0.894E+05, 0.300E+03, 2, 5, 2, 15, 0.41099507E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.77314326E-09,-0.63336174E-06, 0.40589297E+05, + 0.894E+05, 0.300E+03, 2, 5, 2, 16, 0.40978759E+01, 0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.95836488E-09,-0.66278578E-06, 0.41775096E+05, + 0.894E+05, 0.300E+03, 2, 5, 2, 17, 0.40867375E+01, 0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11782928E-08,-0.64341729E-06, 0.42981043E+05, + 0.894E+05, 0.300E+03, 2, 5, 2, 18, 0.40764524E+01, 0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000009E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14872300E-08,-0.67046989E-06, 0.44209227E+05, + 0.894E+05, 0.300E+03, 2, 5, 2, 19, 0.40669459E+01, 0.20000009E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000010E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.18045345E-08,-0.74942265E-06, 0.45457878E+05, + 0.894E+05, 0.300E+03, 2, 5, 2, 20, 0.40581493E+01, 0.20000010E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.21758751E-08, 0.39276233E-05, 0.46724738E+05, + 0.894E+05, 0.300E+03, 2, 5, 2, 21, 0.40500000E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.900E+05, 0.300E+03, 2, 6, 2, 1, 0.44479919E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.21367062E-10, 0.10977993E-05, 0.26859983E+05, + 0.900E+05, 0.300E+03, 2, 6, 2, 2, 0.44084908E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23598356E-10,-0.76281224E-06, 0.27609645E+05, + 0.900E+05, 0.300E+03, 2, 6, 2, 3, 0.43720662E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.30146718E-10,-0.69323844E-06, 0.28401394E+05, + 0.900E+05, 0.300E+03, 2, 6, 2, 4, 0.43385463E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.40211792E-10,-0.62400860E-06, 0.29237544E+05, + 0.900E+05, 0.300E+03, 2, 6, 2, 5, 0.43077492E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.55818721E-10,-0.55290115E-06, 0.30112787E+05, + 0.900E+05, 0.300E+03, 2, 6, 2, 6, 0.42794819E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.77185784E-10,-0.52371751E-06, 0.31024653E+05, + 0.900E+05, 0.300E+03, 2, 6, 2, 7, 0.42535523E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10556202E-09,-0.50820355E-06, 0.31971281E+05, + 0.900E+05, 0.300E+03, 2, 6, 2, 8, 0.42297743E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14256026E-09,-0.50367422E-06, 0.32950825E+05, + 0.900E+05, 0.300E+03, 2, 6, 2, 9, 0.42079698E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.19004801E-09,-0.50788043E-06, 0.33961489E+05, + 0.900E+05, 0.300E+03, 2, 6, 2, 10, 0.41879709E+01, 0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.25024444E-09,-0.51896892E-06, 0.35001550E+05, + 0.900E+05, 0.300E+03, 2, 6, 2, 11, 0.41696201E+01, 0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.32572037E-09,-0.53544414E-06, 0.36069376E+05, + 0.900E+05, 0.300E+03, 2, 6, 2, 12, 0.41527716E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.41928918E-09,-0.55614398E-06, 0.37163436E+05, + 0.900E+05, 0.300E+03, 2, 6, 2, 13, 0.41372910E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.53424931E-09,-0.58006392E-06, 0.38282304E+05, + 0.900E+05, 0.300E+03, 2, 6, 2, 14, 0.41230549E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.67409322E-09,-0.60649662E-06, 0.39424662E+05, + 0.900E+05, 0.300E+03, 2, 6, 2, 15, 0.41099507E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.84289544E-09,-0.63484460E-06, 0.40589297E+05, + 0.900E+05, 0.300E+03, 2, 6, 2, 16, 0.40978759E+01, 0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10448760E-08,-0.66463180E-06, 0.41775096E+05, + 0.900E+05, 0.300E+03, 2, 6, 2, 17, 0.40867375E+01, 0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12847401E-08,-0.64568302E-06, 0.42981043E+05, + 0.900E+05, 0.300E+03, 2, 6, 2, 18, 0.40764524E+01, 0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000009E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16215684E-08,-0.67334464E-06, 0.44209227E+05, + 0.900E+05, 0.300E+03, 2, 6, 2, 19, 0.40669459E+01, 0.20000009E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000010E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.19674917E-08,-0.75293280E-06, 0.45457878E+05, + 0.900E+05, 0.300E+03, 2, 6, 2, 20, 0.40581493E+01, 0.20000010E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23723987E-08, 0.40670655E-05, 0.46724738E+05, + 0.900E+05, 0.300E+03, 2, 6, 2, 21, 0.40500000E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.906E+05, 0.300E+03, 2, 7, 2, 1, 0.44479919E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23331571E-10, 0.10977924E-05, 0.26859983E+05, + 0.906E+05, 0.300E+03, 2, 7, 2, 2, 0.44084908E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.25453725E-10,-0.76287173E-06, 0.27609645E+05, + 0.906E+05, 0.300E+03, 2, 7, 2, 3, 0.43720662E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.32535657E-10,-0.69330596E-06, 0.28401394E+05, + 0.906E+05, 0.300E+03, 2, 7, 2, 4, 0.43385463E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.43485973E-10,-0.62409146E-06, 0.29237544E+05, + 0.906E+05, 0.300E+03, 2, 7, 2, 5, 0.43077492E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.60572347E-10,-0.55300992E-06, 0.30112787E+05, + 0.906E+05, 0.300E+03, 2, 7, 2, 6, 0.42794819E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.84000931E-10,-0.52386419E-06, 0.31024653E+05, + 0.906E+05, 0.300E+03, 2, 7, 2, 7, 0.42535523E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11508140E-09,-0.50840294E-06, 0.31971281E+05, + 0.906E+05, 0.300E+03, 2, 7, 2, 8, 0.42297743E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15568124E-09,-0.50394140E-06, 0.32950825E+05, + 0.906E+05, 0.300E+03, 2, 7, 2, 9, 0.42079698E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.20777710E-09,-0.50823720E-06, 0.33961489E+05, + 0.906E+05, 0.300E+03, 2, 7, 2, 10, 0.41879709E+01, 0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.27377003E-09,-0.51943910E-06, 0.35001550E+05, + 0.906E+05, 0.300E+03, 2, 7, 2, 11, 0.41696201E+01, 0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.35644916E-09,-0.53606028E-06, 0.36069376E+05, + 0.906E+05, 0.300E+03, 2, 7, 2, 12, 0.41527716E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.45901591E-09,-0.55693826E-06, 0.37163436E+05, + 0.906E+05, 0.300E+03, 2, 7, 2, 13, 0.41372910E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.58491423E-09,-0.58108080E-06, 0.38282304E+05, + 0.906E+05, 0.300E+03, 2, 7, 2, 14, 0.41230549E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.73814590E-09,-0.60778637E-06, 0.39424662E+05, + 0.906E+05, 0.300E+03, 2, 7, 2, 15, 0.41099507E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.92300373E-09,-0.63646311E-06, 0.40589297E+05, + 0.906E+05, 0.300E+03, 2, 7, 2, 16, 0.40978759E+01, 0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11442656E-08,-0.66664483E-06, 0.41775096E+05, + 0.906E+05, 0.300E+03, 2, 7, 2, 17, 0.40867375E+01, 0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14068792E-08,-0.64815792E-06, 0.42981043E+05, + 0.906E+05, 0.300E+03, 2, 7, 2, 18, 0.40764524E+01, 0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000009E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.17758672E-08,-0.67647790E-06, 0.44209227E+05, + 0.906E+05, 0.300E+03, 2, 7, 2, 19, 0.40669459E+01, 0.20000009E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000010E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.21546536E-08,-0.75676318E-06, 0.45457878E+05, + 0.906E+05, 0.300E+03, 2, 7, 2, 20, 0.40581493E+01, 0.20000010E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.25980262E-08, 0.42196062E-05, 0.46724738E+05, + 0.906E+05, 0.300E+03, 2, 7, 2, 21, 0.40500000E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.912E+05, 0.300E+03, 2, 8, 2, 1, 0.44479919E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.25635624E-10, 0.10977887E-05, 0.26859983E+05, + 0.912E+05, 0.300E+03, 2, 8, 2, 2, 0.44084908E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.27660766E-10,-0.76293895E-06, 0.27609645E+05, + 0.912E+05, 0.300E+03, 2, 8, 2, 3, 0.43720662E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.35239888E-10,-0.69338154E-06, 0.28401394E+05, + 0.912E+05, 0.300E+03, 2, 8, 2, 4, 0.43385463E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.47281598E-10,-0.62418337E-06, 0.29237544E+05, + 0.912E+05, 0.300E+03, 2, 8, 2, 5, 0.43077492E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.66077822E-10,-0.55312925E-06, 0.30112787E+05, + 0.912E+05, 0.300E+03, 2, 8, 2, 6, 0.42794819E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.91871091E-10,-0.52402625E-06, 0.31024653E+05, + 0.912E+05, 0.300E+03, 2, 8, 2, 7, 0.42535523E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12618936E-09,-0.50862051E-06, 0.31971281E+05, + 0.912E+05, 0.300E+03, 2, 8, 2, 8, 0.42297743E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.17091224E-09,-0.50423458E-06, 0.32950825E+05, + 0.912E+05, 0.300E+03, 2, 8, 2, 9, 0.42079698E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.22824679E-09,-0.50862857E-06, 0.33961489E+05, + 0.912E+05, 0.300E+03, 2, 8, 2, 10, 0.41879709E+01, 0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.30093361E-09,-0.51995544E-06, 0.35001550E+05, + 0.912E+05, 0.300E+03, 2, 8, 2, 11, 0.41696201E+01, 0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.39200434E-09,-0.53673420E-06, 0.36069376E+05, + 0.912E+05, 0.300E+03, 2, 8, 2, 12, 0.41527716E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.50492721E-09,-0.55781034E-06, 0.37163436E+05, + 0.912E+05, 0.300E+03, 2, 8, 2, 13, 0.41372910E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.64358270E-09,-0.58219659E-06, 0.38282304E+05, + 0.912E+05, 0.300E+03, 2, 8, 2, 14, 0.41230549E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.81228791E-09,-0.60919723E-06, 0.39424662E+05, + 0.912E+05, 0.300E+03, 2, 8, 2, 15, 0.41099507E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10157237E-08,-0.63823856E-06, 0.40589297E+05, + 0.912E+05, 0.300E+03, 2, 8, 2, 16, 0.40978759E+01, 0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12592257E-08,-0.66885218E-06, 0.41775096E+05, + 0.912E+05, 0.300E+03, 2, 8, 2, 17, 0.40867375E+01, 0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15483723E-08,-0.65086886E-06, 0.42981043E+05, + 0.912E+05, 0.300E+03, 2, 8, 2, 18, 0.40764524E+01, 0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000009E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.19543950E-08,-0.67991394E-06, 0.44209227E+05, + 0.912E+05, 0.300E+03, 2, 8, 2, 19, 0.40669459E+01, 0.20000009E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000010E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23712588E-08,-0.76095877E-06, 0.45457878E+05, + 0.912E+05, 0.300E+03, 2, 8, 2, 20, 0.40581493E+01, 0.20000010E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.28591118E-08, 0.43872797E-05, 0.46724738E+05, + 0.912E+05, 0.300E+03, 2, 8, 2, 21, 0.40500000E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.918E+05, 0.300E+03, 2, 9, 2, 1, 0.44479919E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.28327728E-10, 0.10977888E-05, 0.26859983E+05, + 0.918E+05, 0.300E+03, 2, 9, 2, 2, 0.44084908E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.30195224E-10,-0.76301533E-06, 0.27609645E+05, + 0.918E+05, 0.300E+03, 2, 9, 2, 3, 0.43720662E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.38429183E-10,-0.69346663E-06, 0.28401394E+05, + 0.918E+05, 0.300E+03, 2, 9, 2, 4, 0.43385463E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.51695679E-10,-0.62428497E-06, 0.29237544E+05, + 0.918E+05, 0.300E+03, 2, 9, 2, 5, 0.43077492E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.72504918E-10,-0.55326226E-06, 0.30112787E+05, + 0.918E+05, 0.300E+03, 2, 9, 2, 6, 0.42794819E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10113581E-09,-0.52420348E-06, 0.31024653E+05, + 0.918E+05, 0.300E+03, 2, 9, 2, 7, 0.42535523E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13911631E-09,-0.50886168E-06, 0.31971281E+05, + 0.918E+05, 0.300E+03, 2, 9, 2, 8, 0.42297743E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.18866558E-09,-0.50455785E-06, 0.32950825E+05, + 0.918E+05, 0.300E+03, 2, 9, 2, 9, 0.42079698E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.25220894E-09,-0.50905899E-06, 0.33961489E+05, + 0.918E+05, 0.300E+03, 2, 9, 2, 10, 0.41879709E+01, 0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.33270529E-09,-0.52052493E-06, 0.35001550E+05, + 0.918E+05, 0.300E+03, 2, 9, 2, 11, 0.41696201E+01, 0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.43355006E-09,-0.53747703E-06, 0.36069376E+05, + 0.918E+05, 0.300E+03, 2, 9, 2, 12, 0.41527716E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.55855101E-09,-0.55877168E-06, 0.37163436E+05, + 0.918E+05, 0.300E+03, 2, 9, 2, 13, 0.41372910E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.71209797E-09,-0.58342439E-06, 0.38282304E+05, + 0.918E+05, 0.300E+03, 2, 9, 2, 14, 0.41230549E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.89884755E-09,-0.61075401E-06, 0.39424662E+05, + 0.918E+05, 0.300E+03, 2, 9, 2, 15, 0.41099507E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11240627E-08,-0.64019321E-06, 0.40589297E+05, + 0.918E+05, 0.300E+03, 2, 9, 2, 16, 0.40978759E+01, 0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13935884E-08,-0.67128424E-06, 0.41775096E+05, + 0.918E+05, 0.300E+03, 2, 9, 2, 17, 0.40867375E+01, 0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.17136093E-08,-0.65385370E-06, 0.42981043E+05, + 0.918E+05, 0.300E+03, 2, 9, 2, 18, 0.40764524E+01, 0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000009E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.21629239E-08,-0.68370132E-06, 0.44209227E+05, + 0.918E+05, 0.300E+03, 2, 9, 2, 19, 0.40669459E+01, 0.20000009E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000010E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.26242681E-08,-0.76557742E-06, 0.45457878E+05, + 0.918E+05, 0.300E+03, 2, 9, 2, 20, 0.40581493E+01, 0.20000010E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.31640714E-08, 0.45725920E-05, 0.46724738E+05, + 0.918E+05, 0.300E+03, 2, 9, 2, 21, 0.40500000E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.924E+05, 0.300E+03, 2, 10, 2, 1, 0.44479919E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.31468517E-10, 0.10977935E-05, 0.26859983E+05, + 0.924E+05, 0.300E+03, 2, 10, 2, 2, 0.44084908E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.33178367E-10,-0.76310313E-06, 0.27609645E+05, + 0.924E+05, 0.300E+03, 2, 10, 2, 3, 0.43720662E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.42224807E-10,-0.69356194E-06, 0.28401394E+05, + 0.924E+05, 0.300E+03, 2, 10, 2, 4, 0.43385463E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.56958622E-10,-0.62439842E-06, 0.29237544E+05, + 0.924E+05, 0.300E+03, 2, 10, 2, 5, 0.43077492E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.80120420E-10,-0.55341027E-06, 0.30112787E+05, + 0.924E+05, 0.300E+03, 2, 10, 2, 6, 0.42794819E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11202549E-09,-0.52440079E-06, 0.31024653E+05, + 0.924E+05, 0.300E+03, 2, 10, 2, 7, 0.42535523E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15442007E-09,-0.50912816E-06, 0.31971281E+05, + 0.924E+05, 0.300E+03, 2, 10, 2, 8, 0.42297743E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.20964459E-09,-0.50491718E-06, 0.32950825E+05, + 0.924E+05, 0.300E+03, 2, 10, 2, 9, 0.42079698E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.28051242E-09,-0.50953577E-06, 0.33961489E+05, + 0.924E+05, 0.300E+03, 2, 10, 2, 10, 0.41879709E+01, 0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.37024923E-09,-0.52115574E-06, 0.35001550E+05, + 0.924E+05, 0.300E+03, 2, 10, 2, 11, 0.41696201E+01, 0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.48261427E-09,-0.53830124E-06, 0.36069376E+05, + 0.924E+05, 0.300E+03, 2, 10, 2, 12, 0.41527716E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.62199736E-09,-0.55983513E-06, 0.37163436E+05, + 0.924E+05, 0.300E+03, 2, 10, 2, 13, 0.41372910E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.79300662E-09,-0.58478677E-06, 0.38282304E+05, + 0.924E+05, 0.300E+03, 2, 10, 2, 14, 0.41230549E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10010505E-08,-0.61247898E-06, 0.39424662E+05, + 0.924E+05, 0.300E+03, 2, 10, 2, 15, 0.41099507E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12520468E-08,-0.64235868E-06, 0.40589297E+05, + 0.924E+05, 0.300E+03, 2, 10, 2, 16, 0.40978759E+01, 0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15522771E-08,-0.67398077E-06, 0.41775096E+05, + 0.924E+05, 0.300E+03, 2, 10, 2, 17, 0.40867375E+01, 0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.19087747E-08,-0.65716094E-06, 0.42981043E+05, + 0.924E+05, 0.300E+03, 2, 10, 2, 18, 0.40764524E+01, 0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000009E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.24093121E-08,-0.68789443E-06, 0.44209227E+05, + 0.924E+05, 0.300E+03, 2, 10, 2, 19, 0.40669459E+01, 0.20000009E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000010E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.29231402E-08,-0.77069828E-06, 0.45457878E+05, + 0.924E+05, 0.300E+03, 2, 10, 2, 20, 0.40581493E+01, 0.20000010E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.35244739E-08, 0.47786945E-05, 0.46724738E+05, + 0.924E+05, 0.300E+03, 2, 10, 2, 21, 0.40500000E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.930E+05, 0.300E+03, 2, 11, 2, 1, 0.44479919E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.35252015E-10, 0.10978032E-05, 0.26859983E+05, + 0.930E+05, 0.300E+03, 2, 11, 2, 2, 0.44084908E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.36828472E-10,-0.76320288E-06, 0.27609645E+05, + 0.930E+05, 0.300E+03, 2, 11, 2, 3, 0.43720662E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.46760154E-10,-0.69367056E-06, 0.28401394E+05, + 0.930E+05, 0.300E+03, 2, 11, 2, 4, 0.43385463E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.63264451E-10,-0.62452602E-06, 0.29237544E+05, + 0.930E+05, 0.300E+03, 2, 11, 2, 5, 0.43077492E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.89276000E-10,-0.55357573E-06, 0.30112787E+05, + 0.930E+05, 0.300E+03, 2, 11, 2, 6, 0.42794819E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12509796E-09,-0.52462094E-06, 0.31024653E+05, + 0.930E+05, 0.300E+03, 2, 11, 2, 7, 0.42535523E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.17270698E-09,-0.50942576E-06, 0.31971281E+05, + 0.930E+05, 0.300E+03, 2, 11, 2, 8, 0.42297743E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23469814E-09,-0.50531834E-06, 0.32950825E+05, + 0.930E+05, 0.300E+03, 2, 11, 2, 9, 0.42079698E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.31429712E-09,-0.51006800E-06, 0.33961489E+05, + 0.930E+05, 0.300E+03, 2, 11, 2, 10, 0.41879709E+01, 0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.41504488E-09,-0.52185977E-06, 0.35001550E+05, + 0.930E+05, 0.300E+03, 2, 11, 2, 11, 0.41696201E+01, 0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.54120998E-09,-0.53922062E-06, 0.36069376E+05, + 0.930E+05, 0.300E+03, 2, 11, 2, 12, 0.41527716E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.69764307E-09,-0.56102215E-06, 0.37163436E+05, + 0.930E+05, 0.300E+03, 2, 11, 2, 13, 0.41372910E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.88960708E-09,-0.58630546E-06, 0.38282304E+05, + 0.930E+05, 0.300E+03, 2, 11, 2, 14, 0.41230549E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11231653E-08,-0.61440522E-06, 0.39424662E+05, + 0.930E+05, 0.300E+03, 2, 11, 2, 15, 0.41099507E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14048661E-08,-0.64477245E-06, 0.40589297E+05, + 0.930E+05, 0.300E+03, 2, 11, 2, 16, 0.40978759E+01, 0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.17417672E-08,-0.67698860E-06, 0.41775096E+05, + 0.930E+05, 0.300E+03, 2, 11, 2, 17, 0.40867375E+01, 0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.21418479E-08,-0.66085072E-06, 0.42981043E+05, + 0.930E+05, 0.300E+03, 2, 11, 2, 18, 0.40764524E+01, 0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000009E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.27035033E-08,-0.69257260E-06, 0.44209227E+05, + 0.930E+05, 0.300E+03, 2, 11, 2, 19, 0.40669459E+01, 0.20000009E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000010E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.32801230E-08,-0.77640767E-06, 0.45457878E+05, + 0.930E+05, 0.300E+03, 2, 11, 2, 20, 0.40581493E+01, 0.20000010E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.39547497E-08, 0.50095548E-05, 0.46724738E+05, + 0.930E+05, 0.300E+03, 2, 11, 2, 21, 0.40500000E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.936E+05, 0.300E+03, 2, 12, 2, 1, 0.44479919E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.39835868E-10, 0.10978189E-05, 0.26859983E+05, + 0.936E+05, 0.300E+03, 2, 12, 2, 2, 0.44084908E+01, 0.19999999E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.41230426E-10,-0.76331755E-06, 0.27609645E+05, + 0.936E+05, 0.300E+03, 2, 12, 2, 3, 0.43720662E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.52289882E-10,-0.69379439E-06, 0.28401394E+05, + 0.936E+05, 0.300E+03, 2, 12, 2, 4, 0.43385463E+01, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.70879954E-10,-0.62467090E-06, 0.29237544E+05, + 0.936E+05, 0.300E+03, 2, 12, 2, 5, 0.43077492E+01, 0.20000001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10034758E-09,-0.55376216E-06, 0.30112787E+05, + 0.936E+05, 0.300E+03, 2, 12, 2, 6, 0.42794819E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14094743E-09,-0.52486915E-06, 0.31024653E+05, + 0.936E+05, 0.300E+03, 2, 12, 2, 7, 0.42535523E+01, 0.20000002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.19489865E-09,-0.50976069E-06, 0.31971281E+05, + 0.936E+05, 0.300E+03, 2, 12, 2, 8, 0.42297743E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.26513590E-09,-0.50576823E-06, 0.32950825E+05, + 0.936E+05, 0.300E+03, 2, 12, 2, 9, 0.42079698E+01, 0.20000003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.35523650E-09,-0.51066752E-06, 0.33961489E+05, + 0.936E+05, 0.300E+03, 2, 12, 2, 10, 0.41879709E+01, 0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.46937203E-09,-0.52265119E-06, 0.35001550E+05, + 0.936E+05, 0.300E+03, 2, 12, 2, 11, 0.41696201E+01, 0.20000004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.61227183E-09,-0.54025389E-06, 0.36069376E+05, + 0.936E+05, 0.300E+03, 2, 12, 2, 12, 0.41527716E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.78936864E-09,-0.56235611E-06, 0.37163436E+05, + 0.936E+05, 0.300E+03, 2, 12, 2, 13, 0.41372910E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10067500E-08,-0.58801421E-06, 0.38282304E+05, + 0.936E+05, 0.300E+03, 2, 12, 2, 14, 0.41230549E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12711098E-08,-0.61656767E-06, 0.39424662E+05, + 0.936E+05, 0.300E+03, 2, 12, 2, 15, 0.41099507E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15899908E-08,-0.64748904E-06, 0.40589297E+05, + 0.936E+05, 0.300E+03, 2, 12, 2, 16, 0.40978759E+01, 0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.19713722E-08,-0.68036755E-06, 0.41775096E+05, + 0.936E+05, 0.300E+03, 2, 12, 2, 17, 0.40867375E+01, 0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.24242278E-08,-0.66499833E-06, 0.42981043E+05, + 0.936E+05, 0.300E+03, 2, 12, 2, 18, 0.40764524E+01, 0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000009E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.30599040E-08,-0.69782914E-06, 0.44209227E+05, + 0.936E+05, 0.300E+03, 2, 12, 2, 19, 0.40669459E+01, 0.20000009E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000010E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.37124846E-08,-0.78282769E-06, 0.45457878E+05, + 0.936E+05, 0.300E+03, 2, 12, 2, 20, 0.40581493E+01, 0.20000010E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.44760236E-08, 0.52703175E-05, 0.46724738E+05, + 0.936E+05, 0.300E+03, 2, 12, 2, 21, 0.40500000E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.942E+05, 0.300E+03, 2, 13, 2, 1, 0.44557982E+01, 0.00000000E+00, 0.20833334E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20635541E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19779605E+00,-0.29447105E-05, 0.26957621E+05, + 0.942E+05, 0.300E+03, 2, 13, 2, 2, 0.44141237E+01, 0.20635541E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20485209E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.15033002E+00, 0.16446446E-05, 0.27680577E+05, + 0.942E+05, 0.300E+03, 2, 13, 2, 3, 0.43761528E+01, 0.20485209E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20371363E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.11384354E+00, 0.24245684E-05, 0.28453202E+05, + 0.942E+05, 0.300E+03, 2, 13, 2, 4, 0.43415316E+01, 0.20371363E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20287341E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.84020301E-01, 0.19370268E-05, 0.29274674E+05, + 0.942E+05, 0.300E+03, 2, 13, 2, 5, 0.43099425E+01, 0.20287341E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20223696E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.63644157E-01, 0.11464156E-05, 0.30140231E+05, + 0.942E+05, 0.300E+03, 2, 13, 2, 6, 0.42811044E+01, 0.20223696E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20175338E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.48357301E-01, 0.50759588E-06, 0.31045077E+05, + 0.942E+05, 0.300E+03, 2, 13, 2, 7, 0.42547611E+01, 0.20175338E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20138445E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.36892655E-01, 0.95139349E-07, 0.31986588E+05, + 0.942E+05, 0.300E+03, 2, 13, 2, 8, 0.42306814E+01, 0.20138445E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20110168E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.28277649E-01,-0.12409011E-06, 0.32962379E+05, + 0.942E+05, 0.300E+03, 2, 13, 2, 9, 0.42086552E+01, 0.20110168E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20088388E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21779542E-01,-0.21466705E-06, 0.33970270E+05, + 0.942E+05, 0.300E+03, 2, 13, 2, 10, 0.41884920E+01, 0.20088388E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20071536E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.16852169E-01,-0.23194180E-06, 0.35008266E+05, + 0.942E+05, 0.300E+03, 2, 13, 2, 11, 0.41700185E+01, 0.20071536E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20058446E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.13090725E-01,-0.21334227E-06, 0.36074541E+05, + 0.942E+05, 0.300E+03, 2, 13, 2, 12, 0.41530775E+01, 0.20058446E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20048250E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10195804E-01,-0.18095626E-06, 0.37167423E+05, + 0.942E+05, 0.300E+03, 2, 13, 2, 13, 0.41375262E+01, 0.20048250E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20040304E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.79458635E-02,-0.14640536E-06, 0.38285388E+05, + 0.942E+05, 0.300E+03, 2, 13, 2, 14, 0.41232355E+01, 0.20040304E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20034128E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.61765906E-02,-0.11501072E-06, 0.39427044E+05, + 0.942E+05, 0.300E+03, 2, 13, 2, 15, 0.41100885E+01, 0.20034128E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20029362E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.47656427E-02,-0.88635409E-07, 0.40591125E+05, + 0.942E+05, 0.300E+03, 2, 13, 2, 16, 0.40979796E+01, 0.20029362E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20025741E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.36214590E-02,-0.67417846E-07, 0.41776479E+05, + 0.942E+05, 0.300E+03, 2, 13, 2, 17, 0.40868134E+01, 0.20025741E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20023066E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.26750871E-02,-0.50089702E-07, 0.42982061E+05, + 0.942E+05, 0.300E+03, 2, 13, 2, 18, 0.40765052E+01, 0.20023066E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20021127E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19392943E-02,-0.38348792E-07, 0.44209963E+05, + 0.942E+05, 0.300E+03, 2, 13, 2, 19, 0.40669789E+01, 0.20021127E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20019903E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.12235882E-02,-0.29029142E-07, 0.45458341E+05, + 0.942E+05, 0.300E+03, 2, 13, 2, 20, 0.40581650E+01, 0.20019903E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20019318E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.58563128E-03,-0.20752687E-07, 0.46724960E+05, + 0.942E+05, 0.300E+03, 2, 13, 2, 21, 0.40500000E+01, 0.20019318E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20019318E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.948E+05, 0.300E+03, 2, 14, 2, 1, 0.44685929E+01, 0.00000000E+00, 0.21666666E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21380550E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.28612175E+00,-0.58062422E-05, 0.27117651E+05, + 0.948E+05, 0.300E+03, 2, 14, 2, 2, 0.44245421E+01, 0.21380550E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21142297E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.23825146E+00, 0.17316351E-05, 0.27811771E+05, + 0.948E+05, 0.300E+03, 2, 14, 2, 3, 0.43845911E+01, 0.21142297E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20945023E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19727053E+00, 0.38228392E-05, 0.28560178E+05, + 0.948E+05, 0.300E+03, 2, 14, 2, 4, 0.43483424E+01, 0.20945023E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20786503E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.15851604E+00, 0.34948847E-05, 0.29359383E+05, + 0.948E+05, 0.300E+03, 2, 14, 2, 5, 0.43154254E+01, 0.20786503E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20656319E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.13018215E+00, 0.23327863E-05, 0.30208836E+05, + 0.948E+05, 0.300E+03, 2, 14, 2, 6, 0.42855153E+01, 0.20656319E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20549567E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10675061E+00, 0.12658052E-05, 0.31100599E+05, + 0.948E+05, 0.300E+03, 2, 14, 2, 7, 0.42583105E+01, 0.20549567E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20462089E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.87476872E-01, 0.50578087E-06, 0.32031532E+05, + 0.948E+05, 0.300E+03, 2, 14, 2, 8, 0.42335396E+01, 0.20462089E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20390420E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.71669379E-01, 0.51947556E-07, 0.32998786E+05, + 0.948E+05, 0.300E+03, 2, 14, 2, 9, 0.42109590E+01, 0.20390420E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20331705E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.58714673E-01,-0.17863686E-06, 0.33999787E+05, + 0.948E+05, 0.300E+03, 2, 14, 2, 10, 0.41903500E+01, 0.20331705E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20283620E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.48085222E-01,-0.27014802E-06, 0.35032211E+05, + 0.948E+05, 0.300E+03, 2, 14, 2, 11, 0.41715168E+01, 0.20283620E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20244284E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.39337085E-01,-0.28479583E-06, 0.36093961E+05, + 0.948E+05, 0.300E+03, 2, 14, 2, 12, 0.41542839E+01, 0.20244284E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20212182E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.32102317E-01,-0.26225078E-06, 0.37183151E+05, + 0.948E+05, 0.300E+03, 2, 14, 2, 13, 0.41384941E+01, 0.20212182E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20186103E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.26079188E-01,-0.22538623E-06, 0.38298079E+05, + 0.948E+05, 0.300E+03, 2, 14, 2, 14, 0.41240068E+01, 0.20186103E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20165081E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21022077E-01,-0.18619736E-06, 0.39437215E+05, + 0.948E+05, 0.300E+03, 2, 14, 2, 15, 0.41106959E+01, 0.20165081E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20148349E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.16732001E-01,-0.15024782E-06, 0.40599180E+05, + 0.948E+05, 0.300E+03, 2, 14, 2, 16, 0.40984487E+01, 0.20148349E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20135301E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.13048233E-01,-0.11956989E-06, 0.41782735E+05, + 0.948E+05, 0.300E+03, 2, 14, 2, 17, 0.40871641E+01, 0.20135301E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20125460E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.98411490E-02,-0.92861152E-07, 0.42986764E+05, + 0.948E+05, 0.300E+03, 2, 14, 2, 18, 0.40767529E+01, 0.20125460E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20118210E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.72495060E-02,-0.74925988E-07, 0.44213419E+05, + 0.948E+05, 0.300E+03, 2, 14, 2, 19, 0.40671357E+01, 0.20118210E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20113585E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.46248335E-02,-0.60538073E-07, 0.45460542E+05, + 0.948E+05, 0.300E+03, 2, 14, 2, 20, 0.40582400E+01, 0.20113585E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20111358E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22276322E-02,-0.47062010E-07, 0.46726019E+05, + 0.948E+05, 0.300E+03, 2, 14, 2, 21, 0.40500000E+01, 0.20111358E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20111358E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.954E+05, 0.300E+03, 2, 15, 2, 1, 0.44844866E+01, 0.00000000E+00, 0.22500000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22155232E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.34477699E+00,-0.87303930E-05, 0.27316441E+05, + 0.954E+05, 0.300E+03, 2, 15, 2, 2, 0.44380998E+01, 0.22155232E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21856800E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.29843058E+00, 0.15493384E-05, 0.27982497E+05, + 0.954E+05, 0.300E+03, 2, 15, 2, 3, 0.43960921E+01, 0.21856800E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21599916E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.25687898E+00, 0.50883913E-05, 0.28705982E+05, + 0.954E+05, 0.300E+03, 2, 15, 2, 4, 0.43580562E+01, 0.21599916E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21379753E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22015710E+00, 0.51863703E-05, 0.29482817E+05, + 0.954E+05, 0.300E+03, 2, 15, 2, 5, 0.43236123E+01, 0.21379753E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21196449E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.18330080E+00, 0.36248055E-05, 0.30311274E+05, + 0.954E+05, 0.300E+03, 2, 15, 2, 6, 0.42923954E+01, 0.21196449E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21040351E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.15609528E+00, 0.20545686E-05, 0.31187203E+05, + 0.954E+05, 0.300E+03, 2, 15, 2, 7, 0.42640818E+01, 0.21040351E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20907712E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.13263891E+00, 0.93928247E-06, 0.32104612E+05, + 0.954E+05, 0.300E+03, 2, 15, 2, 8, 0.42383732E+01, 0.20907712E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20795230E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.11248179E+00, 0.24663126E-06, 0.33060353E+05, + 0.954E+05, 0.300E+03, 2, 15, 2, 9, 0.42150003E+01, 0.20795230E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20700046E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.95183415E-01,-0.12624396E-06, 0.34051566E+05, + 0.954E+05, 0.300E+03, 2, 15, 2, 10, 0.41937217E+01, 0.20700046E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20619715E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.80331934E-01,-0.29374853E-06, 0.35075664E+05, + 0.954E+05, 0.300E+03, 2, 15, 2, 11, 0.41743212E+01, 0.20619715E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20552161E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.67554499E-01,-0.34347957E-06, 0.36130314E+05, + 0.954E+05, 0.300E+03, 2, 15, 2, 12, 0.41566060E+01, 0.20552161E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20495640E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.56521288E-01,-0.33277957E-06, 0.37213426E+05, + 0.954E+05, 0.300E+03, 2, 15, 2, 13, 0.41404039E+01, 0.20495640E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20448694E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.46945491E-01,-0.29564065E-06, 0.38323122E+05, + 0.954E+05, 0.300E+03, 2, 15, 2, 14, 0.41255618E+01, 0.20448694E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20410114E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.38580879E-01,-0.25058976E-06, 0.39457722E+05, + 0.954E+05, 0.300E+03, 2, 15, 2, 15, 0.41119433E+01, 0.20410114E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20378896E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.31218092E-01,-0.20678379E-06, 0.40615723E+05, + 0.954E+05, 0.300E+03, 2, 15, 2, 16, 0.40994269E+01, 0.20378896E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20354216E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.24680428E-01,-0.16809427E-06, 0.41795781E+05, + 0.954E+05, 0.300E+03, 2, 15, 2, 17, 0.40879043E+01, 0.20354216E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20335396E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.18819576E-01,-0.13319775E-06, 0.42996692E+05, + 0.954E+05, 0.300E+03, 2, 15, 2, 18, 0.40772807E+01, 0.20335396E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20321415E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.13980763E-01,-0.10995256E-06, 0.44220784E+05, + 0.954E+05, 0.300E+03, 2, 15, 2, 19, 0.40674720E+01, 0.20321415E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20312444E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.89710948E-02,-0.91234385E-07, 0.45465263E+05, + 0.954E+05, 0.300E+03, 2, 15, 2, 20, 0.40584014E+01, 0.20312444E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20308109E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.43357041E-02,-0.73157642E-07, 0.46728299E+05, + 0.954E+05, 0.300E+03, 2, 15, 2, 21, 0.40500000E+01, 0.20308109E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20308109E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.960E+05, 0.300E+03, 2, 16, 2, 1, 0.45026373E+01, 0.00000000E+00, 0.23333334E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22944831E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.38851415E+00,-0.11635696E-04, 0.27543461E+05, + 0.960E+05, 0.300E+03, 2, 16, 2, 2, 0.44539861E+01, 0.22944831E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22600832E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.34399859E+00, 0.11318347E-05, 0.28182545E+05, + 0.960E+05, 0.300E+03, 2, 16, 2, 3, 0.44099224E+01, 0.22600832E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22297914E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.30291132E+00, 0.62164677E-05, 0.28881316E+05, + 0.960E+05, 0.300E+03, 2, 16, 2, 4, 0.43700446E+01, 0.22297914E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22032417E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.26549054E+00, 0.67362132E-05, 0.29635819E+05, + 0.960E+05, 0.300E+03, 2, 16, 2, 5, 0.43339631E+01, 0.22032417E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21802324E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.23008823E+00, 0.50108430E-05, 0.30442116E+05, + 0.960E+05, 0.300E+03, 2, 16, 2, 6, 0.43013092E+01, 0.21802324E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21605856E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19646503E+00, 0.29231169E-05, 0.31299405E+05, + 0.960E+05, 0.300E+03, 2, 16, 2, 7, 0.42717347E+01, 0.21605856E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21435424E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.17043044E+00, 0.14101184E-05, 0.32201516E+05, + 0.960E+05, 0.300E+03, 2, 16, 2, 8, 0.42449250E+01, 0.21435424E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21288041E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.14738210E+00, 0.47781395E-06, 0.33143808E+05, + 0.960E+05, 0.300E+03, 2, 16, 2, 9, 0.42205924E+01, 0.21288041E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21161026E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.12701561E+00,-0.43884931E-07, 0.34123215E+05, + 0.960E+05, 0.300E+03, 2, 16, 2, 10, 0.41984771E+01, 0.21161026E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21052004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10902185E+00,-0.29510036E-06, 0.35136949E+05, + 0.960E+05, 0.300E+03, 2, 16, 2, 11, 0.41783461E+01, 0.21052004E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20958901E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.93103099E-01,-0.38666328E-06, 0.36182487E+05, + 0.960E+05, 0.300E+03, 2, 16, 2, 12, 0.41599913E+01, 0.20958901E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20879919E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.78982559E-01,-0.39299282E-06, 0.37257561E+05, + 0.960E+05, 0.300E+03, 2, 16, 2, 13, 0.41432271E+01, 0.20879919E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20813510E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.66409260E-01,-0.35931191E-06, 0.38360140E+05, + 0.960E+05, 0.300E+03, 2, 16, 2, 14, 0.41278884E+01, 0.20813510E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20758351E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.55159770E-01,-0.31098475E-06, 0.39488404E+05, + 0.960E+05, 0.300E+03, 2, 16, 2, 15, 0.41138288E+01, 0.20758351E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20713313E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.45037887E-01,-0.26108475E-06, 0.40640730E+05, + 0.960E+05, 0.300E+03, 2, 16, 2, 16, 0.41009180E+01, 0.20713313E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20677440E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.35873109E-01,-0.21557643E-06, 0.41815670E+05, + 0.960E+05, 0.300E+03, 2, 16, 2, 17, 0.40890405E+01, 0.20677440E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20649922E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.27518453E-01,-0.17325895E-06, 0.43011931E+05, + 0.960E+05, 0.300E+03, 2, 16, 2, 18, 0.40780951E+01, 0.20649922E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20629385E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20537396E-01,-0.14525139E-06, 0.44232146E+05, + 0.960E+05, 0.300E+03, 2, 16, 2, 19, 0.40679927E+01, 0.20629385E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20616164E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.13220743E-01,-0.12262350E-06, 0.45472572E+05, + 0.960E+05, 0.300E+03, 2, 16, 2, 20, 0.40586520E+01, 0.20616164E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20609763E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.64017860E-02,-0.10022289E-06, 0.46731837E+05, + 0.960E+05, 0.300E+03, 2, 16, 2, 21, 0.40500000E+01, 0.20609763E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20609763E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.966E+05, 0.300E+03, 2, 17, 2, 1, 0.45225160E+01, 0.00000000E+00, 0.24166668E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.23744337E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.42234617E+00,-0.15059851E-04, 0.27792094E+05, + 0.966E+05, 0.300E+03, 2, 17, 2, 2, 0.44716752E+01, 0.23744337E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.23364674E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.37966238E+00, 0.85658776E-06, 0.28405294E+05, + 0.966E+05, 0.300E+03, 2, 17, 2, 3, 0.44255772E+01, 0.23364674E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.23025262E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.33940367E+00, 0.76967695E-05, 0.29079780E+05, + 0.966E+05, 0.300E+03, 2, 17, 2, 4, 0.43838342E+01, 0.23025262E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22723298E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.30195593E+00, 0.86515208E-05, 0.29811808E+05, + 0.966E+05, 0.300E+03, 2, 17, 2, 5, 0.43460604E+01, 0.22723298E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22455785E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.26750609E+00, 0.66109425E-05, 0.30597536E+05, + 0.966E+05, 0.300E+03, 2, 17, 2, 6, 0.43118835E+01, 0.22455785E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22223928E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.23185321E+00, 0.40243517E-05, 0.31433158E+05, + 0.966E+05, 0.300E+03, 2, 17, 2, 7, 0.42809443E+01, 0.22223928E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22022105E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20182044E+00, 0.19379885E-05, 0.32318132E+05, + 0.966E+05, 0.300E+03, 2, 17, 2, 8, 0.42529162E+01, 0.22022105E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21845491E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.17661326E+00, 0.67856223E-06, 0.33245596E+05, + 0.966E+05, 0.300E+03, 2, 17, 2, 9, 0.42274986E+01, 0.21845491E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21691593E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.15389806E+00,-0.13723287E-07, 0.34211701E+05, + 0.966E+05, 0.300E+03, 2, 17, 2, 10, 0.42044176E+01, 0.21691593E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21558152E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.13344152E+00,-0.35057671E-06, 0.35213508E+05, + 0.966E+05, 0.300E+03, 2, 17, 2, 11, 0.41834266E+01, 0.21558152E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21443146E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.11500657E+00,-0.47747956E-06, 0.36248342E+05, + 0.966E+05, 0.300E+03, 2, 17, 2, 12, 0.41643042E+01, 0.21443146E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21344783E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.98363489E-01,-0.49189661E-06, 0.37313791E+05, + 0.966E+05, 0.300E+03, 2, 17, 2, 13, 0.41468531E+01, 0.21344783E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21261487E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.83296716E-01,-0.45299503E-06, 0.38407687E+05, + 0.966E+05, 0.300E+03, 2, 17, 2, 14, 0.41308977E+01, 0.21261487E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21191879E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.69608614E-01,-0.39398768E-06, 0.39528089E+05, + 0.966E+05, 0.300E+03, 2, 17, 2, 15, 0.41162819E+01, 0.21191879E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21134758E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.57121036E-01,-0.33204609E-06, 0.40673265E+05, + 0.966E+05, 0.300E+03, 2, 17, 2, 16, 0.41028673E+01, 0.21134758E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21089083E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.45675441E-01,-0.26871740E-06, 0.41841667E+05, + 0.966E+05, 0.300E+03, 2, 17, 2, 17, 0.40905310E+01, 0.21089083E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21053143E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.35939943E-01,-0.22627179E-06, 0.43032163E+05, + 0.966E+05, 0.300E+03, 2, 17, 2, 18, 0.40791668E+01, 0.21053143E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21026842E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.26301452E-01,-0.19247586E-06, 0.44247100E+05, + 0.966E+05, 0.300E+03, 2, 17, 2, 19, 0.40686796E+01, 0.21026842E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21009876E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.16965542E-01,-0.15769749E-06, 0.45482214E+05, + 0.966E+05, 0.300E+03, 2, 17, 2, 20, 0.40589829E+01, 0.21009876E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21001651E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.82254432E-02,-0.12925388E-06, 0.46736510E+05, + 0.966E+05, 0.300E+03, 2, 17, 2, 21, 0.40500000E+01, 0.21001651E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21001651E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.972E+05, 0.300E+03, 2, 18, 2, 1, 0.45437537E+01, 0.00000000E+00, 0.25000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.24550998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.44902042E+00,-0.18629324E-04, 0.28057725E+05, + 0.972E+05, 0.300E+03, 2, 18, 2, 2, 0.44907973E+01, 0.24550998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.24142933E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.40806435E+00, 0.43455980E-06, 0.28646090E+05, + 0.972E+05, 0.300E+03, 2, 18, 2, 3, 0.44426967E+01, 0.24142933E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.23774219E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.36870508E+00, 0.91562069E-05, 0.29296812E+05, + 0.972E+05, 0.300E+03, 2, 18, 2, 4, 0.43990826E+01, 0.23774219E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.23442793E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.33141593E+00, 0.10627358E-04, 0.30006417E+05, + 0.972E+05, 0.300E+03, 2, 18, 2, 5, 0.43595794E+01, 0.23442793E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.23146289E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.29649564E+00, 0.82699774E-05, 0.30771221E+05, + 0.972E+05, 0.300E+03, 2, 18, 2, 6, 0.43238169E+01, 0.23146289E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22882187E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.26409618E+00, 0.51842942E-05, 0.31587487E+05, + 0.972E+05, 0.300E+03, 2, 18, 2, 7, 0.42914400E+01, 0.22882187E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22652715E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22946945E+00, 0.26221718E-05, 0.32451545E+05, + 0.972E+05, 0.300E+03, 2, 18, 2, 8, 0.42621059E+01, 0.22652715E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22451754E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20096064E+00, 0.92120074E-06, 0.33362649E+05, + 0.972E+05, 0.300E+03, 2, 18, 2, 9, 0.42355062E+01, 0.22451754E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22275335E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.17641892E+00, 0.33627233E-07, 0.34314298E+05, + 0.972E+05, 0.300E+03, 2, 18, 2, 10, 0.42113572E+01, 0.22275335E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22121329E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.15400618E+00,-0.40253633E-06, 0.35302942E+05, + 0.972E+05, 0.300E+03, 2, 18, 2, 11, 0.41894013E+01, 0.22121329E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21987790E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.13354002E+00,-0.57192367E-06, 0.36325790E+05, + 0.972E+05, 0.300E+03, 2, 18, 2, 12, 0.41694065E+01, 0.21987790E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21872955E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.11483482E+00,-0.59751838E-06, 0.37380313E+05, + 0.972E+05, 0.300E+03, 2, 18, 2, 13, 0.41511653E+01, 0.21872955E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21775246E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.97709634E-01,-0.55421858E-06, 0.38464230E+05, + 0.972E+05, 0.300E+03, 2, 18, 2, 14, 0.41344924E+01, 0.21775246E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21693253E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.81993321E-01,-0.48422830E-06, 0.39575494E+05, + 0.972E+05, 0.300E+03, 2, 18, 2, 15, 0.41192233E+01, 0.21693253E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21625726E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.67527477E-01,-0.40949397E-06, 0.40712274E+05, + 0.972E+05, 0.300E+03, 2, 18, 2, 16, 0.41052117E+01, 0.21625726E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21571559E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.54167847E-01,-0.33229611E-06, 0.41872937E+05, + 0.972E+05, 0.300E+03, 2, 18, 2, 17, 0.40923286E+01, 0.21571559E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21528347E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.43212446E-01,-0.28059812E-06, 0.43057091E+05, + 0.972E+05, 0.300E+03, 2, 18, 2, 18, 0.40804621E+01, 0.21528347E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21497006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.31340430E-01,-0.23941506E-06, 0.44265173E+05, + 0.972E+05, 0.300E+03, 2, 18, 2, 19, 0.40695109E+01, 0.21497006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21476765E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20241560E-01,-0.19674637E-06, 0.45493883E+05, + 0.972E+05, 0.300E+03, 2, 18, 2, 20, 0.40593837E+01, 0.21476765E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21466943E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.98221534E-02,-0.16166677E-06, 0.46742171E+05, + 0.972E+05, 0.300E+03, 2, 18, 2, 21, 0.40500000E+01, 0.21466943E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21466943E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.978E+05, 0.300E+03, 2, 19, 2, 1, 0.45501605E+01, 0.00000000E+00, 0.24166666E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.24098650E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.68021541E-01,-0.55664637E-05, 0.28137858E+05, + 0.978E+05, 0.300E+03, 2, 19, 2, 2, 0.44996342E+01, 0.24098650E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.23973163E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.12549506E+00,-0.78352320E-05, 0.28757368E+05, + 0.978E+05, 0.300E+03, 2, 19, 2, 3, 0.44527701E+01, 0.23973163E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.23810691E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.16247411E+00,-0.27541770E-05, 0.29424517E+05, + 0.978E+05, 0.300E+03, 2, 19, 2, 4, 0.44095759E+01, 0.23810691E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.23627757E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.18293304E+00, 0.12985438E-05, 0.30140338E+05, + 0.978E+05, 0.300E+03, 2, 19, 2, 5, 0.43699524E+01, 0.23627757E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.23436814E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19094039E+00, 0.32190988E-05, 0.30904488E+05, + 0.978E+05, 0.300E+03, 2, 19, 2, 6, 0.43337265E+01, 0.23436814E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.23246780E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19003012E+00, 0.35310956E-05, 0.31715643E+05, + 0.978E+05, 0.300E+03, 2, 19, 2, 7, 0.43006803E+01, 0.23246780E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.23063750E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.18302655E+00, 0.30160231E-05, 0.32571830E+05, + 0.978E+05, 0.300E+03, 2, 19, 2, 8, 0.42705728E+01, 0.23063750E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22895851E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.16789659E+00, 0.22375778E-05, 0.33470704E+05, + 0.978E+05, 0.300E+03, 2, 19, 2, 9, 0.42431495E+01, 0.22895851E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22741751E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.15409861E+00, 0.14482168E-05, 0.34412229E+05, + 0.978E+05, 0.300E+03, 2, 19, 2, 10, 0.42181691E+01, 0.22741751E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22601982E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.13976885E+00, 0.85784117E-06, 0.35390730E+05, + 0.978E+05, 0.300E+03, 2, 19, 2, 11, 0.41953988E+01, 0.22601982E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22477045E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.12493613E+00, 0.46568363E-06, 0.36403532E+05, + 0.978E+05, 0.300E+03, 2, 19, 2, 12, 0.41746211E+01, 0.22477045E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22366968E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.11007684E+00, 0.20791154E-06, 0.37448298E+05, + 0.978E+05, 0.300E+03, 2, 19, 2, 13, 0.41556365E+01, 0.22366968E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22271469E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.95498881E-01, 0.48300369E-07, 0.38522859E+05, + 0.978E+05, 0.300E+03, 2, 19, 2, 14, 0.41382634E+01, 0.22271469E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22190077E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.81391878E-01,-0.44555440E-07, 0.39625223E+05, + 0.978E+05, 0.300E+03, 2, 19, 2, 15, 0.41223378E+01, 0.22190077E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22122213E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.67863994E-01,-0.94403815E-07, 0.40753581E+05, + 0.978E+05, 0.300E+03, 2, 19, 2, 16, 0.41077128E+01, 0.22122213E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22067245E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.54968398E-01,-0.11239452E-06, 0.41906294E+05, + 0.978E+05, 0.300E+03, 2, 19, 2, 17, 0.40942576E+01, 0.22067245E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22023063E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.44182723E-01,-0.12366267E-06, 0.43083841E+05, + 0.978E+05, 0.300E+03, 2, 19, 2, 18, 0.40818580E+01, 0.22023063E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21990840E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.32222390E-01,-0.12962082E-06, 0.44284648E+05, + 0.978E+05, 0.300E+03, 2, 19, 2, 19, 0.40704093E+01, 0.21990840E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21969950E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20890679E-01,-0.12538412E-06, 0.45506495E+05, + 0.978E+05, 0.300E+03, 2, 19, 2, 20, 0.40598178E+01, 0.21969950E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21959789E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10160419E-01,-0.11883819E-06, 0.46748301E+05, + 0.978E+05, 0.300E+03, 2, 19, 2, 21, 0.40500000E+01, 0.21959789E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21959789E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.984E+05, 0.300E+03, 2, 20, 2, 1, 0.45475492E+01, 0.00000000E+00, 0.23333334E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.23421478E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.88145760E-01, 0.16684725E-05, 0.28105197E+05, + 0.984E+05, 0.300E+03, 2, 20, 2, 2, 0.44997465E+01, 0.23421478E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.23453747E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.32262557E-01,-0.59197487E-05, 0.28758782E+05, + 0.984E+05, 0.300E+03, 2, 20, 2, 3, 0.44549562E+01, 0.23453747E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.23441342E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.12409891E-01,-0.49353944E-05, 0.29452232E+05, + 0.984E+05, 0.300E+03, 2, 20, 2, 4, 0.44132429E+01, 0.23441342E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.23394994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.46350391E-01,-0.26430640E-05, 0.30187137E+05, + 0.984E+05, 0.300E+03, 2, 20, 2, 5, 0.43745912E+01, 0.23394994E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.23324381E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.70613714E-01,-0.56567292E-06, 0.30964085E+05, + 0.984E+05, 0.300E+03, 2, 20, 2, 6, 0.43389208E+01, 0.23324381E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.23237818E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.86561894E-01, 0.74148825E-06, 0.31782818E+05, + 0.984E+05, 0.300E+03, 2, 20, 2, 7, 0.43061030E+01, 0.23237818E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.23142169E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.95647953E-01, 0.13196355E-05, 0.32642420E+05, + 0.984E+05, 0.300E+03, 2, 20, 2, 8, 0.42759761E+01, 0.23142169E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.23042899E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.99268686E-01, 0.14301259E-05, 0.33541502E+05, + 0.984E+05, 0.300E+03, 2, 20, 2, 9, 0.42483600E+01, 0.23042899E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22947072E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.95825216E-01, 0.12226340E-05, 0.34478988E+05, + 0.984E+05, 0.300E+03, 2, 20, 2, 10, 0.42230609E+01, 0.22947072E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22854954E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.92117269E-01, 0.92789130E-06, 0.35453772E+05, + 0.984E+05, 0.300E+03, 2, 20, 2, 11, 0.41998894E+01, 0.22854954E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22768705E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.86248247E-01, 0.67594595E-06, 0.36461742E+05, + 0.984E+05, 0.300E+03, 2, 20, 2, 12, 0.41786596E+01, 0.22768705E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22689827E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.78877288E-01, 0.46436886E-06, 0.37500950E+05, + 0.984E+05, 0.300E+03, 2, 20, 2, 13, 0.41591951E+01, 0.22689827E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22619306E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.70521179E-01, 0.30103073E-06, 0.38569521E+05, + 0.984E+05, 0.300E+03, 2, 20, 2, 14, 0.41413314E+01, 0.22619306E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22557728E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.61577461E-01, 0.18167399E-06, 0.39665684E+05, + 0.984E+05, 0.300E+03, 2, 20, 2, 15, 0.41249169E+01, 0.22557728E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22505381E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.52346869E-01, 0.97833063E-07, 0.40787785E+05, + 0.984E+05, 0.300E+03, 2, 20, 2, 16, 0.41098128E+01, 0.22505381E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22462328E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.43053366E-01, 0.42721398E-07, 0.41934304E+05, + 0.984E+05, 0.300E+03, 2, 20, 2, 17, 0.40958949E+01, 0.22462328E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22427308E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.35019447E-01, 0.52913324E-08, 0.43106547E+05, + 0.984E+05, 0.300E+03, 2, 20, 2, 18, 0.40830523E+01, 0.22427308E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22401545E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.25763584E-01,-0.22140078E-07, 0.44301311E+05, + 0.984E+05, 0.300E+03, 2, 20, 2, 19, 0.40711822E+01, 0.22401545E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22384742E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.16802971E-01,-0.39447758E-07, 0.45517345E+05, + 0.984E+05, 0.300E+03, 2, 20, 2, 20, 0.40601924E+01, 0.22384742E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22376541E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.82009329E-02,-0.50334582E-07, 0.46753591E+05, + 0.984E+05, 0.300E+03, 2, 20, 2, 21, 0.40500000E+01, 0.22376541E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22376541E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.990E+05, 0.300E+03, 2, 21, 2, 1, 0.45396155E+01, 0.00000000E+00, 0.22500000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22688236E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.18819899E+00,-0.36894751E-04, 0.28005965E+05, + 0.990E+05, 0.300E+03, 2, 21, 2, 2, 0.44943748E+01, 0.22688236E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22824883E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13660765E+00,-0.39416103E-04, 0.28691139E+05, + 0.990E+05, 0.300E+03, 2, 21, 2, 3, 0.44517240E+01, 0.22824883E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22917342E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.92447938E-01,-0.10943927E-04, 0.29411256E+05, + 0.990E+05, 0.300E+03, 2, 21, 2, 4, 0.44117381E+01, 0.22917342E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22973089E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.55757270E-01, 0.10088906E-04, 0.30167933E+05, + 0.990E+05, 0.300E+03, 2, 21, 2, 5, 0.43744305E+01, 0.22973089E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22999294E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.26224037E-01, 0.19399853E-04, 0.30962020E+05, + 0.990E+05, 0.300E+03, 2, 21, 2, 6, 0.43397615E+01, 0.22999294E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.23002554E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.32805027E-02, 0.20517045E-04, 0.31793690E+05, + 0.990E+05, 0.300E+03, 2, 21, 2, 7, 0.43076493E+01, 0.23002554E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22988736E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.13800103E-01, 0.17522898E-04, 0.32662550E+05, + 0.990E+05, 0.300E+03, 2, 21, 2, 8, 0.42779805E+01, 0.22988736E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22962906E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.25817186E-01, 0.13217427E-04, 0.33567764E+05, + 0.990E+05, 0.300E+03, 2, 21, 2, 9, 0.42506197E+01, 0.22962906E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22929507E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.33389459E-01, 0.90142468E-05, 0.34508173E+05, + 0.990E+05, 0.300E+03, 2, 21, 2, 10, 0.42254206E+01, 0.22929507E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22892623E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.36878724E-01, 0.54090591E-05, 0.35484183E+05, + 0.990E+05, 0.300E+03, 2, 21, 2, 11, 0.42022284E+01, 0.22892623E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22854142E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.38478546E-01, 0.29179052E-05, 0.36492061E+05, + 0.990E+05, 0.300E+03, 2, 21, 2, 12, 0.41808876E+01, 0.22854142E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22816126E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.38013805E-01, 0.12852323E-05, 0.37529998E+05, + 0.990E+05, 0.300E+03, 2, 21, 2, 13, 0.41612468E+01, 0.22816126E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22780143E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.35983225E-01, 0.23569133E-06, 0.38596424E+05, + 0.990E+05, 0.300E+03, 2, 21, 2, 14, 0.41431615E+01, 0.22780143E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22747340E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.32803289E-01,-0.39525078E-06, 0.39689818E+05, + 0.990E+05, 0.300E+03, 2, 21, 2, 15, 0.41264962E+01, 0.22747340E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22718525E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.28816227E-01,-0.68794261E-06, 0.40808731E+05, + 0.990E+05, 0.300E+03, 2, 21, 2, 16, 0.41111251E+01, 0.22718525E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22693408E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.25117193E-01,-0.87292248E-06, 0.41952306E+05, + 0.990E+05, 0.300E+03, 2, 21, 2, 17, 0.40969347E+01, 0.22693408E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22673257E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20152580E-01,-0.98903076E-06, 0.43120966E+05, + 0.990E+05, 0.300E+03, 2, 21, 2, 18, 0.40838194E+01, 0.22673257E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22658229E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.15028333E-01,-0.98830048E-06, 0.44312015E+05, + 0.990E+05, 0.300E+03, 2, 21, 2, 19, 0.40716825E+01, 0.22658229E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22648340E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.98901815E-02,-0.94955985E-06, 0.45524368E+05, + 0.990E+05, 0.300E+03, 2, 21, 2, 20, 0.40604359E+01, 0.22648340E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22643479E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.48512678E-02, 0.96194942E-05, 0.46757031E+05, + 0.990E+05, 0.300E+03, 2, 21, 2, 21, 0.40500000E+01, 0.22643479E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22643479E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.996E+05, 0.300E+03, 2, 22, 2, 1, 0.45278916E+01, 0.00000000E+00, 0.21666666E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21928098E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.26143826E+00, 0.59472549E-05, 0.27859329E+05, + 0.996E+05, 0.300E+03, 2, 22, 2, 2, 0.44850551E+01, 0.21928098E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22141603E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.21350310E+00,-0.19815187E-05, 0.28573782E+05, + 0.996E+05, 0.300E+03, 2, 22, 2, 3, 0.44444984E+01, 0.22141603E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22312621E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.17101352E+00,-0.40759548E-05, 0.29319653E+05, + 0.996E+05, 0.300E+03, 2, 22, 2, 4, 0.44062968E+01, 0.22312621E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22446728E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13410241E+00,-0.40699325E-05, 0.30098488E+05, + 0.996E+05, 0.300E+03, 2, 22, 2, 5, 0.43704759E+01, 0.22446728E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22549410E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10267992E+00,-0.29758685E-05, 0.30911215E+05, + 0.996E+05, 0.300E+03, 2, 22, 2, 6, 0.43370175E+01, 0.22549410E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22625885E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.76473026E-01,-0.17010996E-05, 0.31758203E+05, + 0.996E+05, 0.300E+03, 2, 22, 2, 7, 0.43058668E+01, 0.22625885E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22680960E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.55073955E-01,-0.67842871E-06, 0.32639346E+05, + 0.996E+05, 0.300E+03, 2, 22, 2, 8, 0.42769409E+01, 0.22680960E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22718949E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.37989375E-01,-0.10414898E-07, 0.33554142E+05, + 0.996E+05, 0.300E+03, 2, 22, 2, 9, 0.42501358E+01, 0.22718949E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22743633E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.24684550E-01, 0.37859028E-06, 0.34501790E+05, + 0.996E+05, 0.300E+03, 2, 22, 2, 10, 0.42253359E+01, 0.22743633E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22757822E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14189438E-01, 0.51513450E-06, 0.35483092E+05, + 0.996E+05, 0.300E+03, 2, 22, 2, 11, 0.42024173E+01, 0.22757822E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22764803E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.69814428E-02, 0.50222332E-06, 0.36494510E+05, + 0.996E+05, 0.300E+03, 2, 22, 2, 12, 0.41812489E+01, 0.22764803E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22766710E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.19073357E-02, 0.45262020E-06, 0.37534708E+05, + 0.996E+05, 0.300E+03, 2, 22, 2, 13, 0.41617008E+01, 0.22766710E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22765263E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.14467188E-02, 0.38026059E-06, 0.38602377E+05, + 0.996E+05, 0.300E+03, 2, 22, 2, 14, 0.41436472E+01, 0.22765263E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22761819E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.34433415E-02, 0.30521259E-06, 0.39696223E+05, + 0.996E+05, 0.300E+03, 2, 22, 2, 15, 0.41269680E+01, 0.22761819E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22757425E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.43944616E-02, 0.23326131E-06, 0.40814989E+05, + 0.996E+05, 0.300E+03, 2, 22, 2, 16, 0.41115506E+01, 0.22757425E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22752707E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.47178141E-02, 0.18150455E-06, 0.41958171E+05, + 0.996E+05, 0.300E+03, 2, 22, 2, 17, 0.40972910E+01, 0.22752707E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22748407E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.42993178E-02, 0.13918172E-06, 0.43125908E+05, + 0.996E+05, 0.300E+03, 2, 22, 2, 18, 0.40840925E+01, 0.22748407E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22744932E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.34749885E-02, 0.10007076E-06, 0.44315825E+05, + 0.996E+05, 0.300E+03, 2, 22, 2, 19, 0.40718649E+01, 0.22744932E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22742529E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.24027800E-02, 0.69021544E-07, 0.45526929E+05, + 0.996E+05, 0.300E+03, 2, 22, 2, 20, 0.40605259E+01, 0.22742529E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22741319E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.12104250E-02, 0.44231276E-07, 0.46758302E+05, + 0.996E+05, 0.300E+03, 2, 22, 2, 21, 0.40500000E+01, 0.22741319E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22741319E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.100E+06, 0.300E+03, 2, 23, 2, 1, 0.45132691E+01, 0.00000000E+00, 0.20833332E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21151479E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.31815268E+00, 0.61978268E-05, 0.27676439E+05, + 0.100E+06, 0.300E+03, 2, 23, 2, 2, 0.44727109E+01, 0.21151479E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21424555E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.27307573E+00,-0.85576545E-06, 0.28418337E+05, + 0.100E+06, 0.300E+03, 2, 23, 2, 3, 0.44341889E+01, 0.21424555E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21656784E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23222551E+00,-0.33398002E-05, 0.29188955E+05, + 0.100E+06, 0.300E+03, 2, 23, 2, 4, 0.43977770E+01, 0.21656784E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21852528E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.19574006E+00,-0.38447870E-05, 0.29989753E+05, + 0.100E+06, 0.300E+03, 2, 23, 2, 5, 0.43635066E+01, 0.21852528E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22016138E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16360678E+00,-0.31369412E-05, 0.30821675E+05, + 0.100E+06, 0.300E+03, 2, 23, 2, 6, 0.43313720E+01, 0.22016138E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22151822E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13568230E+00,-0.20637556E-05, 0.31685194E+05, + 0.100E+06, 0.300E+03, 2, 23, 2, 7, 0.43013361E+01, 0.22151822E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22263543E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11171946E+00,-0.10924497E-05, 0.32580367E+05, + 0.100E+06, 0.300E+03, 2, 23, 2, 8, 0.42733361E+01, 0.22263543E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22354940E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.91396808E-01,-0.35446456E-06, 0.33506911E+05, + 0.100E+06, 0.300E+03, 2, 23, 2, 9, 0.42472915E+01, 0.22354940E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22427138E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.72198145E-01, 0.90504760E-07, 0.34465297E+05, + 0.100E+06, 0.300E+03, 2, 23, 2, 10, 0.42231129E+01, 0.22427138E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22485402E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.58264766E-01, 0.28794689E-06, 0.35454443E+05, + 0.100E+06, 0.300E+03, 2, 23, 2, 11, 0.42006946E+01, 0.22485402E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22532136E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.46733876E-01, 0.37012800E-06, 0.36472179E+05, + 0.100E+06, 0.300E+03, 2, 23, 2, 12, 0.41799251E+01, 0.22532136E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22569383E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.37246995E-01, 0.37688270E-06, 0.37517449E+05, + 0.100E+06, 0.300E+03, 2, 23, 2, 13, 0.41606926E+01, 0.22569383E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22598854E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.29472077E-01, 0.34493361E-06, 0.38589158E+05, + 0.100E+06, 0.300E+03, 2, 23, 2, 14, 0.41428871E+01, 0.22598854E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22621963E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23108969E-01, 0.29708050E-06, 0.39686199E+05, + 0.100E+06, 0.300E+03, 2, 23, 2, 15, 0.41264021E+01, 0.22621963E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22639854E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.17891710E-01, 0.24080813E-06, 0.40807484E+05, + 0.100E+06, 0.300E+03, 2, 23, 2, 16, 0.41111368E+01, 0.22639854E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22653900E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14045915E-01, 0.19952834E-06, 0.41952467E+05, + 0.100E+06, 0.300E+03, 2, 23, 2, 17, 0.40969962E+01, 0.22653900E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22664268E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10367615E-01, 0.16436068E-06, 0.43121819E+05, + 0.100E+06, 0.300E+03, 2, 23, 2, 18, 0.40838921E+01, 0.22664268E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22671528E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.72610512E-02, 0.12785765E-06, 0.44313030E+05, + 0.100E+06, 0.300E+03, 2, 23, 2, 19, 0.40717417E+01, 0.22671528E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22676105E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.45767066E-02, 0.97163500E-07, 0.45525198E+05, + 0.100E+06, 0.300E+03, 2, 23, 2, 20, 0.40604679E+01, 0.22676105E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22678295E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.21903694E-02, 0.71294653E-07, 0.46757483E+05, + 0.100E+06, 0.300E+03, 2, 23, 2, 21, 0.40500000E+01, 0.22678295E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22678295E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.101E+06, 0.300E+03, 2, 24, 2, 1, 0.44963551E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20363238E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.36324394E+00, 0.60151058E-05, 0.27464886E+05, + 0.101E+06, 0.300E+03, 2, 24, 2, 2, 0.44579793E+01, 0.20363238E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20683584E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.32034598E+00,-0.13570410E-06, 0.28232829E+05, + 0.101E+06, 0.300E+03, 2, 24, 2, 3, 0.44214406E+01, 0.20683584E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20964437E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.28085053E+00,-0.26923302E-05, 0.29027339E+05, + 0.101E+06, 0.300E+03, 2, 24, 2, 4, 0.43868109E+01, 0.20964437E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21209323E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.24488213E+00,-0.34717764E-05, 0.29849799E+05, + 0.101E+06, 0.300E+03, 2, 24, 2, 5, 0.43541251E+01, 0.21209323E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21421786E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.21246004E+00,-0.30513830E-05, 0.30701147E+05, + 0.101E+06, 0.300E+03, 2, 24, 2, 6, 0.43233856E+01, 0.21421786E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21605298E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.18350958E+00,-0.21807919E-05, 0.31581909E+05, + 0.101E+06, 0.300E+03, 2, 24, 2, 7, 0.42945669E+01, 0.21605298E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21763178E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15787875E+00,-0.12808525E-05, 0.32492249E+05, + 0.101E+06, 0.300E+03, 2, 24, 2, 8, 0.42676219E+01, 0.21763178E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21895588E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13240942E+00,-0.56713310E-06, 0.33432909E+05, + 0.101E+06, 0.300E+03, 2, 24, 2, 9, 0.42424936E+01, 0.21895588E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22007552E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11196413E+00,-0.12871151E-06, 0.34403824E+05, + 0.101E+06, 0.300E+03, 2, 24, 2, 10, 0.42191036E+01, 0.22007552E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22102418E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.94865777E-01, 0.12916777E-06, 0.35402772E+05, + 0.101E+06, 0.300E+03, 2, 24, 2, 11, 0.41973609E+01, 0.22102418E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22182380E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.79962391E-01, 0.25831619E-06, 0.36428966E+05, + 0.101E+06, 0.300E+03, 2, 24, 2, 12, 0.41771700E+01, 0.22182380E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22249351E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.66971560E-01, 0.30456171E-06, 0.37481530E+05, + 0.101E+06, 0.300E+03, 2, 24, 2, 13, 0.41584334E+01, 0.22249351E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22304978E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.55627532E-01, 0.30291009E-06, 0.38559534E+05, + 0.101E+06, 0.300E+03, 2, 24, 2, 14, 0.41410542E+01, 0.22304978E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22350664E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.45685787E-01, 0.27690476E-06, 0.39662028E+05, + 0.101E+06, 0.300E+03, 2, 24, 2, 15, 0.41249377E+01, 0.22350664E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22387589E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.36925554E-01, 0.24099638E-06, 0.40788062E+05, + 0.101E+06, 0.300E+03, 2, 24, 2, 16, 0.41099927E+01, 0.22387589E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22417707E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.30117890E-01, 0.19894886E-06, 0.41936703E+05, + 0.101E+06, 0.300E+03, 2, 24, 2, 17, 0.40961326E+01, 0.22417707E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22440684E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.22977713E-01, 0.16876378E-06, 0.43109844E+05, + 0.101E+06, 0.300E+03, 2, 24, 2, 18, 0.40832774E+01, 0.22440684E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22457196E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16511446E-01, 0.14226946E-06, 0.44304452E+05, + 0.101E+06, 0.300E+03, 2, 24, 2, 19, 0.40713503E+01, 0.22457196E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22467794E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10598948E-01, 0.11334882E-06, 0.45519704E+05, + 0.101E+06, 0.300E+03, 2, 24, 2, 20, 0.40602800E+01, 0.22467794E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22472921E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.51268746E-02, 0.87862202E-07, 0.46754828E+05, + 0.101E+06, 0.300E+03, 2, 24, 2, 21, 0.40500000E+01, 0.22472921E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22472921E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.101E+06, 0.300E+03, 2, 25, 2, 1, 0.44852548E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20205866E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.20586968E+00, 0.37524323E-05, 0.27326049E+05, + 0.101E+06, 0.300E+03, 2, 25, 2, 2, 0.44469156E+01, 0.20205866E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20415527E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.20966264E+00, 0.13824916E-05, 0.28093510E+05, + 0.101E+06, 0.300E+03, 2, 25, 2, 3, 0.44108188E+01, 0.20415527E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20621959E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.20643127E+00,-0.61087477E-06, 0.28892680E+05, + 0.101E+06, 0.300E+03, 2, 25, 2, 4, 0.43768763E+01, 0.20621959E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20819952E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.19799125E+00,-0.16643778E-05, 0.29723008E+05, + 0.101E+06, 0.300E+03, 2, 25, 2, 5, 0.43450097E+01, 0.20819952E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21005998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.18604442E+00,-0.18783541E-05, 0.30584037E+05, + 0.101E+06, 0.300E+03, 2, 25, 2, 6, 0.43151432E+01, 0.21005998E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21178001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.17200067E+00,-0.16273028E-05, 0.31475314E+05, + 0.101E+06, 0.300E+03, 2, 25, 2, 7, 0.42872009E+01, 0.21178001E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21331567E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15356567E+00,-0.11665547E-05, 0.32397357E+05, + 0.101E+06, 0.300E+03, 2, 25, 2, 8, 0.42611128E+01, 0.21331567E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21468740E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13717220E+00,-0.74080801E-06, 0.33350000E+05, + 0.101E+06, 0.300E+03, 2, 25, 2, 9, 0.42367954E+01, 0.21468740E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21590788E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12204762E+00,-0.41806557E-06, 0.34330816E+05, + 0.101E+06, 0.300E+03, 2, 25, 2, 10, 0.42141567E+01, 0.21590788E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21698343E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10755441E+00,-0.18772494E-06, 0.35339019E+05, + 0.101E+06, 0.300E+03, 2, 25, 2, 11, 0.41931027E+01, 0.21698343E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21792212E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.93868691E-01,-0.37860542E-07, 0.36373770E+05, + 0.101E+06, 0.300E+03, 2, 25, 2, 12, 0.41735389E+01, 0.21792212E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21873282E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.81070492E-01, 0.51358793E-07, 0.37434189E+05, + 0.101E+06, 0.300E+03, 2, 25, 2, 13, 0.41553712E+01, 0.21873282E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21942456E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.69173841E-01, 0.98757273E-07, 0.38519380E+05, + 0.101E+06, 0.300E+03, 2, 25, 2, 14, 0.41385074E+01, 0.21942456E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22000606E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.58149750E-01, 0.11921316E-06, 0.39628442E+05, + 0.101E+06, 0.300E+03, 2, 25, 2, 15, 0.41228583E+01, 0.22000606E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22048549E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.47943146E-01, 0.12338654E-06, 0.40760483E+05, + 0.101E+06, 0.300E+03, 2, 25, 2, 16, 0.41083380E+01, 0.22048549E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22087033E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.38484949E-01, 0.11479446E-06, 0.41914633E+05, + 0.101E+06, 0.300E+03, 2, 25, 2, 17, 0.40948661E+01, 0.22087033E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22117750E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.30716304E-01, 0.10838301E-06, 0.43092281E+05, + 0.101E+06, 0.300E+03, 2, 25, 2, 18, 0.40823660E+01, 0.22117750E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22140036E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.22286983E-01, 0.10121420E-06, 0.44291736E+05, + 0.101E+06, 0.300E+03, 2, 25, 2, 19, 0.40707658E+01, 0.22140036E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22154437E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14400688E-01, 0.88946392E-07, 0.45511500E+05, + 0.101E+06, 0.300E+03, 2, 25, 2, 20, 0.40599981E+01, 0.22154437E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22161428E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.69914791E-02, 0.76617606E-07, 0.46750848E+05, + 0.101E+06, 0.300E+03, 2, 25, 2, 21, 0.40500000E+01, 0.22161428E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22161428E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.102E+06, 0.300E+03, 2, 26, 2, 1, 0.44775062E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20149710E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14971301E+00, 0.26142350E-05, 0.27229134E+05, + 0.102E+06, 0.300E+03, 2, 26, 2, 2, 0.44389832E+01, 0.20149710E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20304420E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15471125E+00, 0.12750481E-05, 0.27993621E+05, + 0.102E+06, 0.300E+03, 2, 26, 2, 3, 0.44029115E+01, 0.20304420E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20460363E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15594267E+00,-0.23228393E-06, 0.28792435E+05, + 0.102E+06, 0.300E+03, 2, 26, 2, 4, 0.43691684E+01, 0.20460363E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20614240E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15387580E+00,-0.10754291E-05, 0.29624637E+05, + 0.102E+06, 0.300E+03, 2, 26, 2, 5, 0.43376372E+01, 0.20614240E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20763323E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14908111E+00,-0.13009911E-05, 0.30489319E+05, + 0.102E+06, 0.300E+03, 2, 26, 2, 6, 0.43082059E+01, 0.20763323E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20903368E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14004448E+00,-0.11258968E-05, 0.31386217E+05, + 0.102E+06, 0.300E+03, 2, 26, 2, 7, 0.42807736E+01, 0.20903368E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21032993E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12962435E+00,-0.83297773E-06, 0.32315972E+05, + 0.102E+06, 0.300E+03, 2, 26, 2, 8, 0.42552374E+01, 0.21032993E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21152893E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11989883E+00,-0.56615867E-06, 0.33275161E+05, + 0.102E+06, 0.300E+03, 2, 26, 2, 9, 0.42314872E+01, 0.21152893E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21262461E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10956834E+00,-0.34689280E-06, 0.34262805E+05, + 0.102E+06, 0.300E+03, 2, 26, 2, 10, 0.42094153E+01, 0.21262461E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21361411E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.98949762E-01,-0.18537839E-06, 0.35277915E+05, + 0.102E+06, 0.300E+03, 2, 26, 2, 11, 0.41889165E+01, 0.21361411E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21449698E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.88286851E-01,-0.75055742E-07, 0.36319505E+05, + 0.102E+06, 0.300E+03, 2, 26, 2, 12, 0.41698884E+01, 0.21449698E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21527458E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.77759559E-01,-0.44511906E-08, 0.37386595E+05, + 0.102E+06, 0.300E+03, 2, 26, 2, 13, 0.41522322E+01, 0.21527458E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21594953E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.67494893E-01, 0.37652530E-07, 0.38478220E+05, + 0.102E+06, 0.300E+03, 2, 26, 2, 14, 0.41358533E+01, 0.21594953E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21652530E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.57577624E-01, 0.60422761E-07, 0.39593440E+05, + 0.102E+06, 0.300E+03, 2, 26, 2, 15, 0.41206612E+01, 0.21652530E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21700590E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.48059987E-01, 0.70674374E-07, 0.40731345E+05, + 0.102E+06, 0.300E+03, 2, 26, 2, 16, 0.41065703E+01, 0.21700590E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21739560E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.38969953E-01, 0.70548149E-07, 0.41891057E+05, + 0.102E+06, 0.300E+03, 2, 26, 2, 17, 0.40935006E+01, 0.21739560E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21770915E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.31354529E-01, 0.70542657E-07, 0.43073345E+05, + 0.102E+06, 0.300E+03, 2, 26, 2, 18, 0.40813766E+01, 0.21770915E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21793800E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.22885569E-01, 0.69236064E-07, 0.44277932E+05, + 0.102E+06, 0.300E+03, 2, 26, 2, 19, 0.40701284E+01, 0.21793800E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21808646E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14846469E-01, 0.63485444E-07, 0.45502552E+05, + 0.102E+06, 0.300E+03, 2, 26, 2, 20, 0.40596900E+01, 0.21808646E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21815870E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.72235649E-02, 0.56911354E-07, 0.46746497E+05, + 0.102E+06, 0.300E+03, 2, 26, 2, 21, 0.40500000E+01, 0.21815870E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21815870E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.103E+06, 0.300E+03, 2, 27, 2, 1, 0.44715772E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20115974E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11597545E+00, 0.19477066E-05, 0.27154976E+05, + 0.103E+06, 0.300E+03, 2, 27, 2, 2, 0.44328757E+01, 0.20115974E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20236356E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12038318E+00, 0.10754095E-05, 0.27916712E+05, + 0.103E+06, 0.300E+03, 2, 27, 2, 3, 0.43967600E+01, 0.20236356E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20358600E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12224379E+00,-0.10389560E-06, 0.28714449E+05, + 0.103E+06, 0.300E+03, 2, 27, 2, 4, 0.43630925E+01, 0.20358600E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20480372E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12177168E+00,-0.77171451E-06, 0.29547092E+05, + 0.103E+06, 0.300E+03, 2, 27, 2, 5, 0.43317385E+01, 0.20480372E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20599618E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11924505E+00,-0.95871623E-06, 0.30413536E+05, + 0.103E+06, 0.300E+03, 2, 27, 2, 6, 0.43025706E+01, 0.20599618E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20711463E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11184454E+00,-0.83810333E-06, 0.31315282E+05, + 0.103E+06, 0.300E+03, 2, 27, 2, 7, 0.42754714E+01, 0.20711463E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20817622E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10615795E+00,-0.62718736E-06, 0.32248832E+05, + 0.103E+06, 0.300E+03, 2, 27, 2, 8, 0.42503130E+01, 0.20817622E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20917069E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.99446322E-01,-0.43561382E-06, 0.33212437E+05, + 0.103E+06, 0.300E+03, 2, 27, 2, 9, 0.42269705E+01, 0.20917069E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21009057E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.91987843E-01,-0.27652080E-06, 0.34204934E+05, + 0.103E+06, 0.300E+03, 2, 27, 2, 10, 0.42053235E+01, 0.21009057E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21093081E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.84023974E-01,-0.15727050E-06, 0.35225182E+05, + 0.103E+06, 0.300E+03, 2, 27, 2, 11, 0.41852566E+01, 0.21093081E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21168839E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.75758247E-01,-0.73906961E-07, 0.36272065E+05, + 0.103E+06, 0.300E+03, 2, 27, 2, 12, 0.41666595E+01, 0.21168839E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21236197E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.67357749E-01,-0.18899658E-07, 0.37344498E+05, + 0.103E+06, 0.300E+03, 2, 27, 2, 13, 0.41494272E+01, 0.21236197E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21295153E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.58956275E-01, 0.15346200E-07, 0.38441439E+05, + 0.103E+06, 0.300E+03, 2, 27, 2, 14, 0.41334604E+01, 0.21295153E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21345812E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.50658348E-01, 0.35176763E-07, 0.39561884E+05, + 0.103E+06, 0.300E+03, 2, 27, 2, 15, 0.41186655E+01, 0.21345812E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21388355E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.42543511E-01, 0.45407749E-07, 0.40704877E+05, + 0.103E+06, 0.300E+03, 2, 27, 2, 16, 0.41049548E+01, 0.21388355E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21423026E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.34670509E-01, 0.47531893E-07, 0.41869510E+05, + 0.103E+06, 0.300E+03, 2, 27, 2, 17, 0.40922465E+01, 0.21423026E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21451032E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.28006618E-01, 0.49222021E-07, 0.43055953E+05, + 0.103E+06, 0.300E+03, 2, 27, 2, 18, 0.40804647E+01, 0.21451032E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21471534E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.20501533E-01, 0.49711125E-07, 0.44265209E+05, + 0.103E+06, 0.300E+03, 2, 27, 2, 19, 0.40695395E+01, 0.21471534E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21484859E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13325390E-01, 0.46669827E-07, 0.45494286E+05, + 0.103E+06, 0.300E+03, 2, 27, 2, 20, 0.40594050E+01, 0.21484859E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21491349E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.64899268E-02, 0.42769638E-07, 0.46742472E+05, + 0.103E+06, 0.300E+03, 2, 27, 2, 21, 0.40500000E+01, 0.21491349E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21491349E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.103E+06, 0.300E+03, 2, 28, 2, 1, 0.44668962E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20092041E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.92053178E-01, 0.11923958E-04, 0.27096430E+05, + 0.103E+06, 0.300E+03, 2, 28, 2, 2, 0.44280421E+01, 0.20092041E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20187802E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.95746382E-01,-0.14848316E-04, 0.27855845E+05, + 0.103E+06, 0.300E+03, 2, 28, 2, 3, 0.43918719E+01, 0.20187802E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20285368E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.97551541E-01,-0.14215900E-04, 0.28652480E+05, + 0.103E+06, 0.300E+03, 2, 28, 2, 4, 0.43582391E+01, 0.20285368E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20382984E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.97606352E-01,-0.92501807E-05, 0.29485151E+05, + 0.103E+06, 0.300E+03, 2, 28, 2, 5, 0.43269995E+01, 0.20382984E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20476523E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.93534182E-01,-0.45456670E-05, 0.30353656E+05, + 0.103E+06, 0.300E+03, 2, 28, 2, 6, 0.42980209E+01, 0.20476523E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20566907E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.90382448E-01,-0.15190501E-05, 0.31258014E+05, + 0.103E+06, 0.300E+03, 2, 28, 2, 7, 0.42711633E+01, 0.20566907E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20653072E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.86165932E-01, 0.27175661E-06, 0.32194281E+05, + 0.103E+06, 0.300E+03, 2, 28, 2, 8, 0.42462860E+01, 0.20653072E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20734163E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.81092406E-01, 0.12165677E-05, 0.33161143E+05, + 0.103E+06, 0.300E+03, 2, 28, 2, 9, 0.42232534E+01, 0.20734163E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20809520E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.75358077E-01, 0.16224761E-05, 0.34157310E+05, + 0.103E+06, 0.300E+03, 2, 28, 2, 10, 0.42019359E+01, 0.20809520E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20878660E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.69141648E-01, 0.17100956E-05, 0.35181524E+05, + 0.103E+06, 0.300E+03, 2, 28, 2, 11, 0.41822097E+01, 0.20878660E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20941259E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.62601077E-01, 0.16242480E-05, 0.36232568E+05, + 0.103E+06, 0.300E+03, 2, 28, 2, 12, 0.41639577E+01, 0.20941259E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20997130E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.55872418E-01, 0.14544001E-05, 0.37309274E+05, + 0.103E+06, 0.300E+03, 2, 28, 2, 13, 0.41470694E+01, 0.20997130E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21046199E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.49070148E-01, 0.12528451E-05, 0.38410523E+05, + 0.103E+06, 0.300E+03, 2, 28, 2, 14, 0.41314412E+01, 0.21046199E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21088487E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.42288478E-01, 0.10481555E-05, 0.39535256E+05, + 0.103E+06, 0.300E+03, 2, 28, 2, 15, 0.41169760E+01, 0.21088487E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21124089E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.35603240E-01, 0.85437561E-06, 0.40682469E+05, + 0.103E+06, 0.300E+03, 2, 28, 2, 16, 0.41035834E+01, 0.21124089E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21153162E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.29074041E-01, 0.66944417E-06, 0.41851219E+05, + 0.103E+06, 0.300E+03, 2, 28, 2, 17, 0.40911797E+01, 0.21153162E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21176685E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23523558E-01, 0.52982743E-06, 0.43041159E+05, + 0.103E+06, 0.300E+03, 2, 28, 2, 18, 0.40796878E+01, 0.21176685E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21193924E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.17239512E-01, 0.39856144E-06, 0.44254369E+05, + 0.103E+06, 0.300E+03, 2, 28, 2, 19, 0.40690373E+01, 0.21193924E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21205137E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11213208E-01, 0.26139505E-06, 0.45487236E+05, + 0.103E+06, 0.300E+03, 2, 28, 2, 20, 0.40591618E+01, 0.21205137E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21210600E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.54629777E-02, 0.13302080E-06, 0.46739037E+05, + 0.103E+06, 0.300E+03, 2, 28, 2, 21, 0.40500000E+01, 0.21210600E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21210600E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.104E+06, 0.300E+03, 2, 29, 2, 1, 0.44631560E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20073630E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.73639331E-01, 0.96090364E-05, 0.27049649E+05, + 0.104E+06, 0.300E+03, 2, 29, 2, 2, 0.44241762E+01, 0.20073630E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20150283E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.76641221E-01,-0.11949459E-04, 0.27807164E+05, + 0.104E+06, 0.300E+03, 2, 29, 2, 3, 0.43879575E+01, 0.20150283E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20228434E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.78139738E-01,-0.11413942E-04, 0.28602856E+05, + 0.104E+06, 0.300E+03, 2, 29, 2, 4, 0.43543470E+01, 0.20228434E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20306673E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.78232009E-01,-0.73815713E-05, 0.29435478E+05, + 0.104E+06, 0.300E+03, 2, 29, 2, 5, 0.43231947E+01, 0.20306673E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20381675E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.74997497E-01,-0.35960137E-05, 0.30306049E+05, + 0.104E+06, 0.300E+03, 2, 29, 2, 6, 0.42943580E+01, 0.20381675E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20454338E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.72662163E-01,-0.11829845E-05, 0.31211906E+05, + 0.104E+06, 0.300E+03, 2, 29, 2, 7, 0.42676848E+01, 0.20454338E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20523779E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.69441513E-01, 0.23032965E-06, 0.32150234E+05, + 0.104E+06, 0.300E+03, 2, 29, 2, 8, 0.42430256E+01, 0.20523779E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20589278E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.65500071E-01, 0.96855387E-06, 0.33119613E+05, + 0.104E+06, 0.300E+03, 2, 29, 2, 9, 0.42202363E+01, 0.20589278E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20650271E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.60994347E-01, 0.12815116E-05, 0.34118652E+05, + 0.104E+06, 0.300E+03, 2, 29, 2, 10, 0.41991795E+01, 0.20650271E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20706338E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.56068189E-01, 0.13454889E-05, 0.35146002E+05, + 0.104E+06, 0.300E+03, 2, 29, 2, 11, 0.41797251E+01, 0.20706338E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20757187E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.50850137E-01, 0.12749113E-05, 0.36200362E+05, + 0.104E+06, 0.300E+03, 2, 29, 2, 12, 0.41617503E+01, 0.20757187E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20802638E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.45452295E-01, 0.11398670E-05, 0.37280495E+05, + 0.104E+06, 0.300E+03, 2, 29, 2, 13, 0.41451399E+01, 0.20802638E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20842607E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.39970289E-01, 0.98103604E-06, 0.38385222E+05, + 0.104E+06, 0.300E+03, 2, 29, 2, 14, 0.41297863E+01, 0.20842607E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20877091E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.34483996E-01, 0.82050085E-06, 0.39513432E+05, + 0.104E+06, 0.300E+03, 2, 29, 2, 15, 0.41155896E+01, 0.20877091E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20906149E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.29058740E-01, 0.66902494E-06, 0.40664082E+05, + 0.104E+06, 0.300E+03, 2, 29, 2, 16, 0.41024570E+01, 0.20906149E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20929895E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23746755E-01, 0.52460550E-06, 0.41836195E+05, + 0.104E+06, 0.300E+03, 2, 29, 2, 17, 0.40903027E+01, 0.20929895E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20949118E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.19223620E-01, 0.41610124E-06, 0.43028998E+05, + 0.104E+06, 0.300E+03, 2, 29, 2, 18, 0.40790489E+01, 0.20949118E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20963211E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14093180E-01, 0.31460221E-06, 0.44245454E+05, + 0.104E+06, 0.300E+03, 2, 29, 2, 19, 0.40686242E+01, 0.20963211E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20972379E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.91684025E-02, 0.20863427E-06, 0.45481437E+05, + 0.104E+06, 0.300E+03, 2, 29, 2, 20, 0.40589617E+01, 0.20972379E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20976846E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.44669056E-02, 0.10983123E-06, 0.46736212E+05, + 0.104E+06, 0.300E+03, 2, 29, 2, 21, 0.40500000E+01, 0.20976846E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20976846E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.104E+06, 0.300E+03, 2, 30, 2, 1, 0.44601577E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20059060E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.59067468E-01, 0.77361936E-05, 0.27012148E+05, + 0.104E+06, 0.300E+03, 2, 30, 2, 2, 0.44210759E+01, 0.20059060E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20120567E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.61497624E-01,-0.96529070E-05, 0.27768122E+05, + 0.104E+06, 0.300E+03, 2, 30, 2, 3, 0.43848167E+01, 0.20120567E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20183301E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.62724938E-01,-0.91944856E-05, 0.28563039E+05, + 0.104E+06, 0.300E+03, 2, 30, 2, 4, 0.43512223E+01, 0.20183301E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20246134E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.62826495E-01,-0.59151469E-05, 0.29395600E+05, + 0.104E+06, 0.300E+03, 2, 30, 2, 5, 0.43201382E+01, 0.20246134E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20306395E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.60258205E-01,-0.28583701E-05, 0.30267804E+05, + 0.104E+06, 0.300E+03, 2, 30, 2, 6, 0.42914130E+01, 0.20306395E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20364809E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.58413227E-01,-0.92200410E-06, 0.31174836E+05, + 0.104E+06, 0.300E+03, 2, 30, 2, 7, 0.42648857E+01, 0.20364809E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20420664E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.55855831E-01, 0.20399435E-06, 0.32114790E+05, + 0.104E+06, 0.300E+03, 2, 30, 2, 8, 0.42403996E+01, 0.20420664E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20473379E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.52715821E-01, 0.78638895E-06, 0.33086165E+05, + 0.104E+06, 0.300E+03, 2, 30, 2, 9, 0.42178041E+01, 0.20473379E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20522496E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.49117289E-01, 0.10288212E-05, 0.34087491E+05, + 0.104E+06, 0.300E+03, 2, 30, 2, 10, 0.41969559E+01, 0.20522496E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20567670E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.45174973E-01, 0.10738546E-05, 0.35117344E+05, + 0.104E+06, 0.300E+03, 2, 30, 2, 11, 0.41777192E+01, 0.20567670E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20608661E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.40992030E-01, 0.10133552E-05, 0.36174361E+05, + 0.104E+06, 0.300E+03, 2, 30, 2, 12, 0.41599669E+01, 0.20608661E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20645319E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.36658963E-01, 0.90317950E-06, 0.37257244E+05, + 0.104E+06, 0.300E+03, 2, 30, 2, 13, 0.41435800E+01, 0.20645319E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20677571E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.32253426E-01, 0.77548595E-06, 0.38364768E+05, + 0.104E+06, 0.300E+03, 2, 30, 2, 14, 0.41284477E+01, 0.20677571E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20705411E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.27840644E-01, 0.64755159E-06, 0.39495779E+05, + 0.104E+06, 0.300E+03, 2, 30, 2, 15, 0.41144675E+01, 0.20705411E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20728885E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23474253E-01, 0.52768286E-06, 0.40649200E+05, + 0.104E+06, 0.300E+03, 2, 30, 2, 16, 0.41015447E+01, 0.20728885E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20748082E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.19197380E-01, 0.41898013E-06, 0.41824028E+05, + 0.104E+06, 0.300E+03, 2, 30, 2, 17, 0.40895921E+01, 0.20748082E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20763126E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15043831E-01, 0.31911449E-06, 0.43019329E+05, + 0.104E+06, 0.300E+03, 2, 30, 2, 18, 0.40785311E+01, 0.20763126E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20774525E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11399851E-01, 0.24089545E-06, 0.44238230E+05, + 0.104E+06, 0.300E+03, 2, 30, 2, 19, 0.40682894E+01, 0.20774525E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20781940E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.74154746E-02, 0.16582939E-06, 0.45476737E+05, + 0.104E+06, 0.300E+03, 2, 30, 2, 20, 0.40587996E+01, 0.20781940E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20785553E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.36124411E-02, 0.89331469E-07, 0.46733922E+05, + 0.104E+06, 0.300E+03, 2, 30, 2, 21, 0.40500000E+01, 0.20785553E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20785553E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.105E+06, 0.300E+03, 2, 31, 2, 1, 0.44577475E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20047545E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.47551441E-01, 0.61721901E-05, 0.26982001E+05, + 0.105E+06, 0.300E+03, 2, 31, 2, 2, 0.44185824E+01, 0.20047545E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20097092E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.49538999E-01,-0.78222087E-05, 0.27736724E+05, + 0.105E+06, 0.300E+03, 2, 31, 2, 3, 0.43822892E+01, 0.20097092E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20147679E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.50579264E-01,-0.73350647E-05, 0.28530996E+05, + 0.105E+06, 0.300E+03, 2, 31, 2, 4, 0.43487063E+01, 0.20147679E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20197098E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.49414475E-01,-0.45769048E-05, 0.29363910E+05, + 0.105E+06, 0.300E+03, 2, 31, 2, 5, 0.43176788E+01, 0.20197098E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20245652E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.48552197E-01,-0.22672200E-05, 0.30237032E+05, + 0.105E+06, 0.300E+03, 2, 31, 2, 6, 0.42890440E+01, 0.20245652E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20292683E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.47029783E-01,-0.74231188E-06, 0.31145016E+05, + 0.105E+06, 0.300E+03, 2, 31, 2, 7, 0.42626344E+01, 0.20292683E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20337629E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.44946236E-01, 0.16004445E-06, 0.32086284E+05, + 0.105E+06, 0.300E+03, 2, 31, 2, 8, 0.42382878E+01, 0.20337629E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20380030E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.42402147E-01, 0.62735009E-06, 0.33059267E+05, + 0.105E+06, 0.300E+03, 2, 31, 2, 9, 0.42158483E+01, 0.20380030E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20419524E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.39494759E-01, 0.82112077E-06, 0.34062432E+05, + 0.105E+06, 0.300E+03, 2, 31, 2, 10, 0.41951677E+01, 0.20419524E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20455838E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.36314604E-01, 0.85607552E-06, 0.35094300E+05, + 0.105E+06, 0.300E+03, 2, 31, 2, 11, 0.41761063E+01, 0.20455838E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20488781E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.32943436E-01, 0.80645748E-06, 0.36153453E+05, + 0.105E+06, 0.300E+03, 2, 31, 2, 12, 0.41585330E+01, 0.20488781E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20518233E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.29453184E-01, 0.71738704E-06, 0.37238550E+05, + 0.105E+06, 0.300E+03, 2, 31, 2, 13, 0.41423258E+01, 0.20518233E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20544138E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.25905673E-01, 0.61475563E-06, 0.38348323E+05, + 0.105E+06, 0.300E+03, 2, 31, 2, 14, 0.41273716E+01, 0.20544138E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20566491E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.22352891E-01, 0.51238887E-06, 0.39481588E+05, + 0.105E+06, 0.300E+03, 2, 31, 2, 15, 0.41135656E+01, 0.20566491E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20585328E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.18837615E-01, 0.41685988E-06, 0.40637240E+05, + 0.105E+06, 0.300E+03, 2, 31, 2, 16, 0.41008118E+01, 0.20585328E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20600722E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15394246E-01, 0.33057269E-06, 0.41814252E+05, + 0.105E+06, 0.300E+03, 2, 31, 2, 17, 0.40890215E+01, 0.20600722E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20612771E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12049756E-01, 0.25157629E-06, 0.43011677E+05, + 0.105E+06, 0.300E+03, 2, 31, 2, 18, 0.40781155E+01, 0.20612771E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20621902E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.91311783E-02, 0.18995637E-06, 0.44232431E+05, + 0.105E+06, 0.300E+03, 2, 31, 2, 19, 0.40680207E+01, 0.20621902E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20627842E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.59395558E-02, 0.13112259E-06, 0.45472965E+05, + 0.105E+06, 0.300E+03, 2, 31, 2, 20, 0.40586695E+01, 0.20627842E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20630735E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.28932596E-02, 0.71401056E-07, 0.46732085E+05, + 0.105E+06, 0.300E+03, 2, 31, 2, 21, 0.40500000E+01, 0.20630735E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20630735E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.106E+06, 0.300E+03, 2, 32, 2, 1, 0.44558089E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20038187E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.38191804E-01, 0.49337566E-05, 0.26957755E+05, + 0.106E+06, 0.300E+03, 2, 32, 2, 2, 0.44165771E+01, 0.20038187E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20077966E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.39773284E-01,-0.63066479E-05, 0.27711472E+05, + 0.106E+06, 0.300E+03, 2, 32, 2, 3, 0.43802573E+01, 0.20077966E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20118541E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.40569134E-01,-0.58877248E-05, 0.28505236E+05, + 0.106E+06, 0.300E+03, 2, 32, 2, 4, 0.43466860E+01, 0.20118541E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20158114E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.39568779E-01,-0.36518273E-05, 0.29338783E+05, + 0.106E+06, 0.300E+03, 2, 32, 2, 5, 0.43157035E+01, 0.20158114E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20197037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.38921563E-01,-0.17945091E-05, 0.30212316E+05, + 0.106E+06, 0.300E+03, 2, 32, 2, 6, 0.42871409E+01, 0.20197037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20234763E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.37724712E-01,-0.57637650E-06, 0.31121061E+05, + 0.106E+06, 0.300E+03, 2, 32, 2, 7, 0.42608259E+01, 0.20234763E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20270827E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.36064446E-01, 0.14025394E-06, 0.32063383E+05, + 0.106E+06, 0.300E+03, 2, 32, 2, 8, 0.42365916E+01, 0.20270827E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20304853E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.34026420E-01, 0.50894315E-06, 0.33037660E+05, + 0.106E+06, 0.300E+03, 2, 32, 2, 9, 0.42142776E+01, 0.20304853E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20336544E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.31692155E-01, 0.65983993E-06, 0.34042308E+05, + 0.106E+06, 0.300E+03, 2, 32, 2, 10, 0.41937321E+01, 0.20336544E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20365680E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.29136694E-01, 0.68481867E-06, 0.35075797E+05, + 0.106E+06, 0.300E+03, 2, 32, 2, 11, 0.41748116E+01, 0.20365680E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20392107E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.26427230E-01, 0.64313415E-06, 0.36136671E+05, + 0.106E+06, 0.300E+03, 2, 32, 2, 12, 0.41573823E+01, 0.20392107E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20415729E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23622495E-01, 0.57068781E-06, 0.37223548E+05, + 0.106E+06, 0.300E+03, 2, 32, 2, 13, 0.41413197E+01, 0.20415729E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20436501E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.20772703E-01, 0.48800524E-06, 0.38335130E+05, + 0.106E+06, 0.300E+03, 2, 32, 2, 14, 0.41265085E+01, 0.20436501E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20454420E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.17919883E-01, 0.40599259E-06, 0.39470206E+05, + 0.106E+06, 0.300E+03, 2, 32, 2, 15, 0.41128426E+01, 0.20454420E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20469519E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15098477E-01, 0.32978390E-06, 0.40627650E+05, + 0.106E+06, 0.300E+03, 2, 32, 2, 16, 0.41002243E+01, 0.20469519E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20481854E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12336068E-01, 0.26120666E-06, 0.41806417E+05, + 0.106E+06, 0.300E+03, 2, 32, 2, 17, 0.40885643E+01, 0.20481854E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20491508E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.96541818E-02, 0.19863391E-06, 0.43005544E+05, + 0.106E+06, 0.300E+03, 2, 32, 2, 18, 0.40777824E+01, 0.20491508E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20498823E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.73146050E-02, 0.14999979E-06, 0.44227784E+05, + 0.106E+06, 0.300E+03, 2, 32, 2, 19, 0.40678054E+01, 0.20498823E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20503580E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.47572226E-02, 0.10376585E-06, 0.45469943E+05, + 0.106E+06, 0.300E+03, 2, 32, 2, 20, 0.40585653E+01, 0.20503580E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20505897E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23170376E-02, 0.56982335E-07, 0.46730613E+05, + 0.106E+06, 0.300E+03, 2, 32, 2, 21, 0.40500000E+01, 0.20505897E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20505897E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.106E+06, 0.300E+03, 2, 33, 2, 1, 0.44542536E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20030631E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.30635293E-01, 0.39539835E-05, 0.26938302E+05, + 0.106E+06, 0.300E+03, 2, 33, 2, 2, 0.44149683E+01, 0.20030631E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20062541E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.31904640E-01,-0.50819331E-05, 0.27691214E+05, + 0.106E+06, 0.300E+03, 2, 33, 2, 3, 0.43786274E+01, 0.20062541E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20095086E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.32540502E-01,-0.47321323E-05, 0.28484573E+05, + 0.106E+06, 0.300E+03, 2, 33, 2, 4, 0.43450659E+01, 0.20095086E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20126823E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.31733955E-01,-0.29241140E-05, 0.29318632E+05, + 0.106E+06, 0.300E+03, 2, 33, 2, 5, 0.43141196E+01, 0.20126823E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20158035E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.31210414E-01,-0.14283763E-05, 0.30192496E+05, + 0.106E+06, 0.300E+03, 2, 33, 2, 6, 0.42856149E+01, 0.20158035E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20188282E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.30246095E-01,-0.45101854E-06, 0.31101853E+05, + 0.106E+06, 0.300E+03, 2, 33, 2, 7, 0.42593759E+01, 0.20188282E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20217192E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.28910261E-01, 0.12129570E-06, 0.32045023E+05, + 0.106E+06, 0.300E+03, 2, 33, 2, 8, 0.42352317E+01, 0.20217192E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20244463E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.27271760E-01, 0.41373821E-06, 0.33020339E+05, + 0.106E+06, 0.300E+03, 2, 33, 2, 9, 0.42130187E+01, 0.20244463E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20269859E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.25396173E-01, 0.53173996E-06, 0.34026177E+05, + 0.106E+06, 0.300E+03, 2, 33, 2, 10, 0.41925815E+01, 0.20269859E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20293202E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23343896E-01, 0.54940212E-06, 0.35060969E+05, + 0.106E+06, 0.300E+03, 2, 33, 2, 11, 0.41737742E+01, 0.20293202E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20314371E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.21168988E-01, 0.51432204E-06, 0.36123224E+05, + 0.106E+06, 0.300E+03, 2, 33, 2, 12, 0.41564605E+01, 0.20314371E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20333289E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.18918660E-01, 0.45521530E-06, 0.37211529E+05, + 0.106E+06, 0.300E+03, 2, 33, 2, 13, 0.41405138E+01, 0.20333289E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20349922E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16633218E-01, 0.38841109E-06, 0.38324563E+05, + 0.106E+06, 0.300E+03, 2, 33, 2, 14, 0.41258174E+01, 0.20349922E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20364268E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14346342E-01, 0.32252740E-06, 0.39461092E+05, + 0.106E+06, 0.300E+03, 2, 33, 2, 15, 0.41122636E+01, 0.20364268E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20376353E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12085569E-01, 0.26156908E-06, 0.40619971E+05, + 0.106E+06, 0.300E+03, 2, 33, 2, 16, 0.40997539E+01, 0.20376353E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20386226E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.98729002E-02, 0.20691978E-06, 0.41800144E+05, + 0.106E+06, 0.300E+03, 2, 33, 2, 17, 0.40881983E+01, 0.20386226E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20393951E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.77254595E-02, 0.15721768E-06, 0.43000635E+05, + 0.106E+06, 0.300E+03, 2, 33, 2, 18, 0.40775159E+01, 0.20393951E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20399803E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.58525655E-02, 0.11870967E-06, 0.44224065E+05, + 0.106E+06, 0.300E+03, 2, 33, 2, 19, 0.40676331E+01, 0.20399803E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20403609E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.38059316E-02, 0.82241398E-07, 0.45467524E+05, + 0.106E+06, 0.300E+03, 2, 33, 2, 20, 0.40584819E+01, 0.20403609E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20405463E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.18535305E-02, 0.45440858E-07, 0.46729435E+05, + 0.106E+06, 0.300E+03, 2, 33, 2, 21, 0.40500000E+01, 0.20405463E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20405463E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.107E+06, 0.300E+03, 2, 34, 2, 1, 0.44530064E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20024560E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.24563600E-01, 0.31676560E-05, 0.26922703E+05, + 0.107E+06, 0.300E+03, 2, 34, 2, 2, 0.44136782E+01, 0.20024560E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20050147E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.25582218E-01,-0.40903847E-05, 0.27674968E+05, + 0.107E+06, 0.300E+03, 2, 34, 2, 3, 0.43773204E+01, 0.20050147E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20076241E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.26090733E-01,-0.38007079E-05, 0.28468004E+05, + 0.107E+06, 0.300E+03, 2, 34, 2, 4, 0.43437668E+01, 0.20076241E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20101685E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.25441086E-01,-0.23414129E-05, 0.29302475E+05, + 0.107E+06, 0.300E+03, 2, 34, 2, 5, 0.43128498E+01, 0.20101685E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20126703E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.25017319E-01,-0.11381102E-05, 0.30176608E+05, + 0.107E+06, 0.300E+03, 2, 34, 2, 6, 0.42843918E+01, 0.20126703E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20150943E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.24239676E-01,-0.35414228E-06, 0.31086458E+05, + 0.107E+06, 0.300E+03, 2, 34, 2, 7, 0.42582140E+01, 0.20150943E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20174107E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23164187E-01, 0.10320259E-06, 0.32030309E+05, + 0.107E+06, 0.300E+03, 2, 34, 2, 8, 0.42341423E+01, 0.20174107E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20195953E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.21846456E-01, 0.33557579E-06, 0.33006462E+05, + 0.107E+06, 0.300E+03, 2, 34, 2, 9, 0.42120102E+01, 0.20195953E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20216292E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.20339365E-01, 0.42819875E-06, 0.34013256E+05, + 0.107E+06, 0.300E+03, 2, 34, 2, 10, 0.41916601E+01, 0.20216292E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20234983E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.18691525E-01, 0.44077628E-06, 0.35049095E+05, + 0.107E+06, 0.300E+03, 2, 34, 2, 11, 0.41729437E+01, 0.20234983E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20251929E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16946379E-01, 0.41152925E-06, 0.36112457E+05, + 0.107E+06, 0.300E+03, 2, 34, 2, 12, 0.41557226E+01, 0.20251929E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20267071E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15141793E-01, 0.36344395E-06, 0.37201909E+05, + 0.107E+06, 0.300E+03, 2, 34, 2, 13, 0.41398689E+01, 0.20267071E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20280381E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13310036E-01, 0.30952910E-06, 0.38316106E+05, + 0.107E+06, 0.300E+03, 2, 34, 2, 14, 0.41252643E+01, 0.20280381E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20291858E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11478016E-01, 0.25660802E-06, 0.39453798E+05, + 0.107E+06, 0.300E+03, 2, 34, 2, 15, 0.41118004E+01, 0.20291858E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20301526E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.96676908E-02, 0.20782193E-06, 0.40613828E+05, + 0.107E+06, 0.300E+03, 2, 34, 2, 16, 0.40993777E+01, 0.20301526E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20309422E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.78965612E-02, 0.16422094E-06, 0.41795126E+05, + 0.107E+06, 0.300E+03, 2, 34, 2, 17, 0.40879056E+01, 0.20309422E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20315600E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.61782134E-02, 0.12467767E-06, 0.42996709E+05, + 0.107E+06, 0.300E+03, 2, 34, 2, 18, 0.40773028E+01, 0.20315600E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20320280E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.46799014E-02, 0.94120726E-07, 0.44221091E+05, + 0.107E+06, 0.300E+03, 2, 34, 2, 19, 0.40674953E+01, 0.20320280E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20323323E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.30430528E-02, 0.65271169E-07, 0.45465590E+05, + 0.107E+06, 0.300E+03, 2, 34, 2, 20, 0.40584152E+01, 0.20323323E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20324805E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14818818E-02, 0.36230955E-07, 0.46728493E+05, + 0.107E+06, 0.300E+03, 2, 34, 2, 21, 0.40500000E+01, 0.20324805E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20324805E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.107E+06, 0.300E+03, 2, 35, 2, 1, 0.44520067E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20019685E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.19687485E-01, 0.25367453E-05, 0.26910199E+05, + 0.107E+06, 0.300E+03, 2, 35, 2, 2, 0.44126441E+01, 0.20019685E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20040193E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.20504310E-01,-0.32886639E-05, 0.27661945E+05, + 0.107E+06, 0.300E+03, 2, 35, 2, 3, 0.43762728E+01, 0.20040193E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20061106E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.20910763E-01,-0.30503520E-05, 0.28454724E+05, + 0.107E+06, 0.300E+03, 2, 35, 2, 4, 0.43427257E+01, 0.20061106E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20081496E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.20387816E-01,-0.18744627E-05, 0.29289526E+05, + 0.107E+06, 0.300E+03, 2, 35, 2, 5, 0.43118322E+01, 0.20081496E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20101542E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.20045154E-01,-0.90742754E-06, 0.30163876E+05, + 0.107E+06, 0.300E+03, 2, 35, 2, 6, 0.42834119E+01, 0.20101542E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20120961E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.19418538E-01,-0.27888847E-06, 0.31074123E+05, + 0.107E+06, 0.300E+03, 2, 35, 2, 7, 0.42572832E+01, 0.20120961E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20139514E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.18553245E-01, 0.86656156E-07, 0.32018524E+05, + 0.107E+06, 0.300E+03, 2, 35, 2, 8, 0.42332698E+01, 0.20139514E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20157008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.17494145E-01, 0.27151744E-06, 0.32995349E+05, + 0.107E+06, 0.300E+03, 2, 35, 2, 9, 0.42112028E+01, 0.20157008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20173291E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16283843E-01, 0.34444898E-06, 0.34002911E+05, + 0.107E+06, 0.300E+03, 2, 35, 2, 10, 0.41909225E+01, 0.20173291E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20188253E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14961445E-01, 0.35348704E-06, 0.35039590E+05, + 0.107E+06, 0.300E+03, 2, 35, 2, 11, 0.41722789E+01, 0.20188253E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20201814E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13561833E-01, 0.32931149E-06, 0.36103841E+05, + 0.107E+06, 0.300E+03, 2, 35, 2, 12, 0.41551322E+01, 0.20201814E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20213929E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12115360E-01, 0.29031136E-06, 0.37194211E+05, + 0.107E+06, 0.300E+03, 2, 35, 2, 13, 0.41393529E+01, 0.20213929E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20224577E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10647846E-01, 0.24686615E-06, 0.38309340E+05, + 0.107E+06, 0.300E+03, 2, 35, 2, 14, 0.41248219E+01, 0.20224577E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20233757E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.91807789E-02, 0.20438450E-06, 0.39447965E+05, + 0.107E+06, 0.300E+03, 2, 35, 2, 15, 0.41114299E+01, 0.20233757E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20241489E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.77316591E-02, 0.16533648E-06, 0.40608915E+05, + 0.107E+06, 0.300E+03, 2, 35, 2, 16, 0.40990768E+01, 0.20241489E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20247803E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.63144061E-02, 0.13053108E-06, 0.41791113E+05, + 0.107E+06, 0.300E+03, 2, 35, 2, 17, 0.40876715E+01, 0.20247803E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20252743E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.49397994E-02, 0.99032361E-07, 0.42993570E+05, + 0.107E+06, 0.300E+03, 2, 35, 2, 18, 0.40771323E+01, 0.20252743E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20256484E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.37414615E-02, 0.74745375E-07, 0.44218713E+05, + 0.107E+06, 0.300E+03, 2, 35, 2, 19, 0.40673852E+01, 0.20256484E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20258917E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.24326426E-02, 0.51872764E-07, 0.45464044E+05, + 0.107E+06, 0.300E+03, 2, 35, 2, 20, 0.40583619E+01, 0.20258917E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20260101E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11845499E-02, 0.28894920E-07, 0.46727740E+05, + 0.107E+06, 0.300E+03, 2, 35, 2, 21, 0.40500000E+01, 0.20260101E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20260101E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.108E+06, 0.300E+03, 2, 36, 2, 1, 0.44512057E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20015772E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15773532E-01, 0.20309201E-05, 0.26900180E+05, + 0.108E+06, 0.300E+03, 2, 36, 2, 2, 0.44118154E+01, 0.20015772E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20032202E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16428170E-01,-0.26415225E-05, 0.27651511E+05, + 0.108E+06, 0.300E+03, 2, 36, 2, 3, 0.43754335E+01, 0.20032202E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20048958E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16752981E-01,-0.24465505E-05, 0.28444082E+05, + 0.108E+06, 0.300E+03, 2, 36, 2, 4, 0.43418916E+01, 0.20048958E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20065292E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16332393E-01,-0.15003629E-05, 0.29279152E+05, + 0.108E+06, 0.300E+03, 2, 36, 2, 5, 0.43110171E+01, 0.20065292E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20081348E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16055741E-01,-0.72390449E-06, 0.30153677E+05, + 0.108E+06, 0.300E+03, 2, 36, 2, 6, 0.42826271E+01, 0.20081348E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20096900E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15551374E-01,-0.22020615E-06, 0.31064244E+05, + 0.108E+06, 0.300E+03, 2, 36, 2, 7, 0.42565379E+01, 0.20096900E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20111755E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14855825E-01, 0.72001649E-07, 0.32009087E+05, + 0.108E+06, 0.300E+03, 2, 36, 2, 8, 0.42325712E+01, 0.20111755E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20125760E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14005250E-01, 0.21921000E-06, 0.32986451E+05, + 0.108E+06, 0.300E+03, 2, 36, 2, 9, 0.42105565E+01, 0.20125760E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20138794E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13033936E-01, 0.27679274E-06, 0.33994631E+05, + 0.108E+06, 0.300E+03, 2, 36, 2, 10, 0.41903323E+01, 0.20138794E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20150767E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11973309E-01, 0.28335722E-06, 0.35031982E+05, + 0.108E+06, 0.300E+03, 2, 36, 2, 11, 0.41717470E+01, 0.20150767E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20161618E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10851359E-01, 0.26350935E-06, 0.36096946E+05, + 0.108E+06, 0.300E+03, 2, 36, 2, 12, 0.41546598E+01, 0.20161618E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20171310E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.96924041E-02, 0.23196650E-06, 0.37188052E+05, + 0.108E+06, 0.300E+03, 2, 36, 2, 13, 0.41389402E+01, 0.20171310E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20179827E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.85170983E-02, 0.19700432E-06, 0.38303928E+05, + 0.108E+06, 0.300E+03, 2, 36, 2, 14, 0.41244681E+01, 0.20179827E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20187170E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.73426028E-02, 0.16292610E-06, 0.39443299E+05, + 0.108E+06, 0.300E+03, 2, 36, 2, 15, 0.41111337E+01, 0.20187170E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20193353E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.61828688E-02, 0.13167678E-06, 0.40604986E+05, + 0.108E+06, 0.300E+03, 2, 36, 2, 16, 0.40988363E+01, 0.20193353E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20198401E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.50489729E-02, 0.10387738E-06, 0.41787904E+05, + 0.108E+06, 0.300E+03, 2, 36, 2, 17, 0.40874844E+01, 0.20198401E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20202351E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.39494755E-02, 0.78769077E-07, 0.42991060E+05, + 0.108E+06, 0.300E+03, 2, 36, 2, 18, 0.40769961E+01, 0.20202351E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20205342E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.29911381E-02, 0.59438358E-07, 0.44216813E+05, + 0.108E+06, 0.300E+03, 2, 36, 2, 19, 0.40672972E+01, 0.20205342E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20207286E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.19446609E-02, 0.41275055E-07, 0.45462809E+05, + 0.108E+06, 0.300E+03, 2, 36, 2, 20, 0.40583193E+01, 0.20207286E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20208233E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.94688049E-03, 0.23052939E-07, 0.46727138E+05, + 0.108E+06, 0.300E+03, 2, 36, 2, 21, 0.40500000E+01, 0.20208233E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20208233E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.109E+06, 0.300E+03, 2, 37, 2, 1, 0.44505643E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20012657E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12631322E-01,-0.25556982E-04, 0.26892158E+05, + 0.109E+06, 0.300E+03, 2, 37, 2, 2, 0.44111519E+01, 0.20012657E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20025825E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13156155E-01,-0.12460258E-04, 0.27643155E+05, + 0.109E+06, 0.300E+03, 2, 37, 2, 3, 0.43747612E+01, 0.20025825E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20039239E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13416503E-01, 0.29627551E-05, 0.28435560E+05, + 0.109E+06, 0.300E+03, 2, 37, 2, 4, 0.43412235E+01, 0.20039239E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20052311E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13079452E-01, 0.79042095E-05, 0.29270842E+05, + 0.109E+06, 0.300E+03, 2, 37, 2, 5, 0.43103643E+01, 0.20052311E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20065159E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12857222E-01, 0.83073591E-05, 0.30145509E+05, + 0.109E+06, 0.300E+03, 2, 37, 2, 6, 0.42819986E+01, 0.20065159E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20077604E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12452276E-01, 0.75177201E-05, 0.31056333E+05, + 0.109E+06, 0.300E+03, 2, 37, 2, 7, 0.42559411E+01, 0.20077604E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20089492E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11894030E-01, 0.62876872E-05, 0.32001530E+05, + 0.109E+06, 0.300E+03, 2, 37, 2, 8, 0.42320120E+01, 0.20089492E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20100699E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11211611E-01, 0.50269795E-05, 0.32979328E+05, + 0.109E+06, 0.300E+03, 2, 37, 2, 9, 0.42100391E+01, 0.20100699E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20111127E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10432625E-01, 0.38947702E-05, 0.33988002E+05, + 0.109E+06, 0.300E+03, 2, 37, 2, 10, 0.41898598E+01, 0.20111127E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20120707E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.95823427E-02, 0.29380438E-05, 0.35025894E+05, + 0.109E+06, 0.300E+03, 2, 37, 2, 11, 0.41713214E+01, 0.20120707E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20129388E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.86832462E-02, 0.21553606E-05, 0.36091428E+05, + 0.109E+06, 0.300E+03, 2, 37, 2, 12, 0.41542818E+01, 0.20129388E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20137141E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.77548370E-02, 0.15262296E-05, 0.37183124E+05, + 0.109E+06, 0.300E+03, 2, 37, 2, 13, 0.41386100E+01, 0.20137141E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20143954E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.68136515E-02, 0.10245617E-05, 0.38299598E+05, + 0.109E+06, 0.300E+03, 2, 37, 2, 14, 0.41241851E+01, 0.20143954E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20149827E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.58734087E-02, 0.62461661E-06, 0.39439566E+05, + 0.109E+06, 0.300E+03, 2, 37, 2, 15, 0.41108967E+01, 0.20149827E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20154771E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.49452414E-02, 0.30341539E-06, 0.40601843E+05, + 0.109E+06, 0.300E+03, 2, 37, 2, 16, 0.40986439E+01, 0.20154771E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20158809E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.40379727E-02, 0.41514794E-07, 0.41785338E+05, + 0.109E+06, 0.300E+03, 2, 37, 2, 17, 0.40873348E+01, 0.20158809E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20161968E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.31584067E-02,-0.14834075E-06, 0.42989053E+05, + 0.109E+06, 0.300E+03, 2, 37, 2, 18, 0.40768871E+01, 0.20161968E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20164360E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23918686E-02,-0.33883107E-06, 0.44215292E+05, + 0.109E+06, 0.300E+03, 2, 37, 2, 19, 0.40672268E+01, 0.20164360E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20165916E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15549546E-02,-0.53836896E-06, 0.45461820E+05, + 0.109E+06, 0.300E+03, 2, 37, 2, 20, 0.40582852E+01, 0.20165916E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20166648E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.75705352E-03, 0.24406161E-04, 0.46726657E+05, + 0.109E+06, 0.300E+03, 2, 37, 2, 21, 0.40500000E+01, 0.20166648E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20166648E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.109E+06, 0.300E+03, 2, 38, 2, 1, 0.44500505E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20010137E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10116666E-01,-0.20488951E-04, 0.26885731E+05, + 0.109E+06, 0.300E+03, 2, 38, 2, 2, 0.44106203E+01, 0.20010137E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20020684E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10536387E-01,-0.99648866E-05, 0.27636461E+05, + 0.109E+06, 0.300E+03, 2, 38, 2, 3, 0.43742229E+01, 0.20020684E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20031425E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10743535E-01, 0.23983057E-05, 0.28428735E+05, + 0.109E+06, 0.300E+03, 2, 38, 2, 4, 0.43406886E+01, 0.20031425E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20041890E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10472043E-01, 0.63499041E-05, 0.29264190E+05, + 0.109E+06, 0.300E+03, 2, 38, 2, 5, 0.43098417E+01, 0.20041890E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20052176E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10292511E-01, 0.66640105E-05, 0.30138970E+05, + 0.109E+06, 0.300E+03, 2, 38, 2, 6, 0.42814956E+01, 0.20052176E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20062137E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.99668345E-02, 0.60240716E-05, 0.31050001E+05, + 0.109E+06, 0.300E+03, 2, 38, 2, 7, 0.42554635E+01, 0.20062137E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20071651E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.95186425E-02, 0.50335334E-05, 0.31995482E+05, + 0.109E+06, 0.300E+03, 2, 38, 2, 8, 0.42315645E+01, 0.20071651E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20080618E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.89712911E-02, 0.40205021E-05, 0.32973628E+05, + 0.109E+06, 0.300E+03, 2, 38, 2, 9, 0.42096252E+01, 0.20080618E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20088962E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.83468944E-02, 0.31120473E-05, 0.33982698E+05, + 0.109E+06, 0.300E+03, 2, 38, 2, 10, 0.41894819E+01, 0.20088962E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20096625E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.76656845E-02, 0.23453480E-05, 0.35021023E+05, + 0.109E+06, 0.300E+03, 2, 38, 2, 11, 0.41709809E+01, 0.20096625E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20103569E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.69456476E-02, 0.17188420E-05, 0.36087015E+05, + 0.109E+06, 0.300E+03, 2, 38, 2, 12, 0.41539795E+01, 0.20103569E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20109770E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.62023775E-02, 0.12158173E-05, 0.37179183E+05, + 0.109E+06, 0.300E+03, 2, 38, 2, 13, 0.41383459E+01, 0.20109770E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20115218E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.54490880E-02, 0.81515353E-06, 0.38296136E+05, + 0.109E+06, 0.300E+03, 2, 38, 2, 14, 0.41239588E+01, 0.20115218E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20119915E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.46967334E-02, 0.49608717E-06, 0.39436582E+05, + 0.109E+06, 0.300E+03, 2, 38, 2, 15, 0.41107072E+01, 0.20119915E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20123869E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.39541963E-02, 0.24012423E-06, 0.40599330E+05, + 0.109E+06, 0.300E+03, 2, 38, 2, 16, 0.40984900E+01, 0.20123869E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20127097E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.32285103E-02, 0.31646498E-07, 0.41783286E+05, + 0.109E+06, 0.300E+03, 2, 38, 2, 17, 0.40872151E+01, 0.20127097E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20129622E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.25250947E-02,-0.11928467E-06, 0.42987448E+05, + 0.109E+06, 0.300E+03, 2, 38, 2, 18, 0.40768000E+01, 0.20129622E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20131535E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.19121395E-02,-0.27067286E-06, 0.44214077E+05, + 0.109E+06, 0.300E+03, 2, 38, 2, 19, 0.40671705E+01, 0.20131535E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20132778E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12430082E-02,-0.42918599E-06, 0.45461030E+05, + 0.109E+06, 0.300E+03, 2, 38, 2, 20, 0.40582580E+01, 0.20132778E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20133364E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.60514328E-03, 0.19617565E-04, 0.46726273E+05, + 0.109E+06, 0.300E+03, 2, 38, 2, 21, 0.40500000E+01, 0.20133364E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20133364E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.110E+06, 0.300E+03, 2, 39, 2, 1, 0.44496391E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20008116E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.80993075E-02,-0.16731683E-04, 0.26880586E+05, + 0.110E+06, 0.300E+03, 2, 39, 2, 2, 0.44101948E+01, 0.20008116E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20016559E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.84353164E-02,-0.80910342E-05, 0.27631102E+05, + 0.110E+06, 0.300E+03, 2, 39, 2, 3, 0.43737918E+01, 0.20016559E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20025158E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.86007971E-02, 0.19902560E-05, 0.28423271E+05, + 0.110E+06, 0.300E+03, 2, 39, 2, 4, 0.43402604E+01, 0.20025158E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20033536E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.83828418E-02, 0.51986265E-05, 0.29258864E+05, + 0.110E+06, 0.300E+03, 2, 39, 2, 5, 0.43094234E+01, 0.20033536E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20041769E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.82383568E-02, 0.54420225E-05, 0.30133736E+05, + 0.110E+06, 0.300E+03, 2, 39, 2, 6, 0.42810929E+01, 0.20041769E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20049741E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.79768293E-02, 0.49108766E-05, 0.31044933E+05, + 0.110E+06, 0.300E+03, 2, 39, 2, 7, 0.42550813E+01, 0.20049741E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20057354E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.76172626E-02, 0.40969143E-05, 0.31990642E+05, + 0.110E+06, 0.300E+03, 2, 39, 2, 8, 0.42312064E+01, 0.20057354E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20064529E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.71784182E-02, 0.32669461E-05, 0.32969067E+05, + 0.110E+06, 0.300E+03, 2, 39, 2, 9, 0.42092940E+01, 0.20064529E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20071205E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.66780412E-02, 0.25238395E-05, 0.33978455E+05, + 0.110E+06, 0.300E+03, 2, 39, 2, 10, 0.41891795E+01, 0.20071205E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20077335E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.61323503E-02, 0.18972925E-05, 0.35017126E+05, + 0.110E+06, 0.300E+03, 2, 39, 2, 11, 0.41707085E+01, 0.20077335E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20082889E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.55557499E-02, 0.13855852E-05, 0.36083485E+05, + 0.110E+06, 0.300E+03, 2, 39, 2, 12, 0.41537377E+01, 0.20082889E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20087849E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.49607171E-02, 0.97476825E-06, 0.37176031E+05, + 0.110E+06, 0.300E+03, 2, 39, 2, 13, 0.41381347E+01, 0.20087849E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20092206E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.43578146E-02, 0.64740875E-06, 0.38293366E+05, + 0.110E+06, 0.300E+03, 2, 39, 2, 14, 0.41237778E+01, 0.20092206E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20095962E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.37557909E-02, 0.38644317E-06, 0.39434195E+05, + 0.110E+06, 0.300E+03, 2, 39, 2, 15, 0.41105557E+01, 0.20095962E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20099123E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.31617329E-02, 0.17671218E-06, 0.40597321E+05, + 0.110E+06, 0.300E+03, 2, 39, 2, 16, 0.40983671E+01, 0.20099123E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20101704E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.25812464E-02, 0.54371033E-08, 0.41781646E+05, + 0.110E+06, 0.300E+03, 2, 39, 2, 17, 0.40871195E+01, 0.20101704E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20103723E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.20186453E-02,-0.12067693E-06, 0.42986165E+05, + 0.110E+06, 0.300E+03, 2, 39, 2, 18, 0.40767304E+01, 0.20103723E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20105252E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15284160E-02,-0.24684652E-06, 0.44213106E+05, + 0.110E+06, 0.300E+03, 2, 39, 2, 19, 0.40671255E+01, 0.20105252E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20106246E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.99332434E-03,-0.37732110E-06, 0.45460399E+05, + 0.110E+06, 0.300E+03, 2, 39, 2, 20, 0.40582362E+01, 0.20106246E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20106729E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.48325929E-03,-0.48927520E-06, 0.46725965E+05, + 0.110E+06, 0.300E+03, 2, 39, 2, 21, 0.40500000E+01, 0.20106729E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20106729E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.110E+06, 0.300E+03, 2, 40, 2, 1, 0.44493098E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20006496E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.64829221E-02,-0.13401530E-04, 0.26876467E+05, + 0.110E+06, 0.300E+03, 2, 40, 2, 2, 0.44098541E+01, 0.20006496E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20013255E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.67518422E-02,-0.64727259E-05, 0.27626813E+05, + 0.110E+06, 0.300E+03, 2, 40, 2, 3, 0.43734468E+01, 0.20013255E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20020137E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.68840575E-02, 0.16022177E-05, 0.28418897E+05, + 0.110E+06, 0.300E+03, 2, 40, 2, 4, 0.43399177E+01, 0.20020137E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20026842E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.67092319E-02, 0.41686479E-05, 0.29254601E+05, + 0.110E+06, 0.300E+03, 2, 40, 2, 5, 0.43090886E+01, 0.20026842E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20033431E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.65931312E-02, 0.43604258E-05, 0.30129547E+05, + 0.110E+06, 0.300E+03, 2, 40, 2, 6, 0.42807707E+01, 0.20033431E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20039810E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.63833240E-02, 0.39325418E-05, 0.31040877E+05, + 0.110E+06, 0.300E+03, 2, 40, 2, 7, 0.42547755E+01, 0.20039810E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20045902E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.60950683E-02, 0.32789526E-05, 0.31986769E+05, + 0.110E+06, 0.300E+03, 2, 40, 2, 8, 0.42309199E+01, 0.20045902E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20051643E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.57434195E-02, 0.26132589E-05, 0.32965417E+05, + 0.110E+06, 0.300E+03, 2, 40, 2, 9, 0.42090291E+01, 0.20051643E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20056984E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.53426082E-02, 0.20176940E-05, 0.33975060E+05, + 0.110E+06, 0.300E+03, 2, 40, 2, 10, 0.41889376E+01, 0.20056984E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20061888E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.49056326E-02, 0.15158908E-05, 0.35014009E+05, + 0.110E+06, 0.300E+03, 2, 40, 2, 11, 0.41704907E+01, 0.20061888E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20066331E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.44440290E-02, 0.11063370E-05, 0.36080661E+05, + 0.110E+06, 0.300E+03, 2, 40, 2, 12, 0.41535443E+01, 0.20066331E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20070298E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.39677829E-02, 0.77775702E-06, 0.37173510E+05, + 0.110E+06, 0.300E+03, 2, 40, 2, 13, 0.41379658E+01, 0.20070298E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20073782E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.34853419E-02, 0.51611244E-06, 0.38291152E+05, + 0.110E+06, 0.300E+03, 2, 40, 2, 14, 0.41236330E+01, 0.20073782E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20076786E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.30036972E-02, 0.30768542E-06, 0.39432286E+05, + 0.110E+06, 0.300E+03, 2, 40, 2, 15, 0.41104346E+01, 0.20076786E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20079314E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.25285080E-02, 0.14030002E-06, 0.40595714E+05, + 0.110E+06, 0.300E+03, 2, 40, 2, 16, 0.40982687E+01, 0.20079314E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20081378E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.20642471E-02, 0.37043021E-08, 0.41780334E+05, + 0.110E+06, 0.300E+03, 2, 40, 2, 17, 0.40870430E+01, 0.20081378E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20082993E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16143531E-02,-0.96791782E-07, 0.42985139E+05, + 0.110E+06, 0.300E+03, 2, 40, 2, 18, 0.40766747E+01, 0.20082993E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20084215E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12223907E-02,-0.19730355E-06, 0.44212329E+05, + 0.110E+06, 0.300E+03, 2, 40, 2, 19, 0.40670895E+01, 0.20084215E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20085010E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.79459464E-03,-0.30120809E-06, 0.45459894E+05, + 0.110E+06, 0.300E+03, 2, 40, 2, 20, 0.40582188E+01, 0.20085010E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20085398E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.38684775E-03,-0.39030580E-06, 0.46725719E+05, + 0.110E+06, 0.300E+03, 2, 40, 2, 21, 0.40500000E+01, 0.20085398E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20085398E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.111E+06, 0.300E+03, 2, 41, 2, 1, 0.44490462E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20005199E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.51882498E-02,-0.10730956E-04, 0.26873171E+05, + 0.111E+06, 0.300E+03, 2, 41, 2, 2, 0.44095815E+01, 0.20005199E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20010608E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.54034693E-02,-0.51780497E-05, 0.27623380E+05, + 0.111E+06, 0.300E+03, 2, 41, 2, 3, 0.43731707E+01, 0.20010608E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20016115E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.55091580E-02, 0.12879486E-05, 0.28415397E+05, + 0.111E+06, 0.300E+03, 2, 41, 2, 4, 0.43396434E+01, 0.20016115E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20021481E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.53690346E-02, 0.33408743E-05, 0.29251190E+05, + 0.111E+06, 0.300E+03, 2, 41, 2, 5, 0.43088207E+01, 0.20021481E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20026754E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.52758500E-02, 0.34924577E-05, 0.30126194E+05, + 0.111E+06, 0.300E+03, 2, 41, 2, 6, 0.42805129E+01, 0.20026754E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20031858E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.51076525E-02, 0.31483047E-05, 0.31037632E+05, + 0.111E+06, 0.300E+03, 2, 41, 2, 7, 0.42545307E+01, 0.20031858E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20036732E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.48766843E-02, 0.26239380E-05, 0.31983671E+05, + 0.111E+06, 0.300E+03, 2, 41, 2, 8, 0.42306907E+01, 0.20036732E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20041325E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.45950189E-02, 0.20903265E-05, 0.32962498E+05, + 0.111E+06, 0.300E+03, 2, 41, 2, 9, 0.42088171E+01, 0.20041325E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20045597E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.42740626E-02, 0.16132197E-05, 0.33972344E+05, + 0.111E+06, 0.300E+03, 2, 41, 2, 10, 0.41887441E+01, 0.20045597E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20049521E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.39242280E-02, 0.12114417E-05, 0.35011515E+05, + 0.111E+06, 0.300E+03, 2, 41, 2, 11, 0.41703164E+01, 0.20049521E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20053074E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.35547515E-02, 0.88369790E-06, 0.36078402E+05, + 0.111E+06, 0.300E+03, 2, 41, 2, 12, 0.41533897E+01, 0.20053074E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20056247E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.31736230E-02, 0.62089575E-06, 0.37171493E+05, + 0.111E+06, 0.300E+03, 2, 41, 2, 13, 0.41378307E+01, 0.20056247E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20059035E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.27875977E-02, 0.41174583E-06, 0.38289380E+05, + 0.111E+06, 0.300E+03, 2, 41, 2, 14, 0.41235173E+01, 0.20059035E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20061437E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.24022630E-02, 0.24522849E-06, 0.39430760E+05, + 0.111E+06, 0.300E+03, 2, 41, 2, 15, 0.41103377E+01, 0.20061437E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20063459E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.20221385E-02, 0.11157951E-06, 0.40594429E+05, + 0.111E+06, 0.300E+03, 2, 41, 2, 16, 0.40981900E+01, 0.20063459E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20065109E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16507940E-02, 0.25740129E-08, 0.41779285E+05, + 0.111E+06, 0.300E+03, 2, 41, 2, 17, 0.40869818E+01, 0.20065109E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20066400E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12909718E-02,-0.77573226E-07, 0.42984319E+05, + 0.111E+06, 0.300E+03, 2, 41, 2, 18, 0.40766302E+01, 0.20066400E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20067378E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.97750121E-03,-0.15771808E-06, 0.44211708E+05, + 0.111E+06, 0.300E+03, 2, 41, 2, 19, 0.40670608E+01, 0.20067378E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20068014E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.63539499E-03,-0.24054252E-06, 0.45459490E+05, + 0.111E+06, 0.300E+03, 2, 41, 2, 20, 0.40582049E+01, 0.20068014E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20068323E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.30933634E-03,-0.31153115E-06, 0.46725523E+05, + 0.111E+06, 0.300E+03, 2, 41, 2, 21, 0.40500000E+01, 0.20068323E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20068323E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.112E+06, 0.300E+03, 2, 42, 2, 1, 0.44488353E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20004160E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.41516208E-02,-0.85905716E-05, 0.26870533E+05, + 0.112E+06, 0.300E+03, 2, 42, 2, 2, 0.44093633E+01, 0.20004160E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20008488E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.43238440E-02,-0.41421920E-05, 0.27620632E+05, + 0.112E+06, 0.300E+03, 2, 42, 2, 3, 0.43729498E+01, 0.20008488E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20012896E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.44083420E-02, 0.10342357E-05, 0.28412596E+05, + 0.112E+06, 0.300E+03, 2, 42, 2, 4, 0.43394239E+01, 0.20012896E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20017189E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.42960852E-02, 0.26763635E-05, 0.29248460E+05, + 0.112E+06, 0.300E+03, 2, 42, 2, 5, 0.43086064E+01, 0.20017189E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20021407E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.42213514E-02, 0.27964532E-05, 0.30123512E+05, + 0.112E+06, 0.300E+03, 2, 42, 2, 6, 0.42803066E+01, 0.20021407E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20025492E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.40865788E-02, 0.25199701E-05, 0.31035035E+05, + 0.112E+06, 0.300E+03, 2, 42, 2, 7, 0.42543350E+01, 0.20025492E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20029391E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.39015830E-02, 0.20995454E-05, 0.31981192E+05, + 0.112E+06, 0.300E+03, 2, 42, 2, 8, 0.42305073E+01, 0.20029391E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20033065E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.36760411E-02, 0.16720061E-05, 0.32960162E+05, + 0.112E+06, 0.300E+03, 2, 42, 2, 9, 0.42086475E+01, 0.20033065E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20036483E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.34190916E-02, 0.12899220E-05, 0.33970172E+05, + 0.112E+06, 0.300E+03, 2, 42, 2, 10, 0.41885894E+01, 0.20036483E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20039621E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.31390732E-02, 0.96830183E-06, 0.35009521E+05, + 0.112E+06, 0.300E+03, 2, 42, 2, 11, 0.41701770E+01, 0.20039621E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20042464E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.28433797E-02, 0.70605601E-06, 0.36076595E+05, + 0.112E+06, 0.300E+03, 2, 42, 2, 12, 0.41532659E+01, 0.20042464E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20045002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.25384039E-02, 0.49586314E-06, 0.37169880E+05, + 0.112E+06, 0.300E+03, 2, 42, 2, 13, 0.41377226E+01, 0.20045002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20047231E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.22295483E-02, 0.32865497E-06, 0.38287964E+05, + 0.112E+06, 0.300E+03, 2, 42, 2, 14, 0.41234247E+01, 0.20047231E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20049152E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.19212793E-02, 0.19559089E-06, 0.39429539E+05, + 0.112E+06, 0.300E+03, 2, 42, 2, 15, 0.41102602E+01, 0.20049152E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20050769E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16172080E-02, 0.88839538E-07, 0.40593401E+05, + 0.112E+06, 0.300E+03, 2, 42, 2, 16, 0.40981271E+01, 0.20050769E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20052089E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13201849E-02, 0.18117139E-08, 0.41778446E+05, + 0.112E+06, 0.300E+03, 2, 42, 2, 17, 0.40869329E+01, 0.20052089E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20053122E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10323986E-02,-0.62143473E-07, 0.42983663E+05, + 0.112E+06, 0.300E+03, 2, 42, 2, 18, 0.40765946E+01, 0.20053122E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20053904E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.78169680E-03,-0.12608936E-06, 0.44211211E+05, + 0.112E+06, 0.300E+03, 2, 42, 2, 19, 0.40670378E+01, 0.20053904E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20054412E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.50810883E-03,-0.19215361E-06, 0.45459167E+05, + 0.112E+06, 0.300E+03, 2, 42, 2, 20, 0.40581937E+01, 0.20054412E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20054660E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.24736457E-03,-0.24875772E-06, 0.46725366E+05, + 0.112E+06, 0.300E+03, 2, 42, 2, 21, 0.40500000E+01, 0.20054660E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20054660E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.112E+06, 0.300E+03, 2, 43, 2, 1, 0.44486666E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20003329E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.33217957E-02,-0.68758523E-05, 0.26868422E+05, + 0.112E+06, 0.300E+03, 2, 43, 2, 2, 0.44091888E+01, 0.20003329E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20006792E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.34595990E-02,-0.33134477E-05, 0.27618434E+05, + 0.112E+06, 0.300E+03, 2, 43, 2, 3, 0.43727730E+01, 0.20006792E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20010318E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.35271612E-02, 0.82982688E-06, 0.28410355E+05, + 0.112E+06, 0.300E+03, 2, 43, 2, 4, 0.43392483E+01, 0.20010318E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20013753E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.34372598E-02, 0.21433320E-05, 0.29246276E+05, + 0.112E+06, 0.300E+03, 2, 43, 2, 5, 0.43084349E+01, 0.20013753E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20017128E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.33773574E-02, 0.22386463E-05, 0.30121366E+05, + 0.112E+06, 0.300E+03, 2, 43, 2, 6, 0.42801416E+01, 0.20017128E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20020396E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.32694078E-02, 0.20167292E-05, 0.31032958E+05, + 0.112E+06, 0.300E+03, 2, 43, 2, 7, 0.42541783E+01, 0.20020396E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20023515E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.31212772E-02, 0.16798104E-05, 0.31979208E+05, + 0.112E+06, 0.300E+03, 2, 43, 2, 8, 0.42303606E+01, 0.20023515E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20026455E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.29407183E-02, 0.13373790E-05, 0.32958293E+05, + 0.112E+06, 0.300E+03, 2, 43, 2, 9, 0.42085119E+01, 0.20026455E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20029189E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.27350502E-02, 0.10314717E-05, 0.33968434E+05, + 0.112E+06, 0.300E+03, 2, 43, 2, 10, 0.41884656E+01, 0.20029189E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20031699E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.25109493E-02, 0.77406252E-06, 0.35007925E+05, + 0.112E+06, 0.300E+03, 2, 43, 2, 11, 0.41700655E+01, 0.20031699E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20033972E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.22743332E-02, 0.56424311E-06, 0.36075150E+05, + 0.112E+06, 0.300E+03, 2, 43, 2, 12, 0.41531670E+01, 0.20033972E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20036002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.20303166E-02, 0.39612711E-06, 0.37168590E+05, + 0.112E+06, 0.300E+03, 2, 43, 2, 13, 0.41376362E+01, 0.20036002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20037785E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.17832205E-02, 0.26243906E-06, 0.38286830E+05, + 0.112E+06, 0.300E+03, 2, 43, 2, 14, 0.41233507E+01, 0.20037785E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20039322E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15366153E-02, 0.15608808E-06, 0.39428562E+05, + 0.112E+06, 0.300E+03, 2, 43, 2, 15, 0.41101982E+01, 0.20039322E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20040615E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12933871E-02, 0.70799126E-07, 0.40592579E+05, + 0.112E+06, 0.300E+03, 2, 43, 2, 16, 0.40980768E+01, 0.20040615E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20041671E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10558127E-02, 0.12915249E-08, 0.41777775E+05, + 0.112E+06, 0.300E+03, 2, 43, 2, 17, 0.40868938E+01, 0.20041671E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20042497E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.82563959E-03,-0.49766197E-07, 0.42983138E+05, + 0.112E+06, 0.300E+03, 2, 43, 2, 18, 0.40765661E+01, 0.20042497E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20043122E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.62513481E-03,-0.10081035E-06, 0.44210814E+05, + 0.112E+06, 0.300E+03, 2, 43, 2, 19, 0.40670194E+01, 0.20043122E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20043528E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.40633629E-03,-0.15353920E-06, 0.45458909E+05, + 0.112E+06, 0.300E+03, 2, 43, 2, 20, 0.40581848E+01, 0.20043528E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20043726E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.19781591E-03,-0.19869735E-06, 0.46725240E+05, + 0.112E+06, 0.300E+03, 2, 43, 2, 21, 0.40500000E+01, 0.20043726E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20043726E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.113E+06, 0.300E+03, 2, 44, 2, 1, 0.44485316E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20002663E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.26576343E-02,-0.55026019E-05, 0.26866734E+05, + 0.113E+06, 0.300E+03, 2, 44, 2, 2, 0.44090491E+01, 0.20002663E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20005434E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.27678878E-02,-0.26504436E-05, 0.27616675E+05, + 0.113E+06, 0.300E+03, 2, 44, 2, 3, 0.43726316E+01, 0.20005434E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20008255E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.28219120E-02, 0.66539116E-06, 0.28408562E+05, + 0.113E+06, 0.300E+03, 2, 44, 2, 4, 0.43391078E+01, 0.20008255E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20011003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.27499330E-02, 0.17160198E-05, 0.29244529E+05, + 0.113E+06, 0.300E+03, 2, 44, 2, 5, 0.43082976E+01, 0.20011003E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20013703E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.27019397E-02, 0.17917838E-05, 0.30119649E+05, + 0.113E+06, 0.300E+03, 2, 44, 2, 6, 0.42800096E+01, 0.20013703E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20016317E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.26155000E-02, 0.16137903E-05, 0.31031296E+05, + 0.113E+06, 0.300E+03, 2, 44, 2, 7, 0.42540530E+01, 0.20016317E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20018813E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.24969154E-02, 0.13438967E-05, 0.31977622E+05, + 0.113E+06, 0.300E+03, 2, 44, 2, 8, 0.42302432E+01, 0.20018813E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20021164E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23523948E-02, 0.10697099E-05, 0.32956798E+05, + 0.113E+06, 0.300E+03, 2, 44, 2, 9, 0.42084034E+01, 0.20021164E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20023351E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.21877986E-02, 0.82484186E-06, 0.33967044E+05, + 0.113E+06, 0.300E+03, 2, 44, 2, 10, 0.41883665E+01, 0.20023351E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20025359E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.20084709E-02, 0.61885069E-06, 0.35006649E+05, + 0.113E+06, 0.300E+03, 2, 44, 2, 11, 0.41699764E+01, 0.20025359E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20027178E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.18191475E-02, 0.45098884E-06, 0.36073994E+05, + 0.113E+06, 0.300E+03, 2, 44, 2, 12, 0.41530878E+01, 0.20027178E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20028801E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16239201E-02, 0.31652740E-06, 0.37167558E+05, + 0.113E+06, 0.300E+03, 2, 44, 2, 13, 0.41375671E+01, 0.20028801E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20030227E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14262447E-02, 0.20963185E-06, 0.38285924E+05, + 0.113E+06, 0.300E+03, 2, 44, 2, 14, 0.41232914E+01, 0.20030227E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20031456E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12289759E-02, 0.12461965E-06, 0.39427781E+05, + 0.113E+06, 0.300E+03, 2, 44, 2, 15, 0.41101487E+01, 0.20031456E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20032490E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10344205E-02, 0.56461257E-07, 0.40591922E+05, + 0.113E+06, 0.300E+03, 2, 44, 2, 16, 0.40980366E+01, 0.20032490E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20033335E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.84439780E-03, 0.93453840E-09, 0.41777239E+05, + 0.113E+06, 0.300E+03, 2, 44, 2, 17, 0.40868625E+01, 0.20033335E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20033995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.66030333E-03,-0.39845860E-07, 0.42982719E+05, + 0.113E+06, 0.300E+03, 2, 44, 2, 18, 0.40765434E+01, 0.20033995E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20034495E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.49994298E-03,-0.80605155E-07, 0.44210496E+05, + 0.113E+06, 0.300E+03, 2, 44, 2, 19, 0.40670047E+01, 0.20034495E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20034820E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.32495799E-03,-0.12270589E-06, 0.45458702E+05, + 0.113E+06, 0.300E+03, 2, 44, 2, 20, 0.40581777E+01, 0.20034820E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20034979E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15819717E-03,-0.15875484E-06, 0.46725139E+05, + 0.113E+06, 0.300E+03, 2, 44, 2, 21, 0.40500000E+01, 0.20034979E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20034979E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.113E+06, 0.300E+03, 2, 45, 2, 1, 0.44484236E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20002131E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.21261370E-02,-0.44031093E-05, 0.26865383E+05, + 0.113E+06, 0.300E+03, 2, 45, 2, 2, 0.44089374E+01, 0.20002131E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20004347E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.22143428E-02,-0.21200564E-05, 0.27615268E+05, + 0.113E+06, 0.300E+03, 2, 45, 2, 3, 0.43725184E+01, 0.20004347E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20006604E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.22575439E-02, 0.53326693E-06, 0.28407127E+05, + 0.113E+06, 0.300E+03, 2, 45, 2, 4, 0.43389954E+01, 0.20006604E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20008803E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.21999263E-02, 0.13736205E-05, 0.29243131E+05, + 0.113E+06, 0.300E+03, 2, 45, 2, 5, 0.43081879E+01, 0.20008803E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20010963E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.21614878E-02, 0.14339160E-05, 0.30118276E+05, + 0.113E+06, 0.300E+03, 2, 45, 2, 6, 0.42799039E+01, 0.20010963E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20013054E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.20922881E-02, 0.12912332E-05, 0.31029966E+05, + 0.113E+06, 0.300E+03, 2, 45, 2, 7, 0.42539528E+01, 0.20013054E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20015050E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.19973735E-02, 0.10750992E-05, 0.31976353E+05, + 0.113E+06, 0.300E+03, 2, 45, 2, 8, 0.42301494E+01, 0.20015050E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20016931E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.18817153E-02, 0.85560451E-06, 0.32955603E+05, + 0.113E+06, 0.300E+03, 2, 45, 2, 9, 0.42083166E+01, 0.20016931E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20018680E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.17500048E-02, 0.65962852E-06, 0.33965932E+05, + 0.113E+06, 0.300E+03, 2, 45, 2, 10, 0.41882873E+01, 0.20018680E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20020286E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16065193E-02, 0.49480290E-06, 0.35005628E+05, + 0.113E+06, 0.300E+03, 2, 45, 2, 11, 0.41699050E+01, 0.20020286E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20021741E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14550478E-02, 0.36051465E-06, 0.36073069E+05, + 0.113E+06, 0.300E+03, 2, 45, 2, 12, 0.41530245E+01, 0.20021741E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20023039E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12988641E-02, 0.25297189E-06, 0.37166732E+05, + 0.113E+06, 0.300E+03, 2, 45, 2, 13, 0.41375118E+01, 0.20023039E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20024180E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11407318E-02, 0.16749361E-06, 0.38285199E+05, + 0.113E+06, 0.300E+03, 2, 45, 2, 14, 0.41232441E+01, 0.20024180E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20025163E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.98293382E-03, 0.99530270E-07, 0.39427157E+05, + 0.113E+06, 0.300E+03, 2, 45, 2, 15, 0.41101090E+01, 0.20025163E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20025990E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.82731398E-03, 0.45054440E-07, 0.40591396E+05, + 0.113E+06, 0.300E+03, 2, 45, 2, 16, 0.40980044E+01, 0.20025990E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20026665E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.67532620E-03, 0.68253807E-09, 0.41776810E+05, + 0.113E+06, 0.300E+03, 2, 45, 2, 17, 0.40868375E+01, 0.20026665E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20027194E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.52808548E-03,-0.31893936E-07, 0.42982383E+05, + 0.113E+06, 0.300E+03, 2, 45, 2, 18, 0.40765252E+01, 0.20027194E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20027593E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.39983082E-03,-0.64454313E-07, 0.44210242E+05, + 0.113E+06, 0.300E+03, 2, 45, 2, 19, 0.40669929E+01, 0.20027593E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20027853E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.25988359E-03,-0.98080959E-07, 0.45458537E+05, + 0.113E+06, 0.300E+03, 2, 45, 2, 20, 0.40581720E+01, 0.20027853E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20027980E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12651648E-03,-0.12686782E-06, 0.46725059E+05, + 0.113E+06, 0.300E+03, 2, 45, 2, 21, 0.40500000E+01, 0.20027980E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20027980E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.114E+06, 0.300E+03, 2, 46, 2, 1, 0.44483372E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20001704E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.17008511E-02,-0.35229850E-05, 0.26864302E+05, + 0.114E+06, 0.300E+03, 2, 46, 2, 2, 0.44088480E+01, 0.20001704E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20003477E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.17714144E-02,-0.16957766E-05, 0.27614143E+05, + 0.114E+06, 0.300E+03, 2, 46, 2, 3, 0.43724279E+01, 0.20003477E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20005283E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.18059621E-02, 0.42720487E-06, 0.28405980E+05, + 0.114E+06, 0.300E+03, 2, 46, 2, 4, 0.43389055E+01, 0.20005283E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20007042E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.17598481E-02, 0.10993608E-05, 0.29242013E+05, + 0.114E+06, 0.300E+03, 2, 46, 2, 5, 0.43081001E+01, 0.20007042E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20008770E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.17290706E-02, 0.11473936E-05, 0.30117177E+05, + 0.114E+06, 0.300E+03, 2, 46, 2, 6, 0.42798195E+01, 0.20008770E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20010442E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16736827E-02, 0.10330677E-05, 0.31028903E+05, + 0.114E+06, 0.300E+03, 2, 46, 2, 7, 0.42538726E+01, 0.20010442E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20012039E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15977244E-02, 0.86002848E-06, 0.31975337E+05, + 0.114E+06, 0.300E+03, 2, 46, 2, 8, 0.42300743E+01, 0.20012039E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20013544E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15051754E-02, 0.68434773E-06, 0.32954646E+05, + 0.114E+06, 0.300E+03, 2, 46, 2, 9, 0.42082472E+01, 0.20013544E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20014943E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13997904E-02, 0.52752161E-06, 0.33965042E+05, + 0.114E+06, 0.300E+03, 2, 46, 2, 10, 0.41882240E+01, 0.20014943E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20016228E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12849922E-02, 0.39564597E-06, 0.35004812E+05, + 0.114E+06, 0.300E+03, 2, 46, 2, 11, 0.41698480E+01, 0.20016228E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20017391E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11638125E-02, 0.28822298E-06, 0.36072330E+05, + 0.114E+06, 0.300E+03, 2, 46, 2, 12, 0.41529739E+01, 0.20017391E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20018430E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10388700E-02, 0.20220739E-06, 0.37166072E+05, + 0.114E+06, 0.300E+03, 2, 46, 2, 13, 0.41374676E+01, 0.20018430E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20019342E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.91237511E-03, 0.13385268E-06, 0.38284619E+05, + 0.114E+06, 0.300E+03, 2, 46, 2, 14, 0.41232062E+01, 0.20019342E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20020128E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.78615335E-03, 0.79516053E-07, 0.39426657E+05, + 0.114E+06, 0.300E+03, 2, 46, 2, 15, 0.41100773E+01, 0.20020128E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20020790E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.66167879E-03, 0.35967523E-07, 0.40590976E+05, + 0.114E+06, 0.300E+03, 2, 46, 2, 16, 0.40979787E+01, 0.20020790E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20021330E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.54011356E-03, 0.50601931E-09, 0.41776466E+05, + 0.114E+06, 0.300E+03, 2, 46, 2, 17, 0.40868175E+01, 0.20021330E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20021752E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.42234864E-03,-0.25525682E-07, 0.42982115E+05, + 0.114E+06, 0.300E+03, 2, 46, 2, 18, 0.40765106E+01, 0.20021752E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20022072E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.31977108E-03,-0.51542403E-07, 0.44210039E+05, + 0.114E+06, 0.300E+03, 2, 46, 2, 19, 0.40669835E+01, 0.20022072E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20022280E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.20784446E-03,-0.78406778E-07, 0.45458405E+05, + 0.114E+06, 0.300E+03, 2, 46, 2, 20, 0.40581675E+01, 0.20022280E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20022381E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10118219E-03,-0.10140282E-06, 0.46724995E+05, + 0.114E+06, 0.300E+03, 2, 46, 2, 21, 0.40500000E+01, 0.20022381E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20022381E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.115E+06, 0.300E+03, 2, 47, 2, 1, 0.44482680E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20001363E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13605815E-02,-0.28185781E-05, 0.26863437E+05, + 0.115E+06, 0.300E+03, 2, 47, 2, 2, 0.44087765E+01, 0.20001363E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20002782E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14170287E-02,-0.13563878E-05, 0.27613242E+05, + 0.115E+06, 0.300E+03, 2, 47, 2, 3, 0.43723555E+01, 0.20002782E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20004226E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14446571E-02, 0.34212685E-06, 0.28405062E+05, + 0.115E+06, 0.300E+03, 2, 47, 2, 4, 0.43388336E+01, 0.20004226E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20005633E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14077549E-02, 0.87974596E-06, 0.29241118E+05, + 0.115E+06, 0.300E+03, 2, 47, 2, 5, 0.43080298E+01, 0.20005633E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20007015E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13831169E-02, 0.91803919E-06, 0.30116298E+05, + 0.115E+06, 0.300E+03, 2, 47, 2, 6, 0.42797519E+01, 0.20007015E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20008353E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13387906E-02, 0.82646924E-06, 0.31028052E+05, + 0.115E+06, 0.300E+03, 2, 47, 2, 7, 0.42538085E+01, 0.20008353E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20009630E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12780098E-02, 0.68795836E-06, 0.31974525E+05, + 0.115E+06, 0.300E+03, 2, 47, 2, 8, 0.42300142E+01, 0.20009630E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20010834E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12039596E-02, 0.54736638E-06, 0.32953881E+05, + 0.115E+06, 0.300E+03, 2, 47, 2, 9, 0.42081917E+01, 0.20010834E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20011953E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11196448E-02, 0.42188237E-06, 0.33964331E+05, + 0.115E+06, 0.300E+03, 2, 47, 2, 10, 0.41881733E+01, 0.20011953E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20012981E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10278041E-02, 0.31637716E-06, 0.35004158E+05, + 0.115E+06, 0.300E+03, 2, 47, 2, 11, 0.41698024E+01, 0.20012981E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20013911E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.93086316E-03, 0.23044636E-06, 0.36071738E+05, + 0.115E+06, 0.300E+03, 2, 47, 2, 12, 0.41529334E+01, 0.20013911E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20014742E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.83091655E-03, 0.16165047E-06, 0.37165544E+05, + 0.115E+06, 0.300E+03, 2, 47, 2, 13, 0.41374323E+01, 0.20014742E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20015472E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.72973230E-03, 0.10698706E-06, 0.38284156E+05, + 0.115E+06, 0.300E+03, 2, 47, 2, 14, 0.41231759E+01, 0.20015472E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20016100E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.62877013E-03, 0.63539123E-07, 0.39426258E+05, + 0.115E+06, 0.300E+03, 2, 47, 2, 15, 0.41100520E+01, 0.20016100E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20016629E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.52920865E-03, 0.28725665E-07, 0.40590640E+05, + 0.115E+06, 0.300E+03, 2, 47, 2, 16, 0.40979581E+01, 0.20016629E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20017061E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.43197688E-03, 0.37791944E-09, 0.41776192E+05, + 0.115E+06, 0.300E+03, 2, 47, 2, 17, 0.40868015E+01, 0.20017061E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20017399E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.33778692E-03,-0.20426470E-07, 0.42981900E+05, + 0.115E+06, 0.300E+03, 2, 47, 2, 18, 0.40764990E+01, 0.20017399E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20017655E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.25574536E-03,-0.41217595E-07, 0.44209876E+05, + 0.115E+06, 0.300E+03, 2, 47, 2, 19, 0.40669760E+01, 0.20017655E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20017821E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16622808E-03,-0.62686505E-07, 0.45458300E+05, + 0.115E+06, 0.300E+03, 2, 47, 2, 20, 0.40581638E+01, 0.20017821E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20017902E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.80922237E-04,-0.81058927E-07, 0.46724943E+05, + 0.115E+06, 0.300E+03, 2, 47, 2, 21, 0.40500000E+01, 0.20017902E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20017902E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.115E+06, 0.300E+03, 2, 48, 2, 1, 0.44482128E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20001091E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10883520E-02,-0.22548818E-05, 0.26862746E+05, + 0.115E+06, 0.300E+03, 2, 48, 2, 2, 0.44087193E+01, 0.20001091E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20002225E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11335055E-02,-0.10849107E-05, 0.27612522E+05, + 0.115E+06, 0.300E+03, 2, 48, 2, 3, 0.43722976E+01, 0.20002225E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20003381E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11556010E-02, 0.27392131E-06, 0.28404327E+05, + 0.115E+06, 0.300E+03, 2, 48, 2, 4, 0.43387761E+01, 0.20003381E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20004506E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11260735E-02, 0.70392935E-06, 0.29240403E+05, + 0.115E+06, 0.300E+03, 2, 48, 2, 5, 0.43079736E+01, 0.20004506E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20005612E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11063539E-02, 0.73447786E-06, 0.30115595E+05, + 0.115E+06, 0.300E+03, 2, 48, 2, 6, 0.42796978E+01, 0.20005612E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20006682E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10708842E-02, 0.66115403E-06, 0.31027371E+05, + 0.115E+06, 0.300E+03, 2, 48, 2, 7, 0.42537572E+01, 0.20006682E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20007703E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10222526E-02, 0.55030104E-06, 0.31973876E+05, + 0.115E+06, 0.300E+03, 2, 48, 2, 8, 0.42299662E+01, 0.20007703E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20008666E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.96300814E-03, 0.43780152E-06, 0.32953269E+05, + 0.115E+06, 0.300E+03, 2, 48, 2, 9, 0.42081472E+01, 0.20008666E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20009561E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.89555502E-03, 0.33740376E-06, 0.33963762E+05, + 0.115E+06, 0.300E+03, 2, 48, 2, 10, 0.41881328E+01, 0.20009561E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20010383E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.82208454E-03, 0.25300115E-06, 0.35003636E+05, + 0.115E+06, 0.300E+03, 2, 48, 2, 11, 0.41697659E+01, 0.20010383E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20011127E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.74453707E-03, 0.18426476E-06, 0.36071265E+05, + 0.115E+06, 0.300E+03, 2, 48, 2, 12, 0.41529010E+01, 0.20011127E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20011792E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.66458818E-03, 0.12923949E-06, 0.37165122E+05, + 0.115E+06, 0.300E+03, 2, 48, 2, 13, 0.41374040E+01, 0.20011792E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20012375E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.58365190E-03, 0.85525092E-07, 0.38283785E+05, + 0.115E+06, 0.300E+03, 2, 48, 2, 14, 0.41231517E+01, 0.20012375E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20012878E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.50289559E-03, 0.50782580E-07, 0.39425938E+05, + 0.115E+06, 0.300E+03, 2, 48, 2, 15, 0.41100317E+01, 0.20012878E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20013302E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.42326167E-03, 0.22947255E-07, 0.40590371E+05, + 0.115E+06, 0.300E+03, 2, 48, 2, 16, 0.40979417E+01, 0.20013302E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20013647E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.34549286E-03, 0.28646985E-09, 0.41775972E+05, + 0.115E+06, 0.300E+03, 2, 48, 2, 17, 0.40867887E+01, 0.20013647E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20013917E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.27015839E-03,-0.16343992E-07, 0.42981728E+05, + 0.115E+06, 0.300E+03, 2, 48, 2, 18, 0.40764896E+01, 0.20013917E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20014122E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.20454122E-03,-0.32963475E-07, 0.44209746E+05, + 0.115E+06, 0.300E+03, 2, 48, 2, 19, 0.40669699E+01, 0.20014122E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20014255E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13294602E-03,-0.50120471E-07, 0.45458215E+05, + 0.115E+06, 0.300E+03, 2, 48, 2, 20, 0.40581609E+01, 0.20014255E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20014320E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.64719801E-04,-0.64805344E-07, 0.46724902E+05, + 0.115E+06, 0.300E+03, 2, 48, 2, 21, 0.40500000E+01, 0.20014320E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20014320E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.116E+06, 0.300E+03, 2, 49, 2, 1, 0.44481684E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000888E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.87432792E-03,-0.13312829E-04, 0.26862190E+05, + 0.116E+06, 0.300E+03, 2, 49, 2, 2, 0.44086733E+01, 0.20000888E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20001778E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.91049841E-03, 0.19721184E-04, 0.27611943E+05, + 0.116E+06, 0.300E+03, 2, 49, 2, 3, 0.43722510E+01, 0.20001778E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20002694E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.92820894E-03, 0.12572982E-04, 0.28403737E+05, + 0.116E+06, 0.300E+03, 2, 49, 2, 4, 0.43387298E+01, 0.20002694E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20003591E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.90433849E-03, 0.78168906E-05, 0.29239828E+05, + 0.116E+06, 0.300E+03, 2, 49, 2, 5, 0.43079285E+01, 0.20003591E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20004474E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.88824666E-03, 0.49399066E-05, 0.30115031E+05, + 0.116E+06, 0.300E+03, 2, 49, 2, 6, 0.42796544E+01, 0.20004474E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20005330E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.85946297E-03, 0.31423845E-05, 0.31026825E+05, + 0.116E+06, 0.300E+03, 2, 49, 2, 7, 0.42537160E+01, 0.20005330E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20006148E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.82011970E-03, 0.18749138E-05, 0.31973355E+05, + 0.116E+06, 0.300E+03, 2, 49, 2, 8, 0.42299277E+01, 0.20006148E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20006920E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.77229936E-03, 0.96518557E-06, 0.32952779E+05, + 0.116E+06, 0.300E+03, 2, 49, 2, 9, 0.42081116E+01, 0.20006920E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20007637E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.71795158E-03, 0.30740958E-06, 0.33963306E+05, + 0.116E+06, 0.300E+03, 2, 49, 2, 10, 0.41881003E+01, 0.20007637E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20008296E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.65884243E-03,-0.16778450E-06, 0.35003218E+05, + 0.116E+06, 0.300E+03, 2, 49, 2, 11, 0.41697366E+01, 0.20008296E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20008893E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.59652833E-03,-0.50868663E-06, 0.36070886E+05, + 0.116E+06, 0.300E+03, 2, 49, 2, 12, 0.41528751E+01, 0.20008893E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20009427E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.53234804E-03,-0.75050774E-06, 0.37164784E+05, + 0.116E+06, 0.300E+03, 2, 49, 2, 13, 0.41373813E+01, 0.20009427E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20009895E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.46742757E-03,-0.91972823E-06, 0.38283488E+05, + 0.116E+06, 0.300E+03, 2, 49, 2, 14, 0.41231323E+01, 0.20009895E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20010299E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.40269349E-03,-0.10365946E-05, 0.39425682E+05, + 0.116E+06, 0.300E+03, 2, 49, 2, 15, 0.41100155E+01, 0.20010299E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20010639E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.33889125E-03,-0.11166922E-05, 0.40590155E+05, + 0.116E+06, 0.300E+03, 2, 49, 2, 16, 0.40979285E+01, 0.20010639E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20010916E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.27660581E-03,-0.11719943E-05, 0.41775797E+05, + 0.116E+06, 0.300E+03, 2, 49, 2, 17, 0.40867784E+01, 0.20010916E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20011134E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.21628284E-03,-0.11623580E-05, 0.42981591E+05, + 0.116E+06, 0.300E+03, 2, 49, 2, 18, 0.40764822E+01, 0.20011134E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20011299E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16374251E-03,-0.12238181E-05, 0.44209642E+05, + 0.116E+06, 0.300E+03, 2, 49, 2, 19, 0.40669651E+01, 0.20011299E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20011407E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10640856E-03,-0.13096624E-05, 0.45458147E+05, + 0.116E+06, 0.300E+03, 2, 49, 2, 20, 0.40581586E+01, 0.20011407E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20011434E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.51751786E-04, 0.24129024E-04, 0.46724869E+05, + 0.116E+06, 0.300E+03, 2, 49, 2, 21, 0.40500000E+01, 0.20011434E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20011434E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.116E+06, 0.300E+03, 2, 50, 2, 1, 0.44481329E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000709E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.69830753E-03,-0.10636897E-04, 0.26861747E+05, + 0.116E+06, 0.300E+03, 2, 50, 2, 2, 0.44086366E+01, 0.20000709E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20001420E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.72698965E-03, 0.15741368E-04, 0.27611481E+05, + 0.116E+06, 0.300E+03, 2, 50, 2, 3, 0.43722138E+01, 0.20001420E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20002151E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.74108966E-03, 0.10029892E-04, 0.28403266E+05, + 0.116E+06, 0.300E+03, 2, 50, 2, 4, 0.43386929E+01, 0.20002151E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20002867E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.72215930E-03, 0.62356268E-05, 0.29239369E+05, + 0.116E+06, 0.300E+03, 2, 50, 2, 5, 0.43078925E+01, 0.20002867E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20003573E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.70953197E-03, 0.39435265E-05, 0.30114580E+05, + 0.116E+06, 0.300E+03, 2, 50, 2, 6, 0.42796197E+01, 0.20003573E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20004257E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.68679439E-03, 0.25126381E-05, 0.31026389E+05, + 0.116E+06, 0.300E+03, 2, 50, 2, 7, 0.42536831E+01, 0.20004257E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20004911E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.65560234E-03, 0.15031998E-05, 0.31972938E+05, + 0.116E+06, 0.300E+03, 2, 50, 2, 8, 0.42298968E+01, 0.20004911E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20005528E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.61759331E-03, 0.77775700E-06, 0.32952386E+05, + 0.116E+06, 0.300E+03, 2, 50, 2, 9, 0.42080832E+01, 0.20005528E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20006102E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.57431417E-03, 0.25231317E-06, 0.33962941E+05, + 0.116E+06, 0.300E+03, 2, 50, 2, 10, 0.41880743E+01, 0.20006102E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20006629E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.52717489E-03,-0.12803940E-06, 0.35002883E+05, + 0.116E+06, 0.300E+03, 2, 50, 2, 11, 0.41697132E+01, 0.20006629E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20007107E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.47742328E-03,-0.40148493E-06, 0.36070583E+05, + 0.116E+06, 0.300E+03, 2, 50, 2, 12, 0.41528543E+01, 0.20007107E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20007534E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.42613587E-03,-0.59589375E-06, 0.37164513E+05, + 0.116E+06, 0.300E+03, 2, 50, 2, 13, 0.41373632E+01, 0.20007534E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20007909E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.37422020E-03,-0.73226728E-06, 0.38283250E+05, + 0.116E+06, 0.300E+03, 2, 50, 2, 14, 0.41231168E+01, 0.20007909E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20008232E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.32242463E-03,-0.82669156E-06, 0.39425477E+05, + 0.116E+06, 0.300E+03, 2, 50, 2, 15, 0.41100025E+01, 0.20008232E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20008504E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.27135261E-03,-0.89158553E-06, 0.40589983E+05, + 0.116E+06, 0.300E+03, 2, 50, 2, 16, 0.40979179E+01, 0.20008504E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20008727E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.22147921E-03,-0.93650271E-06, 0.41775656E+05, + 0.116E+06, 0.300E+03, 2, 50, 2, 17, 0.40867702E+01, 0.20008727E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20008901E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.17316813E-03,-0.92932936E-06, 0.42981481E+05, + 0.116E+06, 0.300E+03, 2, 50, 2, 18, 0.40764762E+01, 0.20008901E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20009033E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13108594E-03,-0.97887962E-06, 0.44209559E+05, + 0.116E+06, 0.300E+03, 2, 50, 2, 19, 0.40669613E+01, 0.20009033E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20009119E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.85171805E-04,-0.10477958E-05, 0.45458093E+05, + 0.116E+06, 0.300E+03, 2, 50, 2, 20, 0.40581567E+01, 0.20009119E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20009141E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.41415943E-04, 0.19204642E-04, 0.46724843E+05, + 0.116E+06, 0.300E+03, 2, 50, 2, 21, 0.40500000E+01, 0.20009141E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20009141E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.117E+06, 0.300E+03, 2, 51, 2, 1, 0.44481045E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000566E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.55782158E-03,-0.85029818E-05, 0.26861392E+05, + 0.117E+06, 0.300E+03, 2, 51, 2, 2, 0.44086073E+01, 0.20000566E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20001135E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.58075111E-03, 0.12574514E-04, 0.27611112E+05, + 0.117E+06, 0.300E+03, 2, 51, 2, 3, 0.43721842E+01, 0.20001135E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20001719E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.59204922E-03, 0.80119523E-05, 0.28402889E+05, + 0.117E+06, 0.300E+03, 2, 51, 2, 4, 0.43386634E+01, 0.20001719E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20002291E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.57697475E-03, 0.49814662E-05, 0.29239002E+05, + 0.117E+06, 0.300E+03, 2, 51, 2, 5, 0.43078637E+01, 0.20002291E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20002854E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.56694592E-03, 0.31510646E-05, 0.30114219E+05, + 0.117E+06, 0.300E+03, 2, 51, 2, 6, 0.42795920E+01, 0.20002854E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20003401E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.54884333E-03, 0.20086291E-05, 0.31026040E+05, + 0.117E+06, 0.300E+03, 2, 51, 2, 7, 0.42536568E+01, 0.20003401E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20003924E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.52398290E-03, 0.12026389E-05, 0.31972605E+05, + 0.117E+06, 0.300E+03, 2, 51, 2, 8, 0.42298722E+01, 0.20003924E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20004417E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.49366729E-03, 0.62326880E-06, 0.32952072E+05, + 0.117E+06, 0.300E+03, 2, 51, 2, 9, 0.42080604E+01, 0.20004417E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20004876E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.45912869E-03, 0.20345567E-06, 0.33962649E+05, + 0.117E+06, 0.300E+03, 2, 51, 2, 10, 0.41880535E+01, 0.20004876E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20005298E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.42149177E-03,-0.10060252E-06, 0.35002615E+05, + 0.117E+06, 0.300E+03, 2, 51, 2, 11, 0.41696945E+01, 0.20005298E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20005680E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.38175329E-03,-0.31934605E-06, 0.36070340E+05, + 0.117E+06, 0.300E+03, 2, 51, 2, 12, 0.41528377E+01, 0.20005680E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20006021E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.34077429E-03,-0.47498861E-06, 0.37164297E+05, + 0.117E+06, 0.300E+03, 2, 51, 2, 13, 0.41373487E+01, 0.20006021E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20006321E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.29928157E-03,-0.58426536E-06, 0.38283060E+05, + 0.117E+06, 0.300E+03, 2, 51, 2, 14, 0.41231043E+01, 0.20006321E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20006579E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.25787515E-03,-0.66000592E-06, 0.39425314E+05, + 0.117E+06, 0.300E+03, 2, 51, 2, 15, 0.41099921E+01, 0.20006579E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20006797E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.21703943E-03,-0.71211752E-06, 0.40589845E+05, + 0.117E+06, 0.300E+03, 2, 51, 2, 16, 0.40979095E+01, 0.20006797E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20006975E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.17715612E-03,-0.74822673E-06, 0.41775543E+05, + 0.117E+06, 0.300E+03, 2, 51, 2, 17, 0.40867636E+01, 0.20006975E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20007114E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13851778E-03,-0.74266074E-06, 0.42981393E+05, + 0.117E+06, 0.300E+03, 2, 51, 2, 18, 0.40764714E+01, 0.20007114E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20007220E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10485872E-03,-0.78240082E-06, 0.44209492E+05, + 0.117E+06, 0.300E+03, 2, 51, 2, 19, 0.40669582E+01, 0.20007220E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20007289E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.68132199E-04,-0.83759899E-06, 0.45458050E+05, + 0.117E+06, 0.300E+03, 2, 51, 2, 20, 0.40581552E+01, 0.20007289E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20007307E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.33130832E-04, 0.15332399E-04, 0.46724822E+05, + 0.117E+06, 0.300E+03, 2, 51, 2, 21, 0.40500000E+01, 0.20007307E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20007307E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.118E+06, 0.300E+03, 2, 52, 2, 1, 0.44480819E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000452E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.44567033E-03,-0.67479098E-05, 0.26861109E+05, + 0.118E+06, 0.300E+03, 2, 52, 2, 2, 0.44085838E+01, 0.20000452E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000906E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.46399714E-03, 0.99578578E-05, 0.27610817E+05, + 0.118E+06, 0.300E+03, 2, 52, 2, 3, 0.43721604E+01, 0.20000906E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20001373E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.47303549E-03, 0.63475179E-05, 0.28402589E+05, + 0.118E+06, 0.300E+03, 2, 52, 2, 4, 0.43386399E+01, 0.20001373E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20001830E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.46100610E-03, 0.39477047E-05, 0.29238709E+05, + 0.118E+06, 0.300E+03, 2, 52, 2, 5, 0.43078407E+01, 0.20001830E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20002281E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.45300958E-03, 0.24972312E-05, 0.30113931E+05, + 0.118E+06, 0.300E+03, 2, 52, 2, 6, 0.42795699E+01, 0.20002281E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20002718E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.43856150E-03, 0.15914380E-05, 0.31025761E+05, + 0.118E+06, 0.300E+03, 2, 52, 2, 7, 0.42536358E+01, 0.20002718E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20003135E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.41871125E-03, 0.95194613E-06, 0.31972339E+05, + 0.118E+06, 0.300E+03, 2, 52, 2, 8, 0.42298525E+01, 0.20003135E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20003529E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.39449819E-03, 0.49184491E-06, 0.32951822E+05, + 0.118E+06, 0.300E+03, 2, 52, 2, 9, 0.42080422E+01, 0.20003529E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20003896E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.36690597E-03, 0.15804120E-06, 0.33962416E+05, + 0.118E+06, 0.300E+03, 2, 52, 2, 10, 0.41880369E+01, 0.20003896E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20004233E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.33683298E-03,-0.84145313E-07, 0.35002401E+05, + 0.118E+06, 0.300E+03, 2, 52, 2, 11, 0.41696796E+01, 0.20004233E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20004538E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.30507594E-03,-0.25882870E-06, 0.36070146E+05, + 0.118E+06, 0.300E+03, 2, 52, 2, 12, 0.41528244E+01, 0.20004538E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20004811E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.27232365E-03,-0.38360012E-06, 0.37164124E+05, + 0.118E+06, 0.300E+03, 2, 52, 2, 13, 0.41373371E+01, 0.20004811E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20005051E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23915802E-03,-0.47172329E-06, 0.38282908E+05, + 0.118E+06, 0.300E+03, 2, 52, 2, 14, 0.41230944E+01, 0.20005051E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20005257E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.20605999E-03,-0.53336531E-06, 0.39425183E+05, + 0.118E+06, 0.300E+03, 2, 52, 2, 15, 0.41099838E+01, 0.20005257E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20005431E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.17341838E-03,-0.57637841E-06, 0.40589735E+05, + 0.118E+06, 0.300E+03, 2, 52, 2, 16, 0.40979028E+01, 0.20005431E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20005574E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14154018E-03,-0.60681241E-06, 0.41775453E+05, + 0.118E+06, 0.300E+03, 2, 52, 2, 17, 0.40867584E+01, 0.20005574E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20005685E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11066133E-03,-0.60541842E-06, 0.42981323E+05, + 0.118E+06, 0.300E+03, 2, 52, 2, 18, 0.40764676E+01, 0.20005685E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20005769E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.83767439E-04,-0.63955420E-06, 0.44209439E+05, + 0.118E+06, 0.300E+03, 2, 52, 2, 19, 0.40669557E+01, 0.20005769E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20005824E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.54433367E-04,-0.68476061E-06, 0.45458015E+05, + 0.118E+06, 0.300E+03, 2, 52, 2, 20, 0.40581540E+01, 0.20005824E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20005852E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.26490958E-04,-0.70612795E-06, 0.46724805E+05, + 0.118E+06, 0.300E+03, 2, 52, 2, 21, 0.40500000E+01, 0.20005852E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20005852E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.118E+06, 0.300E+03, 2, 53, 2, 1, 0.44480638E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000362E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.35611795E-03,-0.53929461E-05, 0.26860882E+05, + 0.118E+06, 0.300E+03, 2, 53, 2, 2, 0.44085651E+01, 0.20000362E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000724E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.37076613E-03, 0.79571331E-05, 0.27610581E+05, + 0.118E+06, 0.300E+03, 2, 53, 2, 3, 0.43721415E+01, 0.20000724E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20001097E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.37799360E-03, 0.50720932E-05, 0.28402349E+05, + 0.118E+06, 0.300E+03, 2, 53, 2, 4, 0.43386211E+01, 0.20001097E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20001462E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.36838712E-03, 0.31544398E-05, 0.29238475E+05, + 0.118E+06, 0.300E+03, 2, 53, 2, 5, 0.43078223E+01, 0.20001462E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20001822E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.36200405E-03, 0.19954113E-05, 0.30113701E+05, + 0.118E+06, 0.300E+03, 2, 53, 2, 6, 0.42795522E+01, 0.20001822E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20002172E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.35046636E-03, 0.12716525E-05, 0.31025538E+05, + 0.118E+06, 0.300E+03, 2, 53, 2, 7, 0.42536190E+01, 0.20002172E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20002506E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.33461244E-03, 0.76069336E-06, 0.31972126E+05, + 0.118E+06, 0.300E+03, 2, 53, 2, 8, 0.42298368E+01, 0.20002506E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20002820E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.31527269E-03, 0.39308064E-06, 0.32951621E+05, + 0.118E+06, 0.300E+03, 2, 53, 2, 9, 0.42080276E+01, 0.20002820E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20003114E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.29323299E-03, 0.12638914E-06, 0.33962229E+05, + 0.118E+06, 0.300E+03, 2, 53, 2, 10, 0.41880236E+01, 0.20003114E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20003383E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.26921110E-03,-0.67098771E-07, 0.35002230E+05, + 0.118E+06, 0.300E+03, 2, 53, 2, 11, 0.41696676E+01, 0.20003383E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20003627E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.24384347E-03,-0.20665005E-06, 0.36069991E+05, + 0.118E+06, 0.300E+03, 2, 53, 2, 12, 0.41528138E+01, 0.20003627E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20003845E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.21768027E-03,-0.30632375E-06, 0.37163985E+05, + 0.118E+06, 0.300E+03, 2, 53, 2, 13, 0.41373278E+01, 0.20003845E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20004036E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.19118611E-03,-0.37672199E-06, 0.38282787E+05, + 0.118E+06, 0.300E+03, 2, 53, 2, 14, 0.41230865E+01, 0.20004036E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20004202E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16474475E-03,-0.42597017E-06, 0.39425078E+05, + 0.118E+06, 0.300E+03, 2, 53, 2, 15, 0.41099771E+01, 0.20004202E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20004341E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13866611E-03,-0.46034722E-06, 0.40589647E+05, + 0.118E+06, 0.300E+03, 2, 53, 2, 16, 0.40978974E+01, 0.20004341E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20004454E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11319450E-03,-0.48468645E-06, 0.41775381E+05, + 0.118E+06, 0.300E+03, 2, 53, 2, 17, 0.40867542E+01, 0.20004454E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20004543E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.88517195E-04,-0.48361187E-06, 0.42981266E+05, + 0.118E+06, 0.300E+03, 2, 53, 2, 18, 0.40764646E+01, 0.20004543E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20004611E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.67021207E-04,-0.51094409E-06, 0.44209397E+05, + 0.118E+06, 0.300E+03, 2, 53, 2, 19, 0.40669537E+01, 0.20004611E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20004655E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.43564113E-04,-0.54716320E-06, 0.45457988E+05, + 0.118E+06, 0.300E+03, 2, 53, 2, 20, 0.40581531E+01, 0.20004655E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20004677E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.21208644E-04,-0.56435801E-06, 0.46724791E+05, + 0.118E+06, 0.300E+03, 2, 53, 2, 21, 0.40500000E+01, 0.20004677E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20004677E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.119E+06, 0.300E+03, 2, 54, 2, 1, 0.44480493E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000289E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.28457614E-03,-0.43099576E-05, 0.26860701E+05, + 0.119E+06, 0.300E+03, 2, 54, 2, 2, 0.44085502E+01, 0.20000289E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000579E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.29628311E-03, 0.63587218E-05, 0.27610393E+05, + 0.119E+06, 0.300E+03, 2, 54, 2, 3, 0.43721264E+01, 0.20000579E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000877E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.30206108E-03, 0.40531681E-05, 0.28402157E+05, + 0.119E+06, 0.300E+03, 2, 54, 2, 4, 0.43386060E+01, 0.20000877E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20001169E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.29438746E-03, 0.25207349E-05, 0.29238288E+05, + 0.119E+06, 0.300E+03, 2, 54, 2, 5, 0.43078076E+01, 0.20001169E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20001456E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.28929023E-03, 0.15945552E-05, 0.30113517E+05, + 0.119E+06, 0.300E+03, 2, 54, 2, 6, 0.42795380E+01, 0.20001456E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20001735E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.28007412E-03, 0.10162185E-05, 0.31025360E+05, + 0.119E+06, 0.300E+03, 2, 54, 2, 7, 0.42536056E+01, 0.20001735E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20002002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.26740888E-03, 0.60793080E-06, 0.31971956E+05, + 0.119E+06, 0.300E+03, 2, 54, 2, 8, 0.42298242E+01, 0.20002002E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20002254E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.25195783E-03, 0.31418859E-06, 0.32951461E+05, + 0.119E+06, 0.300E+03, 2, 54, 2, 9, 0.42080160E+01, 0.20002254E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20002488E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23434879E-03, 0.10108555E-06, 0.33962080E+05, + 0.119E+06, 0.300E+03, 2, 54, 2, 10, 0.41880130E+01, 0.20002488E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20002703E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.21515513E-03,-0.53525923E-07, 0.35002093E+05, + 0.119E+06, 0.300E+03, 2, 54, 2, 11, 0.41696580E+01, 0.20002703E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20002898E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.19488532E-03,-0.16504331E-06, 0.36069868E+05, + 0.119E+06, 0.300E+03, 2, 54, 2, 12, 0.41528053E+01, 0.20002898E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20003073E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.17397886E-03,-0.24470100E-06, 0.37163875E+05, + 0.119E+06, 0.300E+03, 2, 54, 2, 13, 0.41373204E+01, 0.20003073E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20003226E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15280697E-03,-0.30096714E-06, 0.38282689E+05, + 0.119E+06, 0.300E+03, 2, 54, 2, 14, 0.41230801E+01, 0.20003226E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20003358E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13167629E-03,-0.34033584E-06, 0.39424994E+05, + 0.119E+06, 0.300E+03, 2, 54, 2, 15, 0.41099718E+01, 0.20003358E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20003469E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11083451E-03,-0.36782280E-06, 0.40589576E+05, + 0.119E+06, 0.300E+03, 2, 54, 2, 16, 0.40978931E+01, 0.20003469E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20003560E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.90476947E-04,-0.38728927E-06, 0.41775324E+05, + 0.119E+06, 0.300E+03, 2, 54, 2, 17, 0.40867509E+01, 0.20003560E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20003631E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.70753378E-04,-0.38644523E-06, 0.42981221E+05, + 0.119E+06, 0.300E+03, 2, 54, 2, 18, 0.40764621E+01, 0.20003631E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20003685E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.53571955E-04,-0.40830110E-06, 0.44209362E+05, + 0.119E+06, 0.300E+03, 2, 54, 2, 19, 0.40669522E+01, 0.20003685E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20003720E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.34822363E-04,-0.43725778E-06, 0.45457966E+05, + 0.119E+06, 0.300E+03, 2, 54, 2, 20, 0.40581523E+01, 0.20003720E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20003738E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16952926E-04,-0.45101000E-06, 0.46724781E+05, + 0.119E+06, 0.300E+03, 2, 54, 2, 21, 0.40500000E+01, 0.20003738E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20003738E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.119E+06, 0.300E+03, 2, 55, 2, 1, 0.44480377E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000231E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.22741334E-03,-0.34443706E-05, 0.26860557E+05, + 0.119E+06, 0.300E+03, 2, 55, 2, 2, 0.44085382E+01, 0.20000231E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000463E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23676939E-03, 0.50815381E-05, 0.27610242E+05, + 0.119E+06, 0.300E+03, 2, 55, 2, 3, 0.43721143E+01, 0.20000463E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000701E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.24138773E-03, 0.32390350E-05, 0.28402003E+05, + 0.119E+06, 0.300E+03, 2, 55, 2, 4, 0.43385940E+01, 0.20000701E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000934E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23525664E-03, 0.20143989E-05, 0.29238138E+05, + 0.119E+06, 0.300E+03, 2, 55, 2, 5, 0.43077958E+01, 0.20000934E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20001164E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23118458E-03, 0.12742572E-05, 0.30113371E+05, + 0.119E+06, 0.300E+03, 2, 55, 2, 6, 0.42795267E+01, 0.20001164E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20001387E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.22382101E-03, 0.81209627E-06, 0.31025218E+05, + 0.119E+06, 0.300E+03, 2, 55, 2, 7, 0.42535949E+01, 0.20001387E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20001600E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.21370102E-03, 0.48582841E-06, 0.31971820E+05, + 0.119E+06, 0.300E+03, 2, 55, 2, 8, 0.42298142E+01, 0.20001600E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20001801E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.20135465E-03, 0.25109527E-06, 0.32951333E+05, + 0.119E+06, 0.300E+03, 2, 55, 2, 9, 0.42080067E+01, 0.20001801E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20001988E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.18728352E-03, 0.80801430E-07, 0.33961961E+05, + 0.119E+06, 0.300E+03, 2, 55, 2, 10, 0.41880045E+01, 0.20001988E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20002160E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.17194579E-03,-0.42751618E-07, 0.35001984E+05, + 0.119E+06, 0.300E+03, 2, 55, 2, 11, 0.41696504E+01, 0.20002160E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20002316E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15574777E-03,-0.13186891E-06, 0.36069769E+05, + 0.119E+06, 0.300E+03, 2, 55, 2, 12, 0.41527985E+01, 0.20002316E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20002455E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13904068E-03,-0.19552699E-06, 0.37163786E+05, + 0.119E+06, 0.300E+03, 2, 55, 2, 13, 0.41373145E+01, 0.20002455E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20002578E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12212119E-03,-0.24049367E-06, 0.38282612E+05, + 0.119E+06, 0.300E+03, 2, 55, 2, 14, 0.41230750E+01, 0.20002578E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20002683E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10523438E-03,-0.27195673E-06, 0.39424927E+05, + 0.119E+06, 0.300E+03, 2, 55, 2, 15, 0.41099676E+01, 0.20002683E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20002772E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.88578231E-04,-0.29392515E-06, 0.40589520E+05, + 0.119E+06, 0.300E+03, 2, 55, 2, 16, 0.40978896E+01, 0.20002772E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20002845E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.72308862E-04,-0.30948362E-06, 0.41775278E+05, + 0.119E+06, 0.300E+03, 2, 55, 2, 17, 0.40867482E+01, 0.20002845E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20002902E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.56546018E-04,-0.30881156E-06, 0.42981185E+05, + 0.119E+06, 0.300E+03, 2, 55, 2, 18, 0.40764602E+01, 0.20002902E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20002945E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.42814734E-04,-0.32627866E-06, 0.44209335E+05, + 0.119E+06, 0.300E+03, 2, 55, 2, 19, 0.40669509E+01, 0.20002945E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20002973E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.27830087E-04,-0.34941894E-06, 0.45457948E+05, + 0.119E+06, 0.300E+03, 2, 55, 2, 20, 0.40581517E+01, 0.20002973E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20002987E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13548812E-04,-0.36041068E-06, 0.46724772E+05, + 0.119E+06, 0.300E+03, 2, 55, 2, 21, 0.40500000E+01, 0.20002987E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20002987E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.120E+06, 0.300E+03, 2, 56, 2, 1, 0.44480285E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000184E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.18173513E-03,-0.27525807E-05, 0.26860441E+05, + 0.120E+06, 0.300E+03, 2, 56, 2, 2, 0.44085287E+01, 0.20000184E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000370E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.18921219E-03, 0.40609250E-05, 0.27610122E+05, + 0.120E+06, 0.300E+03, 2, 56, 2, 3, 0.43721046E+01, 0.20000370E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000560E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.19290321E-03, 0.25884617E-05, 0.28401881E+05, + 0.120E+06, 0.300E+03, 2, 56, 2, 4, 0.43385844E+01, 0.20000560E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000746E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.18800394E-03, 0.16097867E-05, 0.29238019E+05, + 0.120E+06, 0.300E+03, 2, 56, 2, 5, 0.43077864E+01, 0.20000746E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000930E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.18475014E-03, 0.10183026E-05, 0.30113253E+05, + 0.120E+06, 0.300E+03, 2, 56, 2, 6, 0.42795177E+01, 0.20000930E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20001108E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.17886594E-03, 0.64896990E-06, 0.31025104E+05, + 0.120E+06, 0.300E+03, 2, 56, 2, 7, 0.42535863E+01, 0.20001108E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20001279E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.17077893E-03, 0.38823781E-06, 0.31971712E+05, + 0.120E+06, 0.300E+03, 2, 56, 2, 8, 0.42298061E+01, 0.20001279E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20001439E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16091266E-03, 0.20065412E-06, 0.32951231E+05, + 0.120E+06, 0.300E+03, 2, 56, 2, 9, 0.42079993E+01, 0.20001439E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20001589E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14966800E-03, 0.64568964E-07, 0.33961866E+05, + 0.120E+06, 0.300E+03, 2, 56, 2, 10, 0.41879977E+01, 0.20001589E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20001726E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13741107E-03,-0.34166445E-07, 0.35001896E+05, + 0.120E+06, 0.300E+03, 2, 56, 2, 11, 0.41696443E+01, 0.20001726E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20001851E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12446657E-03,-0.10538066E-06, 0.36069690E+05, + 0.120E+06, 0.300E+03, 2, 56, 2, 12, 0.41527931E+01, 0.20001851E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20001962E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11111519E-03,-0.15625102E-06, 0.37163716E+05, + 0.120E+06, 0.300E+03, 2, 56, 2, 13, 0.41373098E+01, 0.20001962E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20002060E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.97594001E-04,-0.19218318E-06, 0.38282550E+05, + 0.120E+06, 0.300E+03, 2, 56, 2, 14, 0.41230710E+01, 0.20002060E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20002144E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.84098878E-04,-0.21732682E-06, 0.39424874E+05, + 0.120E+06, 0.300E+03, 2, 56, 2, 15, 0.41099642E+01, 0.20002144E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20002215E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.70788043E-04,-0.23488097E-06, 0.40589475E+05, + 0.120E+06, 0.300E+03, 2, 56, 2, 16, 0.40978869E+01, 0.20002215E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20002273E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.57786275E-04,-0.24731383E-06, 0.41775241E+05, + 0.120E+06, 0.300E+03, 2, 56, 2, 17, 0.40867460E+01, 0.20002273E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20002319E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.45189276E-04,-0.24677498E-06, 0.42981157E+05, + 0.120E+06, 0.300E+03, 2, 56, 2, 18, 0.40764586E+01, 0.20002319E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20002353E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.34215801E-04,-0.26073364E-06, 0.44209314E+05, + 0.120E+06, 0.300E+03, 2, 56, 2, 19, 0.40669499E+01, 0.20002353E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20002376E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.22240678E-04,-0.27922340E-06, 0.45457934E+05, + 0.120E+06, 0.300E+03, 2, 56, 2, 20, 0.40581512E+01, 0.20002376E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20002387E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10827659E-04,-0.28800785E-06, 0.46724765E+05, + 0.120E+06, 0.300E+03, 2, 56, 2, 21, 0.40500000E+01, 0.20002387E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20002387E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.121E+06, 0.300E+03, 2, 57, 2, 1, 0.44480211E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000147E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14523244E-03,-0.21997157E-05, 0.26860349E+05, + 0.121E+06, 0.300E+03, 2, 57, 2, 2, 0.44085210E+01, 0.20000147E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000295E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15120777E-03, 0.32453033E-05, 0.27610026E+05, + 0.121E+06, 0.300E+03, 2, 57, 2, 3, 0.43720969E+01, 0.20000295E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000447E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15415751E-03, 0.20685643E-05, 0.28401783E+05, + 0.121E+06, 0.300E+03, 2, 57, 2, 4, 0.43385767E+01, 0.20000447E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000596E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15024234E-03, 0.12864477E-05, 0.29237923E+05, + 0.121E+06, 0.300E+03, 2, 57, 2, 5, 0.43077789E+01, 0.20000596E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000743E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14764212E-03, 0.81376140E-06, 0.30113159E+05, + 0.121E+06, 0.300E+03, 2, 57, 2, 6, 0.42795105E+01, 0.20000743E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000886E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14293982E-03, 0.51860899E-06, 0.31025013E+05, + 0.121E+06, 0.300E+03, 2, 57, 2, 7, 0.42535795E+01, 0.20000886E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20001022E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13647714E-03, 0.31024636E-06, 0.31971625E+05, + 0.121E+06, 0.300E+03, 2, 57, 2, 8, 0.42297997E+01, 0.20001022E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20001150E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12859257E-03, 0.16034104E-06, 0.32951149E+05, + 0.121E+06, 0.300E+03, 2, 57, 2, 9, 0.42079934E+01, 0.20001150E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20001270E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11960645E-03, 0.51591337E-07, 0.33961790E+05, + 0.121E+06, 0.300E+03, 2, 57, 2, 10, 0.41879923E+01, 0.20001270E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20001380E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10981138E-03,-0.27309884E-07, 0.35001826E+05, + 0.121E+06, 0.300E+03, 2, 57, 2, 11, 0.41696394E+01, 0.20001380E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20001479E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.99466831E-04,-0.84218753E-07, 0.36069626E+05, + 0.121E+06, 0.300E+03, 2, 57, 2, 12, 0.41527888E+01, 0.20001479E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20001568E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.88797127E-04,-0.12486855E-06, 0.37163659E+05, + 0.121E+06, 0.300E+03, 2, 57, 2, 13, 0.41373060E+01, 0.20001568E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20001646E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.77991727E-04,-0.15358285E-06, 0.38282500E+05, + 0.121E+06, 0.300E+03, 2, 57, 2, 14, 0.41230677E+01, 0.20001646E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20001714E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.67207157E-04,-0.17367250E-06, 0.39424831E+05, + 0.121E+06, 0.300E+03, 2, 57, 2, 15, 0.41099615E+01, 0.20001714E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20001770E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.56569863E-04,-0.18769985E-06, 0.40589439E+05, + 0.121E+06, 0.300E+03, 2, 57, 2, 16, 0.40978847E+01, 0.20001770E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20001817E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.46179562E-04,-0.19763397E-06, 0.41775212E+05, + 0.121E+06, 0.300E+03, 2, 57, 2, 17, 0.40867443E+01, 0.20001817E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20001853E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.36112734E-04,-0.19720302E-06, 0.42981134E+05, + 0.121E+06, 0.300E+03, 2, 57, 2, 18, 0.40764574E+01, 0.20001853E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20001881E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.27343340E-04,-0.20835429E-06, 0.44209296E+05, + 0.121E+06, 0.300E+03, 2, 57, 2, 19, 0.40669491E+01, 0.20001881E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20001899E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.17773491E-04,-0.22313195E-06, 0.45457923E+05, + 0.121E+06, 0.300E+03, 2, 57, 2, 20, 0.40581508E+01, 0.20001899E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20001908E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.86528495E-05,-0.23014861E-06, 0.46724760E+05, + 0.121E+06, 0.300E+03, 2, 57, 2, 21, 0.40500000E+01, 0.20001908E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20001908E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.121E+06, 0.300E+03, 2, 58, 2, 1, 0.44480150E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000086E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12638835E-03, 0.40524890E-04, 0.26860272E+05, + 0.121E+06, 0.300E+03, 2, 58, 2, 2, 0.44085148E+01, 0.20000086E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000214E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12635699E-03,-0.17249537E-05, 0.27609947E+05, + 0.121E+06, 0.300E+03, 2, 58, 2, 3, 0.43720906E+01, 0.20000214E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000342E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12553570E-03,-0.28739485E-05, 0.28401704E+05, + 0.121E+06, 0.300E+03, 2, 58, 2, 4, 0.43385706E+01, 0.20000342E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000466E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12029753E-03,-0.35228952E-05, 0.29237847E+05, + 0.121E+06, 0.300E+03, 2, 58, 2, 5, 0.43077730E+01, 0.20000466E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000587E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11685988E-03,-0.36053836E-05, 0.30113085E+05, + 0.121E+06, 0.300E+03, 2, 58, 2, 6, 0.42795048E+01, 0.20000587E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000703E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11217164E-03,-0.41060116E-05, 0.31024942E+05, + 0.121E+06, 0.300E+03, 2, 58, 2, 7, 0.42535740E+01, 0.20000703E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000814E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10639035E-03,-0.44601521E-05, 0.31971557E+05, + 0.121E+06, 0.300E+03, 2, 58, 2, 8, 0.42297947E+01, 0.20000814E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000918E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.99710128E-04,-0.46709710E-05, 0.32951085E+05, + 0.121E+06, 0.300E+03, 2, 58, 2, 9, 0.42079887E+01, 0.20000918E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20001015E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.92333625E-04,-0.47537102E-05, 0.33961731E+05, + 0.121E+06, 0.300E+03, 2, 58, 2, 10, 0.41879881E+01, 0.20001015E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20001104E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.84455783E-04,-0.47287280E-05, 0.35001772E+05, + 0.121E+06, 0.300E+03, 2, 58, 2, 11, 0.41696356E+01, 0.20001104E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20001185E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.76254908E-04,-0.46174768E-05, 0.36069577E+05, + 0.121E+06, 0.300E+03, 2, 58, 2, 12, 0.41527854E+01, 0.20001185E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20001258E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.67888370E-04,-0.44402932E-05, 0.37163615E+05, + 0.121E+06, 0.300E+03, 2, 58, 2, 13, 0.41373030E+01, 0.20001258E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20001321E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.59491237E-04,-0.42152670E-05, 0.38282461E+05, + 0.121E+06, 0.300E+03, 2, 58, 2, 14, 0.41230652E+01, 0.20001321E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20001376E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.51176728E-04,-0.39577905E-05, 0.39424798E+05, + 0.121E+06, 0.300E+03, 2, 58, 2, 15, 0.41099593E+01, 0.20001376E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20001423E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.43037717E-04,-0.36805100E-05, 0.40589411E+05, + 0.121E+06, 0.300E+03, 2, 58, 2, 16, 0.40978829E+01, 0.20001423E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20001462E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.35148808E-04,-0.33935027E-05, 0.41775189E+05, + 0.121E+06, 0.300E+03, 2, 58, 2, 17, 0.40867430E+01, 0.20001462E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20001492E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.27568628E-04,-0.30238657E-05, 0.42981116E+05, + 0.121E+06, 0.300E+03, 2, 58, 2, 18, 0.40764564E+01, 0.20001492E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20001516E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.21044666E-04,-0.28246516E-05, 0.44209282E+05, + 0.121E+06, 0.300E+03, 2, 58, 2, 19, 0.40669485E+01, 0.20001516E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20001533E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13977595E-04,-0.26464372E-05, 0.45457914E+05, + 0.121E+06, 0.300E+03, 2, 58, 2, 20, 0.40581505E+01, 0.20001533E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20001514E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.73302199E-05, 0.26596348E-04, 0.46724755E+05, + 0.121E+06, 0.300E+03, 2, 58, 2, 21, 0.40500000E+01, 0.20001514E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20001514E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.122E+06, 0.300E+03, 2, 59, 2, 1, 0.44480102E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000062E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.93771708E-04, 0.31423638E-04, 0.26860212E+05, + 0.122E+06, 0.300E+03, 2, 59, 2, 2, 0.44085098E+01, 0.20000062E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000160E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.98000561E-04, 0.82395953E-06, 0.27609885E+05, + 0.122E+06, 0.300E+03, 2, 59, 2, 3, 0.43720856E+01, 0.20000160E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000260E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.99896833E-04,-0.10638517E-05, 0.28401640E+05, + 0.122E+06, 0.300E+03, 2, 59, 2, 4, 0.43385656E+01, 0.20000260E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000360E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.97116123E-04,-0.21905366E-05, 0.29237785E+05, + 0.122E+06, 0.300E+03, 2, 59, 2, 5, 0.43077682E+01, 0.20000360E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000457E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.95092695E-04,-0.25849918E-05, 0.30113024E+05, + 0.122E+06, 0.300E+03, 2, 59, 2, 6, 0.42795002E+01, 0.20000457E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000552E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.91706740E-04,-0.31610051E-05, 0.31024883E+05, + 0.122E+06, 0.300E+03, 2, 59, 2, 7, 0.42535697E+01, 0.20000552E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000643E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.87229417E-04,-0.35437740E-05, 0.31971501E+05, + 0.122E+06, 0.300E+03, 2, 59, 2, 8, 0.42297906E+01, 0.20000643E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000729E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.81903382E-04,-0.37677545E-05, 0.32951033E+05, + 0.122E+06, 0.300E+03, 2, 59, 2, 9, 0.42079850E+01, 0.20000729E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000809E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.75942755E-04,-0.38640518E-05, 0.33961683E+05, + 0.122E+06, 0.300E+03, 2, 59, 2, 10, 0.41879847E+01, 0.20000809E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000882E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.69533801E-04,-0.38601284E-05, 0.35001728E+05, + 0.122E+06, 0.300E+03, 2, 59, 2, 11, 0.41696325E+01, 0.20000882E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000949E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.62836052E-04,-0.37797860E-05, 0.36069537E+05, + 0.122E+06, 0.300E+03, 2, 59, 2, 12, 0.41527827E+01, 0.20000949E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20001008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.55983836E-04,-0.36432436E-05, 0.37163580E+05, + 0.122E+06, 0.300E+03, 2, 59, 2, 13, 0.41373007E+01, 0.20001008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20001061E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.49088213E-04,-0.34673257E-05, 0.38282430E+05, + 0.122E+06, 0.300E+03, 2, 59, 2, 14, 0.41230632E+01, 0.20001061E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20001106E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.42239199E-04,-0.32657314E-05, 0.39424771E+05, + 0.122E+06, 0.300E+03, 2, 59, 2, 15, 0.41099576E+01, 0.20001106E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20001145E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.35508172E-04,-0.30493500E-05, 0.40589389E+05, + 0.122E+06, 0.300E+03, 2, 59, 2, 16, 0.40978816E+01, 0.20001145E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20001177E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.28950316E-04,-0.28266514E-05, 0.41775171E+05, + 0.122E+06, 0.300E+03, 2, 59, 2, 17, 0.40867419E+01, 0.20001177E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20001202E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.22607028E-04,-0.25379230E-05, 0.42981101E+05, + 0.122E+06, 0.300E+03, 2, 59, 2, 18, 0.40764556E+01, 0.20001202E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20001221E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.17081540E-04,-0.23919256E-05, 0.44209272E+05, + 0.122E+06, 0.300E+03, 2, 59, 2, 19, 0.40669480E+01, 0.20001221E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20001235E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11057191E-04,-0.22640404E-05, 0.45457907E+05, + 0.122E+06, 0.300E+03, 2, 59, 2, 20, 0.40581503E+01, 0.20001235E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20001220E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.53121559E-05, 0.20078934E-04, 0.46724752E+05, + 0.122E+06, 0.300E+03, 2, 59, 2, 21, 0.40500000E+01, 0.20001220E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20001220E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.122E+06, 0.300E+03, 2, 60, 2, 1, 0.44480064E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000049E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.73601564E-04, 0.24713218E-04, 0.26860165E+05, + 0.122E+06, 0.300E+03, 2, 60, 2, 2, 0.44085059E+01, 0.20000049E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000125E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.77085855E-04, 0.80327204E-06, 0.27609836E+05, + 0.122E+06, 0.300E+03, 2, 60, 2, 3, 0.43720816E+01, 0.20000125E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000205E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.78912611E-04,-0.61757679E-06, 0.28401590E+05, + 0.122E+06, 0.300E+03, 2, 60, 2, 4, 0.43385617E+01, 0.20000205E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000283E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.77108060E-04,-0.15064749E-05, 0.29237736E+05, + 0.122E+06, 0.300E+03, 2, 60, 2, 5, 0.43077643E+01, 0.20000283E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000361E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.75884752E-04,-0.18525036E-05, 0.30112976E+05, + 0.122E+06, 0.300E+03, 2, 60, 2, 6, 0.42794964E+01, 0.20000361E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000437E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.73519866E-04,-0.23582556E-05, 0.31024837E+05, + 0.122E+06, 0.300E+03, 2, 60, 2, 7, 0.42535662E+01, 0.20000437E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000510E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.70208865E-04,-0.27129060E-05, 0.31971457E+05, + 0.122E+06, 0.300E+03, 2, 60, 2, 8, 0.42297873E+01, 0.20000510E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000579E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.66142586E-04,-0.29361934E-05, 0.32950991E+05, + 0.122E+06, 0.300E+03, 2, 60, 2, 9, 0.42079819E+01, 0.20000579E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000643E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.61498494E-04,-0.30498608E-05, 0.33961644E+05, + 0.122E+06, 0.300E+03, 2, 60, 2, 10, 0.41879819E+01, 0.20000643E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000703E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.56435758E-04,-0.30753221E-05, 0.35001692E+05, + 0.122E+06, 0.300E+03, 2, 60, 2, 11, 0.41696300E+01, 0.20000703E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000757E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.51093093E-04,-0.30322922E-05, 0.36069505E+05, + 0.122E+06, 0.300E+03, 2, 60, 2, 12, 0.41527805E+01, 0.20000757E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000806E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.45588491E-04,-0.29380564E-05, 0.37163551E+05, + 0.122E+06, 0.300E+03, 2, 60, 2, 13, 0.41372987E+01, 0.20000806E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000848E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.40020152E-04,-0.28072611E-05, 0.38282405E+05, + 0.122E+06, 0.300E+03, 2, 60, 2, 14, 0.41230615E+01, 0.20000848E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000886E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.34468118E-04,-0.26519303E-05, 0.39424749E+05, + 0.122E+06, 0.300E+03, 2, 60, 2, 15, 0.41099563E+01, 0.20000886E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000917E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.28996250E-04,-0.24816910E-05, 0.40589370E+05, + 0.122E+06, 0.300E+03, 2, 60, 2, 16, 0.40978804E+01, 0.20000917E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000943E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23654331E-04,-0.23040622E-05, 0.41775156E+05, + 0.122E+06, 0.300E+03, 2, 60, 2, 17, 0.40867411E+01, 0.20000943E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000964E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.18480113E-04,-0.20707219E-05, 0.42981090E+05, + 0.122E+06, 0.300E+03, 2, 60, 2, 18, 0.40764550E+01, 0.20000964E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000980E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13970155E-04,-0.19527250E-05, 0.44209263E+05, + 0.122E+06, 0.300E+03, 2, 60, 2, 19, 0.40669476E+01, 0.20000980E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000990E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.90503514E-05,-0.18487021E-05, 0.45457901E+05, + 0.122E+06, 0.300E+03, 2, 60, 2, 20, 0.40581501E+01, 0.20000990E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000980E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.43587847E-05, 0.14921860E-04, 0.46724749E+05, + 0.122E+06, 0.300E+03, 2, 60, 2, 21, 0.40500000E+01, 0.20000980E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000980E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.123E+06, 0.300E+03, 2, 61, 2, 1, 0.44480034E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000039E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.58373562E-04, 0.19607799E-04, 0.26860128E+05, + 0.123E+06, 0.300E+03, 2, 61, 2, 2, 0.44085028E+01, 0.20000039E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000099E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.61165768E-04, 0.66698803E-06, 0.27609797E+05, + 0.123E+06, 0.300E+03, 2, 61, 2, 3, 0.43720785E+01, 0.20000099E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000162E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.62682086E-04,-0.44185549E-06, 0.28401550E+05, + 0.123E+06, 0.300E+03, 2, 61, 2, 4, 0.43385585E+01, 0.20000162E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000225E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.61341166E-04,-0.11387657E-05, 0.29237697E+05, + 0.123E+06, 0.300E+03, 2, 61, 2, 5, 0.43077612E+01, 0.20000225E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000287E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.60475199E-04,-0.14129872E-05, 0.30112938E+05, + 0.123E+06, 0.300E+03, 2, 61, 2, 6, 0.42794935E+01, 0.20000287E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000347E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.58701334E-04,-0.18213242E-05, 0.31024799E+05, + 0.123E+06, 0.300E+03, 2, 61, 2, 7, 0.42535633E+01, 0.20000347E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000406E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.56163658E-04,-0.21141571E-05, 0.31971421E+05, + 0.123E+06, 0.300E+03, 2, 61, 2, 8, 0.42297847E+01, 0.20000406E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000461E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.53006557E-04,-0.23046167E-05, 0.32950957E+05, + 0.123E+06, 0.300E+03, 2, 61, 2, 9, 0.42079795E+01, 0.20000461E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000513E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.49367497E-04,-0.24080296E-05, 0.33961612E+05, + 0.123E+06, 0.300E+03, 2, 61, 2, 10, 0.41879797E+01, 0.20000513E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000560E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.45372315E-04,-0.24401517E-05, 0.35001663E+05, + 0.123E+06, 0.300E+03, 2, 61, 2, 11, 0.41696280E+01, 0.20000560E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000604E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.41132611E-04,-0.24159638E-05, 0.36069479E+05, + 0.123E+06, 0.300E+03, 2, 61, 2, 12, 0.41527787E+01, 0.20000604E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000643E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.36744736E-04,-0.23489633E-05, 0.37163528E+05, + 0.123E+06, 0.300E+03, 2, 61, 2, 13, 0.41372972E+01, 0.20000643E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000678E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.32289908E-04,-0.22508194E-05, 0.38282385E+05, + 0.123E+06, 0.300E+03, 2, 61, 2, 14, 0.41230602E+01, 0.20000678E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000708E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.27835075E-04,-0.21312910E-05, 0.39424732E+05, + 0.123E+06, 0.300E+03, 2, 61, 2, 15, 0.41099551E+01, 0.20000708E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000733E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23434207E-04,-0.19983019E-05, 0.40589355E+05, + 0.123E+06, 0.300E+03, 2, 61, 2, 16, 0.40978795E+01, 0.20000733E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000754E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.19129796E-04,-0.18581322E-05, 0.41775144E+05, + 0.123E+06, 0.300E+03, 2, 61, 2, 17, 0.40867403E+01, 0.20000754E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000771E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14954402E-04,-0.16718524E-05, 0.42981080E+05, + 0.123E+06, 0.300E+03, 2, 61, 2, 18, 0.40764545E+01, 0.20000771E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000784E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11311857E-04,-0.15780899E-05, 0.44209256E+05, + 0.123E+06, 0.300E+03, 2, 61, 2, 19, 0.40669472E+01, 0.20000784E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000792E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.73340177E-05,-0.14951152E-05, 0.45457896E+05, + 0.123E+06, 0.300E+03, 2, 61, 2, 20, 0.40581499E+01, 0.20000792E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000784E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.35385329E-05, 0.11483377E-04, 0.46724747E+05, + 0.123E+06, 0.300E+03, 2, 61, 2, 21, 0.40500000E+01, 0.20000784E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000784E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.124E+06, 0.300E+03, 2, 62, 2, 1, 0.44480011E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000031E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.46459524E-04, 0.15607954E-04, 0.26860098E+05, + 0.124E+06, 0.300E+03, 2, 62, 2, 2, 0.44085004E+01, 0.20000031E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000079E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.48690116E-04, 0.53952603E-06, 0.27609766E+05, + 0.124E+06, 0.300E+03, 2, 62, 2, 3, 0.43720760E+01, 0.20000079E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000129E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.49916626E-04,-0.33745045E-06, 0.28401518E+05, + 0.124E+06, 0.300E+03, 2, 62, 2, 4, 0.43385560E+01, 0.20000129E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000179E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.48876529E-04,-0.88909348E-06, 0.29237666E+05, + 0.124E+06, 0.300E+03, 2, 62, 2, 5, 0.43077588E+01, 0.20000179E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000228E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.48220019E-04,-0.11064009E-05, 0.30112907E+05, + 0.124E+06, 0.300E+03, 2, 62, 2, 6, 0.42794911E+01, 0.20000228E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000277E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.46841930E-04,-0.14327026E-05, 0.31024770E+05, + 0.124E+06, 0.300E+03, 2, 62, 2, 7, 0.42535611E+01, 0.20000277E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000323E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.44853469E-04,-0.16686611E-05, 0.31971393E+05, + 0.124E+06, 0.300E+03, 2, 62, 2, 8, 0.42297826E+01, 0.20000323E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000367E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.42366856E-04,-0.18240938E-05, 0.32950931E+05, + 0.124E+06, 0.300E+03, 2, 62, 2, 9, 0.42079775E+01, 0.20000367E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000409E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.39489732E-04,-0.19106194E-05, 0.33961587E+05, + 0.124E+06, 0.300E+03, 2, 62, 2, 10, 0.41879779E+01, 0.20000409E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000447E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.36321383E-04,-0.19403109E-05, 0.35001640E+05, + 0.124E+06, 0.300E+03, 2, 62, 2, 11, 0.41696264E+01, 0.20000447E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000482E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.32950523E-04,-0.19247758E-05, 0.36069458E+05, + 0.124E+06, 0.300E+03, 2, 62, 2, 12, 0.41527773E+01, 0.20000482E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000513E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.29454294E-04,-0.18745694E-05, 0.37163509E+05, + 0.124E+06, 0.300E+03, 2, 62, 2, 13, 0.41372959E+01, 0.20000513E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000541E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.25898177E-04,-0.17989016E-05, 0.38282368E+05, + 0.124E+06, 0.300E+03, 2, 62, 2, 14, 0.41230591E+01, 0.20000541E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000565E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.22336510E-04,-0.17055403E-05, 0.39424718E+05, + 0.124E+06, 0.300E+03, 2, 62, 2, 15, 0.41099542E+01, 0.20000565E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000585E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.18813392E-04,-0.16008471E-05, 0.40589343E+05, + 0.124E+06, 0.300E+03, 2, 62, 2, 16, 0.40978788E+01, 0.20000585E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000602E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15363774E-04,-0.14898959E-05, 0.41775134E+05, + 0.124E+06, 0.300E+03, 2, 62, 2, 17, 0.40867398E+01, 0.20000602E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000616E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12014634E-04,-0.13414509E-05, 0.42981073E+05, + 0.124E+06, 0.300E+03, 2, 62, 2, 18, 0.40764541E+01, 0.20000616E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000626E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.90912982E-05,-0.12669665E-05, 0.44209250E+05, + 0.124E+06, 0.300E+03, 2, 62, 2, 19, 0.40669470E+01, 0.20000626E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000633E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.58967635E-05,-0.12009002E-05, 0.45457892E+05, + 0.124E+06, 0.300E+03, 2, 62, 2, 20, 0.40581498E+01, 0.20000633E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000627E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.28475550E-05, 0.90088059E-05, 0.46724745E+05, + 0.124E+06, 0.300E+03, 2, 62, 2, 21, 0.40500000E+01, 0.20000627E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000627E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.124E+06, 0.300E+03, 2, 63, 2, 1, 0.44479992E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000025E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.37029885E-04, 0.12440776E-04, 0.26860075E+05, + 0.124E+06, 0.300E+03, 2, 63, 2, 2, 0.44084984E+01, 0.20000025E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000063E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.38810471E-04, 0.43287692E-06, 0.27609741E+05, + 0.124E+06, 0.300E+03, 2, 63, 2, 3, 0.43720740E+01, 0.20000063E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000103E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.39794535E-04,-0.26424623E-06, 0.28401493E+05, + 0.124E+06, 0.300E+03, 2, 63, 2, 4, 0.43385540E+01, 0.20000103E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000143E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.38974570E-04,-0.70286457E-06, 0.29237641E+05, + 0.124E+06, 0.300E+03, 2, 63, 2, 5, 0.43077568E+01, 0.20000143E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000182E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.38462319E-04,-0.87566171E-06, 0.30112882E+05, + 0.124E+06, 0.300E+03, 2, 63, 2, 6, 0.42794892E+01, 0.20000182E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000221E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.37375477E-04,-0.11360662E-05, 0.31024746E+05, + 0.124E+06, 0.300E+03, 2, 63, 2, 7, 0.42535593E+01, 0.20000221E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000258E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.35801535E-04,-0.13250083E-05, 0.31971370E+05, + 0.124E+06, 0.300E+03, 2, 63, 2, 8, 0.42297809E+01, 0.20000258E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000293E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.33828995E-04,-0.14501259E-05, 0.32950909E+05, + 0.124E+06, 0.300E+03, 2, 63, 2, 9, 0.42079759E+01, 0.20000293E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000326E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.31542986E-04,-0.15204919E-05, 0.33961567E+05, + 0.124E+06, 0.300E+03, 2, 63, 2, 10, 0.41879764E+01, 0.20000326E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000357E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.29022256E-04,-0.15455781E-05, 0.35001622E+05, + 0.124E+06, 0.300E+03, 2, 63, 2, 11, 0.41696251E+01, 0.20000357E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000384E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.26337385E-04,-0.15345119E-05, 0.36069441E+05, + 0.124E+06, 0.300E+03, 2, 63, 2, 12, 0.41527761E+01, 0.20000384E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000410E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23549940E-04,-0.14956367E-05, 0.37163494E+05, + 0.124E+06, 0.300E+03, 2, 63, 2, 13, 0.41372949E+01, 0.20000410E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000432E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.20712345E-04,-0.14362468E-05, 0.38282355E+05, + 0.124E+06, 0.300E+03, 2, 63, 2, 14, 0.41230583E+01, 0.20000432E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000451E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.17868245E-04,-0.13625262E-05, 0.39424706E+05, + 0.124E+06, 0.300E+03, 2, 63, 2, 15, 0.41099535E+01, 0.20000451E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000467E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15053174E-04,-0.12795528E-05, 0.40589334E+05, + 0.124E+06, 0.300E+03, 2, 63, 2, 16, 0.40978782E+01, 0.20000467E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000481E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12295390E-04,-0.11913866E-05, 0.41775126E+05, + 0.124E+06, 0.300E+03, 2, 63, 2, 17, 0.40867393E+01, 0.20000481E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000491E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.96167874E-05,-0.10730511E-05, 0.42981067E+05, + 0.124E+06, 0.300E+03, 2, 63, 2, 18, 0.40764537E+01, 0.20000491E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000500E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.72780986E-05,-0.10137660E-05, 0.44209245E+05, + 0.124E+06, 0.300E+03, 2, 63, 2, 19, 0.40669467E+01, 0.20000500E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000505E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.47216117E-05,-0.96112029E-06, 0.45457889E+05, + 0.124E+06, 0.300E+03, 2, 63, 2, 20, 0.40581497E+01, 0.20000505E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000501E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.22809751E-05, 0.71334513E-05, 0.46724744E+05, + 0.124E+06, 0.300E+03, 2, 63, 2, 21, 0.40500000E+01, 0.20000501E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000501E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.125E+06, 0.300E+03, 2, 64, 2, 1, 0.44479977E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000020E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.29532139E-04, 0.99220253E-05, 0.26860056E+05, + 0.125E+06, 0.300E+03, 2, 64, 2, 2, 0.44084968E+01, 0.20000020E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000050E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.30953133E-04, 0.34621015E-06, 0.27609721E+05, + 0.125E+06, 0.300E+03, 2, 64, 2, 3, 0.43720724E+01, 0.20000050E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000082E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.31740179E-04,-0.20912146E-06, 0.28401472E+05, + 0.125E+06, 0.300E+03, 2, 64, 2, 4, 0.43385524E+01, 0.20000082E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000114E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.31089350E-04,-0.55855751E-06, 0.29237621E+05, + 0.125E+06, 0.300E+03, 2, 64, 2, 5, 0.43077553E+01, 0.20000114E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000145E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.30684629E-04,-0.69621657E-06, 0.30112863E+05, + 0.125E+06, 0.300E+03, 2, 64, 2, 6, 0.42794877E+01, 0.20000145E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000176E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.29821864E-04,-0.90399744E-06, 0.31024727E+05, + 0.125E+06, 0.300E+03, 2, 64, 2, 7, 0.42535579E+01, 0.20000176E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000206E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.28570440E-04,-0.10549711E-05, 0.31971352E+05, + 0.125E+06, 0.300E+03, 2, 64, 2, 8, 0.42297795E+01, 0.20000206E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000234E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.27000613E-04,-0.11551725E-05, 0.32950892E+05, + 0.125E+06, 0.300E+03, 2, 64, 2, 9, 0.42079747E+01, 0.20000234E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000260E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.25180034E-04,-0.12117732E-05, 0.33961551E+05, + 0.125E+06, 0.300E+03, 2, 64, 2, 10, 0.41879753E+01, 0.20000260E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000284E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23171364E-04,-0.12322730E-05, 0.35001607E+05, + 0.125E+06, 0.300E+03, 2, 64, 2, 11, 0.41696241E+01, 0.20000284E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000307E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.21030837E-04,-0.12239105E-05, 0.36069428E+05, + 0.125E+06, 0.300E+03, 2, 64, 2, 12, 0.41527752E+01, 0.20000307E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000327E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.18807570E-04,-0.11933118E-05, 0.37163482E+05, + 0.125E+06, 0.300E+03, 2, 64, 2, 13, 0.41372941E+01, 0.20000327E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000344E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16543448E-04,-0.11462790E-05, 0.38282345E+05, + 0.125E+06, 0.300E+03, 2, 64, 2, 14, 0.41230576E+01, 0.20000344E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000360E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14273389E-04,-0.10877356E-05, 0.39424697E+05, + 0.125E+06, 0.300E+03, 2, 64, 2, 15, 0.41099529E+01, 0.20000360E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000373E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12025865E-04,-0.10217362E-05, 0.40589326E+05, + 0.125E+06, 0.300E+03, 2, 64, 2, 16, 0.40978777E+01, 0.20000373E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000384E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.98235560E-05,-0.95152748E-06, 0.41775120E+05, + 0.125E+06, 0.300E+03, 2, 64, 2, 17, 0.40867390E+01, 0.20000384E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000392E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.76840595E-05,-0.85714399E-06, 0.42981062E+05, + 0.125E+06, 0.300E+03, 2, 64, 2, 18, 0.40764535E+01, 0.20000392E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000399E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.58158293E-05,-0.80990174E-06, 0.44209242E+05, + 0.125E+06, 0.300E+03, 2, 64, 2, 19, 0.40669466E+01, 0.20000399E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000403E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.37733065E-05,-0.76792067E-06, 0.45457887E+05, + 0.125E+06, 0.300E+03, 2, 64, 2, 20, 0.40581496E+01, 0.20000403E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000399E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.18231772E-05, 0.56725407E-05, 0.46724742E+05, + 0.125E+06, 0.300E+03, 2, 64, 2, 21, 0.40500000E+01, 0.20000399E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000399E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.125E+06, 0.300E+03, 2, 65, 2, 1, 0.44479965E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000016E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23558789E-04, 0.79152199E-05, 0.26860041E+05, + 0.125E+06, 0.300E+03, 2, 65, 2, 2, 0.44084956E+01, 0.20000016E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000040E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.24692691E-04, 0.27652441E-06, 0.27609706E+05, + 0.125E+06, 0.300E+03, 2, 65, 2, 3, 0.43720711E+01, 0.20000040E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000066E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.25321323E-04,-0.16625932E-06, 0.28401456E+05, + 0.125E+06, 0.300E+03, 2, 65, 2, 4, 0.43385512E+01, 0.20000066E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000091E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.24803221E-04,-0.44488581E-06, 0.29237605E+05, + 0.125E+06, 0.300E+03, 2, 65, 2, 5, 0.43077540E+01, 0.20000091E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000116E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.24481691E-04,-0.55464739E-06, 0.30112847E+05, + 0.125E+06, 0.300E+03, 2, 65, 2, 6, 0.42794865E+01, 0.20000116E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000140E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23794839E-04,-0.72043429E-06, 0.31024712E+05, + 0.125E+06, 0.300E+03, 2, 65, 2, 7, 0.42535567E+01, 0.20000140E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000164E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.22797877E-04,-0.84097275E-06, 0.31971337E+05, + 0.125E+06, 0.300E+03, 2, 65, 2, 8, 0.42297784E+01, 0.20000164E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000186E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.21546739E-04,-0.92105034E-06, 0.32950878E+05, + 0.125E+06, 0.300E+03, 2, 65, 2, 9, 0.42079737E+01, 0.20000186E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000208E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.20095307E-04,-0.96637036E-06, 0.33961538E+05, + 0.125E+06, 0.300E+03, 2, 65, 2, 10, 0.41879744E+01, 0.20000208E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000227E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.18493517E-04,-0.98289530E-06, 0.35001595E+05, + 0.125E+06, 0.300E+03, 2, 65, 2, 11, 0.41696233E+01, 0.20000227E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000245E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16786206E-04,-0.97638706E-06, 0.36069417E+05, + 0.125E+06, 0.300E+03, 2, 65, 2, 12, 0.41527745E+01, 0.20000245E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000261E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15012563E-04,-0.95211972E-06, 0.37163472E+05, + 0.125E+06, 0.300E+03, 2, 65, 2, 13, 0.41372935E+01, 0.20000261E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000275E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13206025E-04,-0.91471622E-06, 0.38282336E+05, + 0.125E+06, 0.300E+03, 2, 65, 2, 14, 0.41230570E+01, 0.20000275E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000287E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11394486E-04,-0.86810559E-06, 0.39424690E+05, + 0.125E+06, 0.300E+03, 2, 65, 2, 15, 0.41099525E+01, 0.20000287E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000298E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.96007057E-05,-0.81551594E-06, 0.40589320E+05, + 0.125E+06, 0.300E+03, 2, 65, 2, 16, 0.40978774E+01, 0.20000298E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000306E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.78428252E-05,-0.75954493E-06, 0.41775115E+05, + 0.125E+06, 0.300E+03, 2, 65, 2, 17, 0.40867387E+01, 0.20000306E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000313E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.61349327E-05,-0.68425321E-06, 0.42981058E+05, + 0.125E+06, 0.300E+03, 2, 65, 2, 18, 0.40764533E+01, 0.20000313E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000318E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.46434997E-05,-0.64657746E-06, 0.44209239E+05, + 0.125E+06, 0.300E+03, 2, 65, 2, 19, 0.40669464E+01, 0.20000318E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000322E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.30128170E-05,-0.61309227E-06, 0.45457885E+05, + 0.125E+06, 0.300E+03, 2, 65, 2, 20, 0.40581495E+01, 0.20000322E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000319E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14558389E-05, 0.45193875E-05, 0.46724741E+05, + 0.125E+06, 0.300E+03, 2, 65, 2, 21, 0.40500000E+01, 0.20000319E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000319E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.126E+06, 0.300E+03, 2, 66, 2, 1, 0.44479955E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000012E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.18795836E-04, 0.63150058E-05, 0.26860029E+05, + 0.126E+06, 0.300E+03, 2, 66, 2, 2, 0.44084946E+01, 0.20000012E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000032E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.19700609E-04, 0.22073755E-06, 0.27609693E+05, + 0.126E+06, 0.300E+03, 2, 66, 2, 3, 0.43720701E+01, 0.20000032E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000052E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.20202421E-04,-0.13244835E-06, 0.28401443E+05, + 0.126E+06, 0.300E+03, 2, 66, 2, 4, 0.43385502E+01, 0.20000052E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000072E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.19789445E-04,-0.35469977E-06, 0.29237593E+05, + 0.126E+06, 0.300E+03, 2, 66, 2, 5, 0.43077530E+01, 0.20000072E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000092E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.19533385E-04,-0.44225216E-06, 0.30112835E+05, + 0.126E+06, 0.300E+03, 2, 66, 2, 6, 0.42794856E+01, 0.20000092E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000112E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.18985888E-04,-0.57453246E-06, 0.31024700E+05, + 0.126E+06, 0.300E+03, 2, 66, 2, 7, 0.42535558E+01, 0.20000112E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000131E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.18190956E-04,-0.67073474E-06, 0.31971326E+05, + 0.126E+06, 0.300E+03, 2, 66, 2, 8, 0.42297776E+01, 0.20000131E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000149E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.17193173E-04,-0.73467413E-06, 0.32950867E+05, + 0.126E+06, 0.300E+03, 2, 66, 2, 9, 0.42079729E+01, 0.20000149E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000166E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16035499E-04,-0.77089050E-06, 0.33961528E+05, + 0.126E+06, 0.300E+03, 2, 66, 2, 10, 0.41879737E+01, 0.20000166E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000181E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14757756E-04,-0.78413310E-06, 0.35001586E+05, + 0.126E+06, 0.300E+03, 2, 66, 2, 11, 0.41696226E+01, 0.20000181E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000195E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13395710E-04,-0.77899940E-06, 0.36069408E+05, + 0.126E+06, 0.300E+03, 2, 66, 2, 12, 0.41527739E+01, 0.20000195E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000208E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11980627E-04,-0.75968657E-06, 0.37163465E+05, + 0.126E+06, 0.300E+03, 2, 66, 2, 13, 0.41372930E+01, 0.20000208E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000219E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10539193E-04,-0.72988707E-06, 0.38282329E+05, + 0.126E+06, 0.300E+03, 2, 66, 2, 14, 0.41230566E+01, 0.20000219E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000229E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.90936762E-05,-0.69273043E-06, 0.39424684E+05, + 0.126E+06, 0.300E+03, 2, 66, 2, 15, 0.41099521E+01, 0.20000229E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000237E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.76622505E-05,-0.65079489E-06, 0.40589315E+05, + 0.126E+06, 0.300E+03, 2, 66, 2, 16, 0.40978771E+01, 0.20000237E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000244E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.62594074E-05,-0.60615324E-06, 0.41775111E+05, + 0.126E+06, 0.300E+03, 2, 66, 2, 17, 0.40867384E+01, 0.20000244E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000250E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.48964037E-05,-0.54608414E-06, 0.42981055E+05, + 0.126E+06, 0.300E+03, 2, 66, 2, 18, 0.40764531E+01, 0.20000250E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000254E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.37061186E-05,-0.51602794E-06, 0.44209236E+05, + 0.126E+06, 0.300E+03, 2, 66, 2, 19, 0.40669463E+01, 0.20000254E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000257E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.24046621E-05,-0.48931490E-06, 0.45457884E+05, + 0.126E+06, 0.300E+03, 2, 66, 2, 20, 0.40581495E+01, 0.20000257E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000254E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11620089E-05, 0.36036675E-05, 0.46724741E+05, + 0.126E+06, 0.300E+03, 2, 66, 2, 21, 0.40500000E+01, 0.20000254E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000254E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.127E+06, 0.300E+03, 2, 67, 2, 1, 0.44479948E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000010E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15105826E-04, 0.53480499E-05, 0.26860019E+05, + 0.127E+06, 0.300E+03, 2, 67, 2, 2, 0.44084938E+01, 0.20000010E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000025E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15800379E-04, 0.17215777E-06, 0.27609683E+05, + 0.127E+06, 0.300E+03, 2, 67, 2, 3, 0.43720693E+01, 0.20000025E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000042E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16187401E-04,-0.11728932E-06, 0.28401433E+05, + 0.127E+06, 0.300E+03, 2, 67, 2, 4, 0.43385493E+01, 0.20000042E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000058E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15854769E-04,-0.29774362E-06, 0.29237583E+05, + 0.127E+06, 0.300E+03, 2, 67, 2, 5, 0.43077522E+01, 0.20000058E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000074E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15659494E-04,-0.36549269E-06, 0.30112825E+05, + 0.127E+06, 0.300E+03, 2, 67, 2, 6, 0.42794848E+01, 0.20000074E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000090E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15241778E-04,-0.47157044E-06, 0.31024690E+05, + 0.127E+06, 0.300E+03, 2, 67, 2, 7, 0.42535551E+01, 0.20000090E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000105E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14637589E-04,-0.54710008E-06, 0.31971316E+05, + 0.127E+06, 0.300E+03, 2, 67, 2, 8, 0.42297769E+01, 0.20000105E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000119E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13883915E-04,-0.59506739E-06, 0.32950858E+05, + 0.127E+06, 0.300E+03, 2, 67, 2, 9, 0.42079723E+01, 0.20000119E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000133E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13016936E-04,-0.61913186E-06, 0.33961520E+05, + 0.127E+06, 0.300E+03, 2, 67, 2, 10, 0.41879731E+01, 0.20000133E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000146E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12070789E-04,-0.62316064E-06, 0.35001578E+05, + 0.127E+06, 0.300E+03, 2, 67, 2, 11, 0.41696221E+01, 0.20000146E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000157E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11076823E-04,-0.61091205E-06, 0.36069401E+05, + 0.127E+06, 0.300E+03, 2, 67, 2, 12, 0.41527734E+01, 0.20000157E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000168E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10063252E-04,-0.58583580E-06, 0.37163459E+05, + 0.127E+06, 0.300E+03, 2, 67, 2, 13, 0.41372926E+01, 0.20000168E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000178E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.90550906E-05,-0.55096346E-06, 0.38282324E+05, + 0.127E+06, 0.300E+03, 2, 67, 2, 14, 0.41230562E+01, 0.20000178E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000186E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.80742886E-05,-0.50886306E-06, 0.39424679E+05, + 0.127E+06, 0.300E+03, 2, 67, 2, 15, 0.41099518E+01, 0.20000186E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000194E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.71399933E-05,-0.46166197E-06, 0.40589311E+05, + 0.127E+06, 0.300E+03, 2, 67, 2, 16, 0.40978768E+01, 0.20000194E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000200E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.62688795E-05,-0.41105100E-06, 0.41775107E+05, + 0.127E+06, 0.300E+03, 2, 67, 2, 17, 0.40867382E+01, 0.20000200E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000206E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.54755065E-05,-0.33876324E-06, 0.42981052E+05, + 0.127E+06, 0.300E+03, 2, 67, 2, 18, 0.40764529E+01, 0.20000206E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000211E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.49378862E-05,-0.29354993E-06, 0.44209234E+05, + 0.127E+06, 0.300E+03, 2, 67, 2, 19, 0.40669462E+01, 0.20000211E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000216E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.43219309E-05,-0.25882067E-06, 0.45457882E+05, + 0.127E+06, 0.300E+03, 2, 67, 2, 20, 0.40581494E+01, 0.20000216E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000127E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.38240501E-05, 0.92624450E-04, 0.46724739E+05, + 0.127E+06, 0.300E+03, 2, 67, 2, 21, 0.40500000E+01, 0.20000127E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000127E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.127E+06, 0.300E+03, 2, 68, 2, 1, 0.44479948E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000010E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13075987E-08,-0.97344757E-05, 0.26860019E+05, + 0.127E+06, 0.300E+03, 2, 68, 2, 2, 0.44084938E+01, 0.20000010E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000025E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12204449E-08,-0.15589822E-04, 0.27609683E+05, + 0.127E+06, 0.300E+03, 2, 68, 2, 3, 0.43720693E+01, 0.20000025E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000042E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.86998625E-09,-0.16259270E-04, 0.28401433E+05, + 0.127E+06, 0.300E+03, 2, 68, 2, 4, 0.43385493E+01, 0.20000042E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000058E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23080550E-09,-0.16097102E-04, 0.29237583E+05, + 0.127E+06, 0.300E+03, 2, 68, 2, 5, 0.43077522E+01, 0.20000058E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000074E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.68784478E-09,-0.15953539E-04, 0.30112825E+05, + 0.127E+06, 0.300E+03, 2, 68, 2, 6, 0.42794848E+01, 0.20000074E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000089E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19550862E-08,-0.15619451E-04, 0.31024690E+05, + 0.127E+06, 0.300E+03, 2, 68, 2, 7, 0.42535551E+01, 0.20000089E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000104E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.36351533E-08,-0.15060693E-04, 0.31971316E+05, + 0.127E+06, 0.300E+03, 2, 68, 2, 8, 0.42297769E+01, 0.20000104E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000119E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.58073056E-08,-0.14315408E-04, 0.32950858E+05, + 0.127E+06, 0.300E+03, 2, 68, 2, 9, 0.42079723E+01, 0.20000119E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000132E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.85667610E-08,-0.13421246E-04, 0.33961520E+05, + 0.127E+06, 0.300E+03, 2, 68, 2, 10, 0.41879731E+01, 0.20000132E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000144E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.12025387E-07,-0.12413646E-04, 0.35001578E+05, + 0.127E+06, 0.300E+03, 2, 68, 2, 11, 0.41696221E+01, 0.20000144E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000156E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.16312527E-07,-0.11324772E-04, 0.36069402E+05, + 0.127E+06, 0.300E+03, 2, 68, 2, 12, 0.41527734E+01, 0.20000156E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000166E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21575785E-07,-0.10182938E-04, 0.37163459E+05, + 0.127E+06, 0.300E+03, 2, 68, 2, 13, 0.41372926E+01, 0.20000166E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000175E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.27981611E-07,-0.90124254E-05, 0.38282324E+05, + 0.127E+06, 0.300E+03, 2, 68, 2, 14, 0.41230562E+01, 0.20000175E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000183E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.35715881E-07,-0.78335663E-05, 0.39424679E+05, + 0.127E+06, 0.300E+03, 2, 68, 2, 15, 0.41099518E+01, 0.20000183E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000189E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.44984166E-07,-0.66630110E-05, 0.40589311E+05, + 0.127E+06, 0.300E+03, 2, 68, 2, 16, 0.40978768E+01, 0.20000189E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000195E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.56011995E-07,-0.55140567E-05, 0.41775108E+05, + 0.127E+06, 0.300E+03, 2, 68, 2, 17, 0.40867383E+01, 0.20000195E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000199E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.69044860E-07,-0.43852767E-05, 0.42981052E+05, + 0.127E+06, 0.300E+03, 2, 68, 2, 18, 0.40764530E+01, 0.20000199E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000202E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.87254545E-07,-0.34214590E-05, 0.44209234E+05, + 0.127E+06, 0.300E+03, 2, 68, 2, 19, 0.40669462E+01, 0.20000202E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000205E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10590251E-06,-0.23722699E-05, 0.45457882E+05, + 0.127E+06, 0.300E+03, 2, 68, 2, 20, 0.40581494E+01, 0.20000205E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000205E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.12766182E-06,-0.73657955E-07, 0.46724740E+05, + 0.127E+06, 0.300E+03, 2, 68, 2, 21, 0.40500000E+01, 0.20000205E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000205E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.128E+06, 0.300E+03, 2, 69, 2, 1, 0.44479945E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000009E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.53988818E-09,-0.86788235E-05, 0.26860015E+05, + 0.128E+06, 0.300E+03, 2, 69, 2, 2, 0.44084935E+01, 0.20000009E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000023E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.61633424E-09,-0.13922545E-04, 0.27609679E+05, + 0.128E+06, 0.300E+03, 2, 69, 2, 3, 0.43720689E+01, 0.20000023E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.76549137E-09,-0.14548522E-04, 0.28401429E+05, + 0.128E+06, 0.300E+03, 2, 69, 2, 4, 0.43385490E+01, 0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000052E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.97151011E-09,-0.14423177E-04, 0.29237579E+05, + 0.128E+06, 0.300E+03, 2, 69, 2, 5, 0.43077519E+01, 0.20000052E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000066E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12899909E-08,-0.14313575E-04, 0.30112821E+05, + 0.128E+06, 0.300E+03, 2, 69, 2, 6, 0.42794845E+01, 0.20000066E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000080E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.17239048E-08,-0.14036496E-04, 0.31024686E+05, + 0.128E+06, 0.300E+03, 2, 69, 2, 7, 0.42535548E+01, 0.20000080E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000093E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23008639E-08,-0.13564083E-04, 0.31971312E+05, + 0.128E+06, 0.300E+03, 2, 69, 2, 8, 0.42297766E+01, 0.20000093E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000106E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.30544470E-08,-0.12932673E-04, 0.32950855E+05, + 0.128E+06, 0.300E+03, 2, 69, 2, 9, 0.42079720E+01, 0.20000106E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000119E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.40244534E-08,-0.12178173E-04, 0.33961516E+05, + 0.128E+06, 0.300E+03, 2, 69, 2, 10, 0.41879728E+01, 0.20000119E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000130E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.52570249E-08,-0.11334702E-04, 0.35001575E+05, + 0.128E+06, 0.300E+03, 2, 69, 2, 11, 0.41696219E+01, 0.20000130E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000140E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.68050091E-08,-0.10433713E-04, 0.36069399E+05, + 0.128E+06, 0.300E+03, 2, 69, 2, 12, 0.41527732E+01, 0.20000140E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000150E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.87281902E-08,-0.95035557E-05, 0.37163456E+05, + 0.128E+06, 0.300E+03, 2, 69, 2, 13, 0.41372924E+01, 0.20000150E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000158E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11093628E-07,-0.85693311E-05, 0.38282322E+05, + 0.128E+06, 0.300E+03, 2, 69, 2, 14, 0.41230561E+01, 0.20000158E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000166E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13975781E-07,-0.76530059E-05, 0.39424677E+05, + 0.128E+06, 0.300E+03, 2, 69, 2, 15, 0.41099517E+01, 0.20000166E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000173E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.17456672E-07,-0.67736481E-05, 0.40589309E+05, + 0.128E+06, 0.300E+03, 2, 69, 2, 16, 0.40978767E+01, 0.20000173E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000179E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.21626086E-07,-0.59477626E-05, 0.41775106E+05, + 0.128E+06, 0.300E+03, 2, 69, 2, 17, 0.40867381E+01, 0.20000179E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000184E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.26581547E-07,-0.51721433E-05, 0.42981051E+05, + 0.128E+06, 0.300E+03, 2, 69, 2, 18, 0.40764529E+01, 0.20000184E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000189E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.33547670E-07,-0.46486835E-05, 0.44209233E+05, + 0.128E+06, 0.300E+03, 2, 69, 2, 19, 0.40669462E+01, 0.20000189E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000193E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.40705806E-07,-0.40658675E-05, 0.45457881E+05, + 0.128E+06, 0.300E+03, 2, 69, 2, 20, 0.40581494E+01, 0.20000193E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000115E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.49087369E-07, 0.78331892E-04, 0.46724739E+05, + 0.128E+06, 0.300E+03, 2, 69, 2, 21, 0.40500000E+01, 0.20000115E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000115E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.128E+06, 0.300E+03, 2, 70, 2, 1, 0.44479945E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000009E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.53166635E-09,-0.86793938E-05, 0.26860015E+05, + 0.128E+06, 0.300E+03, 2, 70, 2, 2, 0.44084935E+01, 0.20000009E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000023E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.61398168E-09,-0.13923589E-04, 0.27609679E+05, + 0.128E+06, 0.300E+03, 2, 70, 2, 3, 0.43720689E+01, 0.20000023E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.77907316E-09,-0.14549820E-04, 0.28401429E+05, + 0.128E+06, 0.300E+03, 2, 70, 2, 4, 0.43385490E+01, 0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000052E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10109579E-08,-0.14424841E-04, 0.29237579E+05, + 0.128E+06, 0.300E+03, 2, 70, 2, 5, 0.43077519E+01, 0.20000052E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000066E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13676496E-08,-0.14315815E-04, 0.30112821E+05, + 0.128E+06, 0.300E+03, 2, 70, 2, 6, 0.42794845E+01, 0.20000066E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000080E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.18538534E-08,-0.14039543E-04, 0.31024686E+05, + 0.128E+06, 0.300E+03, 2, 70, 2, 7, 0.42535548E+01, 0.20000080E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000094E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.25002252E-08,-0.13568215E-04, 0.31971312E+05, + 0.128E+06, 0.300E+03, 2, 70, 2, 8, 0.42297766E+01, 0.20000094E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000106E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.33438603E-08,-0.12938235E-04, 0.32950855E+05, + 0.128E+06, 0.300E+03, 2, 70, 2, 9, 0.42079720E+01, 0.20000106E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000119E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.44288269E-08,-0.12185587E-04, 0.33961516E+05, + 0.128E+06, 0.300E+03, 2, 70, 2, 10, 0.41879728E+01, 0.20000119E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000130E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.58061899E-08,-0.11344486E-04, 0.35001575E+05, + 0.128E+06, 0.300E+03, 2, 70, 2, 11, 0.41696219E+01, 0.20000130E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000140E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.75344481E-08,-0.10446491E-04, 0.36069399E+05, + 0.128E+06, 0.300E+03, 2, 70, 2, 12, 0.41527732E+01, 0.20000140E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000150E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.96800553E-08,-0.95200688E-05, 0.37163456E+05, + 0.128E+06, 0.300E+03, 2, 70, 2, 13, 0.41372924E+01, 0.20000150E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000159E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12317299E-07,-0.85904615E-05, 0.38282322E+05, + 0.128E+06, 0.300E+03, 2, 70, 2, 14, 0.41230561E+01, 0.20000159E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000166E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15528761E-07,-0.76797860E-05, 0.39424677E+05, + 0.128E+06, 0.300E+03, 2, 70, 2, 15, 0.41099517E+01, 0.20000166E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000173E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.19405537E-07,-0.68072765E-05, 0.40589309E+05, + 0.128E+06, 0.300E+03, 2, 70, 2, 16, 0.40978767E+01, 0.20000173E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000179E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.24047307E-07,-0.59896209E-05, 0.41775106E+05, + 0.128E+06, 0.300E+03, 2, 70, 2, 17, 0.40867381E+01, 0.20000179E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000184E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.29562264E-07,-0.52236219E-05, 0.42981051E+05, + 0.128E+06, 0.300E+03, 2, 70, 2, 18, 0.40764529E+01, 0.20000184E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000189E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.37312105E-07,-0.47139492E-05, 0.44209233E+05, + 0.128E+06, 0.300E+03, 2, 70, 2, 19, 0.40669462E+01, 0.20000189E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000193E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.45273894E-07,-0.41455129E-05, 0.45457881E+05, + 0.128E+06, 0.300E+03, 2, 70, 2, 20, 0.40581494E+01, 0.20000193E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000112E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.54594614E-07, 0.81525918E-04, 0.46724739E+05, + 0.128E+06, 0.300E+03, 2, 70, 2, 21, 0.40500000E+01, 0.20000112E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000112E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.129E+06, 0.300E+03, 2, 71, 2, 1, 0.44479945E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000009E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.52268054E-09,-0.86800503E-05, 0.26860015E+05, + 0.129E+06, 0.300E+03, 2, 71, 2, 2, 0.44084935E+01, 0.20000009E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000023E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.61204143E-09,-0.13924780E-04, 0.27609679E+05, + 0.129E+06, 0.300E+03, 2, 71, 2, 3, 0.43720689E+01, 0.20000023E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.79614741E-09,-0.14551293E-04, 0.28401429E+05, + 0.129E+06, 0.300E+03, 2, 71, 2, 4, 0.43385490E+01, 0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000052E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10588580E-08,-0.14426720E-04, 0.29237579E+05, + 0.129E+06, 0.300E+03, 2, 71, 2, 5, 0.43077519E+01, 0.20000052E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000066E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14609880E-08,-0.14318336E-04, 0.30112821E+05, + 0.129E+06, 0.300E+03, 2, 71, 2, 6, 0.42794845E+01, 0.20000066E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000080E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.20094861E-08,-0.14042962E-04, 0.31024686E+05, + 0.129E+06, 0.300E+03, 2, 71, 2, 7, 0.42535548E+01, 0.20000080E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000094E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.27385007E-08,-0.13572840E-04, 0.31971312E+05, + 0.129E+06, 0.300E+03, 2, 71, 2, 8, 0.42297766E+01, 0.20000094E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000106E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.36893471E-08,-0.12944451E-04, 0.32950855E+05, + 0.129E+06, 0.300E+03, 2, 71, 2, 9, 0.42079720E+01, 0.20000106E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000119E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.49111016E-08,-0.12193864E-04, 0.33961516E+05, + 0.129E+06, 0.300E+03, 2, 71, 2, 10, 0.41879728E+01, 0.20000119E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000130E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.64608078E-08,-0.11355399E-04, 0.35001575E+05, + 0.129E+06, 0.300E+03, 2, 71, 2, 11, 0.41696219E+01, 0.20000130E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000141E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.84038523E-08,-0.10460734E-04, 0.36069399E+05, + 0.129E+06, 0.300E+03, 2, 71, 2, 12, 0.41527732E+01, 0.20000141E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000150E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10814304E-07,-0.95384670E-05, 0.37163456E+05, + 0.129E+06, 0.300E+03, 2, 71, 2, 13, 0.41372924E+01, 0.20000150E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000159E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13775134E-07,-0.86139979E-05, 0.38282322E+05, + 0.129E+06, 0.300E+03, 2, 71, 2, 14, 0.41230561E+01, 0.20000159E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000166E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.17378819E-07,-0.77096061E-05, 0.39424677E+05, + 0.129E+06, 0.300E+03, 2, 71, 2, 15, 0.41099517E+01, 0.20000166E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000173E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.21727149E-07,-0.68447133E-05, 0.40589309E+05, + 0.129E+06, 0.300E+03, 2, 71, 2, 16, 0.40978767E+01, 0.20000173E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000179E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.26931399E-07,-0.60362182E-05, 0.41775106E+05, + 0.129E+06, 0.300E+03, 2, 71, 2, 17, 0.40867381E+01, 0.20000179E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000185E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.33112713E-07,-0.52809110E-05, 0.42981051E+05, + 0.129E+06, 0.300E+03, 2, 71, 2, 18, 0.40764529E+01, 0.20000185E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000189E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.41796011E-07,-0.47865815E-05, 0.44209233E+05, + 0.129E+06, 0.300E+03, 2, 71, 2, 19, 0.40669462E+01, 0.20000189E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000194E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.50715074E-07,-0.42341471E-05, 0.45457881E+05, + 0.129E+06, 0.300E+03, 2, 71, 2, 20, 0.40581494E+01, 0.20000194E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000109E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.61154497E-07, 0.85097644E-04, 0.46724739E+05, + 0.129E+06, 0.300E+03, 2, 71, 2, 21, 0.40500000E+01, 0.20000109E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000109E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.130E+06, 0.300E+03, 2, 72, 2, 1, 0.44479945E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000009E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.17240115E-07,-0.86430514E-05, 0.26860015E+05, + 0.130E+06, 0.300E+03, 2, 72, 2, 2, 0.44084935E+01, 0.20000009E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000023E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14786844E-07,-0.13876308E-04, 0.27609679E+05, + 0.130E+06, 0.300E+03, 2, 72, 2, 3, 0.43720689E+01, 0.20000023E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.68474280E-08,-0.14504062E-04, 0.28401429E+05, + 0.130E+06, 0.300E+03, 2, 72, 2, 4, 0.43385490E+01, 0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000051E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.68451118E-08,-0.14383587E-04, 0.29237579E+05, + 0.130E+06, 0.300E+03, 2, 72, 2, 5, 0.43077519E+01, 0.20000051E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000066E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.26744722E-07,-0.14279811E-04, 0.30112821E+05, + 0.130E+06, 0.300E+03, 2, 72, 2, 6, 0.42794845E+01, 0.20000066E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000080E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.54100249E-07,-0.14010395E-04, 0.31024686E+05, + 0.130E+06, 0.300E+03, 2, 72, 2, 7, 0.42535548E+01, 0.20000080E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000093E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.90350331E-07,-0.13547842E-04, 0.31971313E+05, + 0.130E+06, 0.300E+03, 2, 72, 2, 8, 0.42297766E+01, 0.20000093E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000106E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.13726688E-06,-0.12928682E-04, 0.32950855E+05, + 0.130E+06, 0.300E+03, 2, 72, 2, 9, 0.42079720E+01, 0.20000106E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000118E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19697043E-06,-0.12189033E-04, 0.33961517E+05, + 0.130E+06, 0.300E+03, 2, 72, 2, 10, 0.41879728E+01, 0.20000118E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000129E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.27194820E-06,-0.11363287E-04, 0.35001575E+05, + 0.130E+06, 0.300E+03, 2, 72, 2, 11, 0.41696219E+01, 0.20000129E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000139E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.36507205E-06,-0.10483207E-04, 0.36069399E+05, + 0.130E+06, 0.300E+03, 2, 72, 2, 12, 0.41527732E+01, 0.20000139E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000148E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.47961507E-06,-0.95775016E-05, 0.37163456E+05, + 0.130E+06, 0.300E+03, 2, 72, 2, 13, 0.41372924E+01, 0.20000148E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000156E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.61926546E-06,-0.86717001E-05, 0.38282322E+05, + 0.130E+06, 0.300E+03, 2, 72, 2, 14, 0.41230561E+01, 0.20000156E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000163E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.78813845E-06,-0.77882465E-05, 0.39424678E+05, + 0.130E+06, 0.300E+03, 2, 72, 2, 15, 0.41099517E+01, 0.20000163E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000169E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.99078415E-06,-0.69467273E-05, 0.40589310E+05, + 0.130E+06, 0.300E+03, 2, 72, 2, 16, 0.40978767E+01, 0.20000169E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000174E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.12321939E-05,-0.61642511E-05, 0.41775106E+05, + 0.130E+06, 0.300E+03, 2, 72, 2, 17, 0.40867382E+01, 0.20000174E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000178E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.15178027E-05,-0.54450838E-05, 0.42981051E+05, + 0.130E+06, 0.300E+03, 2, 72, 2, 18, 0.40764529E+01, 0.20000178E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000181E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19173492E-05,-0.49893583E-05, 0.44209234E+05, + 0.130E+06, 0.300E+03, 2, 72, 2, 19, 0.40669462E+01, 0.20000181E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000183E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.23267466E-05,-0.44689192E-05, 0.45457882E+05, + 0.130E+06, 0.300E+03, 2, 72, 2, 20, 0.40581494E+01, 0.20000183E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000180E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.28048135E-05, 0.82092223E-07, 0.46724740E+05, + 0.130E+06, 0.300E+03, 2, 72, 2, 21, 0.40500000E+01, 0.20000180E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000180E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.130E+06, 0.300E+03, 2, 73, 2, 1, 0.44479945E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000009E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.41987975E-08,-0.86688999E-05, 0.26860015E+05, + 0.130E+06, 0.300E+03, 2, 73, 2, 2, 0.44084935E+01, 0.20000009E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000023E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.38868287E-08,-0.13902499E-04, 0.27609679E+05, + 0.130E+06, 0.300E+03, 2, 73, 2, 3, 0.43720689E+01, 0.20000023E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.26757213E-08,-0.14522575E-04, 0.28401429E+05, + 0.130E+06, 0.300E+03, 2, 73, 2, 4, 0.43385490E+01, 0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000051E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.48347526E-09,-0.14388305E-04, 0.29237579E+05, + 0.130E+06, 0.300E+03, 2, 73, 2, 5, 0.43077519E+01, 0.20000051E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000066E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.26760123E-08,-0.14264796E-04, 0.30112821E+05, + 0.130E+06, 0.300E+03, 2, 73, 2, 6, 0.42794845E+01, 0.20000066E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000080E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.70340927E-08,-0.13968317E-04, 0.31024686E+05, + 0.130E+06, 0.300E+03, 2, 73, 2, 7, 0.42535548E+01, 0.20000080E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000093E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12812937E-07,-0.13469965E-04, 0.31971312E+05, + 0.130E+06, 0.300E+03, 2, 73, 2, 8, 0.42297766E+01, 0.20000093E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000106E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.20287116E-07,-0.12804593E-04, 0.32950855E+05, + 0.130E+06, 0.300E+03, 2, 73, 2, 9, 0.42079720E+01, 0.20000106E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000118E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.29785660E-07,-0.12006322E-04, 0.33961516E+05, + 0.130E+06, 0.300E+03, 2, 73, 2, 10, 0.41879728E+01, 0.20000118E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000129E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.41695506E-07,-0.11107189E-04, 0.35001575E+05, + 0.130E+06, 0.300E+03, 2, 73, 2, 11, 0.41696219E+01, 0.20000129E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000139E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.56463784E-07,-0.10136240E-04, 0.36069399E+05, + 0.130E+06, 0.300E+03, 2, 73, 2, 12, 0.41527732E+01, 0.20000139E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000149E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.74600636E-07,-0.91190857E-05, 0.37163456E+05, + 0.130E+06, 0.300E+03, 2, 73, 2, 13, 0.41372924E+01, 0.20000149E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000157E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.96681591E-07,-0.80777561E-05, 0.38282322E+05, + 0.130E+06, 0.300E+03, 2, 73, 2, 14, 0.41230561E+01, 0.20000157E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000164E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12334878E-06,-0.70307892E-05, 0.39424677E+05, + 0.130E+06, 0.300E+03, 2, 73, 2, 15, 0.41099517E+01, 0.20000164E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000170E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15531254E-06,-0.59934587E-05, 0.40589310E+05, + 0.130E+06, 0.300E+03, 2, 73, 2, 16, 0.40978767E+01, 0.20000170E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000175E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.19335222E-06,-0.49781276E-05, 0.41775106E+05, + 0.130E+06, 0.300E+03, 2, 73, 2, 17, 0.40867382E+01, 0.20000175E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000179E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23831630E-06,-0.39823864E-05, 0.42981051E+05, + 0.130E+06, 0.300E+03, 2, 73, 2, 18, 0.40764529E+01, 0.20000179E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000183E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.30115315E-06,-0.31423279E-05, 0.44209233E+05, + 0.130E+06, 0.300E+03, 2, 73, 2, 19, 0.40669462E+01, 0.20000183E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000186E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.36550870E-06,-0.22296547E-05, 0.45457882E+05, + 0.130E+06, 0.300E+03, 2, 73, 2, 20, 0.40581494E+01, 0.20000186E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000165E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.44061109E-06, 0.20736083E-04, 0.46724740E+05, + 0.130E+06, 0.300E+03, 2, 73, 2, 21, 0.40500000E+01, 0.20000165E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000165E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.131E+06, 0.300E+03, 2, 74, 2, 1, 0.44479942E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11984482E-04, 0.42435807E-05, 0.26860012E+05, + 0.131E+06, 0.300E+03, 2, 74, 2, 2, 0.44084932E+01, 0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000020E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12566981E-04, 0.15303883E-06, 0.27609675E+05, + 0.131E+06, 0.300E+03, 2, 74, 2, 3, 0.43720686E+01, 0.20000020E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000033E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12893905E-04,-0.83678978E-07, 0.28401425E+05, + 0.131E+06, 0.300E+03, 2, 74, 2, 4, 0.43385487E+01, 0.20000033E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000046E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12639490E-04,-0.23170294E-06, 0.29237575E+05, + 0.131E+06, 0.300E+03, 2, 74, 2, 5, 0.43077516E+01, 0.20000046E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000059E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12489317E-04,-0.28825951E-06, 0.30112817E+05, + 0.131E+06, 0.300E+03, 2, 74, 2, 6, 0.42794842E+01, 0.20000059E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000071E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12158825E-04,-0.37417358E-06, 0.31024682E+05, + 0.131E+06, 0.300E+03, 2, 74, 2, 7, 0.42535545E+01, 0.20000071E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000083E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11677682E-04,-0.43520582E-06, 0.31971309E+05, + 0.131E+06, 0.300E+03, 2, 74, 2, 8, 0.42297763E+01, 0.20000083E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000095E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11076018E-04,-0.47394586E-06, 0.32950851E+05, + 0.131E+06, 0.300E+03, 2, 74, 2, 9, 0.42079718E+01, 0.20000095E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000106E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10383094E-04,-0.49343999E-06, 0.33961513E+05, + 0.131E+06, 0.300E+03, 2, 74, 2, 10, 0.41879726E+01, 0.20000106E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000116E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.96263961E-05,-0.49684533E-06, 0.35001572E+05, + 0.131E+06, 0.300E+03, 2, 74, 2, 11, 0.41696217E+01, 0.20000116E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000125E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.88310990E-05,-0.48720766E-06, 0.36069396E+05, + 0.131E+06, 0.300E+03, 2, 74, 2, 12, 0.41527730E+01, 0.20000125E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000134E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.80198163E-05,-0.46730053E-06, 0.37163454E+05, + 0.131E+06, 0.300E+03, 2, 74, 2, 13, 0.41372922E+01, 0.20000134E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000141E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.72125711E-05,-0.43955952E-06, 0.38282320E+05, + 0.131E+06, 0.300E+03, 2, 74, 2, 14, 0.41230559E+01, 0.20000141E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000148E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.64269154E-05,-0.40603977E-06, 0.39424676E+05, + 0.131E+06, 0.300E+03, 2, 74, 2, 15, 0.41099516E+01, 0.20000148E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000154E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.56781450E-05,-0.36844781E-06, 0.40589308E+05, + 0.131E+06, 0.300E+03, 2, 74, 2, 16, 0.40978766E+01, 0.20000154E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000160E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.49795665E-05,-0.32813677E-06, 0.41775105E+05, + 0.131E+06, 0.300E+03, 2, 74, 2, 17, 0.40867381E+01, 0.20000160E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000164E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.43427828E-05,-0.27065857E-06, 0.42981050E+05, + 0.131E+06, 0.300E+03, 2, 74, 2, 18, 0.40764528E+01, 0.20000164E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000168E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.39087671E-05,-0.23467850E-06, 0.44209232E+05, + 0.131E+06, 0.300E+03, 2, 74, 2, 19, 0.40669461E+01, 0.20000168E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000172E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.34127990E-05,-0.20694322E-06, 0.45457881E+05, + 0.131E+06, 0.300E+03, 2, 74, 2, 20, 0.40581494E+01, 0.20000172E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000105E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.30106175E-05, 0.70066937E-04, 0.46724739E+05, + 0.131E+06, 0.300E+03, 2, 74, 2, 21, 0.40500000E+01, 0.20000105E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000105E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.131E+06, 0.300E+03, 2, 75, 2, 1, 0.44479942E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.48031022E-09,-0.77408526E-05, 0.26860012E+05, + 0.131E+06, 0.300E+03, 2, 75, 2, 2, 0.44084932E+01, 0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000020E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.54791599E-09,-0.12414205E-04, 0.27609675E+05, + 0.131E+06, 0.300E+03, 2, 75, 2, 3, 0.43720686E+01, 0.20000020E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000033E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.67973209E-09,-0.12977928E-04, 0.28401425E+05, + 0.131E+06, 0.300E+03, 2, 75, 2, 4, 0.43385487E+01, 0.20000033E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000046E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.86142488E-09,-0.12871667E-04, 0.29237575E+05, + 0.131E+06, 0.300E+03, 2, 75, 2, 5, 0.43077516E+01, 0.20000046E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000059E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11424102E-08,-0.12778260E-04, 0.30112817E+05, + 0.131E+06, 0.300E+03, 2, 75, 2, 6, 0.42794842E+01, 0.20000059E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000071E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15252469E-08,-0.12533981E-04, 0.31024682E+05, + 0.131E+06, 0.300E+03, 2, 75, 2, 7, 0.42535545E+01, 0.20000071E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000083E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.20342001E-08,-0.12114282E-04, 0.31971309E+05, + 0.131E+06, 0.300E+03, 2, 75, 2, 8, 0.42297763E+01, 0.20000083E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000095E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.26991620E-08,-0.11551901E-04, 0.32950851E+05, + 0.131E+06, 0.300E+03, 2, 75, 2, 9, 0.42079718E+01, 0.20000095E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000106E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.35550329E-08,-0.10879182E-04, 0.33961513E+05, + 0.131E+06, 0.300E+03, 2, 75, 2, 10, 0.41879726E+01, 0.20000106E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000116E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.46426673E-08,-0.10126804E-04, 0.35001572E+05, + 0.131E+06, 0.300E+03, 2, 75, 2, 11, 0.41696217E+01, 0.20000116E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000125E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.60086798E-08,-0.93230275E-05, 0.36069396E+05, + 0.131E+06, 0.300E+03, 2, 75, 2, 12, 0.41527730E+01, 0.20000125E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000134E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.77058697E-08,-0.84932941E-05, 0.37163454E+05, + 0.131E+06, 0.300E+03, 2, 75, 2, 13, 0.41372922E+01, 0.20000134E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000142E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.97934389E-08,-0.76601115E-05, 0.38282320E+05, + 0.131E+06, 0.300E+03, 2, 75, 2, 14, 0.41230559E+01, 0.20000142E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000148E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12337186E-07,-0.68431516E-05, 0.39424676E+05, + 0.131E+06, 0.300E+03, 2, 75, 2, 15, 0.41099516E+01, 0.20000148E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000154E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15409460E-07,-0.60594832E-05, 0.40589308E+05, + 0.131E+06, 0.300E+03, 2, 75, 2, 16, 0.40978766E+01, 0.20000154E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000160E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.19089518E-07,-0.53238440E-05, 0.41775105E+05, + 0.131E+06, 0.300E+03, 2, 75, 2, 17, 0.40867381E+01, 0.20000160E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000164E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23463532E-07,-0.46333151E-05, 0.42981050E+05, + 0.131E+06, 0.300E+03, 2, 75, 2, 18, 0.40764528E+01, 0.20000164E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000169E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.29612347E-07,-0.41687740E-05, 0.44209232E+05, + 0.131E+06, 0.300E+03, 2, 75, 2, 19, 0.40669461E+01, 0.20000169E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000172E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.35930813E-07,-0.36508339E-05, 0.45457881E+05, + 0.131E+06, 0.300E+03, 2, 75, 2, 20, 0.40581494E+01, 0.20000172E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000103E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.43329273E-07, 0.69634664E-04, 0.46724739E+05, + 0.131E+06, 0.300E+03, 2, 75, 2, 21, 0.40500000E+01, 0.20000103E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000103E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.132E+06, 0.300E+03, 2, 76, 2, 1, 0.44479942E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.47316765E-09,-0.77413548E-05, 0.26860012E+05, + 0.132E+06, 0.300E+03, 2, 76, 2, 2, 0.44084932E+01, 0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000020E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.54598786E-09,-0.12415125E-04, 0.27609675E+05, + 0.132E+06, 0.300E+03, 2, 76, 2, 3, 0.43720686E+01, 0.20000020E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000033E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.69170104E-09,-0.12979071E-04, 0.28401425E+05, + 0.132E+06, 0.300E+03, 2, 76, 2, 4, 0.43385487E+01, 0.20000033E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000046E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.89608269E-09,-0.12873134E-04, 0.29237575E+05, + 0.132E+06, 0.300E+03, 2, 76, 2, 5, 0.43077516E+01, 0.20000046E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000059E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12105374E-08,-0.12780235E-04, 0.30112817E+05, + 0.132E+06, 0.300E+03, 2, 76, 2, 6, 0.42794842E+01, 0.20000059E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000071E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16391277E-08,-0.12536669E-04, 0.31024682E+05, + 0.132E+06, 0.300E+03, 2, 76, 2, 7, 0.42535545E+01, 0.20000071E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000083E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.22089322E-08,-0.12117927E-04, 0.31971309E+05, + 0.132E+06, 0.300E+03, 2, 76, 2, 8, 0.42297763E+01, 0.20000083E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000095E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.29527049E-08,-0.11556808E-04, 0.32950851E+05, + 0.132E+06, 0.300E+03, 2, 76, 2, 9, 0.42079718E+01, 0.20000095E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000106E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.39092508E-08,-0.10885726E-04, 0.33961513E+05, + 0.132E+06, 0.300E+03, 2, 76, 2, 10, 0.41879726E+01, 0.20000106E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000116E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.51237294E-08,-0.10135437E-04, 0.35001572E+05, + 0.132E+06, 0.300E+03, 2, 76, 2, 11, 0.41696217E+01, 0.20000116E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000125E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.66476544E-08,-0.93343040E-05, 0.36069396E+05, + 0.132E+06, 0.300E+03, 2, 76, 2, 12, 0.41527730E+01, 0.20000125E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000134E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.85396702E-08,-0.85078680E-05, 0.37163454E+05, + 0.132E+06, 0.300E+03, 2, 76, 2, 13, 0.41372922E+01, 0.20000134E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000142E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10865333E-07,-0.76787609E-05, 0.38282320E+05, + 0.132E+06, 0.300E+03, 2, 76, 2, 14, 0.41230559E+01, 0.20000142E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000148E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13697524E-07,-0.68667868E-05, 0.39424676E+05, + 0.132E+06, 0.300E+03, 2, 76, 2, 15, 0.41099516E+01, 0.20000148E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000155E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.17116593E-07,-0.60891625E-05, 0.40589308E+05, + 0.132E+06, 0.300E+03, 2, 76, 2, 16, 0.40978766E+01, 0.20000155E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000160E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.21210362E-07,-0.53607886E-05, 0.41775105E+05, + 0.132E+06, 0.300E+03, 2, 76, 2, 17, 0.40867381E+01, 0.20000160E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000165E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.26074461E-07,-0.46787490E-05, 0.42981050E+05, + 0.132E+06, 0.300E+03, 2, 76, 2, 18, 0.40764528E+01, 0.20000165E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000169E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.32909763E-07,-0.42263816E-05, 0.44209232E+05, + 0.132E+06, 0.300E+03, 2, 76, 2, 19, 0.40669461E+01, 0.20000169E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000173E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.39932226E-07,-0.37211280E-05, 0.45457881E+05, + 0.132E+06, 0.300E+03, 2, 76, 2, 20, 0.40581494E+01, 0.20000173E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000100E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.48153355E-07, 0.72452363E-04, 0.46724739E+05, + 0.132E+06, 0.300E+03, 2, 76, 2, 21, 0.40500000E+01, 0.20000100E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000100E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.133E+06, 0.300E+03, 2, 77, 2, 1, 0.44479942E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.46546726E-09,-0.77419325E-05, 0.26860012E+05, + 0.133E+06, 0.300E+03, 2, 77, 2, 2, 0.44084932E+01, 0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000020E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.54441140E-09,-0.12416173E-04, 0.27609675E+05, + 0.133E+06, 0.300E+03, 2, 77, 2, 3, 0.43720686E+01, 0.20000020E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000033E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.70675014E-09,-0.12980368E-04, 0.28401425E+05, + 0.133E+06, 0.300E+03, 2, 77, 2, 4, 0.43385487E+01, 0.20000033E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000046E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.93805284E-09,-0.12874789E-04, 0.29237575E+05, + 0.133E+06, 0.300E+03, 2, 77, 2, 5, 0.43077516E+01, 0.20000046E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000059E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12922222E-08,-0.12782456E-04, 0.30112817E+05, + 0.133E+06, 0.300E+03, 2, 77, 2, 6, 0.42794842E+01, 0.20000059E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000071E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.17753458E-08,-0.12539682E-04, 0.31024682E+05, + 0.133E+06, 0.300E+03, 2, 77, 2, 7, 0.42535545E+01, 0.20000071E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000083E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.24174127E-08,-0.12122003E-04, 0.31971309E+05, + 0.133E+06, 0.300E+03, 2, 77, 2, 8, 0.42297763E+01, 0.20000083E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000095E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.32549481E-08,-0.11562288E-04, 0.32950851E+05, + 0.133E+06, 0.300E+03, 2, 77, 2, 9, 0.42079718E+01, 0.20000095E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000106E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.43311835E-08,-0.10893023E-04, 0.33961513E+05, + 0.133E+06, 0.300E+03, 2, 77, 2, 10, 0.41879726E+01, 0.20000106E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000116E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.56963472E-08,-0.10145059E-04, 0.35001572E+05, + 0.133E+06, 0.300E+03, 2, 77, 2, 11, 0.41696217E+01, 0.20000116E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000125E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.74081375E-08,-0.93468634E-05, 0.36069396E+05, + 0.133E+06, 0.300E+03, 2, 77, 2, 12, 0.41527730E+01, 0.20000125E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000134E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.95317955E-08,-0.85240921E-05, 0.37163454E+05, + 0.133E+06, 0.300E+03, 2, 77, 2, 13, 0.41372922E+01, 0.20000134E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000142E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12140566E-07,-0.76995160E-05, 0.38282320E+05, + 0.133E+06, 0.300E+03, 2, 77, 2, 14, 0.41230559E+01, 0.20000142E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000149E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15315794E-07,-0.68930844E-05, 0.39424676E+05, + 0.133E+06, 0.300E+03, 2, 77, 2, 15, 0.41099516E+01, 0.20000149E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000155E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.19147265E-07,-0.61221782E-05, 0.40589308E+05, + 0.133E+06, 0.300E+03, 2, 77, 2, 16, 0.40978766E+01, 0.20000155E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000160E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23733107E-07,-0.54018814E-05, 0.41775105E+05, + 0.133E+06, 0.300E+03, 2, 77, 2, 17, 0.40867381E+01, 0.20000160E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000165E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.29180034E-07,-0.47292721E-05, 0.42981050E+05, + 0.133E+06, 0.300E+03, 2, 77, 2, 18, 0.40764528E+01, 0.20000165E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000169E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.36831795E-07,-0.42904404E-05, 0.44209232E+05, + 0.133E+06, 0.300E+03, 2, 77, 2, 19, 0.40669461E+01, 0.20000169E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000173E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.44691600E-07,-0.37992929E-05, 0.45457881E+05, + 0.133E+06, 0.300E+03, 2, 77, 2, 20, 0.40581494E+01, 0.20000173E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000098E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.53891199E-07, 0.75600547E-04, 0.46724739E+05, + 0.133E+06, 0.300E+03, 2, 77, 2, 21, 0.40500000E+01, 0.20000098E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000098E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.133E+06, 0.300E+03, 2, 78, 2, 1, 0.44479942E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.45686951E-09,-0.77426010E-05, 0.26860012E+05, + 0.133E+06, 0.300E+03, 2, 78, 2, 2, 0.44084932E+01, 0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000020E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.54333213E-09,-0.12417374E-04, 0.27609675E+05, + 0.133E+06, 0.300E+03, 2, 78, 2, 3, 0.43720686E+01, 0.20000020E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000033E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.72574039E-09,-0.12981846E-04, 0.28401425E+05, + 0.133E+06, 0.300E+03, 2, 78, 2, 4, 0.43385487E+01, 0.20000033E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000046E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.98942110E-09,-0.12876670E-04, 0.29237575E+05, + 0.133E+06, 0.300E+03, 2, 78, 2, 5, 0.43077516E+01, 0.20000046E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000059E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13915026E-08,-0.12784969E-04, 0.30112817E+05, + 0.133E+06, 0.300E+03, 2, 78, 2, 6, 0.42794842E+01, 0.20000059E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000071E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.19402432E-08,-0.12543083E-04, 0.31024682E+05, + 0.133E+06, 0.300E+03, 2, 78, 2, 7, 0.42535545E+01, 0.20000071E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000083E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.26693669E-08,-0.12126595E-04, 0.31971309E+05, + 0.133E+06, 0.300E+03, 2, 78, 2, 8, 0.42297763E+01, 0.20000083E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000095E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.36197889E-08,-0.11568451E-04, 0.32950851E+05, + 0.133E+06, 0.300E+03, 2, 78, 2, 9, 0.42079718E+01, 0.20000095E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000106E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.48401610E-08,-0.10901222E-04, 0.33961513E+05, + 0.133E+06, 0.300E+03, 2, 78, 2, 10, 0.41879726E+01, 0.20000106E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000116E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.63869811E-08,-0.10155861E-04, 0.35001572E+05, + 0.133E+06, 0.300E+03, 2, 78, 2, 11, 0.41696217E+01, 0.20000116E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000125E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.83249809E-08,-0.93609529E-05, 0.36069396E+05, + 0.133E+06, 0.300E+03, 2, 78, 2, 12, 0.41527730E+01, 0.20000125E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000134E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10727696E-07,-0.85422844E-05, 0.37163454E+05, + 0.133E+06, 0.300E+03, 2, 78, 2, 13, 0.41372922E+01, 0.20000134E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000142E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13677491E-07,-0.77227842E-05, 0.38282320E+05, + 0.133E+06, 0.300E+03, 2, 78, 2, 14, 0.41230559E+01, 0.20000142E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000149E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.17266066E-07,-0.69225568E-05, 0.39424676E+05, + 0.133E+06, 0.300E+03, 2, 78, 2, 15, 0.41099516E+01, 0.20000149E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000155E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.21594436E-07,-0.61591721E-05, 0.40589308E+05, + 0.133E+06, 0.300E+03, 2, 78, 2, 16, 0.40978766E+01, 0.20000155E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000160E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.26773050E-07,-0.54479236E-05, 0.41775105E+05, + 0.133E+06, 0.300E+03, 2, 78, 2, 17, 0.40867381E+01, 0.20000160E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000165E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.32922277E-07,-0.47858683E-05, 0.42981050E+05, + 0.133E+06, 0.300E+03, 2, 78, 2, 18, 0.40764528E+01, 0.20000165E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000170E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.41557942E-07,-0.43621885E-05, 0.44209232E+05, + 0.133E+06, 0.300E+03, 2, 78, 2, 19, 0.40669461E+01, 0.20000170E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000174E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.50426606E-07,-0.38868502E-05, 0.45457881E+05, + 0.133E+06, 0.300E+03, 2, 78, 2, 20, 0.40581494E+01, 0.20000174E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000094E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.60805275E-07, 0.79145761E-04, 0.46724739E+05, + 0.133E+06, 0.300E+03, 2, 78, 2, 21, 0.40500000E+01, 0.20000094E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000094E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.134E+06, 0.300E+03, 2, 79, 2, 1, 0.44479942E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.44713185E-09,-0.77433801E-05, 0.26860012E+05, + 0.134E+06, 0.300E+03, 2, 79, 2, 2, 0.44084932E+01, 0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000020E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.54281069E-09,-0.12418761E-04, 0.27609675E+05, + 0.134E+06, 0.300E+03, 2, 79, 2, 3, 0.43720686E+01, 0.20000020E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000033E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.74971467E-09,-0.12983549E-04, 0.28401425E+05, + 0.134E+06, 0.300E+03, 2, 79, 2, 4, 0.43385487E+01, 0.20000033E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000046E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10531221E-08,-0.12878824E-04, 0.29237575E+05, + 0.134E+06, 0.300E+03, 2, 79, 2, 5, 0.43077516E+01, 0.20000046E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000059E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15137387E-08,-0.12787838E-04, 0.30112817E+05, + 0.134E+06, 0.300E+03, 2, 79, 2, 6, 0.42794842E+01, 0.20000059E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000071E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.21427089E-08,-0.12546955E-04, 0.31024682E+05, + 0.134E+06, 0.300E+03, 2, 79, 2, 7, 0.42535545E+01, 0.20000071E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000084E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.29782677E-08,-0.12131812E-04, 0.31971309E+05, + 0.134E+06, 0.300E+03, 2, 79, 2, 8, 0.42297763E+01, 0.20000084E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000095E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.40668237E-08,-0.11575441E-04, 0.32950851E+05, + 0.134E+06, 0.300E+03, 2, 79, 2, 9, 0.42079718E+01, 0.20000095E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000106E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.54634196E-08,-0.10910512E-04, 0.33961513E+05, + 0.134E+06, 0.300E+03, 2, 79, 2, 10, 0.41879726E+01, 0.20000106E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000116E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.72323261E-08,-0.10168087E-04, 0.35001572E+05, + 0.134E+06, 0.300E+03, 2, 79, 2, 11, 0.41696217E+01, 0.20000116E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000126E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.94470064E-08,-0.93768934E-05, 0.36069396E+05, + 0.134E+06, 0.300E+03, 2, 79, 2, 12, 0.41527730E+01, 0.20000126E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000134E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12191013E-07,-0.85628585E-05, 0.37163454E+05, + 0.134E+06, 0.300E+03, 2, 79, 2, 13, 0.41372922E+01, 0.20000134E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000142E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15557889E-07,-0.77490873E-05, 0.38282320E+05, + 0.134E+06, 0.300E+03, 2, 79, 2, 14, 0.41230559E+01, 0.20000142E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000149E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.19651973E-07,-0.69558680E-05, 0.39424676E+05, + 0.134E+06, 0.300E+03, 2, 79, 2, 15, 0.41099516E+01, 0.20000149E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000155E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.24588032E-07,-0.62009790E-05, 0.40589308E+05, + 0.134E+06, 0.300E+03, 2, 79, 2, 16, 0.40978766E+01, 0.20000155E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000161E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.30491792E-07,-0.54999467E-05, 0.41775105E+05, + 0.134E+06, 0.300E+03, 2, 79, 2, 17, 0.40867381E+01, 0.20000161E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000166E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.37500019E-07,-0.48498020E-05, 0.42981050E+05, + 0.134E+06, 0.300E+03, 2, 79, 2, 18, 0.40764528E+01, 0.20000166E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000170E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.47339029E-07,-0.44432391E-05, 0.44209232E+05, + 0.134E+06, 0.300E+03, 2, 79, 2, 19, 0.40669461E+01, 0.20000170E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000174E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.57441745E-07,-0.39857616E-05, 0.45457881E+05, + 0.134E+06, 0.300E+03, 2, 79, 2, 20, 0.40581494E+01, 0.20000174E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000091E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.69262654E-07, 0.83174945E-04, 0.46724739E+05, + 0.134E+06, 0.300E+03, 2, 79, 2, 21, 0.40500000E+01, 0.20000091E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000091E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.134E+06, 0.300E+03, 2, 80, 2, 1, 0.44479942E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.43580561E-09,-0.77442968E-05, 0.26860012E+05, + 0.134E+06, 0.300E+03, 2, 80, 2, 2, 0.44084932E+01, 0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000020E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.54300472E-09,-0.12420380E-04, 0.27609675E+05, + 0.134E+06, 0.300E+03, 2, 80, 2, 3, 0.43720686E+01, 0.20000020E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000033E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.78054048E-09,-0.12985525E-04, 0.28401425E+05, + 0.134E+06, 0.300E+03, 2, 80, 2, 4, 0.43385487E+01, 0.20000033E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000046E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11332789E-08,-0.12881316E-04, 0.29237575E+05, + 0.134E+06, 0.300E+03, 2, 80, 2, 5, 0.43077516E+01, 0.20000046E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000059E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16667400E-08,-0.12791146E-04, 0.30112817E+05, + 0.134E+06, 0.300E+03, 2, 80, 2, 6, 0.42794842E+01, 0.20000059E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000071E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23956454E-08,-0.12551404E-04, 0.31024682E+05, + 0.134E+06, 0.300E+03, 2, 80, 2, 7, 0.42535545E+01, 0.20000071E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000084E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.33636631E-08,-0.12137797E-04, 0.31971309E+05, + 0.134E+06, 0.300E+03, 2, 80, 2, 8, 0.42297763E+01, 0.20000084E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000095E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.46240651E-08,-0.11583447E-04, 0.32950851E+05, + 0.134E+06, 0.300E+03, 2, 80, 2, 9, 0.42079718E+01, 0.20000095E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000106E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.62401038E-08,-0.10921138E-04, 0.33961513E+05, + 0.134E+06, 0.300E+03, 2, 80, 2, 10, 0.41879726E+01, 0.20000106E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000116E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.82853755E-08,-0.10182066E-04, 0.35001572E+05, + 0.134E+06, 0.300E+03, 2, 80, 2, 11, 0.41696217E+01, 0.20000116E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000126E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10844427E-07,-0.93951045E-05, 0.36069396E+05, + 0.134E+06, 0.300E+03, 2, 80, 2, 12, 0.41527730E+01, 0.20000126E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000134E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14013203E-07,-0.85863559E-05, 0.37163454E+05, + 0.134E+06, 0.300E+03, 2, 80, 2, 13, 0.41372922E+01, 0.20000134E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000142E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.17899268E-07,-0.77791178E-05, 0.38282320E+05, + 0.134E+06, 0.300E+03, 2, 80, 2, 14, 0.41230559E+01, 0.20000142E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000149E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.22622529E-07,-0.69938920E-05, 0.39424676E+05, + 0.134E+06, 0.300E+03, 2, 80, 2, 15, 0.41099516E+01, 0.20000149E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000155E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.28314971E-07,-0.62486970E-05, 0.40589308E+05, + 0.134E+06, 0.300E+03, 2, 80, 2, 16, 0.40978766E+01, 0.20000155E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000161E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.35121338E-07,-0.55593133E-05, 0.41775105E+05, + 0.134E+06, 0.300E+03, 2, 80, 2, 17, 0.40867381E+01, 0.20000161E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000166E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.43198864E-07,-0.49227468E-05, 0.42981050E+05, + 0.134E+06, 0.300E+03, 2, 80, 2, 18, 0.40764528E+01, 0.20000166E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000170E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.54535897E-07,-0.45357118E-05, 0.44209232E+05, + 0.134E+06, 0.300E+03, 2, 80, 2, 19, 0.40669461E+01, 0.20000170E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000175E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.66174883E-07,-0.40986161E-05, 0.45457881E+05, + 0.134E+06, 0.300E+03, 2, 80, 2, 20, 0.40581494E+01, 0.20000175E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000087E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.79791159E-07, 0.87804173E-04, 0.46724739E+05, + 0.134E+06, 0.300E+03, 2, 80, 2, 21, 0.40500000E+01, 0.20000087E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000087E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.135E+06, 0.300E+03, 2, 81, 2, 1, 0.44479942E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14991238E-07,-0.77106773E-05, 0.26860012E+05, + 0.135E+06, 0.300E+03, 2, 81, 2, 2, 0.44084932E+01, 0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000020E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12580579E-07,-0.12376147E-04, 0.27609675E+05, + 0.135E+06, 0.300E+03, 2, 81, 2, 3, 0.43720686E+01, 0.20000020E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000033E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.49766095E-08,-0.12942622E-04, 0.28401425E+05, + 0.135E+06, 0.300E+03, 2, 81, 2, 4, 0.43385487E+01, 0.20000033E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000046E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.80395815E-08,-0.12842449E-04, 0.29237575E+05, + 0.135E+06, 0.300E+03, 2, 81, 2, 5, 0.43077516E+01, 0.20000046E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000059E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.26986066E-07,-0.12756918E-04, 0.30112817E+05, + 0.135E+06, 0.300E+03, 2, 81, 2, 6, 0.42794842E+01, 0.20000059E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000071E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.53021043E-07,-0.12523188E-04, 0.31024682E+05, + 0.135E+06, 0.300E+03, 2, 81, 2, 7, 0.42535545E+01, 0.20000071E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000083E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.87521184E-07,-0.12117245E-04, 0.31971309E+05, + 0.135E+06, 0.300E+03, 2, 81, 2, 8, 0.42297763E+01, 0.20000083E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000095E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.13218072E-06,-0.11572283E-04, 0.32950851E+05, + 0.135E+06, 0.300E+03, 2, 81, 2, 9, 0.42079718E+01, 0.20000095E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000105E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.18902640E-06,-0.10921175E-04, 0.33961513E+05, + 0.135E+06, 0.300E+03, 2, 81, 2, 10, 0.41879726E+01, 0.20000105E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000115E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.26043468E-06,-0.10195223E-04, 0.35001572E+05, + 0.135E+06, 0.300E+03, 2, 81, 2, 11, 0.41696217E+01, 0.20000115E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000124E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.34914924E-06,-0.94234330E-05, 0.36069396E+05, + 0.135E+06, 0.300E+03, 2, 81, 2, 12, 0.41527730E+01, 0.20000124E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000132E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.45829632E-06,-0.86320690E-05, 0.37163454E+05, + 0.135E+06, 0.300E+03, 2, 81, 2, 13, 0.41372922E+01, 0.20000132E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000140E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.59139857E-06,-0.78446121E-05, 0.38282320E+05, + 0.135E+06, 0.300E+03, 2, 81, 2, 14, 0.41230560E+01, 0.20000140E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000146E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.75238602E-06,-0.70817830E-05, 0.39424676E+05, + 0.135E+06, 0.300E+03, 2, 81, 2, 15, 0.41099516E+01, 0.20000146E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000151E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.94560414E-06,-0.63618424E-05, 0.40589308E+05, + 0.135E+06, 0.300E+03, 2, 81, 2, 16, 0.40978766E+01, 0.20000151E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000156E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.11758194E-05,-0.57008403E-05, 0.41775105E+05, + 0.135E+06, 0.300E+03, 2, 81, 2, 17, 0.40867381E+01, 0.20000156E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000160E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.14482224E-05,-0.51029524E-05, 0.42981050E+05, + 0.135E+06, 0.300E+03, 2, 81, 2, 18, 0.40764528E+01, 0.20000160E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000163E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.18293562E-05,-0.47587821E-05, 0.44209233E+05, + 0.135E+06, 0.300E+03, 2, 81, 2, 19, 0.40669462E+01, 0.20000163E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000165E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22199159E-05,-0.43584569E-05, 0.45457881E+05, + 0.135E+06, 0.300E+03, 2, 81, 2, 20, 0.40581494E+01, 0.20000165E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000155E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.26760302E-05, 0.73939460E-05, 0.46724740E+05, + 0.135E+06, 0.300E+03, 2, 81, 2, 21, 0.40500000E+01, 0.20000155E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000155E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.136E+06, 0.300E+03, 2, 82, 2, 1, 0.44479942E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14098259E-08,-0.77167213E-05, 0.26860012E+05, + 0.136E+06, 0.300E+03, 2, 82, 2, 2, 0.44084932E+01, 0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000020E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14837860E-08,-0.12374529E-04, 0.27609675E+05, + 0.136E+06, 0.300E+03, 2, 82, 2, 3, 0.43720686E+01, 0.20000020E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000033E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15523619E-08,-0.12930872E-04, 0.28401425E+05, + 0.136E+06, 0.300E+03, 2, 82, 2, 4, 0.43385487E+01, 0.20000033E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000046E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15791253E-08,-0.12814179E-04, 0.29237575E+05, + 0.136E+06, 0.300E+03, 2, 82, 2, 5, 0.43077516E+01, 0.20000046E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000059E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16523700E-08,-0.12704087E-04, 0.30112817E+05, + 0.136E+06, 0.300E+03, 2, 82, 2, 6, 0.42794842E+01, 0.20000059E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000071E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.17451869E-08,-0.12436492E-04, 0.31024682E+05, + 0.136E+06, 0.300E+03, 2, 82, 2, 7, 0.42535545E+01, 0.20000071E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000083E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.18709034E-08,-0.11985565E-04, 0.31971309E+05, + 0.136E+06, 0.300E+03, 2, 82, 2, 8, 0.42297763E+01, 0.20000083E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000094E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.20449806E-08,-0.11382169E-04, 0.32950852E+05, + 0.136E+06, 0.300E+03, 2, 82, 2, 9, 0.42079718E+01, 0.20000094E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000105E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.22850872E-08,-0.10656389E-04, 0.33961513E+05, + 0.136E+06, 0.300E+03, 2, 82, 2, 10, 0.41879726E+01, 0.20000105E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000115E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.26112927E-08,-0.98362600E-05, 0.35001572E+05, + 0.136E+06, 0.300E+03, 2, 82, 2, 11, 0.41696217E+01, 0.20000115E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000124E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.30459584E-08,-0.89470234E-05, 0.36069396E+05, + 0.136E+06, 0.300E+03, 2, 82, 2, 12, 0.41527730E+01, 0.20000124E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000132E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.36138469E-08,-0.80106548E-05, 0.37163454E+05, + 0.136E+06, 0.300E+03, 2, 82, 2, 13, 0.41372922E+01, 0.20000132E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000139E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.43423158E-08,-0.70458159E-05, 0.38282320E+05, + 0.136E+06, 0.300E+03, 2, 82, 2, 14, 0.41230560E+01, 0.20000139E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000145E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.52612935E-08,-0.60678435E-05, 0.39424676E+05, + 0.136E+06, 0.300E+03, 2, 82, 2, 15, 0.41099516E+01, 0.20000145E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000150E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.64034975E-08,-0.50890582E-05, 0.40589308E+05, + 0.136E+06, 0.300E+03, 2, 82, 2, 16, 0.40978767E+01, 0.20000150E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000154E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.78044589E-08,-0.41189942E-05, 0.41775105E+05, + 0.136E+06, 0.300E+03, 2, 82, 2, 17, 0.40867381E+01, 0.20000154E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000157E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.95024006E-08,-0.31573224E-05, 0.42981050E+05, + 0.136E+06, 0.300E+03, 2, 82, 2, 18, 0.40764529E+01, 0.20000157E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000160E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11938998E-07,-0.22998487E-05, 0.44209233E+05, + 0.136E+06, 0.300E+03, 2, 82, 2, 19, 0.40669462E+01, 0.20000160E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000161E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14470885E-07,-0.13708995E-05, 0.45457882E+05, + 0.136E+06, 0.300E+03, 2, 82, 2, 20, 0.40581494E+01, 0.20000161E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000180E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.17469647E-07,-0.18888835E-04, 0.46724740E+05, + 0.136E+06, 0.300E+03, 2, 82, 2, 21, 0.40500000E+01, 0.20000180E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000180E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.136E+06, 0.300E+03, 2, 83, 2, 1, 0.44479942E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15126716E-08,-0.77164537E-05, 0.26860012E+05, + 0.136E+06, 0.300E+03, 2, 83, 2, 2, 0.44084932E+01, 0.20000008E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000020E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15915066E-08,-0.12374378E-04, 0.27609675E+05, + 0.136E+06, 0.300E+03, 2, 83, 2, 3, 0.43720686E+01, 0.20000020E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000033E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16637205E-08,-0.12930803E-04, 0.28401425E+05, + 0.136E+06, 0.300E+03, 2, 83, 2, 4, 0.43385487E+01, 0.20000033E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000046E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16902898E-08,-0.12814250E-04, 0.29237575E+05, + 0.136E+06, 0.300E+03, 2, 83, 2, 5, 0.43077516E+01, 0.20000046E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000059E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.17656081E-08,-0.12704368E-04, 0.30112817E+05, + 0.136E+06, 0.300E+03, 2, 83, 2, 6, 0.42794842E+01, 0.20000059E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000071E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.18607534E-08,-0.12437071E-04, 0.31024682E+05, + 0.136E+06, 0.300E+03, 2, 83, 2, 7, 0.42535545E+01, 0.20000071E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000083E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.19897440E-08,-0.11986549E-04, 0.31971309E+05, + 0.136E+06, 0.300E+03, 2, 83, 2, 8, 0.42297763E+01, 0.20000083E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000094E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.21688660E-08,-0.11383689E-04, 0.32950852E+05, + 0.136E+06, 0.300E+03, 2, 83, 2, 9, 0.42079718E+01, 0.20000094E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000105E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.24167578E-08,-0.10658608E-04, 0.33961513E+05, + 0.136E+06, 0.300E+03, 2, 83, 2, 10, 0.41879726E+01, 0.20000105E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000115E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.27545078E-08,-0.98393717E-05, 0.35001572E+05, + 0.136E+06, 0.300E+03, 2, 83, 2, 11, 0.41696217E+01, 0.20000115E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000124E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.32055201E-08,-0.89512659E-05, 0.36069396E+05, + 0.136E+06, 0.300E+03, 2, 83, 2, 12, 0.41527730E+01, 0.20000124E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000132E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.37959641E-08,-0.80163076E-05, 0.37163454E+05, + 0.136E+06, 0.300E+03, 2, 83, 2, 13, 0.41372922E+01, 0.20000132E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000139E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.45544584E-08,-0.70532101E-05, 0.38282320E+05, + 0.136E+06, 0.300E+03, 2, 83, 2, 14, 0.41230560E+01, 0.20000139E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000145E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.55124838E-08,-0.60773723E-05, 0.39424676E+05, + 0.136E+06, 0.300E+03, 2, 83, 2, 15, 0.41099516E+01, 0.20000145E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000150E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.67044069E-08,-0.51011709E-05, 0.40589308E+05, + 0.136E+06, 0.300E+03, 2, 83, 2, 16, 0.40978767E+01, 0.20000150E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000154E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.81673109E-08,-0.41342160E-05, 0.41775105E+05, + 0.136E+06, 0.300E+03, 2, 83, 2, 17, 0.40867381E+01, 0.20000154E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000157E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.99415289E-08,-0.31762840E-05, 0.42981050E+05, + 0.136E+06, 0.300E+03, 2, 83, 2, 18, 0.40764529E+01, 0.20000157E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000160E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12489181E-07,-0.23240041E-05, 0.44209233E+05, + 0.136E+06, 0.300E+03, 2, 83, 2, 19, 0.40669462E+01, 0.20000160E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000161E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15137412E-07,-0.14004276E-05, 0.45457882E+05, + 0.136E+06, 0.300E+03, 2, 83, 2, 20, 0.40581494E+01, 0.20000161E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000179E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.18274950E-07,-0.17803581E-04, 0.46724740E+05, + 0.136E+06, 0.300E+03, 2, 83, 2, 21, 0.40500000E+01, 0.20000179E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000179E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.137E+06, 0.300E+03, 2, 84, 2, 1, 0.44479939E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10693200E-04, 0.37877951E-05, 0.26860009E+05, + 0.137E+06, 0.300E+03, 2, 84, 2, 2, 0.44084929E+01, 0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000018E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11213328E-04, 0.13730873E-06, 0.27609672E+05, + 0.137E+06, 0.300E+03, 2, 84, 2, 3, 0.43720684E+01, 0.20000018E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000030E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11506787E-04,-0.73391571E-07, 0.28401421E+05, + 0.137E+06, 0.300E+03, 2, 84, 2, 4, 0.43385484E+01, 0.20000030E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000041E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11282064E-04,-0.20539270E-06, 0.29237571E+05, + 0.137E+06, 0.300E+03, 2, 84, 2, 5, 0.43077513E+01, 0.20000041E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000052E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11150474E-04,-0.25598147E-06, 0.30112814E+05, + 0.137E+06, 0.300E+03, 2, 84, 2, 6, 0.42794839E+01, 0.20000052E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000064E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10857782E-04,-0.33288495E-06, 0.31024679E+05, + 0.137E+06, 0.300E+03, 2, 84, 2, 7, 0.42535542E+01, 0.20000064E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000074E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10430370E-04,-0.38759060E-06, 0.31971306E+05, + 0.137E+06, 0.300E+03, 2, 84, 2, 8, 0.42297761E+01, 0.20000074E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000085E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.98951250E-05,-0.42237102E-06, 0.32950849E+05, + 0.137E+06, 0.300E+03, 2, 84, 2, 9, 0.42079715E+01, 0.20000085E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000094E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.92781932E-05,-0.43993955E-06, 0.33961511E+05, + 0.137E+06, 0.300E+03, 2, 84, 2, 10, 0.41879724E+01, 0.20000094E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000104E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.86041341E-05,-0.44312409E-06, 0.35001570E+05, + 0.137E+06, 0.300E+03, 2, 84, 2, 11, 0.41696215E+01, 0.20000104E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000112E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.78954231E-05,-0.43465797E-06, 0.36069394E+05, + 0.137E+06, 0.300E+03, 2, 84, 2, 12, 0.41527729E+01, 0.20000112E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000119E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.71722176E-05,-0.41703409E-06, 0.37163452E+05, + 0.137E+06, 0.300E+03, 2, 84, 2, 13, 0.41372921E+01, 0.20000119E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000126E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.64523262E-05,-0.39244202E-06, 0.38282318E+05, + 0.137E+06, 0.300E+03, 2, 84, 2, 14, 0.41230558E+01, 0.20000126E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000132E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.57513124E-05,-0.36273729E-06, 0.39424674E+05, + 0.137E+06, 0.300E+03, 2, 84, 2, 15, 0.41099515E+01, 0.20000132E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000138E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.50826867E-05,-0.32944471E-06, 0.40589307E+05, + 0.137E+06, 0.300E+03, 2, 84, 2, 16, 0.40978765E+01, 0.20000138E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000143E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.44581445E-05,-0.29379171E-06, 0.41775104E+05, + 0.137E+06, 0.300E+03, 2, 84, 2, 17, 0.40867380E+01, 0.20000143E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000147E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.38878217E-05,-0.24285532E-06, 0.42981049E+05, + 0.137E+06, 0.300E+03, 2, 84, 2, 18, 0.40764528E+01, 0.20000147E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000150E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.34975672E-05,-0.21129353E-06, 0.44209232E+05, + 0.137E+06, 0.300E+03, 2, 84, 2, 19, 0.40669461E+01, 0.20000150E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000154E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.30500105E-05,-0.18719892E-06, 0.45457881E+05, + 0.137E+06, 0.300E+03, 2, 84, 2, 20, 0.40581494E+01, 0.20000154E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000093E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.26842110E-05, 0.63291042E-04, 0.46724739E+05, + 0.137E+06, 0.300E+03, 2, 84, 2, 21, 0.40500000E+01, 0.20000093E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000093E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.137E+06, 0.300E+03, 2, 85, 2, 1, 0.44479939E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.42702595E-09,-0.69053810E-05, 0.26860009E+05, + 0.137E+06, 0.300E+03, 2, 85, 2, 2, 0.44084929E+01, 0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000018E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.48883521E-09,-0.11076285E-04, 0.27609672E+05, + 0.137E+06, 0.300E+03, 2, 85, 2, 3, 0.43720684E+01, 0.20000018E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000030E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.61042859E-09,-0.11580519E-04, 0.28401421E+05, + 0.137E+06, 0.300E+03, 2, 85, 2, 4, 0.43385484E+01, 0.20000030E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000041E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.77908529E-09,-0.11487918E-04, 0.29237571E+05, + 0.137E+06, 0.300E+03, 2, 85, 2, 5, 0.43077513E+01, 0.20000041E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000052E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10394191E-08,-0.11407108E-04, 0.30112814E+05, + 0.137E+06, 0.300E+03, 2, 85, 2, 6, 0.42794839E+01, 0.20000052E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000064E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13941826E-08,-0.11191595E-04, 0.31024679E+05, + 0.137E+06, 0.300E+03, 2, 85, 2, 7, 0.42535542E+01, 0.20000064E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000074E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.18658102E-08,-0.10819266E-04, 0.31971306E+05, + 0.137E+06, 0.300E+03, 2, 85, 2, 8, 0.42297761E+01, 0.20000074E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000085E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.24817321E-08,-0.10319302E-04, 0.32950849E+05, + 0.137E+06, 0.300E+03, 2, 85, 2, 9, 0.42079715E+01, 0.20000085E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000095E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.32743022E-08,-0.97205933E-05, 0.33961511E+05, + 0.137E+06, 0.300E+03, 2, 85, 2, 10, 0.41879724E+01, 0.20000095E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000104E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.42811735E-08,-0.90505612E-05, 0.35001570E+05, + 0.137E+06, 0.300E+03, 2, 85, 2, 11, 0.41696215E+01, 0.20000104E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000112E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.55454681E-08,-0.83344490E-05, 0.36069394E+05, + 0.137E+06, 0.300E+03, 2, 85, 2, 12, 0.41527729E+01, 0.20000112E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000120E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.71157895E-08,-0.75949633E-05, 0.37163452E+05, + 0.137E+06, 0.300E+03, 2, 85, 2, 13, 0.41372921E+01, 0.20000120E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000126E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.90469500E-08,-0.68521412E-05, 0.38282318E+05, + 0.137E+06, 0.300E+03, 2, 85, 2, 14, 0.41230558E+01, 0.20000126E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000133E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11399582E-07,-0.61234652E-05, 0.39424674E+05, + 0.137E+06, 0.300E+03, 2, 85, 2, 15, 0.41099515E+01, 0.20000133E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000138E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14240577E-07,-0.54240312E-05, 0.40589307E+05, + 0.137E+06, 0.300E+03, 2, 85, 2, 16, 0.40978765E+01, 0.20000138E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000143E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.17643154E-07,-0.47668329E-05, 0.41775104E+05, + 0.137E+06, 0.300E+03, 2, 85, 2, 17, 0.40867380E+01, 0.20000143E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000147E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.21686938E-07,-0.41490148E-05, 0.42981049E+05, + 0.137E+06, 0.300E+03, 2, 85, 2, 18, 0.40764528E+01, 0.20000147E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000151E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.27370794E-07,-0.37322301E-05, 0.44209232E+05, + 0.137E+06, 0.300E+03, 2, 85, 2, 19, 0.40669461E+01, 0.20000151E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000154E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.33211060E-07,-0.32658980E-05, 0.45457880E+05, + 0.137E+06, 0.300E+03, 2, 85, 2, 20, 0.40581494E+01, 0.20000154E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000091E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.40049248E-07, 0.62988831E-04, 0.46724739E+05, + 0.137E+06, 0.300E+03, 2, 85, 2, 21, 0.40500000E+01, 0.20000091E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000091E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.138E+06, 0.300E+03, 2, 86, 2, 1, 0.44479939E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.42051397E-09,-0.69058505E-05, 0.26860009E+05, + 0.138E+06, 0.300E+03, 2, 86, 2, 2, 0.44084929E+01, 0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000018E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.48723450E-09,-0.11077142E-04, 0.27609672E+05, + 0.138E+06, 0.300E+03, 2, 86, 2, 3, 0.43720684E+01, 0.20000018E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000030E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.62203374E-09,-0.11581583E-04, 0.28401421E+05, + 0.138E+06, 0.300E+03, 2, 86, 2, 4, 0.43385484E+01, 0.20000030E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000041E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.81208176E-09,-0.11489281E-04, 0.29237571E+05, + 0.138E+06, 0.300E+03, 2, 86, 2, 5, 0.43077513E+01, 0.20000041E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000052E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11040053E-08,-0.11408940E-04, 0.30112814E+05, + 0.138E+06, 0.300E+03, 2, 86, 2, 6, 0.42794839E+01, 0.20000052E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000064E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15019881E-08,-0.11194087E-04, 0.31024679E+05, + 0.138E+06, 0.300E+03, 2, 86, 2, 7, 0.42535542E+01, 0.20000064E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000074E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.20310593E-08,-0.10822642E-04, 0.31971306E+05, + 0.138E+06, 0.300E+03, 2, 86, 2, 8, 0.42297761E+01, 0.20000074E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000085E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.27214992E-08,-0.10323845E-04, 0.32950849E+05, + 0.138E+06, 0.300E+03, 2, 86, 2, 9, 0.42079715E+01, 0.20000085E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000095E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.36091903E-08,-0.97266487E-05, 0.33961511E+05, + 0.138E+06, 0.300E+03, 2, 86, 2, 10, 0.41879724E+01, 0.20000095E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000104E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.47358723E-08,-0.90585491E-05, 0.35001570E+05, + 0.138E+06, 0.300E+03, 2, 86, 2, 11, 0.41696215E+01, 0.20000104E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000112E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.61493726E-08,-0.83448778E-05, 0.36069394E+05, + 0.138E+06, 0.300E+03, 2, 86, 2, 12, 0.41527729E+01, 0.20000112E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000120E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.79037515E-08,-0.76084417E-05, 0.37163452E+05, + 0.138E+06, 0.300E+03, 2, 86, 2, 13, 0.41372921E+01, 0.20000120E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000126E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10059836E-07,-0.68693876E-05, 0.38282318E+05, + 0.138E+06, 0.300E+03, 2, 86, 2, 14, 0.41230558E+01, 0.20000126E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000133E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12685074E-07,-0.61453177E-05, 0.39424674E+05, + 0.138E+06, 0.300E+03, 2, 86, 2, 15, 0.41099515E+01, 0.20000133E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000138E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15853705E-07,-0.54514729E-05, 0.40589307E+05, + 0.138E+06, 0.300E+03, 2, 86, 2, 16, 0.40978765E+01, 0.20000138E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000143E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.19647244E-07,-0.48009896E-05, 0.41775104E+05, + 0.138E+06, 0.300E+03, 2, 86, 2, 17, 0.40867380E+01, 0.20000143E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000147E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.24154069E-07,-0.41910180E-05, 0.42981049E+05, + 0.138E+06, 0.300E+03, 2, 86, 2, 18, 0.40764528E+01, 0.20000147E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000151E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.30486650E-07,-0.37854852E-05, 0.44209232E+05, + 0.138E+06, 0.300E+03, 2, 86, 2, 19, 0.40669461E+01, 0.20000151E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000154E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.36992181E-07,-0.33308832E-05, 0.45457880E+05, + 0.138E+06, 0.300E+03, 2, 86, 2, 20, 0.40581494E+01, 0.20000154E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000089E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.44607708E-07, 0.65597665E-04, 0.46724739E+05, + 0.138E+06, 0.300E+03, 2, 86, 2, 21, 0.40500000E+01, 0.20000089E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000089E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.139E+06, 0.300E+03, 2, 87, 2, 1, 0.44479939E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.41337141E-09,-0.69063919E-05, 0.26860009E+05, + 0.139E+06, 0.300E+03, 2, 87, 2, 2, 0.44084929E+01, 0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000018E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.48599759E-09,-0.11078121E-04, 0.27609672E+05, + 0.139E+06, 0.300E+03, 2, 87, 2, 3, 0.43720684E+01, 0.20000018E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000030E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.63656141E-09,-0.11582791E-04, 0.28401421E+05, + 0.139E+06, 0.300E+03, 2, 87, 2, 4, 0.43385484E+01, 0.20000030E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000041E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.85209952E-09,-0.11490822E-04, 0.29237571E+05, + 0.139E+06, 0.300E+03, 2, 87, 2, 5, 0.43077513E+01, 0.20000041E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000052E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11817125E-08,-0.11411004E-04, 0.30112814E+05, + 0.139E+06, 0.300E+03, 2, 87, 2, 6, 0.42794839E+01, 0.20000052E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000064E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16314152E-08,-0.11196886E-04, 0.31024679E+05, + 0.139E+06, 0.300E+03, 2, 87, 2, 7, 0.42535542E+01, 0.20000064E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000074E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.22290745E-08,-0.10826426E-04, 0.31971306E+05, + 0.139E+06, 0.300E+03, 2, 87, 2, 8, 0.42297761E+01, 0.20000074E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000085E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.30084387E-08,-0.10328929E-04, 0.32950849E+05, + 0.139E+06, 0.300E+03, 2, 87, 2, 9, 0.42079715E+01, 0.20000085E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000095E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.40096347E-08,-0.97334174E-05, 0.33961511E+05, + 0.139E+06, 0.300E+03, 2, 87, 2, 10, 0.41879724E+01, 0.20000095E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000104E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.52793621E-08,-0.90674731E-05, 0.35001570E+05, + 0.139E+06, 0.300E+03, 2, 87, 2, 11, 0.41696215E+01, 0.20000104E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000112E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.68710506E-08,-0.83565200E-05, 0.36069394E+05, + 0.139E+06, 0.300E+03, 2, 87, 2, 12, 0.41527729E+01, 0.20000112E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000120E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.88452604E-08,-0.76234817E-05, 0.37163452E+05, + 0.139E+06, 0.300E+03, 2, 87, 2, 13, 0.41372921E+01, 0.20000120E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000127E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11269949E-07,-0.68886243E-05, 0.38282318E+05, + 0.139E+06, 0.300E+03, 2, 87, 2, 14, 0.41230558E+01, 0.20000127E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000133E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14220617E-07,-0.61696892E-05, 0.39424674E+05, + 0.139E+06, 0.300E+03, 2, 87, 2, 15, 0.41099515E+01, 0.20000133E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000138E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.17780621E-07,-0.54820699E-05, 0.40589307E+05, + 0.139E+06, 0.300E+03, 2, 87, 2, 16, 0.40978765E+01, 0.20000138E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000143E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.22041010E-07,-0.48390701E-05, 0.41775104E+05, + 0.139E+06, 0.300E+03, 2, 87, 2, 17, 0.40867380E+01, 0.20000143E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000147E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.27100905E-07,-0.42378356E-05, 0.42981049E+05, + 0.139E+06, 0.300E+03, 2, 87, 2, 18, 0.40764528E+01, 0.20000147E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000151E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.34208279E-07,-0.38448377E-05, 0.44209232E+05, + 0.139E+06, 0.300E+03, 2, 87, 2, 19, 0.40669461E+01, 0.20000151E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000155E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.41508295E-07,-0.34033140E-05, 0.45457880E+05, + 0.139E+06, 0.300E+03, 2, 87, 2, 20, 0.40581494E+01, 0.20000155E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000086E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.50052258E-07, 0.68519785E-04, 0.46724739E+05, + 0.139E+06, 0.300E+03, 2, 87, 2, 21, 0.40500000E+01, 0.20000086E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000086E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.139E+06, 0.300E+03, 2, 88, 2, 1, 0.44479939E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.40540423E-09,-0.69070198E-05, 0.26860009E+05, + 0.139E+06, 0.300E+03, 2, 88, 2, 2, 0.44084929E+01, 0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000018E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.48522149E-09,-0.11079244E-04, 0.27609672E+05, + 0.139E+06, 0.300E+03, 2, 88, 2, 3, 0.43720684E+01, 0.20000018E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000030E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.65483619E-09,-0.11584174E-04, 0.28401421E+05, + 0.139E+06, 0.300E+03, 2, 88, 2, 4, 0.43385484E+01, 0.20000030E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000041E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.90133350E-09,-0.11492578E-04, 0.29237571E+05, + 0.139E+06, 0.300E+03, 2, 88, 2, 5, 0.43077513E+01, 0.20000041E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000052E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12765910E-08,-0.11413348E-04, 0.30112814E+05, + 0.139E+06, 0.300E+03, 2, 88, 2, 6, 0.42794839E+01, 0.20000052E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000064E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.17888669E-08,-0.11200053E-04, 0.31024679E+05, + 0.139E+06, 0.300E+03, 2, 88, 2, 7, 0.42535542E+01, 0.20000064E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000075E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.24693994E-08,-0.10830702E-04, 0.31971306E+05, + 0.139E+06, 0.300E+03, 2, 88, 2, 8, 0.42297761E+01, 0.20000075E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000085E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.33564235E-08,-0.10334663E-04, 0.32950849E+05, + 0.139E+06, 0.300E+03, 2, 88, 2, 9, 0.42079715E+01, 0.20000085E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000095E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.44950866E-08,-0.97410421E-05, 0.33961511E+05, + 0.139E+06, 0.300E+03, 2, 88, 2, 10, 0.41879724E+01, 0.20000095E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000104E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.59379333E-08,-0.90775163E-05, 0.35001570E+05, + 0.139E+06, 0.300E+03, 2, 88, 2, 11, 0.41696215E+01, 0.20000104E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000112E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.77453054E-08,-0.83696159E-05, 0.36069394E+05, + 0.139E+06, 0.300E+03, 2, 88, 2, 12, 0.41527729E+01, 0.20000112E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000120E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.99855000E-08,-0.76403924E-05, 0.37163452E+05, + 0.139E+06, 0.300E+03, 2, 88, 2, 13, 0.41372921E+01, 0.20000120E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000127E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12735327E-07,-0.69102476E-05, 0.38282318E+05, + 0.139E+06, 0.300E+03, 2, 88, 2, 14, 0.41230558E+01, 0.20000127E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000133E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16080109E-07,-0.61970756E-05, 0.39424674E+05, + 0.139E+06, 0.300E+03, 2, 88, 2, 15, 0.41099515E+01, 0.20000133E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000138E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.20113778E-07,-0.55164489E-05, 0.40589307E+05, + 0.139E+06, 0.300E+03, 2, 88, 2, 16, 0.40978765E+01, 0.20000138E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000143E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.24939388E-07,-0.48818482E-05, 0.41775104E+05, + 0.139E+06, 0.300E+03, 2, 88, 2, 17, 0.40867380E+01, 0.20000143E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000148E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.30668840E-07,-0.42904204E-05, 0.42981049E+05, + 0.139E+06, 0.300E+03, 2, 88, 2, 18, 0.40764528E+01, 0.20000148E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000152E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.38714158E-07,-0.39114984E-05, 0.44209232E+05, + 0.139E+06, 0.300E+03, 2, 88, 2, 19, 0.40669461E+01, 0.20000152E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000155E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.46976032E-07,-0.34846655E-05, 0.45457880E+05, + 0.139E+06, 0.300E+03, 2, 88, 2, 20, 0.40581493E+01, 0.20000155E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000083E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.56644130E-07, 0.71820020E-04, 0.46724739E+05, + 0.139E+06, 0.300E+03, 2, 88, 2, 21, 0.40500000E+01, 0.20000083E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000083E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.140E+06, 0.300E+03, 2, 89, 2, 1, 0.44479939E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.39633354E-09,-0.69077535E-05, 0.26860009E+05, + 0.140E+06, 0.300E+03, 2, 89, 2, 2, 0.44084929E+01, 0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000018E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.48495470E-09,-0.11080546E-04, 0.27609672E+05, + 0.140E+06, 0.300E+03, 2, 89, 2, 3, 0.43720684E+01, 0.20000018E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000030E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.67814350E-09,-0.11585769E-04, 0.28401421E+05, + 0.140E+06, 0.300E+03, 2, 89, 2, 4, 0.43385484E+01, 0.20000030E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000041E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.96264557E-09,-0.11494594E-04, 0.29237571E+05, + 0.140E+06, 0.300E+03, 2, 89, 2, 5, 0.43077513E+01, 0.20000041E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000052E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13940128E-08,-0.11416032E-04, 0.30112814E+05, + 0.140E+06, 0.300E+03, 2, 89, 2, 6, 0.42794839E+01, 0.20000052E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000064E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.19832078E-08,-0.11203670E-04, 0.31024679E+05, + 0.140E+06, 0.300E+03, 2, 89, 2, 7, 0.42535542E+01, 0.20000064E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000075E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.27657855E-08,-0.10835572E-04, 0.31971306E+05, + 0.140E+06, 0.300E+03, 2, 89, 2, 8, 0.42297761E+01, 0.20000075E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000085E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.37851472E-08,-0.10341187E-04, 0.32950849E+05, + 0.140E+06, 0.300E+03, 2, 89, 2, 9, 0.42079715E+01, 0.20000085E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000095E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.50928065E-08,-0.97497067E-05, 0.33961511E+05, + 0.140E+06, 0.300E+03, 2, 89, 2, 10, 0.41879724E+01, 0.20000095E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000104E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.67485234E-08,-0.90889207E-05, 0.35001570E+05, + 0.140E+06, 0.300E+03, 2, 89, 2, 11, 0.41696215E+01, 0.20000104E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000112E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.88211042E-08,-0.83844782E-05, 0.36069394E+05, + 0.140E+06, 0.300E+03, 2, 89, 2, 12, 0.41527729E+01, 0.20000112E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000120E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11388523E-07,-0.76595763E-05, 0.37163452E+05, + 0.140E+06, 0.300E+03, 2, 89, 2, 13, 0.41372921E+01, 0.20000120E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000127E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14538285E-07,-0.69347674E-05, 0.38282318E+05, + 0.140E+06, 0.300E+03, 2, 89, 2, 14, 0.41230558E+01, 0.20000127E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000133E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.18367621E-07,-0.62281280E-05, 0.39424674E+05, + 0.140E+06, 0.300E+03, 2, 89, 2, 15, 0.41099515E+01, 0.20000133E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000139E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.22983950E-07,-0.55554207E-05, 0.40589307E+05, + 0.140E+06, 0.300E+03, 2, 89, 2, 16, 0.40978765E+01, 0.20000139E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000144E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.28504752E-07,-0.49303361E-05, 0.41775104E+05, + 0.140E+06, 0.300E+03, 2, 89, 2, 17, 0.40867380E+01, 0.20000144E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000148E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.35057722E-07,-0.43500115E-05, 0.42981049E+05, + 0.140E+06, 0.300E+03, 2, 89, 2, 18, 0.40764528E+01, 0.20000148E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000152E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.44256764E-07,-0.39870375E-05, 0.44209232E+05, + 0.140E+06, 0.300E+03, 2, 89, 2, 19, 0.40669461E+01, 0.20000152E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000156E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.53701830E-07,-0.35768565E-05, 0.45457880E+05, + 0.140E+06, 0.300E+03, 2, 89, 2, 20, 0.40581493E+01, 0.20000156E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000080E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.64752700E-07, 0.75583666E-04, 0.46724739E+05, + 0.140E+06, 0.300E+03, 2, 89, 2, 21, 0.40500000E+01, 0.20000080E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000080E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.140E+06, 0.300E+03, 2, 90, 2, 1, 0.44479939E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.38566213E-09,-0.69086198E-05, 0.26860009E+05, + 0.140E+06, 0.300E+03, 2, 90, 2, 2, 0.44084929E+01, 0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000018E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.48543977E-09,-0.11082070E-04, 0.27609672E+05, + 0.140E+06, 0.300E+03, 2, 90, 2, 3, 0.43720684E+01, 0.20000018E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000030E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.70816895E-09,-0.11587629E-04, 0.28401421E+05, + 0.140E+06, 0.300E+03, 2, 90, 2, 4, 0.43385484E+01, 0.20000030E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000041E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10402679E-08,-0.11496936E-04, 0.29237571E+05, + 0.140E+06, 0.300E+03, 2, 90, 2, 5, 0.43077513E+01, 0.20000041E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000052E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15419331E-08,-0.11419136E-04, 0.30112814E+05, + 0.140E+06, 0.300E+03, 2, 90, 2, 6, 0.42794839E+01, 0.20000052E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000064E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.22274859E-08,-0.11207843E-04, 0.31024679E+05, + 0.140E+06, 0.300E+03, 2, 90, 2, 7, 0.42535542E+01, 0.20000064E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000075E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.31379022E-08,-0.10841181E-04, 0.31971306E+05, + 0.140E+06, 0.300E+03, 2, 90, 2, 8, 0.42297761E+01, 0.20000075E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000085E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.43231315E-08,-0.10348687E-04, 0.32950849E+05, + 0.140E+06, 0.300E+03, 2, 90, 2, 9, 0.42079715E+01, 0.20000085E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000095E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.58424242E-08,-0.97596571E-05, 0.33961511E+05, + 0.140E+06, 0.300E+03, 2, 90, 2, 10, 0.41879724E+01, 0.20000095E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000104E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.77648535E-08,-0.91020068E-05, 0.35001570E+05, + 0.140E+06, 0.300E+03, 2, 90, 2, 11, 0.41696215E+01, 0.20000104E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000112E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10169751E-07,-0.84015223E-05, 0.36069394E+05, + 0.140E+06, 0.300E+03, 2, 90, 2, 12, 0.41527729E+01, 0.20000112E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000120E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13147049E-07,-0.76815652E-05, 0.37163452E+05, + 0.140E+06, 0.300E+03, 2, 90, 2, 13, 0.41372921E+01, 0.20000120E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000127E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16797712E-07,-0.69628682E-05, 0.38282318E+05, + 0.140E+06, 0.300E+03, 2, 90, 2, 14, 0.41230558E+01, 0.20000127E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000133E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.21234227E-07,-0.62637058E-05, 0.39424674E+05, + 0.140E+06, 0.300E+03, 2, 90, 2, 15, 0.41099515E+01, 0.20000133E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000139E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.26580504E-07,-0.56000633E-05, 0.40589307E+05, + 0.140E+06, 0.300E+03, 2, 90, 2, 16, 0.40978765E+01, 0.20000139E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000144E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.32972312E-07,-0.49858783E-05, 0.41775104E+05, + 0.140E+06, 0.300E+03, 2, 90, 2, 17, 0.40867380E+01, 0.20000144E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000148E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.40557085E-07,-0.44182518E-05, 0.42981049E+05, + 0.140E+06, 0.300E+03, 2, 90, 2, 18, 0.40764528E+01, 0.20000148E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000152E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.51201714E-07,-0.40735447E-05, 0.44209232E+05, + 0.140E+06, 0.300E+03, 2, 90, 2, 19, 0.40669461E+01, 0.20000152E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000156E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.62129232E-07,-0.36824337E-05, 0.45457880E+05, + 0.140E+06, 0.300E+03, 2, 90, 2, 20, 0.40581493E+01, 0.20000156E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000076E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.74912629E-07, 0.79925480E-04, 0.46724739E+05, + 0.140E+06, 0.300E+03, 2, 90, 2, 21, 0.40500000E+01, 0.20000076E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000076E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.141E+06, 0.300E+03, 2, 91, 2, 1, 0.44479939E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.37284432E-09,-0.69096549E-05, 0.26860009E+05, + 0.141E+06, 0.300E+03, 2, 91, 2, 2, 0.44084929E+01, 0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000018E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.48693134E-09,-0.11083878E-04, 0.27609672E+05, + 0.141E+06, 0.300E+03, 2, 91, 2, 3, 0.43720684E+01, 0.20000018E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000030E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.74750763E-09,-0.11589825E-04, 0.28401421E+05, + 0.141E+06, 0.300E+03, 2, 91, 2, 4, 0.43385484E+01, 0.20000030E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000041E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11406034E-08,-0.11499689E-04, 0.29237571E+05, + 0.141E+06, 0.300E+03, 2, 91, 2, 5, 0.43077513E+01, 0.20000041E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000053E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.17323813E-08,-0.11422774E-04, 0.30112814E+05, + 0.141E+06, 0.300E+03, 2, 91, 2, 6, 0.42794839E+01, 0.20000053E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000064E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.25413829E-08,-0.11212717E-04, 0.31024679E+05, + 0.141E+06, 0.300E+03, 2, 91, 2, 7, 0.42535542E+01, 0.20000064E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000075E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.36155082E-08,-0.10847720E-04, 0.31971306E+05, + 0.141E+06, 0.300E+03, 2, 91, 2, 8, 0.42297761E+01, 0.20000075E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000085E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.50131105E-08,-0.10357415E-04, 0.32950849E+05, + 0.141E+06, 0.300E+03, 2, 91, 2, 9, 0.42079715E+01, 0.20000085E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000095E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.68035054E-08,-0.97712288E-05, 0.33961511E+05, + 0.141E+06, 0.300E+03, 2, 91, 2, 10, 0.41879724E+01, 0.20000095E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000104E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.90674924E-08,-0.91172079E-05, 0.35001570E+05, + 0.141E+06, 0.300E+03, 2, 91, 2, 11, 0.41696215E+01, 0.20000104E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000112E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11897937E-07,-0.84213151E-05, 0.36069394E+05, + 0.141E+06, 0.300E+03, 2, 91, 2, 12, 0.41527729E+01, 0.20000112E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000120E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15400146E-07,-0.77070871E-05, 0.37163452E+05, + 0.141E+06, 0.300E+03, 2, 91, 2, 13, 0.41372921E+01, 0.20000120E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000127E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.19692525E-07,-0.69954746E-05, 0.38282318E+05, + 0.141E+06, 0.300E+03, 2, 91, 2, 14, 0.41230558E+01, 0.20000127E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000133E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.24906597E-07,-0.63049805E-05, 0.39424674E+05, + 0.141E+06, 0.300E+03, 2, 91, 2, 15, 0.41099515E+01, 0.20000133E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000139E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.31187786E-07,-0.56518494E-05, 0.40589307E+05, + 0.141E+06, 0.300E+03, 2, 91, 2, 16, 0.40978765E+01, 0.20000139E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000144E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.38695143E-07,-0.50502977E-05, 0.41775104E+05, + 0.141E+06, 0.300E+03, 2, 91, 2, 17, 0.40867380E+01, 0.20000144E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000149E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.47601570E-07,-0.44973853E-05, 0.42981049E+05, + 0.141E+06, 0.300E+03, 2, 91, 2, 18, 0.40764528E+01, 0.20000149E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000153E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.60097809E-07,-0.41738564E-05, 0.44209232E+05, + 0.141E+06, 0.300E+03, 2, 91, 2, 19, 0.40669461E+01, 0.20000153E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000157E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.72924110E-07,-0.38048695E-05, 0.45457880E+05, + 0.141E+06, 0.300E+03, 2, 91, 2, 20, 0.40581493E+01, 0.20000157E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000072E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.87926698E-07, 0.85004130E-04, 0.46724739E+05, + 0.141E+06, 0.300E+03, 2, 91, 2, 21, 0.40500000E+01, 0.20000072E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000072E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.142E+06, 0.300E+03, 2, 92, 2, 1, 0.44479939E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.35707975E-09,-0.69109109E-05, 0.26860009E+05, + 0.142E+06, 0.300E+03, 2, 92, 2, 2, 0.44084929E+01, 0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000018E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.49006000E-09,-0.11086054E-04, 0.27609672E+05, + 0.142E+06, 0.300E+03, 2, 92, 2, 3, 0.43720684E+01, 0.20000018E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000030E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.80046448E-09,-0.11592459E-04, 0.28401421E+05, + 0.142E+06, 0.300E+03, 2, 92, 2, 4, 0.43385484E+01, 0.20000030E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000041E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12738019E-08,-0.11502978E-04, 0.29237571E+05, + 0.142E+06, 0.300E+03, 2, 92, 2, 5, 0.43077513E+01, 0.20000041E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000053E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.19841051E-08,-0.11427101E-04, 0.30112814E+05, + 0.142E+06, 0.300E+03, 2, 92, 2, 6, 0.42794839E+01, 0.20000053E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000064E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.29554940E-08,-0.11218501E-04, 0.31024679E+05, + 0.142E+06, 0.300E+03, 2, 92, 2, 7, 0.42535542E+01, 0.20000064E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000075E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.42449392E-08,-0.10855459E-04, 0.31971306E+05, + 0.142E+06, 0.300E+03, 2, 92, 2, 8, 0.42297761E+01, 0.20000075E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000085E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.59218291E-08,-0.10367732E-04, 0.32950849E+05, + 0.142E+06, 0.300E+03, 2, 92, 2, 9, 0.42079715E+01, 0.20000085E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000095E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.80687945E-08,-0.97848874E-05, 0.33961511E+05, + 0.142E+06, 0.300E+03, 2, 92, 2, 10, 0.41879724E+01, 0.20000095E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000104E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10782048E-07,-0.91351399E-05, 0.35001570E+05, + 0.142E+06, 0.300E+03, 2, 92, 2, 11, 0.41696215E+01, 0.20000104E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000112E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14172207E-07,-0.84446456E-05, 0.36069394E+05, + 0.142E+06, 0.300E+03, 2, 92, 2, 12, 0.41527729E+01, 0.20000112E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000120E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.18364857E-07,-0.77371633E-05, 0.37163452E+05, + 0.142E+06, 0.300E+03, 2, 92, 2, 13, 0.41372921E+01, 0.20000120E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000127E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23501173E-07,-0.70338865E-05, 0.38282318E+05, + 0.142E+06, 0.300E+03, 2, 92, 2, 14, 0.41230558E+01, 0.20000127E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000134E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.29738148E-07,-0.63535928E-05, 0.39424674E+05, + 0.142E+06, 0.300E+03, 2, 92, 2, 15, 0.41099515E+01, 0.20000134E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000139E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.37249071E-07,-0.57128353E-05, 0.40589307E+05, + 0.142E+06, 0.300E+03, 2, 92, 2, 16, 0.40978765E+01, 0.20000139E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000144E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.46223722E-07,-0.51261573E-05, 0.41775104E+05, + 0.142E+06, 0.300E+03, 2, 92, 2, 17, 0.40867380E+01, 0.20000144E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000149E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.56868618E-07,-0.45905505E-05, 0.42981049E+05, + 0.142E+06, 0.300E+03, 2, 92, 2, 18, 0.40764528E+01, 0.20000149E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000154E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.71800484E-07,-0.42919558E-05, 0.44209232E+05, + 0.142E+06, 0.300E+03, 2, 92, 2, 19, 0.40669461E+01, 0.20000154E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000158E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.87124572E-07,-0.39490243E-05, 0.45457880E+05, + 0.142E+06, 0.300E+03, 2, 92, 2, 20, 0.40581493E+01, 0.20000158E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000067E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10504635E-06, 0.91046138E-04, 0.46724739E+05, + 0.142E+06, 0.300E+03, 2, 92, 2, 21, 0.40500000E+01, 0.20000067E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000067E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.142E+06, 0.300E+03, 2, 93, 2, 1, 0.44479939E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12050562E-08,-0.68879557E-05, 0.26860009E+05, + 0.142E+06, 0.300E+03, 2, 93, 2, 2, 0.44084929E+01, 0.20000007E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000018E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11186664E-08,-0.11048041E-04, 0.27609672E+05, + 0.142E+06, 0.300E+03, 2, 93, 2, 3, 0.43720684E+01, 0.20000018E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000029E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.77944909E-09,-0.11547471E-04, 0.28401421E+05, + 0.142E+06, 0.300E+03, 2, 93, 2, 4, 0.43385484E+01, 0.20000029E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000041E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16338163E-09,-0.11448140E-04, 0.29237571E+05, + 0.142E+06, 0.300E+03, 2, 93, 2, 5, 0.43077513E+01, 0.20000041E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000052E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.72417606E-09,-0.11356473E-04, 0.30112814E+05, + 0.142E+06, 0.300E+03, 2, 93, 2, 6, 0.42794839E+01, 0.20000052E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000063E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19489623E-08,-0.11125760E-04, 0.31024679E+05, + 0.142E+06, 0.300E+03, 2, 93, 2, 7, 0.42535542E+01, 0.20000063E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000074E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.35733683E-08,-0.10733060E-04, 0.31971306E+05, + 0.142E+06, 0.300E+03, 2, 93, 2, 8, 0.42297761E+01, 0.20000074E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000084E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.56744466E-08,-0.10206315E-04, 0.32950849E+05, + 0.142E+06, 0.300E+03, 2, 93, 2, 9, 0.42079715E+01, 0.20000084E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000094E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.83445775E-08,-0.95729168E-05, 0.33961511E+05, + 0.142E+06, 0.300E+03, 2, 93, 2, 10, 0.41879724E+01, 0.20000094E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000103E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.11692270E-07,-0.88585465E-05, 0.35001570E+05, + 0.142E+06, 0.300E+03, 2, 93, 2, 11, 0.41696215E+01, 0.20000103E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000111E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.15843058E-07,-0.80864328E-05, 0.36069394E+05, + 0.142E+06, 0.300E+03, 2, 93, 2, 12, 0.41527729E+01, 0.20000111E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000118E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20940133E-07,-0.72770148E-05, 0.37163452E+05, + 0.142E+06, 0.300E+03, 2, 93, 2, 13, 0.41372921E+01, 0.20000118E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000125E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.27145094E-07,-0.64477594E-05, 0.38282318E+05, + 0.142E+06, 0.300E+03, 2, 93, 2, 14, 0.41230558E+01, 0.20000125E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000130E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.34638142E-07,-0.56132811E-05, 0.39424674E+05, + 0.142E+06, 0.300E+03, 2, 93, 2, 15, 0.41099515E+01, 0.20000130E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000135E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.43618760E-07,-0.47855524E-05, 0.40589307E+05, + 0.142E+06, 0.300E+03, 2, 93, 2, 16, 0.40978766E+01, 0.20000135E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000139E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.54305710E-07,-0.39740826E-05, 0.41775104E+05, + 0.142E+06, 0.300E+03, 2, 93, 2, 17, 0.40867380E+01, 0.20000139E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000142E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.66937185E-07,-0.31783736E-05, 0.42981049E+05, + 0.142E+06, 0.300E+03, 2, 93, 2, 18, 0.40764528E+01, 0.20000142E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000144E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.84588246E-07,-0.25027538E-05, 0.44209232E+05, + 0.142E+06, 0.300E+03, 2, 93, 2, 19, 0.40669461E+01, 0.20000144E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000146E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10266519E-06,-0.17651023E-05, 0.45457881E+05, + 0.142E+06, 0.300E+03, 2, 93, 2, 20, 0.40581494E+01, 0.20000146E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000146E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.12375979E-06,-0.11176379E-06, 0.46724740E+05, + 0.142E+06, 0.300E+03, 2, 93, 2, 21, 0.40500000E+01, 0.20000146E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000146E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.143E+06, 0.300E+03, 2, 94, 2, 1, 0.44479937E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.38414631E-09,-0.61626598E-05, 0.26860006E+05, + 0.143E+06, 0.300E+03, 2, 94, 2, 2, 0.44084927E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000016E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.43709103E-09,-0.98842828E-05, 0.27609669E+05, + 0.143E+06, 0.300E+03, 2, 94, 2, 3, 0.43720681E+01, 0.20000016E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000026E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.53939099E-09,-0.10334852E-04, 0.28401418E+05, + 0.143E+06, 0.300E+03, 2, 94, 2, 4, 0.43385482E+01, 0.20000026E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.67988973E-09,-0.10253080E-04, 0.29237568E+05, + 0.143E+06, 0.300E+03, 2, 94, 2, 5, 0.43077511E+01, 0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000047E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.89744087E-09,-0.10181973E-04, 0.30112811E+05, + 0.143E+06, 0.300E+03, 2, 94, 2, 6, 0.42794837E+01, 0.20000047E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000057E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11936815E-08,-0.99905708E-05, 0.31024676E+05, + 0.143E+06, 0.300E+03, 2, 94, 2, 7, 0.42535540E+01, 0.20000057E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000066E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15876746E-08,-0.96589775E-05, 0.31971303E+05, + 0.143E+06, 0.300E+03, 2, 94, 2, 8, 0.42297759E+01, 0.20000066E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000076E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.21024365E-08,-0.92131227E-05, 0.32950846E+05, + 0.143E+06, 0.300E+03, 2, 94, 2, 9, 0.42079714E+01, 0.20000076E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000084E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.27652034E-08,-0.86787058E-05, 0.33961508E+05, + 0.143E+06, 0.300E+03, 2, 94, 2, 10, 0.41879722E+01, 0.20000084E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000092E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.36076138E-08,-0.80801500E-05, 0.35001567E+05, + 0.143E+06, 0.300E+03, 2, 94, 2, 11, 0.41696213E+01, 0.20000092E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000100E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.46658776E-08,-0.74399468E-05, 0.36069392E+05, + 0.143E+06, 0.300E+03, 2, 94, 2, 12, 0.41527727E+01, 0.20000100E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000107E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.59810312E-08,-0.67783216E-05, 0.37163450E+05, + 0.143E+06, 0.300E+03, 2, 94, 2, 13, 0.41372920E+01, 0.20000107E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000113E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.75989616E-08,-0.61131452E-05, 0.38282316E+05, + 0.143E+06, 0.300E+03, 2, 94, 2, 14, 0.41230557E+01, 0.20000113E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000118E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.95707219E-08,-0.54599998E-05, 0.39424673E+05, + 0.143E+06, 0.300E+03, 2, 94, 2, 15, 0.41099514E+01, 0.20000118E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000123E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11952555E-07,-0.48323594E-05, 0.40589306E+05, + 0.143E+06, 0.300E+03, 2, 94, 2, 16, 0.40978765E+01, 0.20000123E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000127E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14805870E-07,-0.42418424E-05, 0.41775103E+05, + 0.143E+06, 0.300E+03, 2, 94, 2, 17, 0.40867380E+01, 0.20000127E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000131E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.18197534E-07,-0.36860149E-05, 0.42981048E+05, + 0.143E+06, 0.300E+03, 2, 94, 2, 18, 0.40764527E+01, 0.20000131E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000134E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.22965833E-07,-0.33083349E-05, 0.44209231E+05, + 0.143E+06, 0.300E+03, 2, 94, 2, 19, 0.40669461E+01, 0.20000134E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000137E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.27866142E-07,-0.28865955E-05, 0.45457880E+05, + 0.143E+06, 0.300E+03, 2, 94, 2, 20, 0.40581493E+01, 0.20000137E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000082E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.33604253E-07, 0.54944636E-04, 0.46724739E+05, + 0.143E+06, 0.300E+03, 2, 94, 2, 21, 0.40500000E+01, 0.20000082E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000082E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.143E+06, 0.300E+03, 2, 95, 2, 1, 0.44479937E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.37862871E-09,-0.61630454E-05, 0.26860006E+05, + 0.143E+06, 0.300E+03, 2, 95, 2, 2, 0.44084927E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000016E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.43544181E-09,-0.98849925E-05, 0.27609669E+05, + 0.143E+06, 0.300E+03, 2, 95, 2, 3, 0.43720681E+01, 0.20000016E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000026E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.54843743E-09,-0.10335734E-04, 0.28401418E+05, + 0.143E+06, 0.300E+03, 2, 95, 2, 4, 0.43385482E+01, 0.20000026E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.70618019E-09,-0.10254213E-04, 0.29237568E+05, + 0.143E+06, 0.300E+03, 2, 95, 2, 5, 0.43077511E+01, 0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000047E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.94918505E-09,-0.10183500E-04, 0.30112811E+05, + 0.143E+06, 0.300E+03, 2, 95, 2, 6, 0.42794837E+01, 0.20000047E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000057E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12803745E-08,-0.99926503E-05, 0.31024676E+05, + 0.143E+06, 0.300E+03, 2, 95, 2, 7, 0.42535540E+01, 0.20000057E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000066E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.17206791E-08,-0.96618005E-05, 0.31971303E+05, + 0.143E+06, 0.300E+03, 2, 95, 2, 8, 0.42297759E+01, 0.20000066E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000076E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.22955404E-08,-0.92169227E-05, 0.32950846E+05, + 0.143E+06, 0.300E+03, 2, 95, 2, 9, 0.42079714E+01, 0.20000076E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000084E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.30350202E-08,-0.86837756E-05, 0.33961508E+05, + 0.143E+06, 0.300E+03, 2, 95, 2, 10, 0.41879722E+01, 0.20000084E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000092E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.39740795E-08,-0.80868408E-05, 0.35001567E+05, + 0.143E+06, 0.300E+03, 2, 95, 2, 11, 0.41696213E+01, 0.20000092E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000100E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.51527362E-08,-0.74486870E-05, 0.36069392E+05, + 0.143E+06, 0.300E+03, 2, 95, 2, 12, 0.41527727E+01, 0.20000100E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000107E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.66163193E-08,-0.67896201E-05, 0.37163450E+05, + 0.143E+06, 0.300E+03, 2, 95, 2, 13, 0.41372920E+01, 0.20000107E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000113E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.84157121E-08,-0.61276028E-05, 0.38282316E+05, + 0.143E+06, 0.300E+03, 2, 95, 2, 14, 0.41230557E+01, 0.20000113E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000118E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10607303E-07,-0.54783261E-05, 0.39424673E+05, + 0.143E+06, 0.300E+03, 2, 95, 2, 15, 0.41099514E+01, 0.20000118E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000123E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13253424E-07,-0.48553707E-05, 0.40589306E+05, + 0.143E+06, 0.300E+03, 2, 95, 2, 16, 0.40978765E+01, 0.20000123E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000128E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16422030E-07,-0.42704920E-05, 0.41775103E+05, + 0.143E+06, 0.300E+03, 2, 95, 2, 17, 0.40867380E+01, 0.20000128E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000131E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.20187217E-07,-0.37212454E-05, 0.42981048E+05, + 0.143E+06, 0.300E+03, 2, 95, 2, 18, 0.40764527E+01, 0.20000131E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000135E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.25478706E-07,-0.33530096E-05, 0.44209231E+05, + 0.143E+06, 0.300E+03, 2, 95, 2, 19, 0.40669461E+01, 0.20000135E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000138E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.30915471E-07,-0.29411062E-05, 0.45457880E+05, + 0.143E+06, 0.300E+03, 2, 95, 2, 20, 0.40581493E+01, 0.20000138E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000081E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.37280552E-07, 0.57127024E-04, 0.46724739E+05, + 0.143E+06, 0.300E+03, 2, 95, 2, 21, 0.40500000E+01, 0.20000081E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000081E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.144E+06, 0.300E+03, 2, 96, 2, 1, 0.44479937E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.37262604E-09,-0.61634889E-05, 0.26860006E+05, + 0.144E+06, 0.300E+03, 2, 96, 2, 2, 0.44084927E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000016E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.43418064E-09,-0.98857982E-05, 0.27609669E+05, + 0.144E+06, 0.300E+03, 2, 96, 2, 3, 0.43720681E+01, 0.20000016E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000026E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.55976367E-09,-0.10336732E-04, 0.28401418E+05, + 0.144E+06, 0.300E+03, 2, 96, 2, 4, 0.43385482E+01, 0.20000026E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.73795187E-09,-0.10255489E-04, 0.29237568E+05, + 0.144E+06, 0.300E+03, 2, 96, 2, 5, 0.43077511E+01, 0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000047E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10111277E-08,-0.10185214E-04, 0.30112811E+05, + 0.144E+06, 0.300E+03, 2, 96, 2, 6, 0.42794837E+01, 0.20000047E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000057E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13837416E-08,-0.99949770E-05, 0.31024676E+05, + 0.144E+06, 0.300E+03, 2, 96, 2, 7, 0.42535540E+01, 0.20000057E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000066E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.18789312E-08,-0.96649513E-05, 0.31971303E+05, + 0.144E+06, 0.300E+03, 2, 96, 2, 8, 0.42297759E+01, 0.20000066E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000076E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.25249998E-08,-0.92211599E-05, 0.32950846E+05, + 0.144E+06, 0.300E+03, 2, 96, 2, 9, 0.42079714E+01, 0.20000076E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000084E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.33553564E-08,-0.86894195E-05, 0.33961508E+05, + 0.144E+06, 0.300E+03, 2, 96, 2, 10, 0.41879722E+01, 0.20000084E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000093E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.44089150E-08,-0.80942854E-05, 0.35001567E+05, + 0.144E+06, 0.300E+03, 2, 96, 2, 11, 0.41696213E+01, 0.20000093E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000100E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.57302532E-08,-0.74584048E-05, 0.36069392E+05, + 0.144E+06, 0.300E+03, 2, 96, 2, 12, 0.41527727E+01, 0.20000100E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000107E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.73698660E-08,-0.68021741E-05, 0.37163450E+05, + 0.144E+06, 0.300E+03, 2, 96, 2, 13, 0.41372920E+01, 0.20000107E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000113E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.93842633E-08,-0.61436658E-05, 0.38282316E+05, + 0.144E+06, 0.300E+03, 2, 96, 2, 14, 0.41230557E+01, 0.20000113E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000118E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11836504E-07,-0.54986778E-05, 0.39424673E+05, + 0.144E+06, 0.300E+03, 2, 96, 2, 15, 0.41099514E+01, 0.20000118E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000123E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14795830E-07,-0.48809249E-05, 0.40589306E+05, + 0.144E+06, 0.300E+03, 2, 96, 2, 16, 0.40978765E+01, 0.20000123E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000128E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.18338227E-07,-0.43022977E-05, 0.41775103E+05, + 0.144E+06, 0.300E+03, 2, 96, 2, 17, 0.40867380E+01, 0.20000128E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000131E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.22546083E-07,-0.37603556E-05, 0.42981048E+05, + 0.144E+06, 0.300E+03, 2, 96, 2, 18, 0.40764527E+01, 0.20000131E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000135E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.28457871E-07,-0.34025921E-05, 0.44209231E+05, + 0.144E+06, 0.300E+03, 2, 96, 2, 19, 0.40669461E+01, 0.20000135E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000138E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.34530579E-07,-0.30016123E-05, 0.45457880E+05, + 0.144E+06, 0.300E+03, 2, 96, 2, 20, 0.40581493E+01, 0.20000138E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000078E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.41638899E-07, 0.59560631E-04, 0.46724739E+05, + 0.144E+06, 0.300E+03, 2, 96, 2, 21, 0.40500000E+01, 0.20000078E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000078E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.145E+06, 0.300E+03, 2, 97, 2, 1, 0.44479937E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.36607768E-09,-0.61640009E-05, 0.26860006E+05, + 0.145E+06, 0.300E+03, 2, 97, 2, 2, 0.44084927E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000016E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.43328328E-09,-0.98867199E-05, 0.27609669E+05, + 0.145E+06, 0.300E+03, 2, 97, 2, 3, 0.43720681E+01, 0.20000016E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000026E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.57403668E-09,-0.10337868E-04, 0.28401418E+05, + 0.145E+06, 0.300E+03, 2, 97, 2, 4, 0.43385482E+01, 0.20000026E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.77673273E-09,-0.10256937E-04, 0.29237568E+05, + 0.145E+06, 0.300E+03, 2, 97, 2, 5, 0.43077511E+01, 0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000047E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10861428E-08,-0.10187150E-04, 0.30112811E+05, + 0.145E+06, 0.300E+03, 2, 97, 2, 6, 0.42794837E+01, 0.20000047E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000057E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15083666E-08,-0.99975987E-05, 0.31024676E+05, + 0.145E+06, 0.300E+03, 2, 97, 2, 7, 0.42535540E+01, 0.20000057E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000067E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.20694521E-08,-0.96684935E-05, 0.31971303E+05, + 0.145E+06, 0.300E+03, 2, 97, 2, 8, 0.42297759E+01, 0.20000067E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000076E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.28009526E-08,-0.92259151E-05, 0.32950846E+05, + 0.145E+06, 0.300E+03, 2, 97, 2, 9, 0.42079714E+01, 0.20000076E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000084E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.37404243E-08,-0.86957479E-05, 0.33961508E+05, + 0.145E+06, 0.300E+03, 2, 97, 2, 10, 0.41879722E+01, 0.20000084E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000093E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.49314500E-08,-0.81026243E-05, 0.35001567E+05, + 0.145E+06, 0.300E+03, 2, 97, 2, 11, 0.41696213E+01, 0.20000093E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000100E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.64239915E-08,-0.74692838E-05, 0.36069392E+05, + 0.145E+06, 0.300E+03, 2, 97, 2, 12, 0.41527727E+01, 0.20000100E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000107E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.82747768E-08,-0.68162233E-05, 0.37163450E+05, + 0.145E+06, 0.300E+03, 2, 97, 2, 13, 0.41372920E+01, 0.20000107E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000113E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10547301E-07,-0.61616345E-05, 0.38282316E+05, + 0.145E+06, 0.300E+03, 2, 97, 2, 14, 0.41230557E+01, 0.20000113E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000119E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13312335E-07,-0.55214411E-05, 0.39424673E+05, + 0.145E+06, 0.300E+03, 2, 97, 2, 15, 0.41099514E+01, 0.20000119E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000123E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16647731E-07,-0.49094989E-05, 0.40589306E+05, + 0.145E+06, 0.300E+03, 2, 97, 2, 16, 0.40978765E+01, 0.20000123E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000128E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.20638812E-07,-0.43378592E-05, 0.41775103E+05, + 0.145E+06, 0.300E+03, 2, 97, 2, 17, 0.40867380E+01, 0.20000128E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000132E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.25378152E-07,-0.38040710E-05, 0.42981048E+05, + 0.145E+06, 0.300E+03, 2, 97, 2, 18, 0.40764527E+01, 0.20000132E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000135E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.32034513E-07,-0.34580151E-05, 0.44209231E+05, + 0.145E+06, 0.300E+03, 2, 97, 2, 19, 0.40669461E+01, 0.20000135E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000138E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.38870761E-07,-0.30692464E-05, 0.45457880E+05, + 0.145E+06, 0.300E+03, 2, 97, 2, 20, 0.40581493E+01, 0.20000138E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000076E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.46871355E-07, 0.62294965E-04, 0.46724739E+05, + 0.145E+06, 0.300E+03, 2, 97, 2, 21, 0.40500000E+01, 0.20000076E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000076E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.145E+06, 0.300E+03, 2, 98, 2, 1, 0.44479937E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.35863195E-09,-0.61645962E-05, 0.26860006E+05, + 0.145E+06, 0.300E+03, 2, 98, 2, 2, 0.44084927E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000016E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.43276183E-09,-0.98877827E-05, 0.27609669E+05, + 0.145E+06, 0.300E+03, 2, 98, 2, 3, 0.43720681E+01, 0.20000016E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000026E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.59199616E-09,-0.10339172E-04, 0.28401418E+05, + 0.145E+06, 0.300E+03, 2, 98, 2, 4, 0.43385482E+01, 0.20000026E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.82460853E-09,-0.10258591E-04, 0.29237568E+05, + 0.145E+06, 0.300E+03, 2, 98, 2, 5, 0.43077511E+01, 0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000047E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11781231E-08,-0.10189354E-04, 0.30112811E+05, + 0.145E+06, 0.300E+03, 2, 98, 2, 6, 0.42794837E+01, 0.20000047E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000057E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16608222E-08,-0.10000576E-04, 0.31024676E+05, + 0.145E+06, 0.300E+03, 2, 98, 2, 7, 0.42535540E+01, 0.20000057E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000067E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23020887E-08,-0.96725073E-05, 0.31971303E+05, + 0.145E+06, 0.300E+03, 2, 98, 2, 8, 0.42297759E+01, 0.20000067E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000076E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.31376840E-08,-0.92312948E-05, 0.32950846E+05, + 0.145E+06, 0.300E+03, 2, 98, 2, 9, 0.42079714E+01, 0.20000076E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000084E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.42099176E-08,-0.87029011E-05, 0.33961508E+05, + 0.145E+06, 0.300E+03, 2, 98, 2, 10, 0.41879722E+01, 0.20000084E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000093E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.55682904E-08,-0.81120398E-05, 0.35001567E+05, + 0.145E+06, 0.300E+03, 2, 98, 2, 11, 0.41696213E+01, 0.20000093E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000100E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.72693122E-08,-0.74815628E-05, 0.36069392E+05, + 0.145E+06, 0.300E+03, 2, 98, 2, 12, 0.41527727E+01, 0.20000100E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000107E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.93772542E-08,-0.68320724E-05, 0.37163450E+05, + 0.145E+06, 0.300E+03, 2, 98, 2, 13, 0.41372920E+01, 0.20000107E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000113E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11964148E-07,-0.61818980E-05, 0.38282316E+05, + 0.145E+06, 0.300E+03, 2, 98, 2, 14, 0.41230557E+01, 0.20000113E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000119E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15110030E-07,-0.55471061E-05, 0.39424673E+05, + 0.145E+06, 0.300E+03, 2, 98, 2, 15, 0.41099514E+01, 0.20000119E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000124E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.18903374E-07,-0.49417127E-05, 0.40589306E+05, + 0.145E+06, 0.300E+03, 2, 98, 2, 16, 0.40978765E+01, 0.20000124E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000128E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23440831E-07,-0.43779420E-05, 0.41775103E+05, + 0.145E+06, 0.300E+03, 2, 98, 2, 17, 0.40867380E+01, 0.20000128E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000132E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.28827490E-07,-0.38533356E-05, 0.42981048E+05, + 0.145E+06, 0.300E+03, 2, 98, 2, 18, 0.40764527E+01, 0.20000132E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000135E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.36390556E-07,-0.35204717E-05, 0.44209231E+05, + 0.145E+06, 0.300E+03, 2, 98, 2, 19, 0.40669461E+01, 0.20000135E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000139E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.44156744E-07,-0.31454615E-05, 0.45457880E+05, + 0.145E+06, 0.300E+03, 2, 98, 2, 20, 0.40581493E+01, 0.20000139E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000073E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.53244100E-07, 0.65394333E-04, 0.46724739E+05, + 0.145E+06, 0.300E+03, 2, 98, 2, 21, 0.40500000E+01, 0.20000073E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000073E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.146E+06, 0.300E+03, 2, 99, 2, 1, 0.44479937E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.35011908E-09,-0.61652945E-05, 0.26860006E+05, + 0.146E+06, 0.300E+03, 2, 99, 2, 2, 0.44084927E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000016E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.43287097E-09,-0.98890183E-05, 0.27609669E+05, + 0.146E+06, 0.300E+03, 2, 99, 2, 3, 0.43720681E+01, 0.20000016E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000026E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.61501244E-09,-0.10340683E-04, 0.28401418E+05, + 0.146E+06, 0.300E+03, 2, 99, 2, 4, 0.43385482E+01, 0.20000026E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.88458667E-09,-0.10260499E-04, 0.29237568E+05, + 0.146E+06, 0.300E+03, 2, 99, 2, 5, 0.43077511E+01, 0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000047E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12927436E-08,-0.10191888E-04, 0.30112811E+05, + 0.146E+06, 0.300E+03, 2, 99, 2, 6, 0.42794837E+01, 0.20000047E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000057E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.18502760E-08,-0.10003988E-04, 0.31024676E+05, + 0.146E+06, 0.300E+03, 2, 99, 2, 7, 0.42535540E+01, 0.20000057E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000067E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.25908715E-08,-0.96770978E-05, 0.31971303E+05, + 0.146E+06, 0.300E+03, 2, 99, 2, 8, 0.42297759E+01, 0.20000067E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000076E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.35552754E-08,-0.92374404E-05, 0.32950846E+05, + 0.146E+06, 0.300E+03, 2, 99, 2, 9, 0.42079714E+01, 0.20000076E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000084E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.47920427E-08,-0.87110605E-05, 0.33961508E+05, + 0.146E+06, 0.300E+03, 2, 99, 2, 10, 0.41879722E+01, 0.20000084E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000093E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.63576348E-08,-0.81227745E-05, 0.35001567E+05, + 0.146E+06, 0.300E+03, 2, 99, 2, 11, 0.41696213E+01, 0.20000093E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000100E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.83168319E-08,-0.74955505E-05, 0.36069392E+05, + 0.146E+06, 0.300E+03, 2, 99, 2, 12, 0.41527727E+01, 0.20000100E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000107E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10743218E-07,-0.68501220E-05, 0.37163450E+05, + 0.146E+06, 0.300E+03, 2, 99, 2, 13, 0.41372920E+01, 0.20000107E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000113E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13719352E-07,-0.62049679E-05, 0.38282316E+05, + 0.146E+06, 0.300E+03, 2, 99, 2, 14, 0.41230557E+01, 0.20000113E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000119E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.17336982E-07,-0.55763200E-05, 0.39424673E+05, + 0.146E+06, 0.300E+03, 2, 99, 2, 15, 0.41099514E+01, 0.20000119E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000124E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.21697463E-07,-0.49783722E-05, 0.40589306E+05, + 0.146E+06, 0.300E+03, 2, 99, 2, 16, 0.40978765E+01, 0.20000124E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000128E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.26911609E-07,-0.44235537E-05, 0.41775103E+05, + 0.146E+06, 0.300E+03, 2, 99, 2, 17, 0.40867380E+01, 0.20000128E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000132E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.33099932E-07,-0.39093838E-05, 0.42981048E+05, + 0.146E+06, 0.300E+03, 2, 99, 2, 18, 0.40764527E+01, 0.20000132E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000136E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.41786116E-07,-0.35915228E-05, 0.44209231E+05, + 0.146E+06, 0.300E+03, 2, 99, 2, 19, 0.40669461E+01, 0.20000136E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000139E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.50704039E-07,-0.32321744E-05, 0.45457880E+05, + 0.146E+06, 0.300E+03, 2, 99, 2, 20, 0.40581493E+01, 0.20000139E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000070E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.61137471E-07, 0.68944090E-04, 0.46724739E+05, + 0.146E+06, 0.300E+03, 2, 99, 2, 21, 0.40500000E+01, 0.20000070E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000070E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.146E+06, 0.300E+03, 2, 100, 2, 1, 0.44479937E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.33996912E-09,-0.61661227E-05, 0.26860006E+05, + 0.146E+06, 0.300E+03, 2, 100, 2, 2, 0.44084927E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000016E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.43369558E-09,-0.98904714E-05, 0.27609669E+05, + 0.146E+06, 0.300E+03, 2, 100, 2, 3, 0.43720681E+01, 0.20000016E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000026E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.64481962E-09,-0.10342453E-04, 0.28401418E+05, + 0.146E+06, 0.300E+03, 2, 100, 2, 4, 0.43385482E+01, 0.20000026E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.96114187E-09,-0.10262723E-04, 0.29237568E+05, + 0.146E+06, 0.300E+03, 2, 100, 2, 5, 0.43077511E+01, 0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000047E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14382507E-08,-0.10194835E-04, 0.30112811E+05, + 0.146E+06, 0.300E+03, 2, 100, 2, 6, 0.42794837E+01, 0.20000047E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000057E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.20904311E-08,-0.10007943E-04, 0.31024676E+05, + 0.146E+06, 0.300E+03, 2, 100, 2, 7, 0.42535540E+01, 0.20000057E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000067E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.29564277E-08,-0.96824083E-05, 0.31971303E+05, + 0.146E+06, 0.300E+03, 2, 100, 2, 8, 0.42297759E+01, 0.20000067E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000076E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.40835827E-08,-0.92445380E-05, 0.32950846E+05, + 0.146E+06, 0.300E+03, 2, 100, 2, 9, 0.42079714E+01, 0.20000076E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000085E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.55280786E-08,-0.87204727E-05, 0.33961508E+05, + 0.146E+06, 0.300E+03, 2, 100, 2, 10, 0.41879722E+01, 0.20000085E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000093E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.73553383E-08,-0.81351501E-05, 0.35001567E+05, + 0.146E+06, 0.300E+03, 2, 100, 2, 11, 0.41696213E+01, 0.20000093E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000100E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.96406438E-08,-0.75116656E-05, 0.36069392E+05, + 0.146E+06, 0.300E+03, 2, 100, 2, 12, 0.41527727E+01, 0.20000100E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000107E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12469294E-07,-0.68709095E-05, 0.37163450E+05, + 0.146E+06, 0.300E+03, 2, 100, 2, 13, 0.41372920E+01, 0.20000107E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000113E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15937088E-07,-0.62315281E-05, 0.38282316E+05, + 0.146E+06, 0.300E+03, 2, 100, 2, 14, 0.41230557E+01, 0.20000113E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000119E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.20150595E-07,-0.56099446E-05, 0.39424673E+05, + 0.146E+06, 0.300E+03, 2, 100, 2, 15, 0.41099514E+01, 0.20000119E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000124E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.25227419E-07,-0.50205665E-05, 0.40589306E+05, + 0.146E+06, 0.300E+03, 2, 100, 2, 16, 0.40978765E+01, 0.20000124E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000129E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.31296416E-07,-0.44760422E-05, 0.41775103E+05, + 0.146E+06, 0.300E+03, 2, 100, 2, 17, 0.40867380E+01, 0.20000129E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000133E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.38497407E-07,-0.39738681E-05, 0.42981048E+05, + 0.146E+06, 0.300E+03, 2, 100, 2, 18, 0.40764527E+01, 0.20000133E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000136E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.48602354E-07,-0.36732677E-05, 0.44209231E+05, + 0.146E+06, 0.300E+03, 2, 100, 2, 19, 0.40669461E+01, 0.20000136E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000140E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.58975177E-07,-0.33319436E-05, 0.45457880E+05, + 0.146E+06, 0.300E+03, 2, 100, 2, 20, 0.40581493E+01, 0.20000140E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000067E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.71108977E-07, 0.73060226E-04, 0.46724739E+05, + 0.146E+06, 0.300E+03, 2, 100, 2, 21, 0.40500000E+01, 0.20000067E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000067E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.147E+06, 0.300E+03, 2, 101, 2, 1, 0.44479937E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.32772126E-09,-0.61671179E-05, 0.26860006E+05, + 0.147E+06, 0.300E+03, 2, 101, 2, 2, 0.44084927E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000016E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.43563584E-09,-0.98922036E-05, 0.27609669E+05, + 0.147E+06, 0.300E+03, 2, 101, 2, 3, 0.43720681E+01, 0.20000016E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000026E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.68430381E-09,-0.10344555E-04, 0.28401418E+05, + 0.147E+06, 0.300E+03, 2, 101, 2, 4, 0.43385482E+01, 0.20000026E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10610650E-08,-0.10265353E-04, 0.29237568E+05, + 0.147E+06, 0.300E+03, 2, 101, 2, 5, 0.43077511E+01, 0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000047E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16274377E-08,-0.10198306E-04, 0.30112811E+05, + 0.147E+06, 0.300E+03, 2, 101, 2, 6, 0.42794837E+01, 0.20000047E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000057E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.24019634E-08,-0.10012589E-04, 0.31024676E+05, + 0.147E+06, 0.300E+03, 2, 101, 2, 7, 0.42535540E+01, 0.20000057E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000067E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.34301653E-08,-0.96886354E-05, 0.31971303E+05, + 0.147E+06, 0.300E+03, 2, 101, 2, 8, 0.42297759E+01, 0.20000067E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000076E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.47677895E-08,-0.92528453E-05, 0.32950846E+05, + 0.147E+06, 0.300E+03, 2, 101, 2, 9, 0.42079714E+01, 0.20000076E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000085E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.64809380E-08,-0.87314806E-05, 0.33961508E+05, + 0.147E+06, 0.300E+03, 2, 101, 2, 10, 0.41879722E+01, 0.20000085E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000093E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.86468208E-08,-0.81496072E-05, 0.35001567E+05, + 0.147E+06, 0.300E+03, 2, 101, 2, 11, 0.41696213E+01, 0.20000093E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000100E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11353865E-07,-0.75304834E-05, 0.36069392E+05, + 0.147E+06, 0.300E+03, 2, 101, 2, 12, 0.41527727E+01, 0.20000100E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000107E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14702794E-07,-0.68951715E-05, 0.37163450E+05, + 0.147E+06, 0.300E+03, 2, 101, 2, 13, 0.41372920E+01, 0.20000107E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000113E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.18806507E-07,-0.62625208E-05, 0.38282316E+05, + 0.147E+06, 0.300E+03, 2, 101, 2, 14, 0.41230557E+01, 0.20000113E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000119E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23790756E-07,-0.56491730E-05, 0.39424673E+05, + 0.147E+06, 0.300E+03, 2, 101, 2, 15, 0.41099514E+01, 0.20000119E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000124E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.29794246E-07,-0.50697822E-05, 0.40589306E+05, + 0.147E+06, 0.300E+03, 2, 101, 2, 16, 0.40978765E+01, 0.20000124E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000129E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.36968825E-07,-0.45372656E-05, 0.41775103E+05, + 0.147E+06, 0.300E+03, 2, 101, 2, 17, 0.40867380E+01, 0.20000129E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000133E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.45479780E-07,-0.40490660E-05, 0.42981048E+05, + 0.147E+06, 0.300E+03, 2, 101, 2, 18, 0.40764527E+01, 0.20000133E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000137E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.57419941E-07,-0.37685927E-05, 0.44209231E+05, + 0.147E+06, 0.300E+03, 2, 101, 2, 19, 0.40669461E+01, 0.20000137E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000140E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.69674837E-07,-0.34482932E-05, 0.45457880E+05, + 0.147E+06, 0.300E+03, 2, 101, 2, 20, 0.40581493E+01, 0.20000140E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000062E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.84008255E-07, 0.77905044E-04, 0.46724739E+05, + 0.147E+06, 0.300E+03, 2, 101, 2, 21, 0.40500000E+01, 0.20000062E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000062E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.148E+06, 0.300E+03, 2, 102, 2, 1, 0.44479937E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.31238111E-09,-0.61683345E-05, 0.26860006E+05, + 0.148E+06, 0.300E+03, 2, 102, 2, 2, 0.44084927E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000016E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.43932232E-09,-0.98943047E-05, 0.27609669E+05, + 0.148E+06, 0.300E+03, 2, 102, 2, 3, 0.43720681E+01, 0.20000016E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000026E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.73804889E-09,-0.10347094E-04, 0.28401418E+05, + 0.148E+06, 0.300E+03, 2, 102, 2, 4, 0.43385482E+01, 0.20000026E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11952458E-08,-0.10268517E-04, 0.29237568E+05, + 0.148E+06, 0.300E+03, 2, 102, 2, 5, 0.43077511E+01, 0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000047E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.18805925E-08,-0.10202464E-04, 0.30112811E+05, + 0.148E+06, 0.300E+03, 2, 102, 2, 6, 0.42794837E+01, 0.20000047E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000057E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.28179784E-08,-0.10018140E-04, 0.31024676E+05, + 0.148E+06, 0.300E+03, 2, 102, 2, 7, 0.42535540E+01, 0.20000057E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000067E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.40621793E-08,-0.96960579E-05, 0.31971303E+05, + 0.148E+06, 0.300E+03, 2, 102, 2, 8, 0.42297759E+01, 0.20000067E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000076E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.56800248E-08,-0.92627312E-05, 0.32950846E+05, + 0.148E+06, 0.300E+03, 2, 102, 2, 9, 0.42079714E+01, 0.20000076E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000085E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.77508109E-08,-0.87445633E-05, 0.33961508E+05, + 0.148E+06, 0.300E+03, 2, 102, 2, 10, 0.41879722E+01, 0.20000085E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000093E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10367269E-07,-0.81667778E-05, 0.35001567E+05, + 0.148E+06, 0.300E+03, 2, 102, 2, 11, 0.41696213E+01, 0.20000093E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000100E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13635824E-07,-0.75528189E-05, 0.36069392E+05, + 0.148E+06, 0.300E+03, 2, 102, 2, 12, 0.41527727E+01, 0.20000100E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000107E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.17677327E-07,-0.69239581E-05, 0.37163450E+05, + 0.148E+06, 0.300E+03, 2, 102, 2, 13, 0.41372920E+01, 0.20000107E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000114E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.22627646E-07,-0.62992827E-05, 0.38282316E+05, + 0.148E+06, 0.300E+03, 2, 102, 2, 14, 0.41230557E+01, 0.20000114E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000119E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.28637927E-07,-0.56956936E-05, 0.39424673E+05, + 0.148E+06, 0.300E+03, 2, 102, 2, 15, 0.41099514E+01, 0.20000119E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000125E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.35874958E-07,-0.51281421E-05, 0.40589306E+05, + 0.148E+06, 0.300E+03, 2, 102, 2, 16, 0.40978765E+01, 0.20000125E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000129E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.44521585E-07,-0.46098562E-05, 0.41775103E+05, + 0.148E+06, 0.300E+03, 2, 102, 2, 17, 0.40867380E+01, 0.20000129E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000133E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.54776465E-07,-0.41382067E-05, 0.42981048E+05, + 0.148E+06, 0.300E+03, 2, 102, 2, 18, 0.40764527E+01, 0.20000133E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000137E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.69159917E-07,-0.38815953E-05, 0.44209231E+05, + 0.148E+06, 0.300E+03, 2, 102, 2, 19, 0.40669461E+01, 0.20000137E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000141E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.83920531E-07,-0.35862278E-05, 0.45457880E+05, + 0.148E+06, 0.300E+03, 2, 102, 2, 20, 0.40581493E+01, 0.20000141E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000057E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10118238E-06, 0.83713617E-04, 0.46724739E+05, + 0.148E+06, 0.300E+03, 2, 102, 2, 21, 0.40500000E+01, 0.20000057E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000057E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.148E+06, 0.300E+03, 2, 103, 2, 1, 0.44479937E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.29294218E-09,-0.61698535E-05, 0.26860006E+05, + 0.148E+06, 0.300E+03, 2, 103, 2, 2, 0.44084927E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000016E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.44618597E-09,-0.98969102E-05, 0.27609669E+05, + 0.148E+06, 0.300E+03, 2, 103, 2, 3, 0.43720681E+01, 0.20000016E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000026E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.81413115E-09,-0.10350226E-04, 0.28401418E+05, + 0.148E+06, 0.300E+03, 2, 103, 2, 4, 0.43385482E+01, 0.20000026E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13824198E-08,-0.10272405E-04, 0.29237568E+05, + 0.148E+06, 0.300E+03, 2, 103, 2, 5, 0.43077511E+01, 0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000047E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.22318879E-08,-0.10207551E-04, 0.30112811E+05, + 0.148E+06, 0.300E+03, 2, 103, 2, 6, 0.42794837E+01, 0.20000047E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000057E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.33940523E-08,-0.10024910E-04, 0.31024676E+05, + 0.148E+06, 0.300E+03, 2, 103, 2, 7, 0.42535540E+01, 0.20000057E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000067E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.49363007E-08,-0.97050884E-05, 0.31971303E+05, + 0.148E+06, 0.300E+03, 2, 103, 2, 8, 0.42297759E+01, 0.20000067E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000076E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.69407542E-08,-0.92747394E-05, 0.32950846E+05, + 0.148E+06, 0.300E+03, 2, 103, 2, 9, 0.42079713E+01, 0.20000076E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000085E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.95050442E-08,-0.87604361E-05, 0.33961508E+05, + 0.148E+06, 0.300E+03, 2, 103, 2, 10, 0.41879722E+01, 0.20000085E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000093E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12743355E-07,-0.81875891E-05, 0.35001567E+05, + 0.148E+06, 0.300E+03, 2, 103, 2, 11, 0.41696213E+01, 0.20000093E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000100E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16786580E-07,-0.75798761E-05, 0.36069392E+05, + 0.148E+06, 0.300E+03, 2, 103, 2, 12, 0.41527727E+01, 0.20000100E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000107E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.21783829E-07,-0.69588146E-05, 0.37163450E+05, + 0.148E+06, 0.300E+03, 2, 103, 2, 13, 0.41372920E+01, 0.20000107E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000114E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.27902303E-07,-0.63437854E-05, 0.38282316E+05, + 0.148E+06, 0.300E+03, 2, 103, 2, 14, 0.41230557E+01, 0.20000114E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000120E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.35328436E-07,-0.57519984E-05, 0.39424673E+05, + 0.148E+06, 0.300E+03, 2, 103, 2, 15, 0.41099514E+01, 0.20000120E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000125E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.44267702E-07,-0.51987676E-05, 0.40589306E+05, + 0.148E+06, 0.300E+03, 2, 103, 2, 16, 0.40978765E+01, 0.20000125E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000130E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.54945607E-07,-0.46976984E-05, 0.41775103E+05, + 0.148E+06, 0.300E+03, 2, 103, 2, 17, 0.40867379E+01, 0.20000130E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000134E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.67607058E-07,-0.42460574E-05, 0.42981048E+05, + 0.148E+06, 0.300E+03, 2, 103, 2, 18, 0.40764527E+01, 0.20000134E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000138E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.85362287E-07,-0.40183142E-05, 0.44209231E+05, + 0.148E+06, 0.300E+03, 2, 103, 2, 19, 0.40669461E+01, 0.20000138E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000142E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10358070E-06,-0.37531378E-05, 0.45457880E+05, + 0.148E+06, 0.300E+03, 2, 103, 2, 20, 0.40581493E+01, 0.20000142E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000051E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12488408E-06, 0.90841338E-04, 0.46724738E+05, + 0.148E+06, 0.300E+03, 2, 103, 2, 21, 0.40500000E+01, 0.20000051E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000051E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.149E+06, 0.300E+03, 2, 104, 2, 1, 0.44479937E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.93339622E-09,-0.61472808E-05, 0.26860006E+05, + 0.149E+06, 0.300E+03, 2, 104, 2, 2, 0.44084927E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000016E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.86745179E-09,-0.98594294E-05, 0.27609669E+05, + 0.149E+06, 0.300E+03, 2, 104, 2, 3, 0.43720681E+01, 0.20000016E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000026E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.60716654E-09,-0.10305780E-04, 0.28401418E+05, + 0.149E+06, 0.300E+03, 2, 104, 2, 4, 0.43385482E+01, 0.20000026E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13396251E-09,-0.10218089E-04, 0.29237568E+05, + 0.149E+06, 0.300E+03, 2, 104, 2, 5, 0.43077511E+01, 0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000047E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.54774622E-09,-0.10137427E-04, 0.30112811E+05, + 0.149E+06, 0.300E+03, 2, 104, 2, 6, 0.42794837E+01, 0.20000047E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000057E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.14885275E-08,-0.99326499E-05, 0.31024676E+05, + 0.149E+06, 0.300E+03, 2, 104, 2, 7, 0.42535540E+01, 0.20000057E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000066E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.27363300E-08,-0.95831349E-05, 0.31971303E+05, + 0.149E+06, 0.300E+03, 2, 104, 2, 8, 0.42297759E+01, 0.20000066E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000075E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.43502466E-08,-0.91137247E-05, 0.32950846E+05, + 0.149E+06, 0.300E+03, 2, 104, 2, 9, 0.42079714E+01, 0.20000075E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000084E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.64012662E-08,-0.85488167E-05, 0.33961508E+05, + 0.149E+06, 0.300E+03, 2, 104, 2, 10, 0.41879722E+01, 0.20000084E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000092E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.89726382E-08,-0.79112858E-05, 0.35001568E+05, + 0.149E+06, 0.300E+03, 2, 104, 2, 11, 0.41696213E+01, 0.20000092E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000099E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.12160793E-07,-0.72218815E-05, 0.36069392E+05, + 0.149E+06, 0.300E+03, 2, 104, 2, 12, 0.41527727E+01, 0.20000099E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000105E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.16075574E-07,-0.64987993E-05, 0.37163450E+05, + 0.149E+06, 0.300E+03, 2, 104, 2, 13, 0.41372920E+01, 0.20000105E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000111E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20841107E-07,-0.57576911E-05, 0.38282316E+05, + 0.149E+06, 0.300E+03, 2, 104, 2, 14, 0.41230557E+01, 0.20000111E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000116E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.26595759E-07,-0.50116044E-05, 0.39424673E+05, + 0.149E+06, 0.300E+03, 2, 104, 2, 15, 0.41099514E+01, 0.20000116E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000120E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.33492567E-07,-0.42712598E-05, 0.40589306E+05, + 0.149E+06, 0.300E+03, 2, 104, 2, 16, 0.40978765E+01, 0.20000120E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000124E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.41699507E-07,-0.35452301E-05, 0.41775103E+05, + 0.149E+06, 0.300E+03, 2, 104, 2, 17, 0.40867380E+01, 0.20000124E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000127E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.51399572E-07,-0.28332677E-05, 0.42981049E+05, + 0.149E+06, 0.300E+03, 2, 104, 2, 18, 0.40764528E+01, 0.20000127E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000129E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.64953856E-07,-0.22282259E-05, 0.44209232E+05, + 0.149E+06, 0.300E+03, 2, 104, 2, 19, 0.40669461E+01, 0.20000129E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000130E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.78835025E-07,-0.15680452E-05, 0.45457881E+05, + 0.149E+06, 0.300E+03, 2, 104, 2, 20, 0.40581494E+01, 0.20000130E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000130E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.95033053E-07,-0.37550547E-07, 0.46724739E+05, + 0.149E+06, 0.300E+03, 2, 104, 2, 21, 0.40500000E+01, 0.20000130E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000130E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.149E+06, 0.300E+03, 2, 105, 2, 1, 0.44479935E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.34285525E-09,-0.55006543E-05, 0.26860003E+05, + 0.149E+06, 0.300E+03, 2, 105, 2, 2, 0.44084924E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000014E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.39003983E-09,-0.88222853E-05, 0.27609666E+05, + 0.149E+06, 0.300E+03, 2, 105, 2, 3, 0.43720679E+01, 0.20000014E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000024E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.48129247E-09,-0.92247214E-05, 0.28401416E+05, + 0.149E+06, 0.300E+03, 2, 105, 2, 4, 0.43385480E+01, 0.20000024E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000033E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.60657233E-09,-0.91522437E-05, 0.29237566E+05, + 0.149E+06, 0.300E+03, 2, 105, 2, 5, 0.43077509E+01, 0.20000033E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000042E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.80052511E-09,-0.90894409E-05, 0.30112808E+05, + 0.149E+06, 0.300E+03, 2, 105, 2, 6, 0.42794835E+01, 0.20000042E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000051E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10647515E-08,-0.89193170E-05, 0.31024674E+05, + 0.149E+06, 0.300E+03, 2, 105, 2, 7, 0.42535538E+01, 0.20000051E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000059E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14159862E-08,-0.86240286E-05, 0.31971301E+05, + 0.149E+06, 0.300E+03, 2, 105, 2, 8, 0.42297757E+01, 0.20000059E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000068E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.18749658E-08,-0.82266528E-05, 0.32950844E+05, + 0.149E+06, 0.300E+03, 2, 105, 2, 9, 0.42079712E+01, 0.20000068E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000075E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.24659433E-08,-0.77500862E-05, 0.33961506E+05, + 0.149E+06, 0.300E+03, 2, 105, 2, 10, 0.41879721E+01, 0.20000075E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000083E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.32170889E-08,-0.72161084E-05, 0.35001565E+05, + 0.149E+06, 0.300E+03, 2, 105, 2, 11, 0.41696212E+01, 0.20000083E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000089E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.41607321E-08,-0.66447864E-05, 0.36069390E+05, + 0.149E+06, 0.300E+03, 2, 105, 2, 12, 0.41527726E+01, 0.20000089E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000095E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.53333739E-08,-0.60541846E-05, 0.37163448E+05, + 0.149E+06, 0.300E+03, 2, 105, 2, 13, 0.41372919E+01, 0.20000095E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000101E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.67760993E-08,-0.54602584E-05, 0.38282315E+05, + 0.149E+06, 0.300E+03, 2, 105, 2, 14, 0.41230556E+01, 0.20000101E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000106E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.85342617E-08,-0.48769401E-05, 0.39424671E+05, + 0.149E+06, 0.300E+03, 2, 105, 2, 15, 0.41099513E+01, 0.20000106E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000110E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10658089E-07,-0.43162709E-05, 0.40589305E+05, + 0.149E+06, 0.300E+03, 2, 105, 2, 16, 0.40978764E+01, 0.20000110E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000114E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13202371E-07,-0.37886399E-05, 0.41775102E+05, + 0.149E+06, 0.300E+03, 2, 105, 2, 17, 0.40867379E+01, 0.20000114E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000117E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16226671E-07,-0.32918848E-05, 0.42981048E+05, + 0.149E+06, 0.300E+03, 2, 105, 2, 18, 0.40764527E+01, 0.20000117E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000120E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.20478619E-07,-0.29540815E-05, 0.44209231E+05, + 0.149E+06, 0.300E+03, 2, 105, 2, 19, 0.40669461E+01, 0.20000120E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000123E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.24848171E-07,-0.25767956E-05, 0.45457880E+05, + 0.149E+06, 0.300E+03, 2, 105, 2, 20, 0.40581493E+01, 0.20000123E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000074E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.29964867E-07, 0.49032619E-04, 0.46724739E+05, + 0.149E+06, 0.300E+03, 2, 105, 2, 21, 0.40500000E+01, 0.20000074E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000074E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.150E+06, 0.300E+03, 2, 106, 2, 1, 0.44479935E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.33793185E-09,-0.55009984E-05, 0.26860003E+05, + 0.150E+06, 0.300E+03, 2, 106, 2, 2, 0.44084924E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000014E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.38865740E-09,-0.88229171E-05, 0.27609666E+05, + 0.150E+06, 0.300E+03, 2, 106, 2, 3, 0.43720679E+01, 0.20000014E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000024E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.48935666E-09,-0.92255078E-05, 0.28401416E+05, + 0.150E+06, 0.300E+03, 2, 106, 2, 4, 0.43385480E+01, 0.20000024E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000033E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.63000092E-09,-0.91532538E-05, 0.29237566E+05, + 0.150E+06, 0.300E+03, 2, 106, 2, 5, 0.43077509E+01, 0.20000033E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000042E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.84665468E-09,-0.90908029E-05, 0.30112808E+05, + 0.150E+06, 0.300E+03, 2, 106, 2, 6, 0.42794835E+01, 0.20000042E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000051E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11419615E-08,-0.89211707E-05, 0.31024674E+05, + 0.150E+06, 0.300E+03, 2, 106, 2, 7, 0.42535538E+01, 0.20000051E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000059E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15345116E-08,-0.86265454E-05, 0.31971301E+05, + 0.150E+06, 0.300E+03, 2, 106, 2, 8, 0.42297757E+01, 0.20000059E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000068E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.20470422E-08,-0.82300414E-05, 0.32950844E+05, + 0.150E+06, 0.300E+03, 2, 106, 2, 9, 0.42079712E+01, 0.20000068E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000075E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.27063409E-08,-0.77546065E-05, 0.33961506E+05, + 0.150E+06, 0.300E+03, 2, 106, 2, 10, 0.41879721E+01, 0.20000075E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000083E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.35435611E-08,-0.72220749E-05, 0.35001565E+05, + 0.150E+06, 0.300E+03, 2, 106, 2, 11, 0.41696212E+01, 0.20000083E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000089E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.45944519E-08,-0.66525803E-05, 0.36069390E+05, + 0.150E+06, 0.300E+03, 2, 106, 2, 12, 0.41527726E+01, 0.20000089E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000095E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.58994434E-08,-0.60642580E-05, 0.37163448E+05, + 0.150E+06, 0.300E+03, 2, 106, 2, 13, 0.41372919E+01, 0.20000095E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000101E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.75037436E-08,-0.54731509E-05, 0.38282315E+05, + 0.150E+06, 0.300E+03, 2, 106, 2, 14, 0.41230556E+01, 0.20000101E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000106E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.94578233E-08,-0.48932804E-05, 0.39424671E+05, + 0.150E+06, 0.300E+03, 2, 106, 2, 15, 0.41099513E+01, 0.20000106E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000110E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11817125E-07,-0.43367905E-05, 0.40589305E+05, + 0.150E+06, 0.300E+03, 2, 106, 2, 16, 0.40978764E+01, 0.20000110E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000114E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14642258E-07,-0.38141857E-05, 0.41775102E+05, + 0.150E+06, 0.300E+03, 2, 106, 2, 17, 0.40867379E+01, 0.20000114E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000117E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.17999361E-07,-0.33233009E-05, 0.42981048E+05, + 0.150E+06, 0.300E+03, 2, 106, 2, 18, 0.40764527E+01, 0.20000117E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000120E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.22717407E-07,-0.29939166E-05, 0.44209231E+05, + 0.150E+06, 0.300E+03, 2, 106, 2, 19, 0.40669461E+01, 0.20000120E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000123E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.27564965E-07,-0.26254035E-05, 0.45457880E+05, + 0.150E+06, 0.300E+03, 2, 106, 2, 20, 0.40581493E+01, 0.20000123E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000072E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.33240212E-07, 0.50978528E-04, 0.46724739E+05, + 0.150E+06, 0.300E+03, 2, 106, 2, 21, 0.40500000E+01, 0.20000072E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000072E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.151E+06, 0.300E+03, 2, 107, 2, 1, 0.44479935E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.33259615E-09,-0.55013935E-05, 0.26860003E+05, + 0.151E+06, 0.300E+03, 2, 107, 2, 2, 0.44084924E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000014E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.38750538E-09,-0.88236356E-05, 0.27609666E+05, + 0.151E+06, 0.300E+03, 2, 107, 2, 3, 0.43720679E+01, 0.20000014E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000024E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.49948236E-09,-0.92263973E-05, 0.28401416E+05, + 0.151E+06, 0.300E+03, 2, 107, 2, 4, 0.43385480E+01, 0.20000024E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000033E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.65830439E-09,-0.91543915E-05, 0.29237566E+05, + 0.151E+06, 0.300E+03, 2, 107, 2, 5, 0.43077509E+01, 0.20000033E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000042E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.90184282E-09,-0.90923311E-05, 0.30112808E+05, + 0.151E+06, 0.300E+03, 2, 107, 2, 6, 0.42794835E+01, 0.20000042E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000051E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12340024E-08,-0.89232449E-05, 0.31024674E+05, + 0.151E+06, 0.300E+03, 2, 107, 2, 7, 0.42535538E+01, 0.20000051E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000059E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16754348E-08,-0.86293547E-05, 0.31971301E+05, + 0.151E+06, 0.300E+03, 2, 107, 2, 8, 0.42297757E+01, 0.20000059E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000068E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.22513996E-08,-0.82338192E-05, 0.32950844E+05, + 0.151E+06, 0.300E+03, 2, 107, 2, 9, 0.42079712E+01, 0.20000068E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000075E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.29917283E-08,-0.77596389E-05, 0.33961506E+05, + 0.151E+06, 0.300E+03, 2, 107, 2, 10, 0.41879721E+01, 0.20000075E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000083E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.39309574E-08,-0.72287123E-05, 0.35001565E+05, + 0.151E+06, 0.300E+03, 2, 107, 2, 11, 0.41696212E+01, 0.20000083E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000089E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.51089592E-08,-0.66612435E-05, 0.36069390E+05, + 0.151E+06, 0.300E+03, 2, 107, 2, 12, 0.41527726E+01, 0.20000089E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000095E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.65706263E-08,-0.60754526E-05, 0.37163448E+05, + 0.151E+06, 0.300E+03, 2, 107, 2, 13, 0.41372919E+01, 0.20000095E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000101E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.83665266E-08,-0.54874710E-05, 0.38282315E+05, + 0.151E+06, 0.300E+03, 2, 107, 2, 14, 0.41230556E+01, 0.20000101E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000106E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10552734E-07,-0.49114284E-05, 0.39424671E+05, + 0.151E+06, 0.300E+03, 2, 107, 2, 15, 0.41099513E+01, 0.20000106E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000110E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13191093E-07,-0.43595747E-05, 0.40589305E+05, + 0.151E+06, 0.300E+03, 2, 107, 2, 16, 0.40978764E+01, 0.20000110E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000114E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16349271E-07,-0.38425429E-05, 0.41775102E+05, + 0.151E+06, 0.300E+03, 2, 107, 2, 17, 0.40867379E+01, 0.20000114E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000117E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.20100730E-07,-0.33581716E-05, 0.42981048E+05, + 0.151E+06, 0.300E+03, 2, 107, 2, 18, 0.40764527E+01, 0.20000117E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000120E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.25371288E-07,-0.30381267E-05, 0.44209231E+05, + 0.151E+06, 0.300E+03, 2, 107, 2, 19, 0.40669461E+01, 0.20000120E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000123E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.30785329E-07,-0.26793523E-05, 0.45457880E+05, + 0.151E+06, 0.300E+03, 2, 107, 2, 20, 0.40581493E+01, 0.20000123E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000070E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.37122736E-07, 0.53148234E-04, 0.46724739E+05, + 0.151E+06, 0.300E+03, 2, 107, 2, 21, 0.40500000E+01, 0.20000070E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000070E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.151E+06, 0.300E+03, 2, 108, 2, 1, 0.44479935E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.32678751E-09,-0.55018495E-05, 0.26860003E+05, + 0.151E+06, 0.300E+03, 2, 108, 2, 2, 0.44084924E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000014E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.38669289E-09,-0.88244577E-05, 0.27609666E+05, + 0.151E+06, 0.300E+03, 2, 108, 2, 3, 0.43720679E+01, 0.20000014E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000024E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.51216678E-09,-0.92274103E-05, 0.28401416E+05, + 0.151E+06, 0.300E+03, 2, 108, 2, 4, 0.43385480E+01, 0.20000024E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000033E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.69285306E-09,-0.91556814E-05, 0.29237566E+05, + 0.151E+06, 0.300E+03, 2, 108, 2, 5, 0.43077509E+01, 0.20000033E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000042E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.96867249E-09,-0.90940566E-05, 0.30112808E+05, + 0.151E+06, 0.300E+03, 2, 108, 2, 6, 0.42794835E+01, 0.20000042E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000051E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13450214E-08,-0.89255823E-05, 0.31024674E+05, + 0.151E+06, 0.300E+03, 2, 108, 2, 7, 0.42535538E+01, 0.20000051E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000059E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.18451465E-08,-0.86325126E-05, 0.31971301E+05, + 0.151E+06, 0.300E+03, 2, 108, 2, 8, 0.42297757E+01, 0.20000059E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000068E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.24972299E-08,-0.82380586E-05, 0.32950844E+05, + 0.151E+06, 0.300E+03, 2, 108, 2, 9, 0.42079712E+01, 0.20000068E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000075E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.33346684E-08,-0.77652796E-05, 0.33961506E+05, + 0.151E+06, 0.300E+03, 2, 108, 2, 10, 0.41879721E+01, 0.20000075E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000083E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.43963034E-08,-0.72361474E-05, 0.35001565E+05, + 0.151E+06, 0.300E+03, 2, 108, 2, 11, 0.41696212E+01, 0.20000083E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000089E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.57268092E-08,-0.66709418E-05, 0.36069390E+05, + 0.151E+06, 0.300E+03, 2, 108, 2, 12, 0.41527726E+01, 0.20000089E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000095E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.73766084E-08,-0.60879779E-05, 0.37163448E+05, + 0.151E+06, 0.300E+03, 2, 108, 2, 13, 0.41372919E+01, 0.20000095E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000101E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.94024047E-08,-0.55034898E-05, 0.38282315E+05, + 0.151E+06, 0.300E+03, 2, 108, 2, 14, 0.41230556E+01, 0.20000101E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000106E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11867208E-07,-0.49317227E-05, 0.39424671E+05, + 0.151E+06, 0.300E+03, 2, 108, 2, 15, 0.41099513E+01, 0.20000106E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000110E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14840480E-07,-0.43850488E-05, 0.40589305E+05, + 0.151E+06, 0.300E+03, 2, 108, 2, 16, 0.40978764E+01, 0.20000110E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000114E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.18398229E-07,-0.38742471E-05, 0.41775102E+05, + 0.151E+06, 0.300E+03, 2, 108, 2, 17, 0.40867379E+01, 0.20000114E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000118E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.22623087E-07,-0.33971450E-05, 0.42981048E+05, + 0.151E+06, 0.300E+03, 2, 108, 2, 18, 0.40764527E+01, 0.20000118E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000121E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.28556751E-07,-0.30875383E-05, 0.44209231E+05, + 0.151E+06, 0.300E+03, 2, 108, 2, 19, 0.40669461E+01, 0.20000121E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000123E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.34650899E-07,-0.27396491E-05, 0.45457880E+05, + 0.151E+06, 0.300E+03, 2, 108, 2, 20, 0.40581493E+01, 0.20000123E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000068E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.41783011E-07, 0.55585787E-04, 0.46724739E+05, + 0.151E+06, 0.300E+03, 2, 108, 2, 21, 0.40500000E+01, 0.20000068E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000068E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.152E+06, 0.300E+03, 2, 109, 2, 1, 0.44479935E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.32019064E-09,-0.55023804E-05, 0.26860003E+05, + 0.152E+06, 0.300E+03, 2, 109, 2, 2, 0.44084924E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000014E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.38630484E-09,-0.88254041E-05, 0.27609666E+05, + 0.152E+06, 0.300E+03, 2, 109, 2, 3, 0.43720679E+01, 0.20000014E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000024E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.52819814E-09,-0.92285730E-05, 0.28401416E+05, + 0.152E+06, 0.300E+03, 2, 109, 2, 4, 0.43385480E+01, 0.20000024E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000033E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.73552656E-09,-0.91571550E-05, 0.29237566E+05, + 0.152E+06, 0.300E+03, 2, 109, 2, 5, 0.43077509E+01, 0.20000033E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000042E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10505876E-08,-0.90960216E-05, 0.30112808E+05, + 0.152E+06, 0.300E+03, 2, 109, 2, 6, 0.42794835E+01, 0.20000042E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000051E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14807908E-08,-0.89282360E-05, 0.31024674E+05, + 0.152E+06, 0.300E+03, 2, 109, 2, 7, 0.42535538E+01, 0.20000051E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000059E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.20523172E-08,-0.86360904E-05, 0.31971301E+05, + 0.152E+06, 0.300E+03, 2, 109, 2, 8, 0.42297757E+01, 0.20000059E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000068E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.27970236E-08,-0.82428550E-05, 0.32950844E+05, + 0.152E+06, 0.300E+03, 2, 109, 2, 9, 0.42079712E+01, 0.20000068E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000075E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.37527449E-08,-0.77716538E-05, 0.33961506E+05, + 0.152E+06, 0.300E+03, 2, 109, 2, 10, 0.41879721E+01, 0.20000075E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000083E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.49633915E-08,-0.72445421E-05, 0.35001565E+05, + 0.152E+06, 0.300E+03, 2, 109, 2, 11, 0.41696212E+01, 0.20000083E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000089E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.64795070E-08,-0.66818874E-05, 0.36069390E+05, + 0.152E+06, 0.300E+03, 2, 109, 2, 12, 0.41527726E+01, 0.20000089E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000095E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.83583776E-08,-0.61021052E-05, 0.37163448E+05, + 0.152E+06, 0.300E+03, 2, 109, 2, 13, 0.41372919E+01, 0.20000095E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000101E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10664056E-07,-0.55215547E-05, 0.38282315E+05, + 0.152E+06, 0.300E+03, 2, 109, 2, 14, 0.41230556E+01, 0.20000101E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000106E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13468064E-07,-0.49545989E-05, 0.39424671E+05, + 0.152E+06, 0.300E+03, 2, 109, 2, 15, 0.41099513E+01, 0.20000106E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000110E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16849081E-07,-0.44137656E-05, 0.40589305E+05, + 0.152E+06, 0.300E+03, 2, 109, 2, 16, 0.40978764E+01, 0.20000110E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000114E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.20893373E-07,-0.39099774E-05, 0.41775102E+05, + 0.152E+06, 0.300E+03, 2, 109, 2, 17, 0.40867379E+01, 0.20000114E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000118E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.25694584E-07,-0.34410624E-05, 0.42981048E+05, + 0.152E+06, 0.300E+03, 2, 109, 2, 18, 0.40764527E+01, 0.20000118E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000121E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.32435758E-07,-0.31432108E-05, 0.44209231E+05, + 0.152E+06, 0.300E+03, 2, 109, 2, 19, 0.40669461E+01, 0.20000121E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000124E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.39357935E-07,-0.28075933E-05, 0.45457880E+05, + 0.152E+06, 0.300E+03, 2, 109, 2, 20, 0.40581493E+01, 0.20000124E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000065E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.47457749E-07, 0.58348417E-04, 0.46724739E+05, + 0.152E+06, 0.300E+03, 2, 109, 2, 21, 0.40500000E+01, 0.20000065E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000065E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.152E+06, 0.300E+03, 2, 110, 2, 1, 0.44479935E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.31264790E-09,-0.55030026E-05, 0.26860003E+05, + 0.152E+06, 0.300E+03, 2, 110, 2, 2, 0.44084924E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000014E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.38637760E-09,-0.88265051E-05, 0.27609666E+05, + 0.152E+06, 0.300E+03, 2, 110, 2, 3, 0.43720679E+01, 0.20000014E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000024E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.54872847E-09,-0.92299194E-05, 0.28401416E+05, + 0.152E+06, 0.300E+03, 2, 110, 2, 4, 0.43385480E+01, 0.20000024E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000033E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.78891996E-09,-0.91588546E-05, 0.29237566E+05, + 0.152E+06, 0.300E+03, 2, 110, 2, 5, 0.43077509E+01, 0.20000033E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000042E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11526451E-08,-0.90982804E-05, 0.30112808E+05, + 0.152E+06, 0.300E+03, 2, 110, 2, 6, 0.42794835E+01, 0.20000042E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000051E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16494960E-08,-0.89312765E-05, 0.31024674E+05, + 0.152E+06, 0.300E+03, 2, 110, 2, 7, 0.42535538E+01, 0.20000051E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000059E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23094375E-08,-0.86401828E-05, 0.31971301E+05, + 0.152E+06, 0.300E+03, 2, 110, 2, 8, 0.42297757E+01, 0.20000059E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000068E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.31688493E-08,-0.82483308E-05, 0.32950844E+05, + 0.152E+06, 0.300E+03, 2, 110, 2, 9, 0.42079712E+01, 0.20000068E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000075E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.42709629E-08,-0.77789266E-05, 0.33961506E+05, + 0.152E+06, 0.300E+03, 2, 110, 2, 10, 0.41879721E+01, 0.20000075E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000083E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.56661035E-08,-0.72541096E-05, 0.35001565E+05, + 0.152E+06, 0.300E+03, 2, 110, 2, 11, 0.41696212E+01, 0.20000083E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000089E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.74120423E-08,-0.66943547E-05, 0.36069390E+05, + 0.152E+06, 0.300E+03, 2, 110, 2, 12, 0.41527726E+01, 0.20000089E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000096E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.95743356E-08,-0.61181932E-05, 0.37163448E+05, + 0.152E+06, 0.300E+03, 2, 110, 2, 13, 0.41372919E+01, 0.20000096E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000101E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12226568E-07,-0.55421181E-05, 0.38282315E+05, + 0.152E+06, 0.300E+03, 2, 110, 2, 14, 0.41230556E+01, 0.20000101E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000106E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15450545E-07,-0.49806344E-05, 0.39424671E+05, + 0.152E+06, 0.300E+03, 2, 110, 2, 15, 0.41099513E+01, 0.20000106E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000111E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.19336464E-07,-0.44464403E-05, 0.40589305E+05, + 0.152E+06, 0.300E+03, 2, 110, 2, 16, 0.40978764E+01, 0.20000111E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000115E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23983157E-07,-0.39506329E-05, 0.41775102E+05, + 0.152E+06, 0.300E+03, 2, 110, 2, 17, 0.40867379E+01, 0.20000115E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000118E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.29498066E-07,-0.34910178E-05, 0.42981048E+05, + 0.152E+06, 0.300E+03, 2, 110, 2, 18, 0.40764527E+01, 0.20000118E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000121E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.37239054E-07,-0.32065394E-05, 0.44209231E+05, + 0.152E+06, 0.300E+03, 2, 110, 2, 19, 0.40669461E+01, 0.20000121E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000124E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.45186510E-07,-0.28848788E-05, 0.45457880E+05, + 0.152E+06, 0.300E+03, 2, 110, 2, 20, 0.40581493E+01, 0.20000124E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000063E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.54484626E-07, 0.61512015E-04, 0.46724739E+05, + 0.152E+06, 0.300E+03, 2, 110, 2, 21, 0.40500000E+01, 0.20000063E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000063E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.153E+06, 0.300E+03, 2, 111, 2, 1, 0.44479935E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.30363784E-09,-0.55037405E-05, 0.26860003E+05, + 0.153E+06, 0.300E+03, 2, 111, 2, 2, 0.44084924E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000014E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.38716583E-09,-0.88277991E-05, 0.27609666E+05, + 0.153E+06, 0.300E+03, 2, 111, 2, 3, 0.43720679E+01, 0.20000014E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000024E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.57526146E-09,-0.92314967E-05, 0.28401416E+05, + 0.153E+06, 0.300E+03, 2, 111, 2, 4, 0.43385480E+01, 0.20000024E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000033E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.85707143E-09,-0.91608364E-05, 0.29237566E+05, + 0.153E+06, 0.300E+03, 2, 111, 2, 5, 0.43077509E+01, 0.20000033E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000042E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12821814E-08,-0.91009054E-05, 0.30112808E+05, + 0.153E+06, 0.300E+03, 2, 111, 2, 6, 0.42794835E+01, 0.20000042E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000051E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.18632515E-08,-0.89347998E-05, 0.31024674E+05, + 0.153E+06, 0.300E+03, 2, 111, 2, 7, 0.42535538E+01, 0.20000051E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000059E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.26347698E-08,-0.86449160E-05, 0.31971301E+05, + 0.153E+06, 0.300E+03, 2, 111, 2, 8, 0.42297757E+01, 0.20000059E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000068E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.36389974E-08,-0.82546547E-05, 0.32950844E+05, + 0.153E+06, 0.300E+03, 2, 111, 2, 9, 0.42079712E+01, 0.20000068E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000075E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.49259688E-08,-0.77873157E-05, 0.33961506E+05, + 0.153E+06, 0.300E+03, 2, 111, 2, 10, 0.41879721E+01, 0.20000075E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000083E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.65540614E-08,-0.72651372E-05, 0.35001565E+05, + 0.153E+06, 0.300E+03, 2, 111, 2, 11, 0.41696212E+01, 0.20000083E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000089E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.85902381E-08,-0.67087160E-05, 0.36069390E+05, + 0.153E+06, 0.300E+03, 2, 111, 2, 12, 0.41527726E+01, 0.20000089E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000096E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11110581E-07,-0.61367177E-05, 0.37163448E+05, + 0.153E+06, 0.300E+03, 2, 111, 2, 13, 0.41372919E+01, 0.20000096E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000101E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14200389E-07,-0.55657861E-05, 0.38282315E+05, + 0.153E+06, 0.300E+03, 2, 111, 2, 14, 0.41230556E+01, 0.20000101E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000106E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.17954590E-07,-0.50106007E-05, 0.39424671E+05, + 0.153E+06, 0.300E+03, 2, 111, 2, 15, 0.41099513E+01, 0.20000106E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000111E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.22478077E-07,-0.44840408E-05, 0.40589305E+05, + 0.153E+06, 0.300E+03, 2, 111, 2, 16, 0.40978764E+01, 0.20000111E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000115E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.27885593E-07,-0.39974084E-05, 0.41775102E+05, + 0.153E+06, 0.300E+03, 2, 111, 2, 17, 0.40867379E+01, 0.20000115E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000118E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.34301775E-07,-0.35484837E-05, 0.42981048E+05, + 0.153E+06, 0.300E+03, 2, 111, 2, 18, 0.40764527E+01, 0.20000118E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000122E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.43305433E-07,-0.32793874E-05, 0.44209231E+05, + 0.153E+06, 0.300E+03, 2, 111, 2, 19, 0.40669461E+01, 0.20000122E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000125E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.52547766E-07,-0.29737880E-05, 0.45457880E+05, + 0.153E+06, 0.300E+03, 2, 111, 2, 20, 0.40581493E+01, 0.20000125E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000060E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.63359184E-07, 0.65179725E-04, 0.46724739E+05, + 0.153E+06, 0.300E+03, 2, 111, 2, 21, 0.40500000E+01, 0.20000060E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000060E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.154E+06, 0.300E+03, 2, 112, 2, 1, 0.44479935E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.29279666E-09,-0.55046265E-05, 0.26860003E+05, + 0.154E+06, 0.300E+03, 2, 112, 2, 2, 0.44084924E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000014E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.38894844E-09,-0.88293423E-05, 0.27609666E+05, + 0.154E+06, 0.300E+03, 2, 112, 2, 3, 0.43720679E+01, 0.20000014E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000024E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.61047710E-09,-0.92333681E-05, 0.28401416E+05, + 0.154E+06, 0.300E+03, 2, 112, 2, 4, 0.43385480E+01, 0.20000024E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000033E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.94599576E-09,-0.91631809E-05, 0.29237566E+05, + 0.154E+06, 0.300E+03, 2, 112, 2, 5, 0.43077509E+01, 0.20000033E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000042E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14505470E-08,-0.91039968E-05, 0.30112808E+05, + 0.154E+06, 0.300E+03, 2, 112, 2, 6, 0.42794835E+01, 0.20000042E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000051E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.21404412E-08,-0.89389389E-05, 0.31024674E+05, + 0.154E+06, 0.300E+03, 2, 112, 2, 7, 0.42535538E+01, 0.20000051E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000059E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.30562902E-08,-0.86504645E-05, 0.31971301E+05, + 0.154E+06, 0.300E+03, 2, 112, 2, 8, 0.42297757E+01, 0.20000059E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000068E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.42478011E-08,-0.82620559E-05, 0.32950844E+05, + 0.154E+06, 0.300E+03, 2, 112, 2, 9, 0.42079712E+01, 0.20000068E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000076E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.57738119E-08,-0.77971220E-05, 0.33961506E+05, + 0.154E+06, 0.300E+03, 2, 112, 2, 10, 0.41879721E+01, 0.20000076E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000083E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.77030321E-08,-0.72780184E-05, 0.35001565E+05, + 0.154E+06, 0.300E+03, 2, 112, 2, 11, 0.41696212E+01, 0.20000083E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000090E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10114454E-07,-0.67254821E-05, 0.36069390E+05, + 0.154E+06, 0.300E+03, 2, 112, 2, 12, 0.41527726E+01, 0.20000090E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000096E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13097621E-07,-0.61583348E-05, 0.37163448E+05, + 0.154E+06, 0.300E+03, 2, 112, 2, 13, 0.41372919E+01, 0.20000096E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000101E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16753183E-07,-0.55934005E-05, 0.38282315E+05, + 0.154E+06, 0.300E+03, 2, 112, 2, 14, 0.41230556E+01, 0.20000101E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000106E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.21193143E-07,-0.50455527E-05, 0.39424671E+05, + 0.154E+06, 0.300E+03, 2, 112, 2, 15, 0.41099513E+01, 0.20000106E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000111E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.26541068E-07,-0.45278912E-05, 0.40589305E+05, + 0.154E+06, 0.300E+03, 2, 112, 2, 16, 0.40978764E+01, 0.20000111E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000115E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.32932270E-07,-0.40519558E-05, 0.41775102E+05, + 0.154E+06, 0.300E+03, 2, 112, 2, 17, 0.40867379E+01, 0.20000115E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000119E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.40513842E-07,-0.36154840E-05, 0.42981048E+05, + 0.154E+06, 0.300E+03, 2, 112, 2, 18, 0.40764527E+01, 0.20000119E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000122E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.51150273E-07,-0.33643204E-05, 0.44209231E+05, + 0.154E+06, 0.300E+03, 2, 112, 2, 19, 0.40669460E+01, 0.20000122E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000125E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.62067071E-07,-0.30774528E-05, 0.45457880E+05, + 0.154E+06, 0.300E+03, 2, 112, 2, 20, 0.40581493E+01, 0.20000125E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000056E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.74835407E-07, 0.69495781E-04, 0.46724738E+05, + 0.154E+06, 0.300E+03, 2, 112, 2, 21, 0.40500000E+01, 0.20000056E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000056E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.154E+06, 0.300E+03, 2, 113, 2, 1, 0.44479935E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.27920275E-09,-0.55057094E-05, 0.26860003E+05, + 0.154E+06, 0.300E+03, 2, 113, 2, 2, 0.44084924E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000014E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.39227113E-09,-0.88312134E-05, 0.27609666E+05, + 0.154E+06, 0.300E+03, 2, 113, 2, 3, 0.43720679E+01, 0.20000014E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000024E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.65829227E-09,-0.92356290E-05, 0.28401416E+05, + 0.154E+06, 0.300E+03, 2, 113, 2, 4, 0.43385480E+01, 0.20000024E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000033E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10654549E-08,-0.91659984E-05, 0.29237566E+05, + 0.154E+06, 0.300E+03, 2, 113, 2, 5, 0.43077509E+01, 0.20000033E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000042E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16757137E-08,-0.91076999E-05, 0.30112808E+05, + 0.154E+06, 0.300E+03, 2, 113, 2, 6, 0.42794835E+01, 0.20000042E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000051E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.25104115E-08,-0.89438830E-05, 0.31024674E+05, + 0.154E+06, 0.300E+03, 2, 113, 2, 7, 0.42535538E+01, 0.20000051E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000059E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.36183458E-08,-0.86570745E-05, 0.31971301E+05, + 0.154E+06, 0.300E+03, 2, 113, 2, 8, 0.42297757E+01, 0.20000059E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000068E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.50589976E-08,-0.82708629E-05, 0.32950844E+05, + 0.154E+06, 0.300E+03, 2, 113, 2, 9, 0.42079712E+01, 0.20000068E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000076E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.69030648E-08,-0.78087752E-05, 0.33961506E+05, + 0.154E+06, 0.300E+03, 2, 113, 2, 10, 0.41879721E+01, 0.20000076E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000083E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.92330689E-08,-0.72933133E-05, 0.35001565E+05, + 0.154E+06, 0.300E+03, 2, 113, 2, 11, 0.41696212E+01, 0.20000083E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000090E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12143816E-07,-0.67453766E-05, 0.36069390E+05, + 0.154E+06, 0.300E+03, 2, 113, 2, 12, 0.41527726E+01, 0.20000090E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000096E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15742917E-07,-0.61839774E-05, 0.37163448E+05, + 0.154E+06, 0.300E+03, 2, 113, 2, 13, 0.41372919E+01, 0.20000096E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000101E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.20151371E-07,-0.56261463E-05, 0.38282315E+05, + 0.154E+06, 0.300E+03, 2, 113, 2, 14, 0.41230556E+01, 0.20000101E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000107E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.25503808E-07,-0.50869919E-05, 0.39424671E+05, + 0.154E+06, 0.300E+03, 2, 113, 2, 15, 0.41099513E+01, 0.20000107E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000111E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.31948754E-07,-0.45798763E-05, 0.40589305E+05, + 0.154E+06, 0.300E+03, 2, 113, 2, 16, 0.40978764E+01, 0.20000111E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000115E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.39648997E-07,-0.41166142E-05, 0.41775102E+05, + 0.154E+06, 0.300E+03, 2, 113, 2, 17, 0.40867379E+01, 0.20000115E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000119E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.48781512E-07,-0.36948900E-05, 0.42981048E+05, + 0.154E+06, 0.300E+03, 2, 113, 2, 18, 0.40764527E+01, 0.20000119E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000123E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.61590763E-07,-0.34649777E-05, 0.44209231E+05, + 0.154E+06, 0.300E+03, 2, 113, 2, 19, 0.40669460E+01, 0.20000123E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000126E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.74735896E-07,-0.32003212E-05, 0.45457880E+05, + 0.154E+06, 0.300E+03, 2, 113, 2, 20, 0.40581493E+01, 0.20000126E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000051E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.90108612E-07, 0.74668991E-04, 0.46724738E+05, + 0.154E+06, 0.300E+03, 2, 113, 2, 21, 0.40500000E+01, 0.20000051E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000051E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.155E+06, 0.300E+03, 2, 114, 2, 1, 0.44479935E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.26194660E-09,-0.55070616E-05, 0.26860003E+05, + 0.155E+06, 0.300E+03, 2, 114, 2, 2, 0.44084924E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000014E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.39846782E-09,-0.88335320E-05, 0.27609666E+05, + 0.155E+06, 0.300E+03, 2, 114, 2, 3, 0.43720679E+01, 0.20000014E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000024E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.72595867E-09,-0.92384184E-05, 0.28401416E+05, + 0.155E+06, 0.300E+03, 2, 114, 2, 4, 0.43385480E+01, 0.20000024E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000033E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12318560E-08,-0.91694586E-05, 0.29237566E+05, + 0.155E+06, 0.300E+03, 2, 114, 2, 5, 0.43077509E+01, 0.20000033E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000042E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.19879493E-08,-0.91122299E-05, 0.30112808E+05, + 0.155E+06, 0.300E+03, 2, 114, 2, 6, 0.42794835E+01, 0.20000042E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000051E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.30225056E-08,-0.89499104E-05, 0.31024674E+05, + 0.155E+06, 0.300E+03, 2, 114, 2, 7, 0.42535538E+01, 0.20000051E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000059E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.43952605E-08,-0.86651159E-05, 0.31971301E+05, + 0.155E+06, 0.300E+03, 2, 114, 2, 8, 0.42297757E+01, 0.20000059E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000068E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.61795921E-08,-0.82815563E-05, 0.32950844E+05, + 0.155E+06, 0.300E+03, 2, 114, 2, 9, 0.42079712E+01, 0.20000068E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000076E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.84623025E-08,-0.78229076E-05, 0.33961506E+05, + 0.155E+06, 0.300E+03, 2, 114, 2, 10, 0.41879721E+01, 0.20000076E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000083E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11344940E-07,-0.73118469E-05, 0.35001565E+05, + 0.155E+06, 0.300E+03, 2, 114, 2, 11, 0.41696212E+01, 0.20000083E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000090E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14944259E-07,-0.67694697E-05, 0.36069390E+05, + 0.155E+06, 0.300E+03, 2, 114, 2, 12, 0.41527726E+01, 0.20000090E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000096E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.19392828E-07,-0.62150173E-05, 0.37163448E+05, + 0.155E+06, 0.300E+03, 2, 114, 2, 13, 0.41372919E+01, 0.20000096E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000102E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.24839561E-07,-0.56657746E-05, 0.38282315E+05, + 0.155E+06, 0.300E+03, 2, 114, 2, 14, 0.41230556E+01, 0.20000102E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000107E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.31450400E-07,-0.51371326E-05, 0.39424671E+05, + 0.155E+06, 0.300E+03, 2, 114, 2, 15, 0.41099513E+01, 0.20000107E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000111E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.39408308E-07,-0.46427668E-05, 0.40589304E+05, + 0.155E+06, 0.300E+03, 2, 114, 2, 16, 0.40978764E+01, 0.20000111E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000116E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.48913983E-07,-0.41948386E-05, 0.41775102E+05, + 0.155E+06, 0.300E+03, 2, 114, 2, 17, 0.40867379E+01, 0.20000116E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000120E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.60185509E-07,-0.37909281E-05, 0.42981048E+05, + 0.155E+06, 0.300E+03, 2, 114, 2, 18, 0.40764527E+01, 0.20000120E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000123E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.75991702E-07,-0.35867273E-05, 0.44209231E+05, + 0.155E+06, 0.300E+03, 2, 114, 2, 19, 0.40669460E+01, 0.20000123E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000127E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.92210248E-07,-0.33489503E-05, 0.45457880E+05, + 0.155E+06, 0.300E+03, 2, 114, 2, 20, 0.40581493E+01, 0.20000127E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000046E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11117506E-06, 0.81014830E-04, 0.46724738E+05, + 0.155E+06, 0.300E+03, 2, 114, 2, 21, 0.40500000E+01, 0.20000046E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000046E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.155E+06, 0.300E+03, 2, 115, 2, 1, 0.44479935E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23980344E-09,-0.55087981E-05, 0.26860003E+05, + 0.155E+06, 0.300E+03, 2, 115, 2, 2, 0.44084924E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000014E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.41031550E-09,-0.88364880E-05, 0.27609666E+05, + 0.155E+06, 0.300E+03, 2, 115, 2, 3, 0.43720679E+01, 0.20000014E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000024E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.82673068E-09,-0.92419568E-05, 0.28401416E+05, + 0.155E+06, 0.300E+03, 2, 115, 2, 4, 0.43385480E+01, 0.20000024E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000033E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14752125E-08,-0.91738264E-05, 0.29237566E+05, + 0.155E+06, 0.300E+03, 2, 115, 2, 5, 0.43077509E+01, 0.20000033E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000042E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.24419326E-08,-0.91179215E-05, 0.30112808E+05, + 0.155E+06, 0.300E+03, 2, 115, 2, 6, 0.42794835E+01, 0.20000042E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000051E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.37649321E-08,-0.89574575E-05, 0.31024674E+05, + 0.155E+06, 0.300E+03, 2, 115, 2, 7, 0.42535538E+01, 0.20000051E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000060E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.55201235E-08,-0.86751584E-05, 0.31971301E+05, + 0.155E+06, 0.300E+03, 2, 115, 2, 8, 0.42297757E+01, 0.20000060E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000068E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.78004329E-08,-0.82948840E-05, 0.32950844E+05, + 0.155E+06, 0.300E+03, 2, 115, 2, 9, 0.42079712E+01, 0.20000068E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000076E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10716273E-07,-0.78405001E-05, 0.33961506E+05, + 0.155E+06, 0.300E+03, 2, 115, 2, 10, 0.41879721E+01, 0.20000076E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000083E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14396671E-07,-0.73348941E-05, 0.35001565E+05, + 0.155E+06, 0.300E+03, 2, 115, 2, 11, 0.41696212E+01, 0.20000083E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000090E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.18989934E-07,-0.67994125E-05, 0.36069390E+05, + 0.155E+06, 0.300E+03, 2, 115, 2, 12, 0.41527726E+01, 0.20000090E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000096E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.24664696E-07,-0.62535769E-05, 0.37163448E+05, + 0.155E+06, 0.300E+03, 2, 115, 2, 13, 0.41372919E+01, 0.20000096E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000102E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.31610277E-07,-0.57149871E-05, 0.38282315E+05, + 0.155E+06, 0.300E+03, 2, 115, 2, 14, 0.41230556E+01, 0.20000102E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000107E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.40037606E-07,-0.51993918E-05, 0.39424671E+05, + 0.155E+06, 0.300E+03, 2, 115, 2, 15, 0.41099513E+01, 0.20000107E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000112E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.50179757E-07,-0.47208505E-05, 0.40589304E+05, + 0.155E+06, 0.300E+03, 2, 115, 2, 16, 0.40978764E+01, 0.20000112E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000116E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.62291753E-07,-0.42919519E-05, 0.41775102E+05, + 0.155E+06, 0.300E+03, 2, 115, 2, 17, 0.40867379E+01, 0.20000116E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000120E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.76651243E-07,-0.39101394E-05, 0.42981047E+05, + 0.155E+06, 0.300E+03, 2, 115, 2, 18, 0.40764527E+01, 0.20000120E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000124E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.96784109E-07,-0.37378556E-05, 0.44209231E+05, + 0.155E+06, 0.300E+03, 2, 115, 2, 19, 0.40669460E+01, 0.20000124E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000128E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11743980E-06,-0.35334722E-05, 0.45457880E+05, + 0.155E+06, 0.300E+03, 2, 115, 2, 20, 0.40581493E+01, 0.20000128E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000039E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14159067E-06, 0.89036118E-04, 0.46724738E+05, + 0.155E+06, 0.300E+03, 2, 115, 2, 21, 0.40500000E+01, 0.20000039E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000039E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.156E+06, 0.300E+03, 2, 116, 2, 1, 0.44479935E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12517315E-07,-0.54756332E-05, 0.26860003E+05, + 0.156E+06, 0.300E+03, 2, 116, 2, 2, 0.44084924E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000014E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.95513678E-08,-0.87921331E-05, 0.27609666E+05, + 0.156E+06, 0.300E+03, 2, 116, 2, 3, 0.43720679E+01, 0.20000014E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000023E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.78586406E-09,-0.91995483E-05, 0.28401416E+05, + 0.156E+06, 0.300E+03, 2, 116, 2, 4, 0.43385480E+01, 0.20000023E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000033E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.13907969E-07,-0.91363467E-05, 0.29237566E+05, + 0.156E+06, 0.300E+03, 2, 116, 2, 5, 0.43077509E+01, 0.20000033E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000042E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.35382157E-07,-0.90863289E-05, 0.30112808E+05, + 0.156E+06, 0.300E+03, 2, 116, 2, 6, 0.42794835E+01, 0.20000042E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000051E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.64850659E-07,-0.89335116E-05, 0.31024674E+05, + 0.156E+06, 0.300E+03, 2, 116, 2, 7, 0.42535538E+01, 0.20000051E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000059E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10389494E-06,-0.86609953E-05, 0.31971301E+05, + 0.156E+06, 0.300E+03, 2, 116, 2, 8, 0.42297757E+01, 0.20000059E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000067E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.15445847E-06,-0.82928074E-05, 0.32950844E+05, + 0.156E+06, 0.300E+03, 2, 116, 2, 9, 0.42079712E+01, 0.20000067E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000075E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21886345E-06,-0.78530128E-05, 0.33961506E+05, + 0.156E+06, 0.300E+03, 2, 116, 2, 10, 0.41879721E+01, 0.20000075E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000082E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.29983043E-06,-0.73647306E-05, 0.35001566E+05, + 0.156E+06, 0.300E+03, 2, 116, 2, 11, 0.41696212E+01, 0.20000082E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000088E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.40049781E-06,-0.68495853E-05, 0.36069390E+05, + 0.156E+06, 0.300E+03, 2, 116, 2, 12, 0.41527726E+01, 0.20000088E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000094E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.52444026E-06,-0.63274153E-05, 0.37163448E+05, + 0.156E+06, 0.300E+03, 2, 116, 2, 13, 0.41372919E+01, 0.20000094E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000099E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.67568411E-06,-0.58161959E-05, 0.38282315E+05, + 0.156E+06, 0.300E+03, 2, 116, 2, 14, 0.41230556E+01, 0.20000099E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000104E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.85872016E-06,-0.53320829E-05, 0.39424672E+05, + 0.156E+06, 0.300E+03, 2, 116, 2, 15, 0.41099513E+01, 0.20000104E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000108E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10785132E-05,-0.48896077E-05, 0.40589305E+05, + 0.156E+06, 0.300E+03, 2, 116, 2, 16, 0.40978764E+01, 0.20000108E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000111E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.13405088E-05,-0.45018634E-05, 0.41775102E+05, + 0.156E+06, 0.300E+03, 2, 116, 2, 17, 0.40867379E+01, 0.20000111E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000113E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.16506368E-05,-0.41745151E-05, 0.42981048E+05, + 0.156E+06, 0.300E+03, 2, 116, 2, 18, 0.40764527E+01, 0.20000113E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000115E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20847462E-05,-0.40660853E-05, 0.44209231E+05, + 0.156E+06, 0.300E+03, 2, 116, 2, 19, 0.40669461E+01, 0.20000115E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000117E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.25296837E-05,-0.39191598E-05, 0.45457880E+05, + 0.156E+06, 0.300E+03, 2, 116, 2, 20, 0.40581494E+01, 0.20000117E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000114E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.30494426E-05,-0.72155498E-06, 0.46724739E+05, + 0.156E+06, 0.300E+03, 2, 116, 2, 21, 0.40500000E+01, 0.20000114E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000114E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.157E+06, 0.300E+03, 2, 117, 2, 1, 0.44479935E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.24409625E-09,-0.55092773E-05, 0.26860003E+05, + 0.157E+06, 0.300E+03, 2, 117, 2, 2, 0.44084924E+01, 0.20000006E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000014E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.40740512E-09,-0.88377102E-05, 0.27609666E+05, + 0.157E+06, 0.300E+03, 2, 117, 2, 3, 0.43720679E+01, 0.20000014E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000024E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.80503620E-09,-0.92431711E-05, 0.28401416E+05, + 0.157E+06, 0.300E+03, 2, 117, 2, 4, 0.43385480E+01, 0.20000024E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000033E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14234077E-08,-0.91748920E-05, 0.29237566E+05, + 0.157E+06, 0.300E+03, 2, 117, 2, 5, 0.43077509E+01, 0.20000033E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000042E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23457324E-08,-0.91187466E-05, 0.30112808E+05, + 0.157E+06, 0.300E+03, 2, 117, 2, 6, 0.42794835E+01, 0.20000042E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000051E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.36079170E-08,-0.89579220E-05, 0.31024674E+05, + 0.157E+06, 0.300E+03, 2, 117, 2, 7, 0.42535538E+01, 0.20000051E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000060E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.52825029E-08,-0.86751099E-05, 0.31971301E+05, + 0.157E+06, 0.300E+03, 2, 117, 2, 8, 0.42297757E+01, 0.20000060E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000068E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.74581961E-08,-0.82941342E-05, 0.32950844E+05, + 0.157E+06, 0.300E+03, 2, 117, 2, 9, 0.42079712E+01, 0.20000068E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000076E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10240619E-07,-0.78388148E-05, 0.33961506E+05, + 0.157E+06, 0.300E+03, 2, 117, 2, 10, 0.41879721E+01, 0.20000076E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000083E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13752894E-07,-0.73319847E-05, 0.35001565E+05, + 0.157E+06, 0.300E+03, 2, 117, 2, 11, 0.41696212E+01, 0.20000083E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000090E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.18136658E-07,-0.67949234E-05, 0.36069390E+05, + 0.157E+06, 0.300E+03, 2, 117, 2, 12, 0.41527726E+01, 0.20000090E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000096E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23552978E-07,-0.62470685E-05, 0.37163448E+05, + 0.157E+06, 0.300E+03, 2, 117, 2, 13, 0.41372919E+01, 0.20000096E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000102E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.30182637E-07,-0.57059333E-05, 0.38282315E+05, + 0.157E+06, 0.300E+03, 2, 117, 2, 14, 0.41230556E+01, 0.20000102E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000107E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.38227129E-07,-0.51871475E-05, 0.39424671E+05, + 0.157E+06, 0.300E+03, 2, 117, 2, 15, 0.41099513E+01, 0.20000107E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000112E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.47908931E-07,-0.47046506E-05, 0.40589304E+05, + 0.157E+06, 0.300E+03, 2, 117, 2, 16, 0.40978764E+01, 0.20000112E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000116E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.59471543E-07,-0.42708913E-05, 0.41775102E+05, + 0.157E+06, 0.300E+03, 2, 117, 2, 17, 0.40867379E+01, 0.20000116E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000120E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.73180199E-07,-0.38834337E-05, 0.42981047E+05, + 0.157E+06, 0.300E+03, 2, 117, 2, 18, 0.40764527E+01, 0.20000120E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000124E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.92401096E-07,-0.37028084E-05, 0.44209231E+05, + 0.157E+06, 0.300E+03, 2, 117, 2, 19, 0.40669460E+01, 0.20000124E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000128E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11212144E-06,-0.34892694E-05, 0.45457880E+05, + 0.157E+06, 0.300E+03, 2, 117, 2, 20, 0.40581493E+01, 0.20000128E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000040E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13517917E-06, 0.87445097E-04, 0.46724738E+05, + 0.157E+06, 0.300E+03, 2, 117, 2, 21, 0.40500000E+01, 0.20000040E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000040E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.157E+06, 0.300E+03, 2, 118, 2, 1, 0.44479935E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12465280E-07,-0.54766768E-05, 0.26860003E+05, + 0.157E+06, 0.300E+03, 2, 118, 2, 2, 0.44084924E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000014E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.95919556E-08,-0.87941620E-05, 0.27609666E+05, + 0.157E+06, 0.300E+03, 2, 118, 2, 3, 0.43720679E+01, 0.20000014E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000023E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10661218E-08,-0.92014927E-05, 0.28401416E+05, + 0.157E+06, 0.300E+03, 2, 118, 2, 4, 0.43385480E+01, 0.20000023E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000033E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.13245153E-07,-0.91379918E-05, 0.29237566E+05, + 0.157E+06, 0.300E+03, 2, 118, 2, 5, 0.43077509E+01, 0.20000033E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000042E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.34155273E-07,-0.90875448E-05, 0.30112808E+05, + 0.157E+06, 0.300E+03, 2, 118, 2, 6, 0.42794835E+01, 0.20000042E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000051E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.62852584E-07,-0.89341184E-05, 0.31024674E+05, + 0.157E+06, 0.300E+03, 2, 118, 2, 7, 0.42535538E+01, 0.20000051E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000059E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10087591E-06,-0.86607722E-05, 0.31971301E+05, + 0.157E+06, 0.300E+03, 2, 118, 2, 8, 0.42297757E+01, 0.20000059E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000067E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.15011644E-06,-0.82914884E-05, 0.32950844E+05, + 0.157E+06, 0.300E+03, 2, 118, 2, 9, 0.42079712E+01, 0.20000067E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000075E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21283394E-06,-0.78502708E-05, 0.33961506E+05, + 0.157E+06, 0.300E+03, 2, 118, 2, 10, 0.41879721E+01, 0.20000075E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000082E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.29167604E-06,-0.73601774E-05, 0.35001566E+05, + 0.157E+06, 0.300E+03, 2, 118, 2, 11, 0.41696212E+01, 0.20000082E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000088E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.38969719E-06,-0.68427475E-05, 0.36069390E+05, + 0.157E+06, 0.300E+03, 2, 118, 2, 12, 0.41527726E+01, 0.20000088E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000094E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.51037641E-06,-0.63177232E-05, 0.37163448E+05, + 0.157E+06, 0.300E+03, 2, 118, 2, 13, 0.41372919E+01, 0.20000094E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000099E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.65763234E-06,-0.58029705E-05, 0.38282315E+05, + 0.157E+06, 0.300E+03, 2, 118, 2, 14, 0.41230556E+01, 0.20000099E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000104E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.83583574E-06,-0.53145102E-05, 0.39424672E+05, + 0.157E+06, 0.300E+03, 2, 118, 2, 15, 0.41099513E+01, 0.20000104E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000108E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10498188E-05,-0.48667251E-05, 0.40589305E+05, + 0.157E+06, 0.300E+03, 2, 118, 2, 16, 0.40978764E+01, 0.20000108E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000111E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.13048818E-05,-0.44725573E-05, 0.41775102E+05, + 0.157E+06, 0.300E+03, 2, 118, 2, 17, 0.40867379E+01, 0.20000111E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000113E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.16067956E-05,-0.41375507E-05, 0.42981048E+05, + 0.157E+06, 0.300E+03, 2, 118, 2, 18, 0.40764527E+01, 0.20000113E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000115E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20293946E-05,-0.40182762E-05, 0.44209231E+05, + 0.157E+06, 0.300E+03, 2, 118, 2, 19, 0.40669461E+01, 0.20000115E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000117E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.24625286E-05,-0.38598279E-05, 0.45457880E+05, + 0.157E+06, 0.300E+03, 2, 118, 2, 20, 0.40581494E+01, 0.20000117E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000114E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.29684895E-05,-0.36969133E-07, 0.46724739E+05, + 0.157E+06, 0.300E+03, 2, 118, 2, 21, 0.40500000E+01, 0.20000114E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000114E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.158E+06, 0.300E+03, 2, 119, 2, 1, 0.44479933E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.76043409E-05, 0.26931463E-05, 0.26860001E+05, + 0.158E+06, 0.300E+03, 2, 119, 2, 2, 0.44084923E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000013E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.79748947E-05, 0.98267677E-07, 0.27609664E+05, + 0.158E+06, 0.300E+03, 2, 119, 2, 3, 0.43720677E+01, 0.20000013E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000021E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.81849057E-05,-0.51215866E-07, 0.28401413E+05, + 0.158E+06, 0.300E+03, 2, 119, 2, 4, 0.43385478E+01, 0.20000021E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000029E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.80267894E-05,-0.14493032E-06, 0.29237563E+05, + 0.158E+06, 0.300E+03, 2, 119, 2, 5, 0.43077507E+01, 0.20000029E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.79351313E-05,-0.18090733E-06, 0.30112806E+05, + 0.158E+06, 0.300E+03, 2, 119, 2, 6, 0.42794833E+01, 0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000045E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.77288349E-05,-0.23573567E-06, 0.31024671E+05, + 0.158E+06, 0.300E+03, 2, 119, 2, 7, 0.42535537E+01, 0.20000045E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000053E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.74264666E-05,-0.27486076E-06, 0.31971298E+05, + 0.158E+06, 0.300E+03, 2, 119, 2, 8, 0.42297756E+01, 0.20000053E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000060E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.70470150E-05,-0.29986254E-06, 0.32950841E+05, + 0.158E+06, 0.300E+03, 2, 119, 2, 9, 0.42079710E+01, 0.20000060E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000067E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.66089983E-05,-0.31263164E-06, 0.33961504E+05, + 0.158E+06, 0.300E+03, 2, 119, 2, 10, 0.41879719E+01, 0.20000067E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000074E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.61298509E-05,-0.31516091E-06, 0.35001564E+05, + 0.158E+06, 0.300E+03, 2, 119, 2, 11, 0.41696211E+01, 0.20000074E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000080E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.56255580E-05,-0.30937458E-06, 0.36069388E+05, + 0.158E+06, 0.300E+03, 2, 119, 2, 12, 0.41527725E+01, 0.20000080E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000085E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.51104842E-05,-0.29704136E-06, 0.37163447E+05, + 0.158E+06, 0.300E+03, 2, 119, 2, 13, 0.41372918E+01, 0.20000085E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000090E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.45973475E-05,-0.27970512E-06, 0.38282314E+05, + 0.158E+06, 0.300E+03, 2, 119, 2, 14, 0.41230555E+01, 0.20000090E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000094E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.40972924E-05,-0.25868062E-06, 0.39424670E+05, + 0.158E+06, 0.300E+03, 2, 119, 2, 15, 0.41099512E+01, 0.20000094E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000098E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.36200286E-05,-0.23504657E-06, 0.40589304E+05, + 0.158E+06, 0.300E+03, 2, 119, 2, 16, 0.40978764E+01, 0.20000098E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000102E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.31740031E-05,-0.20966870E-06, 0.41775101E+05, + 0.158E+06, 0.300E+03, 2, 119, 2, 17, 0.40867379E+01, 0.20000102E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000104E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.27665853E-05,-0.17335511E-06, 0.42981047E+05, + 0.158E+06, 0.300E+03, 2, 119, 2, 18, 0.40764527E+01, 0.20000104E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000107E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.24874539E-05,-0.15075231E-06, 0.44209230E+05, + 0.158E+06, 0.300E+03, 2, 119, 2, 19, 0.40669460E+01, 0.20000107E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000109E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.21680016E-05,-0.13335184E-06, 0.45457880E+05, + 0.158E+06, 0.300E+03, 2, 119, 2, 20, 0.40581493E+01, 0.20000109E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000066E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.19074900E-05, 0.44831893E-04, 0.46724739E+05, + 0.158E+06, 0.300E+03, 2, 119, 2, 21, 0.40500000E+01, 0.20000066E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000066E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.158E+06, 0.300E+03, 2, 120, 2, 1, 0.44479933E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.30401376E-09,-0.49111725E-05, 0.26860001E+05, + 0.158E+06, 0.300E+03, 2, 120, 2, 2, 0.44084923E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000013E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.34757250E-09,-0.78768074E-05, 0.27609664E+05, + 0.158E+06, 0.300E+03, 2, 120, 2, 3, 0.43720677E+01, 0.20000013E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000021E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.43298011E-09,-0.82363550E-05, 0.28401413E+05, + 0.158E+06, 0.300E+03, 2, 120, 2, 4, 0.43385478E+01, 0.20000021E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000029E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.55112954E-09,-0.81720373E-05, 0.29237563E+05, + 0.158E+06, 0.300E+03, 2, 120, 2, 5, 0.43077507E+01, 0.20000029E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.73370757E-09,-0.81164904E-05, 0.30112806E+05, + 0.158E+06, 0.300E+03, 2, 120, 2, 6, 0.42794833E+01, 0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000045E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.98235129E-09,-0.79652174E-05, 0.31024671E+05, + 0.158E+06, 0.300E+03, 2, 120, 2, 7, 0.42535537E+01, 0.20000045E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000053E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13129951E-08,-0.77022380E-05, 0.31971298E+05, + 0.158E+06, 0.300E+03, 2, 120, 2, 8, 0.42297756E+01, 0.20000053E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000060E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.17448231E-08,-0.73481412E-05, 0.32950841E+05, + 0.158E+06, 0.300E+03, 2, 120, 2, 9, 0.42079710E+01, 0.20000060E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000067E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23006578E-08,-0.69233531E-05, 0.33961504E+05, + 0.158E+06, 0.300E+03, 2, 120, 2, 10, 0.41879719E+01, 0.20000067E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000074E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.30067410E-08,-0.64473253E-05, 0.35001564E+05, + 0.158E+06, 0.300E+03, 2, 120, 2, 11, 0.41696211E+01, 0.20000074E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000080E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.38933892E-08,-0.59379984E-05, 0.36069388E+05, + 0.158E+06, 0.300E+03, 2, 120, 2, 12, 0.41527725E+01, 0.20000080E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000085E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.49948721E-08,-0.54115324E-05, 0.37163447E+05, + 0.158E+06, 0.300E+03, 2, 120, 2, 13, 0.41372918E+01, 0.20000085E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000090E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.63494857E-08,-0.48822279E-05, 0.38282314E+05, + 0.158E+06, 0.300E+03, 2, 120, 2, 14, 0.41230555E+01, 0.20000090E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000094E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.79999639E-08,-0.43625816E-05, 0.39424670E+05, + 0.158E+06, 0.300E+03, 2, 120, 2, 15, 0.41099512E+01, 0.20000094E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000098E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.99931155E-08,-0.38634298E-05, 0.40589304E+05, + 0.158E+06, 0.300E+03, 2, 120, 2, 16, 0.40978764E+01, 0.20000098E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000102E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12380381E-07,-0.33941328E-05, 0.41775101E+05, + 0.158E+06, 0.300E+03, 2, 120, 2, 17, 0.40867379E+01, 0.20000102E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000105E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15217665E-07,-0.29528164E-05, 0.42981047E+05, + 0.158E+06, 0.300E+03, 2, 120, 2, 18, 0.40764527E+01, 0.20000105E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000107E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.19205836E-07,-0.26546172E-05, 0.44209230E+05, + 0.158E+06, 0.300E+03, 2, 120, 2, 19, 0.40669460E+01, 0.20000107E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000110E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23303946E-07,-0.23214983E-05, 0.45457880E+05, + 0.158E+06, 0.300E+03, 2, 120, 2, 20, 0.40581493E+01, 0.20000110E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000065E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.28102368E-07, 0.44596191E-04, 0.46724739E+05, + 0.158E+06, 0.300E+03, 2, 120, 2, 21, 0.40500000E+01, 0.20000065E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000065E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.159E+06, 0.300E+03, 2, 121, 2, 1, 0.44479933E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.29946629E-09,-0.49115006E-05, 0.26860001E+05, + 0.159E+06, 0.300E+03, 2, 121, 2, 2, 0.44084923E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000013E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.34645685E-09,-0.78774072E-05, 0.27609664E+05, + 0.159E+06, 0.300E+03, 2, 121, 2, 3, 0.43720677E+01, 0.20000013E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000021E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.44100792E-09,-0.82370996E-05, 0.28401413E+05, + 0.159E+06, 0.300E+03, 2, 121, 2, 4, 0.43385478E+01, 0.20000021E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000029E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.57402455E-09,-0.81729915E-05, 0.29237563E+05, + 0.159E+06, 0.300E+03, 2, 121, 2, 5, 0.43077507E+01, 0.20000029E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.77852746E-09,-0.81177745E-05, 0.30112806E+05, + 0.159E+06, 0.300E+03, 2, 121, 2, 6, 0.42794833E+01, 0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000045E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10572815E-08,-0.79669640E-05, 0.31024671E+05, + 0.159E+06, 0.300E+03, 2, 121, 2, 7, 0.42535537E+01, 0.20000045E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000053E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14278703E-08,-0.77046045E-05, 0.31971298E+05, + 0.159E+06, 0.300E+03, 2, 121, 2, 8, 0.42297756E+01, 0.20000053E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000060E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.19115153E-08,-0.73513273E-05, 0.32950841E+05, + 0.159E+06, 0.300E+03, 2, 121, 2, 9, 0.42079710E+01, 0.20000060E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000067E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.25333672E-08,-0.69275995E-05, 0.33961504E+05, + 0.159E+06, 0.300E+03, 2, 121, 2, 10, 0.41879719E+01, 0.20000067E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000074E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.33227843E-08,-0.64529287E-05, 0.35001564E+05, + 0.159E+06, 0.300E+03, 2, 121, 2, 11, 0.41696211E+01, 0.20000074E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000080E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.43131877E-08,-0.59453136E-05, 0.36069388E+05, + 0.159E+06, 0.300E+03, 2, 121, 2, 12, 0.41527725E+01, 0.20000080E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000085E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.55426305E-08,-0.54209895E-05, 0.37163447E+05, + 0.159E+06, 0.300E+03, 2, 121, 2, 13, 0.41372918E+01, 0.20000085E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000090E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.70536529E-08,-0.48943248E-05, 0.38282314E+05, + 0.159E+06, 0.300E+03, 2, 121, 2, 14, 0.41230555E+01, 0.20000090E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000094E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.88935728E-08,-0.43779140E-05, 0.39424670E+05, + 0.159E+06, 0.300E+03, 2, 121, 2, 15, 0.41099512E+01, 0.20000094E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000098E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11114510E-07,-0.38826841E-05, 0.40589304E+05, + 0.159E+06, 0.300E+03, 2, 121, 2, 16, 0.40978764E+01, 0.20000098E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000102E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13773606E-07,-0.34180973E-05, 0.41775101E+05, + 0.159E+06, 0.300E+03, 2, 121, 2, 17, 0.40867379E+01, 0.20000102E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000105E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16932778E-07,-0.29822859E-05, 0.42981047E+05, + 0.159E+06, 0.300E+03, 2, 121, 2, 18, 0.40764527E+01, 0.20000105E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000107E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.21371937E-07,-0.26919849E-05, 0.44209230E+05, + 0.159E+06, 0.300E+03, 2, 121, 2, 19, 0.40669460E+01, 0.20000107E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000110E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.25932483E-07,-0.23670939E-05, 0.45457880E+05, + 0.159E+06, 0.300E+03, 2, 121, 2, 20, 0.40581493E+01, 0.20000110E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000063E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.31271290E-07, 0.46425477E-04, 0.46724739E+05, + 0.159E+06, 0.300E+03, 2, 121, 2, 21, 0.40500000E+01, 0.20000063E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000063E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.160E+06, 0.300E+03, 2, 122, 2, 1, 0.44479933E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.29449438E-09,-0.49118786E-05, 0.26860001E+05, + 0.160E+06, 0.300E+03, 2, 122, 2, 2, 0.44084923E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000013E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.34559586E-09,-0.78780906E-05, 0.27609664E+05, + 0.160E+06, 0.300E+03, 2, 122, 2, 3, 0.43720677E+01, 0.20000013E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000021E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.45107299E-09,-0.82379443E-05, 0.28401413E+05, + 0.160E+06, 0.300E+03, 2, 122, 2, 4, 0.43385478E+01, 0.20000021E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000029E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.60183083E-09,-0.81740700E-05, 0.29237563E+05, + 0.160E+06, 0.300E+03, 2, 122, 2, 5, 0.43077507E+01, 0.20000029E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.83245444E-09,-0.81192193E-05, 0.30112806E+05, + 0.160E+06, 0.300E+03, 2, 122, 2, 6, 0.42794833E+01, 0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000045E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11470911E-08,-0.79689241E-05, 0.31024671E+05, + 0.160E+06, 0.300E+03, 2, 122, 2, 7, 0.42535537E+01, 0.20000045E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000053E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15652161E-08,-0.77072558E-05, 0.31971298E+05, + 0.160E+06, 0.300E+03, 2, 122, 2, 8, 0.42297756E+01, 0.20000053E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000060E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.21105855E-08,-0.73548890E-05, 0.32950841E+05, + 0.160E+06, 0.300E+03, 2, 122, 2, 9, 0.42079710E+01, 0.20000060E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000067E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.28112602E-08,-0.69323422E-05, 0.33961504E+05, + 0.160E+06, 0.300E+03, 2, 122, 2, 10, 0.41879719E+01, 0.20000067E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000074E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.36998972E-08,-0.64591812E-05, 0.35001564E+05, + 0.160E+06, 0.300E+03, 2, 122, 2, 11, 0.41696211E+01, 0.20000074E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000080E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.48139676E-08,-0.59534741E-05, 0.36069388E+05, + 0.160E+06, 0.300E+03, 2, 122, 2, 12, 0.41527725E+01, 0.20000080E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000085E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.61959630E-08,-0.54315289E-05, 0.37163447E+05, + 0.160E+06, 0.300E+03, 2, 122, 2, 13, 0.41372918E+01, 0.20000085E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000090E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.78933711E-08,-0.49078077E-05, 0.38282314E+05, + 0.160E+06, 0.300E+03, 2, 122, 2, 14, 0.41230555E+01, 0.20000090E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000094E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.99591610E-08,-0.43949969E-05, 0.39424670E+05, + 0.160E+06, 0.300E+03, 2, 122, 2, 15, 0.41099512E+01, 0.20000094E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000098E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12451734E-07,-0.39041288E-05, 0.40589304E+05, + 0.160E+06, 0.300E+03, 2, 122, 2, 16, 0.40978764E+01, 0.20000098E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000102E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15434780E-07,-0.34447898E-05, 0.41775101E+05, + 0.160E+06, 0.300E+03, 2, 122, 2, 17, 0.40867379E+01, 0.20000102E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000105E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.18977759E-07,-0.30151001E-05, 0.42981047E+05, + 0.160E+06, 0.300E+03, 2, 122, 2, 18, 0.40764527E+01, 0.20000105E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000108E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23954538E-07,-0.27335898E-05, 0.44209230E+05, + 0.160E+06, 0.300E+03, 2, 122, 2, 19, 0.40669460E+01, 0.20000108E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000110E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.29066408E-07,-0.24178654E-05, 0.45457880E+05, + 0.160E+06, 0.300E+03, 2, 122, 2, 20, 0.40581493E+01, 0.20000110E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000062E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.35049525E-07, 0.48472260E-04, 0.46724739E+05, + 0.160E+06, 0.300E+03, 2, 122, 2, 21, 0.40500000E+01, 0.20000062E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000062E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.160E+06, 0.300E+03, 2, 123, 2, 1, 0.44479933E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.28902529E-09,-0.49123164E-05, 0.26860001E+05, + 0.160E+06, 0.300E+03, 2, 123, 2, 2, 0.44084923E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000013E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.34508654E-09,-0.78788750E-05, 0.27609664E+05, + 0.160E+06, 0.300E+03, 2, 123, 2, 3, 0.43720677E+01, 0.20000013E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000021E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.46379379E-09,-0.82389095E-05, 0.28401413E+05, + 0.160E+06, 0.300E+03, 2, 123, 2, 4, 0.43385478E+01, 0.20000021E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000029E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.63591870E-09,-0.81752972E-05, 0.29237563E+05, + 0.160E+06, 0.300E+03, 2, 123, 2, 5, 0.43077507E+01, 0.20000029E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.89814421E-09,-0.81208576E-05, 0.30112806E+05, + 0.160E+06, 0.300E+03, 2, 123, 2, 6, 0.42794833E+01, 0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000045E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12560971E-08,-0.79711399E-05, 0.31024671E+05, + 0.160E+06, 0.300E+03, 2, 123, 2, 7, 0.42535537E+01, 0.20000045E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000053E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.17317022E-08,-0.77102466E-05, 0.31971298E+05, + 0.160E+06, 0.300E+03, 2, 123, 2, 8, 0.42297756E+01, 0.20000053E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000060E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23515895E-08,-0.73589009E-05, 0.32950841E+05, + 0.160E+06, 0.300E+03, 2, 123, 2, 9, 0.42079710E+01, 0.20000060E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000067E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.31473852E-08,-0.69376790E-05, 0.33961504E+05, + 0.160E+06, 0.300E+03, 2, 123, 2, 10, 0.41879719E+01, 0.20000067E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000074E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.41559785E-08,-0.64662107E-05, 0.35001564E+05, + 0.160E+06, 0.300E+03, 2, 123, 2, 11, 0.41696211E+01, 0.20000074E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000080E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.54194243E-08,-0.59626425E-05, 0.36069388E+05, + 0.160E+06, 0.300E+03, 2, 123, 2, 12, 0.41527725E+01, 0.20000080E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000085E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.69855984E-08,-0.54433662E-05, 0.37163447E+05, + 0.160E+06, 0.300E+03, 2, 123, 2, 13, 0.41372918E+01, 0.20000085E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000090E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.89082217E-08,-0.49229467E-05, 0.38282314E+05, + 0.160E+06, 0.300E+03, 2, 123, 2, 14, 0.41230555E+01, 0.20000090E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000095E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11246957E-07,-0.44141695E-05, 0.39424670E+05, + 0.160E+06, 0.300E+03, 2, 123, 2, 15, 0.41099512E+01, 0.20000095E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000099E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14067555E-07,-0.39281986E-05, 0.40589304E+05, + 0.160E+06, 0.300E+03, 2, 123, 2, 16, 0.40978764E+01, 0.20000099E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000102E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.17442047E-07,-0.34747398E-05, 0.41775101E+05, + 0.160E+06, 0.300E+03, 2, 123, 2, 17, 0.40867379E+01, 0.20000102E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000105E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.21448723E-07,-0.30519169E-05, 0.42981047E+05, + 0.160E+06, 0.300E+03, 2, 123, 2, 18, 0.40764527E+01, 0.20000105E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000108E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.27075172E-07,-0.27802626E-05, 0.44209230E+05, + 0.160E+06, 0.300E+03, 2, 123, 2, 19, 0.40669460E+01, 0.20000108E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000110E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.32853253E-07,-0.24748248E-05, 0.45457880E+05, + 0.160E+06, 0.300E+03, 2, 123, 2, 20, 0.40581493E+01, 0.20000110E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000060E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.39614897E-07, 0.50781039E-04, 0.46724739E+05, + 0.160E+06, 0.300E+03, 2, 123, 2, 21, 0.40500000E+01, 0.20000060E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000060E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.161E+06, 0.300E+03, 2, 124, 2, 1, 0.44479933E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.28279222E-09,-0.49128273E-05, 0.26860001E+05, + 0.161E+06, 0.300E+03, 2, 124, 2, 2, 0.44084923E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000013E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.34492890E-09,-0.78797823E-05, 0.27609664E+05, + 0.161E+06, 0.300E+03, 2, 124, 2, 3, 0.43720677E+01, 0.20000013E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000021E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.47986153E-09,-0.82400224E-05, 0.28401413E+05, + 0.161E+06, 0.300E+03, 2, 124, 2, 4, 0.43385478E+01, 0.20000021E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000029E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.67826477E-09,-0.81767048E-05, 0.29237563E+05, + 0.161E+06, 0.300E+03, 2, 124, 2, 5, 0.43077507E+01, 0.20000029E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.97927114E-09,-0.81227308E-05, 0.30112806E+05, + 0.161E+06, 0.300E+03, 2, 124, 2, 6, 0.42794833E+01, 0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000045E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13903385E-08,-0.79736669E-05, 0.31024671E+05, + 0.161E+06, 0.300E+03, 2, 124, 2, 7, 0.42535537E+01, 0.20000045E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000053E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.19364234E-08,-0.77136495E-05, 0.31971298E+05, + 0.161E+06, 0.300E+03, 2, 124, 2, 8, 0.42297756E+01, 0.20000053E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000060E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.26477695E-08,-0.73634600E-05, 0.32950841E+05, + 0.161E+06, 0.300E+03, 2, 124, 2, 9, 0.42079710E+01, 0.20000060E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000067E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.35603201E-08,-0.69437355E-05, 0.33961504E+05, + 0.161E+06, 0.300E+03, 2, 124, 2, 10, 0.41879719E+01, 0.20000067E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000074E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.47159604E-08,-0.64741824E-05, 0.35001564E+05, + 0.161E+06, 0.300E+03, 2, 124, 2, 11, 0.41696211E+01, 0.20000074E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000080E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.61626391E-08,-0.59730337E-05, 0.36069388E+05, + 0.161E+06, 0.300E+03, 2, 124, 2, 12, 0.41527725E+01, 0.20000080E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000085E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.79549257E-08,-0.54567770E-05, 0.37163447E+05, + 0.161E+06, 0.300E+03, 2, 124, 2, 13, 0.41372918E+01, 0.20000085E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000090E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10153866E-07,-0.49400898E-05, 0.38282314E+05, + 0.161E+06, 0.300E+03, 2, 124, 2, 14, 0.41230555E+01, 0.20000090E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000095E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12827392E-07,-0.44358803E-05, 0.39424670E+05, + 0.161E+06, 0.300E+03, 2, 124, 2, 15, 0.41099512E+01, 0.20000095E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000099E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16050520E-07,-0.39554463E-05, 0.40589304E+05, + 0.161E+06, 0.300E+03, 2, 124, 2, 16, 0.40978764E+01, 0.20000099E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000102E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.19905298E-07,-0.35086438E-05, 0.41775101E+05, + 0.161E+06, 0.300E+03, 2, 124, 2, 17, 0.40867379E+01, 0.20000102E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000105E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.24481002E-07,-0.30935833E-05, 0.42981047E+05, + 0.161E+06, 0.300E+03, 2, 124, 2, 18, 0.40764527E+01, 0.20000105E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000108E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.30904557E-07,-0.28330810E-05, 0.44209230E+05, + 0.161E+06, 0.300E+03, 2, 124, 2, 19, 0.40669460E+01, 0.20000108E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000111E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.37500043E-07,-0.25392845E-05, 0.45457880E+05, + 0.161E+06, 0.300E+03, 2, 124, 2, 20, 0.40581493E+01, 0.20000111E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000057E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.45217021E-07, 0.53410156E-04, 0.46724739E+05, + 0.161E+06, 0.300E+03, 2, 124, 2, 21, 0.40500000E+01, 0.20000057E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000057E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.161E+06, 0.300E+03, 2, 125, 2, 1, 0.44479933E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.27546776E-09,-0.49134294E-05, 0.26860001E+05, + 0.161E+06, 0.300E+03, 2, 125, 2, 2, 0.44084923E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000013E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.34526844E-09,-0.78808432E-05, 0.27609664E+05, + 0.161E+06, 0.300E+03, 2, 125, 2, 3, 0.43720677E+01, 0.20000013E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000021E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.50057376E-09,-0.82413176E-05, 0.28401413E+05, + 0.161E+06, 0.300E+03, 2, 125, 2, 4, 0.43385478E+01, 0.20000021E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000029E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.73176731E-09,-0.81783362E-05, 0.29237563E+05, + 0.161E+06, 0.300E+03, 2, 125, 2, 5, 0.43077507E+01, 0.20000029E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10812194E-08,-0.81248948E-05, 0.30112806E+05, + 0.161E+06, 0.300E+03, 2, 125, 2, 6, 0.42794833E+01, 0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000045E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15586678E-08,-0.79765775E-05, 0.31024671E+05, + 0.161E+06, 0.300E+03, 2, 125, 2, 7, 0.42535537E+01, 0.20000045E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000053E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.21928281E-08,-0.77175611E-05, 0.31971298E+05, + 0.161E+06, 0.300E+03, 2, 125, 2, 8, 0.42297756E+01, 0.20000053E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000060E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.30183583E-08,-0.73686936E-05, 0.32950841E+05, + 0.161E+06, 0.300E+03, 2, 125, 2, 9, 0.42079710E+01, 0.20000060E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000067E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.40767676E-08,-0.69506792E-05, 0.33961504E+05, + 0.161E+06, 0.300E+03, 2, 125, 2, 10, 0.41879719E+01, 0.20000067E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000074E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.54161743E-08,-0.64833151E-05, 0.35001564E+05, + 0.161E+06, 0.300E+03, 2, 125, 2, 11, 0.41696211E+01, 0.20000074E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000080E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.70918274E-08,-0.59849308E-05, 0.36069388E+05, + 0.161E+06, 0.300E+03, 2, 125, 2, 12, 0.41527725E+01, 0.20000080E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000085E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.91664697E-08,-0.54721260E-05, 0.37163447E+05, + 0.161E+06, 0.300E+03, 2, 125, 2, 13, 0.41372918E+01, 0.20000085E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000090E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11710581E-07,-0.49597045E-05, 0.38282314E+05, + 0.161E+06, 0.300E+03, 2, 125, 2, 14, 0.41230555E+01, 0.20000090E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000095E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14802426E-07,-0.44607155E-05, 0.39424670E+05, + 0.161E+06, 0.300E+03, 2, 125, 2, 15, 0.41099512E+01, 0.20000095E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000099E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.18528469E-07,-0.39866130E-05, 0.40589304E+05, + 0.161E+06, 0.300E+03, 2, 125, 2, 16, 0.40978764E+01, 0.20000099E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000102E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.22983416E-07,-0.35474150E-05, 0.41775101E+05, + 0.161E+06, 0.300E+03, 2, 125, 2, 17, 0.40867379E+01, 0.20000102E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000106E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.28270006E-07,-0.31412236E-05, 0.42981047E+05, + 0.161E+06, 0.300E+03, 2, 125, 2, 18, 0.40764527E+01, 0.20000106E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000108E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.35689615E-07,-0.28934721E-05, 0.44209230E+05, + 0.161E+06, 0.300E+03, 2, 125, 2, 19, 0.40669460E+01, 0.20000108E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000111E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.43306524E-07,-0.26129873E-05, 0.45457880E+05, + 0.161E+06, 0.300E+03, 2, 125, 2, 20, 0.40581493E+01, 0.20000111E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000055E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.52217171E-07, 0.56437885E-04, 0.46724738E+05, + 0.161E+06, 0.300E+03, 2, 125, 2, 21, 0.40500000E+01, 0.20000055E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000055E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.162E+06, 0.300E+03, 2, 126, 2, 1, 0.44479933E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.26676086E-09,-0.49141475E-05, 0.26860001E+05, + 0.162E+06, 0.300E+03, 2, 126, 2, 2, 0.44084923E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000013E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.34638409E-09,-0.78820977E-05, 0.27609664E+05, + 0.162E+06, 0.300E+03, 2, 126, 2, 3, 0.43720677E+01, 0.20000013E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000021E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.52764032E-09,-0.82428441E-05, 0.28401413E+05, + 0.162E+06, 0.300E+03, 2, 126, 2, 4, 0.43385478E+01, 0.20000021E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000029E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.80069488E-09,-0.81802511E-05, 0.29237563E+05, + 0.162E+06, 0.300E+03, 2, 126, 2, 5, 0.43077507E+01, 0.20000029E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12119805E-08,-0.81274252E-05, 0.30112806E+05, + 0.162E+06, 0.300E+03, 2, 126, 2, 6, 0.42794833E+01, 0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000045E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.17742180E-08,-0.79799711E-05, 0.31024671E+05, + 0.162E+06, 0.300E+03, 2, 126, 2, 7, 0.42535537E+01, 0.20000045E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000053E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.25207313E-08,-0.77221136E-05, 0.31971298E+05, + 0.162E+06, 0.300E+03, 2, 126, 2, 8, 0.42297756E+01, 0.20000053E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000060E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.34921686E-08,-0.73747728E-05, 0.32950841E+05, + 0.162E+06, 0.300E+03, 2, 126, 2, 9, 0.42079710E+01, 0.20000060E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000067E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.47366969E-08,-0.69587386E-05, 0.33961504E+05, + 0.162E+06, 0.300E+03, 2, 126, 2, 10, 0.41879719E+01, 0.20000067E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000074E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.63105836E-08,-0.64939053E-05, 0.35001564E+05, + 0.162E+06, 0.300E+03, 2, 126, 2, 11, 0.41696211E+01, 0.20000074E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000080E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.82784633E-08,-0.59987206E-05, 0.36069388E+05, + 0.162E+06, 0.300E+03, 2, 126, 2, 12, 0.41527725E+01, 0.20000080E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000085E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10713629E-07,-0.54899064E-05, 0.37163447E+05, + 0.162E+06, 0.300E+03, 2, 126, 2, 13, 0.41372918E+01, 0.20000085E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000090E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13698348E-07,-0.49824227E-05, 0.38282314E+05, + 0.162E+06, 0.300E+03, 2, 126, 2, 14, 0.41230555E+01, 0.20000090E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000095E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.17324152E-07,-0.44894729E-05, 0.39424670E+05, + 0.162E+06, 0.300E+03, 2, 126, 2, 15, 0.41099512E+01, 0.20000095E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000099E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.21692249E-07,-0.40226957E-05, 0.40589304E+05, + 0.162E+06, 0.300E+03, 2, 126, 2, 16, 0.40978764E+01, 0.20000099E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000103E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.26913234E-07,-0.35923000E-05, 0.41775101E+05, + 0.162E+06, 0.300E+03, 2, 126, 2, 17, 0.40867379E+01, 0.20000103E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000106E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.33107402E-07,-0.31963626E-05, 0.42981047E+05, + 0.162E+06, 0.300E+03, 2, 126, 2, 18, 0.40764527E+01, 0.20000106E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000109E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.41798460E-07,-0.29633697E-05, 0.44209230E+05, + 0.162E+06, 0.300E+03, 2, 126, 2, 19, 0.40669460E+01, 0.20000109E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000112E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.50719294E-07,-0.26982963E-05, 0.45457880E+05, + 0.162E+06, 0.300E+03, 2, 126, 2, 20, 0.40581493E+01, 0.20000112E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000052E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.61153842E-07, 0.59971987E-04, 0.46724738E+05, + 0.162E+06, 0.300E+03, 2, 126, 2, 21, 0.40500000E+01, 0.20000052E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000052E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.163E+06, 0.300E+03, 2, 127, 2, 1, 0.44479933E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.25602882E-09,-0.49150166E-05, 0.26860001E+05, + 0.163E+06, 0.300E+03, 2, 127, 2, 2, 0.44084923E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000013E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.34854262E-09,-0.78836054E-05, 0.27609664E+05, + 0.163E+06, 0.300E+03, 2, 127, 2, 3, 0.43720677E+01, 0.20000013E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000021E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.56393522E-09,-0.82446699E-05, 0.28401413E+05, + 0.163E+06, 0.300E+03, 2, 127, 2, 4, 0.43385478E+01, 0.20000021E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000029E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.89183838E-09,-0.81825323E-05, 0.29237563E+05, + 0.163E+06, 0.300E+03, 2, 127, 2, 5, 0.43077507E+01, 0.20000029E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13841297E-08,-0.81304289E-05, 0.30112806E+05, + 0.163E+06, 0.300E+03, 2, 127, 2, 6, 0.42794833E+01, 0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000045E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.20574468E-08,-0.79839868E-05, 0.31024671E+05, + 0.163E+06, 0.300E+03, 2, 127, 2, 7, 0.42535537E+01, 0.20000045E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000053E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.29511769E-08,-0.77274902E-05, 0.31971298E+05, + 0.163E+06, 0.300E+03, 2, 127, 2, 8, 0.42297756E+01, 0.20000053E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000060E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.41136324E-08,-0.73819411E-05, 0.32950841E+05, + 0.163E+06, 0.300E+03, 2, 127, 2, 9, 0.42079710E+01, 0.20000060E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000067E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.56020023E-08,-0.69682302E-05, 0.33961504E+05, + 0.163E+06, 0.300E+03, 2, 127, 2, 10, 0.41879719E+01, 0.20000067E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000074E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.74831769E-08,-0.65063694E-05, 0.35001564E+05, + 0.163E+06, 0.300E+03, 2, 127, 2, 11, 0.41696211E+01, 0.20000074E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000080E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.98338690E-08,-0.60149357E-05, 0.36069388E+05, + 0.163E+06, 0.300E+03, 2, 127, 2, 12, 0.41527725E+01, 0.20000080E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000085E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12741172E-07,-0.55108131E-05, 0.37163447E+05, + 0.163E+06, 0.300E+03, 2, 127, 2, 13, 0.41372918E+01, 0.20000085E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000091E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16303117E-07,-0.50091231E-05, 0.38282314E+05, + 0.163E+06, 0.300E+03, 2, 127, 2, 14, 0.41230555E+01, 0.20000091E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000095E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.20628504E-07,-0.45232674E-05, 0.39424670E+05, + 0.163E+06, 0.300E+03, 2, 127, 2, 15, 0.41099512E+01, 0.20000095E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000099E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.25837677E-07,-0.40650883E-05, 0.40589304E+05, + 0.163E+06, 0.300E+03, 2, 127, 2, 16, 0.40978764E+01, 0.20000099E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000103E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.32062162E-07,-0.36450339E-05, 0.41775101E+05, + 0.163E+06, 0.300E+03, 2, 127, 2, 17, 0.40867379E+01, 0.20000103E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000106E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.39445319E-07,-0.32611310E-05, 0.42981047E+05, + 0.163E+06, 0.300E+03, 2, 127, 2, 18, 0.40764527E+01, 0.20000106E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000109E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.49802184E-07,-0.30454688E-05, 0.44209230E+05, + 0.163E+06, 0.300E+03, 2, 127, 2, 19, 0.40669460E+01, 0.20000109E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000112E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.60431291E-07,-0.27985096E-05, 0.45457879E+05, + 0.163E+06, 0.300E+03, 2, 127, 2, 20, 0.40581493E+01, 0.20000112E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000048E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.72862458E-07, 0.64165576E-04, 0.46724738E+05, + 0.163E+06, 0.300E+03, 2, 127, 2, 21, 0.40500000E+01, 0.20000048E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000048E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.163E+06, 0.300E+03, 2, 128, 2, 1, 0.44479933E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.24250767E-09,-0.49160887E-05, 0.26860001E+05, + 0.163E+06, 0.300E+03, 2, 128, 2, 2, 0.44084923E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000013E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.35256865E-09,-0.78854524E-05, 0.27609664E+05, + 0.163E+06, 0.300E+03, 2, 128, 2, 3, 0.43720677E+01, 0.20000013E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000021E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.61418784E-09,-0.82468953E-05, 0.28401413E+05, + 0.163E+06, 0.300E+03, 2, 128, 2, 4, 0.43385478E+01, 0.20000021E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000029E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10162936E-08,-0.81853012E-05, 0.29237563E+05, + 0.163E+06, 0.300E+03, 2, 128, 2, 5, 0.43077507E+01, 0.20000029E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16182457E-08,-0.81340600E-05, 0.30112806E+05, + 0.163E+06, 0.300E+03, 2, 128, 2, 6, 0.42794833E+01, 0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000045E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.24416537E-08,-0.79888290E-05, 0.31024671E+05, + 0.163E+06, 0.300E+03, 2, 128, 2, 7, 0.42535537E+01, 0.20000045E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000053E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.35345268E-08,-0.77339568E-05, 0.31971298E+05, + 0.163E+06, 0.300E+03, 2, 128, 2, 8, 0.42297756E+01, 0.20000053E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000060E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.49552667E-08,-0.73905487E-05, 0.32950841E+05, + 0.163E+06, 0.300E+03, 2, 128, 2, 9, 0.42079710E+01, 0.20000060E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000067E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.67734315E-08,-0.69796135E-05, 0.33961504E+05, + 0.163E+06, 0.300E+03, 2, 128, 2, 10, 0.41879719E+01, 0.20000067E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000074E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.90700875E-08,-0.65213034E-05, 0.35001564E+05, + 0.163E+06, 0.300E+03, 2, 128, 2, 11, 0.41696211E+01, 0.20000074E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000080E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11938416E-07,-0.60343579E-05, 0.36069388E+05, + 0.163E+06, 0.300E+03, 2, 128, 2, 12, 0.41527725E+01, 0.20000080E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000086E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.15484353E-07,-0.55358388E-05, 0.37163447E+05, + 0.163E+06, 0.300E+03, 2, 128, 2, 13, 0.41372918E+01, 0.20000086E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000091E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.19826839E-07,-0.50410769E-05, 0.38282314E+05, + 0.163E+06, 0.300E+03, 2, 128, 2, 14, 0.41230555E+01, 0.20000091E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000095E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.25098222E-07,-0.45637032E-05, 0.39424670E+05, + 0.163E+06, 0.300E+03, 2, 128, 2, 15, 0.41099512E+01, 0.20000095E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000099E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.31444773E-07,-0.41158097E-05, 0.40589304E+05, + 0.163E+06, 0.300E+03, 2, 128, 2, 16, 0.40978764E+01, 0.20000099E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000103E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.39026563E-07,-0.37081212E-05, 0.41775101E+05, + 0.163E+06, 0.300E+03, 2, 128, 2, 17, 0.40867379E+01, 0.20000103E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000107E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.48017658E-07,-0.33385958E-05, 0.42981047E+05, + 0.163E+06, 0.300E+03, 2, 128, 2, 18, 0.40764527E+01, 0.20000107E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000110E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.60627353E-07,-0.31436696E-05, 0.44209230E+05, + 0.163E+06, 0.300E+03, 2, 128, 2, 19, 0.40669460E+01, 0.20000110E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000113E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.73566819E-07,-0.29183858E-05, 0.45457879E+05, + 0.163E+06, 0.300E+03, 2, 128, 2, 20, 0.40581493E+01, 0.20000113E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000044E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.88698240E-07, 0.69244607E-04, 0.46724738E+05, + 0.163E+06, 0.300E+03, 2, 128, 2, 21, 0.40500000E+01, 0.20000044E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000044E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.164E+06, 0.300E+03, 2, 129, 2, 1, 0.44479933E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.22517876E-09,-0.49174446E-05, 0.26860001E+05, + 0.164E+06, 0.300E+03, 2, 129, 2, 2, 0.44084923E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000013E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.36013565E-09,-0.78877696E-05, 0.27609664E+05, + 0.164E+06, 0.300E+03, 2, 129, 2, 3, 0.43720677E+01, 0.20000013E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000021E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.68681402E-09,-0.82496758E-05, 0.28401413E+05, + 0.164E+06, 0.300E+03, 2, 129, 2, 4, 0.43385478E+01, 0.20000021E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000029E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11934511E-08,-0.81887437E-05, 0.29237563E+05, + 0.164E+06, 0.300E+03, 2, 129, 2, 5, 0.43077507E+01, 0.20000029E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.19497262E-08,-0.81385558E-05, 0.30112806E+05, + 0.164E+06, 0.300E+03, 2, 129, 2, 6, 0.42794833E+01, 0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000045E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.29845978E-08,-0.79948025E-05, 0.31024671E+05, + 0.164E+06, 0.300E+03, 2, 129, 2, 7, 0.42535537E+01, 0.20000045E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000053E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.43577529E-08,-0.77419162E-05, 0.31971298E+05, + 0.164E+06, 0.300E+03, 2, 129, 2, 8, 0.42297756E+01, 0.20000053E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000061E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.61420966E-08,-0.74011230E-05, 0.32950841E+05, + 0.164E+06, 0.300E+03, 2, 129, 2, 9, 0.42079710E+01, 0.20000061E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000068E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.84243705E-08,-0.69935813E-05, 0.33961504E+05, + 0.164E+06, 0.300E+03, 2, 129, 2, 10, 0.41879719E+01, 0.20000068E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000074E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11305795E-07,-0.65396121E-05, 0.35001564E+05, + 0.164E+06, 0.300E+03, 2, 129, 2, 11, 0.41696211E+01, 0.20000074E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000080E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14902762E-07,-0.60581507E-05, 0.36069388E+05, + 0.164E+06, 0.300E+03, 2, 129, 2, 12, 0.41527725E+01, 0.20000080E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000086E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.19347475E-07,-0.55664880E-05, 0.37163447E+05, + 0.164E+06, 0.300E+03, 2, 129, 2, 13, 0.41372918E+01, 0.20000086E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000091E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.24788678E-07,-0.50801970E-05, 0.38282314E+05, + 0.164E+06, 0.300E+03, 2, 129, 2, 14, 0.41230555E+01, 0.20000091E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000095E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.31391658E-07,-0.46131991E-05, 0.39424670E+05, + 0.164E+06, 0.300E+03, 2, 129, 2, 15, 0.41099512E+01, 0.20000095E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000100E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.39339163E-07,-0.41778902E-05, 0.40589304E+05, + 0.164E+06, 0.300E+03, 2, 129, 2, 16, 0.40978763E+01, 0.20000100E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000104E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.48831401E-07,-0.37853332E-05, 0.41775101E+05, + 0.164E+06, 0.300E+03, 2, 129, 2, 17, 0.40867379E+01, 0.20000104E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000107E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.60085998E-07,-0.34333828E-05, 0.42981047E+05, + 0.164E+06, 0.300E+03, 2, 129, 2, 18, 0.40764527E+01, 0.20000107E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000110E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.75867065E-07,-0.32638373E-05, 0.44209230E+05, + 0.164E+06, 0.300E+03, 2, 129, 2, 19, 0.40669460E+01, 0.20000110E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000114E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.92058835E-07,-0.30650909E-05, 0.45457879E+05, + 0.164E+06, 0.300E+03, 2, 129, 2, 20, 0.40581493E+01, 0.20000114E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000038E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11099146E-06, 0.75558769E-04, 0.46724738E+05, + 0.164E+06, 0.300E+03, 2, 129, 2, 21, 0.40500000E+01, 0.20000038E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000038E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.164E+06, 0.300E+03, 2, 130, 2, 1, 0.44479933E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.20295071E-09,-0.49192156E-05, 0.26860001E+05, + 0.164E+06, 0.300E+03, 2, 130, 2, 2, 0.44084923E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000013E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.37505136E-09,-0.78907728E-05, 0.27609664E+05, + 0.164E+06, 0.300E+03, 2, 130, 2, 3, 0.43720677E+01, 0.20000013E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000021E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.79843934E-09,-0.82532621E-05, 0.28401413E+05, + 0.164E+06, 0.300E+03, 2, 130, 2, 4, 0.43385478E+01, 0.20000021E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000029E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14600422E-08,-0.81931597E-05, 0.29237563E+05, + 0.164E+06, 0.300E+03, 2, 130, 2, 5, 0.43077507E+01, 0.20000029E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.24453038E-08,-0.81442946E-05, 0.30112806E+05, + 0.164E+06, 0.300E+03, 2, 130, 2, 6, 0.42794833E+01, 0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000045E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.37936964E-08,-0.80023986E-05, 0.31024671E+05, + 0.164E+06, 0.300E+03, 2, 130, 2, 7, 0.42535537E+01, 0.20000045E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000053E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.55824178E-08,-0.77520105E-05, 0.31971298E+05, + 0.164E+06, 0.300E+03, 2, 130, 2, 8, 0.42297756E+01, 0.20000053E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000061E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.79058373E-08,-0.74145060E-05, 0.32950841E+05, + 0.164E+06, 0.300E+03, 2, 130, 2, 9, 0.42079710E+01, 0.20000061E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000068E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10876198E-07,-0.70112326E-05, 0.33961504E+05, + 0.164E+06, 0.300E+03, 2, 130, 2, 10, 0.41879719E+01, 0.20000068E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000074E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14624529E-07,-0.65627284E-05, 0.35001564E+05, + 0.164E+06, 0.300E+03, 2, 130, 2, 11, 0.41696211E+01, 0.20000074E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000080E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.19301757E-07,-0.60881692E-05, 0.36069388E+05, + 0.164E+06, 0.300E+03, 2, 130, 2, 12, 0.41527725E+01, 0.20000080E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000086E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.25079086E-07,-0.56051390E-05, 0.37163447E+05, + 0.164E+06, 0.300E+03, 2, 130, 2, 13, 0.41372918E+01, 0.20000086E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000091E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.32149183E-07,-0.51295208E-05, 0.38282314E+05, + 0.164E+06, 0.300E+03, 2, 130, 2, 14, 0.41230555E+01, 0.20000091E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000096E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.40726518E-07,-0.46755916E-05, 0.39424670E+05, + 0.164E+06, 0.300E+03, 2, 130, 2, 15, 0.41099512E+01, 0.20000096E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000100E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.51047973E-07,-0.42561378E-05, 0.40589304E+05, + 0.164E+06, 0.300E+03, 2, 130, 2, 16, 0.40978763E+01, 0.20000100E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000104E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.63372936E-07,-0.38826509E-05, 0.41775101E+05, + 0.164E+06, 0.300E+03, 2, 130, 2, 17, 0.40867379E+01, 0.20000104E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000108E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.77983883E-07,-0.35528310E-05, 0.42981047E+05, + 0.164E+06, 0.300E+03, 2, 130, 2, 18, 0.40764527E+01, 0.20000108E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000111E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.98467596E-07,-0.34152735E-05, 0.44209230E+05, + 0.164E+06, 0.300E+03, 2, 130, 2, 19, 0.40669460E+01, 0.20000111E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000115E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11948219E-06,-0.32500058E-05, 0.45457879E+05, + 0.164E+06, 0.300E+03, 2, 130, 2, 20, 0.40581493E+01, 0.20000115E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000031E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14405179E-06, 0.83682978E-04, 0.46724738E+05, + 0.164E+06, 0.300E+03, 2, 130, 2, 21, 0.40500000E+01, 0.20000031E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000031E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.165E+06, 0.300E+03, 2, 131, 2, 1, 0.44479933E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.17570225E-09,-0.49216335E-05, 0.26860001E+05, + 0.165E+06, 0.300E+03, 2, 131, 2, 2, 0.44084923E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000013E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.40736874E-09,-0.78948427E-05, 0.27609664E+05, + 0.165E+06, 0.300E+03, 2, 131, 2, 3, 0.43720677E+01, 0.20000013E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000021E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.98509190E-09,-0.82580930E-05, 0.28401413E+05, + 0.165E+06, 0.300E+03, 2, 131, 2, 4, 0.43385478E+01, 0.20000021E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000029E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.18932284E-08,-0.81990677E-05, 0.29237563E+05, + 0.165E+06, 0.300E+03, 2, 131, 2, 5, 0.43077507E+01, 0.20000029E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.32426397E-08,-0.81519323E-05, 0.30112806E+05, + 0.165E+06, 0.300E+03, 2, 131, 2, 6, 0.42794833E+01, 0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000045E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.50896294E-08,-0.80124609E-05, 0.31024671E+05, + 0.165E+06, 0.300E+03, 2, 131, 2, 7, 0.42535537E+01, 0.20000045E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000053E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.75391290E-08,-0.77653366E-05, 0.31971298E+05, + 0.165E+06, 0.300E+03, 2, 131, 2, 8, 0.42297756E+01, 0.20000053E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000061E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10719644E-07,-0.74321323E-05, 0.32950841E+05, + 0.165E+06, 0.300E+03, 2, 131, 2, 9, 0.42079710E+01, 0.20000061E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000068E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14784043E-07,-0.70344418E-05, 0.33961504E+05, + 0.165E+06, 0.300E+03, 2, 131, 2, 10, 0.41879719E+01, 0.20000068E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000074E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.19910901E-07,-0.65930852E-05, 0.35001564E+05, + 0.165E+06, 0.300E+03, 2, 131, 2, 11, 0.41696211E+01, 0.20000074E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000080E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.26305740E-07,-0.61275643E-05, 0.36069388E+05, + 0.165E+06, 0.300E+03, 2, 131, 2, 12, 0.41527725E+01, 0.20000080E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000086E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.34202094E-07,-0.56558360E-05, 0.37163447E+05, + 0.165E+06, 0.300E+03, 2, 131, 2, 13, 0.41372918E+01, 0.20000086E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000091E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.43862528E-07,-0.51941984E-05, 0.38282314E+05, + 0.165E+06, 0.300E+03, 2, 131, 2, 14, 0.41230555E+01, 0.20000091E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000096E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.55579658E-07,-0.47573946E-05, 0.39424670E+05, + 0.165E+06, 0.300E+03, 2, 131, 2, 15, 0.41099512E+01, 0.20000096E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000101E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.69676341E-07,-0.43587214E-05, 0.40589304E+05, + 0.165E+06, 0.300E+03, 2, 131, 2, 16, 0.40978763E+01, 0.20000101E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000105E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.86506625E-07,-0.40102340E-05, 0.41775101E+05, + 0.165E+06, 0.300E+03, 2, 131, 2, 17, 0.40867379E+01, 0.20000105E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000109E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10645570E-06,-0.37093960E-05, 0.42981047E+05, + 0.165E+06, 0.300E+03, 2, 131, 2, 18, 0.40764526E+01, 0.20000109E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000112E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13441944E-06,-0.36137897E-05, 0.44209230E+05, + 0.165E+06, 0.300E+03, 2, 131, 2, 19, 0.40669460E+01, 0.20000112E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000116E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16310512E-06,-0.34924597E-05, 0.45457879E+05, + 0.165E+06, 0.300E+03, 2, 131, 2, 20, 0.40581493E+01, 0.20000116E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000022E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.19664107E-06, 0.94641060E-04, 0.46724738E+05, + 0.165E+06, 0.300E+03, 2, 131, 2, 21, 0.40500000E+01, 0.20000022E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000022E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.166E+06, 0.300E+03, 2, 132, 2, 1, 0.44479933E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.14019800E-08,-0.48974742E-05, 0.26860001E+05, + 0.166E+06, 0.300E+03, 2, 132, 2, 2, 0.44084923E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000013E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12988433E-08,-0.78552634E-05, 0.27609664E+05, + 0.166E+06, 0.300E+03, 2, 132, 2, 3, 0.43720677E+01, 0.20000013E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000021E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.89730747E-09,-0.82114871E-05, 0.28401413E+05, + 0.166E+06, 0.300E+03, 2, 132, 2, 4, 0.43385478E+01, 0.20000021E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000029E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16957832E-09,-0.81425666E-05, 0.29237563E+05, + 0.166E+06, 0.300E+03, 2, 132, 2, 5, 0.43077507E+01, 0.20000029E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.87948138E-09,-0.80795061E-05, 0.30112806E+05, + 0.166E+06, 0.300E+03, 2, 132, 2, 6, 0.42794833E+01, 0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000045E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.23271059E-08,-0.79177107E-05, 0.31024671E+05, + 0.166E+06, 0.300E+03, 2, 132, 2, 7, 0.42535537E+01, 0.20000045E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000053E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.42472554E-08,-0.76406204E-05, 0.31971298E+05, + 0.166E+06, 0.300E+03, 2, 132, 2, 8, 0.42297756E+01, 0.20000053E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000060E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.67311339E-08,-0.72679599E-05, 0.32950841E+05, + 0.166E+06, 0.300E+03, 2, 132, 2, 9, 0.42079710E+01, 0.20000060E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000067E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.98881719E-08,-0.68191109E-05, 0.33961504E+05, + 0.166E+06, 0.300E+03, 2, 132, 2, 10, 0.41879719E+01, 0.20000067E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000073E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.13846826E-07,-0.63123050E-05, 0.35001564E+05, + 0.166E+06, 0.300E+03, 2, 132, 2, 11, 0.41696211E+01, 0.20000073E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000079E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.18755648E-07,-0.57640627E-05, 0.36069388E+05, + 0.166E+06, 0.300E+03, 2, 132, 2, 12, 0.41527725E+01, 0.20000079E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000084E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.24784240E-07,-0.51889538E-05, 0.37163447E+05, + 0.166E+06, 0.300E+03, 2, 132, 2, 13, 0.41372918E+01, 0.20000084E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000089E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.32123595E-07,-0.45994719E-05, 0.38282314E+05, + 0.166E+06, 0.300E+03, 2, 132, 2, 14, 0.41230556E+01, 0.20000089E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000093E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.40987215E-07,-0.40061198E-05, 0.39424671E+05, + 0.166E+06, 0.300E+03, 2, 132, 2, 15, 0.41099513E+01, 0.20000093E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000096E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.51610938E-07,-0.34175063E-05, 0.40589304E+05, + 0.166E+06, 0.300E+03, 2, 132, 2, 16, 0.40978764E+01, 0.20000096E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000099E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.64253860E-07,-0.28405602E-05, 0.41775102E+05, + 0.166E+06, 0.300E+03, 2, 132, 2, 17, 0.40867379E+01, 0.20000099E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000101E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.79197659E-07,-0.22755574E-05, 0.42981047E+05, + 0.166E+06, 0.300E+03, 2, 132, 2, 18, 0.40764527E+01, 0.20000101E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000103E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10008075E-06,-0.17965463E-05, 0.44209231E+05, + 0.166E+06, 0.300E+03, 2, 132, 2, 19, 0.40669461E+01, 0.20000103E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000104E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.12146809E-06,-0.12733960E-05, 0.45457880E+05, + 0.166E+06, 0.300E+03, 2, 132, 2, 20, 0.40581494E+01, 0.20000104E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000105E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.14642632E-06,-0.14996981E-05, 0.46724739E+05, + 0.166E+06, 0.300E+03, 2, 132, 2, 21, 0.40500000E+01, 0.20000105E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000105E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.166E+06, 0.300E+03, 2, 133, 2, 1, 0.44479933E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10386429E-08,-0.48881267E-05, 0.26860001E+05, + 0.166E+06, 0.300E+03, 2, 133, 2, 2, 0.44084923E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000013E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10749379E-08,-0.78390317E-05, 0.27609664E+05, + 0.166E+06, 0.300E+03, 2, 133, 2, 3, 0.43720677E+01, 0.20000013E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000021E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10777633E-08,-0.81916572E-05, 0.28401413E+05, + 0.166E+06, 0.300E+03, 2, 133, 2, 4, 0.43385478E+01, 0.20000021E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000029E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10207562E-08,-0.81175506E-05, 0.29237563E+05, + 0.166E+06, 0.300E+03, 2, 133, 2, 5, 0.43077507E+01, 0.20000029E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.96030514E-09,-0.80463144E-05, 0.30112806E+05, + 0.166E+06, 0.300E+03, 2, 133, 2, 6, 0.42794833E+01, 0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000045E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.87117466E-09,-0.78731266E-05, 0.31024671E+05, + 0.166E+06, 0.300E+03, 2, 133, 2, 7, 0.42535537E+01, 0.20000045E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000053E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.75400749E-09,-0.75808056E-05, 0.31971298E+05, + 0.166E+06, 0.300E+03, 2, 133, 2, 8, 0.42297756E+01, 0.20000053E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000060E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.60909467E-09,-0.71881774E-05, 0.32950842E+05, + 0.166E+06, 0.300E+03, 2, 133, 2, 9, 0.42079710E+01, 0.20000060E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000066E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.43629067E-09,-0.67135519E-05, 0.33961504E+05, + 0.166E+06, 0.300E+03, 2, 133, 2, 10, 0.41879719E+01, 0.20000066E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000073E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.23491642E-09,-0.61739053E-05, 0.35001564E+05, + 0.166E+06, 0.300E+03, 2, 133, 2, 11, 0.41696211E+01, 0.20000073E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000078E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.36379788E-11,-0.55843196E-05, 0.36069388E+05, + 0.166E+06, 0.300E+03, 2, 133, 2, 12, 0.41527725E+01, 0.20000078E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000083E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.25921812E-09,-0.49577194E-05, 0.37163447E+05, + 0.166E+06, 0.300E+03, 2, 133, 2, 13, 0.41372918E+01, 0.20000083E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000087E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.55639248E-09,-0.43047728E-05, 0.38282314E+05, + 0.166E+06, 0.300E+03, 2, 133, 2, 14, 0.41230556E+01, 0.20000087E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000091E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.89072273E-09,-0.36339234E-05, 0.39424671E+05, + 0.166E+06, 0.300E+03, 2, 133, 2, 15, 0.41099513E+01, 0.20000091E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000094E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.12659681E-08,-0.29515300E-05, 0.40589304E+05, + 0.166E+06, 0.300E+03, 2, 133, 2, 16, 0.40978764E+01, 0.20000094E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000096E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.16863972E-08,-0.22620451E-05, 0.41775102E+05, + 0.166E+06, 0.300E+03, 2, 133, 2, 17, 0.40867379E+01, 0.20000096E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000098E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21567151E-08,-0.15663756E-05, 0.42981048E+05, + 0.166E+06, 0.300E+03, 2, 133, 2, 18, 0.40764527E+01, 0.20000098E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000099E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.27731100E-08,-0.89907354E-06, 0.44209231E+05, + 0.166E+06, 0.300E+03, 2, 133, 2, 19, 0.40669461E+01, 0.20000099E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000099E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.33817196E-08,-0.17964932E-06, 0.45457880E+05, + 0.166E+06, 0.300E+03, 2, 133, 2, 20, 0.40581494E+01, 0.20000099E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000138E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.40634040E-08,-0.38897960E-04, 0.46724739E+05, + 0.166E+06, 0.300E+03, 2, 133, 2, 21, 0.40500000E+01, 0.20000138E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000138E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.167E+06, 0.300E+03, 2, 134, 2, 1, 0.44479933E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10497873E-08,-0.48877854E-05, 0.26860001E+05, + 0.167E+06, 0.300E+03, 2, 134, 2, 2, 0.44084923E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000013E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10862762E-08,-0.78386112E-05, 0.27609664E+05, + 0.167E+06, 0.300E+03, 2, 134, 2, 3, 0.43720677E+01, 0.20000013E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000021E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10886045E-08,-0.81912086E-05, 0.28401413E+05, + 0.167E+06, 0.300E+03, 2, 134, 2, 4, 0.43385478E+01, 0.20000021E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000029E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10301786E-08,-0.81170758E-05, 0.29237563E+05, + 0.167E+06, 0.300E+03, 2, 134, 2, 5, 0.43077507E+01, 0.20000029E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.96775087E-09,-0.80457943E-05, 0.30112806E+05, + 0.167E+06, 0.300E+03, 2, 134, 2, 6, 0.42794833E+01, 0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000045E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.87591616E-09,-0.78725449E-05, 0.31024671E+05, + 0.167E+06, 0.300E+03, 2, 134, 2, 7, 0.42535537E+01, 0.20000045E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000053E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.75508675E-09,-0.75801488E-05, 0.31971298E+05, + 0.167E+06, 0.300E+03, 2, 134, 2, 8, 0.42297756E+01, 0.20000053E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000060E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.60557795E-09,-0.71874219E-05, 0.32950842E+05, + 0.167E+06, 0.300E+03, 2, 134, 2, 9, 0.42079710E+01, 0.20000060E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000066E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.42697745E-09,-0.67126751E-05, 0.33961504E+05, + 0.167E+06, 0.300E+03, 2, 134, 2, 10, 0.41879719E+01, 0.20000066E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000073E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.21844850E-09,-0.61728766E-05, 0.35001564E+05, + 0.167E+06, 0.300E+03, 2, 134, 2, 11, 0.41696211E+01, 0.20000073E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000078E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21488328E-10,-0.55831001E-05, 0.36069388E+05, + 0.167E+06, 0.300E+03, 2, 134, 2, 12, 0.41527725E+01, 0.20000078E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000083E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.29489456E-09,-0.49562664E-05, 0.37163447E+05, + 0.167E+06, 0.300E+03, 2, 134, 2, 13, 0.41372918E+01, 0.20000083E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000087E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.60451081E-09,-0.43030321E-05, 0.38282314E+05, + 0.167E+06, 0.300E+03, 2, 134, 2, 14, 0.41230556E+01, 0.20000087E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000091E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.95385379E-09,-0.36318396E-05, 0.39424671E+05, + 0.167E+06, 0.300E+03, 2, 134, 2, 15, 0.41099513E+01, 0.20000091E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000094E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.13468040E-08,-0.29490297E-05, 0.40589304E+05, + 0.167E+06, 0.300E+03, 2, 134, 2, 16, 0.40978764E+01, 0.20000094E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000096E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.17880181E-08,-0.22590534E-05, 0.41775102E+05, + 0.167E+06, 0.300E+03, 2, 134, 2, 17, 0.40867379E+01, 0.20000096E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000098E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22826619E-08,-0.15628843E-05, 0.42981048E+05, + 0.167E+06, 0.300E+03, 2, 134, 2, 18, 0.40764527E+01, 0.20000098E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000099E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.29328172E-08,-0.89475837E-06, 0.44209231E+05, + 0.167E+06, 0.300E+03, 2, 134, 2, 19, 0.40669461E+01, 0.20000099E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000099E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.35757209E-08,-0.17445251E-06, 0.45457880E+05, + 0.167E+06, 0.300E+03, 2, 134, 2, 20, 0.40581494E+01, 0.20000099E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000138E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.42972048E-08,-0.39151777E-04, 0.46724739E+05, + 0.167E+06, 0.300E+03, 2, 134, 2, 21, 0.40500000E+01, 0.20000138E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000138E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.167E+06, 0.300E+03, 2, 135, 2, 1, 0.44479933E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10618169E-08,-0.48874370E-05, 0.26860001E+05, + 0.167E+06, 0.300E+03, 2, 135, 2, 2, 0.44084923E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000013E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10984877E-08,-0.78381810E-05, 0.27609664E+05, + 0.167E+06, 0.300E+03, 2, 135, 2, 3, 0.43720677E+01, 0.20000013E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000021E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11002824E-08,-0.81907485E-05, 0.28401413E+05, + 0.167E+06, 0.300E+03, 2, 135, 2, 4, 0.43385478E+01, 0.20000021E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000029E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10402679E-08,-0.81165884E-05, 0.29237563E+05, + 0.167E+06, 0.300E+03, 2, 135, 2, 5, 0.43077507E+01, 0.20000029E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.97579080E-09,-0.80452582E-05, 0.30112806E+05, + 0.167E+06, 0.300E+03, 2, 135, 2, 6, 0.42794833E+01, 0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000045E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.88098507E-09,-0.78719448E-05, 0.31024671E+05, + 0.167E+06, 0.300E+03, 2, 135, 2, 7, 0.42535537E+01, 0.20000045E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000053E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.75633579E-09,-0.75794662E-05, 0.31971298E+05, + 0.167E+06, 0.300E+03, 2, 135, 2, 8, 0.42297756E+01, 0.20000053E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000060E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.60184296E-09,-0.71866366E-05, 0.32950842E+05, + 0.167E+06, 0.300E+03, 2, 135, 2, 9, 0.42079710E+01, 0.20000060E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000066E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.41698513E-09,-0.67117590E-05, 0.33961504E+05, + 0.167E+06, 0.300E+03, 2, 135, 2, 10, 0.41879719E+01, 0.20000066E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000073E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.20081643E-09,-0.61717985E-05, 0.35001564E+05, + 0.167E+06, 0.300E+03, 2, 135, 2, 11, 0.41696211E+01, 0.20000073E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000078E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.48385118E-10,-0.55818168E-05, 0.36069388E+05, + 0.167E+06, 0.300E+03, 2, 135, 2, 12, 0.41527725E+01, 0.20000078E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000083E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.33302058E-09,-0.49547333E-05, 0.37163447E+05, + 0.167E+06, 0.300E+03, 2, 135, 2, 13, 0.41372918E+01, 0.20000083E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000087E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.65619436E-09,-0.43011928E-05, 0.38282314E+05, + 0.167E+06, 0.300E+03, 2, 135, 2, 14, 0.41230556E+01, 0.20000087E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000091E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10215202E-08,-0.36296292E-05, 0.39424671E+05, + 0.167E+06, 0.300E+03, 2, 135, 2, 15, 0.41099513E+01, 0.20000091E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000094E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.14334364E-08,-0.29463740E-05, 0.40589304E+05, + 0.167E+06, 0.300E+03, 2, 135, 2, 16, 0.40978764E+01, 0.20000094E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000096E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.18969877E-08,-0.22558688E-05, 0.41775102E+05, + 0.167E+06, 0.300E+03, 2, 135, 2, 17, 0.40867379E+01, 0.20000096E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000098E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.24178007E-08,-0.15591600E-05, 0.42981048E+05, + 0.167E+06, 0.300E+03, 2, 135, 2, 18, 0.40764527E+01, 0.20000098E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000099E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.31040205E-08,-0.89014755E-06, 0.44209231E+05, + 0.167E+06, 0.300E+03, 2, 135, 2, 19, 0.40669461E+01, 0.20000099E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000099E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.37837890E-08,-0.16889504E-06, 0.45457880E+05, + 0.167E+06, 0.300E+03, 2, 135, 2, 20, 0.40581494E+01, 0.20000099E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000138E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.45479101E-08,-0.39420387E-04, 0.46724739E+05, + 0.167E+06, 0.300E+03, 2, 135, 2, 21, 0.40500000E+01, 0.20000138E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000138E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.168E+06, 0.300E+03, 2, 136, 2, 1, 0.44479933E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10747196E-08,-0.48870817E-05, 0.26860001E+05, + 0.168E+06, 0.300E+03, 2, 136, 2, 2, 0.44084923E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000013E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11116936E-08,-0.78377390E-05, 0.27609664E+05, + 0.168E+06, 0.300E+03, 2, 136, 2, 3, 0.43720677E+01, 0.20000013E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000021E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11128577E-08,-0.81902760E-05, 0.28401413E+05, + 0.168E+06, 0.300E+03, 2, 136, 2, 4, 0.43385478E+01, 0.20000021E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000029E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10511333E-08,-0.81160878E-05, 0.29237563E+05, + 0.168E+06, 0.300E+03, 2, 136, 2, 5, 0.43077507E+01, 0.20000029E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.98442494E-09,-0.80447052E-05, 0.30112806E+05, + 0.168E+06, 0.300E+03, 2, 136, 2, 6, 0.42794833E+01, 0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000045E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.88649055E-09,-0.78713232E-05, 0.31024671E+05, + 0.168E+06, 0.300E+03, 2, 136, 2, 7, 0.42535537E+01, 0.20000045E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000053E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.75760909E-09,-0.75787584E-05, 0.31971298E+05, + 0.168E+06, 0.300E+03, 2, 136, 2, 8, 0.42297756E+01, 0.20000053E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000060E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.59779268E-09,-0.71858187E-05, 0.32950842E+05, + 0.168E+06, 0.300E+03, 2, 136, 2, 9, 0.42079710E+01, 0.20000060E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000066E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.40633798E-09,-0.67108003E-05, 0.33961504E+05, + 0.168E+06, 0.300E+03, 2, 136, 2, 10, 0.41879719E+01, 0.20000066E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000073E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.18192319E-09,-0.61706669E-05, 0.35001564E+05, + 0.168E+06, 0.300E+03, 2, 136, 2, 11, 0.41696211E+01, 0.20000073E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000078E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.77294923E-10,-0.55804666E-05, 0.36069388E+05, + 0.168E+06, 0.300E+03, 2, 136, 2, 12, 0.41527725E+01, 0.20000078E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000083E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.37400847E-09,-0.49531142E-05, 0.37163447E+05, + 0.168E+06, 0.300E+03, 2, 136, 2, 13, 0.41372918E+01, 0.20000083E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000087E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.71158865E-09,-0.42992455E-05, 0.38282314E+05, + 0.168E+06, 0.300E+03, 2, 136, 2, 14, 0.41230556E+01, 0.20000087E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000091E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10941828E-08,-0.36272847E-05, 0.39424671E+05, + 0.168E+06, 0.300E+03, 2, 136, 2, 15, 0.41099513E+01, 0.20000091E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000094E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.15264717E-08,-0.29435513E-05, 0.40589304E+05, + 0.168E+06, 0.300E+03, 2, 136, 2, 16, 0.40978764E+01, 0.20000094E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000096E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20139851E-08,-0.22524775E-05, 0.41775102E+05, + 0.168E+06, 0.300E+03, 2, 136, 2, 17, 0.40867379E+01, 0.20000096E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000098E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.25629076E-08,-0.15551850E-05, 0.42981048E+05, + 0.168E+06, 0.300E+03, 2, 136, 2, 18, 0.40764527E+01, 0.20000098E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000099E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.32879082E-08,-0.88522057E-06, 0.44209231E+05, + 0.168E+06, 0.300E+03, 2, 136, 2, 19, 0.40669461E+01, 0.20000099E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000099E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.40071851E-08,-0.16295350E-06, 0.45457880E+05, + 0.168E+06, 0.300E+03, 2, 136, 2, 20, 0.40581494E+01, 0.20000099E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000139E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.48171448E-08,-0.39704869E-04, 0.46724739E+05, + 0.168E+06, 0.300E+03, 2, 136, 2, 21, 0.40500000E+01, 0.20000139E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000139E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.169E+06, 0.300E+03, 2, 137, 2, 1, 0.44479933E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10887015E-08,-0.48867180E-05, 0.26860001E+05, + 0.169E+06, 0.300E+03, 2, 137, 2, 2, 0.44084923E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000013E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11258574E-08,-0.78372862E-05, 0.27609664E+05, + 0.169E+06, 0.300E+03, 2, 137, 2, 3, 0.43720677E+01, 0.20000013E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000021E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11264759E-08,-0.81897900E-05, 0.28401413E+05, + 0.169E+06, 0.300E+03, 2, 137, 2, 4, 0.43385478E+01, 0.20000021E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000029E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10628719E-08,-0.81155723E-05, 0.29237563E+05, + 0.169E+06, 0.300E+03, 2, 137, 2, 5, 0.43077507E+01, 0.20000029E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.99378667E-09,-0.80441340E-05, 0.30112806E+05, + 0.169E+06, 0.300E+03, 2, 137, 2, 6, 0.42794833E+01, 0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000045E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.89245683E-09,-0.78706793E-05, 0.31024671E+05, + 0.169E+06, 0.300E+03, 2, 137, 2, 7, 0.42535537E+01, 0.20000045E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000053E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.75911278E-09,-0.75780218E-05, 0.31971298E+05, + 0.169E+06, 0.300E+03, 2, 137, 2, 8, 0.42297756E+01, 0.20000053E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000060E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.59349986E-09,-0.71849656E-05, 0.32950842E+05, + 0.169E+06, 0.300E+03, 2, 137, 2, 9, 0.42079710E+01, 0.20000060E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000066E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.39484197E-09,-0.67097974E-05, 0.33961504E+05, + 0.169E+06, 0.300E+03, 2, 137, 2, 10, 0.41879719E+01, 0.20000066E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000073E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.16162327E-09,-0.61694776E-05, 0.35001564E+05, + 0.169E+06, 0.300E+03, 2, 137, 2, 11, 0.41696211E+01, 0.20000073E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000078E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10833901E-09,-0.55790422E-05, 0.36069388E+05, + 0.169E+06, 0.300E+03, 2, 137, 2, 12, 0.41527725E+01, 0.20000078E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000083E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.41810078E-09,-0.49514047E-05, 0.37163447E+05, + 0.169E+06, 0.300E+03, 2, 137, 2, 13, 0.41372918E+01, 0.20000083E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000087E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.77125151E-09,-0.42971817E-05, 0.38282314E+05, + 0.169E+06, 0.300E+03, 2, 137, 2, 14, 0.41230556E+01, 0.20000087E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000091E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.11723508E-08,-0.36247961E-05, 0.39424671E+05, + 0.169E+06, 0.300E+03, 2, 137, 2, 15, 0.41099513E+01, 0.20000091E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000094E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.16265888E-08,-0.29405488E-05, 0.40589304E+05, + 0.169E+06, 0.300E+03, 2, 137, 2, 16, 0.40978764E+01, 0.20000094E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000096E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21399561E-08,-0.22488661E-05, 0.41775102E+05, + 0.169E+06, 0.300E+03, 2, 137, 2, 17, 0.40867379E+01, 0.20000096E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000098E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.27190496E-08,-0.15509381E-05, 0.42981048E+05, + 0.169E+06, 0.300E+03, 2, 137, 2, 18, 0.40764527E+01, 0.20000098E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000099E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.34858870E-08,-0.87995543E-06, 0.44209231E+05, + 0.169E+06, 0.300E+03, 2, 137, 2, 19, 0.40669461E+01, 0.20000099E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000099E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.42476555E-08,-0.15659712E-06, 0.45457880E+05, + 0.169E+06, 0.300E+03, 2, 137, 2, 20, 0.40581494E+01, 0.20000099E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000139E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.51069219E-08,-0.40006430E-04, 0.46724739E+05, + 0.169E+06, 0.300E+03, 2, 137, 2, 21, 0.40500000E+01, 0.20000139E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000139E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.169E+06, 0.300E+03, 2, 138, 2, 1, 0.44479933E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11037749E-08,-0.48863457E-05, 0.26860001E+05, + 0.169E+06, 0.300E+03, 2, 138, 2, 2, 0.44084923E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000013E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11412582E-08,-0.78368205E-05, 0.27609664E+05, + 0.169E+06, 0.300E+03, 2, 138, 2, 3, 0.43720677E+01, 0.20000013E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000021E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11411491E-08,-0.81892904E-05, 0.28401413E+05, + 0.169E+06, 0.300E+03, 2, 138, 2, 4, 0.43385478E+01, 0.20000021E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000029E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10756169E-08,-0.81150398E-05, 0.29237563E+05, + 0.169E+06, 0.300E+03, 2, 138, 2, 5, 0.43077507E+01, 0.20000029E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10039003E-08,-0.80435438E-05, 0.30112806E+05, + 0.169E+06, 0.300E+03, 2, 138, 2, 6, 0.42794833E+01, 0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000045E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.89889606E-09,-0.78700113E-05, 0.31024671E+05, + 0.169E+06, 0.300E+03, 2, 138, 2, 7, 0.42535537E+01, 0.20000045E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000053E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.76074987E-09,-0.75772550E-05, 0.31971298E+05, + 0.169E+06, 0.300E+03, 2, 138, 2, 8, 0.42297756E+01, 0.20000053E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000060E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.58896452E-09,-0.71840736E-05, 0.32950842E+05, + 0.169E+06, 0.300E+03, 2, 138, 2, 9, 0.42079710E+01, 0.20000060E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000066E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.38254560E-09,-0.67087461E-05, 0.33961504E+05, + 0.169E+06, 0.300E+03, 2, 138, 2, 10, 0.41879719E+01, 0.20000066E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000073E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.13979540E-09,-0.61682263E-05, 0.35001564E+05, + 0.169E+06, 0.300E+03, 2, 138, 2, 11, 0.41696211E+01, 0.20000073E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000078E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.14180841E-09,-0.55775397E-05, 0.36069388E+05, + 0.169E+06, 0.300E+03, 2, 138, 2, 12, 0.41527725E+01, 0.20000078E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000083E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.46556427E-09,-0.49495975E-05, 0.37163447E+05, + 0.169E+06, 0.300E+03, 2, 138, 2, 13, 0.41372918E+01, 0.20000083E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000087E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.83544971E-09,-0.42949922E-05, 0.38282314E+05, + 0.169E+06, 0.300E+03, 2, 138, 2, 14, 0.41230556E+01, 0.20000087E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000091E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.12565579E-08,-0.36221525E-05, 0.39424671E+05, + 0.169E+06, 0.300E+03, 2, 138, 2, 15, 0.41099513E+01, 0.20000091E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000094E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.17344185E-08,-0.29373523E-05, 0.40589304E+05, + 0.169E+06, 0.300E+03, 2, 138, 2, 16, 0.40978764E+01, 0.20000094E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000096E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22756043E-08,-0.22450155E-05, 0.41775102E+05, + 0.169E+06, 0.300E+03, 2, 138, 2, 17, 0.40867379E+01, 0.20000096E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000098E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.28872698E-08,-0.15464026E-05, 0.42981048E+05, + 0.169E+06, 0.300E+03, 2, 138, 2, 18, 0.40764527E+01, 0.20000098E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000099E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.36990483E-08,-0.87432280E-06, 0.44209231E+05, + 0.169E+06, 0.300E+03, 2, 138, 2, 19, 0.40669461E+01, 0.20000099E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000099E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.45066554E-08,-0.14979780E-06, 0.45457880E+05, + 0.169E+06, 0.300E+03, 2, 138, 2, 20, 0.40581494E+01, 0.20000099E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000139E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.54190120E-08,-0.40326381E-04, 0.46724739E+05, + 0.169E+06, 0.300E+03, 2, 138, 2, 21, 0.40500000E+01, 0.20000139E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000139E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.170E+06, 0.300E+03, 2, 139, 2, 1, 0.44479933E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11201458E-08,-0.48859635E-05, 0.26860001E+05, + 0.170E+06, 0.300E+03, 2, 139, 2, 2, 0.44084923E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000013E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11578838E-08,-0.78363417E-05, 0.27609664E+05, + 0.170E+06, 0.300E+03, 2, 139, 2, 3, 0.43720677E+01, 0.20000013E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000021E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11570592E-08,-0.81887752E-05, 0.28401413E+05, + 0.170E+06, 0.300E+03, 2, 139, 2, 4, 0.43385478E+01, 0.20000021E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000029E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10894291E-08,-0.81144897E-05, 0.29237563E+05, + 0.170E+06, 0.300E+03, 2, 139, 2, 5, 0.43077507E+01, 0.20000029E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10148627E-08,-0.80429328E-05, 0.30112806E+05, + 0.170E+06, 0.300E+03, 2, 139, 2, 6, 0.42794833E+01, 0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000045E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.90594161E-09,-0.78693172E-05, 0.31024671E+05, + 0.170E+06, 0.300E+03, 2, 139, 2, 7, 0.42535537E+01, 0.20000045E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000053E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.76255674E-09,-0.75764558E-05, 0.31971298E+05, + 0.170E+06, 0.300E+03, 2, 139, 2, 8, 0.42297756E+01, 0.20000053E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000060E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.58408962E-09,-0.71831392E-05, 0.32950842E+05, + 0.170E+06, 0.300E+03, 2, 139, 2, 9, 0.42079710E+01, 0.20000060E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000066E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.36927910E-09,-0.67076429E-05, 0.33961504E+05, + 0.170E+06, 0.300E+03, 2, 139, 2, 10, 0.41879719E+01, 0.20000066E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000073E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11622130E-09,-0.61669086E-05, 0.35001564E+05, + 0.170E+06, 0.300E+03, 2, 139, 2, 11, 0.41696211E+01, 0.20000073E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000078E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.17789716E-09,-0.55759540E-05, 0.36069388E+05, + 0.170E+06, 0.300E+03, 2, 139, 2, 12, 0.41527725E+01, 0.20000078E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000083E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.51676276E-09,-0.49476806E-05, 0.37163447E+05, + 0.170E+06, 0.300E+03, 2, 139, 2, 13, 0.41372918E+01, 0.20000083E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000087E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.90481384E-09,-0.42926723E-05, 0.38282314E+05, + 0.170E+06, 0.300E+03, 2, 139, 2, 14, 0.41230556E+01, 0.20000087E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000091E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.13474346E-08,-0.36193376E-05, 0.39424671E+05, + 0.170E+06, 0.300E+03, 2, 139, 2, 15, 0.41099513E+01, 0.20000091E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000094E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.18508581E-08,-0.29339488E-05, 0.40589304E+05, + 0.170E+06, 0.300E+03, 2, 139, 2, 16, 0.40978764E+01, 0.20000094E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000096E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.24221178E-08,-0.22409091E-05, 0.41775102E+05, + 0.170E+06, 0.300E+03, 2, 139, 2, 17, 0.40867379E+01, 0.20000096E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000098E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.30689019E-08,-0.15415538E-05, 0.42981048E+05, + 0.170E+06, 0.300E+03, 2, 139, 2, 18, 0.40764527E+01, 0.20000098E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000099E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.39292596E-08,-0.86829408E-06, 0.44209231E+05, + 0.170E+06, 0.300E+03, 2, 139, 2, 19, 0.40669461E+01, 0.20000099E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000099E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.47863917E-08,-0.14252110E-06, 0.45457880E+05, + 0.170E+06, 0.300E+03, 2, 139, 2, 20, 0.40581494E+01, 0.20000099E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000139E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.57560828E-08,-0.40666180E-04, 0.46724739E+05, + 0.170E+06, 0.300E+03, 2, 139, 2, 21, 0.40500000E+01, 0.20000139E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000139E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.170E+06, 0.300E+03, 2, 140, 2, 1, 0.44479933E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11378749E-08,-0.48855716E-05, 0.26860001E+05, + 0.170E+06, 0.300E+03, 2, 140, 2, 2, 0.44084923E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000013E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11759645E-08,-0.78358470E-05, 0.27609664E+05, + 0.170E+06, 0.300E+03, 2, 140, 2, 3, 0.43720677E+01, 0.20000013E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000021E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11743396E-08,-0.81882438E-05, 0.28401413E+05, + 0.170E+06, 0.300E+03, 2, 140, 2, 4, 0.43385478E+01, 0.20000021E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000029E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11043812E-08,-0.81139211E-05, 0.29237563E+05, + 0.170E+06, 0.300E+03, 2, 140, 2, 5, 0.43077507E+01, 0.20000029E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10268438E-08,-0.80422983E-05, 0.30112806E+05, + 0.170E+06, 0.300E+03, 2, 140, 2, 6, 0.42794833E+01, 0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000045E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.91362987E-09,-0.78685947E-05, 0.31024671E+05, + 0.170E+06, 0.300E+03, 2, 140, 2, 7, 0.42535537E+01, 0.20000045E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000053E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.76454550E-09,-0.75756211E-05, 0.31971298E+05, + 0.170E+06, 0.300E+03, 2, 140, 2, 8, 0.42297756E+01, 0.20000053E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000060E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.57882668E-09,-0.71821611E-05, 0.32950842E+05, + 0.170E+06, 0.300E+03, 2, 140, 2, 9, 0.42079710E+01, 0.20000060E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000066E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.35496972E-09,-0.67064827E-05, 0.33961504E+05, + 0.170E+06, 0.300E+03, 2, 140, 2, 10, 0.41879719E+01, 0.20000066E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000073E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.90803951E-10,-0.61655184E-05, 0.35001564E+05, + 0.170E+06, 0.300E+03, 2, 140, 2, 11, 0.41696211E+01, 0.20000073E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000078E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21689630E-09,-0.55742767E-05, 0.36069388E+05, + 0.170E+06, 0.300E+03, 2, 140, 2, 12, 0.41527725E+01, 0.20000078E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000083E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.57213280E-09,-0.49456491E-05, 0.37163447E+05, + 0.170E+06, 0.300E+03, 2, 140, 2, 13, 0.41372918E+01, 0.20000083E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000087E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.97985321E-09,-0.42902052E-05, 0.38282314E+05, + 0.170E+06, 0.300E+03, 2, 140, 2, 14, 0.41230556E+01, 0.20000087E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000091E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.14458298E-08,-0.36163447E-05, 0.39424671E+05, + 0.170E+06, 0.300E+03, 2, 140, 2, 15, 0.41099513E+01, 0.20000091E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000094E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19768534E-08,-0.29303205E-05, 0.40589304E+05, + 0.170E+06, 0.300E+03, 2, 140, 2, 16, 0.40978764E+01, 0.20000094E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000096E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.25805396E-08,-0.22365219E-05, 0.41775102E+05, + 0.170E+06, 0.300E+03, 2, 140, 2, 17, 0.40867379E+01, 0.20000096E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000098E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.32654255E-08,-0.15363692E-05, 0.42981048E+05, + 0.170E+06, 0.300E+03, 2, 140, 2, 18, 0.40764527E+01, 0.20000098E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000099E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.41783642E-08,-0.86183957E-06, 0.44209231E+05, + 0.170E+06, 0.300E+03, 2, 140, 2, 19, 0.40669461E+01, 0.20000099E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000099E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.50890230E-08,-0.13472644E-06, 0.45457880E+05, + 0.170E+06, 0.300E+03, 2, 140, 2, 20, 0.40581494E+01, 0.20000099E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000140E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.61207538E-08,-0.41027443E-04, 0.46724739E+05, + 0.170E+06, 0.300E+03, 2, 140, 2, 21, 0.40500000E+01, 0.20000140E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000140E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.171E+06, 0.300E+03, 2, 141, 2, 1, 0.44479933E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11571804E-08,-0.48851679E-05, 0.26860001E+05, + 0.171E+06, 0.300E+03, 2, 141, 2, 2, 0.44084923E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000013E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11955732E-08,-0.78353372E-05, 0.27609664E+05, + 0.171E+06, 0.300E+03, 2, 141, 2, 3, 0.43720677E+01, 0.20000013E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000021E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11931358E-08,-0.81876943E-05, 0.28401413E+05, + 0.171E+06, 0.300E+03, 2, 141, 2, 4, 0.43385478E+01, 0.20000021E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000029E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11206551E-08,-0.81133314E-05, 0.29237563E+05, + 0.171E+06, 0.300E+03, 2, 141, 2, 5, 0.43077507E+01, 0.20000029E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10397950E-08,-0.80416396E-05, 0.30112806E+05, + 0.171E+06, 0.300E+03, 2, 141, 2, 6, 0.42794833E+01, 0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000045E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.92197297E-09,-0.78678416E-05, 0.31024671E+05, + 0.171E+06, 0.300E+03, 2, 141, 2, 7, 0.42535537E+01, 0.20000045E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000053E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.76678892E-09,-0.75747478E-05, 0.31971298E+05, + 0.171E+06, 0.300E+03, 2, 141, 2, 8, 0.42297756E+01, 0.20000053E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000060E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.57319994E-09,-0.71811341E-05, 0.32950842E+05, + 0.171E+06, 0.300E+03, 2, 141, 2, 9, 0.42079710E+01, 0.20000060E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000066E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.33954469E-09,-0.67052617E-05, 0.33961504E+05, + 0.171E+06, 0.300E+03, 2, 141, 2, 10, 0.41879719E+01, 0.20000066E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000073E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.63228072E-10,-0.61640499E-05, 0.35001564E+05, + 0.171E+06, 0.300E+03, 2, 141, 2, 11, 0.41696211E+01, 0.20000073E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000078E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.25919386E-09,-0.55725011E-05, 0.36069388E+05, + 0.171E+06, 0.300E+03, 2, 141, 2, 12, 0.41527725E+01, 0.20000078E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000083E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.63215945E-09,-0.49434924E-05, 0.37163447E+05, + 0.171E+06, 0.300E+03, 2, 141, 2, 13, 0.41372918E+01, 0.20000083E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000087E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.10611257E-08,-0.42875837E-05, 0.38282314E+05, + 0.171E+06, 0.300E+03, 2, 141, 2, 14, 0.41230556E+01, 0.20000087E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000091E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.15523741E-08,-0.36131527E-05, 0.39424671E+05, + 0.171E+06, 0.300E+03, 2, 141, 2, 15, 0.41099513E+01, 0.20000091E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000094E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.21133989E-08,-0.29264488E-05, 0.40589304E+05, + 0.171E+06, 0.300E+03, 2, 141, 2, 16, 0.40978764E+01, 0.20000094E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000096E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.27523735E-08,-0.22318360E-05, 0.41775102E+05, + 0.171E+06, 0.300E+03, 2, 141, 2, 17, 0.40867379E+01, 0.20000096E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000098E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.34784656E-08,-0.15308179E-05, 0.42981048E+05, + 0.171E+06, 0.300E+03, 2, 141, 2, 18, 0.40764527E+01, 0.20000098E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000099E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.44484235E-08,-0.85492593E-06, 0.44209231E+05, + 0.171E+06, 0.300E+03, 2, 141, 2, 19, 0.40669461E+01, 0.20000099E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000099E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.54170475E-08,-0.12636808E-06, 0.45457880E+05, + 0.171E+06, 0.300E+03, 2, 141, 2, 20, 0.40581494E+01, 0.20000099E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000140E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.65160809E-08,-0.41411965E-04, 0.46724739E+05, + 0.171E+06, 0.300E+03, 2, 141, 2, 21, 0.40500000E+01, 0.20000140E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000140E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.172E+06, 0.300E+03, 2, 142, 2, 1, 0.44479933E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11782079E-08,-0.48847518E-05, 0.26860001E+05, + 0.172E+06, 0.300E+03, 2, 142, 2, 2, 0.44084923E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000013E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12169767E-08,-0.78348102E-05, 0.27609664E+05, + 0.172E+06, 0.300E+03, 2, 142, 2, 3, 0.43720677E+01, 0.20000013E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000021E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12136297E-08,-0.81871245E-05, 0.28401413E+05, + 0.172E+06, 0.300E+03, 2, 142, 2, 4, 0.43385478E+01, 0.20000021E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000029E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11383963E-08,-0.81127197E-05, 0.29237563E+05, + 0.172E+06, 0.300E+03, 2, 142, 2, 5, 0.43077507E+01, 0.20000029E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10539831E-08,-0.80409531E-05, 0.30112806E+05, + 0.172E+06, 0.300E+03, 2, 142, 2, 6, 0.42794833E+01, 0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000045E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.93110430E-09,-0.78670557E-05, 0.31024671E+05, + 0.172E+06, 0.300E+03, 2, 142, 2, 7, 0.42535537E+01, 0.20000045E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000053E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.76922637E-09,-0.75738334E-05, 0.31971298E+05, + 0.172E+06, 0.300E+03, 2, 142, 2, 8, 0.42297756E+01, 0.20000053E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000060E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.56713664E-09,-0.71800541E-05, 0.32950842E+05, + 0.172E+06, 0.300E+03, 2, 142, 2, 9, 0.42079710E+01, 0.20000060E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000066E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.32276148E-09,-0.67039733E-05, 0.33961504E+05, + 0.172E+06, 0.300E+03, 2, 142, 2, 10, 0.41879719E+01, 0.20000066E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000073E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.33348139E-10,-0.61624976E-05, 0.35001564E+05, + 0.172E+06, 0.300E+03, 2, 142, 2, 11, 0.41696211E+01, 0.20000073E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000078E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.30510516E-09,-0.55706190E-05, 0.36069388E+05, + 0.172E+06, 0.300E+03, 2, 142, 2, 12, 0.41527725E+01, 0.20000078E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000083E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.69732778E-09,-0.49411989E-05, 0.37163447E+05, + 0.172E+06, 0.300E+03, 2, 142, 2, 13, 0.41372918E+01, 0.20000083E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000087E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.11494073E-08,-0.42847909E-05, 0.38282314E+05, + 0.172E+06, 0.300E+03, 2, 142, 2, 14, 0.41230556E+01, 0.20000087E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000091E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.16682316E-08,-0.36097506E-05, 0.39424671E+05, + 0.172E+06, 0.300E+03, 2, 142, 2, 15, 0.41099513E+01, 0.20000091E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000094E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.22617314E-08,-0.29223116E-05, 0.40589304E+05, + 0.172E+06, 0.300E+03, 2, 142, 2, 16, 0.40978764E+01, 0.20000094E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000096E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.29389776E-08,-0.22268241E-05, 0.41775102E+05, + 0.172E+06, 0.300E+03, 2, 142, 2, 17, 0.40867379E+01, 0.20000096E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000098E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.37098895E-08,-0.15248699E-05, 0.42981048E+05, + 0.172E+06, 0.300E+03, 2, 142, 2, 18, 0.40764527E+01, 0.20000098E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000098E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.47417901E-08,-0.84751235E-06, 0.44209231E+05, + 0.172E+06, 0.300E+03, 2, 142, 2, 19, 0.40669461E+01, 0.20000098E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000099E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.57734724E-08,-0.11740205E-06, 0.45457880E+05, + 0.172E+06, 0.300E+03, 2, 142, 2, 20, 0.40581494E+01, 0.20000099E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000140E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.69456049E-08,-0.41821744E-04, 0.46724739E+05, + 0.172E+06, 0.300E+03, 2, 142, 2, 21, 0.40500000E+01, 0.20000140E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000140E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.172E+06, 0.300E+03, 2, 143, 2, 1, 0.44479933E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12011393E-08,-0.48843227E-05, 0.26860001E+05, + 0.172E+06, 0.300E+03, 2, 143, 2, 2, 0.44084923E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000013E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12403567E-08,-0.78342636E-05, 0.27609664E+05, + 0.172E+06, 0.300E+03, 2, 143, 2, 3, 0.43720677E+01, 0.20000013E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000021E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12359912E-08,-0.81865336E-05, 0.28401413E+05, + 0.172E+06, 0.300E+03, 2, 143, 2, 4, 0.43385478E+01, 0.20000021E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000029E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11577989E-08,-0.81120835E-05, 0.29237563E+05, + 0.172E+06, 0.300E+03, 2, 143, 2, 5, 0.43077507E+01, 0.20000029E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10695415E-08,-0.80402370E-05, 0.30112806E+05, + 0.172E+06, 0.300E+03, 2, 143, 2, 6, 0.42794833E+01, 0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000045E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.94116937E-09,-0.78662333E-05, 0.31024671E+05, + 0.172E+06, 0.300E+03, 2, 143, 2, 7, 0.42535537E+01, 0.20000045E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000053E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.77200336E-09,-0.75728723E-05, 0.31971298E+05, + 0.172E+06, 0.300E+03, 2, 143, 2, 8, 0.42297756E+01, 0.20000053E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000060E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.56053977E-09,-0.71789190E-05, 0.32950842E+05, + 0.172E+06, 0.300E+03, 2, 143, 2, 9, 0.42079710E+01, 0.20000060E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000066E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.30459584E-09,-0.67026114E-05, 0.33961504E+05, + 0.172E+06, 0.300E+03, 2, 143, 2, 10, 0.41879719E+01, 0.20000066E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000073E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.84886172E-12,-0.61608533E-05, 0.35001564E+05, + 0.172E+06, 0.300E+03, 2, 143, 2, 11, 0.41696211E+01, 0.20000073E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000078E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.35496972E-09,-0.55686189E-05, 0.36069388E+05, + 0.172E+06, 0.300E+03, 2, 143, 2, 12, 0.41527725E+01, 0.20000078E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000083E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.76829262E-09,-0.49387607E-05, 0.37163447E+05, + 0.172E+06, 0.300E+03, 2, 143, 2, 13, 0.41372918E+01, 0.20000083E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000087E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.12455227E-08,-0.42818113E-05, 0.38282314E+05, + 0.172E+06, 0.300E+03, 2, 143, 2, 14, 0.41230556E+01, 0.20000087E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000091E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.17942997E-08,-0.36061178E-05, 0.39424671E+05, + 0.172E+06, 0.300E+03, 2, 143, 2, 15, 0.41099513E+01, 0.20000091E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000094E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.24232334E-08,-0.29178865E-05, 0.40589304E+05, + 0.172E+06, 0.300E+03, 2, 143, 2, 16, 0.40978764E+01, 0.20000094E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000096E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.31422193E-08,-0.22214591E-05, 0.41775102E+05, + 0.172E+06, 0.300E+03, 2, 143, 2, 17, 0.40867379E+01, 0.20000096E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000098E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.39619287E-08,-0.15184908E-05, 0.42981048E+05, + 0.172E+06, 0.300E+03, 2, 143, 2, 18, 0.40764527E+01, 0.20000098E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000098E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.50612531E-08,-0.83955602E-06, 0.44209231E+05, + 0.172E+06, 0.300E+03, 2, 143, 2, 19, 0.40669461E+01, 0.20000098E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000099E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.61616205E-08,-0.10777388E-06, 0.45457880E+05, + 0.172E+06, 0.300E+03, 2, 143, 2, 20, 0.40581494E+01, 0.20000099E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000141E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.74133034E-08,-0.42259018E-04, 0.46724739E+05, + 0.172E+06, 0.300E+03, 2, 143, 2, 21, 0.40500000E+01, 0.20000141E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000141E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, + 0.173E+06, 0.300E+03, 2, 144, 2, 1, 0.44479933E+01, 0.00000000E+00, 0.20000000E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12262656E-08,-0.48838786E-05, 0.26860001E+05, + 0.173E+06, 0.300E+03, 2, 144, 2, 2, 0.44084923E+01, 0.20000005E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000013E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12659196E-08,-0.78336967E-05, 0.27609664E+05, + 0.173E+06, 0.300E+03, 2, 144, 2, 3, 0.43720677E+01, 0.20000013E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000021E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.12605475E-08,-0.81859184E-05, 0.28401413E+05, + 0.173E+06, 0.300E+03, 2, 144, 2, 4, 0.43385478E+01, 0.20000021E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000029E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.11790932E-08,-0.81114207E-05, 0.29237563E+05, + 0.173E+06, 0.300E+03, 2, 144, 2, 5, 0.43077507E+01, 0.20000029E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.10865188E-08,-0.80394890E-05, 0.30112806E+05, + 0.173E+06, 0.300E+03, 2, 144, 2, 6, 0.42794833E+01, 0.20000037E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000045E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.95215607E-09,-0.78653710E-05, 0.31024671E+05, + 0.173E+06, 0.300E+03, 2, 144, 2, 7, 0.42535537E+01, 0.20000045E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000052E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.77503501E-09,-0.75718629E-05, 0.31971298E+05, + 0.173E+06, 0.300E+03, 2, 144, 2, 8, 0.42297756E+01, 0.20000052E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000060E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.55348210E-09,-0.71777198E-05, 0.32950842E+05, + 0.173E+06, 0.300E+03, 2, 144, 2, 9, 0.42079710E+01, 0.20000060E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000066E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.28475673E-09,-0.67011712E-05, 0.33961504E+05, + 0.173E+06, 0.300E+03, 2, 144, 2, 10, 0.41879719E+01, 0.20000066E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000073E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.34657811E-10,-0.61591081E-05, 0.35001564E+05, + 0.173E+06, 0.300E+03, 2, 144, 2, 11, 0.41696211E+01, 0.20000073E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000078E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.40953940E-09,-0.55664933E-05, 0.36069388E+05, + 0.173E+06, 0.300E+03, 2, 144, 2, 12, 0.41527725E+01, 0.20000078E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000083E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.84573306E-09,-0.49361595E-05, 0.37163447E+05, + 0.173E+06, 0.300E+03, 2, 144, 2, 13, 0.41372918E+01, 0.20000083E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000087E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.13505390E-08,-0.42786314E-05, 0.38282314E+05, + 0.173E+06, 0.300E+03, 2, 144, 2, 14, 0.41230556E+01, 0.20000087E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000091E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.19320335E-08,-0.36022327E-05, 0.39424671E+05, + 0.173E+06, 0.300E+03, 2, 144, 2, 15, 0.41099513E+01, 0.20000091E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000094E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.25996997E-08,-0.29131495E-05, 0.40589304E+05, + 0.173E+06, 0.300E+03, 2, 144, 2, 16, 0.40978764E+01, 0.20000094E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000096E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.33642573E-08,-0.22157077E-05, 0.41775102E+05, + 0.173E+06, 0.300E+03, 2, 144, 2, 17, 0.40867379E+01, 0.20000096E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000098E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.42372267E-08,-0.15116404E-05, 0.42981048E+05, + 0.173E+06, 0.300E+03, 2, 144, 2, 18, 0.40764527E+01, 0.20000098E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000098E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.54102566E-08,-0.83100926E-06, 0.44209231E+05, + 0.173E+06, 0.300E+03, 2, 144, 2, 19, 0.40669461E+01, 0.20000098E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000098E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.65856148E-08,-0.97425686E-07, 0.45457880E+05, + 0.173E+06, 0.300E+03, 2, 144, 2, 20, 0.40581494E+01, 0.20000098E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000141E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.79242697E-08,-0.42726302E-04, 0.46724739E+05, + 0.173E+06, 0.300E+03, 2, 144, 2, 21, 0.40500000E+01, 0.20000141E+02, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00, 0.00000000E+00,-0.20000141E+02, 0.00000000E+00, 0.00000000E+00, 0.48009100E+05, diff --git a/autotest/data/swr04/SWRFlows.csv.cmp b/autotest/data/swr04/SWRFlows.csv.cmp new file mode 100644 index 00000000000..48e38b2cc17 --- /dev/null +++ b/autotest/data/swr04/SWRFlows.csv.cmp @@ -0,0 +1,337 @@ +TOTIME,FLOW45,FLOW56 +1800.0,-3.609224,-5.794163 +3600.0,-3.270777,-5.093715 +5400.0,-2.720494,-4.230203 +7200.0,-2.280721,-3.52272 +9000.0,-1.923835,-2.981271 +10800.0,-1.631591,-2.536274 +12600.0,-1.380889,-2.154433 +14400.0,-1.175163,-1.823488 +16200.0,-1.000114,-1.533531 +18000.0,-0.8401062,-1.278804 +19800.0,-0.7037586,-1.054733 +21600.0,-0.5871789,-0.8562196 +23400.0,-0.4971838,-0.687138 +25200.0,-0.4413314,-0.5598467 +27000.0,-0.455645,-0.5087827 +28800.0,-0.5595114,-0.5574778 +30600.0,-0.8059244,-0.7386259 +32400.0,-1.2163,-1.056273 +34200.0,-1.883396,-1.562335 +36000.0,-2.851211,-2.299056 +37800.0,-4.147379,-3.321582 +39600.0,-5.682958,-4.604792 +41400.0,-7.274438,-6.055452 +43200.0,-8.817017,-7.560001 +45000.0,-9.9934,-8.852783 +46800.0,-10.88998,-9.893935 +48600.0,-11.17564,-10.47368 +50400.0,-11.069,-10.65769 +52200.0,-10.33468,-10.66428 +54000.0,-9.29106,-10.40289 +55800.0,-7.181822,-11.41897 +57600.0,-4.691872,-12.44163 +59400.0,0.4205484,-15.52409 +61200.0,5.331748,-19.27606 +63000.0,8.268412,-22.60887 +64800.0,11.03089,-25.99593 +66600.0,8.396265,-24.13299 +68400.0,5.809124,-21.22579 +70200.0,2.069182,-16.79924 +72000.0,-1.650626,-12.06476 +73800.0,-2.408756,-9.132305 +75600.0,-3.204681,-6.434847 +77400.0,-2.851345,-5.146614 +79200.0,-2.558158,-4.11239 +81000.0,-2.190283,-3.434672 +82800.0,-1.867294,-2.904755 +84600.0,-1.58679,-2.471844 +86400.0,-1.344979,-2.100364 +88200.0,-1.144777,-1.774738 +90000.0,-0.9699009,-1.48957 +91800.0,-0.8080313,-1.235578 +93600.0,-0.6656935,-1.00857 +95400.0,-0.5363277,-0.800114 +97200.0,-0.4154841,-0.6062939 +99000.0,-0.3022444,-0.4285173 +100800.0,-0.1989079,-0.2713672 +102600.0,-0.1128655,-0.1454724 +104400.0,-0.05645474,-0.06612751 +106200.0,-0.03184119,-0.0335196 +108000.0,-0.02360056,-0.0238509 +109800.0,-0.01966701,-0.01974089 +111600.0,-0.01683383,-0.01687618 +113400.0,-0.01452761,-0.01455701 +115200.0,-0.01259277,-0.01261411 +117000.0,-0.01094446,-0.01096027 +118800.0,-0.009522378,-0.009534266 +120600.0,-0.008281131,-0.008290178 +122400.0,-0.00701691,-0.007021922 +124200.0,-0.00541913,-0.005428048 +126000.0,-0.003552676,-0.003559569 +127800.0,-0.002229722,-0.002232692 +129600.0,-0.001486523,-0.001487608 +131400.0,-0.001067844,-0.001068341 +133200.0,-0.0008126174,-0.0008145895 +135000.0,-0.0006499748,-0.0006524445 +136800.0,-0.0005326947,-0.0004432691 +138600.0,-0.0004281649,-0.0003521512 +140400.0,-0.000335671,-0.0003493212 +142200.0,-0.0003069084,-0.0002780313 +144000.0,-0.0002911921,-0.0002714715 +145800.0,-0.0002431415,-0.0002388277 +147600.0,-0.0002442178,-0.0002423362 +149400.0,-0.0002262701,-0.0002276437 +151200.0,-0.0002201356,-0.0002148554 +153000.0,-0.0001936102,-0.0001811618 +154800.0,-0.0001823924,-0.0001745225 +156600.0,-0.0001728191,-0.0001684334 +158400.0,-0.0001608781,-0.0001622774 +160200.0,-0.0001625811,-0.0001631416 +162000.0,-0.0001599617,-0.000158609 +163800.0,-0.0001571417,-0.0001554112 +165600.0,-0.0001546543,-0.0001528737 +167400.0,-0.0001464867,-0.0001466889 +169200.0,-0.0001465258,-0.000146458 +171000.0,-0.0001448541,-0.0001436257 +172800.0,-0.0001431605,-0.0001415126 +174600.0,-0.0001414782,-0.0001397606 +176400.0,-0.0001399384,-0.0001382931 +178200.0,-0.000138622,-0.0001370757 +180000.0,-0.0001316277,-0.000131543 +181800.0,-0.0001316477,-0.0001315726 +183600.0,-0.0001313758,-0.0001310726 +185400.0,-0.0001257712,-0.0001221995 +187200.0,-0.0001251789,-0.0001221696 +189000.0,-0.0001246177,-0.000122042 +190800.0,-0.0001241308,-0.0001219039 +192600.0,-0.0001236818,-0.000121731 +194400.0,-0.000123272,-0.0001215419 +196200.0,-0.0001228883,-0.000121333 +198000.0,-0.0001225278,-0.0001211116 +199800.0,-0.0001221845,-0.0001208783 +201600.0,-0.0001218557,-0.0001206371 +203400.0,-0.000121538,-0.000120389 +205200.0,-0.0001212296,-0.0001201363 +207000.0,-0.0001209286,-0.0001198799 +208800.0,-0.0001206341,-0.0001196215 +210600.0,-0.0001203444,-0.0001193611 +212400.0,-0.0001200596,-0.0001191003 +214200.0,-0.000119778,-0.0001188385 +216000.0,-0.0001195002,-0.0001185775 +217800.0,-0.0001192249,-0.000118316 +219600.0,-0.0001189526,-0.000118056 +221400.0,-0.0001186825,-0.0001177962 +223200.0,-0.0001184147,-0.0001175379 +225000.0,-0.0001181487,-0.0001172805 +226800.0,-0.0001178852,-0.0001170251 +228600.0,-0.0001176229,-0.0001167696 +230400.0,-0.0001173633,-0.0001165172 +232200.0,-0.0001171042,-0.0001162639 +234000.0,-0.0001168488,-0.0001160153 +235800.0,-0.0001165751,-0.0001157328 +237600.0,-0.0001163349,-0.0001155086 +239400.0,-0.0001161124,-0.0001153079 +241200.0,-0.0001158142,-0.0001149887 +243000.0,-0.0001155859,-0.0001147796 +244800.0,-0.000115355,-0.0001145621 +246600.0,-0.0001148324,-0.0001139924 +248400.0,-0.0001145232,-0.0001136998 +250200.0,-0.0001142122,-0.0001133985 +252000.0,-0.0001139027,-0.0001130969 +253800.0,-0.0001135944,-0.0001127953 +255600.0,-0.0001132871,-0.0001124939 +257400.0,-0.0001129808,-0.0001121932 +259200.0,-0.0001126757,-0.0001118935 +261000.0,-0.0001123717,-0.0001115943 +262800.0,-0.0001120688,-0.0001112963 +264600.0,-0.000111767,-0.0001109996 +266400.0,-0.0001114664,-0.000110704 +268200.0,-0.000111167,-0.0001104095 +270000.0,-0.0001108688,-0.000110116 +271800.0,-0.0001105717,-0.000109824 +273600.0,-0.000110276,-0.000109533 +275400.0,-0.0001099814,-0.0001092433 +277200.0,-0.000109688,-0.0001089549 +279000.0,-0.0001093959,-0.0001086679 +280800.0,-0.0001091051,-0.0001083818 +282600.0,-0.0001088154,-0.0001080971 +284400.0,-0.000108527,-0.0001078135 +286200.0,-0.0001082399,-0.000107531 +288000.0,-0.0001079539,-0.0001072498 +289800.0,-0.0001076692,-0.00010697 +291600.0,-0.0001073857,-0.0001066911 +293400.0,-0.0001071035,-0.0001064135 +295200.0,-0.0001068224,-0.000106137 +297000.0,-0.0001065426,-0.0001058617 +298800.0,-0.000106264,-0.0001055875 +300600.0,-0.0001059865,-0.0001053147 +302400.0,-0.0001057103,-0.0001050429 +304200.0,-0.0001054353,-0.0001047723 +306000.0,-0.0001051614,-0.0001045028 +307800.0,-0.0001048887,-0.0001042344 +309600.0,-0.0001046172,-0.0001039671 +311400.0,-0.0001043469,-0.000103701 +313200.0,-0.0001040777,-0.0001034361 +315000.0,-0.0001038097,-0.0001031723 +316800.0,-0.0001035428,-0.0001029098 +318600.0,-0.0001032772,-0.000102648 +320400.0,-0.0001030126,-0.0001023875 +322200.0,-0.0001027491,-0.0001021281 +324000.0,-0.0001024868,-0.0001018696 +325800.0,-0.0001022256,-0.0001016125 +327600.0,-0.0001019655,-0.0001013563 +329400.0,-0.0001017066,-0.0001011013 +331200.0,-0.0001014488,-0.0001008472 +333000.0,-0.000101192,-0.0001005944 +334800.0,-0.0001009365,-0.0001003423 +336600.0,-0.0001006819,-0.0001000915 +338400.0,-0.0001004285,-9.984167e-05 +340200.0,-0.0001001761,-9.959304e-05 +342000.0,-9.992478e-05,-9.934545e-05 +343800.0,-9.967456e-05,-9.909891e-05 +345600.0,-9.942541e-05,-9.885342e-05 +347400.0,-9.917733e-05,-9.860883e-05 +349200.0,-9.893029e-05,-9.836531e-05 +351000.0,-9.868427e-05,-9.81227e-05 +352800.0,-9.843931e-05,-9.788117e-05 +354600.0,-9.819539e-05,-9.764074e-05 +356400.0,-9.795248e-05,-9.740123e-05 +358200.0,-9.771064e-05,-9.716267e-05 +360000.0,-9.746987e-05,-9.692505e-05 +361800.0,-9.723008e-05,-9.668856e-05 +363600.0,-9.699127e-05,-9.645319e-05 +365400.0,-9.675345e-05,-9.621863e-05 +367200.0,-9.651668e-05,-9.598486e-05 +369000.0,-9.628092e-05,-9.575225e-05 +370800.0,-9.604611e-05,-9.552063e-05 +372600.0,-9.581233e-05,-9.529e-05 +374400.0,-9.557951e-05,-9.506021e-05 +376200.0,-9.534767e-05,-9.483142e-05 +378000.0,-9.511682e-05,-9.460365e-05 +379800.0,-9.488691e-05,-9.437673e-05 +381600.0,-9.465799e-05,-9.415066e-05 +383400.0,-9.443003e-05,-9.392546e-05 +385200.0,-9.420297e-05,-9.370148e-05 +387000.0,-9.397693e-05,-9.347819e-05 +388800.0,-9.375181e-05,-9.325597e-05 +390600.0,-9.352761e-05,-9.303446e-05 +392400.0,-9.330439e-05,-9.281401e-05 +394200.0,-9.308206e-05,-9.259447e-05 +396000.0,-9.286067e-05,-9.237584e-05 +397800.0,-9.264017e-05,-9.21583e-05 +399600.0,-9.242057e-05,-9.194132e-05 +401400.0,-9.220193e-05,-9.172527e-05 +403200.0,-9.198415e-05,-9.151015e-05 +405000.0,-9.176728e-05,-9.129598e-05 +406800.0,-9.155134e-05,-9.108256e-05 +408600.0,-9.133628e-05,-9.08701e-05 +410400.0,-9.112209e-05,-9.065842e-05 +412200.0,-9.090879e-05,-9.04477e-05 +414000.0,-9.069638e-05,-9.023758e-05 +415800.0,-9.048482e-05,-9.002863e-05 +417600.0,-9.02741e-05,-8.982047e-05 +419400.0,-9.006429e-05,-8.961312e-05 +421200.0,-8.985534e-05,-8.940659e-05 +423000.0,-8.964719e-05,-8.920087e-05 +424800.0,-8.943997e-05,-8.899578e-05 +426600.0,-8.923358e-05,-8.879171e-05 +428400.0,-8.9028e-05,-8.858848e-05 +430200.0,-8.882331e-05,-8.83859e-05 +432000.0,-8.861934e-05,-8.818435e-05 +433800.0,-8.841627e-05,-8.798346e-05 +435600.0,-8.821405e-05,-8.778343e-05 +437400.0,-8.801262e-05,-8.758426e-05 +439200.0,-8.781205e-05,-8.738578e-05 +441000.0,-8.761228e-05,-8.718797e-05 +442800.0,-8.741331e-05,-8.699124e-05 +444600.0,-8.721511e-05,-8.67952e-05 +446400.0,-8.701772e-05,-8.659986e-05 +448200.0,-8.682104e-05,-8.640541e-05 +450000.0,-8.662519e-05,-8.621168e-05 +451800.0,-8.643017e-05,-8.601866e-05 +453600.0,-8.623594e-05,-8.582636e-05 +455400.0,-8.604249e-05,-8.563498e-05 +457200.0,-8.584977e-05,-8.544452e-05 +459000.0,-8.565785e-05,-8.52546e-05 +460800.0,-8.546672e-05,-8.506523e-05 +462600.0,-8.527635e-05,-8.48768e-05 +464400.0,-8.508672e-05,-8.468912e-05 +466200.0,-8.489786e-05,-8.450219e-05 +468000.0,-8.470975e-05,-8.431583e-05 +469800.0,-8.452234e-05,-8.413024e-05 +471600.0,-8.433564e-05,-8.394541e-05 +473400.0,-8.414972e-05,-8.376136e-05 +475200.0,-8.396458e-05,-8.357788e-05 +477000.0,-8.378016e-05,-8.33954e-05 +478800.0,-8.359641e-05,-8.32137e-05 +480600.0,-8.341339e-05,-8.30324e-05 +482400.0,-8.32311e-05,-8.285209e-05 +484200.0,-8.304956e-05,-8.267199e-05 +486000.0,-8.286876e-05,-8.24929e-05 +487800.0,-8.268865e-05,-8.231443e-05 +489600.0,-8.250923e-05,-8.213657e-05 +491400.0,-8.233051e-05,-8.195953e-05 +493200.0,-8.21525e-05,-8.178332e-05 +495000.0,-8.197518e-05,-8.160774e-05 +496800.0,-8.179852e-05,-8.143259e-05 +498600.0,-8.162256e-05,-8.125808e-05 +500400.0,-8.144733e-05,-8.108442e-05 +502200.0,-8.127269e-05,-8.091141e-05 +504000.0,-8.109885e-05,-8.073884e-05 +505800.0,-8.092561e-05,-8.056713e-05 +507600.0,-8.075297e-05,-8.039608e-05 +509400.0,-8.058108e-05,-8.022569e-05 +511200.0,-8.04098e-05,-8.005618e-05 +513000.0,-8.023921e-05,-7.988714e-05 +514800.0,-8.006931e-05,-7.971857e-05 +516600.0,-7.990003e-05,-7.955067e-05 +518400.0,-7.973139e-05,-7.938346e-05 +520200.0,-7.956338e-05,-7.921694e-05 +522000.0,-7.939608e-05,-7.905091e-05 +523800.0,-7.922935e-05,-7.888557e-05 +525600.0,-7.906321e-05,-7.872093e-05 +527400.0,-7.889779e-05,-7.8557e-05 +529200.0,-7.873295e-05,-7.839335e-05 +531000.0,-7.856884e-05,-7.823042e-05 +532800.0,-7.840527e-05,-7.806821e-05 +534600.0,-7.824235e-05,-7.790651e-05 +536400.0,-7.807998e-05,-7.774553e-05 +538200.0,-7.791828e-05,-7.758506e-05 +540000.0,-7.775713e-05,-7.742534e-05 +541800.0,-7.759666e-05,-7.726613e-05 +543600.0,-7.743681e-05,-7.710746e-05 +545400.0,-7.727752e-05,-7.694931e-05 +547200.0,-7.711879e-05,-7.679191e-05 +549000.0,-7.696061e-05,-7.663506e-05 +550800.0,-7.680308e-05,-7.647874e-05 +552600.0,-7.664611e-05,-7.632297e-05 +554400.0,-7.648979e-05,-7.616774e-05 +556200.0,-7.633404e-05,-7.601329e-05 +558000.0,-7.617887e-05,-7.585939e-05 +559800.0,-7.602429e-05,-7.570583e-05 +561600.0,-7.587029e-05,-7.555284e-05 +563400.0,-7.571675e-05,-7.540063e-05 +565200.0,-7.556387e-05,-7.524876e-05 +567000.0,-7.541159e-05,-7.509748e-05 +568800.0,-7.525977e-05,-7.494676e-05 +570600.0,-7.510855e-05,-7.479663e-05 +572400.0,-7.495788e-05,-7.464708e-05 +574200.0,-7.480781e-05,-7.449789e-05 +576000.0,-7.465829e-05,-7.434951e-05 +577800.0,-7.450925e-05,-7.420173e-05 +579600.0,-7.436076e-05,-7.405432e-05 +581400.0,-7.42129e-05,-7.390728e-05 +583200.0,-7.406552e-05,-7.376085e-05 +585000.0,-7.391864e-05,-7.361525e-05 +586800.0,-7.377231e-05,-7.346981e-05 +588600.0,-7.362656e-05,-7.332475e-05 +590400.0,-7.348138e-05,-7.318031e-05 +592200.0,-7.33367e-05,-7.303672e-05 +594000.0,-7.319245e-05,-7.289352e-05 +595800.0,-7.304878e-05,-7.275072e-05 +597600.0,-7.290563e-05,-7.260855e-05 +599400.0,-7.276299e-05,-7.246701e-05 +601200.0,-7.262087e-05,-7.232565e-05 +603000.0,-7.247927e-05,-7.218493e-05 +604800.0,-7.233819e-05,-7.204462e-05 diff --git a/autotest/data/swr04/SWRSample04_Stage.csv.cmp b/autotest/data/swr04/SWRSample04_Stage.csv.cmp new file mode 100644 index 00000000000..23a12e6bd53 --- /dev/null +++ b/autotest/data/swr04/SWRSample04_Stage.csv.cmp @@ -0,0 +1,337 @@ +TOTIME ,SWRDT ,KPER ,KSTP ,KSWR ,STAGE0000000001,STAGE0000000002,STAGE0000000003,STAGE0000000004,STAGE0000000005,STAGE0000000006,STAGE0000000007,STAGE0000000008,STAGE0000000009,STAGE0000000010,STAGE0000000011,STAGE0000000012,STAGE0000000013,STAGE0000000014,STAGE0000000015,STAGE0000000016,STAGE0000000017,STAGE0000000018 + 0.1800000E+04, 0.1800000E+04, 1, 1, 1, 0.2855273E+01, 0.2846687E+01, 0.2845203E+01, 0.2842022E+01, 0.2827934E+01, 0.2803019E+01, 0.2764853E+01, 0.2721851E+01, 0.2845138E+01, 0.2836876E+01, 0.2808662E+01, 0.2765963E+01, 0.2721188E+01, 0.2686936E+01, 0.2434432E+01, 0.2226909E+01, 0.2092472E+01, 0.2000000E+01 + 0.3600000E+04, 0.1800000E+04, 1, 2, 1, 0.2717835E+01, 0.2705353E+01, 0.2703329E+01, 0.2699192E+01, 0.2681773E+01, 0.2653945E+01, 0.2616685E+01, 0.2581300E+01, 0.2703245E+01, 0.2692765E+01, 0.2659406E+01, 0.2617132E+01, 0.2580780E+01, 0.2556315E+01, 0.2412801E+01, 0.2244016E+01, 0.2106936E+01, 0.2000000E+01 + 0.5400000E+04, 0.1800000E+04, 2, 1, 1, 0.2601031E+01, 0.2585290E+01, 0.2582945E+01, 0.2578452E+01, 0.2560727E+01, 0.2533804E+01, 0.2499785E+01, 0.2469209E+01, 0.2582845E+01, 0.2571501E+01, 0.2538538E+01, 0.2499733E+01, 0.2468752E+01, 0.2448502E+01, 0.2336530E+01, 0.2201212E+01, 0.2088462E+01, 0.2000000E+01 + 0.7200000E+04, 0.1800000E+04, 2, 2, 1, 0.2501415E+01, 0.2483558E+01, 0.2480976E+01, 0.2476187E+01, 0.2458287E+01, 0.2432742E+01, 0.2401519E+01, 0.2374230E+01, 0.2480863E+01, 0.2468935E+01, 0.2436603E+01, 0.2401172E+01, 0.2373819E+01, 0.2356201E+01, 0.2262744E+01, 0.2153648E+01, 0.2066214E+01, 0.2000000E+01 + 0.9000000E+04, 0.1800000E+04, 3, 1, 1, 0.2418210E+01, 0.2396620E+01, 0.2393772E+01, 0.2388797E+01, 0.2370776E+01, 0.2346312E+01, 0.2317881E+01, 0.2293583E+01, 0.2393642E+01, 0.2381398E+01, 0.2349675E+01, 0.2317408E+01, 0.2293217E+01, 0.2277921E+01, 0.2200094E+01, 0.2113542E+01, 0.2047793E+01, 0.2000000E+01 + 0.1080000E+05, 0.1800000E+04, 3, 2, 1, 0.2348672E+01, 0.2322434E+01, 0.2319237E+01, 0.2313936E+01, 0.2295906E+01, 0.2272668E+01, 0.2246820E+01, 0.2225653E+01, 0.2319096E+01, 0.2306337E+01, 0.2275438E+01, 0.2246016E+01, 0.2225328E+01, 0.2212338E+01, 0.2149009E+01, 0.2082083E+01, 0.2033835E+01, 0.2000000E+01 + 0.1260000E+05, 0.1800000E+04, 4, 1, 1, 0.2290618E+01, 0.2258745E+01, 0.2255119E+01, 0.2249500E+01, 0.2231887E+01, 0.2210315E+01, 0.2187445E+01, 0.2169385E+01, 0.2254952E+01, 0.2241493E+01, 0.2212453E+01, 0.2186510E+01, 0.2169104E+01, 0.2158412E+01, 0.2108483E+01, 0.2058189E+01, 0.2023580E+01, 0.2000000E+01 + 0.1440000E+05, 0.1800000E+04, 4, 2, 1, 0.2241369E+01, 0.2204353E+01, 0.2200354E+01, 0.2194533E+01, 0.2177508E+01, 0.2158095E+01, 0.2138548E+01, 0.2123727E+01, 0.2200179E+01, 0.2186706E+01, 0.2159834E+01, 0.2137627E+01, 0.2123495E+01, 0.2115042E+01, 0.2077035E+01, 0.2040394E+01, 0.2016150E+01, 0.2000000E+01 + 0.1620000E+05, 0.1800000E+04, 5, 1, 1, 0.2203170E+01, 0.2158471E+01, 0.2153946E+01, 0.2147938E+01, 0.2131895E+01, 0.2115106E+01, 0.2099110E+01, 0.2087502E+01, 0.2153776E+01, 0.2140545E+01, 0.2116392E+01, 0.2098257E+01, 0.2087321E+01, 0.2080921E+01, 0.2053122E+01, 0.2027341E+01, 0.2010819E+01, 0.2000000E+01 + 0.1800000E+05, 0.1800000E+04, 5, 2, 1, 0.2173940E+01, 0.2119555E+01, 0.2114546E+01, 0.2108730E+01, 0.2094381E+01, 0.2080490E+01, 0.2068031E+01, 0.2059389E+01, 0.2114360E+01, 0.2101869E+01, 0.2081085E+01, 0.2067219E+01, 0.2059252E+01, 0.2054656E+01, 0.2035282E+01, 0.2017892E+01, 0.2007026E+01, 0.2000000E+01 + 0.1980000E+05, 0.1800000E+04, 6, 1, 1, 0.2159064E+01, 0.2088529E+01, 0.2082513E+01, 0.2076735E+01, 0.2064369E+01, 0.2053459E+01, 0.2044355E+01, 0.2038324E+01, 0.2082357E+01, 0.2070715E+01, 0.2053847E+01, 0.2043728E+01, 0.2038228E+01, 0.2035119E+01, 0.2022350E+01, 0.2011204E+01, 0.2004374E+01, 0.2000000E+01 + 0.2160000E+05, 0.1800000E+04, 6, 2, 1, 0.2155832E+01, 0.2065055E+01, 0.2057379E+01, 0.2051561E+01, 0.2041363E+01, 0.2033321E+01, 0.2027139E+01, 0.2023232E+01, 0.2057285E+01, 0.2046610E+01, 0.2033667E+01, 0.2026728E+01, 0.2023171E+01, 0.2021208E+01, 0.2013330E+01, 0.2006625E+01, 0.2002575E+01, 0.2000000E+01 + 0.2340000E+05, 0.1800000E+04, 7, 1, 1, 0.2181196E+01, 0.2052625E+01, 0.2040051E+01, 0.2033419E+01, 0.2025120E+01, 0.2019506E+01, 0.2015562E+01, 0.2013209E+01, 0.2040037E+01, 0.2029521E+01, 0.2019852E+01, 0.2015333E+01, 0.2013173E+01, 0.2012020E+01, 0.2007480E+01, 0.2003691E+01, 0.2001430E+01, 0.2000000E+01 + 0.2520000E+05, 0.1800000E+04, 7, 2, 1, 0.2224831E+01, 0.2053371E+01, 0.2030808E+01, 0.2022081E+01, 0.2014985E+01, 0.2011065E+01, 0.2008610E+01, 0.2007250E+01, 0.2030839E+01, 0.2019029E+01, 0.2011489E+01, 0.2008524E+01, 0.2007231E+01, 0.2006577E+01, 0.2004053E+01, 0.2001987E+01, 0.2000767E+01, 0.2000000E+01 + 0.2700000E+05, 0.1800000E+04, 8, 1, 1, 0.2313563E+01, 0.2081929E+01, 0.2033956E+01, 0.2018254E+01, 0.2010441E+01, 0.2007126E+01, 0.2005357E+01, 0.2004477E+01, 0.2034385E+01, 0.2015549E+01, 0.2007827E+01, 0.2005398E+01, 0.2004467E+01, 0.2004046E+01, 0.2002463E+01, 0.2001198E+01, 0.2000461E+01, 0.2000000E+01 + 0.2880000E+05, 0.1800000E+04, 8, 2, 1, 0.2413114E+01, 0.2135833E+01, 0.2053124E+01, 0.2022208E+01, 0.2010615E+01, 0.2006631E+01, 0.2004804E+01, 0.2003993E+01, 0.2054548E+01, 0.2019095E+01, 0.2007931E+01, 0.2004987E+01, 0.2003988E+01, 0.2003596E+01, 0.2002160E+01, 0.2001042E+01, 0.2000400E+01, 0.2000000E+01 + 0.3060000E+05, 0.1800000E+04, 9, 1, 1, 0.2556275E+01, 0.2223727E+01, 0.2101777E+01, 0.2038480E+01, 0.2016369E+01, 0.2009542E+01, 0.2006713E+01, 0.2005563E+01, 0.2104813E+01, 0.2033390E+01, 0.2012272E+01, 0.2007160E+01, 0.2005559E+01, 0.2004996E+01, 0.2002970E+01, 0.2001425E+01, 0.2000546E+01, 0.2000000E+01 + 0.3240000E+05, 0.1800000E+04, 9, 2, 1, 0.2696432E+01, 0.2321467E+01, 0.2178489E+01, 0.2072351E+01, 0.2030054E+01, 0.2016870E+01, 0.2011645E+01, 0.2009627E+01, 0.2182194E+01, 0.2062666E+01, 0.2022409E+01, 0.2012584E+01, 0.2009622E+01, 0.2008633E+01, 0.2005105E+01, 0.2002442E+01, 0.2000934E+01, 0.2000000E+01 + 0.3420000E+05, 0.1800000E+04, 10, 1, 1, 0.2864424E+01, 0.2438916E+01, 0.2283388E+01, 0.2132709E+01, 0.2057508E+01, 0.2031736E+01, 0.2021598E+01, 0.2017822E+01, 0.2287102E+01, 0.2115097E+01, 0.2042574E+01, 0.2023474E+01, 0.2017814E+01, 0.2015974E+01, 0.2009415E+01, 0.2004496E+01, 0.2001719E+01, 0.2000000E+01 + 0.3600000E+05, 0.1800000E+04, 10, 2, 1, 0.3020356E+01, 0.2556309E+01, 0.2398322E+01, 0.2219367E+01, 0.2104724E+01, 0.2058448E+01, 0.2039549E+01, 0.2032641E+01, 0.2401743E+01, 0.2192345E+01, 0.2077669E+01, 0.2042988E+01, 0.2032627E+01, 0.2029278E+01, 0.2017253E+01, 0.2008245E+01, 0.2003154E+01, 0.2000000E+01 + 0.3780000E+05, 0.1800000E+04, 11, 1, 1, 0.3181235E+01, 0.2678573E+01, 0.2518099E+01, 0.2326752E+01, 0.2175338E+01, 0.2101695E+01, 0.2069368E+01, 0.2057491E+01, 0.2521202E+01, 0.2291975E+01, 0.2132366E+01, 0.2075181E+01, 0.2057467E+01, 0.2051694E+01, 0.2030575E+01, 0.2014670E+01, 0.2005625E+01, 0.2000000E+01 + 0.3960000E+05, 0.1800000E+04, 11, 2, 1, 0.3327884E+01, 0.2795122E+01, 0.2633625E+01, 0.2441504E+01, 0.2265356E+01, 0.2164124E+01, 0.2114552E+01, 0.2095753E+01, 0.2636370E+01, 0.2401557E+01, 0.2205642E+01, 0.2123076E+01, 0.2095709E+01, 0.2086494E+01, 0.2051670E+01, 0.2025020E+01, 0.2009638E+01, 0.2000000E+01 + 0.4140000E+05, 0.1800000E+04, 12, 1, 1, 0.3450484E+01, 0.2897446E+01, 0.2738931E+01, 0.2553567E+01, 0.2366238E+01, 0.2243687E+01, 0.2176396E+01, 0.2149520E+01, 0.2741333E+01, 0.2511675E+01, 0.2294174E+01, 0.2187655E+01, 0.2149448E+01, 0.2135995E+01, 0.2082760E+01, 0.2040700E+01, 0.2015804E+01, 0.2000000E+01 + 0.4320000E+05, 0.1800000E+04, 12, 2, 1, 0.3560054E+01, 0.2991592E+01, 0.2836485E+01, 0.2659592E+01, 0.2470266E+01, 0.2334879E+01, 0.2252820E+01, 0.2217945E+01, 0.2838606E+01, 0.2617922E+01, 0.2390915E+01, 0.2266191E+01, 0.2217836E+01, 0.2199913E+01, 0.2124855E+01, 0.2062795E+01, 0.2024683E+01, 0.2000000E+01 + 0.4500000E+05, 0.1800000E+04, 13, 1, 1, 0.3621245E+01, 0.3055556E+01, 0.2908885E+01, 0.2745820E+01, 0.2564290E+01, 0.2426045E+01, 0.2335105E+01, 0.2293777E+01, 0.2910693E+01, 0.2705816E+01, 0.2482759E+01, 0.2348970E+01, 0.2293613E+01, 0.2271903E+01, 0.2175352E+01, 0.2090724E+01, 0.2036252E+01, 0.2000000E+01 + 0.4680000E+05, 0.1800000E+04, 13, 2, 1, 0.3669487E+01, 0.3106820E+01, 0.2967130E+01, 0.2816021E+01, 0.2644317E+01, 0.2509157E+01, 0.2415217E+01, 0.2369922E+01, 0.2968697E+01, 0.2777390E+01, 0.2563156E+01, 0.2428528E+01, 0.2369704E+01, 0.2345190E+01, 0.2229930E+01, 0.2122683E+01, 0.2049980E+01, 0.2000000E+01 + 0.4860000E+05, 0.1800000E+04, 14, 1, 1, 0.3660456E+01, 0.3121493E+01, 0.2994408E+01, 0.2859922E+01, 0.2703850E+01, 0.2577178E+01, 0.2484988E+01, 0.2437751E+01, 0.2995693E+01, 0.2823754E+01, 0.2626021E+01, 0.2497000E+01, 0.2437478E+01, 0.2411220E+01, 0.2282101E+01, 0.2155091E+01, 0.2064479E+01, 0.2000000E+01 + 0.5040000E+05, 0.1800000E+04, 14, 2, 1, 0.3635818E+01, 0.3119900E+01, 0.3003562E+01, 0.2883611E+01, 0.2743161E+01, 0.2626646E+01, 0.2538647E+01, 0.2491009E+01, 0.3004634E+01, 0.2849892E+01, 0.2669787E+01, 0.2549088E+01, 0.2490687E+01, 0.2463592E+01, 0.2325863E+01, 0.2183868E+01, 0.2077892E+01, 0.2000000E+01 + 0.5220000E+05, 0.1800000E+04, 15, 1, 1, 0.3564630E+01, 0.3088338E+01, 0.2986893E+01, 0.2886007E+01, 0.2767970E+01, 0.2659713E+01, 0.2575501E+01, 0.2527702E+01, 0.2987647E+01, 0.2852235E+01, 0.2692000E+01, 0.2582374E+01, 0.2527283E+01, 0.2500004E+01, 0.2357975E+01, 0.2206128E+01, 0.2088674E+01, 0.2000000E+01 + 0.5400000E+05, 0.1800000E+04, 15, 2, 1, 0.3475671E+01, 0.3040985E+01, 0.2953914E+01, 0.2871335E+01, 0.2774957E+01, 0.2674789E+01, 0.2594523E+01, 0.2546965E+01, 0.2954369E+01, 0.2836250E+01, 0.2695093E+01, 0.2597183E+01, 0.2546422E+01, 0.2519462E+01, 0.2376732E+01, 0.2220038E+01, 0.2095698E+01, 0.2000000E+01 + 0.5580000E+05, 0.1800000E+04, 16, 1, 1, 0.3366498E+01, 0.2991369E+01, 0.2923850E+01, 0.2871066E+01, 0.2816558E+01, 0.2706362E+01, 0.2618838E+01, 0.2566654E+01, 0.2923852E+01, 0.2817322E+01, 0.2692953E+01, 0.2608670E+01, 0.2565584E+01, 0.2538588E+01, 0.2393181E+01, 0.2231629E+01, 0.2101481E+01, 0.2000000E+01 + 0.5760000E+05, 0.1800000E+04, 16, 2, 1, 0.3251253E+01, 0.2952417E+01, 0.2907164E+01, 0.2883310E+01, 0.2861718E+01, 0.2743202E+01, 0.2647319E+01, 0.2589426E+01, 0.2906288E+01, 0.2806293E+01, 0.2695184E+01, 0.2623265E+01, 0.2587587E+01, 0.2560473E+01, 0.2411205E+01, 0.2243952E+01, 0.2107570E+01, 0.2000000E+01 + 0.5940000E+05, 0.1800000E+04, 17, 1, 1, 0.3178401E+01, 0.2993351E+01, 0.2976289E+01, 0.2975862E+01, 0.2975997E+01, 0.2829802E+01, 0.2712422E+01, 0.2642888E+01, 0.2968053E+01, 0.2849892E+01, 0.2735475E+01, 0.2669320E+01, 0.2639695E+01, 0.2611326E+01, 0.2450089E+01, 0.2269170E+01, 0.2119780E+01, 0.2000000E+01 + 0.6120000E+05, 0.1800000E+04, 17, 2, 1, 0.3170013E+01, 0.3099706E+01, 0.3098443E+01, 0.3106324E+01, 0.3122037E+01, 0.2953451E+01, 0.2815012E+01, 0.2733202E+01, 0.3082824E+01, 0.2945817E+01, 0.2821464E+01, 0.2755283E+01, 0.2728599E+01, 0.2698108E+01, 0.2518695E+01, 0.2315374E+01, 0.2142853E+01, 0.2000000E+01 + 0.6300000E+05, 0.1800000E+04, 18, 1, 1, 0.3236919E+01, 0.3216664E+01, 0.3217312E+01, 0.3236335E+01, 0.3264793E+01, 0.3088077E+01, 0.2938239E+01, 0.2848075E+01, 0.3200930E+01, 0.3061368E+01, 0.2934376E+01, 0.2868301E+01, 0.2842527E+01, 0.2809927E+01, 0.2611783E+01, 0.2381369E+01, 0.2177620E+01, 0.2000000E+01 + 0.6480000E+05, 0.1800000E+04, 18, 2, 1, 0.3342016E+01, 0.3339204E+01, 0.3342970E+01, 0.3371435E+01, 0.3410096E+01, 0.3230480E+01, 0.3074907E+01, 0.2979378E+01, 0.3325750E+01, 0.3189958E+01, 0.3065217E+01, 0.2999379E+01, 0.2973289E+01, 0.2938726E+01, 0.2723282E+01, 0.2464702E+01, 0.2224243E+01, 0.2000000E+01 + 0.6660000E+05, 0.1800000E+04, 19, 1, 1, 0.3382658E+01, 0.3380714E+01, 0.3383346E+01, 0.3402944E+01, 0.3424416E+01, 0.3277743E+01, 0.3144414E+01, 0.3058365E+01, 0.3369838E+01, 0.3259812E+01, 0.3149249E+01, 0.3083706E+01, 0.3053598E+01, 0.3018917E+01, 0.2802049E+01, 0.2530323E+01, 0.2264460E+01, 0.2000000E+01 + 0.6840000E+05, 0.1800000E+04, 19, 2, 1, 0.3359220E+01, 0.3357734E+01, 0.3359406E+01, 0.3371998E+01, 0.3382990E+01, 0.3263939E+01, 0.3152777E+01, 0.3077702E+01, 0.3349276E+01, 0.3264312E+01, 0.3170200E+01, 0.3107236E+01, 0.3074189E+01, 0.3040554E+01, 0.2831245E+01, 0.2559957E+01, 0.2284980E+01, 0.2000000E+01 + 0.7020000E+05, 0.1800000E+04, 20, 1, 1, 0.3268599E+01, 0.3265528E+01, 0.3265842E+01, 0.3270418E+01, 0.3272129E+01, 0.3183445E+01, 0.3096046E+01, 0.3033162E+01, 0.3259391E+01, 0.3199868E+01, 0.3124032E+01, 0.3065890E+01, 0.3030802E+01, 0.2999166E+01, 0.2804454E+01, 0.2545855E+01, 0.2279085E+01, 0.2000000E+01 + 0.7200000E+05, 0.1800000E+04, 20, 2, 1, 0.3117248E+01, 0.3111083E+01, 0.3110861E+01, 0.3110947E+01, 0.3109428E+01, 0.3048703E+01, 0.2983377E+01, 0.2932265E+01, 0.3107743E+01, 0.3073323E+01, 0.3017142E+01, 0.2966043E+01, 0.2930769E+01, 0.2901999E+01, 0.2727337E+01, 0.2491443E+01, 0.2248400E+01, 0.2000000E+01 + 0.7380000E+05, 0.1800000E+04, 21, 1, 1, 0.2969780E+01, 0.2961950E+01, 0.2961250E+01, 0.2961033E+01, 0.2956444E+01, 0.2909146E+01, 0.2855953E+01, 0.2812185E+01, 0.2959505E+01, 0.2936179E+01, 0.2891036E+01, 0.2845205E+01, 0.2811109E+01, 0.2784920E+01, 0.2628527E+01, 0.2417933E+01, 0.2206112E+01, 0.2000000E+01 + 0.7560000E+05, 0.1800000E+04, 21, 2, 1, 0.2822259E+01, 0.2811311E+01, 0.2809700E+01, 0.2807504E+01, 0.2795349E+01, 0.2761791E+01, 0.2719987E+01, 0.2683134E+01, 0.2809162E+01, 0.2793925E+01, 0.2756855E+01, 0.2715444E+01, 0.2682418E+01, 0.2658818E+01, 0.2520956E+01, 0.2337988E+01, 0.2161313E+01, 0.2000000E+01 + 0.7740000E+05, 0.1800000E+04, 22, 1, 1, 0.2694428E+01, 0.2681561E+01, 0.2679671E+01, 0.2676663E+01, 0.2662552E+01, 0.2632555E+01, 0.2595535E+01, 0.2562702E+01, 0.2679368E+01, 0.2666447E+01, 0.2631996E+01, 0.2593065E+01, 0.2562127E+01, 0.2540725E+01, 0.2419278E+01, 0.2263290E+01, 0.2121142E+01, 0.2000000E+01 + 0.7920000E+05, 0.1800000E+04, 22, 2, 1, 0.2583012E+01, 0.2567116E+01, 0.2564809E+01, 0.2560702E+01, 0.2544086E+01, 0.2517357E+01, 0.2484043E+01, 0.2454446E+01, 0.2564645E+01, 0.2552531E+01, 0.2519922E+01, 0.2482975E+01, 0.2453971E+01, 0.2434695E+01, 0.2329032E+01, 0.2199409E+01, 0.2088618E+01, 0.2000000E+01 + 0.8100000E+05, 0.1800000E+04, 23, 1, 1, 0.2487395E+01, 0.2469103E+01, 0.2466506E+01, 0.2461867E+01, 0.2444454E+01, 0.2419072E+01, 0.2388333E+01, 0.2361572E+01, 0.2466367E+01, 0.2454104E+01, 0.2421956E+01, 0.2387568E+01, 0.2361155E+01, 0.2344023E+01, 0.2253680E+01, 0.2148366E+01, 0.2063932E+01, 0.2000000E+01 + 0.8280000E+05, 0.1800000E+04, 23, 2, 1, 0.2406646E+01, 0.2384430E+01, 0.2381556E+01, 0.2376631E+01, 0.2358761E+01, 0.2334542E+01, 0.2306539E+01, 0.2282726E+01, 0.2381415E+01, 0.2369072E+01, 0.2337546E+01, 0.2305889E+01, 0.2282362E+01, 0.2267446E+01, 0.2192001E+01, 0.2108589E+01, 0.2045595E+01, 0.2000000E+01 + 0.8460000E+05, 0.1800000E+04, 24, 1, 1, 0.2338977E+01, 0.2312053E+01, 0.2308809E+01, 0.2303492E+01, 0.2285598E+01, 0.2262645E+01, 0.2237268E+01, 0.2216581E+01, 0.2308662E+01, 0.2295784E+01, 0.2265223E+01, 0.2236404E+01, 0.2216261E+01, 0.2203621E+01, 0.2142387E+01, 0.2078132E+01, 0.2032123E+01, 0.2000000E+01 + 0.8640000E+05, 0.1800000E+04, 24, 2, 1, 0.2281815E+01, 0.2249801E+01, 0.2246172E+01, 0.2240567E+01, 0.2223083E+01, 0.2201825E+01, 0.2179445E+01, 0.2161862E+01, 0.2246000E+01, 0.2232563E+01, 0.2203862E+01, 0.2178492E+01, 0.2161587E+01, 0.2151242E+01, 0.2103225E+01, 0.2055174E+01, 0.2022309E+01, 0.2000000E+01 + 0.8820000E+05, 0.1800000E+04, 25, 1, 1, 0.2233316E+01, 0.2196578E+01, 0.2192614E+01, 0.2186830E+01, 0.2169981E+01, 0.2150988E+01, 0.2131993E+01, 0.2117674E+01, 0.2192437E+01, 0.2179091E+01, 0.2152672E+01, 0.2131082E+01, 0.2117450E+01, 0.2109322E+01, 0.2072978E+01, 0.2038152E+01, 0.2015227E+01, 0.2000000E+01 + 0.9000000E+05, 0.1800000E+04, 25, 2, 1, 0.2193567E+01, 0.2151366E+01, 0.2147068E+01, 0.2141235E+01, 0.2125545E+01, 0.2109242E+01, 0.2093819E+01, 0.2082690E+01, 0.2146888E+01, 0.2133941E+01, 0.2110377E+01, 0.2092959E+01, 0.2082516E+01, 0.2076413E+01, 0.2050030E+01, 0.2025687E+01, 0.2010152E+01, 0.2000000E+01 + 0.9180000E+05, 0.1800000E+04, 25, 3, 1, 0.2160798E+01, 0.2112567E+01, 0.2108155E+01, 0.2102756E+01, 0.2088985E+01, 0.2075684E+01, 0.2063817E+01, 0.2055626E+01, 0.2107947E+01, 0.2096102E+01, 0.2076188E+01, 0.2063020E+01, 0.2055495E+01, 0.2051159E+01, 0.2032954E+01, 0.2016680E+01, 0.2006543E+01, 0.2000000E+01 + 0.9360000E+05, 0.1800000E+04, 25, 4, 1, 0.2133935E+01, 0.2080475E+01, 0.2076054E+01, 0.2071131E+01, 0.2059666E+01, 0.2049466E+01, 0.2040979E+01, 0.2035364E+01, 0.2075861E+01, 0.2065463E+01, 0.2049777E+01, 0.2040377E+01, 0.2035274E+01, 0.2032389E+01, 0.2020577E+01, 0.2010303E+01, 0.2004019E+01, 0.2000000E+01 + 0.9540000E+05, 0.1800000E+04, 25, 5, 1, 0.2111957E+01, 0.2054390E+01, 0.2050152E+01, 0.2045929E+01, 0.2037110E+01, 0.2029944E+01, 0.2024385E+01, 0.2020859E+01, 0.2049992E+01, 0.2041507E+01, 0.2030160E+01, 0.2023987E+01, 0.2020802E+01, 0.2019036E+01, 0.2011956E+01, 0.2005938E+01, 0.2002307E+01, 0.2000000E+01 + 0.9720000E+05, 0.1800000E+04, 25, 6, 1, 0.2093959E+01, 0.2033897E+01, 0.2030116E+01, 0.2026833E+01, 0.2020794E+01, 0.2016333E+01, 0.2013085E+01, 0.2011108E+01, 0.2030003E+01, 0.2023769E+01, 0.2016464E+01, 0.2012851E+01, 0.2011077E+01, 0.2010110E+01, 0.2006297E+01, 0.2003108E+01, 0.2001204E+01, 0.2000000E+01 + 0.9900000E+05, 0.1800000E+04, 25, 7, 1, 0.2079170E+01, 0.2018771E+01, 0.2015724E+01, 0.2013504E+01, 0.2009996E+01, 0.2007645E+01, 0.2006033E+01, 0.2005090E+01, 0.2015663E+01, 0.2011717E+01, 0.2007722E+01, 0.2005919E+01, 0.2005075E+01, 0.2004622E+01, 0.2002861E+01, 0.2001406E+01, 0.2000543E+01, 0.2000000E+01 + 0.1008000E+06, 0.1800000E+04, 25, 8, 1, 0.2066950E+01, 0.2008796E+01, 0.2006649E+01, 0.2005408E+01, 0.2003800E+01, 0.2002828E+01, 0.2002200E+01, 0.2001847E+01, 0.2006630E+01, 0.2004601E+01, 0.2002872E+01, 0.2002160E+01, 0.2001841E+01, 0.2001674E+01, 0.2001031E+01, 0.2000505E+01, 0.2000195E+01, 0.2000000E+01 + 0.1026000E+06, 0.1800000E+04, 25, 9, 1, 0.2056786E+01, 0.2003417E+01, 0.2002101E+01, 0.2001543E+01, 0.2001012E+01, 0.2000728E+01, 0.2000558E+01, 0.2000467E+01, 0.2002099E+01, 0.2001295E+01, 0.2000752E+01, 0.2000550E+01, 0.2000465E+01, 0.2000422E+01, 0.2000259E+01, 0.2000126E+01, 0.2000049E+01, 0.2000000E+01 + 0.1044000E+06, 0.1800000E+04, 25, 10, 1, 0.2048276E+01, 0.2001295E+01, 0.2000539E+01, 0.2000319E+01, 0.2000185E+01, 0.2000126E+01, 0.2000094E+01, 0.2000078E+01, 0.2000540E+01, 0.2000266E+01, 0.2000136E+01, 0.2000094E+01, 0.2000078E+01, 0.2000071E+01, 0.2000043E+01, 0.2000021E+01, 0.2000008E+01, 0.2000000E+01 + 0.1062000E+06, 0.1800000E+04, 25, 11, 1, 0.2041096E+01, 0.2000656E+01, 0.2000187E+01, 0.2000084E+01, 0.2000041E+01, 0.2000026E+01, 0.2000019E+01, 0.2000016E+01, 0.2000189E+01, 0.2000071E+01, 0.2000030E+01, 0.2000019E+01, 0.2000016E+01, 0.2000014E+01, 0.2000008E+01, 0.2000004E+01, 0.2000002E+01, 0.2000000E+01 + 0.1080000E+06, 0.1800000E+04, 25, 12, 1, 0.2034988E+01, 0.2000432E+01, 0.2000108E+01, 0.2000043E+01, 0.2000020E+01, 0.2000012E+01, 0.2000009E+01, 0.2000007E+01, 0.2000110E+01, 0.2000037E+01, 0.2000015E+01, 0.2000009E+01, 0.2000007E+01, 0.2000006E+01, 0.2000004E+01, 0.2000002E+01, 0.2000001E+01, 0.2000000E+01 + 0.1098000E+06, 0.1800000E+04, 25, 13, 1, 0.2029755E+01, 0.2000311E+01, 0.2000076E+01, 0.2000030E+01, 0.2000013E+01, 0.2000008E+01, 0.2000006E+01, 0.2000005E+01, 0.2000077E+01, 0.2000025E+01, 0.2000010E+01, 0.2000006E+01, 0.2000005E+01, 0.2000004E+01, 0.2000003E+01, 0.2000001E+01, 0.2000000E+01, 0.2000000E+01 + 0.1116000E+06, 0.1800000E+04, 25, 14, 1, 0.2025243E+01, 0.2000229E+01, 0.2000056E+01, 0.2000022E+01, 0.2000010E+01, 0.2000006E+01, 0.2000004E+01, 0.2000004E+01, 0.2000057E+01, 0.2000018E+01, 0.2000007E+01, 0.2000004E+01, 0.2000004E+01, 0.2000003E+01, 0.2000002E+01, 0.2000001E+01, 0.2000000E+01, 0.2000000E+01 + 0.1134000E+06, 0.1800000E+04, 25, 15, 1, 0.2021334E+01, 0.2000172E+01, 0.2000042E+01, 0.2000016E+01, 0.2000007E+01, 0.2000004E+01, 0.2000003E+01, 0.2000003E+01, 0.2000042E+01, 0.2000014E+01, 0.2000005E+01, 0.2000003E+01, 0.2000003E+01, 0.2000002E+01, 0.2000001E+01, 0.2000001E+01, 0.2000000E+01, 0.2000000E+01 + 0.1152000E+06, 0.1800000E+04, 25, 16, 1, 0.2017937E+01, 0.2000129E+01, 0.2000031E+01, 0.2000012E+01, 0.2000005E+01, 0.2000003E+01, 0.2000002E+01, 0.2000002E+01, 0.2000032E+01, 0.2000010E+01, 0.2000004E+01, 0.2000002E+01, 0.2000002E+01, 0.2000002E+01, 0.2000001E+01, 0.2000001E+01, 0.2000000E+01, 0.2000000E+01 + 0.1170000E+06, 0.1800000E+04, 25, 17, 1, 0.2014978E+01, 0.2000098E+01, 0.2000024E+01, 0.2000009E+01, 0.2000004E+01, 0.2000003E+01, 0.2000002E+01, 0.2000001E+01, 0.2000024E+01, 0.2000008E+01, 0.2000003E+01, 0.2000002E+01, 0.2000001E+01, 0.2000001E+01, 0.2000001E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.1188000E+06, 0.1800000E+04, 25, 18, 1, 0.2012399E+01, 0.2000074E+01, 0.2000018E+01, 0.2000007E+01, 0.2000003E+01, 0.2000002E+01, 0.2000001E+01, 0.2000001E+01, 0.2000018E+01, 0.2000006E+01, 0.2000002E+01, 0.2000001E+01, 0.2000001E+01, 0.2000001E+01, 0.2000001E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.1206000E+06, 0.1800000E+04, 25, 19, 1, 0.2010154E+01, 0.2000056E+01, 0.2000014E+01, 0.2000005E+01, 0.2000002E+01, 0.2000001E+01, 0.2000001E+01, 0.2000001E+01, 0.2000014E+01, 0.2000004E+01, 0.2000002E+01, 0.2000001E+01, 0.2000001E+01, 0.2000001E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.1224000E+06, 0.1800000E+04, 25, 20, 1, 0.2008245E+01, 0.2000040E+01, 0.2000010E+01, 0.2000004E+01, 0.2000002E+01, 0.2000001E+01, 0.2000001E+01, 0.2000001E+01, 0.2000010E+01, 0.2000003E+01, 0.2000001E+01, 0.2000001E+01, 0.2000001E+01, 0.2000001E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.1242000E+06, 0.1800000E+04, 25, 21, 1, 0.2006781E+01, 0.2000024E+01, 0.2000006E+01, 0.2000002E+01, 0.2000001E+01, 0.2000001E+01, 0.2000000E+01, 0.2000000E+01, 0.2000006E+01, 0.2000002E+01, 0.2000001E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.1260000E+06, 0.1800000E+04, 25, 22, 1, 0.2005824E+01, 0.2000010E+01, 0.2000002E+01, 0.2000001E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000003E+01, 0.2000001E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.1278000E+06, 0.1800000E+04, 25, 23, 1, 0.2005221E+01, 0.2000004E+01, 0.2000001E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000001E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.1296000E+06, 0.1800000E+04, 25, 24, 1, 0.2004817E+01, 0.2000002E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.1314000E+06, 0.1800000E+04, 25, 25, 1, 0.2004526E+01, 0.2000001E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.1332000E+06, 0.1800000E+04, 25, 26, 1, 0.2004303E+01, 0.2000001E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.1350000E+06, 0.1800000E+04, 25, 27, 1, 0.2004126E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.1368000E+06, 0.1800000E+04, 25, 28, 1, 0.2003984E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.1386000E+06, 0.1800000E+04, 25, 29, 1, 0.2003860E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.1404000E+06, 0.1800000E+04, 25, 30, 1, 0.2003752E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.1422000E+06, 0.1800000E+04, 25, 31, 1, 0.2003657E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.1440000E+06, 0.1800000E+04, 25, 32, 1, 0.2003576E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.1458000E+06, 0.1800000E+04, 25, 33, 1, 0.2003500E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.1476000E+06, 0.1800000E+04, 25, 34, 1, 0.2003462E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.1494000E+06, 0.1800000E+04, 25, 35, 1, 0.2003397E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.1512000E+06, 0.1800000E+04, 25, 36, 1, 0.2003368E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.1530000E+06, 0.1800000E+04, 25, 37, 1, 0.2003310E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.1548000E+06, 0.1800000E+04, 25, 38, 1, 0.2003287E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.1566000E+06, 0.1800000E+04, 25, 39, 1, 0.2003267E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.1584000E+06, 0.1800000E+04, 25, 40, 1, 0.2003216E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.1602000E+06, 0.1800000E+04, 25, 41, 1, 0.2003202E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.1620000E+06, 0.1800000E+04, 25, 42, 1, 0.2003187E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.1638000E+06, 0.1800000E+04, 25, 43, 1, 0.2003173E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.1656000E+06, 0.1800000E+04, 25, 44, 1, 0.2003161E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.1674000E+06, 0.1800000E+04, 25, 45, 1, 0.2003117E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.1692000E+06, 0.1800000E+04, 25, 46, 1, 0.2003108E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.1710000E+06, 0.1800000E+04, 25, 47, 1, 0.2003099E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.1728000E+06, 0.1800000E+04, 25, 48, 1, 0.2003092E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.1746000E+06, 0.1800000E+04, 25, 49, 1, 0.2003084E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.1764000E+06, 0.1800000E+04, 25, 50, 1, 0.2003077E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.1782000E+06, 0.1800000E+04, 25, 51, 1, 0.2003070E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.1800000E+06, 0.1800000E+04, 25, 52, 1, 0.2003031E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.1818000E+06, 0.1800000E+04, 25, 53, 1, 0.2003027E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.1836000E+06, 0.1800000E+04, 25, 54, 1, 0.2003023E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.1854000E+06, 0.1800000E+04, 25, 55, 1, 0.2002987E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.1872000E+06, 0.1800000E+04, 25, 56, 1, 0.2002985E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.1890000E+06, 0.1800000E+04, 25, 57, 1, 0.2002983E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.1908000E+06, 0.1800000E+04, 25, 58, 1, 0.2002981E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.1926000E+06, 0.1800000E+04, 25, 59, 1, 0.2002979E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.1944000E+06, 0.1800000E+04, 25, 60, 1, 0.2002977E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.1962000E+06, 0.1800000E+04, 25, 61, 1, 0.2002975E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.1980000E+06, 0.1800000E+04, 25, 62, 1, 0.2002973E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.1998000E+06, 0.1800000E+04, 25, 63, 1, 0.2002971E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.2016000E+06, 0.1800000E+04, 25, 64, 1, 0.2002969E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.2034000E+06, 0.1800000E+04, 25, 65, 1, 0.2002967E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.2052000E+06, 0.1800000E+04, 25, 66, 1, 0.2002965E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.2070000E+06, 0.1800000E+04, 25, 67, 1, 0.2002963E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.2088000E+06, 0.1800000E+04, 25, 68, 1, 0.2002961E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.2106000E+06, 0.1800000E+04, 25, 69, 1, 0.2002960E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.2124000E+06, 0.1800000E+04, 25, 70, 1, 0.2002958E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.2142000E+06, 0.1800000E+04, 25, 71, 1, 0.2002956E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.2160000E+06, 0.1800000E+04, 25, 72, 1, 0.2002954E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.2178000E+06, 0.1800000E+04, 25, 73, 1, 0.2002952E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.2196000E+06, 0.1800000E+04, 25, 74, 1, 0.2002950E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.2214000E+06, 0.1800000E+04, 25, 75, 1, 0.2002949E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.2232000E+06, 0.1800000E+04, 25, 76, 1, 0.2002947E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.2250000E+06, 0.1800000E+04, 25, 77, 1, 0.2002945E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.2268000E+06, 0.1800000E+04, 25, 78, 1, 0.2002943E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.2286000E+06, 0.1800000E+04, 25, 79, 1, 0.2002942E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.2304000E+06, 0.1800000E+04, 25, 80, 1, 0.2002940E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.2322000E+06, 0.1800000E+04, 25, 81, 1, 0.2002938E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.2340000E+06, 0.1800000E+04, 25, 82, 1, 0.2002936E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.2358000E+06, 0.1800000E+04, 25, 83, 1, 0.2002935E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.2376000E+06, 0.1800000E+04, 25, 84, 1, 0.2002933E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.2394000E+06, 0.1800000E+04, 25, 85, 1, 0.2002931E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.2412000E+06, 0.1800000E+04, 25, 86, 1, 0.2002930E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.2430000E+06, 0.1800000E+04, 25, 87, 1, 0.2002928E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.2448000E+06, 0.1800000E+04, 25, 88, 1, 0.2002926E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.2466000E+06, 0.1800000E+04, 25, 89, 1, 0.2002923E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.2484000E+06, 0.1800000E+04, 25, 90, 1, 0.2002921E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.2502000E+06, 0.1800000E+04, 25, 91, 1, 0.2002919E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.2520000E+06, 0.1800000E+04, 25, 92, 1, 0.2002917E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.2538000E+06, 0.1800000E+04, 25, 93, 1, 0.2002915E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.2556000E+06, 0.1800000E+04, 25, 94, 1, 0.2002912E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.2574000E+06, 0.1800000E+04, 25, 95, 1, 0.2002910E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.2592000E+06, 0.1800000E+04, 25, 96, 1, 0.2002908E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.2610000E+06, 0.1800000E+04, 25, 97, 1, 0.2002906E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.2628000E+06, 0.1800000E+04, 25, 98, 1, 0.2002904E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.2646000E+06, 0.1800000E+04, 25, 99, 1, 0.2002902E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.2664000E+06, 0.1800000E+04, 25, 100, 1, 0.2002900E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.2682000E+06, 0.1800000E+04, 25, 101, 1, 0.2002898E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.2700000E+06, 0.1800000E+04, 25, 102, 1, 0.2002896E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.2718000E+06, 0.1800000E+04, 25, 103, 1, 0.2002894E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.2736000E+06, 0.1800000E+04, 25, 104, 1, 0.2002892E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.2754000E+06, 0.1800000E+04, 25, 105, 1, 0.2002890E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.2772000E+06, 0.1800000E+04, 25, 106, 1, 0.2002888E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.2790000E+06, 0.1800000E+04, 25, 107, 1, 0.2002886E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.2808000E+06, 0.1800000E+04, 25, 108, 1, 0.2002883E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.2826000E+06, 0.1800000E+04, 25, 109, 1, 0.2002881E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.2844000E+06, 0.1800000E+04, 25, 110, 1, 0.2002879E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.2862000E+06, 0.1800000E+04, 25, 111, 1, 0.2002877E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.2880000E+06, 0.1800000E+04, 25, 112, 1, 0.2002875E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.2898000E+06, 0.1800000E+04, 25, 113, 1, 0.2002873E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.2916000E+06, 0.1800000E+04, 25, 114, 1, 0.2002871E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.2934000E+06, 0.1800000E+04, 25, 115, 1, 0.2002869E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.2952000E+06, 0.1800000E+04, 25, 116, 1, 0.2002867E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.2970000E+06, 0.1800000E+04, 25, 117, 1, 0.2002865E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.2988000E+06, 0.1800000E+04, 25, 118, 1, 0.2002864E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.3006000E+06, 0.1800000E+04, 25, 119, 1, 0.2002862E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.3024000E+06, 0.1800000E+04, 25, 120, 1, 0.2002860E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.3042000E+06, 0.1800000E+04, 25, 121, 1, 0.2002858E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.3060000E+06, 0.1800000E+04, 25, 122, 1, 0.2002856E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.3078000E+06, 0.1800000E+04, 25, 123, 1, 0.2002854E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.3096000E+06, 0.1800000E+04, 25, 124, 1, 0.2002852E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.3114000E+06, 0.1800000E+04, 25, 125, 1, 0.2002850E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.3132000E+06, 0.1800000E+04, 25, 126, 1, 0.2002848E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.3150000E+06, 0.1800000E+04, 25, 127, 1, 0.2002846E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.3168000E+06, 0.1800000E+04, 25, 128, 1, 0.2002844E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.3186000E+06, 0.1800000E+04, 25, 129, 1, 0.2002842E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.3204000E+06, 0.1800000E+04, 25, 130, 1, 0.2002840E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.3222000E+06, 0.1800000E+04, 25, 131, 1, 0.2002838E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.3240000E+06, 0.1800000E+04, 25, 132, 1, 0.2002836E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.3258000E+06, 0.1800000E+04, 25, 133, 1, 0.2002835E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.3276000E+06, 0.1800000E+04, 25, 134, 1, 0.2002833E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.3294000E+06, 0.1800000E+04, 25, 135, 1, 0.2002831E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.3312000E+06, 0.1800000E+04, 25, 136, 1, 0.2002829E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.3330000E+06, 0.1800000E+04, 25, 137, 1, 0.2002827E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.3348000E+06, 0.1800000E+04, 25, 138, 1, 0.2002825E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.3366000E+06, 0.1800000E+04, 25, 139, 1, 0.2002823E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.3384000E+06, 0.1800000E+04, 25, 140, 1, 0.2002822E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.3402000E+06, 0.1800000E+04, 25, 141, 1, 0.2002820E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.3420000E+06, 0.1800000E+04, 25, 142, 1, 0.2002818E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.3438000E+06, 0.1800000E+04, 25, 143, 1, 0.2002816E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.3456000E+06, 0.1800000E+04, 25, 144, 1, 0.2002814E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.3474000E+06, 0.1800000E+04, 25, 145, 1, 0.2002812E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.3492000E+06, 0.1800000E+04, 25, 146, 1, 0.2002810E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.3510000E+06, 0.1800000E+04, 25, 147, 1, 0.2002809E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.3528000E+06, 0.1800000E+04, 25, 148, 1, 0.2002807E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.3546000E+06, 0.1800000E+04, 25, 149, 1, 0.2002805E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.3564000E+06, 0.1800000E+04, 25, 150, 1, 0.2002803E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.3582000E+06, 0.1800000E+04, 25, 151, 1, 0.2002801E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.3600000E+06, 0.1800000E+04, 25, 152, 1, 0.2002800E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.3618000E+06, 0.1800000E+04, 25, 153, 1, 0.2002798E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.3636000E+06, 0.1800000E+04, 25, 154, 1, 0.2002796E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.3654000E+06, 0.1800000E+04, 25, 155, 1, 0.2002794E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.3672000E+06, 0.1800000E+04, 25, 156, 1, 0.2002792E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.3690000E+06, 0.1800000E+04, 25, 157, 1, 0.2002791E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.3708000E+06, 0.1800000E+04, 25, 158, 1, 0.2002789E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.3726000E+06, 0.1800000E+04, 25, 159, 1, 0.2002787E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.3744000E+06, 0.1800000E+04, 25, 160, 1, 0.2002785E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.3762000E+06, 0.1800000E+04, 25, 161, 1, 0.2002784E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.3780000E+06, 0.1800000E+04, 25, 162, 1, 0.2002782E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.3798000E+06, 0.1800000E+04, 25, 163, 1, 0.2002780E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.3816000E+06, 0.1800000E+04, 25, 164, 1, 0.2002778E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.3834000E+06, 0.1800000E+04, 25, 165, 1, 0.2002777E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.3852000E+06, 0.1800000E+04, 25, 166, 1, 0.2002775E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.3870000E+06, 0.1800000E+04, 25, 167, 1, 0.2002773E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.3888000E+06, 0.1800000E+04, 25, 168, 1, 0.2002771E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.3906000E+06, 0.1800000E+04, 25, 169, 1, 0.2002770E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.3924000E+06, 0.1800000E+04, 25, 170, 1, 0.2002768E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.3942000E+06, 0.1800000E+04, 25, 171, 1, 0.2002766E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.3960000E+06, 0.1800000E+04, 25, 172, 1, 0.2002765E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.3978000E+06, 0.1800000E+04, 25, 173, 1, 0.2002763E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.3996000E+06, 0.1800000E+04, 25, 174, 1, 0.2002761E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.4014000E+06, 0.1800000E+04, 25, 175, 1, 0.2002759E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.4032000E+06, 0.1800000E+04, 25, 176, 1, 0.2002758E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.4050000E+06, 0.1800000E+04, 25, 177, 1, 0.2002756E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.4068000E+06, 0.1800000E+04, 25, 178, 1, 0.2002754E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.4086000E+06, 0.1800000E+04, 25, 179, 1, 0.2002753E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.4104000E+06, 0.1800000E+04, 25, 180, 1, 0.2002751E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.4122000E+06, 0.1800000E+04, 25, 181, 1, 0.2002749E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.4140000E+06, 0.1800000E+04, 25, 182, 1, 0.2002748E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.4158000E+06, 0.1800000E+04, 25, 183, 1, 0.2002746E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.4176000E+06, 0.1800000E+04, 25, 184, 1, 0.2002744E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.4194000E+06, 0.1800000E+04, 25, 185, 1, 0.2002743E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.4212000E+06, 0.1800000E+04, 25, 186, 1, 0.2002741E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.4230000E+06, 0.1800000E+04, 25, 187, 1, 0.2002739E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.4248000E+06, 0.1800000E+04, 25, 188, 1, 0.2002738E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.4266000E+06, 0.1800000E+04, 25, 189, 1, 0.2002736E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.4284000E+06, 0.1800000E+04, 25, 190, 1, 0.2002735E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.4302000E+06, 0.1800000E+04, 25, 191, 1, 0.2002733E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.4320000E+06, 0.1800000E+04, 25, 192, 1, 0.2002731E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.4338000E+06, 0.1800000E+04, 25, 193, 1, 0.2002730E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.4356000E+06, 0.1800000E+04, 25, 194, 1, 0.2002728E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.4374000E+06, 0.1800000E+04, 25, 195, 1, 0.2002726E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.4392000E+06, 0.1800000E+04, 25, 196, 1, 0.2002725E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.4410000E+06, 0.1800000E+04, 25, 197, 1, 0.2002723E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.4428000E+06, 0.1800000E+04, 25, 198, 1, 0.2002722E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.4446000E+06, 0.1800000E+04, 25, 199, 1, 0.2002720E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.4464000E+06, 0.1800000E+04, 25, 200, 1, 0.2002718E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.4482000E+06, 0.1800000E+04, 25, 201, 1, 0.2002717E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.4500000E+06, 0.1800000E+04, 25, 202, 1, 0.2002715E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.4518000E+06, 0.1800000E+04, 25, 203, 1, 0.2002714E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.4536000E+06, 0.1800000E+04, 25, 204, 1, 0.2002712E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.4554000E+06, 0.1800000E+04, 25, 205, 1, 0.2002710E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.4572000E+06, 0.1800000E+04, 25, 206, 1, 0.2002709E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.4590000E+06, 0.1800000E+04, 25, 207, 1, 0.2002707E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.4608000E+06, 0.1800000E+04, 25, 208, 1, 0.2002706E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.4626000E+06, 0.1800000E+04, 25, 209, 1, 0.2002704E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.4644000E+06, 0.1800000E+04, 25, 210, 1, 0.2002703E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.4662000E+06, 0.1800000E+04, 25, 211, 1, 0.2002701E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.4680000E+06, 0.1800000E+04, 25, 212, 1, 0.2002699E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.4698000E+06, 0.1800000E+04, 25, 213, 1, 0.2002698E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.4716000E+06, 0.1800000E+04, 25, 214, 1, 0.2002696E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.4734000E+06, 0.1800000E+04, 25, 215, 1, 0.2002695E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.4752000E+06, 0.1800000E+04, 25, 216, 1, 0.2002693E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.4770000E+06, 0.1800000E+04, 25, 217, 1, 0.2002692E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.4788000E+06, 0.1800000E+04, 25, 218, 1, 0.2002690E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.4806000E+06, 0.1800000E+04, 25, 219, 1, 0.2002689E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.4824000E+06, 0.1800000E+04, 25, 220, 1, 0.2002687E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.4842000E+06, 0.1800000E+04, 25, 221, 1, 0.2002686E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.4860000E+06, 0.1800000E+04, 25, 222, 1, 0.2002684E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.4878000E+06, 0.1800000E+04, 25, 223, 1, 0.2002683E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.4896000E+06, 0.1800000E+04, 25, 224, 1, 0.2002681E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.4914000E+06, 0.1800000E+04, 25, 225, 1, 0.2002680E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.4932000E+06, 0.1800000E+04, 25, 226, 1, 0.2002678E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.4950000E+06, 0.1800000E+04, 25, 227, 1, 0.2002677E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.4968000E+06, 0.1800000E+04, 25, 228, 1, 0.2002675E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.4986000E+06, 0.1800000E+04, 25, 229, 1, 0.2002674E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.5004000E+06, 0.1800000E+04, 25, 230, 1, 0.2002672E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.5022000E+06, 0.1800000E+04, 25, 231, 1, 0.2002671E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.5040000E+06, 0.1800000E+04, 25, 232, 1, 0.2002669E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.5058000E+06, 0.1800000E+04, 25, 233, 1, 0.2002668E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.5076000E+06, 0.1800000E+04, 25, 234, 1, 0.2002666E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.5094000E+06, 0.1800000E+04, 25, 235, 1, 0.2002665E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.5112000E+06, 0.1800000E+04, 25, 236, 1, 0.2002663E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.5130000E+06, 0.1800000E+04, 25, 237, 1, 0.2002662E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.5148000E+06, 0.1800000E+04, 25, 238, 1, 0.2002660E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.5166000E+06, 0.1800000E+04, 25, 239, 1, 0.2002659E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.5184000E+06, 0.1800000E+04, 25, 240, 1, 0.2002657E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.5202000E+06, 0.1800000E+04, 25, 241, 1, 0.2002656E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.5220000E+06, 0.1800000E+04, 25, 242, 1, 0.2002654E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.5238000E+06, 0.1800000E+04, 25, 243, 1, 0.2002653E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.5256000E+06, 0.1800000E+04, 25, 244, 1, 0.2002652E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.5274000E+06, 0.1800000E+04, 25, 245, 1, 0.2002650E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.5292000E+06, 0.1800000E+04, 25, 246, 1, 0.2002649E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.5310000E+06, 0.1800000E+04, 25, 247, 1, 0.2002647E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.5328000E+06, 0.1800000E+04, 25, 248, 1, 0.2002646E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.5346000E+06, 0.1800000E+04, 25, 249, 1, 0.2002644E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.5364000E+06, 0.1800000E+04, 25, 250, 1, 0.2002643E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.5382000E+06, 0.1800000E+04, 25, 251, 1, 0.2002641E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.5400000E+06, 0.1800000E+04, 25, 252, 1, 0.2002640E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.5418000E+06, 0.1800000E+04, 25, 253, 1, 0.2002639E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.5436000E+06, 0.1800000E+04, 25, 254, 1, 0.2002637E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.5454000E+06, 0.1800000E+04, 25, 255, 1, 0.2002636E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.5472000E+06, 0.1800000E+04, 25, 256, 1, 0.2002634E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.5490000E+06, 0.1800000E+04, 25, 257, 1, 0.2002633E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.5508000E+06, 0.1800000E+04, 25, 258, 1, 0.2002632E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.5526000E+06, 0.1800000E+04, 25, 259, 1, 0.2002630E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.5544000E+06, 0.1800000E+04, 25, 260, 1, 0.2002629E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.5562000E+06, 0.1800000E+04, 25, 261, 1, 0.2002627E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.5580000E+06, 0.1800000E+04, 25, 262, 1, 0.2002626E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.5598000E+06, 0.1800000E+04, 25, 263, 1, 0.2002625E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.5616000E+06, 0.1800000E+04, 25, 264, 1, 0.2002623E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.5634000E+06, 0.1800000E+04, 25, 265, 1, 0.2002622E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.5652000E+06, 0.1800000E+04, 25, 266, 1, 0.2002620E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.5670000E+06, 0.1800000E+04, 25, 267, 1, 0.2002619E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.5688000E+06, 0.1800000E+04, 25, 268, 1, 0.2002618E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.5706000E+06, 0.1800000E+04, 25, 269, 1, 0.2002616E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.5724000E+06, 0.1800000E+04, 25, 270, 1, 0.2002615E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.5742000E+06, 0.1800000E+04, 25, 271, 1, 0.2002613E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.5760000E+06, 0.1800000E+04, 25, 272, 1, 0.2002612E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.5778000E+06, 0.1800000E+04, 25, 273, 1, 0.2002611E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.5796000E+06, 0.1800000E+04, 25, 274, 1, 0.2002609E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.5814000E+06, 0.1800000E+04, 25, 275, 1, 0.2002608E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.5832000E+06, 0.1800000E+04, 25, 276, 1, 0.2002607E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.5850000E+06, 0.1800000E+04, 25, 277, 1, 0.2002605E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.5868000E+06, 0.1800000E+04, 25, 278, 1, 0.2002604E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.5886000E+06, 0.1800000E+04, 25, 279, 1, 0.2002603E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.5904000E+06, 0.1800000E+04, 25, 280, 1, 0.2002601E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.5922000E+06, 0.1800000E+04, 25, 281, 1, 0.2002600E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.5940000E+06, 0.1800000E+04, 25, 282, 1, 0.2002599E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.5958000E+06, 0.1800000E+04, 25, 283, 1, 0.2002597E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.5976000E+06, 0.1800000E+04, 25, 284, 1, 0.2002596E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.5994000E+06, 0.1800000E+04, 25, 285, 1, 0.2002595E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.6012000E+06, 0.1800000E+04, 25, 286, 1, 0.2002593E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.6030000E+06, 0.1800000E+04, 25, 287, 1, 0.2002592E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 + 0.6048000E+06, 0.1800000E+04, 25, 288, 1, 0.2002591E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01, 0.2000000E+01 diff --git a/autotest/test_swf_dfw.py b/autotest/test_swf_dfw.py new file mode 100644 index 00000000000..7ab2b98621e --- /dev/null +++ b/autotest/test_swf_dfw.py @@ -0,0 +1,199 @@ +""" + +Simple 3 reach network with 4 vertices + + +zero-based diagram below + +o------o------o------o +v0 v1 v2 v3 + r0 r1 r2 + +ia ja +0 0 1 +2 1 0 2 +5 2 1 +7 + +""" + +import os + +import flopy +import numpy as np +import pytest + +from framework import TestFramework + +cases = [ + "swf-dfw01", +] + + +def build_models(idx, test): + + sim_ws = test.workspace + name = cases[idx] + sim = flopy.mf6.MFSimulation( + sim_name=name, + version="mf6", + exe_name="mf6", + sim_ws=sim_ws, + memory_print_option="all", + ) + + tdis = flopy.mf6.ModflowTdis(sim) + ims = flopy.mf6.ModflowIms( + sim, + print_option="all", + linear_acceleration="BICGSTAB", + outer_dvclose=1.0e-7, + inner_dvclose=1.0e-8, + ) + swf = flopy.mf6.ModflowSwf(sim, modelname=name, save_flows=True) + + dx = 1000.0 + nreach = 3 + total_length = dx * nreach + vertices = [] + vertices = [[j, j * dx, 0.0, 0.0] for j in range(nreach + 1)] + cell2d = [] + for j in range(nreach): + cell2d.append([j, 0.5, 2, j, j + 1]) + toreach = [j + 1 for j in range(nreach - 1)] + [-1] + nodes = len(cell2d) + nvert = len(vertices) + + disl = flopy.mf6.ModflowSwfdisl( + swf, + nodes=nodes, + nvert=nvert, + reach_length=dx, + reach_bottom=0.0, + toreach=toreach, # -1 gives 0 in one-based, which means outflow cell + idomain=1, + vertices=vertices, + cell2d=cell2d, + ) + + dfw = flopy.mf6.ModflowSwfdfw( + swf, + print_flows=True, + save_flows=True, + width=50.0, + manningsn=0.035, + slope=0.001, + idcxs=0, + ) + + sto = flopy.mf6.ModflowSwfsto( + swf, + save_flows=True, + ) + + ic = flopy.mf6.ModflowSwfic(swf, strt=1.0) + + xfraction = [0.0, 0.0, 1.0, 1.0] + height = [100.0, 0.0, 0.0, 100.0] + mannfraction = [1.0, 1.0, 1.0, 1.0] + cxsdata = list(zip(xfraction, height, mannfraction)) + cxs = flopy.mf6.ModflowSwfcxs( + swf, + nsections=1, + npoints=4, + packagedata=[(0, 4)], + crosssectiondata=cxsdata, + ) + + # output control + oc = flopy.mf6.ModflowSwfoc( + swf, + budget_filerecord=f"{name}.bud", + stage_filerecord=f"{name}.stage", + saverecord=[ + ("STAGE", "ALL"), + ("BUDGET", "ALL"), + ], + printrecord=[ + ("STAGE", "LAST"), + ("BUDGET", "ALL"), + ], + ) + + # Save to external binary file or into flw package depending on binary keyword + binary = True + flw_list = [ + (1, 100), + ] # one-based cell numbers here + maxbound = len(flw_list) + if binary: + ra = np.array(flw_list, dtype=[("irch", " 86400] + print(df_mfswr) + + fpth = test.workspace / f"swfmodel.bud" + budobj = flopy.utils.binaryfile.CellBudgetFile(fpth, precision="double") + flowja = budobj.get_data(text="FLOW-JA-FACE") + qstorage = budobj.get_data(text="STORAGE") + qflw = budobj.get_data(text="FLW") + qchd = budobj.get_data(text="CHD") + + qoutflow = [] + times = np.array(budobj.times) + for ra in qchd: + q = -ra[0]["q"] + qoutflow.append(q) + + qinflow = [] + for ra in qflw: + q = ra[0]["q"] + qinflow.append(q) + + # plot upstream and downstream flow + fig = plt.figure(figsize=(8, 6)) + ax = fig.add_subplot(1, 1, 1) + ax.plot(times / 60.0 / 60.0, qinflow, "r-", label="Inflow") + ax.plot( + times / 60.0 / 60.0, + df_hecras["Flow Flow (CMS)"], + "b-", + label="HEC-RAS", + ) + x = df_mfswr["TOTTIME"] - 86400.0 + x = x / 60.0 / 60.0 + ax.plot(x, -df_mfswr["QCRFLOW"], "go", mfc="none", label="MODFLOW-SWR") + ax.plot(times / 60.0 / 60.0, qoutflow, "bo", mfc="none", label="MODFLOW 6") + ax.set_xlim(0, 24.0) + ax.set_ylim(19, 26) + plt.xlabel("time, in hours") + plt.ylabel("flow, in meters cubed per second") + plt.legend() + fname = test.workspace / "swfmodel.flow.png" + plt.savefig(fname) + + # read and plot stages + fpth = test.workspace / "swfmodel.stage" + qobj = flopy.utils.HeadFile(fpth, precision="double", text="STAGE") + stage = qobj.get_alldata() + + fig = plt.figure(figsize=(10, 10)) + ax = fig.add_subplot(1, 1, 1) + ax.plot(times / 60.0 / 60.0, stage[:, 0, 0, 0], "r-", label="Upstream") + ax.plot( + times / 60.0 / 60.0, + stage[:, 0, 0, -1], + "bo", + mfc="none", + label="Downstream", + ) + # ax.set_xlim(0, 24.) + # ax.set_ylim(19, 26) + plt.xlabel("time, in hours") + plt.ylabel("stage, in meters") + plt.legend() + fname = test.workspace / "swfmodel.stage.png" + plt.savefig(fname) + + return + + +def check_output(idx, test): + print("evaluating model...") + + # get MFSimulation from test + sim = test.sims[0] + + makeplot = False + if makeplot: + make_plot(test, sim) + + # assign name + name = "swfmodel" + + # read the binary grid file + fpth = test.workspace / f"{name}.disl.grb" + grb = flopy.mf6.utils.MfGrdFile(fpth) + ia = grb.ia + ja = grb.ja + assert ia.shape[0] == grb.nodes + 1, "ia in grb file is not correct size" + + # check to make sure stage file can be read + fpth = test.workspace / f"{name}.stage" + qobj = flopy.utils.HeadFile(fpth, precision="double", text="STAGE") + stage = qobj.get_alldata() + + # check to make sure budget file can be read + fpth = test.workspace / f"{name}.bud" + budobj = flopy.utils.binaryfile.CellBudgetFile(fpth, precision="double") + flowja = budobj.get_data(text="FLOW-JA-FACE") + qstorage = budobj.get_data(text="STORAGE") + qflw = budobj.get_data(text="FLW") + qchd = budobj.get_data(text="CHD") + qresidual = np.zeros(grb.nodes) + + # compare the mf6 swr outflow to the mf2005 swr outflow + swrdata = data_path / "mfswr0125.csv.cmp" + df_mfswr = pd.read_csv(swrdata, index_col=False) + df_mfswr = df_mfswr.loc[df_mfswr["RCHGRP"] == 21] + df_mfswr = df_mfswr.loc[df_mfswr["TOTTIME"] >= 86400] + qoutflow_mf2005 = -df_mfswr["QCRFLOW"].to_numpy() + + # create a list of outflows from mf6 simulation + qoutflow_mf6 = [] + for ra in qchd: + q = -ra[0]["q"] + qoutflow_mf6.append(q) + + # check to make sure the difference in outflow bewteen mf6 and + # mf2005 is less than atol + diff = np.abs(qoutflow_mf6 - qoutflow_mf2005) + print(diff) + print(f"max difference is: {diff.max()}") + assert np.allclose(qoutflow_mf6, qoutflow_mf2005, atol=0.15) + + return + + +@pytest.mark.parametrize("idx, name", enumerate(cases)) +def test_mf6model(idx, name, function_tmpdir, targets): + test = TestFramework( + name=name, + workspace=function_tmpdir, + build=lambda t: build_models(idx, t), + check=lambda t: check_output(idx, t), + targets=targets, + ) + test.run() diff --git a/autotest/test_swf_dfw_bowl.py b/autotest/test_swf_dfw_bowl.py new file mode 100644 index 00000000000..05d2e72d0bf --- /dev/null +++ b/autotest/test_swf_dfw_bowl.py @@ -0,0 +1,262 @@ +""" + +Test problem designed specifically for the DFW Package. + +The following shows the stream bottom elevations for the +9-cell diffusive wave model. + + _ _ __ bottom elevation = 2. + _| |_ _| |_ __ bottom elevation = 1. +_| |_| |_ __ bottom elevation = 0. +1 2 3 4 5 6 7 8 9 + +""" + +import os + +import flopy +import numpy as np +import pytest + +from framework import TestFramework + +cases = [ + "swf-bowl01", + "swf-bowl02", +] + +inflow_location = ["middle", "left"] + +strt = [0.0, 1, 2, 1, 0, 1, 2, 1, 0.0] # start with dry bowl +# strt = [0.0, 1, 2, 2, 2, 2, 2, 1, 0.] # start bowl filled +reach_bottom = [0.0, 1, 2, 1, 0, 1, 2, 1, 0.0] + + +def build_models(idx, test): + dx = 100.0 + nreach = 9 + nper = 1 + perlen = [86400.0 * 10] # 10 days + nstp = [100] + tsmult = [1.0] + + tdis_rc = [] + for i in range(nper): + tdis_rc.append((perlen[i], nstp[i], tsmult[i])) + + name = "swf" + + # build MODFLOW 6 files + ws = test.workspace + sim = flopy.mf6.MFSimulation( + sim_name=f"{name}_sim", version="mf6", exe_name="mf6", sim_ws=ws + ) + # create tdis package + tdis = flopy.mf6.ModflowTdis( + sim, time_units="SECONDS", nper=nper, perioddata=tdis_rc + ) + + # surface water model + swfname = f"{name}_model" + swf = flopy.mf6.ModflowSwf( + sim, + modelname=swfname, + save_flows=True, + ) + + nouter, ninner = 100, 50 + hclose, rclose, relax = 1e-8, 1e-8, 1.0 + imsswf = flopy.mf6.ModflowIms( + sim, + print_option="SUMMARY", + outer_dvclose=hclose, + outer_maximum=nouter, + under_relaxation="DBD", + under_relaxation_theta=0.9, + under_relaxation_kappa=0.0001, + under_relaxation_gamma=0.0, + inner_maximum=ninner, + inner_dvclose=hclose, + linear_acceleration="BICGSTAB", + scaling_method="NONE", + reordering_method="NONE", + relaxation_factor=relax, + backtracking_number=5, + backtracking_tolerance=1.0, + backtracking_reduction_factor=0.3, + backtracking_residual_limit=100.0, + filename=f"{swfname}.ims", + ) + sim.register_ims_package(imsswf, [swf.name]) + + vertices = [] + vertices = [[j, j * dx, 0.0, 0.0] for j in range(nreach + 1)] + cell2d = [] + for j in range(nreach): + cell2d.append([j, 0.5, 2, j, j + 1]) + nodes = len(cell2d) + nvert = len(vertices) + + disl = flopy.mf6.ModflowSwfdisl( + swf, + nodes=nodes, + nvert=nvert, + reach_length=dx, + reach_bottom=reach_bottom, + idomain=1, + vertices=vertices, + cell2d=cell2d, + ) + + dfw = flopy.mf6.ModflowSwfdfw( + swf, + print_flows=True, + save_flows=True, + width=1.0, + manningsn=0.035, + slope=1 / dx, + idcxs=0, + ) + + # note: for specifying zero-based reach number, put reach number in tuple + fname = f"{swfname}.zdg.obs.csv" + zdg_obs = { + fname: [ + ("OUTFLOW1", "ZDG", (0,)), + ("OUTFLOW9", "ZDG", (nodes - 1,)), + ], + "digits": 10, + } + + idcxs = 0 # use cross section 0 + width = 1.0 + slope = 1.0 / dx + rough = 0.035 + spd = [((nreach - 1,), idcxs, width, slope, rough)] + if inflow_location[idx] == "middle": + spd.append((0, idcxs, width, slope, rough)) + zdg = flopy.mf6.ModflowSwfzdg( + swf, + observations=zdg_obs, + print_input=True, + maxbound=len(spd), + stress_period_data=spd, + ) + + sto = flopy.mf6.ModflowSwfsto( + swf, + save_flows=True, + ) + + ic = flopy.mf6.ModflowSwfic( + swf, + strt=strt, + ) + + xfraction = [0.0, 0.0, 1.0, 1.0] + height = [100.0, 0.0, 0.0, 100.0] + mannfraction = [1.0, 1.0, 1.0, 1.0] + cxsdata = list(zip(xfraction, height, mannfraction)) + cxs = flopy.mf6.ModflowSwfcxs( + swf, + nsections=1, + npoints=4, + packagedata=[(0, 4)], + crosssectiondata=cxsdata, + ) + + # output control + oc = flopy.mf6.ModflowSwfoc( + swf, + budget_filerecord=f"{swfname}.bud", + stage_filerecord=f"{swfname}.stage", + saverecord=[ + ("STAGE", "ALL"), + ("BUDGET", "ALL"), + ], + printrecord=[ + ("STAGE", "ALL"), + ("BUDGET", "ALL"), + ], + ) + + # flw + if inflow_location[idx] == "middle": + inflow_cell = 4 + elif inflow_location[idx] == "left": + inflow_cell = 0 # first cell + else: + raise Exception(f"invalid inflow location {inflow_location[idx]}") + qinflow = dx * 1.0 / 86400.0 + flw = flopy.mf6.ModflowSwfflw( + swf, + maxbound=1, + print_input=True, + print_flows=True, + stress_period_data=[(inflow_cell, qinflow)], + ) + + return sim, None + + +def check_output(idx, test): + print(f"evaluating model for case {idx}...") + + swfname = "swf_model" + + # ensure outflow on left and right is the same + fpth = test.workspace / f"{swfname}.zdg.obs.csv" + obsvals = np.genfromtxt(fpth, names=True, delimiter=",") + diff = obsvals["OUTFLOW1"] - obsvals["OUTFLOW9"] + atol = 1.0e-6 + # This isn't working right now because the obs file is missing an E + # when the numbers are very small. + # if inflow_location[sim.idxsim] == "middle": + # assert np.allclose(diff, 0., atol=atol), f"{diff}" + + # read binary stage file + fpth = test.workspace / f"{swfname}.stage" + sobj = flopy.utils.HeadFile(fpth, precision="double", text="STAGE") + stage_all = sobj.get_alldata() + for kstp, stage in enumerate(stage_all): + print(kstp, stage.flatten()) + + # burned in answer + if inflow_location[idx] == "middle": + stage_answer = [ + 0.00610977, + 1.00848343, + 2.00848545, + 2.00848563, + 2.00848566, + 2.00848563, + 2.00848545, + 1.00848343, + 0.00610977, + ] + elif inflow_location[idx] == "left": + stage_answer = [ + 2.03027679, + 2.03027665, + 2.03027599, + 2.00975688, + 2.00975619, + 2.00975605, + 2.00975535, + 1.00975489, + 0.00928387, + ] + + assert np.allclose(stage_all[-1].flatten(), stage_answer, atol=1.0e-5) + + +@pytest.mark.parametrize("idx, name", enumerate(cases)) +def test_mf6model(idx, name, function_tmpdir, targets): + test = TestFramework( + name=name, + workspace=function_tmpdir, + build=lambda t: build_models(idx, t), + check=lambda t: check_output(idx, t), + targets=targets, + ) + test.run() diff --git a/autotest/test_swf_dfw_gwf.py b/autotest/test_swf_dfw_gwf.py new file mode 100644 index 00000000000..2225eec5a46 --- /dev/null +++ b/autotest/test_swf_dfw_gwf.py @@ -0,0 +1,283 @@ +""" + +Simple 3-reach SWF model connected to a simple +3-cell GWF model + + +SWF zero-based diagram below + +o------o------o------o +v0 v1 v2 v3 + r0 r1 r2 + +ia ja +0 0 1 +2 1 0 2 +5 2 1 +7 + +""" + +import os + +import flopy +import numpy as np +import pytest + +from framework import TestFramework + +cases = [ + "swf-gwf01", +] + + +def build_models(idx, test): + + sim_ws = test.workspace + name = cases[idx] + sim = flopy.mf6.MFSimulation( + sim_name=name, + version="mf6", + exe_name="mf6", + sim_ws=sim_ws, + memory_print_option="all", + ) + + tdis = flopy.mf6.ModflowTdis(sim) + ims = flopy.mf6.ModflowIms( + sim, + print_option="all", + linear_acceleration="BICGSTAB", + outer_dvclose=1.0e-12, + inner_dvclose=1.0e-12, + outer_maximum=500, + under_relaxation="simple", + under_relaxation_gamma=0.1, + ) + + add_swf_model(sim) + add_gwf_model(sim) + + swfgwf_data = [ + ((0,), (0, 0, 0), 1.0), + ((1,), (0, 0, 1), 1.0), + ((2,), (0, 0, 2), 1.0), + ] + swfgwf = flopy.mf6.ModflowSwfgwf( + sim, + print_input=True, + print_flows=True, + exgtype="SWF6-GWF6", + nexg=len(swfgwf_data), + exgmnamea="swfmodel", + exgmnameb="gwfmodel", + exchangedata=swfgwf_data, + ) + + return sim, None + + +def add_swf_model(sim): + + name = "swfmodel" + swf = flopy.mf6.ModflowSwf(sim, modelname=name, save_flows=True) + + dx = 1000.0 + nreach = 3 + total_length = dx * nreach + vertices = [] + vertices = [[j, j * dx, 0.0, 0.0] for j in range(nreach + 1)] + cell2d = [] + for j in range(nreach): + cell2d.append([j, 0.5, 2, j, j + 1]) + toreach = [j + 1 for j in range(nreach - 1)] + [-1] + nodes = len(cell2d) + nvert = len(vertices) + + disl = flopy.mf6.ModflowSwfdisl( + swf, + nodes=nodes, + nvert=nvert, + reach_length=dx, + reach_bottom=0.0, + toreach=toreach, # -1 gives 0 in one-based, which means outflow cell + idomain=1, + vertices=vertices, + cell2d=cell2d, + ) + + dfw = flopy.mf6.ModflowSwfdfw( + swf, + print_flows=True, + save_flows=True, + length_conversion=1.0, + time_conversion=86400.0, + width=50.0, + manningsn=0.035, + slope=0.001, + idcxs=0, + ) + + sto = flopy.mf6.ModflowSwfsto( + swf, + save_flows=True, + ) + + ic = flopy.mf6.ModflowSwfic(swf, strt=1.0) + + xfraction = [0.0, 0.0, 1.0, 1.0] + height = [100.0, 0.0, 0.0, 100.0] + mannfraction = [1.0, 1.0, 1.0, 1.0] + cxsdata = list(zip(xfraction, height, mannfraction)) + cxs = flopy.mf6.ModflowSwfcxs( + swf, + nsections=1, + npoints=4, + packagedata=[(0, 4)], + crosssectiondata=cxsdata, + ) + + # output control + oc = flopy.mf6.ModflowSwfoc( + swf, + budget_filerecord=f"{name}.bud", + stage_filerecord=f"{name}.stage", + saverecord=[ + ("STAGE", "ALL"), + ("BUDGET", "ALL"), + ], + printrecord=[ + ("STAGE", "LAST"), + ("BUDGET", "ALL"), + ], + ) + + flw_spd = [ + (0, 100), + ] + maxbound = len(flw_spd) + flw = flopy.mf6.ModflowSwfflw( + swf, + maxbound=maxbound, + print_input=True, + print_flows=True, + stress_period_data=flw_spd, + ) + + chd = flopy.mf6.ModflowSwfchd( + swf, + maxbound=1, + print_input=True, + print_flows=True, + stress_period_data=[(2, 1.0)], + ) + + return + + +def add_gwf_model(sim): + + # create gwf model + name = "gwfmodel" + gwf = flopy.mf6.ModflowGwf( + sim, + modelname=name, + save_flows=True, + ) + + dis = flopy.mf6.ModflowGwfdis( + gwf, + nlay=1, + nrow=1, + ncol=3, + delr=1000.0, + delc=50.0, + top=0.0, + botm=-10.0, + ) + + # initial conditions + ic = flopy.mf6.ModflowGwfic(gwf, strt=-5.0) + + # node property flow + npf = flopy.mf6.ModflowGwfnpf( + gwf, + save_flows=False, + icelltype=1, + k=1.0, + ) + + sto = flopy.mf6.ModflowGwfsto(gwf, sy=0.1, ss=1.0e-5, iconvert=1) + + # chd files + # chd_spd = [(0, 0, 0, 1.0), (0, 0, 2, 1.0)] + # chd = flopy.mf6.modflow.mfgwfchd.ModflowGwfchd( + # gwf, + # maxbound=len(chd_spd), + # stress_period_data=chd_spd, + # pname="CHD-1", + # ) + + # output control + oc = flopy.mf6.ModflowGwfoc( + gwf, + budget_filerecord=f"{name}.cbc", + head_filerecord=f"{name}.hds", + headprintrecord=[("COLUMNS", 10, "WIDTH", 15, "DIGITS", 6, "GENERAL")], + saverecord=[("HEAD", "LAST"), ("BUDGET", "LAST")], + printrecord=[("HEAD", "LAST"), ("BUDGET", "LAST")], + ) + + +def check_output(idx, test): + print("evaluating model...") + + # assign name + name = "swfmodel" + + # read the binary grid file + fpth = test.workspace / f"{name}.disl.grb" + grb = flopy.mf6.utils.MfGrdFile(fpth) + ia = grb.ia + ja = grb.ja + assert ia.shape[0] == grb.nodes + 1, "ia in grb file is not correct size" + + # read stage file + fpth = test.workspace / f"{name}.stage" + qobj = flopy.utils.HeadFile(fpth, precision="double", text="STAGE") + stage = qobj.get_alldata() + + # read the budget file + fpth = test.workspace / f"{name}.bud" + budobj = flopy.utils.binaryfile.CellBudgetFile(fpth) + flowja = budobj.get_data(text="FLOW-JA-FACE")[0].flatten() + qstorage = budobj.get_data(text="STORAGE") + qflw = budobj.get_data(text="FLW") + qchd = budobj.get_data(text="CHD") + qresidual = np.zeros(grb.nodes) + nodes = ia.shape[0] - 1 + for n in range(nodes): + qresidual[n] = flowja[ia[n]] + + print(budobj.list_records()) + print(f"flowja: {flowja}") + print(f"qstorage: {qstorage}") + print(f"qchd: {qchd}") + print(f"qflw: {qflw}") + print(f"qresidual: {qresidual}") + + assert np.allclose(qresidual, 0.0, atol=1.0e-3), "Flowja residual > 1.e-3" + + return + + +@pytest.mark.parametrize("idx, name", enumerate(cases)) +def test_mf6model(idx, name, function_tmpdir, targets): + test = TestFramework( + name=name, + workspace=function_tmpdir, + build=lambda t: build_models(idx, t), + check=lambda t: check_output(idx, t), + targets=targets, + ) + test.run() diff --git a/autotest/test_swf_dfw_loop.py b/autotest/test_swf_dfw_loop.py new file mode 100644 index 00000000000..08c08bf4c6f --- /dev/null +++ b/autotest/test_swf_dfw_loop.py @@ -0,0 +1,491 @@ +""" + +Loop network problem from SWR Manual (Problem 4) + +""" + +import os + +import flopy +import numpy as np +import pytest + +from conftest import project_root_path +from framework import TestFramework + +cases = [ + "swf-dfw-loop", +] + +data_path = project_root_path / "autotest/data/swr04/" +fpth = data_path / "SWRSample04_Stage.csv.cmp" +answer = np.genfromtxt(fpth, names=True, delimiter=",") +print(answer) + +fpth = data_path / "SWRFlows.csv.cmp" +answer_flow = np.genfromtxt(fpth, names=True, delimiter=",") +print(answer_flow) + + +def build_models(idx, test): + + sim_ws = test.workspace + name = cases[idx] + sim = flopy.mf6.MFSimulation( + sim_name=name, + version="mf6", + exe_name="mf6", + sim_ws=sim_ws, + memory_print_option="all", + ) + + tdis = flopy.mf6.ModflowTdis( + sim, nper=1, perioddata=[(604800.0, 336, 1.0)], time_units="SECONDS" + ) + ims = flopy.mf6.ModflowIms( + sim, + outer_maximum=100, + inner_maximum=50, + print_option="all", + outer_dvclose=1.0e-6, + inner_dvclose=1.0e-6, + linear_acceleration="BICGSTAB", + backtracking_number=5, + backtracking_tolerance=1.0, + backtracking_reduction_factor=0.3, + backtracking_residual_limit=100.0, + ) + swf = flopy.mf6.ModflowSwf( + sim, + modelname=name, + save_flows=True, + ) + + vertices = [ + [0, 500.0, 6000.0, 0.0], + [1, 500.0, 5000.0, 0.0], + [2, 500.0, 4500.0, 0.0], + [3, 1000.0, 4500.0, 0.0], + [4, 2000.0, 4500.0, 0.0], + [5, 3000.0, 4500.0, 0.0], + [6, 3500.0, 4500.0, 0.0], + [7, 3500.0, 4000.0, 0.0], + [8, 3500.0, 3000.0, 0.0], + [9, 3500.0, 2500.0, 0.0], + [10, 3500.0, 2000.0, 0.0], + [11, 3500.0, 1000.0, 0.0], + [12, 3500.0, 500.0, 0.0], + [13, 4000.0, 500.0, 0.0], + [14, 5000.0, 500.0, 0.0], + [15, 6000.0, 500.0, 0.0], + [16, 500.0, 4000.0, 0.0], + [17, 1000.0, 3000.0, 0.0], + [18, 2000.0, 2500.0, 0.0], + [19, 3000.0, 2500.0, 0.0], + ] + + cell2d = [ + [0, 0.5, 2, 0, 1], + [1, 0.5, 2, 1, 2], + [2, 0.5, 2, 2, 3], + [3, 0.5, 2, 3, 4], + [4, 0.5, 2, 4, 5], + [5, 0.5, 3, 5, 6, 7], + [6, 0.5, 2, 7, 8], + [7, 0.5, 2, 8, 9], + [8, 0.5, 2, 2, 16], + [9, 0.5, 2, 16, 17], + [10, 0.5, 2, 17, 18], + [11, 0.5, 2, 18, 19], + [12, 0.5, 2, 19, 9], + [13, 0.5, 2, 9, 10], + [14, 0.5, 2, 10, 11], + [15, 0.5, 3, 11, 12, 13], + [16, 0.5, 2, 13, 14], + [17, 0.5, 2, 14, 15], + ] + + toreach = [1, 2, 3, 4, 5, 6, 7, 13, 9, 10, 11, 12, 13, 14, 15, 16, 17, -1] + + reach_length = [ + 1000.0, + 500.0, + 500.0, + 1000.0, + 1000.0, + 1000.0, + 1000.0, + 500.0, + 500.0, + 1118.0, + 1118.0, + 1000.0, + 500.0, + 500.0, + 1000.0, + 1000.0, + 1000.0, + 1000.0, + ] + + width = [ + 10.0, + 10.0, + 20.0, + 20.0, + 20.0, + 20.0, + 20.0, + 20.0, + 10.0, + 10.0, + 10.0, + 10.0, + 10.0, + 15.0, + 15.0, + 15.0, + 15.0, + 15.0, + ] + + reach_bottom = [ + 2.0, + 1.83, + 1.83, + 1.67, + 1.50, + 1.33, + 1.17, + 1.0, + 1.83, + 1.65, + 1.41, + 1.17, + 1.0, + 1.0, + 0.75, + 0.50, + 0.25, + 0.0, + ] + + idcxs = [ + 0, + 0, + 1, + 1, + 1, + 1, + 1, + 1, + 0, + 0, + 0, + 0, + 0, + 2, + 2, + 2, + 2, + 2, + ] + + # time, reach1, reach5 (cms) + reach_inflow = [ + (0, 0, 0), + (3600, 0, 0), + (7200, 0, 0), + (10800, 0.002, 0), + (14400, 0.01, 0), + (18000, 0.05, 0), + (21600, 0.2, 0), + (25200, 0.671, 0), + (28800, 1.868, 0), + (32400, 4.315, 0), + (36000, 8.277, 0), + (39600, 13.183, 0), + (43200, 17.4232, 0), + (46800, 19.1223, 0.002), + (50400, 17.423, 0.079), + (54000, 13.18, 1.199), + (57600, 8.277, 8.313), + (61200, 4.315, 26.486), + (64800, 1.868, 38.952), + (68400, 0.671, 26.486), + (72000, 0.2, 8.313), + (75600, 0.05, 1.199), + (79200, 0.01, 0.079), + (82800, 0.002, 0.002), + (86400, 0, 0), + (604800, 0, 0), + (608400, 0, 0), + ] + + nodes = len(cell2d) + nvert = len(vertices) + + disl = flopy.mf6.ModflowSwfdisl( + swf, + nodes=nodes, + nvert=nvert, + reach_length=reach_length, + reach_bottom=reach_bottom, + # toreach=toreach, # -1 gives 0 in one-based, which means outflow cell + idomain=1, + vertices=vertices, + cell2d=cell2d, + ) + + stage0 = np.array(14 * [3] + 4 * [2]) + ic = flopy.mf6.ModflowSwfic(swf, strt=stage0) + + dfw = flopy.mf6.ModflowSwfdfw( + swf, + central_in_space=True, + print_flows=True, + save_flows=True, + width=1.0, # cross sections defined explicitly (not fractions) + manningsn=0.03, + slope=0.001, + idcxs=idcxs, + ) + + sto = flopy.mf6.ModflowSwfsto( + swf, + save_flows=True, + ) + + xfraction = ( + [0.0, 10.0, 20.0, 30.0] + + [0, 20.0, 40.0, 60.0] + + [0.0, 15.0, 30.0, 45.0] + ) + height = ( + [10.0, 0.0, 0.0, 10.0] + + [20.0, 0.0, 0.0, 20.0] + + [15.0, 0.0, 0.0, 15.0] + ) + mannfraction = ( + [1.0, 1.0, 1.0, 1.0] + [1.0, 1.0, 1.0, 1.0] + [1.0, 1.0, 1.0, 1.0] + ) + + cxsdata = list(zip(xfraction, height, mannfraction)) + cxs = flopy.mf6.ModflowSwfcxs( + swf, + nsections=3, + npoints=4 * 3, + packagedata=[(0, 4), (1, 4), (2, 4)], + crosssectiondata=cxsdata, + ) + + # output control + oc = flopy.mf6.ModflowSwfoc( + swf, + budget_filerecord=f"{name}.bud", + stage_filerecord=f"{name}.stage", + saverecord=[ + ("STAGE", "ALL"), + ("BUDGET", "ALL"), + ], + printrecord=[ + ("STAGE", "LAST"), + ("BUDGET", "ALL"), + ], + ) + + flwlist = [ + [(0,), "reach1"], + [(4,), "reach5"], + ] + flw = flopy.mf6.ModflowSwfflw( + swf, + maxbound=len(flwlist), + print_input=True, + print_flows=True, + stress_period_data=flwlist, + ) + + filename = name + ".flw.ts" + time_series_namerecord = [("reach1", "reach5")] + interpolation_methodrecord = [("linearend", "linearend")] + flw.ts.initialize( + filename=filename, + timeseries=reach_inflow, + time_series_namerecord=time_series_namerecord, + interpolation_methodrecord=interpolation_methodrecord, + ) + + chd = flopy.mf6.ModflowSwfchd( + swf, + maxbound=1, + print_input=True, + print_flows=True, + stress_period_data=[(17, 2.0)], + ) + + obs_data = { + f"{name}.obs.csv": [ + ("REACH1", "STAGE", (0,)), + ("REACH4", "STAGE", (3,)), + ("REACH5", "STAGE", (4,)), + ("REACH14", "STAGE", (13,)), + ("REACH15", "STAGE", (14,)), + ("REACH18", "STAGE", (17,)), + ("FLOW45", "FLOW-JA-FACE", (3,), (4,)), + ("FLOW56", "FLOW-JA-FACE", (4,), (5,)), + ], + } + obs_package = flopy.mf6.ModflowUtlobs( + swf, + filename=f"{name}.obs", + digits=10, + print_input=True, + continuous=obs_data, + ) + + return sim, None + + +def make_plot(test): + print("making plots...") + import matplotlib.pyplot as plt + + name = test.name + ws = test.workspace + mfsim = flopy.mf6.MFSimulation.load(sim_ws=ws) + swf = mfsim.get_model(name) + + fpth = test.workspace / f"{name}.obs.csv" + obsvals = np.genfromtxt(fpth, names=True, delimiter=",") + + fig = plt.figure(figsize=(10, 10)) + ax = fig.add_subplot(1, 1, 1) + for irch in [1, 4, 15, 18]: + ax.plot( + obsvals["time"], + obsvals[f"REACH{irch}"], + marker="o", + mfc="none", + mec="k", + lw=0.0, + label=f"MF6 reach {irch}", + ) + ax.plot( + obsvals["time"], + answer[f"STAGE00000000{irch:02d}"], + "k-", + label=f"SWR Reach {irch}", + ) + ax.set_xscale("log") + plt.xlabel("time, in seconds") + plt.ylabel("stage, in meters") + plt.legend() + fname = ws / f"{name}.obs.1.png" + plt.savefig(fname) + + fig = plt.figure(figsize=(10, 10)) + ax = fig.add_subplot(1, 1, 1) + ax.plot( + obsvals["time"], + obsvals["FLOW45"], + marker="o", + mfc="none", + mec="b", + lw=0.0, + label="MF6 Gauge 4", + ) + ax.plot( + obsvals["time"], + obsvals["FLOW56"], + marker="o", + mfc="none", + mec="g", + lw=0.0, + label="MF6 Gauge 5", + ) + ax.plot( + answer_flow["TOTIME"], answer_flow["FLOW45"], "b-", label="SWR Gauge 4" + ) + ax.plot( + answer_flow["TOTIME"], answer_flow["FLOW56"], "g-", label="SWR Gauge 5" + ) + # ax.plot(obsvals["time"], answer["STAGE0000000014"], marker="o", mfc="none", mec="k", lw=0., label="swr") + ax.set_xscale("log") + plt.xlabel("time, in seconds") + plt.ylabel("flow, in cubic meters per second") + plt.legend() + fname = ws / f"{name}.obs.2.png" + plt.savefig(fname) + + return + + +def check_output(idx, test): + print("evaluating model...") + + makeplot = False + if makeplot: + make_plot(test) + + # read the observation output + name = cases[idx] + fpth = test.workspace / f"{name}.obs.csv" + obsvals = np.genfromtxt(fpth, names=True, delimiter=",") + + diff = obsvals["REACH14"] - answer["STAGE0000000014"] + print(diff) + print(diff.max(), diff.min()) + assert np.allclose( + diff, 0.0, atol=0.0035 + ), f"Max diff with sfr is {diff.min(), diff.max()}" + + # read the binary grid file + fpth = test.workspace / f"{name}.disl.grb" + grb = flopy.mf6.utils.MfGrdFile(fpth) + ia = grb.ia + assert ia.shape[0] == grb.nodes + 1, "ia in grb file is not correct size" + + # read stage file + fpth = test.workspace / f"{name}.stage" + qobj = flopy.utils.HeadFile(fpth, precision="double", text="STAGE") + stage = qobj.get_alldata() + + # read the budget file + fpth = test.workspace / f"{name}.bud" + budobj = flopy.utils.binaryfile.CellBudgetFile(fpth) + flowja = budobj.get_data(text="FLOW-JA-FACE") + qstorage = budobj.get_data(text="STORAGE") + qflw = budobj.get_data(text="FLW") + qextoutflow = budobj.get_data(text="CHD") + + # check budget terms + for itime in range(len(flowja)): + print(f"evaluating timestep {itime}") + + fja = flowja[itime].flatten() + qresidual = fja[ia[:-1]] + atol = 0.03 + for n in range(grb.nodes): + passfail = "FAIL" if abs(qresidual[n]) > atol else "" + print( + f"residual for cell {n + 1} is {qresidual[n]} " + f"in position {ia[n] + 1} {passfail}" + ) + assert np.allclose( + qresidual, 0.0, atol=atol + ), f"residual in flowja diagonal is not zero" + + return + + +@pytest.mark.parametrize("idx, name", enumerate(cases)) +def test_mf6model(idx, name, function_tmpdir, targets): + test = TestFramework( + name=name, + workspace=function_tmpdir, + build=lambda t: build_models(idx, t), + check=lambda t: check_output(idx, t), + targets=targets, + ) + test.run() diff --git a/autotest/test_swf_dfw_swrt2.py b/autotest/test_swf_dfw_swrt2.py new file mode 100644 index 00000000000..965aa066107 --- /dev/null +++ b/autotest/test_swf_dfw_swrt2.py @@ -0,0 +1,237 @@ +""" + +SWR Test Problem 2 simulates two-dimensional overland flow using +a grid of rows and columns. The SWR code was compared with results +from SWIFT2D, a USGS 2D overland flow simulator. Because the DFW +Package in MF6 presently works only with the DISL Package, it cannot +represent flow on a grid, so it is used here to simulate a one- +dimensional version of this same problem. The problem is set up +so that once steady conditions are achieved, the depth in each reach +should be 1.0 m. + +""" + +import os + +import flopy +import numpy as np +import pytest + +from framework import TestFramework + +cases = [ + "swf-swr-t2", +] + + +def build_models(idx, test): + dx = 500.0 + nreach = 11 + nper = 1 + perlen = [5040 * 2 * 60.0] # 7 days (in seconds) + nstp = [50] # In SWR report nstp = [5040] and tsmult is 1. + tsmult = [1.2] + + tdis_rc = [] + for i in range(nper): + tdis_rc.append((perlen[i], nstp[i], tsmult[i])) + + name = "swf" + + # build MODFLOW 6 files + ws = test.workspace + sim = flopy.mf6.MFSimulation( + sim_name=f"{name}_sim", version="mf6", exe_name="mf6", sim_ws=ws + ) + # create tdis package + tdis = flopy.mf6.ModflowTdis( + sim, time_units="SECONDS", nper=nper, perioddata=tdis_rc + ) + + # surface water model + swfname = f"{name}_model" + swf = flopy.mf6.ModflowSwf(sim, modelname=swfname, save_flows=True) + + nouter, ninner = 100, 50 + hclose, rclose, relax = 1e-8, 1e-8, 1.0 + imsswf = flopy.mf6.ModflowIms( + sim, + print_option="SUMMARY", + outer_dvclose=hclose, + outer_maximum=nouter, + under_relaxation="DBD", + under_relaxation_theta=0.9, + under_relaxation_kappa=0.0001, + under_relaxation_gamma=0.0, + inner_maximum=ninner, + inner_dvclose=hclose, + linear_acceleration="BICGSTAB", + scaling_method="NONE", + reordering_method="NONE", + relaxation_factor=relax, + backtracking_number=5, + backtracking_tolerance=1.0, + backtracking_reduction_factor=0.3, + backtracking_residual_limit=100.0, + filename=f"{swfname}.ims", + ) + sim.register_ims_package(imsswf, [swf.name]) + + vertices = [] + vertices = [[j, j * dx, 0.0, 0.0] for j in range(nreach + 1)] + cell2d = [] + for j in range(nreach): + cell2d.append([j, 0.5, 2, j, j + 1]) + nodes = len(cell2d) + nvert = len(vertices) + + reach_bottom = np.linspace(1.05, 0.05, nreach) + + disl = flopy.mf6.ModflowSwfdisl( + swf, + nodes=nodes, + nvert=nvert, + reach_length=dx, + reach_bottom=reach_bottom, + idomain=1, + vertices=vertices, + cell2d=cell2d, + ) + + dfw = flopy.mf6.ModflowSwfdfw( + swf, + print_flows=True, + save_flows=True, + width=dx, + manningsn=0.30, + slope=0.05 / 500.0, + idcxs=None, + ) + + sto = flopy.mf6.ModflowSwfsto( + swf, + save_flows=True, + ) + + ic = flopy.mf6.ModflowSwfic( + swf, + strt=2.05, + ) + + # output control + oc = flopy.mf6.ModflowSwfoc( + swf, + budget_filerecord=f"{swfname}.bud", + stage_filerecord=f"{swfname}.stage", + saverecord=[ + ("STAGE", "ALL"), + ("BUDGET", "ALL"), + ], + printrecord=[ + ("STAGE", "ALL"), + ("BUDGET", "ALL"), + ], + ) + + # flw + inflow_reach = 0 + qinflow = 23.570 + flw = flopy.mf6.ModflowSwfflw( + swf, + maxbound=1, + print_input=True, + print_flows=True, + stress_period_data=[(inflow_reach, qinflow)], + ) + + chd = flopy.mf6.ModflowSwfchd( + swf, + maxbound=1, + print_input=True, + print_flows=True, + stress_period_data=[(nreach - 1, 1.05)], + ) + + obs_data = { + f"{swfname}.obs.csv": [ + ("OBS1", "STAGE", (1,)), + ("OBS2", "STAGE", (5,)), + ("OBS3", "STAGE", (8,)), + ], + } + obs_package = flopy.mf6.ModflowUtlobs( + swf, + filename=f"{swfname}.obs", + digits=10, + print_input=True, + continuous=obs_data, + ) + + return sim, None + + +def make_plot(test, mfsim): + print("making plots...") + import matplotlib.pyplot as plt + + fpth = test.workspace / f"swf_model.obs.csv" + obsvals = np.genfromtxt(fpth, names=True, delimiter=",") + + fig = plt.figure(figsize=(10, 10)) + ax = fig.add_subplot(1, 1, 1) + for irch in [1, 2, 3]: + ax.plot( + obsvals["time"] / 3600.0, + obsvals[f"OBS{irch}"], + marker="o", + mfc="none", + mec="k", + lw=0.0, + label=f"MF6 reach {irch}", + ) + # ax.plot(obsvals["time"], answer[f"STAGE00000000{irch:02d}"], "k-", label=f"SWR Reach {irch}") + ax.set_xlim(0, 30.0) + ax.set_ylim(1.2, 2.4) + plt.xlabel("time, in hours") + plt.ylabel("stage, in meters") + plt.legend() + fname = test.workspace / "swf_model.obs.1.png" + plt.savefig(fname) + + return + + +def check_output(idx, test): + print(f"evaluating model for case {idx}...") + + swfname = "swf_model" + ws = test.workspace + mfsim = flopy.mf6.MFSimulation.load(sim_ws=ws) + + makeplot = False + if makeplot: + make_plot(test, mfsim) + + # read binary stage file + fpth = test.workspace / f"{swfname}.stage" + sobj = flopy.utils.HeadFile(fpth, precision="double", text="STAGE") + stage_all = sobj.get_alldata() + + # at end of simulation, water depth should be 1.0 for all reaches + swf = mfsim.get_model(swfname) + depth = stage_all[-1] - swf.disl.reach_bottom.array + np.allclose( + depth, 1.0 + ), f"Simulated depth at end should be 1, but found {depth}" + + +@pytest.mark.parametrize("idx, name", enumerate(cases)) +def test_mf6model(idx, name, function_tmpdir, targets): + test = TestFramework( + name=name, + workspace=function_tmpdir, + build=lambda t: build_models(idx, t), + check=lambda t: check_output(idx, t), + targets=targets, + ) + test.run() diff --git a/autotest/test_swf_dfw_swrt2b.py b/autotest/test_swf_dfw_swrt2b.py new file mode 100644 index 00000000000..47550a30d0f --- /dev/null +++ b/autotest/test_swf_dfw_swrt2b.py @@ -0,0 +1,249 @@ +""" + +Same as test_swf_dfw_swr2.py except this one uses +the adaptive time stepping (ATS). + +""" + +import os + +import flopy +import numpy as np +import pytest + +from framework import TestFramework + +cases = [ + "swf-swr-t2b", +] + + +def build_models(idx, test): + dx = 500.0 + nreach = 11 + nper = 1 + perlen = [5040 * 2 * 60.0] # 7 days (in seconds) + nstp = [50] # In SWR report nstp = [5040] and tsmult is 1. + tsmult = [1.2] + + tdis_rc = [] + for i in range(nper): + tdis_rc.append((perlen[i], nstp[i], tsmult[i])) + + name = "swf" + + # build MODFLOW 6 files + ws = test.workspace + sim = flopy.mf6.MFSimulation( + sim_name=f"{name}_sim", version="mf6", exe_name="mf6", sim_ws=ws + ) + # create tdis package + tdis = flopy.mf6.ModflowTdis( + sim, time_units="SECONDS", nper=nper, perioddata=tdis_rc + ) + + # set dt0, dtmin, dtmax, dtadj, dtfailadj + dt0 = 60 * 60.0 * 24.0 # 24 hours + dtmin = 1.0 * 60.0 # 1 minute + dtmax = 60 * 60.0 * 24.0 # 24 hours + dtadj = 2.0 + dtfailadj = 5.0 + ats_filerecord = name + ".ats" + atsperiod = [ + (0, dt0, dtmin, dtmax, dtadj, dtfailadj), + ] + tdis.ats.initialize( + maxats=len(atsperiod), + perioddata=atsperiod, + filename=ats_filerecord, + ) + + # surface water model + swfname = f"{name}_model" + swf = flopy.mf6.ModflowSwf(sim, modelname=swfname, save_flows=True) + + nouter, ninner = 10, 50 + hclose, rclose, relax = 1e-8, 1e-8, 1.0 + imsswf = flopy.mf6.ModflowIms( + sim, + print_option="SUMMARY", + outer_dvclose=hclose, + outer_maximum=nouter, + under_relaxation="DBD", + under_relaxation_theta=0.9, + under_relaxation_kappa=0.0001, + under_relaxation_gamma=0.0, + inner_maximum=ninner, + inner_dvclose=hclose, + linear_acceleration="BICGSTAB", + scaling_method="NONE", + reordering_method="NONE", + relaxation_factor=relax, + # backtracking_number=5, + # backtracking_tolerance=1.0, + # backtracking_reduction_factor=0.3, + # backtracking_residual_limit=100.0, + filename=f"{swfname}.ims", + ) + sim.register_ims_package(imsswf, [swf.name]) + + vertices = [] + vertices = [[j, j * dx, 0.0, 0.0] for j in range(nreach + 1)] + cell2d = [] + for j in range(nreach): + cell2d.append([j, 0.5, 2, j, j + 1]) + nodes = len(cell2d) + nvert = len(vertices) + + reach_bottom = np.linspace(1.05, 0.05, nreach) + + disl = flopy.mf6.ModflowSwfdisl( + swf, + nodes=nodes, + nvert=nvert, + reach_length=dx, + reach_bottom=reach_bottom, + idomain=1, + vertices=vertices, + cell2d=cell2d, + ) + + dfw = flopy.mf6.ModflowSwfdfw( + swf, + print_flows=True, + save_flows=True, + width=dx, + manningsn=0.30, + slope=0.05 / 500.0, + idcxs=None, + ) + + sto = flopy.mf6.ModflowSwfsto( + swf, + save_flows=True, + ) + + ic = flopy.mf6.ModflowSwfic( + swf, + strt=2.05, + ) + + # output control + oc = flopy.mf6.ModflowSwfoc( + swf, + budget_filerecord=f"{swfname}.bud", + stage_filerecord=f"{swfname}.stage", + saverecord=[ + ("STAGE", "ALL"), + ("BUDGET", "ALL"), + ], + printrecord=[ + ("STAGE", "ALL"), + ("BUDGET", "ALL"), + ], + ) + + # flw + inflow_reach = 0 + qinflow = 23.570 + flw = flopy.mf6.ModflowSwfflw( + swf, + maxbound=1, + print_input=True, + print_flows=True, + stress_period_data=[(inflow_reach, qinflow)], + ) + + chd = flopy.mf6.ModflowSwfchd( + swf, + maxbound=1, + print_input=True, + print_flows=True, + stress_period_data=[(nreach - 1, 1.05)], + ) + + obs_data = { + f"{swfname}.obs.csv": [ + ("OBS1", "STAGE", (1,)), + ("OBS2", "STAGE", (5,)), + ("OBS3", "STAGE", (8,)), + ], + } + obs_package = flopy.mf6.ModflowUtlobs( + swf, + filename=f"{swfname}.obs", + digits=10, + print_input=True, + continuous=obs_data, + ) + + return sim, None + + +def make_plot(test, mfsim): + print("making plots...") + import matplotlib.pyplot as plt + + fpth = test.workspace / f"swf_model.obs.csv" + obsvals = np.genfromtxt(fpth, names=True, delimiter=",") + + fig = plt.figure(figsize=(10, 10)) + ax = fig.add_subplot(1, 1, 1) + for irch in [1, 2, 3]: + ax.plot( + obsvals["time"] / 3600.0, + obsvals[f"OBS{irch}"], + marker="o", + mfc="none", + mec="k", + lw=0.0, + label=f"MF6 reach {irch}", + ) + # ax.plot(obsvals["time"], answer[f"STAGE00000000{irch:02d}"], "k-", label=f"SWR Reach {irch}") + ax.set_xlim(0, 30.0) + ax.set_ylim(1.2, 2.4) + plt.xlabel("time, in hours") + plt.ylabel("stage, in meters") + plt.legend() + fname = test.workspace / "swf_model.obs.1.png" + plt.savefig(fname) + + return + + +def check_output(idx, test): + print(f"evaluating model for case {idx}...") + + swfname = "swf_model" + ws = test.workspace + mfsim = flopy.mf6.MFSimulation.load(sim_ws=ws) + + makeplot = False + if makeplot: + make_plot(test, mfsim) + + # read binary stage file + fpth = test.workspace / f"{swfname}.stage" + sobj = flopy.utils.HeadFile(fpth, precision="double", text="STAGE") + stage_all = sobj.get_alldata() + # for kstp, stage in enumerate(stage_all): + # print(kstp, stage.flatten()) + + # at end of simulation, water depth should be 1.0 for all reaches + swf = mfsim.get_model(swfname) + depth = stage_all[-1] - swf.disl.reach_bottom.array + np.allclose( + depth, 1.0 + ), f"Simulated depth at end should be 1, but found {depth}" + + +@pytest.mark.parametrize("idx, name", enumerate(cases)) +def test_mf6model(idx, name, function_tmpdir, targets): + test = TestFramework( + name=name, + workspace=function_tmpdir, + build=lambda t: build_models(idx, t), + check=lambda t: check_output(idx, t), + targets=targets, + ) + test.run() diff --git a/doc/Common/swf-obs.tex b/doc/Common/swf-obs.tex new file mode 100644 index 00000000000..de8d60d160b --- /dev/null +++ b/doc/Common/swf-obs.tex @@ -0,0 +1,2 @@ +SWF & stage & cellid & -- & Stage at a specified cell. \\ +SWF & flow-ja-face & cellid & cellid & Surface water flow in dimensions of length cubed per time between two adjacent cells. \ No newline at end of file diff --git a/doc/Common/swf-obstypetable.tex b/doc/Common/swf-obstypetable.tex new file mode 100644 index 00000000000..a2db6bd81aa --- /dev/null +++ b/doc/Common/swf-obstypetable.tex @@ -0,0 +1,83 @@ + +\begingroup +\makeatletter +\ifx\LT@ii\@undefined\else +\def\LT@entry#1#2{\noexpand\LT@entry{-#1}{#2}} +\xdef\LT@i{\LT@ii} +\fi +\endgroup + +% model observations +\begin{longtable}{p{2cm} p{2.75cm} p{2cm} p{1.25cm} p{7cm}} +\caption{Available observation types for the SWF Model} \tabularnewline + +\hline +\hline +\textbf{Model} & \textbf{Observation types} & \textbf{ID} & \textbf{ID2} & \textbf{Description} \\ +\hline +\endfirsthead + +\captionsetup{textformat=simple} +\caption*{\textbf{Table \arabic{table}.}{\quad}List of symbols used in this report.---Continued} \\ + +\hline +\hline +\textbf{Model} & \textbf{Observation types} & \textbf{ID} & \textbf{ID2} & \textbf{Description} \\ +\hline +\endhead + +\hline +\endfoot + +\input{../Common/swf-obs.tex} +\end{longtable} +\addtocounter{table}{-1} + +% stress packages +\begin{longtable}{p{2cm} p{2.75cm} p{2cm} p{1.25cm} p{7cm}} +\hline +\hline +\textbf{Stress Package} & \textbf{Observation type} & \textbf{ID} & \textbf{ID2} & \textbf{Description} \\ +\hline +\endfirsthead + +\captionsetup{textformat=simple} +\caption*{\textbf{Table \arabic{table}.}{\quad}Available SWF observation types.---Continued} \\ + +\hline +\hline +\textbf{Stress Package} & \textbf{Observation types} & \textbf{ID} & \textbf{ID2} & \textbf{Description} \\ +\hline +\endhead + +\hline +\endfoot + +\label{table:swf-obstypetable} +\end{longtable} +\addtocounter{table}{-1} + +% exchange +\begin{longtable}{p{2cm} p{2.75cm} p{2cm} p{1.25cm} p{7cm}} +\hline +\hline +\textbf{Exchange} & \textbf{Observation type} & \textbf{ID} & \textbf{ID2} & \textbf{Description} \\ +\hline +\endfirsthead + +\captionsetup{textformat=simple} +\caption*{\textbf{Table \arabic{table}.}{\quad}Available SWF observation types.---Continued} \\ + +\hline +\hline +\textbf{Exchange} & \textbf{Observation types} & \textbf{ID} & \textbf{ID2} & \textbf{Description} \\ +\hline +\endhead + +\hline +\endfoot + +\input{../Common/swf-swfobs.tex} +\end{longtable} + +\normalsize diff --git a/doc/Common/swf-swfobs.tex b/doc/Common/swf-swfobs.tex new file mode 100644 index 00000000000..e9bc35f9495 --- /dev/null +++ b/doc/Common/swf-swfobs.tex @@ -0,0 +1 @@ +SWF-SWF & flow-ja-face & exchange number or boundname & -- & Flow between model 1 and model 2 for a specified exchange (which is the consecutive exchange number listed in the EXCHANGEDATA block), or the sum of these exchange flows by boundname if boundname is specified. \ No newline at end of file diff --git a/doc/mf6io/body.tex b/doc/mf6io/body.tex index b3da3ed0042..0c3f69808d1 100644 --- a/doc/mf6io/body.tex +++ b/doc/mf6io/body.tex @@ -50,6 +50,11 @@ \SECTION{Groundwater Energy Transport (GWE) Model Input} \input{gwe/gwe.tex} +%SWF Model Input Instructions +\newpage +\SECTION{Surface Water Flow (SWF) Model Input} +\input{swf/swf.tex} + %Sparse Matrix Solution (IMS) \newpage \SECTION{Iterative Model Solution} diff --git a/doc/mf6io/mf6io.bbl b/doc/mf6io/mf6io.bbl index 9fb5b05f2a4..9a3a5427419 100644 --- a/doc/mf6io/mf6io.bbl +++ b/doc/mf6io/mf6io.bbl @@ -1,8 +1,8 @@ -\begin{thebibliography}{35} +\begin{thebibliography}{41} \providecommand{\natexlab}[1]{#1} \expandafter\ifx\csname urlstyle\endcsname\relax - \providecommand{\doiagency}[1]{doi:\discretionary{}{}{}#1}\else - \providecommand{\doiagency}{doi:\discretionary{}{}{}\begingroup + \providecommand{\doi}[1]{doi:\discretionary{}{}{}#1}\else + \providecommand{\doi}{doi:\discretionary{}{}{}\begingroup \urlstyle{rm}\Url}\fi \bibitem[{Anderman and Hill(2000)}]{anderman2000modflow} @@ -19,10 +19,10 @@ Anderman, E.R., and Hill, M.C., 2003, MODFLOW-2000, the U.S. Geological Survey \bibitem[{Bakker and others(2013)Bakker, Schaars, Hughes, Langevin, and Dausman}]{bakker2013documentation} -Bakker, M., Schaars, F., Hughes, J.D., Langevin, C.D., and Dausman, A.M., 2013, - Documentation of the seawater intrusion (SWI2) package for MODFLOW: {U.S. - Geological Survey Techniques and Methods, book 6, chap. A46, 47 p.}, accessed - June 27, 2017, at \url{https://pubs.er.usgs.gov/publication/tm6A46}. +Bakker, Mark, Schaars, Frans, Hughes, J.D., Langevin, C.D., and Dausman, A.M., + 2013, Documentation of the seawater intrusion (SWI2) package for MODFLOW: + {U.S. Geological Survey Techniques and Methods, book 6, chap. A46, 47 p.}, + accessed June 27, 2017, at \url{https://pubs.er.usgs.gov/publication/tm6A46}. \bibitem[{Banta(2000)}]{modflowdrtpack} Banta, E.R., 2000, MODFLOW-2000, the U.S. Geological Survey Modular @@ -36,6 +36,14 @@ Banta, E.R., 2011, MODFLOW-CDSS, a version of MODFLOW-2005 with modifications Report 2011--1213, 19 p.}, accessed June 27, 2017, at \url{https://pubs.er.usgs.gov/publication/ofr20111213}. +\bibitem[{Bedekar and others(2016)Bedekar, Morway, Langevin, and + Tonkin}]{mt3dusgs} +Bedekar, Vivek, Morway, E.D., Langevin, C.D., and Tonkin, M.J., 2016, MT3D-USGS + version 1: A U.S. Geological Survey release of MT3DMS updated with new and + expanded transport capabilities for use with MODFLOW: {U.S. Geological Survey + Techniques and Methods, book 6, chap. A53, 69 p.}, + \url{https://doi.org/10.3133/tm6a53}, \url{http://dx.doi.org/10.3133/tm6A53}. + \bibitem[{Fenske and others(1996)Fenske, Leake, and Prudic}]{fenske1996documentation} Fenske, J.P., Leake, S.A., and Prudic, D.E., 1996, Documentation of a computer @@ -64,6 +72,14 @@ Harbaugh, A.W., 2005, MODFLOW-2005, the U.S. Geological Survey modular Techniques and Methods, book 6, chap. A16, variously paged}, accessed June 27, 2017, at \url{https://pubs.usgs.gov/tm/2005/tm6A16/}. +\bibitem[{Healy and Ronan(1996)}]{healy1996} +Healy, R.W., and Ronan, A.D., 1996, Documentation of Computer Program VS2DH for + Simulation of Energy Transport in Variably Saturated Porous Media: + Modification of the U.S. Geological Survey's Computer Program VS2DT: {U.S. + Geological Survey Water-Resources Investigation Report 96-4230, 36 p.}, + accessed September 27, 2022, at \url{https://doi.org/10.3133/wri964230}, at + \url{https://pubs.usgs.gov/wri/1996/4230/report.pdf}. + \bibitem[{Hecht-Mendez and others(2010)Hecht-Mendez, Molina-Giraldo, Blum, and Bayer}]{hechtmendez} Hecht-Mendez, J., Molina-Giraldo, N., Blum, P., and Bayer, P., 2010, Evaluating @@ -87,10 +103,10 @@ Hill, M.C., Banta, E.R., Harbaugh, A.W., and Anderman, E.R., 2000, \bibitem[{Hoffmann and others(2003)Hoffmann, Leake, Galloway, and Wilson}]{hoffmann2003modflow} -Hoffmann, J., Leake, S.A., Galloway, D.L., and Wilson, A.M., 2003, MODFLOW-2000 - Ground-Water Model---User Guide to the Subsidence and Aquifer-System - Compaction (SUB) Package: {U.S. Geological Survey Open-File Report 03--233, - 44 p.}, accessed June 27, 2017, at +Hoffmann, J{\"o}rn, Leake, S.A., Galloway, D.L., and Wilson, A.M., 2003, + MODFLOW-2000 Ground-Water Model---User Guide to the Subsidence and + Aquifer-System Compaction (SUB) Package: {U.S. Geological Survey Open-File + Report 03--233, 44 p.}, accessed June 27, 2017, at \url{https://pubs.usgs.gov/of/2003/ofr03-233/}. \bibitem[{Hsieh and Freckleton(1993)}]{hsieh1993hfb} @@ -120,7 +136,7 @@ Hughes, J.D., Langevin, C.D., and Banta, E.R., 2017, Documentation for the Hughes, J.D., Russcher, M.J., Langevin, C.D., Morway, E.D., and McDonald, R.R., 2022{\natexlab{a}}, The {MODFLOW Application Programming Interface} for simulation control and software interoperability: Environmental Modelling \& - Software, v. 148, article 105257, + Software, v. 148, 105257, \url{https://doi.org/10.1016/j.envsoft.2021.105257}. \bibitem[{Hughes and others(2022{\natexlab{b}})Hughes, Leake, Galloway, and @@ -130,6 +146,12 @@ Hughes, J.D., Leake, S.A., Galloway, D.L., and White, J.T., 2022{\natexlab{b}}, Package of MODFLOW 6: {U.S. Geological Survey Techniques and Methods, book 6, chap. A62, 57 p.}, \url{https://doi.org/10.3133/tm6A62}. +\bibitem[{Kipp(1987)}]{kipp1987} +Kipp, K.L., 1987, HST3D: A Computer Code for Simulation of Heat and Solute + Transport in Three-Dimensional Ground-Water Flow Systems: {U.S. Geological + Survey Water-Resources Investigation Report 86-4095, 517 p.}, accessed + September 27, 2022, at \url{https://pubs.usgs.gov/wri/1986/4095/report.pdf}. + \bibitem[{Konikow and others(2009)Konikow, Hornberger, Halford, and Hanson}]{konikow2009} Konikow, L.F., Hornberger, G.Z., Halford, K.J., and Hanson, R.T., 2009, Revised @@ -139,8 +161,8 @@ Konikow, L.F., Hornberger, G.Z., Halford, K.J., and Hanson, R.T., 2009, Revised \bibitem[{Langevin and others(2008)Langevin, Thorne~Jr, Dausman, Sukop, and Guo}]{langevin2008seawat} -Langevin, C.D., Thorne~Jr, D.T., Dausman, A.M., Sukop, M.C., and Guo, W., 2008, - {SEAWAT} Version 4---A computer program for simulation of multi-species +Langevin, C.D., Thorne~Jr, D.T., Dausman, A.M., Sukop, M.C., and Guo, Weixing, + 2008, {SEAWAT} Version 4---A computer program for simulation of multi-species solute and heat transport: {U.S. Geological Survey Techniques and Methods, book 6, chap. A22, 39 p.}, accessed June 27, 2017, at \url{https://pubs.er.usgs.gov/publication/tm6A22}. @@ -148,19 +170,19 @@ Langevin, C.D., Thorne~Jr, D.T., Dausman, A.M., Sukop, M.C., and Guo, W., 2008, \bibitem[{Langevin and others(2017)Langevin, Hughes, Provost, Banta, Niswonger, and Panday}]{modflow6gwf} Langevin, C.D., Hughes, J.D., Provost, A.M., Banta, E.R., Niswonger, R.G., and - Panday, S., 2017, Documentation for the MODFLOW 6 Groundwater Flow (GWF) + Panday, Sorab, 2017, Documentation for the MODFLOW 6 Groundwater Flow (GWF) Model: {U.S. Geological Survey Techniques and Methods, book 6, chap. A55, 197 p.}, \url{https://doi.org/10.3133/tm6A55}. \bibitem[{Langevin and others(2020)Langevin, Panday, and Provost}]{langevin2020hydraulic} -Langevin, C.D., Panday, S., and Provost, A.M., 2020, Hydraulic-head formulation - for density-dependent flow and transport: Groundwater, v.~58, no.~3, - p.~349--362. +Langevin, C.D., Panday, Sorab, and Provost, A.M., 2020, Hydraulic-head + formulation for density-dependent flow and transport: Groundwater, v.~58, + no.~3, p.~349--362. \bibitem[{Langevin and others(2022)Langevin, Provost, Panday, and Hughes}]{modflow6gwt} -Langevin, C.D., Provost, A.M., Panday, S., and Hughes, J.D., 2022, +Langevin, C.D., Provost, A.M., Panday, Sorab, and Hughes, J.D., 2022, Documentation for the MODFLOW 6 Groundwater Transport (GWT) Model: {U.S. Geological Survey Techniques and Methods, book 6, chap. A61, 56 p.}, \url{https://doi.org/10.3133/tm6A61}. @@ -186,10 +208,10 @@ Ma, Rui, and Zheng, Chunmiao, 2010, Effects of density and viscosity in \bibitem[{Maddock and others(2012)Maddock, Baird, Hanson, Schmid, and Ajami}]{modflowripetpack} -Maddock, Thomas, I., Baird, K.J., Hanson, R.T., Schmid, W., and Ajami, H., - 2012, RIP-ET---A Riparian Evapotranspiration Package for MODFLOW-2005: {U.S. - Geological Survey Techniques and Methods, book 6, chap. A39, 76 p.}, accessed - June 27, 2017, at \url{https://pubs.usgs.gov/tm/tm6a39/}. +Maddock, Thomas, III, Baird, K.J., Hanson, R.T., Schmid, Wolfgang, and Ajami, + Hoori, 2012, RIP-ET---A Riparian Evapotranspiration Package for MODFLOW-2005: + {U.S. Geological Survey Techniques and Methods, book 6, chap. A39, 76 p.}, + accessed June 27, 2017, at \url{https://pubs.usgs.gov/tm/tm6a39/}. \bibitem[{Merritt and Konikow(2000)}]{modflowlak3pack} Merritt, M.L., and Konikow, L.F., 2000, Documentation of a computer program to @@ -214,9 +236,9 @@ Niswonger, R.G., Prudic, D.E., and Regan, R.S., 2006, Documentation of the \bibitem[{Panday and others(2013)Panday, Langevin, Niswonger, Ibaraki, and Hughes}]{modflowusg} -Panday, S., Langevin, C.D., Niswonger, R.G., Ibaraki, M., and Hughes, J.D., - 2013, MODFLOW-USG version 1---An unstructured grid version of MODFLOW for - simulating groundwater flow and tightly coupled processes using a control +Panday, Sorab, Langevin, C.D., Niswonger, R.G., Ibaraki, Motomu, and Hughes, + J.D., 2013, MODFLOW-USG version 1---An unstructured grid version of MODFLOW + for simulating groundwater flow and tightly coupled processes using a control volume finite-difference formulation: {U.S. Geological Survey Techniques and Methods, book 6, chap. A45, 66 p.}, accessed June 27, 2017, at \url{https://pubs.usgs.gov/tm/06/a45/}. @@ -247,14 +269,21 @@ Voss, C.I., 1984, SUTRA---A finite-element simulation model for Geological Survey Water-Resources Investigations Report 84--4369, 409 p.} \bibitem[{Zheng(2010)}]{zheng2010supplemental} -Zheng, C., 2010, MT3DMS v5.3, Supplemental User's Guide: {Technical Report - Prepared for the U.S. Army Corps of Engineers, 51 p.} +Zheng, Chunmiao, 2010, MT3DMS v5.3, Supplemental User's Guide: {Technical + Report Prepared for the U.S. Army Corps of Engineers, 51 p.} + +\bibitem[{Zheng and Wang(1999)}]{zheng1999mt3dms} +Zheng, Chunmiao, and Wang, P.P., 1999, MT3DMS---A modular three-dimensional + multi-species transport model for simulation of advection, dispersion and + chemical reactions of contaminants in groundwater systems; Documentation and + user's guide: {Contract report SERDP--99--1: Vicksburg, Miss., U.S. Army + Engineer Research and Development Center, 169 p.} \bibitem[{Zheng and others(2001)Zheng, Hill, and Hsieh}]{zheng2001modflow} -Zheng, C., Hill, M.C., and Hsieh, P.A., 2001, MODFLOW-2000, the U.S. Geological - Survey Modular Ground-Water Model---User guide to the LMT6 package, the - linkage with MT3DMS for multi-species mass transport modeling: {U.S. - Geological Survey Open-File Report 01--82, 43 p.}, accessed June 27, 2017, at - \url{https://pubs.er.usgs.gov/publication/ofr0182}. +Zheng, Chunmiao, Hill, M.C., and Hsieh, P.A., 2001, MODFLOW-2000, the U.S. + Geological Survey Modular Ground-Water Model---User guide to the LMT6 + package, the linkage with MT3DMS for multi-species mass transport modeling: + {U.S. Geological Survey Open-File Report 01--82, 43 p.}, accessed June 27, + 2017, at \url{https://pubs.er.usgs.gov/publication/ofr0182}. \end{thebibliography} diff --git a/doc/mf6io/mf6ivar/dfn/exg-swfgwf.dfn b/doc/mf6io/mf6ivar/dfn/exg-swfgwf.dfn new file mode 100644 index 00000000000..575493ab0d2 --- /dev/null +++ b/doc/mf6io/mf6ivar/dfn/exg-swfgwf.dfn @@ -0,0 +1,118 @@ +# --------------------- exg swfgwf options --------------------- +# flopy multi-package + +block options +name print_input +type keyword +reader urword +optional true +longname keyword to print input to list file +description keyword to indicate that the list of exchange entries will be echoed to the listing file immediately after it is read. +mf6internal ipr_input + +block options +name print_flows +type keyword +reader urword +optional true +longname keyword to print swfgwf flows to list file +description keyword to indicate that the list of exchange flow rates will be printed to the listing file for every stress period in which ``SAVE BUDGET'' is specified in Output Control. +mf6internal ipr_flow + +block options +name obs_filerecord +type record obs6 filein obs6_filename +shape +reader urword +tagged true +optional true +longname +description + +block options +name obs6 +type keyword +shape +in_record true +reader urword +tagged true +optional false +longname obs keyword +description keyword to specify that record corresponds to an observations file. + +block options +name filein +type keyword +shape +in_record true +reader urword +tagged true +optional false +longname file keyword +description keyword to specify that an input filename is expected next. + +block options +name obs6_filename +type string +preserve_case true +in_record true +tagged false +reader urword +optional false +longname obs6 input filename +description is the file name of the observations input file for this exchange. See the ``Observation utility'' section for instructions for preparing observation input files. Table \ref{table:gwf-obstypetable} lists observation type(s) supported by the SWF-GWF package. + +# --------------------- exg swfgwf dimensions --------------------- + +block dimensions +name nexg +type integer +reader urword +optional false +longname number of exchanges +description keyword and integer value specifying the number of SWF-GWF exchanges. + + +# --------------------- exg swfgwf exchangedata --------------------- + +block exchangedata +name exchangedata +type recarray cellidm1 cellidm2 cond +shape (nexg) +reader urword +optional false +longname exchange data +description + +block exchangedata +name cellidm1 +type integer +in_record true +tagged false +reader urword +optional false +longname cellid of first cell +description is the cellid of the cell in model 1 as specified in the simulation name file. For a structured grid that uses the DIS input file, CELLIDM1 is the layer, row, and column numbers of the cell. For a grid that uses the DISV input file, CELLIDM1 is the layer number and CELL2D number for the two cells. If the model uses the unstructured discretization (DISU) input file, then CELLIDM1 is the node number for the cell. +numeric_index true + +block exchangedata +name cellidm2 +type integer +in_record true +tagged false +reader urword +optional false +longname cellid of second cell +description is the cellid of the cell in model 2 as specified in the simulation name file. For a structured grid that uses the DIS input file, CELLIDM2 is the layer, row, and column numbers of the cell. For a grid that uses the DISV input file, CELLIDM2 is the layer number and CELL2D number for the two cells. If the model uses the unstructured discretization (DISU) input file, then CELLIDM2 is the node number for the cell. +numeric_index true + +block exchangedata +name cond +type double precision +in_record true +tagged false +reader urword +optional false +longname conductance +description is the conductance between the surface water cell and the groundwater cell. + diff --git a/doc/mf6io/mf6ivar/dfn/sim-nam.dfn b/doc/mf6io/mf6ivar/dfn/sim-nam.dfn index 293a092b0d9..da749a8eea0 100644 --- a/doc/mf6io/mf6ivar/dfn/sim-nam.dfn +++ b/doc/mf6io/mf6ivar/dfn/sim-nam.dfn @@ -171,7 +171,7 @@ description is the list of solution types and models in the solution. block solutiongroup name slntype type string -valid ims6 +valid ims6 ems6 in_record true tagged false reader urword diff --git a/doc/mf6io/mf6ivar/dfn/swf-chd.dfn b/doc/mf6io/mf6ivar/dfn/swf-chd.dfn new file mode 100644 index 00000000000..a20bd6c4e0e --- /dev/null +++ b/doc/mf6io/mf6ivar/dfn/swf-chd.dfn @@ -0,0 +1,208 @@ +# --------------------- swf chd options --------------------- +# flopy multi-package + +block options +name auxiliary +type string +shape (naux) +reader urword +optional true +longname keyword to specify aux variables +description REPLACE auxnames {'{#1}': 'Surface Water Flow'} + +block options +name auxmultname +type string +shape +reader urword +optional true +longname name of auxiliary variable for multiplier +description REPLACE auxmultname {'{#1}': 'CHD head value'} + +block options +name boundnames +type keyword +shape +reader urword +optional true +longname +description REPLACE boundnames {'{#1}': 'constant-head'} + +block options +name print_input +type keyword +reader urword +optional true +longname print input to listing file +description REPLACE print_input {'{#1}': 'constant-head'} + +block options +name print_flows +type keyword +reader urword +optional true +longname print CHD flows to listing file +description REPLACE print_flows {'{#1}': 'constant-head'} + +block options +name save_flows +type keyword +reader urword +optional true +longname save CHD flows to budget file +description REPLACE save_flows {'{#1}': 'constant-head'} + +block options +name ts_filerecord +type record ts6 filein ts6_filename +shape +reader urword +tagged true +optional true +longname +description + +block options +name ts6 +type keyword +shape +in_record true +reader urword +tagged true +optional false +longname head keyword +description keyword to specify that record corresponds to a time-series file. + +block options +name filein +type keyword +shape +in_record true +reader urword +tagged true +optional false +longname file keyword +description keyword to specify that an input filename is expected next. + +block options +name ts6_filename +type string +preserve_case true +in_record true +reader urword +optional false +tagged false +longname file name of time series information +description REPLACE timeseriesfile {} + +block options +name obs_filerecord +type record obs6 filein obs6_filename +shape +reader urword +tagged true +optional true +longname +description + +block options +name obs6 +type keyword +shape +in_record true +reader urword +tagged true +optional false +longname obs keyword +description keyword to specify that record corresponds to an observations file. + +block options +name obs6_filename +type string +preserve_case true +in_record true +tagged false +reader urword +optional false +longname obs6 input filename +description REPLACE obs6_filename {'{#1}': 'constant-head'} + + +# --------------------- swf chd dimensions --------------------- + +block dimensions +name maxbound +type integer +reader urword +optional false +longname maximum number of constant heads +description REPLACE maxbound {'{#1}': 'constant-head'} + + +# --------------------- swf chd period --------------------- + +block period +name iper +type integer +block_variable True +in_record true +tagged false +shape +valid +reader urword +optional false +longname stress period number +description REPLACE iper {} + +block period +name stress_period_data +type recarray cellid head aux boundname +shape (maxbound) +reader urword +longname +description +mf6internal spd + +block period +name cellid +type integer +shape (ncelldim) +tagged false +in_record true +reader urword +longname cell identifier +description REPLACE cellid {} + +block period +name head +type double precision +shape +tagged false +in_record true +reader urword +time_series true +longname head value assigned to constant head +description is the head at the boundary. If the Options block includes a TIMESERIESFILE entry (see the ``Time-Variable Input'' section), values can be obtained from a time series by entering the time-series name in place of a numeric value. + +block period +name aux +type double precision +in_record true +tagged false +shape (naux) +reader urword +optional true +time_series true +longname auxiliary variables +description REPLACE aux {'{#1}': 'constant head'} + +block period +name boundname +type string +shape +tagged false +in_record true +reader urword +optional true +longname constant head boundary name +description REPLACE boundname {'{#1}': 'constant head boundary'} diff --git a/doc/mf6io/mf6ivar/dfn/swf-cxs.dfn b/doc/mf6io/mf6ivar/dfn/swf-cxs.dfn new file mode 100644 index 00000000000..a1d28f962fe --- /dev/null +++ b/doc/mf6io/mf6ivar/dfn/swf-cxs.dfn @@ -0,0 +1,100 @@ +# --------------------- swf cxs options --------------------- + +block options +name print_input +type keyword +reader urword +optional true +longname print input to listing file +description REPLACE print_input {'{#1}': 'stream reach'} +mf6internal iprpak + +# --------------------- swf cxs dimensions --------------------- + +block dimensions +name nsections +type integer +reader urword +optional false +longname number of reaches +description integer value specifying the number of cross sections that will be defined. There must be NSECTIONS entries in the PACKAGEDATA block. + +block dimensions +name npoints +type integer +reader urword +optional false +longname total number of points defined for all reaches +description integer value specifying the total number of cross-section points defined for all reaches. There must be NPOINTS entries in the CROSSSECTIONDATA block. + +# --------------------- swf cxs packagedata --------------------- + +block packagedata +name packagedata +type recarray idcxs nxspoints +shape (nsections) +reader urword +longname +description + +block packagedata +name idcxs +type integer +shape +tagged false +in_record true +reader urword +longname reach number for this entry +description integer value that defines the cross section number associated with the specified PACKAGEDATA data on the line. IDCXS must be greater than zero and less than or equal to NSECTIONS. Information must be specified for every section or the program will terminate with an error. The program will also terminate with an error if information for a section is specified more than once. +numeric_index true + +block packagedata +name nxspoints +type integer +shape +tagged false +in_record true +reader urword +longname number of points used to define cross section +description integer value that defines the number of points used to define the define the shape of a section. NXSPOINTS must be greater than zero or the program will terminate with an error. NXSPOINTS defines the number of points that must be entered for the reach in the CROSSSECTIONDATA block. The sum of NXSPOINTS for all sections must equal the NPOINTS dimension. + +# --------------------- swf cxs crosssectiondata --------------------- + +block crosssectiondata +name crosssectiondata +type recarray xfraction height manfraction +shape (npoints) +reader urword +longname +description + +block crosssectiondata +name xfraction +type double precision +shape +tagged false +in_record true +reader urword +longname fractional width +description real value that defines the station (x) data for the cross-section as a fraction of the width (WIDTH) of the reach. XFRACTION must be greater than or equal to zero but can be greater than one. XFRACTION values can be used to decrease or increase the width of a reach from the specified reach width (WIDTH). + +block crosssectiondata +name height +type double precision +shape +tagged false +in_record true +reader urword +longname depth +description real value that is the height relative to the top of the lowest elevation of the streambed (ELEVATION) and corresponding to the station data on the same line. HEIGHT must be greater than or equal to zero and at least one cross-section height must be equal to zero. + +block crosssectiondata +name manfraction +type double precision +shape +tagged false +in_record true +reader urword +optional false +longname Manning's roughness coefficient +description real value that defines the Manning's roughness coefficient data for the cross-section as a fraction of the Manning's roughness coefficient for the reach (MANNINGSN) and corresponding to the station data on the same line. MANFRACTION must be greater than zero. MANFRACTION is applied from the XFRACTION value on the same line to the XFRACTION value on the next line. diff --git a/doc/mf6io/mf6ivar/dfn/swf-dfw.dfn b/doc/mf6io/mf6ivar/dfn/swf-dfw.dfn new file mode 100644 index 00000000000..b0008c6699b --- /dev/null +++ b/doc/mf6io/mf6ivar/dfn/swf-dfw.dfn @@ -0,0 +1,136 @@ +# --------------------- swf dfw options --------------------- + +block options +name central_in_space +type keyword +reader urword +optional true +longname use central in space weighting +description keyword to indicate conductance should be calculated using central-in-space weighting instead of the default upstream weighting approach. +mf6internal icentral + +block options +name length_conversion +type double precision +reader urword +optional true +longname length conversion factor +description real value that is used to convert user-specified Manning's roughness coefficients from meters to model length units. LENGTH\_CONVERSION should be set to 3.28081, 1.0, and 100.0 when using length units (LENGTH\_UNITS) of feet, meters, or centimeters in the simulation, respectively. LENGTH\_CONVERSION does not need to be specified if LENGTH\_UNITS are meters. +mf6internal lengthconv + +block options +name time_conversion +type double precision +reader urword +optional true +longname time conversion factor +description real value that is used to convert user-specified Manning's roughness coefficients from seconds to model time units. TIME\_CONVERSION should be set to 1.0, 60.0, 3,600.0, 86,400.0, and 31,557,600.0 when using time units (TIME\_UNITS) of seconds, minutes, hours, days, or years in the simulation, respectively. TIME\_CONVERSION does not need to be specified if TIME\_UNITS are seconds. +mf6internal timeconv + +block options +name save_flows +type keyword +reader urword +optional true +longname keyword to save DFW flows +description keyword to indicate that budget flow terms will be written to the file specified with ``BUDGET SAVE FILE'' in Output Control. +mf6internal ipakcb + +block options +name print_flows +type keyword +reader urword +optional true +longname keyword to print DFW flows to listing file +description keyword to indicate that calculated flows between cells will be printed to the listing file for every stress period time step in which ``BUDGET PRINT'' is specified in Output Control. If there is no Output Control option and ``PRINT\_FLOWS'' is specified, then flow rates are printed for the last time step of each stress period. This option can produce extremely large list files because all cell-by-cell flows are printed. It should only be used with the DFW Package for models that have a small number of cells. +mf6internal iprflow + +block options +name obs_filerecord +type record obs6 filein obs6_filename +shape +reader urword +tagged true +optional true +longname +description + +block options +name obs6 +type keyword +shape +in_record true +reader urword +tagged true +optional false +longname obs keyword +description keyword to specify that record corresponds to an observations file. + +block options +name filein +type keyword +shape +in_record true +reader urword +tagged true +optional false +longname file keyword +description keyword to specify that an input filename is expected next. + +block options +name obs6_filename +type string +preserve_case true +in_record true +tagged false +reader urword +optional false +longname obs6 input filename +description REPLACE obs6_filename {'{#1}': 'DFW'} + +# --------------------- swf dfw griddata --------------------- + +block griddata +name width +type double precision +shape (nodes) +valid +reader readarray +layered false +optional +longname stream width +description real value that defines the reach width. WIDTH must be greater than zero. + +block griddata +name manningsn +type double precision +shape (nodes) +valid +reader readarray +layered false +optional +longname mannings roughness coefficient +description mannings roughness coefficient + +block griddata +name slope +type double precision +shape (nodes) +valid +reader readarray +layered false +optional +longname bottom slope +description bottom slope of the river bed + +block griddata +name idcxs +type integer +shape (nodes) +valid +reader readarray +layered false +optional true +longname cross section number +description integer value indication the cross section identifier in the Cross Section Package that applies to the reach. If not provided then reach will be treated as hydraulically wide. +numeric_index true diff --git a/doc/mf6io/mf6ivar/dfn/swf-disl.dfn b/doc/mf6io/mf6ivar/dfn/swf-disl.dfn new file mode 100644 index 00000000000..d0ba0de2a9c --- /dev/null +++ b/doc/mf6io/mf6ivar/dfn/swf-disl.dfn @@ -0,0 +1,229 @@ +# --------------------- swf disl options --------------------- + +block options +name length_units +type string +reader urword +optional true +longname model length units +description is the length units used for this model. Values can be ``FEET'', ``METERS'', or ``CENTIMETERS''. If not specified, the default is ``UNKNOWN''. + +block options +name length_convert +type double precision +reader urword +optional true +longname length conversion factor +description conversion factor that is used in converting constants used by MODFLOW into model length units. All constants are by default in units of ``meters''. Constants that use length\_conversion include GRAVITY and STORAGE COEFFICIENT values. + +block options +name time_convert +type double precision +reader urword +optional true +longname time conversion factor +description conversion factor that is used in converting constants used by MODFLOW into model time units. All constants are by default in units of ``seconds''. TIME\_CONVERSION is used to convert the GRAVITY constant from seconds to the model's units. + +block options +name nogrb +type keyword +reader urword +optional true +longname do not write binary grid file +description keyword to deactivate writing of the binary grid file. + +block options +name xorigin +type double precision +reader urword +optional true +longname x-position origin of the model grid coordinate system +description x-position of the origin used for model grid vertices. This value should be provided in a real-world coordinate system. A default value of zero is assigned if not specified. The value for XORIGIN does not affect the model simulation, but it is written to the binary grid file so that postprocessors can locate the grid in space. + +block options +name yorigin +type double precision +reader urword +optional true +longname y-position origin of the model grid coordinate system +description y-position of the origin used for model grid vertices. This value should be provided in a real-world coordinate system. If not specified, then a default value equal to zero is used. The value for YORIGIN does not affect the model simulation, but it is written to the binary grid file so that postprocessors can locate the grid in space. + +block options +name angrot +type double precision +reader urword +optional true +longname rotation angle +description counter-clockwise rotation angle (in degrees) of the model grid coordinate system relative to a real-world coordinate system. If not specified, then a default value of 0.0 is assigned. The value for ANGROT does not affect the model simulation, but it is written to the binary grid file so that postprocessors can locate the grid in space. + +# --------------------- swf disl dimensions --------------------- + +block dimensions +name nodes +type integer +reader urword +optional false +longname number of linear features +description is the number of linear cells. + +block dimensions +name nvert +type integer +reader urword +optional true +longname number of columns +description is the total number of (x, y, z) vertex pairs used to characterize the model grid. + +# --------------------- swf disl griddata --------------------- + +block griddata +name reach_length +type double precision +shape (nodes) +valid +reader readarray +layered false +optional +longname reach length +description length for each reach + +block griddata +name reach_bottom +type double precision +shape (nodes) +valid +reader readarray +layered false +optional +longname reach bottom +description bottom elevation of surface water channel + +block griddata +name toreach +type integer +shape (nodes) +valid +reader readarray +layered false +optional true +longname index of the downstream reach +description index of the downstream reach. Flow from this reach is passed into the dowstream reach. For reaches that do not flow to another reach enter a 0 to toreach. +numeric_index true + +block griddata +name idomain +type integer +shape (nodes) +reader readarray +layered false +optional true +longname idomain existence array +description is an optional array that characterizes the existence status of a cell. If the IDOMAIN array is not specified, then all model cells exist within the solution. If the IDOMAIN value for a cell is 0, the cell does not exist in the simulation. Input and output values will be read and written for the cell, but internal to the program, the cell is excluded from the solution. If the IDOMAIN value for a cell is 1, the cell exists in the simulation. + + +# --------------------- swf disl vertices --------------------- + +block vertices +name vertices +type recarray iv xv yv zv +shape (nvert) +reader urword +optional false +longname vertices data +description + +block vertices +name iv +type integer +in_record true +tagged false +reader urword +optional false +longname vertex number +description is the vertex number. Records in the VERTICES block must be listed in consecutive order from 1 to NVERT. +numeric_index true + +block vertices +name xv +type double precision +in_record true +tagged false +reader urword +optional false +longname x-coordinate for vertex +description is the x-coordinate for the vertex. + +block vertices +name yv +type double precision +in_record true +tagged false +reader urword +optional false +longname y-coordinate for vertex +description is the y-coordinate for the vertex. + +block vertices +name zv +type double precision +in_record true +tagged false +reader urword +optional false +longname z-coordinate for vertex +description is the z-coordinate for the vertex. + + +# --------------------- swf disl cell2d --------------------- + +block cell2d +name cell2d +type recarray icell2d fdc ncvert icvert +shape (nodes) +reader urword +optional false +longname cell2d data +description + +block cell2d +name icell2d +type integer +in_record true +tagged false +reader urword +optional false +longname cell2d number +description is the cell2d number. Records in the cell2d block must be listed in consecutive order from the first to the last. +numeric_index true + +block cell2d +name fdc +type double precision +in_record true +tagged false +reader urword +optional false +longname fractional distance to the cell center +description is the fractional distance to the cell center. FDC is relative to the first vertex in the ICVERT array. In most cases FDC should be 0.5, which would place the center of the line segment that defines the cell. If the value of FDC is 1, the cell center would located at the last vertex. FDC values of 0 and 1 can be used to place the node at either end of the cell which can be useful for cells with boundary conditions. + +block cell2d +name ncvert +type integer +in_record true +tagged false +reader urword +optional false +longname number of cell vertices +description is the number of vertices required to define the cell. There may be a different number of vertices for each cell. + +block cell2d +name icvert +type integer +shape (ncvert) +in_record true +tagged false +reader urword +optional false +longname number of cell vertices +description is an array of integer values containing vertex numbers (in the VERTICES block) used to define the cell. Vertices must be listed in the order that defines the line representing the cell. Cells that are connected must share vertices. The bottom elevation of the cell is calculated using the ZV of the first and last vertex point and FDC. +numeric_index true \ No newline at end of file diff --git a/doc/mf6io/mf6ivar/dfn/swf-flw.dfn b/doc/mf6io/mf6ivar/dfn/swf-flw.dfn new file mode 100644 index 00000000000..dbacb0588c7 --- /dev/null +++ b/doc/mf6io/mf6ivar/dfn/swf-flw.dfn @@ -0,0 +1,207 @@ +# --------------------- swf flw options --------------------- +# flopy multi-package + +block options +name auxiliary +type string +shape (naux) +reader urword +optional true +longname keyword to specify aux variables +description REPLACE auxnames {'{#1}': 'Stream Network Flow'} + +block options +name auxmultname +type string +shape +reader urword +optional true +longname name of auxiliary variable for multiplier +description REPLACE auxmultname {'{#1}': 'flow rate'} + +block options +name boundnames +type keyword +shape +reader urword +optional true +longname +description REPLACE boundnames {'{#1}': 'inflow'} + +block options +name print_input +type keyword +reader urword +optional true +longname print input to listing file +description REPLACE print_input {'{#1}': 'inflow'} + +block options +name print_flows +type keyword +reader urword +optional true +longname print calculated flows to listing file +description REPLACE print_flows {'{#1}': 'inflow'} + +block options +name save_flows +type keyword +reader urword +optional true +longname save well flows to budget file +description REPLACE save_flows {'{#1}': 'inflow'} + +block options +name ts_filerecord +type record ts6 filein ts6_filename +shape +reader urword +tagged true +optional true +longname +description + +block options +name ts6 +type keyword +shape +in_record true +reader urword +tagged true +optional false +longname head keyword +description keyword to specify that record corresponds to a time-series file. + +block options +name filein +type keyword +shape +in_record true +reader urword +tagged true +optional false +longname file keyword +description keyword to specify that an input filename is expected next. + +block options +name ts6_filename +type string +preserve_case true +in_record true +reader urword +optional false +tagged false +longname file name of time series information +description REPLACE timeseriesfile {} + +block options +name obs_filerecord +type record obs6 filein obs6_filename +shape +reader urword +tagged true +optional true +longname +description + +block options +name obs6 +type keyword +shape +in_record true +reader urword +tagged true +optional false +longname obs keyword +description keyword to specify that record corresponds to an observations file. + +block options +name obs6_filename +type string +preserve_case true +in_record true +tagged false +reader urword +optional false +longname obs6 input filename +description REPLACE obs6_filename {'{#1}': 'inflow'} + +# --------------------- swf flw dimensions --------------------- + +block dimensions +name maxbound +type integer +reader urword +optional false +longname maximum number of inflow +description REPLACE maxbound {'{#1}': 'inflow'} + + +# --------------------- swf flw period --------------------- + +block period +name iper +type integer +block_variable True +in_record true +tagged false +shape +valid +reader urword +optional false +longname stress period number +description REPLACE iper {} + +block period +name stress_period_data +type recarray cellid q aux boundname +shape (maxbound) +reader urword +longname +description +mf6internal spd + +block period +name cellid +type integer +shape (ncelldim) +tagged false +in_record true +reader urword +longname cell identifier +description REPLACE cellid {} + +block period +name q +type double precision +shape +tagged false +in_record true +reader urword +time_series true +longname well rate +description is the volumetric inflow rate. A positive value indicates inflow to the stream. Negative values are not allows. If the Options block includes a TIMESERIESFILE entry (see the ``Time-Variable Input'' section), values can be obtained from a time series by entering the time-series name in place of a numeric value. + +block period +name aux +type double precision +in_record true +tagged false +shape (naux) +reader urword +optional true +time_series true +longname auxiliary variables +description REPLACE aux {'{#1}': 'inflow'} + +block period +name boundname +type string +shape +tagged false +in_record true +reader urword +optional true +longname inflow name +description REPLACE boundname {'{#1}': 'inflow'} diff --git a/doc/mf6io/mf6ivar/dfn/swf-ic.dfn b/doc/mf6io/mf6ivar/dfn/swf-ic.dfn new file mode 100644 index 00000000000..9cff10a3247 --- /dev/null +++ b/doc/mf6io/mf6ivar/dfn/swf-ic.dfn @@ -0,0 +1,11 @@ +# --------------------- gwt ic griddata --------------------- + +block griddata +name strt +type double precision +shape (nodes) +reader readarray +layered true +longname starting concentration +description is the initial (starting) stage---that is, stage at the beginning of the SWF Model simulation. STRT must be specified for all SWF Model simulations. One value is read for every model reach. +default_value 0.0 diff --git a/doc/mf6io/mf6ivar/dfn/swf-nam.dfn b/doc/mf6io/mf6ivar/dfn/swf-nam.dfn new file mode 100644 index 00000000000..386b00cb261 --- /dev/null +++ b/doc/mf6io/mf6ivar/dfn/swf-nam.dfn @@ -0,0 +1,99 @@ +# --------------------- swf nam options --------------------- + +block options +name list +type string +reader urword +optional true +preserve_case true +longname name of listing file +description is name of the listing file to create for this SWF model. If not specified, then the name of the list file will be the basename of the SWF model name file and the '.lst' extension. For example, if the SWF name file is called ``my.model.nam'' then the list file will be called ``my.model.lst''. + +block options +name print_input +type keyword +reader urword +optional true +longname print input to listing file +description REPLACE print_input {'{#1}': 'all model stress package'} + +block options +name print_flows +type keyword +reader urword +optional true +longname print calculated flows to listing file +description REPLACE print_flows {'{#1}': 'all model package'} + +block options +name save_flows +type keyword +reader urword +optional true +longname save flows for all packages to budget file +description REPLACE save_flows {'{#1}': 'all model package'} + +block options +name newtonoptions +type record newton under_relaxation +reader urword +optional true +longname newton keyword and options +description none + +block options +name newton +in_record true +type keyword +reader urword +longname keyword to activate Newton-Raphson formulation +description keyword that activates the Newton-Raphson formulation for surface water flow between connected reaches and stress packages that support calculation of Newton-Raphson terms. + +block options +name under_relaxation +in_record true +type keyword +reader urword +optional true +longname keyword to activate Newton-Raphson UNDER_RELAXATION option +description keyword that indicates whether the surface water stage in a reach will be under-relaxed when water levels fall below the bottom of the model below any given cell. By default, Newton-Raphson UNDER\_RELAXATION is not applied. + +# --------------------- swf nam packages --------------------- + +block packages +name packages +type recarray ftype fname pname +reader urword +optional false +longname package list +description + +block packages +name ftype +in_record true +type string +tagged false +reader urword +longname package type +description is the file type, which must be one of the following character values shown in table~\ref{table:ftype}. Ftype may be entered in any combination of uppercase and lowercase. + +block packages +name fname +in_record true +type string +preserve_case true +tagged false +reader urword +longname file name +description is the name of the file containing the package input. The path to the file should be included if the file is not located in the folder where the program was run. + +block packages +name pname +in_record true +type string +tagged false +reader urword +optional true +longname user name for package +description is the user-defined name for the package. PNAME is restricted to 16 characters. No spaces are allowed in PNAME. PNAME character values are read and stored by the program for stress packages only. These names may be useful for labeling purposes when multiple stress packages of the same type are located within a single SWF Model. If PNAME is specified for a stress package, then PNAME will be used in the flow budget table in the listing file; it will also be used for the text entry in the cell-by-cell budget file. PNAME is case insensitive and is stored in all upper case letters. + diff --git a/doc/mf6io/mf6ivar/dfn/swf-oc.dfn b/doc/mf6io/mf6ivar/dfn/swf-oc.dfn new file mode 100644 index 00000000000..645942857a6 --- /dev/null +++ b/doc/mf6io/mf6ivar/dfn/swf-oc.dfn @@ -0,0 +1,345 @@ +# --------------------- swf oc options --------------------- + +block options +name budget_filerecord +type record budget fileout budgetfile +shape +reader urword +tagged true +optional true +longname +description + +block options +name budget +type keyword +shape +in_record true +reader urword +tagged true +optional false +longname budget keyword +description keyword to specify that record corresponds to the budget. + +block options +name fileout +type keyword +shape +in_record true +reader urword +tagged true +optional false +longname file keyword +description keyword to specify that an output filename is expected next. + +block options +name budgetfile +type string +preserve_case true +shape +in_record true +reader urword +tagged false +optional false +longname file keyword +description name of the output file to write budget information. + +block options +name budgetcsv_filerecord +type record budgetcsv fileout budgetcsvfile +shape +reader urword +tagged true +optional true +longname +description + +block options +name budgetcsv +type keyword +shape +in_record true +reader urword +tagged true +optional false +longname budget keyword +description keyword to specify that record corresponds to the budget CSV. + +block options +name budgetcsvfile +type string +preserve_case true +shape +in_record true +reader urword +tagged false +optional false +longname file keyword +description name of the comma-separated value (CSV) output file to write budget summary information. A budget summary record will be written to this file for each time step of the simulation. + +block options +name qoutflow_filerecord +type record qoutflow fileout qoutflowfile +shape +reader urword +tagged true +optional true +longname +description + +block options +name qoutflow +type keyword +shape +in_record true +reader urword +tagged true +optional false +longname qoutflow keyword +description keyword to specify that record corresponds to qoutflow. + +block options +name qoutflowfile +type string +preserve_case true +shape +in_record true +reader urword +tagged false +optional false +longname file keyword +description name of the output file to write conc information. + +block options +name stage_filerecord +type record stage fileout stagefile +shape +reader urword +tagged true +optional true +longname +description + +block options +name stage +type keyword +shape +in_record true +reader urword +tagged true +optional false +longname stage keyword +description keyword to specify that record corresponds to stage. + +block options +name stagefile +type string +preserve_case true +shape +in_record true +reader urword +tagged false +optional false +longname file keyword +description name of the output file to write stage information. + +block options +name qoutflowprintrecord +type record qoutflow print_format formatrecord +shape +reader urword +optional true +longname +description + +block options +name print_format +type keyword +shape +in_record true +reader urword +tagged true +optional false +longname keyword to indicate that a print format follows +description keyword to specify format for printing to the listing file. + +block options +name formatrecord +type record columns width digits format +shape +in_record true +reader urword +tagged +optional false +longname +description + +block options +name columns +type integer +shape +in_record true +reader urword +tagged true +optional +longname number of columns +description number of columns for writing data. + +block options +name width +type integer +shape +in_record true +reader urword +tagged true +optional +longname width for each number +description width for writing each number. + +block options +name digits +type integer +shape +in_record true +reader urword +tagged true +optional +longname number of digits +description number of digits to use for writing a number. + +block options +name format +type string +shape +in_record true +reader urword +tagged false +optional false +longname write format +description write format can be EXPONENTIAL, FIXED, GENERAL, or SCIENTIFIC. + +# --------------------- swf oc period --------------------- + +block period +name iper +type integer +block_variable True +in_record true +tagged false +shape +valid +reader urword +optional false +longname stress period number +description REPLACE iper {} + +block period +name saverecord +type record save rtype ocsetting +shape +reader urword +tagged false +optional true +longname +description + +block period +name save +type keyword +shape +in_record true +reader urword +tagged true +optional false +longname keyword to save +description keyword to indicate that information will be saved this stress period. + +block period +name printrecord +type record print rtype ocsetting +shape +reader urword +tagged false +optional true +longname +description + +block period +name print +type keyword +shape +in_record true +reader urword +tagged true +optional false +longname keyword to save +description keyword to indicate that information will be printed this stress period. + +block period +name rtype +type string +shape +in_record true +reader urword +tagged false +optional false +longname record type +description type of information to save or print. Can be BUDGET. + +block period +name ocsetting +type keystring all first last frequency steps +shape +tagged false +in_record true +reader urword +longname +description specifies the steps for which the data will be saved. + +block period +name all +type keyword +shape +in_record true +reader urword +longname +description keyword to indicate save for all time steps in period. + +block period +name first +type keyword +shape +in_record true +reader urword +longname +description keyword to indicate save for first step in period. This keyword may be used in conjunction with other keywords to print or save results for multiple time steps. + +block period +name last +type keyword +shape +in_record true +reader urword +longname +description keyword to indicate save for last step in period. This keyword may be used in conjunction with other keywords to print or save results for multiple time steps. + +block period +name frequency +type integer +shape +tagged true +in_record true +reader urword +longname +description save at the specified time step frequency. This keyword may be used in conjunction with other keywords to print or save results for multiple time steps. + +block period +name steps +type integer +shape ($ 0, or it is the area perpendicular to flow of the vertical connection between cell 1 and cell 2 if IHC = 0. | | EXG | GWEGWE | EXCHANGEDATA | AUX | DOUBLE PRECISION (NAUX) | represents the values of the auxiliary variables for each GWEGWE Exchange. The values of auxiliary variables must be present for each exchange. The values must be specified in the order of the auxiliary variables specified in the OPTIONS block. | | EXG | GWEGWE | EXCHANGEDATA | BOUNDNAME | STRING | name of the GWE Exchange cell. BOUNDNAME is an ASCII character variable that can contain as many as 40 characters. If BOUNDNAME contains spaces in it, then the entire name must be enclosed within single quotes. | +| EXG | SWFGWF | OPTIONS | PRINT_INPUT | KEYWORD | keyword to indicate that the list of exchange entries will be echoed to the listing file immediately after it is read. | +| EXG | SWFGWF | OPTIONS | PRINT_FLOWS | KEYWORD | keyword to indicate that the list of exchange flow rates will be printed to the listing file for every stress period in which ``SAVE BUDGET'' is specified in Output Control. | +| EXG | SWFGWF | OPTIONS | OBS6 | KEYWORD | keyword to specify that record corresponds to an observations file. | +| EXG | SWFGWF | OPTIONS | FILEIN | KEYWORD | keyword to specify that an input filename is expected next. | +| EXG | SWFGWF | OPTIONS | OBS6_FILENAME | STRING | is the file name of the observations input file for this exchange. See the ``Observation utility'' section for instructions for preparing observation input files. Table \ref{table:gwf-obstypetable} lists observation type(s) supported by the SWF-GWF package. | +| EXG | SWFGWF | DIMENSIONS | NEXG | INTEGER | keyword and integer value specifying the number of SWF-GWF exchanges. | +| EXG | SWFGWF | EXCHANGEDATA | CELLIDM1 | INTEGER | is the cellid of the cell in model 1 as specified in the simulation name file. For a structured grid that uses the DIS input file, CELLIDM1 is the layer, row, and column numbers of the cell. For a grid that uses the DISV input file, CELLIDM1 is the layer number and CELL2D number for the two cells. If the model uses the unstructured discretization (DISU) input file, then CELLIDM1 is the node number for the cell. | +| EXG | SWFGWF | EXCHANGEDATA | CELLIDM2 | INTEGER | is the cellid of the cell in model 2 as specified in the simulation name file. For a structured grid that uses the DIS input file, CELLIDM2 is the layer, row, and column numbers of the cell. For a grid that uses the DISV input file, CELLIDM2 is the layer number and CELL2D number for the two cells. If the model uses the unstructured discretization (DISU) input file, then CELLIDM2 is the node number for the cell. | +| EXG | SWFGWF | EXCHANGEDATA | COND | DOUBLE PRECISION | is the conductance between the surface water cell and the groundwater cell. | | SLN | IMS | OPTIONS | PRINT_OPTION | STRING | is a flag that controls printing of convergence information from the solver. NONE means print nothing. SUMMARY means print only the total number of iterations and nonlinear residual reduction summaries. ALL means print linear matrix solver convergence information to the solution listing file and model specific linear matrix solver convergence information to each model listing file in addition to SUMMARY information. NONE is default if PRINT\_OPTION is not specified. | | SLN | IMS | OPTIONS | COMPLEXITY | STRING | is an optional keyword that defines default non-linear and linear solver parameters. SIMPLE - indicates that default solver input values will be defined that work well for nearly linear models. This would be used for models that do not include nonlinear stress packages and models that are either confined or consist of a single unconfined layer that is thick enough to contain the water table within a single layer. MODERATE - indicates that default solver input values will be defined that work well for moderately nonlinear models. This would be used for models that include nonlinear stress packages and models that consist of one or more unconfined layers. The MODERATE option should be used when the SIMPLE option does not result in successful convergence. COMPLEX - indicates that default solver input values will be defined that work well for highly nonlinear models. This would be used for models that include nonlinear stress packages and models that consist of one or more unconfined layers representing complex geology and surface-water/groundwater interaction. The COMPLEX option should be used when the MODERATE option does not result in successful convergence. Non-linear and linear solver parameters assigned using a specified complexity can be modified in the NONLINEAR and LINEAR blocks. If the COMPLEXITY option is not specified, NONLINEAR and LINEAR variables will be assigned the simple complexity values. | | SLN | IMS | OPTIONS | CSV_OUTPUT | KEYWORD | keyword to specify that the record corresponds to the comma separated values solver convergence output. The CSV\_OUTPUT option has been deprecated and split into the CSV_OUTER_OUTPUT and CSV_INNER_OUTPUT options. Starting with MODFLOW 6 version 6.1.1 if the CSV_OUTPUT option is specified, then it is treated as the CSV_OUTER_OUTPUT option. | @@ -1487,6 +1496,138 @@ | GWE | FMI | PACKAGEDATA | FLOWTYPE | STRING | is the word GWFBUDGET, GWFHEAD, GWFMOVER or the name of an advanced GWF stress package. If GWFBUDGET is specified, then the corresponding file must be a budget file from a previous GWF Model run. If an advanced GWF stress package name appears then the corresponding file must be the budget file saved by a LAK, SFR, MAW or UZF Package. | | GWE | FMI | PACKAGEDATA | FILEIN | KEYWORD | keyword to specify that an input filename is expected next. | | GWE | FMI | PACKAGEDATA | FNAME | STRING | is the name of the file containing flows. The path to the file should be included if the file is not located in the folder where the program was run. | +| SWF | NAM | OPTIONS | LIST | STRING | is name of the listing file to create for this SWF model. If not specified, then the name of the list file will be the basename of the SWF model name file and the '.lst' extension. For example, if the SWF name file is called ``my.model.nam'' then the list file will be called ``my.model.lst''. | +| SWF | NAM | OPTIONS | PRINT_INPUT | KEYWORD | keyword to indicate that the list of all model stress package information will be written to the listing file immediately after it is read. | +| SWF | NAM | OPTIONS | PRINT_FLOWS | KEYWORD | keyword to indicate that the list of all model package flow rates will be printed to the listing file for every stress period time step in which ``BUDGET PRINT'' is specified in Output Control. If there is no Output Control option and ``PRINT\_FLOWS'' is specified, then flow rates are printed for the last time step of each stress period. | +| SWF | NAM | OPTIONS | SAVE_FLOWS | KEYWORD | keyword to indicate that all model package flow terms will be written to the file specified with ``BUDGET FILEOUT'' in Output Control. | +| SWF | NAM | OPTIONS | NEWTON | KEYWORD | keyword that activates the Newton-Raphson formulation for surface water flow between connected reaches and stress packages that support calculation of Newton-Raphson terms. | +| SWF | NAM | OPTIONS | UNDER_RELAXATION | KEYWORD | keyword that indicates whether the surface water stage in a reach will be under-relaxed when water levels fall below the bottom of the model below any given cell. By default, Newton-Raphson UNDER\_RELAXATION is not applied. | +| SWF | NAM | PACKAGES | FTYPE | STRING | is the file type, which must be one of the following character values shown in table~\ref{table:ftype}. Ftype may be entered in any combination of uppercase and lowercase. | +| SWF | NAM | PACKAGES | FNAME | STRING | is the name of the file containing the package input. The path to the file should be included if the file is not located in the folder where the program was run. | +| SWF | NAM | PACKAGES | PNAME | STRING | is the user-defined name for the package. PNAME is restricted to 16 characters. No spaces are allowed in PNAME. PNAME character values are read and stored by the program for stress packages only. These names may be useful for labeling purposes when multiple stress packages of the same type are located within a single SWF Model. If PNAME is specified for a stress package, then PNAME will be used in the flow budget table in the listing file; it will also be used for the text entry in the cell-by-cell budget file. PNAME is case insensitive and is stored in all upper case letters. | +| SWF | DISL | OPTIONS | LENGTH_UNITS | STRING | is the length units used for this model. Values can be ``FEET'', ``METERS'', or ``CENTIMETERS''. If not specified, the default is ``UNKNOWN''. | +| SWF | DISL | OPTIONS | LENGTH_CONVERT | DOUBLE PRECISION | conversion factor that is used in converting constants used by MODFLOW into model length units. All constants are by default in units of ``meters''. Constants that use length\_conversion include GRAVITY and STORAGE COEFFICIENT values. | +| SWF | DISL | OPTIONS | TIME_CONVERT | DOUBLE PRECISION | conversion factor that is used in converting constants used by MODFLOW into model time units. All constants are by default in units of ``seconds''. TIME\_CONVERSION is used to convert the GRAVITY constant from seconds to the model's units. | +| SWF | DISL | OPTIONS | NOGRB | KEYWORD | keyword to deactivate writing of the binary grid file. | +| SWF | DISL | OPTIONS | XORIGIN | DOUBLE PRECISION | x-position of the origin used for model grid vertices. This value should be provided in a real-world coordinate system. A default value of zero is assigned if not specified. The value for XORIGIN does not affect the model simulation, but it is written to the binary grid file so that postprocessors can locate the grid in space. | +| SWF | DISL | OPTIONS | YORIGIN | DOUBLE PRECISION | y-position of the origin used for model grid vertices. This value should be provided in a real-world coordinate system. If not specified, then a default value equal to zero is used. The value for YORIGIN does not affect the model simulation, but it is written to the binary grid file so that postprocessors can locate the grid in space. | +| SWF | DISL | OPTIONS | ANGROT | DOUBLE PRECISION | counter-clockwise rotation angle (in degrees) of the model grid coordinate system relative to a real-world coordinate system. If not specified, then a default value of 0.0 is assigned. The value for ANGROT does not affect the model simulation, but it is written to the binary grid file so that postprocessors can locate the grid in space. | +| SWF | DISL | DIMENSIONS | NODES | INTEGER | is the number of linear cells. | +| SWF | DISL | DIMENSIONS | NVERT | INTEGER | is the total number of (x, y, z) vertex pairs used to characterize the model grid. | +| SWF | DISL | GRIDDATA | REACH_LENGTH | DOUBLE PRECISION (NODES) | length for each reach | +| SWF | DISL | GRIDDATA | REACH_BOTTOM | DOUBLE PRECISION (NODES) | bottom elevation of surface water channel | +| SWF | DISL | GRIDDATA | TOREACH | INTEGER (NODES) | index of the downstream reach. Flow from this reach is passed into the dowstream reach. For reaches that do not flow to another reach enter a 0 to toreach. | +| SWF | DISL | GRIDDATA | IDOMAIN | INTEGER (NODES) | is an optional array that characterizes the existence status of a cell. If the IDOMAIN array is not specified, then all model cells exist within the solution. If the IDOMAIN value for a cell is 0, the cell does not exist in the simulation. Input and output values will be read and written for the cell, but internal to the program, the cell is excluded from the solution. If the IDOMAIN value for a cell is 1, the cell exists in the simulation. | +| SWF | DISL | VERTICES | IV | INTEGER | is the vertex number. Records in the VERTICES block must be listed in consecutive order from 1 to NVERT. | +| SWF | DISL | VERTICES | XV | DOUBLE PRECISION | is the x-coordinate for the vertex. | +| SWF | DISL | VERTICES | YV | DOUBLE PRECISION | is the y-coordinate for the vertex. | +| SWF | DISL | VERTICES | ZV | DOUBLE PRECISION | is the z-coordinate for the vertex. | +| SWF | DISL | CELL2D | ICELL2D | INTEGER | is the cell2d number. Records in the cell2d block must be listed in consecutive order from the first to the last. | +| SWF | DISL | CELL2D | FDC | DOUBLE PRECISION | is the fractional distance to the cell center. FDC is relative to the first vertex in the ICVERT array. In most cases FDC should be 0.5, which would place the center of the line segment that defines the cell. If the value of FDC is 1, the cell center would located at the last vertex. FDC values of 0 and 1 can be used to place the node at either end of the cell which can be useful for cells with boundary conditions. | +| SWF | DISL | CELL2D | NCVERT | INTEGER | is the number of vertices required to define the cell. There may be a different number of vertices for each cell. | +| SWF | DISL | CELL2D | ICVERT | INTEGER (NCVERT) | is an array of integer values containing vertex numbers (in the VERTICES block) used to define the cell. Vertices must be listed in the order that defines the line representing the cell. Cells that are connected must share vertices. The bottom elevation of the cell is calculated using the ZV of the first and last vertex point and FDC. | +| SWF | DFW | OPTIONS | CENTRAL_IN_SPACE | KEYWORD | keyword to indicate conductance should be calculated using central-in-space weighting instead of the default upstream weighting approach. | +| SWF | DFW | OPTIONS | LENGTH_CONVERSION | DOUBLE PRECISION | real value that is used to convert user-specified Manning's roughness coefficients from meters to model length units. LENGTH\_CONVERSION should be set to 3.28081, 1.0, and 100.0 when using length units (LENGTH\_UNITS) of feet, meters, or centimeters in the simulation, respectively. LENGTH\_CONVERSION does not need to be specified if LENGTH\_UNITS are meters. | +| SWF | DFW | OPTIONS | TIME_CONVERSION | DOUBLE PRECISION | real value that is used to convert user-specified Manning's roughness coefficients from seconds to model time units. TIME\_CONVERSION should be set to 1.0, 60.0, 3,600.0, 86,400.0, and 31,557,600.0 when using time units (TIME\_UNITS) of seconds, minutes, hours, days, or years in the simulation, respectively. TIME\_CONVERSION does not need to be specified if TIME\_UNITS are seconds. | +| SWF | DFW | OPTIONS | SAVE_FLOWS | KEYWORD | keyword to indicate that budget flow terms will be written to the file specified with ``BUDGET SAVE FILE'' in Output Control. | +| SWF | DFW | OPTIONS | PRINT_FLOWS | KEYWORD | keyword to indicate that calculated flows between cells will be printed to the listing file for every stress period time step in which ``BUDGET PRINT'' is specified in Output Control. If there is no Output Control option and ``PRINT\_FLOWS'' is specified, then flow rates are printed for the last time step of each stress period. This option can produce extremely large list files because all cell-by-cell flows are printed. It should only be used with the DFW Package for models that have a small number of cells. | +| SWF | DFW | OPTIONS | OBS6 | KEYWORD | keyword to specify that record corresponds to an observations file. | +| SWF | DFW | OPTIONS | FILEIN | KEYWORD | keyword to specify that an input filename is expected next. | +| SWF | DFW | OPTIONS | OBS6_FILENAME | STRING | name of input file to define observations for the DFW package. See the ``Observation utility'' section for instructions for preparing observation input files. Tables \ref{table:gwf-obstypetable} and \ref{table:gwt-obstypetable} lists observation type(s) supported by the DFW package. | +| SWF | DFW | GRIDDATA | WIDTH | DOUBLE PRECISION (NODES) | real value that defines the reach width. WIDTH must be greater than zero. | +| SWF | DFW | GRIDDATA | MANNINGSN | DOUBLE PRECISION (NODES) | mannings roughness coefficient | +| SWF | DFW | GRIDDATA | SLOPE | DOUBLE PRECISION (NODES) | bottom slope of the river bed | +| SWF | DFW | GRIDDATA | IDCXS | INTEGER (NODES) | integer value indication the cross section identifier in the Cross Section Package that applies to the reach. If not provided then reach will be treated as hydraulically wide. | +| SWF | CXS | OPTIONS | PRINT_INPUT | KEYWORD | keyword to indicate that the list of stream reach information will be written to the listing file immediately after it is read. | +| SWF | CXS | DIMENSIONS | NSECTIONS | INTEGER | integer value specifying the number of cross sections that will be defined. There must be NSECTIONS entries in the PACKAGEDATA block. | +| SWF | CXS | DIMENSIONS | NPOINTS | INTEGER | integer value specifying the total number of cross-section points defined for all reaches. There must be NPOINTS entries in the CROSSSECTIONDATA block. | +| SWF | CXS | PACKAGEDATA | IDCXS | INTEGER | integer value that defines the cross section number associated with the specified PACKAGEDATA data on the line. IDCXS must be greater than zero and less than or equal to NSECTIONS. Information must be specified for every section or the program will terminate with an error. The program will also terminate with an error if information for a section is specified more than once. | +| SWF | CXS | PACKAGEDATA | NXSPOINTS | INTEGER | integer value that defines the number of points used to define the define the shape of a section. NXSPOINTS must be greater than zero or the program will terminate with an error. NXSPOINTS defines the number of points that must be entered for the reach in the CROSSSECTIONDATA block. The sum of NXSPOINTS for all sections must equal the NPOINTS dimension. | +| SWF | CXS | CROSSSECTIONDATA | XFRACTION | DOUBLE PRECISION | real value that defines the station (x) data for the cross-section as a fraction of the width (WIDTH) of the reach. XFRACTION must be greater than or equal to zero but can be greater than one. XFRACTION values can be used to decrease or increase the width of a reach from the specified reach width (WIDTH). | +| SWF | CXS | CROSSSECTIONDATA | HEIGHT | DOUBLE PRECISION | real value that is the height relative to the top of the lowest elevation of the streambed (ELEVATION) and corresponding to the station data on the same line. HEIGHT must be greater than or equal to zero and at least one cross-section height must be equal to zero. | +| SWF | CXS | CROSSSECTIONDATA | MANFRACTION | DOUBLE PRECISION | real value that defines the Manning's roughness coefficient data for the cross-section as a fraction of the Manning's roughness coefficient for the reach (MANNINGSN) and corresponding to the station data on the same line. MANFRACTION must be greater than zero. MANFRACTION is applied from the XFRACTION value on the same line to the XFRACTION value on the next line. | +| SWF | IC | GRIDDATA | STRT | DOUBLE PRECISION (NODES) | is the initial (starting) stage---that is, stage at the beginning of the SWF Model simulation. STRT must be specified for all SWF Model simulations. One value is read for every model reach. | +| SWF | STO | OPTIONS | SAVE_FLOWS | KEYWORD | keyword to indicate that cell-by-cell flow terms will be written to the file specified with ``BUDGET SAVE FILE'' in Output Control. | +| SWF | STO | PERIOD | IPER | INTEGER | integer value specifying the starting stress period number for which the data specified in the PERIOD block apply. IPER must be less than or equal to NPER in the TDIS Package and greater than zero. The IPER value assigned to a stress period block must be greater than the IPER value assigned for the previous PERIOD block. The information specified in the PERIOD block will continue to apply for all subsequent stress periods, unless the program encounters another PERIOD block. | +| SWF | STO | PERIOD | STEADY-STATE | KEYWORD | keyword to indicate that stress period IPER is steady-state. Steady-state conditions will apply until the TRANSIENT keyword is specified in a subsequent BEGIN PERIOD block. | +| SWF | STO | PERIOD | TRANSIENT | KEYWORD | keyword to indicate that stress period IPER is transient. Transient conditions will apply until the STEADY-STATE keyword is specified in a subsequent BEGIN PERIOD block. | +| SWF | OC | OPTIONS | BUDGET | KEYWORD | keyword to specify that record corresponds to the budget. | +| SWF | OC | OPTIONS | FILEOUT | KEYWORD | keyword to specify that an output filename is expected next. | +| SWF | OC | OPTIONS | BUDGETFILE | STRING | name of the output file to write budget information. | +| SWF | OC | OPTIONS | BUDGETCSV | KEYWORD | keyword to specify that record corresponds to the budget CSV. | +| SWF | OC | OPTIONS | BUDGETCSVFILE | STRING | name of the comma-separated value (CSV) output file to write budget summary information. A budget summary record will be written to this file for each time step of the simulation. | +| SWF | OC | OPTIONS | QOUTFLOW | KEYWORD | keyword to specify that record corresponds to qoutflow. | +| SWF | OC | OPTIONS | QOUTFLOWFILE | STRING | name of the output file to write conc information. | +| SWF | OC | OPTIONS | STAGE | KEYWORD | keyword to specify that record corresponds to stage. | +| SWF | OC | OPTIONS | STAGEFILE | STRING | name of the output file to write stage information. | +| SWF | OC | OPTIONS | PRINT_FORMAT | KEYWORD | keyword to specify format for printing to the listing file. | +| SWF | OC | OPTIONS | COLUMNS | INTEGER | number of columns for writing data. | +| SWF | OC | OPTIONS | WIDTH | INTEGER | width for writing each number. | +| SWF | OC | OPTIONS | DIGITS | INTEGER | number of digits to use for writing a number. | +| SWF | OC | OPTIONS | FORMAT | STRING | write format can be EXPONENTIAL, FIXED, GENERAL, or SCIENTIFIC. | +| SWF | OC | PERIOD | IPER | INTEGER | integer value specifying the starting stress period number for which the data specified in the PERIOD block apply. IPER must be less than or equal to NPER in the TDIS Package and greater than zero. The IPER value assigned to a stress period block must be greater than the IPER value assigned for the previous PERIOD block. The information specified in the PERIOD block will continue to apply for all subsequent stress periods, unless the program encounters another PERIOD block. | +| SWF | OC | PERIOD | SAVE | KEYWORD | keyword to indicate that information will be saved this stress period. | +| SWF | OC | PERIOD | PRINT | KEYWORD | keyword to indicate that information will be printed this stress period. | +| SWF | OC | PERIOD | RTYPE | STRING | type of information to save or print. Can be BUDGET. | +| SWF | OC | PERIOD | OCSETTING | KEYSTRING | specifies the steps for which the data will be saved. | +| SWF | OC | PERIOD | ALL | KEYWORD | keyword to indicate save for all time steps in period. | +| SWF | OC | PERIOD | FIRST | KEYWORD | keyword to indicate save for first step in period. This keyword may be used in conjunction with other keywords to print or save results for multiple time steps. | +| SWF | OC | PERIOD | LAST | KEYWORD | keyword to indicate save for last step in period. This keyword may be used in conjunction with other keywords to print or save results for multiple time steps. | +| SWF | OC | PERIOD | FREQUENCY | INTEGER | save at the specified time step frequency. This keyword may be used in conjunction with other keywords to print or save results for multiple time steps. | +| SWF | OC | PERIOD | STEPS | INTEGER ( +END DIMENSIONS diff --git a/doc/mf6io/mf6ivar/tex/exg-swfgwf-exchangedata.dat b/doc/mf6io/mf6ivar/tex/exg-swfgwf-exchangedata.dat new file mode 100644 index 00000000000..16d98aa8047 --- /dev/null +++ b/doc/mf6io/mf6ivar/tex/exg-swfgwf-exchangedata.dat @@ -0,0 +1,5 @@ +BEGIN EXCHANGEDATA + + + ... +END EXCHANGEDATA diff --git a/doc/mf6io/mf6ivar/tex/exg-swfgwf-options.dat b/doc/mf6io/mf6ivar/tex/exg-swfgwf-options.dat new file mode 100644 index 00000000000..106a21ad8dc --- /dev/null +++ b/doc/mf6io/mf6ivar/tex/exg-swfgwf-options.dat @@ -0,0 +1,5 @@ +BEGIN OPTIONS + [PRINT_INPUT] + [PRINT_FLOWS] + [OBS6 FILEIN ] +END OPTIONS diff --git a/doc/mf6io/mf6ivar/tex/swf-chd-desc.tex b/doc/mf6io/mf6ivar/tex/swf-chd-desc.tex new file mode 100644 index 00000000000..eb5be079cd5 --- /dev/null +++ b/doc/mf6io/mf6ivar/tex/swf-chd-desc.tex @@ -0,0 +1,49 @@ +% DO NOT MODIFY THIS FILE DIRECTLY. IT IS CREATED BY mf6ivar.py + +\item \textbf{Block: OPTIONS} + +\begin{description} +\item \texttt{auxiliary}---defines an array of one or more auxiliary variable names. There is no limit on the number of auxiliary variables that can be provided on this line; however, lists of information provided in subsequent blocks must have a column of data for each auxiliary variable name defined here. The number of auxiliary variables detected on this line determines the value for naux. Comments cannot be provided anywhere on this line as they will be interpreted as auxiliary variable names. Auxiliary variables may not be used by the package, but they will be available for use by other parts of the program. The program will terminate with an error if auxiliary variables are specified on more than one line in the options block. + +\item \texttt{auxmultname}---name of auxiliary variable to be used as multiplier of CHD head value. + +\item \texttt{BOUNDNAMES}---keyword to indicate that boundary names may be provided with the list of constant-head cells. + +\item \texttt{PRINT\_INPUT}---keyword to indicate that the list of constant-head information will be written to the listing file immediately after it is read. + +\item \texttt{PRINT\_FLOWS}---keyword to indicate that the list of constant-head flow rates will be printed to the listing file for every stress period time step in which ``BUDGET PRINT'' is specified in Output Control. If there is no Output Control option and ``PRINT\_FLOWS'' is specified, then flow rates are printed for the last time step of each stress period. + +\item \texttt{SAVE\_FLOWS}---keyword to indicate that constant-head flow terms will be written to the file specified with ``BUDGET FILEOUT'' in Output Control. + +\item \texttt{TS6}---keyword to specify that record corresponds to a time-series file. + +\item \texttt{FILEIN}---keyword to specify that an input filename is expected next. + +\item \texttt{ts6\_filename}---defines a time-series file defining time series that can be used to assign time-varying values. See the ``Time-Variable Input'' section for instructions on using the time-series capability. + +\item \texttt{OBS6}---keyword to specify that record corresponds to an observations file. + +\item \texttt{obs6\_filename}---name of input file to define observations for the constant-head package. See the ``Observation utility'' section for instructions for preparing observation input files. Tables \ref{table:gwf-obstypetable} and \ref{table:gwt-obstypetable} lists observation type(s) supported by the constant-head package. + +\end{description} +\item \textbf{Block: DIMENSIONS} + +\begin{description} +\item \texttt{maxbound}---integer value specifying the maximum number of constant-head cells that will be specified for use during any stress period. + +\end{description} +\item \textbf{Block: PERIOD} + +\begin{description} +\item \texttt{iper}---integer value specifying the starting stress period number for which the data specified in the PERIOD block apply. IPER must be less than or equal to NPER in the TDIS Package and greater than zero. The IPER value assigned to a stress period block must be greater than the IPER value assigned for the previous PERIOD block. The information specified in the PERIOD block will continue to apply for all subsequent stress periods, unless the program encounters another PERIOD block. + +\item \texttt{cellid}---is the cell identifier, and depends on the type of grid that is used for the simulation. For a structured grid that uses the DIS input file, CELLID is the layer, row, and column. For a grid that uses the DISV input file, CELLID is the layer and CELL2D number. If the model uses the unstructured discretization (DISU) input file, CELLID is the node number for the cell. + +\item \textcolor{blue}{\texttt{head}---is the head at the boundary. If the Options block includes a TIMESERIESFILE entry (see the ``Time-Variable Input'' section), values can be obtained from a time series by entering the time-series name in place of a numeric value.} + +\item \textcolor{blue}{\texttt{aux}---represents the values of the auxiliary variables for each constant head. The values of auxiliary variables must be present for each constant head. The values must be specified in the order of the auxiliary variables specified in the OPTIONS block. If the package supports time series and the Options block includes a TIMESERIESFILE entry (see the ``Time-Variable Input'' section), values can be obtained from a time series by entering the time-series name in place of a numeric value.} + +\item \texttt{boundname}---name of the constant head boundary cell. BOUNDNAME is an ASCII character variable that can contain as many as 40 characters. If BOUNDNAME contains spaces in it, then the entire name must be enclosed within single quotes. + +\end{description} + diff --git a/doc/mf6io/mf6ivar/tex/swf-chd-dimensions.dat b/doc/mf6io/mf6ivar/tex/swf-chd-dimensions.dat new file mode 100644 index 00000000000..7b4c7bf6ec7 --- /dev/null +++ b/doc/mf6io/mf6ivar/tex/swf-chd-dimensions.dat @@ -0,0 +1,3 @@ +BEGIN DIMENSIONS + MAXBOUND +END DIMENSIONS diff --git a/doc/mf6io/mf6ivar/tex/swf-chd-options.dat b/doc/mf6io/mf6ivar/tex/swf-chd-options.dat new file mode 100644 index 00000000000..0985bd51e40 --- /dev/null +++ b/doc/mf6io/mf6ivar/tex/swf-chd-options.dat @@ -0,0 +1,10 @@ +BEGIN OPTIONS + [AUXILIARY ] + [AUXMULTNAME ] + [BOUNDNAMES] + [PRINT_INPUT] + [PRINT_FLOWS] + [SAVE_FLOWS] + [TS6 FILEIN ] + [OBS6 FILEIN ] +END OPTIONS diff --git a/doc/mf6io/mf6ivar/tex/swf-chd-period.dat b/doc/mf6io/mf6ivar/tex/swf-chd-period.dat new file mode 100644 index 00000000000..a24c7694352 --- /dev/null +++ b/doc/mf6io/mf6ivar/tex/swf-chd-period.dat @@ -0,0 +1,5 @@ +BEGIN PERIOD + <@head@> [<@aux(naux)@>] [] + <@head@> [<@aux(naux)@>] [] + ... +END PERIOD diff --git a/doc/mf6io/mf6ivar/tex/swf-cxs-crosssectiondata.dat b/doc/mf6io/mf6ivar/tex/swf-cxs-crosssectiondata.dat new file mode 100644 index 00000000000..d084669a0b3 --- /dev/null +++ b/doc/mf6io/mf6ivar/tex/swf-cxs-crosssectiondata.dat @@ -0,0 +1,5 @@ +BEGIN CROSSSECTIONDATA + + + ... +END CROSSSECTIONDATA diff --git a/doc/mf6io/mf6ivar/tex/swf-cxs-desc.tex b/doc/mf6io/mf6ivar/tex/swf-cxs-desc.tex new file mode 100644 index 00000000000..f804fbeea01 --- /dev/null +++ b/doc/mf6io/mf6ivar/tex/swf-cxs-desc.tex @@ -0,0 +1,35 @@ +% DO NOT MODIFY THIS FILE DIRECTLY. IT IS CREATED BY mf6ivar.py + +\item \textbf{Block: OPTIONS} + +\begin{description} +\item \texttt{PRINT\_INPUT}---keyword to indicate that the list of stream reach information will be written to the listing file immediately after it is read. + +\end{description} +\item \textbf{Block: DIMENSIONS} + +\begin{description} +\item \texttt{nsections}---integer value specifying the number of cross sections that will be defined. There must be NSECTIONS entries in the PACKAGEDATA block. + +\item \texttt{npoints}---integer value specifying the total number of cross-section points defined for all reaches. There must be NPOINTS entries in the CROSSSECTIONDATA block. + +\end{description} +\item \textbf{Block: PACKAGEDATA} + +\begin{description} +\item \texttt{idcxs}---integer value that defines the cross section number associated with the specified PACKAGEDATA data on the line. IDCXS must be greater than zero and less than or equal to NSECTIONS. Information must be specified for every section or the program will terminate with an error. The program will also terminate with an error if information for a section is specified more than once. + +\item \texttt{nxspoints}---integer value that defines the number of points used to define the define the shape of a section. NXSPOINTS must be greater than zero or the program will terminate with an error. NXSPOINTS defines the number of points that must be entered for the reach in the CROSSSECTIONDATA block. The sum of NXSPOINTS for all sections must equal the NPOINTS dimension. + +\end{description} +\item \textbf{Block: CROSSSECTIONDATA} + +\begin{description} +\item \texttt{xfraction}---real value that defines the station (x) data for the cross-section as a fraction of the width (WIDTH) of the reach. XFRACTION must be greater than or equal to zero but can be greater than one. XFRACTION values can be used to decrease or increase the width of a reach from the specified reach width (WIDTH). + +\item \texttt{height}---real value that is the height relative to the top of the lowest elevation of the streambed (ELEVATION) and corresponding to the station data on the same line. HEIGHT must be greater than or equal to zero and at least one cross-section height must be equal to zero. + +\item \texttt{manfraction}---real value that defines the Manning's roughness coefficient data for the cross-section as a fraction of the Manning's roughness coefficient for the reach (MANNINGSN) and corresponding to the station data on the same line. MANFRACTION must be greater than zero. MANFRACTION is applied from the XFRACTION value on the same line to the XFRACTION value on the next line. + +\end{description} + diff --git a/doc/mf6io/mf6ivar/tex/swf-cxs-dimensions.dat b/doc/mf6io/mf6ivar/tex/swf-cxs-dimensions.dat new file mode 100644 index 00000000000..53a408acdda --- /dev/null +++ b/doc/mf6io/mf6ivar/tex/swf-cxs-dimensions.dat @@ -0,0 +1,4 @@ +BEGIN DIMENSIONS + NSECTIONS + NPOINTS +END DIMENSIONS diff --git a/doc/mf6io/mf6ivar/tex/swf-cxs-options.dat b/doc/mf6io/mf6ivar/tex/swf-cxs-options.dat new file mode 100644 index 00000000000..fa89f1b61d2 --- /dev/null +++ b/doc/mf6io/mf6ivar/tex/swf-cxs-options.dat @@ -0,0 +1,3 @@ +BEGIN OPTIONS + [PRINT_INPUT] +END OPTIONS diff --git a/doc/mf6io/mf6ivar/tex/swf-cxs-packagedata.dat b/doc/mf6io/mf6ivar/tex/swf-cxs-packagedata.dat new file mode 100644 index 00000000000..552a51db584 --- /dev/null +++ b/doc/mf6io/mf6ivar/tex/swf-cxs-packagedata.dat @@ -0,0 +1,5 @@ +BEGIN PACKAGEDATA + + + ... +END PACKAGEDATA diff --git a/doc/mf6io/mf6ivar/tex/swf-dfw-desc.tex b/doc/mf6io/mf6ivar/tex/swf-dfw-desc.tex new file mode 100644 index 00000000000..37aad56efcf --- /dev/null +++ b/doc/mf6io/mf6ivar/tex/swf-dfw-desc.tex @@ -0,0 +1,35 @@ +% DO NOT MODIFY THIS FILE DIRECTLY. IT IS CREATED BY mf6ivar.py + +\item \textbf{Block: OPTIONS} + +\begin{description} +\item \texttt{CENTRAL\_IN\_SPACE}---keyword to indicate conductance should be calculated using central-in-space weighting instead of the default upstream weighting approach. + +\item \texttt{length\_conversion}---real value that is used to convert user-specified Manning's roughness coefficients from meters to model length units. LENGTH\_CONVERSION should be set to 3.28081, 1.0, and 100.0 when using length units (LENGTH\_UNITS) of feet, meters, or centimeters in the simulation, respectively. LENGTH\_CONVERSION does not need to be specified if LENGTH\_UNITS are meters. + +\item \texttt{time\_conversion}---real value that is used to convert user-specified Manning's roughness coefficients from seconds to model time units. TIME\_CONVERSION should be set to 1.0, 60.0, 3,600.0, 86,400.0, and 31,557,600.0 when using time units (TIME\_UNITS) of seconds, minutes, hours, days, or years in the simulation, respectively. TIME\_CONVERSION does not need to be specified if TIME\_UNITS are seconds. + +\item \texttt{SAVE\_FLOWS}---keyword to indicate that budget flow terms will be written to the file specified with ``BUDGET SAVE FILE'' in Output Control. + +\item \texttt{PRINT\_FLOWS}---keyword to indicate that calculated flows between cells will be printed to the listing file for every stress period time step in which ``BUDGET PRINT'' is specified in Output Control. If there is no Output Control option and ``PRINT\_FLOWS'' is specified, then flow rates are printed for the last time step of each stress period. This option can produce extremely large list files because all cell-by-cell flows are printed. It should only be used with the DFW Package for models that have a small number of cells. + +\item \texttt{OBS6}---keyword to specify that record corresponds to an observations file. + +\item \texttt{FILEIN}---keyword to specify that an input filename is expected next. + +\item \texttt{obs6\_filename}---name of input file to define observations for the DFW package. See the ``Observation utility'' section for instructions for preparing observation input files. Tables \ref{table:gwf-obstypetable} and \ref{table:gwt-obstypetable} lists observation type(s) supported by the DFW package. + +\end{description} +\item \textbf{Block: GRIDDATA} + +\begin{description} +\item \texttt{width}---real value that defines the reach width. WIDTH must be greater than zero. + +\item \texttt{manningsn}---mannings roughness coefficient + +\item \texttt{slope}---bottom slope of the river bed + +\item \texttt{idcxs}---integer value indication the cross section identifier in the Cross Section Package that applies to the reach. If not provided then reach will be treated as hydraulically wide. + +\end{description} + diff --git a/doc/mf6io/mf6ivar/tex/swf-dfw-griddata.dat b/doc/mf6io/mf6ivar/tex/swf-dfw-griddata.dat new file mode 100644 index 00000000000..8357702fb8f --- /dev/null +++ b/doc/mf6io/mf6ivar/tex/swf-dfw-griddata.dat @@ -0,0 +1,10 @@ +BEGIN GRIDDATA + WIDTH + -- READARRAY + MANNINGSN + -- READARRAY + SLOPE + -- READARRAY + [IDCXS + -- READARRAY] +END GRIDDATA diff --git a/doc/mf6io/mf6ivar/tex/swf-dfw-options.dat b/doc/mf6io/mf6ivar/tex/swf-dfw-options.dat new file mode 100644 index 00000000000..fb2a386b7c5 --- /dev/null +++ b/doc/mf6io/mf6ivar/tex/swf-dfw-options.dat @@ -0,0 +1,8 @@ +BEGIN OPTIONS + [CENTRAL_IN_SPACE] + [LENGTH_CONVERSION ] + [TIME_CONVERSION ] + [SAVE_FLOWS] + [PRINT_FLOWS] + [OBS6 FILEIN ] +END OPTIONS diff --git a/doc/mf6io/mf6ivar/tex/swf-disl-cell2d.dat b/doc/mf6io/mf6ivar/tex/swf-disl-cell2d.dat new file mode 100644 index 00000000000..f8ad1f65f50 --- /dev/null +++ b/doc/mf6io/mf6ivar/tex/swf-disl-cell2d.dat @@ -0,0 +1,5 @@ +BEGIN CELL2D + + + ... +END CELL2D diff --git a/doc/mf6io/mf6ivar/tex/swf-disl-desc.tex b/doc/mf6io/mf6ivar/tex/swf-disl-desc.tex new file mode 100644 index 00000000000..f9a3460ea30 --- /dev/null +++ b/doc/mf6io/mf6ivar/tex/swf-disl-desc.tex @@ -0,0 +1,65 @@ +% DO NOT MODIFY THIS FILE DIRECTLY. IT IS CREATED BY mf6ivar.py + +\item \textbf{Block: OPTIONS} + +\begin{description} +\item \texttt{length\_units}---is the length units used for this model. Values can be ``FEET'', ``METERS'', or ``CENTIMETERS''. If not specified, the default is ``UNKNOWN''. + +\item \texttt{length\_convert}---conversion factor that is used in converting constants used by MODFLOW into model length units. All constants are by default in units of ``meters''. Constants that use length\_conversion include GRAVITY and STORAGE COEFFICIENT values. + +\item \texttt{time\_convert}---conversion factor that is used in converting constants used by MODFLOW into model time units. All constants are by default in units of ``seconds''. TIME\_CONVERSION is used to convert the GRAVITY constant from seconds to the model's units. + +\item \texttt{NOGRB}---keyword to deactivate writing of the binary grid file. + +\item \texttt{xorigin}---x-position of the origin used for model grid vertices. This value should be provided in a real-world coordinate system. A default value of zero is assigned if not specified. The value for XORIGIN does not affect the model simulation, but it is written to the binary grid file so that postprocessors can locate the grid in space. + +\item \texttt{yorigin}---y-position of the origin used for model grid vertices. This value should be provided in a real-world coordinate system. If not specified, then a default value equal to zero is used. The value for YORIGIN does not affect the model simulation, but it is written to the binary grid file so that postprocessors can locate the grid in space. + +\item \texttt{angrot}---counter-clockwise rotation angle (in degrees) of the model grid coordinate system relative to a real-world coordinate system. If not specified, then a default value of 0.0 is assigned. The value for ANGROT does not affect the model simulation, but it is written to the binary grid file so that postprocessors can locate the grid in space. + +\end{description} +\item \textbf{Block: DIMENSIONS} + +\begin{description} +\item \texttt{nodes}---is the number of linear cells. + +\item \texttt{nvert}---is the total number of (x, y, z) vertex pairs used to characterize the model grid. + +\end{description} +\item \textbf{Block: GRIDDATA} + +\begin{description} +\item \texttt{reach\_length}---length for each reach + +\item \texttt{reach\_bottom}---bottom elevation of surface water channel + +\item \texttt{toreach}---index of the downstream reach. Flow from this reach is passed into the dowstream reach. For reaches that do not flow to another reach enter a 0 to toreach. + +\item \texttt{idomain}---is an optional array that characterizes the existence status of a cell. If the IDOMAIN array is not specified, then all model cells exist within the solution. If the IDOMAIN value for a cell is 0, the cell does not exist in the simulation. Input and output values will be read and written for the cell, but internal to the program, the cell is excluded from the solution. If the IDOMAIN value for a cell is 1, the cell exists in the simulation. + +\end{description} +\item \textbf{Block: VERTICES} + +\begin{description} +\item \texttt{iv}---is the vertex number. Records in the VERTICES block must be listed in consecutive order from 1 to NVERT. + +\item \texttt{xv}---is the x-coordinate for the vertex. + +\item \texttt{yv}---is the y-coordinate for the vertex. + +\item \texttt{zv}---is the z-coordinate for the vertex. + +\end{description} +\item \textbf{Block: CELL2D} + +\begin{description} +\item \texttt{icell2d}---is the cell2d number. Records in the cell2d block must be listed in consecutive order from the first to the last. + +\item \texttt{fdc}---is the fractional distance to the cell center. FDC is relative to the first vertex in the ICVERT array. In most cases FDC should be 0.5, which would place the center of the line segment that defines the cell. If the value of FDC is 1, the cell center would located at the last vertex. FDC values of 0 and 1 can be used to place the node at either end of the cell which can be useful for cells with boundary conditions. + +\item \texttt{ncvert}---is the number of vertices required to define the cell. There may be a different number of vertices for each cell. + +\item \texttt{icvert}---is an array of integer values containing vertex numbers (in the VERTICES block) used to define the cell. Vertices must be listed in the order that defines the line representing the cell. Cells that are connected must share vertices. The bottom elevation of the cell is calculated using the ZV of the first and last vertex point and FDC. + +\end{description} + diff --git a/doc/mf6io/mf6ivar/tex/swf-disl-dimensions.dat b/doc/mf6io/mf6ivar/tex/swf-disl-dimensions.dat new file mode 100644 index 00000000000..f823db64bc0 --- /dev/null +++ b/doc/mf6io/mf6ivar/tex/swf-disl-dimensions.dat @@ -0,0 +1,4 @@ +BEGIN DIMENSIONS + NODES + [NVERT ] +END DIMENSIONS diff --git a/doc/mf6io/mf6ivar/tex/swf-disl-griddata.dat b/doc/mf6io/mf6ivar/tex/swf-disl-griddata.dat new file mode 100644 index 00000000000..cc95929f605 --- /dev/null +++ b/doc/mf6io/mf6ivar/tex/swf-disl-griddata.dat @@ -0,0 +1,10 @@ +BEGIN GRIDDATA + REACH_LENGTH + -- READARRAY + REACH_BOTTOM + -- READARRAY + [TOREACH + -- READARRAY] + [IDOMAIN + -- READARRAY] +END GRIDDATA diff --git a/doc/mf6io/mf6ivar/tex/swf-disl-options.dat b/doc/mf6io/mf6ivar/tex/swf-disl-options.dat new file mode 100644 index 00000000000..7293142029f --- /dev/null +++ b/doc/mf6io/mf6ivar/tex/swf-disl-options.dat @@ -0,0 +1,9 @@ +BEGIN OPTIONS + [LENGTH_UNITS ] + [LENGTH_CONVERT ] + [TIME_CONVERT ] + [NOGRB] + [XORIGIN ] + [YORIGIN ] + [ANGROT ] +END OPTIONS diff --git a/doc/mf6io/mf6ivar/tex/swf-disl-vertices.dat b/doc/mf6io/mf6ivar/tex/swf-disl-vertices.dat new file mode 100644 index 00000000000..76c179add38 --- /dev/null +++ b/doc/mf6io/mf6ivar/tex/swf-disl-vertices.dat @@ -0,0 +1,5 @@ +BEGIN VERTICES + + + ... +END VERTICES diff --git a/doc/mf6io/mf6ivar/tex/swf-flw-desc.tex b/doc/mf6io/mf6ivar/tex/swf-flw-desc.tex new file mode 100644 index 00000000000..8010a176bfd --- /dev/null +++ b/doc/mf6io/mf6ivar/tex/swf-flw-desc.tex @@ -0,0 +1,49 @@ +% DO NOT MODIFY THIS FILE DIRECTLY. IT IS CREATED BY mf6ivar.py + +\item \textbf{Block: OPTIONS} + +\begin{description} +\item \texttt{auxiliary}---defines an array of one or more auxiliary variable names. There is no limit on the number of auxiliary variables that can be provided on this line; however, lists of information provided in subsequent blocks must have a column of data for each auxiliary variable name defined here. The number of auxiliary variables detected on this line determines the value for naux. Comments cannot be provided anywhere on this line as they will be interpreted as auxiliary variable names. Auxiliary variables may not be used by the package, but they will be available for use by other parts of the program. The program will terminate with an error if auxiliary variables are specified on more than one line in the options block. + +\item \texttt{auxmultname}---name of auxiliary variable to be used as multiplier of flow rate. + +\item \texttt{BOUNDNAMES}---keyword to indicate that boundary names may be provided with the list of inflow cells. + +\item \texttt{PRINT\_INPUT}---keyword to indicate that the list of inflow information will be written to the listing file immediately after it is read. + +\item \texttt{PRINT\_FLOWS}---keyword to indicate that the list of inflow flow rates will be printed to the listing file for every stress period time step in which ``BUDGET PRINT'' is specified in Output Control. If there is no Output Control option and ``PRINT\_FLOWS'' is specified, then flow rates are printed for the last time step of each stress period. + +\item \texttt{SAVE\_FLOWS}---keyword to indicate that inflow flow terms will be written to the file specified with ``BUDGET FILEOUT'' in Output Control. + +\item \texttt{TS6}---keyword to specify that record corresponds to a time-series file. + +\item \texttt{FILEIN}---keyword to specify that an input filename is expected next. + +\item \texttt{ts6\_filename}---defines a time-series file defining time series that can be used to assign time-varying values. See the ``Time-Variable Input'' section for instructions on using the time-series capability. + +\item \texttt{OBS6}---keyword to specify that record corresponds to an observations file. + +\item \texttt{obs6\_filename}---name of input file to define observations for the inflow package. See the ``Observation utility'' section for instructions for preparing observation input files. Tables \ref{table:gwf-obstypetable} and \ref{table:gwt-obstypetable} lists observation type(s) supported by the inflow package. + +\end{description} +\item \textbf{Block: DIMENSIONS} + +\begin{description} +\item \texttt{maxbound}---integer value specifying the maximum number of inflow cells that will be specified for use during any stress period. + +\end{description} +\item \textbf{Block: PERIOD} + +\begin{description} +\item \texttt{iper}---integer value specifying the starting stress period number for which the data specified in the PERIOD block apply. IPER must be less than or equal to NPER in the TDIS Package and greater than zero. The IPER value assigned to a stress period block must be greater than the IPER value assigned for the previous PERIOD block. The information specified in the PERIOD block will continue to apply for all subsequent stress periods, unless the program encounters another PERIOD block. + +\item \texttt{cellid}---is the cell identifier, and depends on the type of grid that is used for the simulation. For a structured grid that uses the DIS input file, CELLID is the layer, row, and column. For a grid that uses the DISV input file, CELLID is the layer and CELL2D number. If the model uses the unstructured discretization (DISU) input file, CELLID is the node number for the cell. + +\item \textcolor{blue}{\texttt{q}---is the volumetric inflow rate. A positive value indicates inflow to the stream. Negative values are not allows. If the Options block includes a TIMESERIESFILE entry (see the ``Time-Variable Input'' section), values can be obtained from a time series by entering the time-series name in place of a numeric value.} + +\item \textcolor{blue}{\texttt{aux}---represents the values of the auxiliary variables for each inflow. The values of auxiliary variables must be present for each inflow. The values must be specified in the order of the auxiliary variables specified in the OPTIONS block. If the package supports time series and the Options block includes a TIMESERIESFILE entry (see the ``Time-Variable Input'' section), values can be obtained from a time series by entering the time-series name in place of a numeric value.} + +\item \texttt{boundname}---name of the inflow cell. BOUNDNAME is an ASCII character variable that can contain as many as 40 characters. If BOUNDNAME contains spaces in it, then the entire name must be enclosed within single quotes. + +\end{description} + diff --git a/doc/mf6io/mf6ivar/tex/swf-flw-dimensions.dat b/doc/mf6io/mf6ivar/tex/swf-flw-dimensions.dat new file mode 100644 index 00000000000..7b4c7bf6ec7 --- /dev/null +++ b/doc/mf6io/mf6ivar/tex/swf-flw-dimensions.dat @@ -0,0 +1,3 @@ +BEGIN DIMENSIONS + MAXBOUND +END DIMENSIONS diff --git a/doc/mf6io/mf6ivar/tex/swf-flw-options.dat b/doc/mf6io/mf6ivar/tex/swf-flw-options.dat new file mode 100644 index 00000000000..0985bd51e40 --- /dev/null +++ b/doc/mf6io/mf6ivar/tex/swf-flw-options.dat @@ -0,0 +1,10 @@ +BEGIN OPTIONS + [AUXILIARY ] + [AUXMULTNAME ] + [BOUNDNAMES] + [PRINT_INPUT] + [PRINT_FLOWS] + [SAVE_FLOWS] + [TS6 FILEIN ] + [OBS6 FILEIN ] +END OPTIONS diff --git a/doc/mf6io/mf6ivar/tex/swf-flw-period.dat b/doc/mf6io/mf6ivar/tex/swf-flw-period.dat new file mode 100644 index 00000000000..8ba81439e8c --- /dev/null +++ b/doc/mf6io/mf6ivar/tex/swf-flw-period.dat @@ -0,0 +1,5 @@ +BEGIN PERIOD + <@q@> [<@aux(naux)@>] [] + <@q@> [<@aux(naux)@>] [] + ... +END PERIOD diff --git a/doc/mf6io/mf6ivar/tex/swf-ic-desc.tex b/doc/mf6io/mf6ivar/tex/swf-ic-desc.tex new file mode 100644 index 00000000000..861ed3a4d65 --- /dev/null +++ b/doc/mf6io/mf6ivar/tex/swf-ic-desc.tex @@ -0,0 +1,9 @@ +% DO NOT MODIFY THIS FILE DIRECTLY. IT IS CREATED BY mf6ivar.py + +\item \textbf{Block: GRIDDATA} + +\begin{description} +\item \texttt{strt}---is the initial (starting) stage---that is, stage at the beginning of the SWF Model simulation. STRT must be specified for all SWF Model simulations. One value is read for every model reach. + +\end{description} + diff --git a/doc/mf6io/mf6ivar/tex/swf-ic-griddata.dat b/doc/mf6io/mf6ivar/tex/swf-ic-griddata.dat new file mode 100644 index 00000000000..260626850a7 --- /dev/null +++ b/doc/mf6io/mf6ivar/tex/swf-ic-griddata.dat @@ -0,0 +1,4 @@ +BEGIN GRIDDATA + STRT [LAYERED] + -- READARRAY +END GRIDDATA diff --git a/doc/mf6io/mf6ivar/tex/swf-nam-desc.tex b/doc/mf6io/mf6ivar/tex/swf-nam-desc.tex new file mode 100644 index 00000000000..fdc7325d2d0 --- /dev/null +++ b/doc/mf6io/mf6ivar/tex/swf-nam-desc.tex @@ -0,0 +1,29 @@ +% DO NOT MODIFY THIS FILE DIRECTLY. IT IS CREATED BY mf6ivar.py + +\item \textbf{Block: OPTIONS} + +\begin{description} +\item \texttt{list}---is name of the listing file to create for this SWF model. If not specified, then the name of the list file will be the basename of the SWF model name file and the '.lst' extension. For example, if the SWF name file is called ``my.model.nam'' then the list file will be called ``my.model.lst''. + +\item \texttt{PRINT\_INPUT}---keyword to indicate that the list of all model stress package information will be written to the listing file immediately after it is read. + +\item \texttt{PRINT\_FLOWS}---keyword to indicate that the list of all model package flow rates will be printed to the listing file for every stress period time step in which ``BUDGET PRINT'' is specified in Output Control. If there is no Output Control option and ``PRINT\_FLOWS'' is specified, then flow rates are printed for the last time step of each stress period. + +\item \texttt{SAVE\_FLOWS}---keyword to indicate that all model package flow terms will be written to the file specified with ``BUDGET FILEOUT'' in Output Control. + +\item \texttt{NEWTON}---keyword that activates the Newton-Raphson formulation for surface water flow between connected reaches and stress packages that support calculation of Newton-Raphson terms. + +\item \texttt{UNDER\_RELAXATION}---keyword that indicates whether the surface water stage in a reach will be under-relaxed when water levels fall below the bottom of the model below any given cell. By default, Newton-Raphson UNDER\_RELAXATION is not applied. + +\end{description} +\item \textbf{Block: PACKAGES} + +\begin{description} +\item \texttt{ftype}---is the file type, which must be one of the following character values shown in table~\ref{table:ftype}. Ftype may be entered in any combination of uppercase and lowercase. + +\item \texttt{fname}---is the name of the file containing the package input. The path to the file should be included if the file is not located in the folder where the program was run. + +\item \texttt{pname}---is the user-defined name for the package. PNAME is restricted to 16 characters. No spaces are allowed in PNAME. PNAME character values are read and stored by the program for stress packages only. These names may be useful for labeling purposes when multiple stress packages of the same type are located within a single SWF Model. If PNAME is specified for a stress package, then PNAME will be used in the flow budget table in the listing file; it will also be used for the text entry in the cell-by-cell budget file. PNAME is case insensitive and is stored in all upper case letters. + +\end{description} + diff --git a/doc/mf6io/mf6ivar/tex/swf-nam-options.dat b/doc/mf6io/mf6ivar/tex/swf-nam-options.dat new file mode 100644 index 00000000000..6b14ff01860 --- /dev/null +++ b/doc/mf6io/mf6ivar/tex/swf-nam-options.dat @@ -0,0 +1,7 @@ +BEGIN OPTIONS + [LIST ] + [PRINT_INPUT] + [PRINT_FLOWS] + [SAVE_FLOWS] + [NEWTON [UNDER_RELAXATION]] +END OPTIONS diff --git a/doc/mf6io/mf6ivar/tex/swf-nam-packages.dat b/doc/mf6io/mf6ivar/tex/swf-nam-packages.dat new file mode 100644 index 00000000000..ee5dc814ee7 --- /dev/null +++ b/doc/mf6io/mf6ivar/tex/swf-nam-packages.dat @@ -0,0 +1,5 @@ +BEGIN PACKAGES + [] + [] + ... +END PACKAGES diff --git a/doc/mf6io/mf6ivar/tex/swf-oc-desc.tex b/doc/mf6io/mf6ivar/tex/swf-oc-desc.tex new file mode 100644 index 00000000000..f51943daac6 --- /dev/null +++ b/doc/mf6io/mf6ivar/tex/swf-oc-desc.tex @@ -0,0 +1,67 @@ +% DO NOT MODIFY THIS FILE DIRECTLY. IT IS CREATED BY mf6ivar.py + +\item \textbf{Block: OPTIONS} + +\begin{description} +\item \texttt{BUDGET}---keyword to specify that record corresponds to the budget. + +\item \texttt{FILEOUT}---keyword to specify that an output filename is expected next. + +\item \texttt{budgetfile}---name of the output file to write budget information. + +\item \texttt{BUDGETCSV}---keyword to specify that record corresponds to the budget CSV. + +\item \texttt{budgetcsvfile}---name of the comma-separated value (CSV) output file to write budget summary information. A budget summary record will be written to this file for each time step of the simulation. + +\item \texttt{QOUTFLOW}---keyword to specify that record corresponds to qoutflow. + +\item \texttt{qoutflowfile}---name of the output file to write conc information. + +\item \texttt{STAGE}---keyword to specify that record corresponds to stage. + +\item \texttt{stagefile}---name of the output file to write stage information. + +\item \texttt{PRINT\_FORMAT}---keyword to specify format for printing to the listing file. + +\item \texttt{columns}---number of columns for writing data. + +\item \texttt{width}---width for writing each number. + +\item \texttt{digits}---number of digits to use for writing a number. + +\item \texttt{format}---write format can be EXPONENTIAL, FIXED, GENERAL, or SCIENTIFIC. + +\end{description} +\item \textbf{Block: PERIOD} + +\begin{description} +\item \texttt{iper}---integer value specifying the starting stress period number for which the data specified in the PERIOD block apply. IPER must be less than or equal to NPER in the TDIS Package and greater than zero. The IPER value assigned to a stress period block must be greater than the IPER value assigned for the previous PERIOD block. The information specified in the PERIOD block will continue to apply for all subsequent stress periods, unless the program encounters another PERIOD block. + +\item \texttt{SAVE}---keyword to indicate that information will be saved this stress period. + +\item \texttt{PRINT}---keyword to indicate that information will be printed this stress period. + +\item \texttt{rtype}---type of information to save or print. Can be BUDGET. + +\item \texttt{ocsetting}---specifies the steps for which the data will be saved. + +\begin{lstlisting}[style=blockdefinition] +ALL +FIRST +LAST +FREQUENCY +STEPS +\end{lstlisting} + +\item \texttt{ALL}---keyword to indicate save for all time steps in period. + +\item \texttt{FIRST}---keyword to indicate save for first step in period. This keyword may be used in conjunction with other keywords to print or save results for multiple time steps. + +\item \texttt{LAST}---keyword to indicate save for last step in period. This keyword may be used in conjunction with other keywords to print or save results for multiple time steps. + +\item \texttt{frequency}---save at the specified time step frequency. This keyword may be used in conjunction with other keywords to print or save results for multiple time steps. + +\item \texttt{steps}---save for each step specified in STEPS. This keyword may be used in conjunction with other keywords to print or save results for multiple time steps. + +\end{description} + diff --git a/doc/mf6io/mf6ivar/tex/swf-oc-options.dat b/doc/mf6io/mf6ivar/tex/swf-oc-options.dat new file mode 100644 index 00000000000..1d4158b95ef --- /dev/null +++ b/doc/mf6io/mf6ivar/tex/swf-oc-options.dat @@ -0,0 +1,7 @@ +BEGIN OPTIONS + [BUDGET FILEOUT ] + [BUDGETCSV FILEOUT ] + [QOUTFLOW FILEOUT ] + [STAGE FILEOUT ] + [QOUTFLOW PRINT_FORMAT COLUMNS WIDTH DIGITS ] +END OPTIONS diff --git a/doc/mf6io/mf6ivar/tex/swf-oc-period.dat b/doc/mf6io/mf6ivar/tex/swf-oc-period.dat new file mode 100644 index 00000000000..abcceee3794 --- /dev/null +++ b/doc/mf6io/mf6ivar/tex/swf-oc-period.dat @@ -0,0 +1,4 @@ +BEGIN PERIOD + [SAVE ] + [PRINT ] +END PERIOD diff --git a/doc/mf6io/mf6ivar/tex/swf-sto-desc.tex b/doc/mf6io/mf6ivar/tex/swf-sto-desc.tex new file mode 100644 index 00000000000..6dcc4848721 --- /dev/null +++ b/doc/mf6io/mf6ivar/tex/swf-sto-desc.tex @@ -0,0 +1,19 @@ +% DO NOT MODIFY THIS FILE DIRECTLY. IT IS CREATED BY mf6ivar.py + +\item \textbf{Block: OPTIONS} + +\begin{description} +\item \texttt{SAVE\_FLOWS}---keyword to indicate that cell-by-cell flow terms will be written to the file specified with ``BUDGET SAVE FILE'' in Output Control. + +\end{description} +\item \textbf{Block: PERIOD} + +\begin{description} +\item \texttt{iper}---integer value specifying the starting stress period number for which the data specified in the PERIOD block apply. IPER must be less than or equal to NPER in the TDIS Package and greater than zero. The IPER value assigned to a stress period block must be greater than the IPER value assigned for the previous PERIOD block. The information specified in the PERIOD block will continue to apply for all subsequent stress periods, unless the program encounters another PERIOD block. + +\item \texttt{STEADY-STATE}---keyword to indicate that stress period IPER is steady-state. Steady-state conditions will apply until the TRANSIENT keyword is specified in a subsequent BEGIN PERIOD block. + +\item \texttt{TRANSIENT}---keyword to indicate that stress period IPER is transient. Transient conditions will apply until the STEADY-STATE keyword is specified in a subsequent BEGIN PERIOD block. + +\end{description} + diff --git a/doc/mf6io/mf6ivar/tex/swf-sto-options.dat b/doc/mf6io/mf6ivar/tex/swf-sto-options.dat new file mode 100644 index 00000000000..f8518b490f4 --- /dev/null +++ b/doc/mf6io/mf6ivar/tex/swf-sto-options.dat @@ -0,0 +1,3 @@ +BEGIN OPTIONS + [SAVE_FLOWS] +END OPTIONS diff --git a/doc/mf6io/mf6ivar/tex/swf-sto-period.dat b/doc/mf6io/mf6ivar/tex/swf-sto-period.dat new file mode 100644 index 00000000000..79facd4fd1d --- /dev/null +++ b/doc/mf6io/mf6ivar/tex/swf-sto-period.dat @@ -0,0 +1,4 @@ +BEGIN PERIOD + [STEADY-STATE] + [TRANSIENT] +END PERIOD diff --git a/doc/mf6io/mf6ivar/tex/swf-zdg-desc.tex b/doc/mf6io/mf6ivar/tex/swf-zdg-desc.tex new file mode 100644 index 00000000000..4a80dcfebd6 --- /dev/null +++ b/doc/mf6io/mf6ivar/tex/swf-zdg-desc.tex @@ -0,0 +1,53 @@ +% DO NOT MODIFY THIS FILE DIRECTLY. IT IS CREATED BY mf6ivar.py + +\item \textbf{Block: OPTIONS} + +\begin{description} +\item \texttt{auxiliary}---defines an array of one or more auxiliary variable names. There is no limit on the number of auxiliary variables that can be provided on this line; however, lists of information provided in subsequent blocks must have a column of data for each auxiliary variable name defined here. The number of auxiliary variables detected on this line determines the value for naux. Comments cannot be provided anywhere on this line as they will be interpreted as auxiliary variable names. Auxiliary variables may not be used by the package, but they will be available for use by other parts of the program. The program will terminate with an error if auxiliary variables are specified on more than one line in the options block. + +\item \texttt{BOUNDNAMES}---keyword to indicate that boundary names may be provided with the list of zero-depth-gradient boundary cells. + +\item \texttt{PRINT\_INPUT}---keyword to indicate that the list of zero-depth-gradient boundary information will be written to the listing file immediately after it is read. + +\item \texttt{PRINT\_FLOWS}---keyword to indicate that the list of zero-depth-gradient boundary flow rates will be printed to the listing file for every stress period time step in which ``BUDGET PRINT'' is specified in Output Control. If there is no Output Control option and ``PRINT\_FLOWS'' is specified, then flow rates are printed for the last time step of each stress period. + +\item \texttt{SAVE\_FLOWS}---keyword to indicate that zero-depth-gradient boundary flow terms will be written to the file specified with ``BUDGET FILEOUT'' in Output Control. + +\item \texttt{TS6}---keyword to specify that record corresponds to a time-series file. + +\item \texttt{FILEIN}---keyword to specify that an input filename is expected next. + +\item \texttt{ts6\_filename}---defines a time-series file defining time series that can be used to assign time-varying values. See the ``Time-Variable Input'' section for instructions on using the time-series capability. + +\item \texttt{OBS6}---keyword to specify that record corresponds to an observations file. + +\item \texttt{obs6\_filename}---name of input file to define observations for the Zero-Depth-Gradient Boundary package. See the ``Observation utility'' section for instructions for preparing observation input files. Tables \ref{table:gwf-obstypetable} and \ref{table:gwt-obstypetable} lists observation type(s) supported by the Zero-Depth-Gradient Boundary package. + +\end{description} +\item \textbf{Block: DIMENSIONS} + +\begin{description} +\item \texttt{maxbound}---integer value specifying the maximum number of zero-depth-gradient boundary cells that will be specified for use during any stress period. + +\end{description} +\item \textbf{Block: PERIOD} + +\begin{description} +\item \texttt{iper}---integer value specifying the starting stress period number for which the data specified in the PERIOD block apply. IPER must be less than or equal to NPER in the TDIS Package and greater than zero. The IPER value assigned to a stress period block must be greater than the IPER value assigned for the previous PERIOD block. The information specified in the PERIOD block will continue to apply for all subsequent stress periods, unless the program encounters another PERIOD block. + +\item \texttt{cellid}---is the cell identifier, and depends on the type of grid that is used for the simulation. For a structured grid that uses the DIS input file, CELLID is the layer, row, and column. For a grid that uses the DISV input file, CELLID is the layer and CELL2D number. If the model uses the unstructured discretization (DISU) input file, CELLID is the node number for the cell. + +\item \texttt{idcxs}---is the identifier for the cross section specified in the CXS Package. A value of zero indicates the zero-depth-gradient calculation will use parameters for a hydraulically wide channel. + +\item \textcolor{blue}{\texttt{width}---is the channel width of the zero-depth gradient boundary. If a cross section is associated with this boundary, the width will be scaled by the cross section information. If the Options block includes a TIMESERIESFILE entry (see the ``Time-Variable Input'' section), values can be obtained from a time series by entering the time-series name in place of a numeric value.} + +\item \textcolor{blue}{\texttt{slope}---is the channel slope used to calculate flow to the zero-depth-gradient boundary. If the Options block includes a TIMESERIESFILE entry (see the ``Time-Variable Input'' section), values can be obtained from a time series by entering the time-series name in place of a numeric value.} + +\item \textcolor{blue}{\texttt{rough}---is the Manning channel roughness value used to calculate flow to the zero-depth-gradient boundary. If a cross section is associated with this boundary, the roughness value will be multiplied by the roughness fraction for each part of the cross section. If the Options block includes a TIMESERIESFILE entry (see the ``Time-Variable Input'' section), values can be obtained from a time series by entering the time-series name in place of a numeric value.} + +\item \textcolor{blue}{\texttt{aux}---represents the values of the auxiliary variables for each zero-depth-gradient boundary. The values of auxiliary variables must be present for each zero-depth-gradient boundary. The values must be specified in the order of the auxiliary variables specified in the OPTIONS block. If the package supports time series and the Options block includes a TIMESERIESFILE entry (see the ``Time-Variable Input'' section), values can be obtained from a time series by entering the time-series name in place of a numeric value.} + +\item \texttt{boundname}---name of the zero-depth-gradient boundary cell. BOUNDNAME is an ASCII character variable that can contain as many as 40 characters. If BOUNDNAME contains spaces in it, then the entire name must be enclosed within single quotes. + +\end{description} + diff --git a/doc/mf6io/mf6ivar/tex/swf-zdg-dimensions.dat b/doc/mf6io/mf6ivar/tex/swf-zdg-dimensions.dat new file mode 100644 index 00000000000..7b4c7bf6ec7 --- /dev/null +++ b/doc/mf6io/mf6ivar/tex/swf-zdg-dimensions.dat @@ -0,0 +1,3 @@ +BEGIN DIMENSIONS + MAXBOUND +END DIMENSIONS diff --git a/doc/mf6io/mf6ivar/tex/swf-zdg-options.dat b/doc/mf6io/mf6ivar/tex/swf-zdg-options.dat new file mode 100644 index 00000000000..81fbb8ec572 --- /dev/null +++ b/doc/mf6io/mf6ivar/tex/swf-zdg-options.dat @@ -0,0 +1,9 @@ +BEGIN OPTIONS + [AUXILIARY ] + [BOUNDNAMES] + [PRINT_INPUT] + [PRINT_FLOWS] + [SAVE_FLOWS] + [TS6 FILEIN ] + [OBS6 FILEIN ] +END OPTIONS diff --git a/doc/mf6io/mf6ivar/tex/swf-zdg-period.dat b/doc/mf6io/mf6ivar/tex/swf-zdg-period.dat new file mode 100644 index 00000000000..42047f6e47e --- /dev/null +++ b/doc/mf6io/mf6ivar/tex/swf-zdg-period.dat @@ -0,0 +1,5 @@ +BEGIN PERIOD + <@width@> <@slope@> <@rough@> [<@aux(naux)@>] [] + <@width@> <@slope@> <@rough@> [<@aux(naux)@>] [] + ... +END PERIOD diff --git a/doc/mf6io/obs/obs-swf.tex b/doc/mf6io/obs/obs-swf.tex new file mode 100644 index 00000000000..033a2a670a9 --- /dev/null +++ b/doc/mf6io/obs/obs-swf.tex @@ -0,0 +1,7 @@ +Observations are available for SWF models and SWF stress packages. Available observation types have been listed for each package that supports observations (tables~\ref{table:swfobstype}. All available observation types are repeated in Table~\ref{table:swf-obstypetable} for convenience. + +The sign convention adopted for transport observations are identical to the conventions used in budgets contained in listing files and used in the cell-by-cell budget output. For flow-ja-face observation types, negative and positive values represent a loss from and gain to the cellid specified for ID, respectively. For standard stress packages, negative and positive values represent a loss from and gain to the GWT model, respectively. + +\FloatBarrier +\input{../Common/swf-obstypetable} +\FloatBarrier diff --git a/doc/mf6io/obs/obs.tex b/doc/mf6io/obs/obs.tex index 618f6cdff95..089d5840099 100644 --- a/doc/mf6io/obs/obs.tex +++ b/doc/mf6io/obs/obs.tex @@ -35,3 +35,6 @@ \subsubsection{GWT Observations} \subsubsection{GWE Observations} \input{./obs/obs-gwe.tex} + +\subsubsection{SWF Observations} +\input{./obs/obs-swf.tex} diff --git a/doc/mf6io/swf/chd.tex b/doc/mf6io/swf/chd.tex new file mode 100644 index 00000000000..3be8fc09c13 --- /dev/null +++ b/doc/mf6io/swf/chd.tex @@ -0,0 +1,49 @@ + +Input to the Constant-Head (CHD) Package is read from the file that has type ``CHD6'' in the Name File. Any number of CHD Packages can be specified for a single model; however, an error will occur if a CHD Package attempts to make a SWF cell a constant-head cell when that cell has already been designated as a constant-head cell either within the present CHD Package or within another CHD Package. + +\vspace{5mm} +\subsubsection{Structure of Blocks} +\vspace{5mm} + +\noindent \textit{FOR EACH SIMULATION} +\lstinputlisting[style=blockdefinition]{./mf6ivar/tex/swf-chd-options.dat} +\lstinputlisting[style=blockdefinition]{./mf6ivar/tex/swf-chd-dimensions.dat} +\vspace{5mm} +\noindent \textit{FOR ANY STRESS PERIOD} +\lstinputlisting[style=blockdefinition]{./mf6ivar/tex/swf-chd-period.dat} +\packageperioddescription + +\vspace{5mm} +\subsubsection{Explanation of Variables} +\begin{description} +\input{./mf6ivar/tex/swf-chd-desc.tex} +\end{description} + +\vspace{5mm} +\subsubsection{Example Input File} +\lstinputlisting[style=inputfile]{./mf6ivar/examples/swf-chd-example.dat} + +%\vspace{5mm} +%\subsubsection{Available observation types} +%CHD Package observations are limited to the simulated constant head flow rate (\texttt{chd}). The data required for the CHD Package observation type is defined in table~\ref{table:swf-chdobstype}. Negative and positive values for an observation represent a loss from and gain to the GWF model, respectively. + +%\begin{longtable}{p{2cm} p{2.75cm} p{2cm} p{1.25cm} p{7cm}} +%\caption{Available CHD Package observation types} \tabularnewline +% +%\hline +%\hline +%\textbf{Model} & \textbf{Observation type} & \textbf{ID} & \textbf{ID2} & \textbf{Description} \\ +%\hline +%\endhead +% +%\hline +%\endfoot +% +%\input{../Common/gwf-chdobs.tex} +%\label{table:gwf-chdobstype} +%\end{longtable} +% +%\vspace{5mm} +%\subsubsection{Example Observation Input File} +%\lstinputlisting[style=inputfile]{./mf6ivar/examples/gwf-chd-example-obs.dat} + diff --git a/doc/mf6io/swf/cxs.tex b/doc/mf6io/swf/cxs.tex new file mode 100644 index 00000000000..a7a938ef044 --- /dev/null +++ b/doc/mf6io/swf/cxs.tex @@ -0,0 +1,19 @@ +Input to the Cross Section (CXS) Package is read from the file that has type ``CXS6'' in the Name File. One CXS Package can be specified for each SWF model. + +\vspace{5mm} +\subsubsection{Structure of Blocks} +\lstinputlisting[style=blockdefinition]{./mf6ivar/tex/swf-cxs-options.dat} +\lstinputlisting[style=blockdefinition]{./mf6ivar/tex/swf-cxs-dimensions.dat} +\lstinputlisting[style=blockdefinition]{./mf6ivar/tex/swf-cxs-packagedata.dat} +\lstinputlisting[style=blockdefinition]{./mf6ivar/tex/swf-cxs-crosssectiondata.dat} + +\vspace{5mm} +\subsubsection{Explanation of Variables} +\begin{description} +\input{./mf6ivar/tex/swf-cxs-desc.tex} +\end{description} + +\vspace{5mm} +\subsubsection{Example Input File} +\lstinputlisting[style=inputfile]{./mf6ivar/examples/swf-cxs-example.dat} + diff --git a/doc/mf6io/swf/dfw.tex b/doc/mf6io/swf/dfw.tex new file mode 100644 index 00000000000..84b7193dc71 --- /dev/null +++ b/doc/mf6io/swf/dfw.tex @@ -0,0 +1,17 @@ +Input to the Diffusive Wave (DFW) Package is read from the file that has type ``DFW6'' in the Name File. The DWF Package is required for each SWF model. + +\vspace{5mm} +\subsubsection{Structure of Blocks} +\lstinputlisting[style=blockdefinition]{./mf6ivar/tex/swf-dfw-options.dat} +\lstinputlisting[style=blockdefinition]{./mf6ivar/tex/swf-dfw-griddata.dat} + +\vspace{5mm} +\subsubsection{Explanation of Variables} +\begin{description} +\input{./mf6ivar/tex/swf-dfw-desc.tex} +\end{description} + +\vspace{5mm} +\subsubsection{Example Input File} +\lstinputlisting[style=inputfile]{./mf6ivar/examples/swf-dfw-example.dat} + diff --git a/doc/mf6io/swf/disl.tex b/doc/mf6io/swf/disl.tex new file mode 100644 index 00000000000..605c779ff04 --- /dev/null +++ b/doc/mf6io/swf/disl.tex @@ -0,0 +1,22 @@ +Input to the Line Discretization (DISL) Package is read from the file that has type ``DISL6'' in the Name File. Only one DISL Package can be specified for a SWF Model. + +The DISL VERTICES and CELL2D blocks are not required. In general, it is recommended to include the VERTICES and CELL2D blocks so that external programs can plot the line network. + + +\vspace{5mm} +\subsubsection{Structure of Blocks} +\lstinputlisting[style=blockdefinition]{./mf6ivar/tex/swf-disl-options.dat} +\lstinputlisting[style=blockdefinition]{./mf6ivar/tex/swf-disl-dimensions.dat} +\lstinputlisting[style=blockdefinition]{./mf6ivar/tex/swf-disl-griddata.dat} +\lstinputlisting[style=blockdefinition]{./mf6ivar/tex/swf-disl-vertices.dat} +\lstinputlisting[style=blockdefinition]{./mf6ivar/tex/swf-disl-cell2d.dat} + +\vspace{5mm} +\subsubsection{Explanation of Variables} +\begin{description} +\input{./mf6ivar/tex/swf-disl-desc.tex} +\end{description} + +\vspace{5mm} +\subsubsection{Example Input File} +\lstinputlisting[style=inputfile]{./mf6ivar/examples/swf-disl-example.dat} diff --git a/doc/mf6io/swf/flw.tex b/doc/mf6io/swf/flw.tex new file mode 100644 index 00000000000..9187e133868 --- /dev/null +++ b/doc/mf6io/swf/flw.tex @@ -0,0 +1,47 @@ +Input to the Inflow (FLW) Package is read from the file that has type ``FLW6'' in the Name File. Any number of FLW Packages can be specified for a single surface water flow model. + +\vspace{5mm} +\subsubsection{Structure of Blocks} +\vspace{5mm} + +\noindent \textit{FOR EACH SIMULATION} +\lstinputlisting[style=blockdefinition]{./mf6ivar/tex/swf-flw-options.dat} +\lstinputlisting[style=blockdefinition]{./mf6ivar/tex/swf-flw-dimensions.dat} +\vspace{5mm} +\noindent \textit{FOR ANY STRESS PERIOD} +\lstinputlisting[style=blockdefinition]{./mf6ivar/tex/swf-flw-period.dat} +\packageperioddescription + +\vspace{5mm} +\subsubsection{Explanation of Variables} +\begin{description} +\input{./mf6ivar/tex/swf-flw-desc.tex} +\end{description} + +\vspace{5mm} +\subsubsection{Example Input File} +\lstinputlisting[style=inputfile]{./mf6ivar/examples/swf-flw-example.dat} + +%\vspace{5mm} +%\subsubsection{Available observation types} +%Well Package observations include the simulated well rates (\texttt{wel}), the well discharge that is available for the MVR package (\texttt{to-mvr}), and the reduction in the specified \texttt{q} when the \texttt{AUTO\_FLOW\_REDUCE} option is enabled. The data required for each WEL Package observation type is defined in table~\ref{table:gwf-welobstype}. The sum of \texttt{wel} and \texttt{to-mvr} is equal to the simulated well discharge rate, which may be less than the specified \texttt{q} if the \texttt{AUTO\_FLOW\_REDUCE} option is enabled. The \texttt{DNODATA} value is returned if the \texttt{wel-reduction} observation is specified but the \texttt{AUTO\_FLOW\_REDUCE} option is not enabled. Negative and positive values for an observation represent a loss from and gain to the GWF model, respectively. + +%\begin{longtable}{p{2cm} p{2.75cm} p{2cm} p{1.25cm} p{7cm}} +%\caption{Available WEL Package observation types} \tabularnewline + +%\hline +%\hline +%\textbf{Stress Package} & \textbf{Observation type} & \textbf{ID} & \textbf{ID2} & \textbf{Description} \\ +%\hline +%\endhead + +%\hline +%\endfoot + +%\input{../Common/gwf-welobs.tex} +%\label{table:gwf-welobstype} +%\end{longtable} + +%\vspace{5mm} +%\subsubsection{Example Observation Input File} +%\lstinputlisting[style=inputfile]{./mf6ivar/examples/gwf-wel-example-obs.dat} diff --git a/doc/mf6io/swf/ic.tex b/doc/mf6io/swf/ic.tex new file mode 100644 index 00000000000..267097966c3 --- /dev/null +++ b/doc/mf6io/swf/ic.tex @@ -0,0 +1,17 @@ +Initial Conditions (IC) Package information is read from the file that is specified by ``IC6'' as the file type. Only one IC Package can be specified for a SWF model. + +\vspace{5mm} +\subsubsection{Structure of Blocks} +%\lstinputlisting[style=blockdefinition]{./mf6ivar/tex/swf-ic-options.dat} +\lstinputlisting[style=blockdefinition]{./mf6ivar/tex/swf-ic-griddata.dat} + +\vspace{5mm} +\subsubsection{Explanation of Variables} +\begin{description} +\input{./mf6ivar/tex/swf-ic-desc.tex} +\end{description} + +\vspace{5mm} +\subsubsection{Example Input File} +\lstinputlisting[style=inputfile]{./mf6ivar/examples/swf-ic-example.dat} + diff --git a/doc/mf6io/swf/namefile.tex b/doc/mf6io/swf/namefile.tex new file mode 100644 index 00000000000..a49780ef249 --- /dev/null +++ b/doc/mf6io/swf/namefile.tex @@ -0,0 +1,45 @@ +The SWF Model Name File specifies the options and packages that are active for a SWF model. The Name File contains two blocks: OPTIONS and PACKAGES. The lines in each block can be in any order. Files listed in the PACKAGES block must exist when the program starts. + +Comment lines are indicated when the first character in a line is one of the valid comment characters. Commented lines can be located anywhere in the file. Any text characters can follow the comment character. Comment lines have no effect on the simulation; their purpose is to allow users to provide documentation about a particular simulation. + +\vspace{5mm} +\subsubsection{Structure of Blocks} +\lstinputlisting[style=blockdefinition]{./mf6ivar/tex/swf-nam-options.dat} +\lstinputlisting[style=blockdefinition]{./mf6ivar/tex/swf-nam-packages.dat} + +\vspace{5mm} +\subsubsection{Explanation of Variables} +\begin{description} +\input{./mf6ivar/tex/swf-nam-desc.tex} +\end{description} + +\begin{table}[H] +\caption{Ftype values described in this report. The \texttt{Pname} column indicates whether or not a package name can be provided in the name file. The capability to provide a package name also indicates that the SWF Model can have more than one package of that Ftype} +\small +\begin{center} +\begin{tabular*}{\columnwidth}{l l l} +\hline +\hline +Ftype & Input File Description & \texttt{Pname}\\ +\hline +DISL6 & Line Network Discretization Input File \\ +DFW6 & Diffusive Wave Package \\ +CXS6 & Cross Section Package \\ +OC6 & Output Control Option \\ +IC6 & Initial Conditions Package \\ +STO6 & Storage Package \\ +CHD6 & Constant Head Package & * \\ +FLW6 & Inflow Package & * \\ +ZDG6 & Zero-Depth Gradient Package & * \\ +OBS6 & Observations Option \\ +\hline +\end{tabular*} +\label{table:ftype} +\end{center} +\normalsize +\end{table} + +\vspace{5mm} +\subsubsection{Example Input File} +\lstinputlisting[style=inputfile]{./mf6ivar/examples/swf-nam-example.dat} + diff --git a/doc/mf6io/swf/oc.tex b/doc/mf6io/swf/oc.tex new file mode 100644 index 00000000000..4bd077a215a --- /dev/null +++ b/doc/mf6io/swf/oc.tex @@ -0,0 +1,21 @@ +Input to the Output Control Option of the Surface Water Flow Model is read from the file that is specified as type ``OC6'' in the Name File. If no ``OC6'' file is specified, default output control is used. The Output Control Option determines how and when outflows are printed to the listing file and/or written to a separate binary output file. Under the default, outflow and overall flow budget are written to the Listing File at the end of every stress period. The default printout format for concentrations is 10G11.4. The outflow and overall flow budget are also written to the list file if the simulation terminates prematurely due to failed convergence. + +\vspace{5mm} +\subsubsection{Structure of Blocks} +\vspace{5mm} + +\noindent \textit{FOR EACH SIMULATION} +\lstinputlisting[style=blockdefinition]{./mf6ivar/tex/swf-oc-options.dat} +\vspace{5mm} +\noindent \textit{FOR ANY STRESS PERIOD} +\lstinputlisting[style=blockdefinition]{./mf6ivar/tex/swf-oc-period.dat} + +\vspace{5mm} +\subsubsection{Explanation of Variables} +\begin{description} +\input{./mf6ivar/tex/swf-oc-desc.tex} +\end{description} + +\vspace{5mm} +\subsubsection{Example Input File} +\lstinputlisting[style=inputfile]{./mf6ivar/examples/swf-oc-example.dat} diff --git a/doc/mf6io/swf/sto.tex b/doc/mf6io/swf/sto.tex new file mode 100644 index 00000000000..31df3df987f --- /dev/null +++ b/doc/mf6io/swf/sto.tex @@ -0,0 +1,22 @@ +Input to the Storage (STO) Package is read from the file that has type ``STO6'' in the Name File. If the STO Package is not included for a model, then storage changes will not be calculated, and thus, the model will be steady state. Only one STO Package can be specified for a SWF model. + +\vspace{5mm} +\subsubsection{Structure of Blocks} + +\vspace{5mm} +\noindent \textit{FOR EACH SIMULATION} +\lstinputlisting[style=blockdefinition]{./mf6ivar/tex/swf-sto-options.dat} +\vspace{5mm} +\noindent \textit{FOR ANY STRESS PERIOD} +\lstinputlisting[style=blockdefinition]{./mf6ivar/tex/swf-sto-period.dat} + +\vspace{5mm} +\subsubsection{Explanation of Variables} +\begin{description} +\input{./mf6ivar/tex/swf-sto-desc.tex} +\end{description} + +\vspace{5mm} +\subsubsection{Example Input File} +\lstinputlisting[style=inputfile]{./mf6ivar/examples/swf-sto-example.dat} + diff --git a/doc/mf6io/swf/swf-obs.tex b/doc/mf6io/swf/swf-obs.tex new file mode 100644 index 00000000000..6a8c70d8d62 --- /dev/null +++ b/doc/mf6io/swf/swf-obs.tex @@ -0,0 +1,39 @@ + +SWF Model observations include the simulated stage (\texttt{stage}) at a cell, and the flow between two connected cells (\texttt{flow-ja-face}). The data required for each SWF Model observation type is defined in table~\ref{table:swfobstype}. For \texttt{flow-ja-face} observation types, negative and positive values represent a loss from and gain to the \texttt{cellid} specified for ID, respectively. + +\subsubsection{Structure of Blocks} +\vspace{5mm} + +\noindent \textit{FOR EACH SIMULATION} +\lstinputlisting[style=blockdefinition]{./mf6ivar/tex/utl-obs-options.dat} +\lstinputlisting[style=blockdefinition]{./mf6ivar/tex/utl-obs-continuous.dat} + +\subsubsection{Explanation of Variables} +\begin{description} +\input{./mf6ivar/tex/utl-obs-desc.tex} +\end{description} + + +\begin{longtable}{p{2cm} p{2.75cm} p{2cm} p{1.25cm} p{7cm}} +\caption{Available SWF model observation types} \tabularnewline + +\hline +\hline +\textbf{Model} & \textbf{Observation type} & \textbf{ID} & \textbf{ID2} & \textbf{Description} \\ +\hline +\endhead + +\hline +\endfoot + +\input{../Common/swf-obs.tex} +\label{table:swfobstype} +\end{longtable} + +\vspace{5mm} +\subsubsection{Example Observation Input File} + +An example GWF Model observation file is shown below. + +\lstinputlisting[style=inputfile]{./mf6ivar/examples/utl-obs-swf-example.dat} + diff --git a/doc/mf6io/swf/swf.tex b/doc/mf6io/swf/swf.tex new file mode 100644 index 00000000000..0dd100074e7 --- /dev/null +++ b/doc/mf6io/swf/swf.tex @@ -0,0 +1,61 @@ +The SWF Model simulates one-dimensional routing of surface water using the diffusive wave approach. + +\subsection{Units of Length and Time} +The SWF Model simulates surface water routing without using prescribed length and time units. Any consistent units of length and time can be used when specifying the input data for a simulation. This capability gives a certain amount of freedom to the user, but care must be exercised to avoid mixing units. The program cannot detect the use of inconsistent units. + +\subsection{Flow Budget} +A summary of all inflow (sources) and outflow (sinks) is called a flow budget. \mf calculates a flow budget for the overall model as a check on the acceptability of the solution, and to provide a summary of the sources and sinks to the flow system. The flow budget is printed to theSWF Model Listing File for selected time steps. + +\subsection{Time Stepping} + +For the present implementation of the SWF Model, all terms are solved implicitly using the Iterative Model Solution (IMS). In \mf time step lengths are controlled by the user and specified in the Temporal Discretization (TDIS) input file. Instructions for specifying time steps are described in the TDIS section of this user guide. + +\newpage +\subsection{SWF Model Name File} +\input{swf/namefile.tex} + +\newpage +\subsection{Discretization by Lines (DISL) Package} +\input{swf/disl} + +\newpage +\subsection{Diffusive Wave (DFW) Package} +\input{swf/dfw} + +\newpage +\subsection{Cross Section (CXS) Package} +\input{swf/cxs} + +\newpage +\subsection{Output Control (OC) Option} +\input{swf/oc} + +\newpage +\subsection{Initial Conditions (IC) Package} +\input{swf/ic} + +\newpage +\subsection{Storage (STO) Package} +\input{swf/sto} + +\newpage +\subsection{Constant Head (CHD) Package} +\input{swf/chd} + +\newpage +\subsection{Inflow (FLW) Package} +\input{swf/flw} + +\newpage +\subsection{Zero-Depth Gradient (ZDG) Package} +\input{swf/zdg} + +\newpage +\subsection{Observation (OBS) Utility for a SWF Model} +\input{swf/swf-obs} + +\newpage +\subsection{Inflow (FLW) Package} +\input{swf/flw} + + diff --git a/doc/mf6io/swf/zdg.tex b/doc/mf6io/swf/zdg.tex new file mode 100644 index 00000000000..785626d57a6 --- /dev/null +++ b/doc/mf6io/swf/zdg.tex @@ -0,0 +1,47 @@ +Input to the Zero-Depth-Gradient (ZDG) Package is read from the file that has type ``ZDG6'' in the Name File. Any number of ZDG Packages can be specified for a single surface water flow model. + +\vspace{5mm} +\subsubsection{Structure of Blocks} +\vspace{5mm} + +\noindent \textit{FOR EACH SIMULATION} +\lstinputlisting[style=blockdefinition]{./mf6ivar/tex/swf-zdg-options.dat} +\lstinputlisting[style=blockdefinition]{./mf6ivar/tex/swf-zdg-dimensions.dat} +\vspace{5mm} +\noindent \textit{FOR ANY STRESS PERIOD} +\lstinputlisting[style=blockdefinition]{./mf6ivar/tex/swf-zdg-period.dat} +\packageperioddescription + +\vspace{5mm} +\subsubsection{Explanation of Variables} +\begin{description} +\input{./mf6ivar/tex/swf-zdg-desc.tex} +\end{description} + +\vspace{5mm} +\subsubsection{Example Input File} +\lstinputlisting[style=inputfile]{./mf6ivar/examples/swf-zdg-example.dat} + +%\vspace{5mm} +%\subsubsection{Available observation types} +%Well Package observations include the simulated well rates (\texttt{wel}), the well discharge that is available for the MVR package (\texttt{to-mvr}), and the reduction in the specified \texttt{q} when the \texttt{AUTO\_FLOW\_REDUCE} option is enabled. The data required for each WEL Package observation type is defined in table~\ref{table:gwf-welobstype}. The sum of \texttt{wel} and \texttt{to-mvr} is equal to the simulated well discharge rate, which may be less than the specified \texttt{q} if the \texttt{AUTO\_FLOW\_REDUCE} option is enabled. The \texttt{DNODATA} value is returned if the \texttt{wel-reduction} observation is specified but the \texttt{AUTO\_FLOW\_REDUCE} option is not enabled. Negative and positive values for an observation represent a loss from and gain to the GWF model, respectively. + +%\begin{longtable}{p{2cm} p{2.75cm} p{2cm} p{1.25cm} p{7cm}} +%\caption{Available WEL Package observation types} \tabularnewline + +%\hline +%\hline +%\textbf{Stress Package} & \textbf{Observation type} & \textbf{ID} & \textbf{ID2} & \textbf{Description} \\ +%\hline +%\endhead + +%\hline +%\endfoot + +%\input{../Common/gwf-welobs.tex} +%\label{table:gwf-welobstype} +%\end{longtable} + +%\vspace{5mm} +%\subsubsection{Example Observation Input File} +%\lstinputlisting[style=inputfile]{./mf6ivar/examples/gwf-wel-example-obs.dat} diff --git a/make/makefile b/make/makefile index ef6f84526e1..bc7f1d45cdc 100644 --- a/make/makefile +++ b/make/makefile @@ -30,12 +30,13 @@ SOURCEDIR23=../src/Utilities/Matrix SOURCEDIR24=../src/Utilities/Observation SOURCEDIR25=../src/Model SOURCEDIR26=../src/Model/Connection -SOURCEDIR27=../src/Model/GroundWaterTransport -SOURCEDIR28=../src/Model/ModelUtilities -SOURCEDIR29=../src/Model/GroundWaterFlow -SOURCEDIR30=../src/Model/TransportModel -SOURCEDIR31=../src/Model/Geometry -SOURCEDIR32=../src/Model/GroundWaterEnergy +SOURCEDIR27=../src/Model/SurfaceWaterFlow +SOURCEDIR28=../src/Model/GroundWaterTransport +SOURCEDIR29=../src/Model/ModelUtilities +SOURCEDIR30=../src/Model/GroundWaterFlow +SOURCEDIR31=../src/Model/TransportModel +SOURCEDIR32=../src/Model/Geometry +SOURCEDIR33=../src/Model/GroundWaterEnergy VPATH = \ ${SOURCEDIR1} \ @@ -69,7 +70,8 @@ ${SOURCEDIR28} \ ${SOURCEDIR29} \ ${SOURCEDIR30} \ ${SOURCEDIR31} \ -${SOURCEDIR32} +${SOURCEDIR32} \ +${SOURCEDIR33} .SUFFIXES: .f90 .F90 .o @@ -93,6 +95,14 @@ $(OBJDIR)/CharString.o \ $(OBJDIR)/InputDefinition.o \ $(OBJDIR)/Memory.o \ $(OBJDIR)/List.o \ +$(OBJDIR)/swf1zdg1idm.o \ +$(OBJDIR)/swf1idm.o \ +$(OBJDIR)/swf1ic1idm.o \ +$(OBJDIR)/swf1flw1idm.o \ +$(OBJDIR)/swf1disl1idm.o \ +$(OBJDIR)/swf1dfw1idm.o \ +$(OBJDIR)/swf1cxs1idm.o \ +$(OBJDIR)/swf1chd1idm.o \ $(OBJDIR)/simtdisidm.o \ $(OBJDIR)/simnamidm.o \ $(OBJDIR)/gwt1idm.o \ @@ -124,6 +134,7 @@ $(OBJDIR)/gwe1disu1idm.o \ $(OBJDIR)/gwe1dis1idm.o \ $(OBJDIR)/gwe1ctp1idm.o \ $(OBJDIR)/gwe1cnd1idm.o \ +$(OBJDIR)/swfgwfidm.o \ $(OBJDIR)/gwtgwtidm.o \ $(OBJDIR)/gwfgwtidm.o \ $(OBJDIR)/gwfgwfidm.o \ @@ -132,6 +143,7 @@ $(OBJDIR)/gwegweidm.o \ $(OBJDIR)/LongLineReader.o \ $(OBJDIR)/DevFeature.o \ $(OBJDIR)/MemoryList.o \ +$(OBJDIR)/IdmSwfDfnSelector.o \ $(OBJDIR)/IdmSimDfnSelector.o \ $(OBJDIR)/IdmGwtDfnSelector.o \ $(OBJDIR)/IdmGwfDfnSelector.o \ @@ -154,6 +166,7 @@ $(OBJDIR)/HashTable.o \ $(OBJDIR)/VectorBase.o \ $(OBJDIR)/Sparse.o \ $(OBJDIR)/DisvGeom.o \ +$(OBJDIR)/DislGeom.o \ $(OBJDIR)/ArrayReaders.o \ $(OBJDIR)/TimeSeriesManager.o \ $(OBJDIR)/SmoothingFunctions.o \ @@ -254,6 +267,7 @@ $(OBJDIR)/ims8reordering.o \ $(OBJDIR)/ModflowInput.o \ $(OBJDIR)/IdmLogger.o \ $(OBJDIR)/Integer2dReader.o \ +$(OBJDIR)/SwfCxsUtils.o \ $(OBJDIR)/VirtualExchange.o \ $(OBJDIR)/GridSorting.o \ $(OBJDIR)/DisConnExchange.o \ @@ -297,6 +311,9 @@ $(OBJDIR)/InputLoadType.o \ $(OBJDIR)/Integer1dReader.o \ $(OBJDIR)/Double2dReader.o \ $(OBJDIR)/Double1dReader.o \ +$(OBJDIR)/swf1disl1.o \ +$(OBJDIR)/swf1cxs1.o \ +$(OBJDIR)/swf1ic1.o \ $(OBJDIR)/GridConnection.o \ $(OBJDIR)/DistributedVariable.o \ $(OBJDIR)/gwt1.o \ @@ -312,6 +329,12 @@ $(OBJDIR)/StructArray.o \ $(OBJDIR)/BoundInputContext.o \ $(OBJDIR)/AsciiInputLoadType.o \ $(OBJDIR)/LayeredArrayReader.o \ +$(OBJDIR)/swf1zdg1.o \ +$(OBJDIR)/swf1sto1.o \ +$(OBJDIR)/swf1oc1.o \ +$(OBJDIR)/swf1obs1.o \ +$(OBJDIR)/swf1flw1.o \ +$(OBJDIR)/swf1dfw1.o \ $(OBJDIR)/ExplicitModel.o \ $(OBJDIR)/SpatialModelConnection.o \ $(OBJDIR)/GwtInterfaceModel.o \ @@ -326,6 +349,7 @@ $(OBJDIR)/MappedMemory.o \ $(OBJDIR)/StressListInput.o \ $(OBJDIR)/StressGridInput.o \ $(OBJDIR)/LoadMf6File.o \ +$(OBJDIR)/swf1.o \ $(OBJDIR)/ExplicitSolution.o \ $(OBJDIR)/GwtGwtConnection.o \ $(OBJDIR)/GwfGwfConnection.o \ @@ -340,6 +364,7 @@ $(OBJDIR)/VirtualGwfModel.o \ $(OBJDIR)/VirtualGwfExchange.o \ $(OBJDIR)/VirtualGweModel.o \ $(OBJDIR)/VirtualGweExchange.o \ +$(OBJDIR)/SwfGwfExchange.o \ $(OBJDIR)/SolutionGroup.o \ $(OBJDIR)/SolutionFactory.o \ $(OBJDIR)/GwfGwtExchange.o \ diff --git a/msvs/mf6core.vfproj b/msvs/mf6core.vfproj index b9cbf1a7366..9a4d1a89eb6 100644 --- a/msvs/mf6core.vfproj +++ b/msvs/mf6core.vfproj @@ -2,44 +2,50 @@ - + + - - - - - - - - + + + + + + + + + - - - - - - - - + + + + + + + + + - - - - - - - - + + + + + + + + + - - - - - - - - + + + + + + + + + + @@ -82,13 +88,13 @@ - + - + - + - + @@ -118,7 +124,9 @@ - + + + @@ -224,6 +232,7 @@ + @@ -240,10 +249,30 @@ + + + + + + + + + + + + + + + + + + + + @@ -288,13 +317,13 @@ - + - + - + - + @@ -303,13 +332,13 @@ - + - + - + - + @@ -338,7 +367,8 @@ - + + @@ -410,23 +440,23 @@ - + - + - + - + - + - + - + - + @@ -459,13 +489,15 @@ - + - + - + - + - - + + + + diff --git a/src/Exchange/SwfGwfExchange.f90 b/src/Exchange/SwfGwfExchange.f90 new file mode 100644 index 00000000000..96bfdc42c72 --- /dev/null +++ b/src/Exchange/SwfGwfExchange.f90 @@ -0,0 +1,3381 @@ +!> @brief This module contains the SwfGwfExchangeModule Module +!! +!! This module contains the code for connecting a SWF model with +!! a GWF model. +!! +!< +module SwfGwfExchangeModule + + use KindModule, only: DP, I4B, LGP + use ConstantsModule, only: LINELENGTH, DZERO + use SimVariablesModule, only: errmsg, iout, model_loc_idx + use SimModule, only: count_errors, store_error, store_error_unit, & + store_error_filename + use InputOutputModule, only: getunit, openfile + use MemoryManagerModule, only: mem_allocate + use BaseModelModule, only: BaseModelType, GetBaseModelFromList + use NumericalModelModule, only: NumericalModelType + use BaseExchangeModule, only: BaseExchangeType, AddBaseExchangeToList + use ListsModule, only: basemodellist, baseexchangelist + use BlockParserModule, only: BlockParserType + use ObsModule, only: obs_cr, ObsType + use MemoryHelperModule, only: create_mem_path + use NumericalExchangeModule, only: NumericalExchangeType + use GwfModule, only: GwfModelType + use SwfModule, only: SwfModelType + use MatrixBaseModule + use TableModule, only: TableType, table_cr + + private + public :: swfgwf_cr + + type, extends(NumericalExchangeType) :: SwfGwfExchangeType + + class(NumericalModelType), pointer :: model1 => null() !< model 1 + class(NumericalModelType), pointer :: model2 => null() !< model 2 + class(SwfModelType), pointer :: swfmodel1 => null() !< pointer to SWF Model 1 + class(GwfModelType), pointer :: gwfmodel2 => null() !< pointer to GWF Model 2 + + character(len=LINELENGTH), pointer :: filename => null() !< name of the input file + integer(I4B), pointer :: ipr_input => null() !< flag to print input + integer(I4B), pointer :: ipr_flow => null() !< print flag for cell by cell flows + + integer(I4B), pointer :: nexg => null() !< number of exchanges + integer(I4B), dimension(:), pointer, contiguous :: nodem1 => null() !< node numbers in model 1 + integer(I4B), dimension(:), pointer, contiguous :: nodem2 => null() !< node numbers in model 2 + real(DP), dimension(:), pointer, contiguous :: cond => null() !< conductance, size: nexg + integer(I4B), dimension(:), pointer, contiguous :: idxglo => null() !< mapping to global (solution) amat + integer(I4B), dimension(:), pointer, contiguous :: idxsymglo => null() !< mapping to global (solution) symmetric amat + real(DP), dimension(:), pointer, contiguous :: simvals => null() !< simulated flow rate for each exchange + + type(BlockParserType) :: parser !< block parser for input file (controlled from derived type) + + integer(I4B), pointer :: inobs => null() !< unit number for GWF-GWF observations + type(ObsType), pointer :: obs => null() !< observation object + + ! -- table objects + type(TableType), pointer :: outputtab1 => null() + type(TableType), pointer :: outputtab2 => null() + + contains + + procedure :: exg_df => swf_gwf_df + procedure :: exg_ac => swf_gwf_ac + procedure :: exg_mc => swf_gwf_mc + procedure :: exg_fc => swf_gwf_fc + procedure :: exg_cq => swf_gwf_cq + procedure :: exg_bd => swf_gwf_bd + procedure :: exg_ot => swf_gwf_ot + procedure :: exg_da => swf_gwf_da + procedure :: allocate_scalars + procedure :: allocate_arrays + procedure :: source_options + !procedure :: parse_option + procedure :: source_dimensions + procedure :: source_data + procedure :: swf_gwf_calc_simvals + procedure :: swf_gwf_save_simvals + procedure :: qcalc + procedure :: swf_gwf_add_to_flowja + procedure, private :: swf_gwf_chd_bd + !todo: procedure :: swf_gwf_bdsav_model + procedure :: swf_gwf_bdsav + procedure :: connects_model => swf_gwf_connects_model + + procedure, pass(this) :: noder + procedure, pass(this) :: cellstr + + end type SwfGwfExchangeType + +contains + + !> @ brief Create SWF GWF exchange + !! + !! Create a new SWF to GWF exchange object. + !< + subroutine swfgwf_cr(filename, name, id, m1_id, m2_id, input_mempath) + ! -- modules + ! -- dummy + character(len=*), intent(in) :: filename !< filename for reading + character(len=*) :: name !< exchange name + integer(I4B), intent(in) :: id !< id for the exchange + integer(I4B), intent(in) :: m1_id !< id for model 1 + integer(I4B), intent(in) :: m2_id !< id for model 2 + character(len=*), intent(in) :: input_mempath + ! -- local + type(SwfGwfExchangeType), pointer :: exchange + class(BaseModelType), pointer :: mb + class(BaseExchangeType), pointer :: baseexchange + integer(I4B) :: m1_index, m2_index + ! + ! -- Create a new exchange and add it to the baseexchangelist container + allocate (exchange) + baseexchange => exchange + call AddBaseExchangeToList(baseexchangelist, baseexchange) + ! + ! -- Assign id and name + exchange%id = id + exchange%name = name + exchange%memoryPath = create_mem_path(exchange%name) + exchange%input_mempath = input_mempath + ! + ! -- allocate scalars and set defaults + call exchange%allocate_scalars() + exchange%filename = filename + exchange%typename = 'SWF-GWF' + ! + ! -- set swfmodel1 + m1_index = model_loc_idx(m1_id) + if (m1_index > 0) then + mb => GetBaseModelFromList(basemodellist, m1_index) + select type (mb) + type is (SwfModelType) + exchange%model1 => mb + exchange%swfmodel1 => mb + end select + end if + ! exchange%v_model1 => get_virtual_model(m1_id) + ! exchange%is_datacopy = .not. exchange%v_model1%is_local + ! + ! -- set gwfmodel2 + m2_index = model_loc_idx(m2_id) + if (m2_index > 0) then + mb => GetBaseModelFromList(basemodellist, m2_index) + select type (mb) + type is (GwfModelType) + exchange%model2 => mb + exchange%gwfmodel2 => mb + end select + end if + ! exchange%v_model2 => get_virtual_model(m2_id) + ! + ! -- Verify that gwf model1 is of the correct type + if (.not. associated(exchange%swfmodel1) .and. m1_index > 0) then + write (errmsg, '(3a)') 'Problem with SWF-GWF exchange ', & + trim(exchange%name), & + '. Specified SWF Model does not appear to be of the correct type.' + call store_error(errmsg, terminate=.true.) + end if + ! + ! -- Verify that gwf model2 is of the correct type + if (.not. associated(exchange%gwfmodel2) .and. m2_index > 0) then + write (errmsg, '(3a)') 'Problem with SWF-GWF exchange ', & + trim(exchange%name), & + '. Specified GWF Model does not appear to be of the correct type.' + call store_error(errmsg, terminate=.true.) + end if + ! + ! -- Create the obs package + call obs_cr(exchange%obs, exchange%inobs) + ! + ! -- Return + return + end subroutine swfgwf_cr + + !> @ brief Define SWF GWF exchange + !! + !! Define SWF to GWF exchange object. + !< + subroutine swf_gwf_df(this) + ! -- modules + ! -- dummy + class(SwfGwfExchangeType) :: this !< SwfGwfExchangeType + ! -- local + ! + ! -- log the exchange + write (iout, '(/a,a)') ' Creating exchange: ', this%name + ! + ! -- Ensure models are in same solution + if (associated(this%swfmodel1) .and. associated(this%gwfmodel2)) then + if (this%swfmodel1%idsoln /= this%gwfmodel2%idsoln) then + call store_error('Two models are connected in a SWF-GWF '// & + 'exchange but they are in different solutions. '// & + 'Models must be in same solution: '// & + trim(this%swfmodel1%name)//' '// & + trim(this%gwfmodel2%name)) + call this%parser%StoreErrorUnit() + end if + end if + ! + ! -- source options + call this%source_options(iout) + ! + ! -- source dimensions + call this%source_dimensions(iout) + ! + ! -- allocate arrays + call this%allocate_arrays() + ! + ! -- source exchange data + call this%source_data(iout) + ! + ! -- Store obs + ! call this%swf_gwf_df_obs() + ! if (associated(this%swfmodel1)) then + ! call this%obs%obs_df(iout, this%name, 'SWF-GWF', this%swfmodel1%dis) + ! end if + ! ! + ! ! -- validate + ! call this%validate_exchange() + ! + ! -- Return + return + end subroutine swf_gwf_df + + !> @ brief Add connections + !! + !! Override parent exg_ac so that gnc can add connections here. + !< + subroutine swf_gwf_ac(this, sparse) + ! -- modules + use SparseModule, only: sparsematrix + ! -- dummy + class(SwfGwfExchangeType) :: this !< SwfGwfExchangeType + type(sparsematrix), intent(inout) :: sparse + ! -- local + integer(I4B) :: n, iglo, jglo + ! + ! -- add exchange connections + do n = 1, this%nexg + iglo = this%nodem1(n) + this%swfmodel1%moffset + jglo = this%nodem2(n) + this%gwfmodel2%moffset + call sparse%addconnection(iglo, jglo, 1) + call sparse%addconnection(jglo, iglo, 1) + end do + ! + ! -- Return + return + end subroutine swf_gwf_ac + + !> @ brief Map connections + !! + !! Map the connections in the global matrix + !< + subroutine swf_gwf_mc(this, matrix_sln) + ! -- modules + use SparseModule, only: sparsematrix + ! -- dummy + class(SwfGwfExchangeType) :: this !< SwfGwfExchangeType + class(MatrixBaseType), pointer :: matrix_sln !< the system matrix + ! -- local + integer(I4B) :: n, iglo, jglo + ! + ! -- map exchange connections + do n = 1, this%nexg + iglo = this%nodem1(n) + this%swfmodel1%moffset + jglo = this%nodem2(n) + this%gwfmodel2%moffset + this%idxglo(n) = matrix_sln%get_position(iglo, jglo) + this%idxsymglo(n) = matrix_sln%get_position(jglo, iglo) + end do + ! + ! -- Return + return + end subroutine swf_gwf_mc + + !> @ brief Fill coefficients + !! + !! Fill conductance into coefficient matrix. For now assume + !! all connections are vertical and no newton correction is + !! needed. + !< + subroutine swf_gwf_fc(this, kiter, matrix_sln, rhs_sln, inwtflag) + ! -- modules + ! -- dummy + class(SwfGwfExchangeType) :: this !< SwfGwfExchangeType + integer(I4B), intent(in) :: kiter + class(MatrixBaseType), pointer :: matrix_sln + real(DP), dimension(:), intent(inout) :: rhs_sln + integer(I4B), optional, intent(in) :: inwtflag + ! -- local + integer(I4B) :: i, nodem1sln, nodem2sln + ! + ! -- Put this%cond into amatsln + do i = 1, this%nexg + call matrix_sln%set_value_pos(this%idxglo(i), this%cond(i)) + call matrix_sln%set_value_pos(this%idxsymglo(i), this%cond(i)) + + nodem1sln = this%nodem1(i) + this%swfmodel1%moffset + nodem2sln = this%nodem2(i) + this%gwfmodel2%moffset + call matrix_sln%add_diag_value(nodem1sln, -this%cond(i)) + call matrix_sln%add_diag_value(nodem2sln, -this%cond(i)) + end do + ! + ! -- Return + return + end subroutine swf_gwf_fc + + !> @ brief Calculate flow + !! + !! Calculate flow between two cells and store in simvals, also set + !! information needed for specific discharge calculation + !< + subroutine swf_gwf_cq(this, icnvg, isuppress_output, isolnid) + ! -- dummy + class(SwfGwfExchangeType) :: this !< SwfGwfExchangeType + integer(I4B), intent(inout) :: icnvg + integer(I4B), intent(in) :: isuppress_output + integer(I4B), intent(in) :: isolnid + ! + ! -- calculate flow and store in simvals + call this%swf_gwf_calc_simvals() + ! + ! -- set flows to model edges in NPF + ! todo: do we add these flows for specific discharge calculation? + !call this%swf_gwf_set_flow_to_npf() + ! + ! -- add exchange flows to model's flowja diagonal + call this%swf_gwf_add_to_flowja() + ! + ! -- Return + return + end subroutine swf_gwf_cq + + !> @ brief Deallocate + !! + !! Deallocate memory associated with this object + !< + subroutine swf_gwf_da(this) + ! -- modules + use MemoryManagerModule, only: mem_deallocate + ! -- dummy + class(SwfGwfExchangeType) :: this !< SwfGwfExchangeType + ! + ! -- objects + call this%obs%obs_da() + deallocate (this%obs) + ! + ! -- arrays + call mem_deallocate(this%nodem1) + call mem_deallocate(this%nodem2) + call mem_deallocate(this%cond) + call mem_deallocate(this%idxglo) + call mem_deallocate(this%idxsymglo) + call mem_deallocate(this%simvals) + ! + ! -- scalars + deallocate (this%filename) + call mem_deallocate(this%ipr_input) + call mem_deallocate(this%ipr_flow) + call mem_deallocate(this%nexg) + call mem_deallocate(this%inobs) + ! + ! -- Return + return + end subroutine swf_gwf_da + + !> @ brief Allocate scalars + !! + !! Allocate scalar variables + !< + subroutine allocate_scalars(this) + ! -- modules + ! -- dummy + class(SwfGwfExchangeType) :: this !< SwfGwfExchangeType + ! + allocate (this%filename) + this%filename = '' + ! + call mem_allocate(this%ipr_input, 'IPR_INPUT', this%memoryPath) + call mem_allocate(this%ipr_flow, 'IPR_FLOW', this%memoryPath) + call mem_allocate(this%nexg, 'NEXG', this%memoryPath) + call mem_allocate(this%inobs, 'INOBS', this%memoryPath) + ! + this%ipr_input = 0 + this%ipr_flow = 0 + this%nexg = 0 + this%inobs = 0 + ! + ! -- Return + return + end subroutine allocate_scalars + + !> @brief Allocate array data, using the number of + !! connected nodes @param nexg + !< + subroutine allocate_arrays(this) + ! -- dummy + class(SwfGwfExchangeType) :: this !< instance of exchange object + ! + call mem_allocate(this%nodem1, this%nexg, 'NODEM1', this%memoryPath) + call mem_allocate(this%nodem2, this%nexg, 'NODEM2', this%memoryPath) + call mem_allocate(this%cond, this%nexg, 'COND', this%memoryPath) + call mem_allocate(this%idxglo, this%nexg, 'IDXGLO', this%memoryPath) + call mem_allocate(this%idxsymglo, this%nexg, 'IDXSYMGLO', this%memoryPath) + call mem_allocate(this%simvals, this%nexg, 'SIMVALS', this%memoryPath) + ! + ! -- Return + return + end subroutine allocate_arrays + + !> @ brief Source options + !! + !! Source the options block + !< + subroutine source_options(this, iout) + ! -- modules + use ConstantsModule, only: LENVARNAME, DEM6 + use InputOutputModule, only: getunit, openfile + use MemoryManagerExtModule, only: mem_set_value + use CharacterStringModule, only: CharacterStringType + use ExgSwfgwfInputModule, only: ExgSwfgwfParamFoundType + use SourceCommonModule, only: filein_fname + ! -- dummy + class(SwfGwfExchangeType) :: this !< GwfExchangeType + integer(I4B), intent(in) :: iout + ! -- local + type(ExgSwfgwfParamFoundType) :: found + ! + ! -- update defaults with idm sourced values + call mem_set_value(this%ipr_input, 'IPR_INPUT', & + this%input_mempath, found%ipr_input) + call mem_set_value(this%ipr_flow, 'IPR_FLOW', & + this%input_mempath, found%ipr_flow) + ! + write (iout, '(1x,a)') 'PROCESSING SWF-GWF EXCHANGE OPTIONS' + ! + if (found%ipr_input) then + write (iout, '(4x,a)') & + 'THE LIST OF EXCHANGES WILL BE PRINTED.' + end if + ! + if (found%ipr_flow) then + write (iout, '(4x,a)') & + 'EXCHANGE FLOWS WILL BE PRINTED TO LIST FILES.' + end if + ! + ! -- enforce 0 or 1 OBS6_FILENAME entries in option block + ! if (.not. this%is_datacopy) then + ! if (filein_fname(this%obs%inputFilename, 'OBS6_FILENAME', & + ! this%input_mempath, this%filename)) then + ! this%obs%active = .true. + ! this%obs%inUnitObs = GetUnit() + ! call openfile(this%obs%inUnitObs, iout, this%obs%inputFilename, 'OBS') + ! end if + ! end if + ! + write (iout, '(1x,a)') 'END OF SWF-GWF EXCHANGE OPTIONS' + ! + ! -- Return + return + end subroutine source_options + + !> @brief Source dimension from input context + !< + subroutine source_dimensions(this, iout) + ! -- modules + use MemoryManagerExtModule, only: mem_set_value + use ExgSwfgwfInputModule, only: ExgSwfgwfParamFoundType + ! -- dummy + class(SwfGwfExchangeType) :: this !< instance of exchange object + integer(I4B), intent(in) :: iout !< for logging + ! -- local + type(ExgSwfgwfParamFoundType) :: found + ! + ! -- update defaults with idm sourced values + call mem_set_value(this%nexg, 'NEXG', this%input_mempath, found%nexg) + ! + write (iout, '(1x,a)') 'PROCESSING EXCHANGE DIMENSIONS' + ! + if (found%nexg) then + write (iout, '(4x,a,i0)') 'NEXG = ', this%nexg + end if + ! + write (iout, '(1x,a)') 'END OF EXCHANGE DIMENSIONS' + ! + ! -- return + return + end subroutine source_dimensions + + !> @brief + !< + function noder(this, model, cellid, iout) + ! -- modules + use GeomUtilModule, only: get_node + ! -- dummy + class(SwfGwfExchangeType) :: this !< instance of exchange object + class(NumericalModelType), pointer, intent(in) :: model + integer(I4B), dimension(:), pointer, intent(in) :: cellid + integer(I4B), intent(in) :: iout !< the output file unit + integer(I4B) :: noder, node + ! + if (model%dis%ndim == 1) then + node = cellid(1) + elseif (model%dis%ndim == 2) then + node = get_node(cellid(1), 1, cellid(2), & + model%dis%mshape(1), 1, & + model%dis%mshape(2)) + else + node = get_node(cellid(1), cellid(2), cellid(3), & + model%dis%mshape(1), & + model%dis%mshape(2), & + model%dis%mshape(3)) + end if + noder = model%dis%get_nodenumber(node, 0) + ! + ! -- return + return + end function noder + + !> @brief + !< + function cellstr(this, model, cellid, iout) + ! -- modules + ! -- dummy + class(SwfGwfExchangeType) :: this !< instance of exchange object + class(NumericalModelType), pointer, intent(in) :: model + integer(I4B), dimension(:), pointer, intent(in) :: cellid + integer(I4B), intent(in) :: iout !< the output file unit + character(len=20) :: cellstr + character(len=*), parameter :: fmtndim1 = & + "('(',i0,')')" + character(len=*), parameter :: fmtndim2 = & + "('(',i0,',',i0,')')" + character(len=*), parameter :: fmtndim3 = & + "('(',i0,',',i0,',',i0,')')" + ! + cellstr = '' + ! + select case (model%dis%ndim) + case (1) + write (cellstr, fmtndim1) cellid(1) + case (2) + write (cellstr, fmtndim2) cellid(1), cellid(2) + case (3) + write (cellstr, fmtndim3) cellid(1), cellid(2), cellid(3) + case default + end select + ! + ! -- return + return + end function cellstr + + !> @brief Source exchange data from input context + !< + subroutine source_data(this, iout) + ! -- modules + use MemoryManagerModule, only: mem_setptr + ! -- dummy + class(SwfGwfExchangeType) :: this !< instance of exchange object + integer(I4B), intent(in) :: iout !< the output file unit + ! -- local + integer(I4B), dimension(:, :), contiguous, pointer :: cellidm1 + integer(I4B), dimension(:, :), contiguous, pointer :: cellidm2 + real(DP), dimension(:), contiguous, pointer :: cond + character(len=20) :: cellstr1, cellstr2 + integer(I4B) :: nerr + integer(I4B) :: iexg, nodem1, nodem2 + ! -- format + character(len=*), parameter :: fmtexglabel = "(1x, 3a10, 50(a16))" + character(len=*), parameter :: fmtexgdata = & + "(5x, a, 1x, a ,50(1pg16.6))" + ! + call mem_setptr(cellidm1, 'CELLIDM1', this%input_mempath) + call mem_setptr(cellidm2, 'CELLIDM2', this%input_mempath) + call mem_setptr(cond, 'COND', this%input_mempath) + ! + write (iout, '(1x,a)') 'PROCESSING EXCHANGEDATA' + ! + if (this%ipr_input /= 0) then + write (iout, fmtexglabel) 'NODEM1', 'NODEM2', 'COND' + end if + ! + do iexg = 1, this%nexg + ! + if (associated(this%model1)) then + ! + ! -- Determine user node number + nodem1 = this%noder(this%model1, cellidm1(:, iexg), iout) + this%nodem1(iexg) = nodem1 + ! + else + this%nodem1(iexg) = -1 + end if + ! + if (associated(this%model2)) then + ! + ! -- Determine user node number + nodem2 = this%noder(this%model2, cellidm2(:, iexg), iout) + this%nodem2(iexg) = nodem2 + ! + else + this%nodem2(iexg) = -1 + end if + ! + ! -- Read rest of input line + this%cond(iexg) = cond(iexg) + ! + ! -- Write the data to listing file if requested + if (this%ipr_input /= 0) then + cellstr1 = this%cellstr(this%model1, cellidm1(:, iexg), iout) + cellstr2 = this%cellstr(this%model2, cellidm2(:, iexg), iout) + write (iout, fmtexgdata) trim(cellstr1), trim(cellstr2), & + this%cond(iexg) + end if + ! + ! -- Check to see if nodem1 is outside of active domain + if (associated(this%model1)) then + if (nodem1 <= 0) then + cellstr1 = this%cellstr(this%model1, cellidm1(:, iexg), iout) + write (errmsg, *) & + trim(adjustl(this%model1%name))// & + ' Cell is outside active grid domain ('// & + trim(adjustl(cellstr1))//').' + call store_error(errmsg) + end if + end if + ! + ! -- Check to see if nodem2 is outside of active domain + if (associated(this%model2)) then + if (nodem2 <= 0) then + cellstr2 = this%cellstr(this%model2, cellidm2(:, iexg), iout) + write (errmsg, *) & + trim(adjustl(this%model2%name))// & + ' Cell is outside active grid domain ('// & + trim(adjustl(cellstr2))//').' + call store_error(errmsg) + end if + end if + end do + ! + write (iout, '(1x,a)') 'END OF EXCHANGEDATA' + ! + ! -- Stop if errors + nerr = count_errors() + if (nerr > 0) then + call store_error('Errors encountered in exchange input file.') + call store_error_filename(this%filename) + end if + ! + ! -- Return + return + end subroutine source_data + + !> @brief Calculate flow rates for the exchanges and store them in a member + !! array + !< + subroutine swf_gwf_calc_simvals(this) + ! -- modules + use ConstantsModule, only: DZERO + ! -- dummy + class(SwfGwfExchangeType) :: this !< SwfGwfExchangeType + ! -- local + integer(I4B) :: i + integer(I4B) :: n1, n2 + integer(I4B) :: ibdn1, ibdn2 + real(DP) :: rrate + ! + do i = 1, this%nexg + rrate = DZERO + n1 = this%nodem1(i) + n2 = this%nodem2(i) + ibdn1 = this%swfmodel1%ibound(n1) + ibdn2 = this%gwfmodel2%ibound(n2) + if (ibdn1 /= 0 .and. ibdn2 /= 0) then + rrate = this%qcalc(i, n1, n2) + end if + this%simvals(i) = rrate + end do + ! + ! -- Return + return + end subroutine swf_gwf_calc_simvals + + !> @ brief Calculate flow + !! + !! Calculate the flow for the specified exchange and node numbers + !< + function qcalc(this, iexg, n1, n2) + ! -- return + real(DP) :: qcalc + ! -- dummy + class(SwfGwfExchangeType) :: this !< SwfGwfExchangeType + integer(I4B), intent(in) :: iexg + integer(I4B), intent(in) :: n1 + integer(I4B), intent(in) :: n2 + ! -- local + ! + ! -- Calculate flow between nodes in the two models + qcalc = this%cond(iexg) * (this%gwfmodel2%x(n2) - this%swfmodel1%x(n1)) + ! + ! -- Return + return + end function qcalc + + !> @brief Add exchange flow to each model flowja diagonal position so that + !! residual is calculated correctly. + !< + subroutine swf_gwf_add_to_flowja(this) + ! -- modules + class(SwfGwfExchangeType) :: this !< SwfGwfExchangeType + ! -- local + integer(I4B) :: i + integer(I4B) :: n + integer(I4B) :: idiag + real(DP) :: flow + ! + do i = 1, this%nexg + ! + if (associated(this%swfmodel1)) then + n = this%nodem1(i) + if (this%swfmodel1%ibound(n) > 0) then + flow = this%simvals(i) + idiag = this%swfmodel1%ia(n) + this%swfmodel1%flowja(idiag) = this%swfmodel1%flowja(idiag) + flow + end if + end if + ! + if (associated(this%gwfmodel2)) then + n = this%nodem2(i) + if (this%gwfmodel2%ibound(n) > 0) then + flow = -this%simvals(i) + idiag = this%gwfmodel2%ia(n) + this%gwfmodel2%flowja(idiag) = this%gwfmodel2%flowja(idiag) + flow + end if + end if + ! + end do + ! + ! -- Return + return + end subroutine swf_gwf_add_to_flowja + + !> @ brief Budget + !! + !! Accumulate budget terms + !< + subroutine swf_gwf_bd(this, icnvg, isuppress_output, isolnid) + ! -- modules + use ConstantsModule, only: DZERO, LENBUDTXT, LENPACKAGENAME + use BudgetModule, only: rate_accumulator + ! -- dummy + class(SwfGwfExchangeType) :: this !< SwfGwfExchangeType + integer(I4B), intent(inout) :: icnvg + integer(I4B), intent(in) :: isuppress_output + integer(I4B), intent(in) :: isolnid + ! -- local + character(len=LENBUDTXT), dimension(1) :: budtxt + real(DP), dimension(2, 1) :: budterm + real(DP) :: ratin, ratout + ! + ! -- initialize + budtxt(1) = ' FLOW-JA-FACE' + ! + ! -- Calculate ratin/ratout and pass to model budgets + call rate_accumulator(this%simvals, ratin, ratout) + ! + ! -- Add the budget terms to model 1 + if (associated(this%swfmodel1)) then + budterm(1, 1) = ratin + budterm(2, 1) = ratout + call this%swfmodel1%model_bdentry(budterm, budtxt, this%name) + end if + ! + ! -- Add the budget terms to model 2 + if (associated(this%gwfmodel2)) then + budterm(1, 1) = ratout + budterm(2, 1) = ratin + call this%gwfmodel2%model_bdentry(budterm, budtxt, this%name) + end if + ! + ! -- Add any flows from one model into a constant head in another model + ! as a separate budget term called FLOW-JA-FACE-CHD + call this%swf_gwf_chd_bd() + ! + ! -- Return + return + end subroutine swf_gwf_bd + + !> @ brief swf-gwf-chd-bd + !! + !! Account for flow from an external model into a chd cell + !< + subroutine swf_gwf_chd_bd(this) + ! -- modules + use ConstantsModule, only: DZERO, LENBUDTXT, LENPACKAGENAME + ! -- dummy + class(SwfGwfExchangeType) :: this !< GwfExchangeType + ! -- local + character(len=LENBUDTXT), dimension(1) :: budtxt + integer(I4B) :: n + integer(I4B) :: i + real(DP), dimension(2, 1) :: budterm + real(DP) :: ratin, ratout + real(DP) :: q + ! + ! -- initialize + budtxt(1) = 'FLOW-JA-FACE-CHD' + ! + ! -- Add the constant-head budget terms for flow from model 2 into model 1 + if (associated(this%swfmodel1)) then + ratin = DZERO + ratout = DZERO + do i = 1, this%nexg + n = this%nodem1(i) + if (this%swfmodel1%ibound(n) < 0) then + q = this%simvals(i) + if (q > DZERO) then + ratout = ratout + q + else + ratin = ratin - q + end if + end if + end do + budterm(1, 1) = ratin + budterm(2, 1) = ratout + call this%swfmodel1%model_bdentry(budterm, budtxt, this%name) + end if + ! + ! -- Add the constant-head budget terms for flow from model 1 into model 2 + if (associated(this%gwfmodel2)) then + ratin = DZERO + ratout = DZERO + do i = 1, this%nexg + n = this%nodem2(i) + if (this%gwfmodel2%ibound(n) < 0) then + ! -- flip flow sign as flow is relative to model 1 + q = -this%simvals(i) + if (q > DZERO) then + ratout = ratout + q + else + ratin = ratin - q + end if + end if + end do + budterm(1, 1) = ratin + budterm(2, 1) = ratout + call this%gwfmodel2%model_bdentry(budterm, budtxt, this%name) + end if + ! + ! -- Return + return + end subroutine swf_gwf_chd_bd + + !> @ brief Budget save + !! + !! Output individual flows to listing file and binary budget files + !< + subroutine swf_gwf_bdsav(this) + ! -- dummy + class(SwfGwfExchangeType) :: this !< SwfGwfExchangeType + ! -- local + integer(I4B) :: icbcfl, ibudfl + ! ! + ! ! -- budget for model1 + ! if (associated(this%swfmodel1)) then + ! call this%swf_gwf_bdsav_model(this%swfmodel1, this%gwfmodel2%name) + ! end if + ! ! + ! ! -- budget for model2 + ! if (associated(this%gwfmodel2)) then + ! call this%swf_gwf_bdsav_model(this%gwfmodel2, this%swfmodel1%name) + ! end if + ! + ! -- Set icbcfl, ibudfl to zero so that flows will be printed and + ! saved, if the options were set in the MVR package + icbcfl = 1 + ibudfl = 1 + ! + ! -- Calculate and write simulated values for observations + if (this%inobs /= 0) then + call this%swf_gwf_save_simvals() + end if + ! + ! -- Return + return + end subroutine swf_gwf_bdsav + + ! subroutine swf_gwf_bdsav_model(this, model, neighbor_name) + ! ! -- modules + ! use ConstantsModule, only: DZERO, LENBUDTXT, LENPACKAGENAME + ! use TdisModule, only: kstp, kper + ! ! -- dummy + ! class(SwfGwfExchangeType) :: this !< this exchange + ! class(NumericalModelType), pointer :: model !< the model to save budget for + ! character(len=*), intent(in) :: neighbor_name !< name of the connected neighbor model + ! ! -- local + ! character(len=LENPACKAGENAME + 4) :: packname + ! character(len=LENBUDTXT), dimension(1) :: budtxt + ! type(TableType), pointer :: output_tab + ! character(len=20) :: nodestr + ! character(len=LENBOUNDNAME) :: bname + ! integer(I4B) :: ntabrows + ! integer(I4B) :: nodeu + ! integer(I4B) :: i, n1, n2, n1u, n2u + ! integer(I4B) :: ibinun + ! real(DP) :: ratin, ratout, rrate + ! logical(LGP) :: is_for_model1 + ! ! + ! budtxt(1) = ' FLOW-JA-FACE' + ! packname = 'EXG '//this%name + ! packname = adjustr(packname) + ! if (associated(model, this%swfmodel1)) then + ! output_tab => this%outputtab1 + ! is_for_model1 = .true. + ! else + ! output_tab => this%outputtab2 + ! is_for_model1 = .false. + ! end if + ! ! + ! ! -- update output tables + ! if (this%ipr_flow /= 0) then + ! ! + ! ! -- update titles + ! if (model%oc%oc_save('BUDGET')) then + ! call output_tab%set_title(packname) + ! end if + ! ! + ! ! -- set table kstp and kper + ! call output_tab%set_kstpkper(kstp, kper) + ! ! + ! ! -- update maxbound of tables + ! ntabrows = 0 + ! do i = 1, this%nexg + ! n1 = this%nodem1(i) + ! n2 = this%nodem2(i) + ! ! + ! ! -- If both cells are active then calculate flow rate + ! if (this%swfmodel1%ibound(n1) /= 0 .and. & + ! this%gwfmodel2%ibound(n2) /= 0) then + ! ntabrows = ntabrows + 1 + ! end if + ! end do + ! if (ntabrows > 0) then + ! call output_tab%set_maxbound(ntabrows) + ! end if + ! end if + ! ! + ! ! -- Print and write budget terms + ! ! + ! ! -- Set binary unit numbers for saving flows + ! if (this%ipakcb /= 0) then + ! ibinun = model%oc%oc_save_unit('BUDGET') + ! else + ! ibinun = 0 + ! end if + ! ! + ! ! -- If save budget flag is zero for this stress period, then + ! ! shut off saving + ! if (.not. model%oc%oc_save('BUDGET')) ibinun = 0 + ! ! + ! ! -- If cell-by-cell flows will be saved as a list, write header. + ! if (ibinun /= 0) then + ! call model%dis%record_srcdst_list_header(budtxt(1), & + ! model%name, & + ! this%name, & + ! neighbor_name, & + ! this%name, & + ! this%naux, this%auxname, & + ! ibinun, this%nexg, & + ! model%iout) + ! end if + ! ! + ! ! Initialize accumulators + ! ratin = DZERO + ! ratout = DZERO + ! ! + ! ! -- Loop through all exchanges + ! do i = 1, this%nexg + ! ! + ! ! -- Assign boundary name + ! if (this%inamedbound > 0) then + ! bname = this%boundname(i) + ! else + ! bname = '' + ! end if + ! ! + ! ! -- Calculate the flow rate between n1 and n2 + ! rrate = DZERO + ! n1 = this%nodem1(i) + ! n2 = this%nodem2(i) + ! ! + ! ! -- If both cells are active then calculate flow rate + ! if (this%v_model1%ibound%get(n1) /= 0 .and. & + ! this%v_model2%ibound%get(n2) /= 0) then + ! rrate = this%simvals(i) + ! ! + ! ! -- Print the individual rates to model list files if requested + ! if (this%ipr_flow /= 0) then + ! if (model%oc%oc_save('BUDGET')) then + ! ! + ! ! -- set nodestr and write outputtab table + ! if (is_for_model1) then + ! nodeu = model%dis%get_nodeuser(n1) + ! call model%dis%nodeu_to_string(nodeu, nodestr) + ! call output_tab%print_list_entry(i, trim(adjustl(nodestr)), & + ! rrate, bname) + ! else + ! nodeu = model%dis%get_nodeuser(n2) + ! call model%dis%nodeu_to_string(nodeu, nodestr) + ! call output_tab%print_list_entry(i, trim(adjustl(nodestr)), & + ! -rrate, bname) + ! end if + ! end if + ! end if + ! if (rrate < DZERO) then + ! ratout = ratout - rrate + ! else + ! ratin = ratin + rrate + ! end if + ! end if + ! ! + ! ! -- If saving cell-by-cell flows in list, write flow + ! n1u = this%v_model1%dis_get_nodeuser(n1) + ! n2u = this%v_model2%dis_get_nodeuser(n2) + ! if (ibinun /= 0) then + ! if (is_for_model1) then + ! call model%dis%record_mf6_list_entry(ibinun, n1u, n2u, rrate, & + ! this%naux, this%auxvar(:, i), & + ! .false., .false.) + ! else + ! call model%dis%record_mf6_list_entry(ibinun, n2u, n1u, -rrate, & + ! this%naux, this%auxvar(:, i), & + ! .false., .false.) + ! end if + ! end if + ! ! + ! end do + ! ! + ! ! -- Return + ! return + ! end subroutine swf_gwf_bdsav_model + + !> @ brief Output + !! + !! Write output + !< + subroutine swf_gwf_ot(this) + ! -- modules + use SimVariablesModule, only: iout + use ConstantsModule, only: DZERO, LINELENGTH + ! -- dummy + class(SwfGwfExchangeType) :: this !< SwfGwfExchangeType + ! -- local + integer(I4B) :: iexg, n1, n2 + real(DP) :: flow + character(len=LINELENGTH) :: node1str, node2str + ! -- format + character(len=*), parameter :: fmtheader2 = & + "(/1x, 'SUMMARY OF EXCHANGE RATES FOR EXCHANGE ', a, ' WITH ID ', i0, /, & + &2a16, 4a16, /, 96('-'))" + character(len=*), parameter :: fmtdata = & + "(2a16, 5(1pg16.6))" + ! + ! -- Call bdsave + call this%swf_gwf_bdsav() + ! + ! -- Write a table of exchanges + if (this%ipr_flow /= 0) then + write (iout, fmtheader2) trim(adjustl(this%name)), this%id, 'NODEM1', & + 'NODEM2', 'COND', 'X_M1', 'X_M2', 'FLOW' + do iexg = 1, this%nexg + n1 = this%nodem1(iexg) + n2 = this%nodem2(iexg) + flow = this%simvals(iexg) + call this%swfmodel1%dis%noder_to_string(n1, node1str) + call this%gwfmodel2%dis%noder_to_string(n2, node2str) + write (iout, fmtdata) trim(adjustl(node1str)), & + trim(adjustl(node2str)), & + this%cond(iexg), this%swfmodel1%x(n1), & + this%gwfmodel2%x(n2), flow + end do + end if + ! + ! -- OBS output + call this%obs%obs_ot() + ! + ! -- Return + return + end subroutine swf_gwf_ot + + !> @ brief Save simulated flow observations + !! + !! Save the simulated flows for each exchange + !< + subroutine swf_gwf_save_simvals(this) + ! -- modules + use SimModule, only: store_error, store_error_unit + use SimVariablesModule, only: errmsg + use ConstantsModule, only: DZERO + use ObserveModule, only: ObserveType + ! -- dummy + class(SwfGwfExchangeType), intent(inout) :: this + ! -- local + integer(I4B) :: i + integer(I4B) :: j + integer(I4B) :: n1 + integer(I4B) :: n2 + integer(I4B) :: iexg + real(DP) :: v + type(ObserveType), pointer :: obsrv => null() + ! + ! -- Write simulated values for all gwf-gwf observations + if (this%obs%npakobs > 0) then + call this%obs%obs_bd_clear() + do i = 1, this%obs%npakobs + obsrv => this%obs%pakobs(i)%obsrv + do j = 1, obsrv%indxbnds_count + iexg = obsrv%indxbnds(j) + v = DZERO + select case (obsrv%ObsTypeId) + case ('FLOW-JA-FACE') + n1 = this%nodem1(iexg) + n2 = this%nodem2(iexg) + v = this%simvals(iexg) + case default + errmsg = 'Unrecognized observation type: '// & + trim(obsrv%ObsTypeId) + call store_error(errmsg) + call store_error_unit(this%inobs) + end select + call this%obs%SaveOneSimval(obsrv, v) + end do + end do + end if + ! + ! -- Return + return + end subroutine swf_gwf_save_simvals + + !> @brief Should return true when the exchange should be added to the + !! solution where the model resides + !< + function swf_gwf_connects_model(this, model) result(is_connected) + ! -- dummy + class(SwfGwfExchangeType) :: this !< the instance of the exchange + class(BaseModelType), pointer, intent(in) :: model !< the model to which the exchange might hold a connection + ! -- return + logical(LGP) :: is_connected !< true, when connected + ! + is_connected = .false. + select type (model) + class is (GwfModelType) + if (associated(this%gwfmodel2, model)) then + is_connected = .true. + end if + class is (SwfModelType) + if (associated(this%swfmodel1, model)) then + is_connected = .true. + end if + end select + ! + ! -- Return + return + end function + +end module SwfGwfExchangeModule + +! module SwfGwfExchangeModule + +! use KindModule, only: DP, I4B, LGP +! use SimVariablesModule, only: errmsg +! use SimModule, only: store_error +! use BaseModelModule, only: BaseModelType, GetBaseModelFromList +! use BaseExchangeModule, only: BaseExchangeType, AddBaseExchangeToList +! use ConstantsModule, only: LENBOUNDNAME, NAMEDBOUNDFLAG, LINELENGTH, & +! TABCENTER, TABLEFT, LENAUXNAME, DNODATA +! use ListModule, only: ListType +! use ListsModule, only: basemodellist +! use DisConnExchangeModule, only: DisConnExchangeType +! use GwfModule, only: GwfModelType +! use SwfModule, only: SwfModelType +! use VirtualModelModule, only: VirtualModelType +! use GhostNodeModule, only: GhostNodeType +! use GwfMvrModule, only: GwfMvrType +! use ObserveModule, only: ObserveType +! use ObsModule, only: ObsType +! use SimModule, only: count_errors, store_error, store_error_unit +! use SimVariablesModule, only: errmsg, model_loc_idx +! use BlockParserModule, only: BlockParserType +! use TableModule, only: TableType, table_cr +! use MatrixBaseModule + +! implicit none + +! private +! public :: SwfGwfExchangeType +! public :: swfgwf_cr +! public :: GetSwfGwfExchangeFromList +! public :: CastAsSwfGwfExchange + +! !> @brief Derived type for SwfGwfExchangeType +! !! +! !! This derived type contains information and methods for +! !! connecting a SWF model with a GWF model. +! !< +! type, extends(DisConnExchangeType) :: SwfGwfExchangeType +! class(SwfModelType), pointer :: swfmodel1 => null() !< pointer to SWF Model 1 +! class(GwfModelType), pointer :: gwfmodel2 => null() !< pointer to GWF Model 2 +! ! +! ! -- GWF specific option block: +! integer(I4B), pointer :: iprflow => null() !< print flag for cell by cell flows +! integer(I4B), pointer :: ipakcb => null() !< save flag for cell by cell flows +! integer(I4B), pointer :: inewton => null() !< newton flag (1 newton is on) +! integer(I4B), pointer :: icellavg => null() !< cell averaging +! integer(I4B), pointer :: ivarcv => null() !< variable cv +! integer(I4B), pointer :: idewatcv => null() !< dewatered cv +! integer(I4B), pointer :: ingnc => null() !< unit number for gnc (0 if off) +! type(GhostNodeType), pointer :: gnc => null() !< gnc object +! integer(I4B), pointer :: inmvr => null() !< unit number for mover (0 if off) +! type(GwfMvrType), pointer :: mvr => null() !< water mover object +! integer(I4B), pointer :: inobs => null() !< unit number for GWF-GWF observations +! type(ObsType), pointer :: obs => null() !< observation object +! ! +! ! -- internal data +! real(DP), dimension(:), pointer, contiguous :: cond => null() !< conductance +! real(DP), dimension(:), pointer, contiguous :: condsat => null() !< saturated conductance +! integer(I4B), dimension(:), pointer, contiguous :: idxglo => null() !< mapping to global (solution) amat +! integer(I4B), dimension(:), pointer, contiguous :: idxsymglo => null() !< mapping to global (solution) symmetric amat +! real(DP), pointer :: satomega => null() !< saturation smoothing +! real(DP), dimension(:), pointer, contiguous :: simvals => null() !< simulated flow rate for each exchange +! ! +! ! -- table objects +! type(TableType), pointer :: outputtab1 => null() +! type(TableType), pointer :: outputtab2 => null() + +! contains + +! procedure :: exg_df => swf_gwf_df +! procedure :: exg_ac => swf_gwf_ac +! procedure :: exg_mc => swf_gwf_mc +! procedure :: exg_ar => swf_gwf_ar +! procedure :: exg_rp => swf_gwf_rp +! procedure :: exg_ad => swf_gwf_ad +! procedure :: exg_cf => swf_gwf_cf +! procedure :: exg_fc => swf_gwf_fc +! procedure :: exg_fn => swf_gwf_fn +! procedure :: exg_cq => swf_gwf_cq +! procedure :: exg_bd => swf_gwf_bd +! procedure :: exg_ot => swf_gwf_ot +! procedure :: exg_da => swf_gwf_da +! procedure :: exg_fp => swf_gwf_fp +! procedure :: get_iasym => swf_gwf_get_iasym +! procedure :: connects_model => swf_gwf_connects_model +! procedure :: use_interface_model +! procedure :: allocate_scalars +! procedure :: allocate_arrays +! procedure :: read_options +! procedure :: parse_option +! procedure :: read_gnc +! procedure :: read_mvr +! procedure, private :: calc_cond_sat +! procedure, private :: condcalc +! procedure, private :: rewet +! procedure, private :: qcalc +! procedure :: swf_gwf_bdsav +! procedure, private :: swf_gwf_bdsav_model +! procedure, private :: swf_gwf_df_obs +! procedure, private :: swf_gwf_rp_obs +! procedure, public :: swf_gwf_save_simvals +! procedure, private :: swf_gwf_calc_simvals +! procedure, public :: swf_gwf_set_flow_to_npf +! procedure, private :: validate_exchange +! procedure :: swf_gwf_add_to_flowja +! end type SwfGwfExchangeType + +! contains + +! !> @ brief Create SWF GWF exchange +! !! +! !! Create a new SWF to GWF exchange object. +! !< +! subroutine swfgwf_cr(filename, name, id, m1_id, m2_id) +! ! -- modules +! use ConstantsModule, only: LINELENGTH +! use BaseModelModule, only: BaseModelType +! use VirtualModelModule, only: get_virtual_model +! use ListsModule, only: baseexchangelist +! use ObsModule, only: obs_cr +! use MemoryHelperModule, only: create_mem_path +! ! -- dummy +! character(len=*), intent(in) :: filename !< filename for reading +! character(len=*) :: name !< exchange name +! integer(I4B), intent(in) :: id !< id for the exchange +! integer(I4B), intent(in) :: m1_id !< id for model 1 +! integer(I4B), intent(in) :: m2_id !< id for model 2 +! ! -- local +! type(SwfGwfExchangeType), pointer :: exchange +! class(BaseModelType), pointer :: mb +! class(BaseExchangeType), pointer :: baseexchange +! integer(I4B) :: m1_index, m2_index +! ! +! ! -- Create a new exchange and add it to the baseexchangelist container +! allocate (exchange) +! baseexchange => exchange +! call AddBaseExchangeToList(baseexchangelist, baseexchange) +! ! +! ! -- Assign id and name +! exchange%id = id +! exchange%name = name +! exchange%memoryPath = create_mem_path(exchange%name) +! ! +! ! -- allocate scalars and set defaults +! call exchange%allocate_scalars() +! exchange%filename = filename +! exchange%typename = 'GWF-GWF' +! ! +! ! -- set swfmodel1 +! m1_index = model_loc_idx(m1_id) +! if (m1_index > 0) then +! mb => GetBaseModelFromList(basemodellist, m1_index) +! select type (mb) +! type is (SwfModelType) +! exchange%model1 => mb +! exchange%swfmodel1 => mb +! end select +! end if +! exchange%v_model1 => get_virtual_model(m1_id) +! exchange%is_datacopy = .not. exchange%v_model1%is_local +! ! +! ! -- set gwfmodel2 +! m2_index = model_loc_idx(m2_id) +! if (m2_index > 0) then +! mb => GetBaseModelFromList(basemodellist, m2_index) +! select type (mb) +! type is (GwfModelType) +! exchange%model2 => mb +! exchange%gwfmodel2 => mb +! end select +! end if +! exchange%v_model2 => get_virtual_model(m2_id) +! ! +! ! -- Verify that gwf model1 is of the correct type +! if (.not. associated(exchange%swfmodel1) .and. m1_index > 0) then +! write (errmsg, '(3a)') 'Problem with GWF-GWF exchange ', & +! trim(exchange%name), & +! '. First specified GWF Model does not appear to be of the correct type.' +! call store_error(errmsg, terminate=.true.) +! end if +! ! +! ! -- Verify that gwf model2 is of the correct type +! if (.not. associated(exchange%gwfmodel2) .and. m2_index > 0) then +! write (errmsg, '(3a)') 'Problem with GWF-GWF exchange ', & +! trim(exchange%name), & +! '. Second specified GWF Model does not appear to be of the correct type.' +! call store_error(errmsg, terminate=.true.) +! end if +! ! +! ! -- Create the obs package +! call obs_cr(exchange%obs, exchange%inobs) +! ! +! ! -- Return +! return +! end subroutine swfgwf_cr + +! !> @ brief Define GWF GWF exchange +! !! +! !! Define GWF to GWF exchange object. +! !< +! subroutine swf_gwf_df(this) +! ! -- modules +! use SimVariablesModule, only: iout +! use InputOutputModule, only: getunit, openfile +! use GhostNodeModule, only: gnc_cr +! ! -- dummy +! class(SwfGwfExchangeType) :: this !< SwfGwfExchangeType +! ! -- local +! integer(I4B) :: inunit +! ! +! ! -- open the file +! inunit = getunit() +! write (iout, '(/a,a)') ' Creating exchange: ', this%name +! call openfile(inunit, iout, this%filename, 'GWF-GWF') +! ! +! call this%parser%Initialize(inunit, iout) +! ! +! ! -- Ensure models are in same solution +! if (associated(this%swfmodel1) .and. associated(this%gwfmodel2)) then +! if (this%swfmodel1%idsoln /= this%gwfmodel2%idsoln) then +! call store_error('Two models are connected in a GWF '// & +! 'exchange but they are in different solutions. '// & +! 'GWF models must be in same solution: '// & +! trim(this%swfmodel1%name)//' '// & +! trim(this%gwfmodel2%name)) +! call this%parser%StoreErrorUnit() +! end if +! end if +! ! +! ! -- read options +! call this%read_options(iout) +! ! +! ! -- read dimensions +! call this%read_dimensions(iout) +! ! +! ! -- allocate arrays +! call this%allocate_arrays() +! ! +! ! -- read exchange data +! call this%read_data(iout) +! ! +! ! -- call each model and increase the edge count +! ! TODO: increase edge for gwf so velocity includes vertical leakage component? +! ! if (associated(this%swfmodel1)) then +! ! call this%swfmodel1%npf%increase_edge_count(this%nexg) +! ! end if +! ! if (associated(this%gwfmodel2)) then +! ! call this%gwfmodel2%npf%increase_edge_count(this%nexg) +! ! end if +! ! +! ! -- Create and read ghost node information +! if (this%ingnc > 0) then +! call gnc_cr(this%gnc, this%name, this%ingnc, iout) +! call this%read_gnc() +! end if +! ! +! ! -- Read mover information +! if (this%inmvr > 0) then +! call this%read_mvr(iout) +! end if +! ! +! ! -- close the file +! close (inunit) +! ! +! ! -- Store obs +! call this%swf_gwf_df_obs() +! if (associated(this%swfmodel1)) then +! call this%obs%obs_df(iout, this%name, 'GWF-GWF', this%swfmodel1%dis) +! end if +! ! +! ! -- validate +! call this%validate_exchange() +! ! +! ! -- Return +! return +! end subroutine swf_gwf_df + +! !> @brief validate exchange data after reading +! !< +! subroutine validate_exchange(this) +! ! -- modules +! class(SwfGwfExchangeType) :: this !< SwfGwfExchangeType +! ! -- local +! logical(LGP) :: has_k22, has_spdis, has_vsc +! ! +! ! Periodic boundary condition in exchange don't allow XT3D (=interface model) +! if (associated(this%model1, this%model2)) then +! if (this%ixt3d > 0) then +! write (errmsg, '(3a)') 'GWF-GWF exchange ', trim(this%name), & +! ' is a periodic boundary condition which cannot'// & +! ' be configured with XT3D' +! call store_error(errmsg, terminate=.TRUE.) +! end if +! end if +! ! +! ! XT3D needs angle information +! if (this%ixt3d > 0 .and. this%ianglex == 0) then +! write (errmsg, '(3a)') 'GWF-GWF exchange ', trim(this%name), & +! ' requires that ANGLDEGX be specified as an'// & +! ' auxiliary variable because XT3D is enabled' +! call store_error(errmsg, terminate=.TRUE.) +! end if +! ! +! ! determine if specific functionality is demanded, +! ! in model 1 or model 2 (in parallel, only one of +! ! the models is checked, but the exchange is duplicated) +! has_k22 = .false. +! has_spdis = .false. +! has_vsc = .false. +! ! if (associated(this%swfmodel1)) then +! ! has_k22 = (this%swfmodel1%npf%ik22 /= 0) +! ! has_spdis = (this%swfmodel1%npf%icalcspdis /= 0) +! ! has_vsc = (this%swfmodel1%npf%invsc /= 0) +! ! end if +! if (associated(this%gwfmodel2)) then +! has_k22 = has_k22 .or. (this%gwfmodel2%npf%ik22 /= 0) +! has_spdis = has_spdis .or. (this%gwfmodel2%npf%icalcspdis /= 0) +! has_vsc = has_vsc .or. (this%gwfmodel2%npf%invsc /= 0) +! end if +! ! +! ! If horizontal anisotropy is in either model1 or model2, +! ! ANGLDEGX must be provided as an auxiliary variable for this +! ! GWF-GWF exchange (this%ianglex > 0). +! if (has_k22) then +! if (this%ianglex == 0) then +! write (errmsg, '(3a)') 'GWF-GWF exchange ', trim(this%name), & +! ' requires that ANGLDEGX be specified as an'// & +! ' auxiliary variable because K22 was specified'// & +! ' in one or both groundwater models.' +! call store_error(errmsg, terminate=.TRUE.) +! end if +! end if +! ! +! ! If specific discharge is needed for model1 or model2, +! ! ANGLDEGX must be provided as an auxiliary variable for this +! ! GWF-GWF exchange (this%ianglex > 0). +! if (has_spdis) then +! if (this%ianglex == 0) then +! write (errmsg, '(3a)') 'GWF-GWF exchange ', trim(this%name), & +! ' requires that ANGLDEGX be specified as an'// & +! ' auxiliary variable because specific discharge'// & +! ' is being calculated in one or both'// & +! ' groundwater models.' +! call store_error(errmsg, terminate=.TRUE.) +! end if +! if (this%icdist == 0) then +! write (errmsg, '(3a)') 'GWF-GWF exchange ', trim(this%name), & +! ' requires that CDIST be specified as an'// & +! ' auxiliary variable because specific discharge'// & +! ' is being calculated in one or both'// & +! ' groundwater models.' +! call store_error(errmsg, terminate=.TRUE.) +! end if +! end if +! ! +! ! If viscosity is on in either model, then terminate with an +! ! error as viscosity package doesn't work yet with exchanges. +! if (has_vsc) then +! write (errmsg, '(3a)') 'GWF-GWF exchange ', trim(this%name), & +! ' requires that the Viscosity Package is inactive'// & +! ' in both of the connected models.' +! call store_error(errmsg, terminate=.TRUE.) +! end if +! ! +! ! -- Return +! return +! end subroutine validate_exchange + +! !> @ brief Add connections +! !! +! !! Override parent exg_ac so that gnc can add connections here. +! !< +! subroutine swf_gwf_ac(this, sparse) +! ! -- modules +! use SparseModule, only: sparsematrix +! ! -- dummy +! class(SwfGwfExchangeType) :: this !< SwfGwfExchangeType +! type(sparsematrix), intent(inout) :: sparse +! ! -- local +! integer(I4B) :: n, iglo, jglo +! ! +! ! -- add exchange connections +! do n = 1, this%nexg +! iglo = this%nodem1(n) + this%swfmodel1%moffset +! jglo = this%nodem2(n) + this%gwfmodel2%moffset +! call sparse%addconnection(iglo, jglo, 1) +! call sparse%addconnection(jglo, iglo, 1) +! end do +! ! +! ! -- add gnc connections +! if (this%ingnc > 0) then +! call this%gnc%gnc_ac(sparse) +! end if +! ! +! ! -- Return +! return +! end subroutine swf_gwf_ac + +! !> @ brief Map connections +! !! +! !! Map the connections in the global matrix +! !< +! subroutine swf_gwf_mc(this, matrix_sln) +! ! -- modules +! use SparseModule, only: sparsematrix +! ! -- dummy +! class(SwfGwfExchangeType) :: this !< SwfGwfExchangeType +! class(MatrixBaseType), pointer :: matrix_sln !< the system matrix +! ! -- local +! integer(I4B) :: n, iglo, jglo +! ! +! ! -- map exchange connections +! do n = 1, this%nexg +! iglo = this%nodem1(n) + this%swfmodel1%moffset +! jglo = this%nodem2(n) + this%gwfmodel2%moffset +! this%idxglo(n) = matrix_sln%get_position(iglo, jglo) +! this%idxsymglo(n) = matrix_sln%get_position(jglo, iglo) +! end do +! ! +! ! -- map gnc connections +! if (this%ingnc > 0) then +! call this%gnc%gnc_mc(matrix_sln) +! end if +! ! +! ! -- Return +! return +! end subroutine swf_gwf_mc + +! !> @ brief Allocate and read +! !! +! !! Allocated and read and calculate saturated conductance +! !< +! subroutine swf_gwf_ar(this) +! ! -- dummy +! class(SwfGwfExchangeType) :: this !< SwfGwfExchangeType +! ! +! ! -- If mover is active, then call ar routine +! if (this%inmvr > 0) call this%mvr%mvr_ar() +! ! +! ! -- Calculate the saturated conductance for all connections +! if (.not. this%use_interface_model()) call this%calc_cond_sat() +! ! +! ! -- Observation AR +! call this%obs%obs_ar() +! ! +! ! -- Return +! return +! end subroutine swf_gwf_ar + +! !> @ brief Read and prepare +! !! +! !! Read new data for mover and obs +! !< +! subroutine swf_gwf_rp(this) +! ! -- modules +! use TdisModule, only: readnewdata +! ! -- dummy +! class(SwfGwfExchangeType) :: this !< SwfGwfExchangeType +! ! +! ! -- Check with TDIS on whether or not it is time to RP +! if (.not. readnewdata) return +! ! +! ! -- Read and prepare for mover +! if (this%inmvr > 0) call this%mvr%mvr_rp() +! ! +! ! -- Read and prepare for observations +! call this%swf_gwf_rp_obs() +! ! +! ! -- Return +! return +! end subroutine swf_gwf_rp + +! !> @ brief Advance +! !! +! !! Advance mover and obs +! !< +! subroutine swf_gwf_ad(this) +! ! -- dummy +! class(SwfGwfExchangeType) :: this !< SwfGwfExchangeType +! ! +! ! -- Advance mover +! if (this%inmvr > 0) call this%mvr%mvr_ad() +! ! +! ! -- Push simulated values to preceding time step +! call this%obs%obs_ad() +! ! +! ! -- Return +! return +! end subroutine swf_gwf_ad + +! !> @ brief Calculate coefficients +! !! +! !! Rewet as necessary +! !< +! subroutine swf_gwf_cf(this, kiter) +! ! -- dummy +! class(SwfGwfExchangeType) :: this !< SwfGwfExchangeType +! integer(I4B), intent(in) :: kiter +! ! +! ! -- Rewet cells across models using the wetdry parameters in each model's +! ! npf package, and the head in the connected model. +! call this%rewet(kiter) +! ! +! ! -- Return +! return +! end subroutine swf_gwf_cf + +! !> @ brief Fill coefficients +! !! +! !! Calculate conductance and fill coefficient matrix +! !< +! subroutine swf_gwf_fc(this, kiter, matrix_sln, rhs_sln, inwtflag) +! ! -- modules +! use ConstantsModule, only: DHALF +! use GwfNpfModule, only: hcond, vcond +! ! -- dummy +! class(SwfGwfExchangeType) :: this !< SwfGwfExchangeType +! integer(I4B), intent(in) :: kiter +! class(MatrixBaseType), pointer :: matrix_sln +! real(DP), dimension(:), intent(inout) :: rhs_sln +! integer(I4B), optional, intent(in) :: inwtflag +! ! -- local +! integer(I4B) :: inwt, iexg +! integer(I4B) :: i, nodem1sln, nodem2sln +! ! +! ! -- calculate the conductance for each exchange connection +! call this%condcalc() +! ! +! ! -- if gnc is active, then copy cond into gnc cond (might consider a +! ! pointer here in the future) +! if (this%ingnc > 0) then +! do iexg = 1, this%nexg +! this%gnc%cond(iexg) = this%cond(iexg) +! end do +! end if +! ! +! ! -- Put this%cond into amatsln +! do i = 1, this%nexg +! call matrix_sln%set_value_pos(this%idxglo(i), this%cond(i)) +! call matrix_sln%set_value_pos(this%idxsymglo(i), this%cond(i)) + +! nodem1sln = this%nodem1(i) + this%swfmodel1%moffset +! nodem2sln = this%nodem2(i) + this%gwfmodel2%moffset +! call matrix_sln%add_diag_value(nodem1sln, -this%cond(i)) +! call matrix_sln%add_diag_value(nodem2sln, -this%cond(i)) +! end do +! ! +! ! -- Fill the gnc terms in the solution matrix +! if (this%ingnc > 0) then +! call this%gnc%gnc_fc(kiter, matrix_sln) +! end if +! ! +! ! -- Call mvr fc routine +! if (this%inmvr > 0) call this%mvr%mvr_fc() +! ! +! ! -- Set inwt to exchange newton, but shut off if requested by caller +! inwt = this%inewton +! if (present(inwtflag)) then +! if (inwtflag == 0) inwt = 0 +! end if +! if (inwt /= 0) then +! call this%exg_fn(kiter, matrix_sln) +! end if +! ! +! ! -- Ghost node Newton-Raphson +! ! if (this%ingnc > 0) then +! ! if (inwt /= 0) then +! ! call this%gnc%gnc_fn(kiter, matrix_sln, this%condsat, & +! ! ihc_opt=this%ihc, ivarcv_opt=this%ivarcv, & +! ! ictm1_opt=this%swfmodel1%npf%icelltype, & +! ! ictm2_opt=this%gwfmodel2%npf%icelltype) +! ! end if +! ! end if +! ! +! ! -- Return +! return +! end subroutine swf_gwf_fc + +! !> @ brief Fill Newton +! !! +! !! Fill amatsln with Newton terms +! !< +! subroutine swf_gwf_fn(this, kiter, matrix_sln) +! ! -- modules +! use SmoothingModule, only: sQuadraticSaturationDerivative +! ! -- dummy +! class(SwfGwfExchangeType) :: this !< SwfGwfExchangeType +! integer(I4B), intent(in) :: kiter +! class(MatrixBaseType), pointer :: matrix_sln +! ! -- local +! logical :: nisup +! integer(I4B) :: iexg +! integer(I4B) :: n, m +! integer(I4B) :: nodensln, nodemsln +! integer(I4B) :: ibdn, ibdm +! real(DP) :: topn, topm +! real(DP) :: botn, botm +! real(DP) :: topup, botup +! real(DP) :: hn, hm +! real(DP) :: hup, hdn +! real(DP) :: cond +! real(DP) :: term +! real(DP) :: consterm +! real(DP) :: derv +! ! +! do iexg = 1, this%nexg +! n = this%nodem1(iexg) +! m = this%nodem2(iexg) +! nodensln = this%nodem1(iexg) + this%swfmodel1%moffset +! nodemsln = this%nodem2(iexg) + this%gwfmodel2%moffset +! ibdn = this%swfmodel1%ibound(n) +! ibdm = this%gwfmodel2%ibound(m) +! topn = this%swfmodel1%dis%top(n) +! topm = this%gwfmodel2%dis%top(m) +! botn = this%swfmodel1%dis%bot(n) +! botm = this%gwfmodel2%dis%bot(m) +! hn = this%swfmodel1%x(n) +! hm = this%gwfmodel2%x(m) +! if (this%ihc(iexg) == 0) then +! ! -- vertical connection, newton not supported +! else +! ! ! -- determine upstream node +! ! nisup = .false. +! ! if (hm < hn) nisup = .true. +! ! ! +! ! ! -- set upstream top and bot +! ! if (nisup) then +! ! topup = topn +! ! botup = botn +! ! hup = hn +! ! hdn = hm +! ! else +! ! topup = topm +! ! botup = botm +! ! hup = hm +! ! hdn = hn +! ! end if +! ! ! +! ! ! -- no newton terms if upstream cell is confined +! ! if (nisup) then +! ! if (this%swfmodel1%npf%icelltype(n) == 0) cycle +! ! else +! ! if (this%gwfmodel2%npf%icelltype(m) == 0) cycle +! ! end if +! ! ! +! ! ! -- set topup and botup +! ! if (this%ihc(iexg) == 2) then +! ! topup = min(topn, topm) +! ! botup = max(botn, botm) +! ! end if +! ! ! +! ! ! get saturated conductivity for derivative +! ! cond = this%condsat(iexg) +! ! ! +! ! ! -- TO DO deal with MODFLOW-NWT upstream weighting option +! ! ! +! ! ! -- compute terms +! ! consterm = -cond * (hup - hdn) +! ! derv = sQuadraticSaturationDerivative(topup, botup, hup) +! ! if (nisup) then +! ! ! +! ! ! -- fill jacobian with n being upstream +! ! term = consterm * derv +! ! this%swfmodel1%rhs(n) = this%swfmodel1%rhs(n) + term * hn +! ! this%gwfmodel2%rhs(m) = this%gwfmodel2%rhs(m) - term * hn +! ! call matrix_sln%add_diag_value(nodensln, term) +! ! if (ibdm > 0) then +! ! call matrix_sln%add_value_pos(this%idxsymglo(iexg), -term) +! ! end if +! ! else +! ! ! +! ! ! -- fill jacobian with m being upstream +! ! term = -consterm * derv +! ! this%swfmodel1%rhs(n) = this%swfmodel1%rhs(n) + term * hm +! ! this%gwfmodel2%rhs(m) = this%gwfmodel2%rhs(m) - term * hm +! ! call matrix_sln%add_diag_value(nodemsln, -term) +! ! if (ibdn > 0) then +! ! call matrix_sln%add_value_pos(this%idxglo(iexg), term) +! ! end if +! ! end if +! end if +! end do +! ! +! ! -- Return +! return +! end subroutine swf_gwf_fn + +! !> @ brief Calculate flow +! !! +! !! Calculate flow between two cells and store in simvals, also set +! !! information needed for specific discharge calculation +! !< +! subroutine swf_gwf_cq(this, icnvg, isuppress_output, isolnid) +! ! -- dummy +! class(SwfGwfExchangeType) :: this !< SwfGwfExchangeType +! integer(I4B), intent(inout) :: icnvg +! integer(I4B), intent(in) :: isuppress_output +! integer(I4B), intent(in) :: isolnid +! ! +! ! -- calculate flow and store in simvals +! call this%swf_gwf_calc_simvals() +! ! +! ! -- set flows to model edges in NPF +! call this%swf_gwf_set_flow_to_npf() +! ! +! ! -- add exchange flows to model's flowja diagonal +! call this%swf_gwf_add_to_flowja() +! ! +! ! -- Return +! return +! end subroutine swf_gwf_cq + +! !> @brief Calculate flow rates for the exchanges and store them in a member +! !! array +! !< +! subroutine swf_gwf_calc_simvals(this) +! ! -- modules +! use ConstantsModule, only: DZERO +! ! -- dummy +! class(SwfGwfExchangeType) :: this !< SwfGwfExchangeType +! ! -- local +! integer(I4B) :: i +! integer(I4B) :: n1, n2 +! integer(I4B) :: ibdn1, ibdn2 +! real(DP) :: rrate +! ! +! do i = 1, this%nexg +! rrate = DZERO +! n1 = this%nodem1(i) +! n2 = this%nodem2(i) +! ibdn1 = this%swfmodel1%ibound(n1) +! ibdn2 = this%gwfmodel2%ibound(n2) +! if (ibdn1 /= 0 .and. ibdn2 /= 0) then +! rrate = this%qcalc(i, n1, n2) +! if (this%ingnc > 0) then +! rrate = rrate + this%gnc%deltaqgnc(i) +! end if +! end if +! this%simvals(i) = rrate +! end do +! ! +! ! -- Return +! return +! end subroutine swf_gwf_calc_simvals + +! !> @brief Add exchange flow to each model flowja diagonal position so that +! !! residual is calculated correctly. +! !< +! subroutine swf_gwf_add_to_flowja(this) +! ! -- modules +! class(SwfGwfExchangeType) :: this !< SwfGwfExchangeType +! ! -- local +! integer(I4B) :: i +! integer(I4B) :: n +! integer(I4B) :: idiag +! real(DP) :: flow +! ! +! do i = 1, this%nexg +! ! +! if (associated(this%swfmodel1)) then +! flow = this%simvals(i) +! n = this%nodem1(i) +! idiag = this%swfmodel1%ia(n) +! this%swfmodel1%flowja(idiag) = this%swfmodel1%flowja(idiag) + flow +! end if +! ! +! if (associated(this%gwfmodel2)) then +! flow = -this%simvals(i) +! n = this%nodem2(i) +! idiag = this%gwfmodel2%ia(n) +! this%gwfmodel2%flowja(idiag) = this%gwfmodel2%flowja(idiag) + flow +! end if +! ! +! end do +! ! +! ! -- Return +! return +! end subroutine swf_gwf_add_to_flowja + +! !> @brief Set flow rates to the edges in the models +! !< +! subroutine swf_gwf_set_flow_to_npf(this) +! ! -- modules +! use ConstantsModule, only: DZERO, DPIO180 +! use GwfNpfModule, only: thksatnm +! ! -- dummy +! class(SwfGwfExchangeType) :: this !< SwfGwfExchangeType +! ! -- local +! integer(I4B) :: iusg +! integer(I4B) :: i +! integer(I4B) :: n1, n2 +! integer(I4B) :: ibdn1, ibdn2 +! integer(I4B) :: ictn1, ictn2 +! integer(I4B) :: ihc +! real(DP) :: rrate +! real(DP) :: topn1, topn2 +! real(DP) :: botn1, botn2 +! real(DP) :: satn1, satn2 +! real(DP) :: hn1, hn2 +! real(DP) :: nx, ny +! real(DP) :: distance +! real(DP) :: dltot +! real(DP) :: hwva +! real(DP) :: area +! real(DP) :: thksat +! real(DP) :: angle +! ! +! ! -- Return if neither model needs to calculate specific discharge +! ! if (this%swfmodel1%npf%icalcspdis == 0 .and. & +! ! this%gwfmodel2%npf%icalcspdis == 0) return +! ! ! +! ! ! -- initialize +! ! iusg = 0 +! ! ! +! ! ! -- Loop through all exchanges using the flow rate +! ! ! stored in simvals +! ! do i = 1, this%nexg +! ! rrate = this%simvals(i) +! ! n1 = this%nodem1(i) +! ! n2 = this%nodem2(i) +! ! ihc = this%ihc(i) +! ! hwva = this%hwva(i) +! ! ibdn1 = this%swfmodel1%ibound(n1) +! ! ibdn2 = this%gwfmodel2%ibound(n2) +! ! ictn1 = this%swfmodel1%npf%icelltype(n1) +! ! ictn2 = this%gwfmodel2%npf%icelltype(n2) +! ! topn1 = this%swfmodel1%dis%top(n1) +! ! topn2 = this%gwfmodel2%dis%top(n2) +! ! botn1 = this%swfmodel1%dis%bot(n1) +! ! botn2 = this%gwfmodel2%dis%bot(n2) +! ! satn1 = this%swfmodel1%npf%sat(n1) +! ! satn2 = this%gwfmodel2%npf%sat(n2) +! ! hn1 = this%swfmodel1%x(n1) +! ! hn2 = this%gwfmodel2%x(n2) +! ! ! +! ! ! -- Calculate face normal components +! ! if (ihc == 0) then +! ! nx = DZERO +! ! ny = DZERO +! ! area = hwva +! ! if (botn1 < botn2) then +! ! ! -- n1 is beneath n2, so rate is positive downward. Flip rate +! ! ! upward so that points in positive z direction +! ! rrate = -rrate +! ! end if +! ! else +! ! if (this%ianglex > 0) then +! ! angle = this%auxvar(this%ianglex, i) * DPIO180 +! ! nx = cos(angle) +! ! ny = sin(angle) +! ! else +! ! ! error? +! ! call store_error('error in swf_gwf_cq', terminate=.TRUE.) +! ! end if +! ! ! +! ! ! -- Calculate the saturated thickness at interface between n1 and n2 +! ! thksat = thksatnm(ibdn1, ibdn2, ictn1, ictn2, this%inewton, ihc, & +! ! iusg, hn1, hn2, satn1, satn2, & +! ! topn1, topn2, botn1, botn2, this%satomega) +! ! area = hwva * thksat +! ! end if +! ! ! +! ! ! -- Submit this connection and flow information to the npf +! ! ! package of swfmodel1 +! ! if (this%icdist > 0) then +! ! dltot = this%auxvar(this%icdist, i) +! ! else +! ! call store_error('error in swf_gwf_cq', terminate=.TRUE.) +! ! end if +! ! distance = dltot * this%cl1(i) / (this%cl1(i) + this%cl2(i)) +! ! if (this%swfmodel1%npf%icalcspdis == 1) then +! ! call this%swfmodel1%npf%set_edge_properties(n1, ihc, rrate, area, & +! ! nx, ny, distance) +! ! end if +! ! ! +! ! ! -- Submit this connection and flow information to the npf +! ! ! package of gwfmodel2 +! ! if (this%icdist > 0) then +! ! dltot = this%auxvar(this%icdist, i) +! ! else +! ! call store_error('error in swf_gwf_cq', terminate=.TRUE.) +! ! end if +! ! if (this%gwfmodel2%npf%icalcspdis == 1) then +! ! distance = dltot * this%cl2(i) / (this%cl1(i) + this%cl2(i)) +! ! if (ihc /= 0) rrate = -rrate +! ! call this%gwfmodel2%npf%set_edge_properties(n2, ihc, rrate, area, & +! ! -nx, -ny, distance) +! ! end if +! ! ! +! ! end do +! ! +! ! -- Return +! return +! end subroutine swf_gwf_set_flow_to_npf + +! !> @ brief Budget +! !! +! !! Accumulate budget terms +! !< +! subroutine swf_gwf_bd(this, icnvg, isuppress_output, isolnid) +! ! -- modules +! use ConstantsModule, only: DZERO, LENBUDTXT, LENPACKAGENAME +! use BudgetModule, only: rate_accumulator +! ! -- dummy +! class(SwfGwfExchangeType) :: this !< SwfGwfExchangeType +! integer(I4B), intent(inout) :: icnvg +! integer(I4B), intent(in) :: isuppress_output +! integer(I4B), intent(in) :: isolnid +! ! -- local +! character(len=LENBUDTXT), dimension(1) :: budtxt +! real(DP), dimension(2, 1) :: budterm +! real(DP) :: ratin, ratout +! ! +! ! -- initialize +! budtxt(1) = ' FLOW-JA-FACE' +! ! +! ! -- Calculate ratin/ratout and pass to model budgets +! call rate_accumulator(this%simvals, ratin, ratout) +! ! +! ! -- Add the budget terms to model 1 +! if (associated(this%swfmodel1)) then +! budterm(1, 1) = ratin +! budterm(2, 1) = ratout +! call this%swfmodel1%model_bdentry(budterm, budtxt, this%name) +! end if +! ! +! ! -- Add the budget terms to model 2 +! if (associated(this%gwfmodel2)) then +! budterm(1, 1) = ratout +! budterm(2, 1) = ratin +! call this%gwfmodel2%model_bdentry(budterm, budtxt, this%name) +! end if +! ! +! ! -- Call mvr bd routine +! if (this%inmvr > 0) call this%mvr%mvr_bd() +! ! +! ! -- Return +! return +! end subroutine swf_gwf_bd + +! !> @ brief Budget save +! !! +! !! Output individual flows to listing file and binary budget files +! !< +! subroutine swf_gwf_bdsav(this) +! ! -- dummy +! class(SwfGwfExchangeType) :: this !< SwfGwfExchangeType +! ! -- local +! integer(I4B) :: icbcfl, ibudfl +! ! +! ! -- budget for model1 +! if (associated(this%swfmodel1)) then +! ! TODO: NEED WAY TO BDSAV FOR SWF MODEL call this%swf_gwf_bdsav_model(this%swfmodel1) +! end if +! ! +! ! -- budget for model2 +! if (associated(this%gwfmodel2)) then +! call this%swf_gwf_bdsav_model(this%gwfmodel2) +! end if +! ! +! ! -- Set icbcfl, ibudfl to zero so that flows will be printed and +! ! saved, if the options were set in the MVR package +! icbcfl = 1 +! ibudfl = 1 +! ! +! ! -- Call mvr bd routine +! if (this%inmvr > 0) call this%mvr%mvr_bdsav(icbcfl, ibudfl, 0) +! ! +! ! -- Calculate and write simulated values for observations +! if (this%inobs /= 0) then +! call this%swf_gwf_save_simvals() +! end if +! ! +! ! -- Return +! return +! end subroutine swf_gwf_bdsav + +! subroutine swf_gwf_bdsav_model(this, model) +! ! -- modules +! use ConstantsModule, only: DZERO, LENBUDTXT, LENPACKAGENAME +! use TdisModule, only: kstp, kper +! ! -- dummy +! class(SwfGwfExchangeType) :: this !< this exchange +! class(GwfModelType), pointer :: model !< the model to save budget for +! ! -- local +! character(len=LENPACKAGENAME + 4) :: packname +! character(len=LENBUDTXT), dimension(1) :: budtxt +! type(TableType), pointer :: output_tab +! class(VirtualModelType), pointer :: nbr_model +! character(len=20) :: nodestr +! character(len=LENBOUNDNAME) :: bname +! integer(I4B) :: ntabrows +! integer(I4B) :: nodeu +! integer(I4B) :: i, n1, n2, n1u, n2u +! integer(I4B) :: ibinun +! real(DP) :: ratin, ratout, rrate +! logical(LGP) :: is_for_model1 +! ! +! budtxt(1) = ' FLOW-JA-FACE' +! packname = 'EXG '//this%name +! packname = adjustr(packname) +! ! if (associated(model, this%swfmodel1)) then +! ! output_tab => this%outputtab1 +! ! nbr_model => this%v_model2 +! ! is_for_model1 = .true. +! ! else +! output_tab => this%outputtab2 +! nbr_model => this%v_model1 +! is_for_model1 = .false. +! ! end if +! ! +! ! -- update output tables +! if (this%iprflow /= 0) then +! ! +! ! -- update titles +! if (model%oc%oc_save('BUDGET')) then +! call output_tab%set_title(packname) +! end if +! ! +! ! -- set table kstp and kper +! call output_tab%set_kstpkper(kstp, kper) +! ! +! ! -- update maxbound of tables +! ntabrows = 0 +! do i = 1, this%nexg +! n1 = this%nodem1(i) +! n2 = this%nodem2(i) +! ! +! ! -- If both cells are active then calculate flow rate +! if (this%v_model1%ibound%get(n1) /= 0 .and. & +! this%v_model2%ibound%get(n2) /= 0) then +! ntabrows = ntabrows + 1 +! end if +! end do +! if (ntabrows > 0) then +! call output_tab%set_maxbound(ntabrows) +! end if +! end if +! ! +! ! -- Print and write budget terms +! ! +! ! -- Set binary unit numbers for saving flows +! if (this%ipakcb /= 0) then +! ibinun = model%oc%oc_save_unit('BUDGET') +! else +! ibinun = 0 +! end if +! ! +! ! -- If save budget flag is zero for this stress period, then +! ! shut off saving +! if (.not. model%oc%oc_save('BUDGET')) ibinun = 0 +! ! +! ! -- If cell-by-cell flows will be saved as a list, write header. +! if (ibinun /= 0) then +! call model%dis%record_srcdst_list_header(budtxt(1), & +! model%name, & +! this%name, & +! nbr_model%name, & +! this%name, & +! this%naux, this%auxname, & +! ibinun, this%nexg, & +! model%iout) +! end if +! ! +! ! Initialize accumulators +! ratin = DZERO +! ratout = DZERO +! ! +! ! -- Loop through all exchanges +! do i = 1, this%nexg +! ! +! ! -- Assign boundary name +! if (this%inamedbound > 0) then +! bname = this%boundname(i) +! else +! bname = '' +! end if +! ! +! ! -- Calculate the flow rate between n1 and n2 +! rrate = DZERO +! n1 = this%nodem1(i) +! n2 = this%nodem2(i) +! ! +! ! -- If both cells are active then calculate flow rate +! if (this%v_model1%ibound%get(n1) /= 0 .and. & +! this%v_model2%ibound%get(n2) /= 0) then +! rrate = this%simvals(i) +! ! +! ! -- Print the individual rates to model list files if requested +! if (this%iprflow /= 0) then +! if (model%oc%oc_save('BUDGET')) then +! ! +! ! -- set nodestr and write outputtab table +! if (is_for_model1) then +! nodeu = model%dis%get_nodeuser(n1) +! call model%dis%nodeu_to_string(nodeu, nodestr) +! call output_tab%print_list_entry(i, trim(adjustl(nodestr)), & +! rrate, bname) +! else +! nodeu = model%dis%get_nodeuser(n2) +! call model%dis%nodeu_to_string(nodeu, nodestr) +! call output_tab%print_list_entry(i, trim(adjustl(nodestr)), & +! -rrate, bname) +! end if +! end if +! end if +! if (rrate < DZERO) then +! ratout = ratout - rrate +! else +! ratin = ratin + rrate +! end if +! end if +! ! +! ! -- If saving cell-by-cell flows in list, write flow +! n1u = this%v_model1%dis_get_nodeuser(n1) +! n2u = this%v_model2%dis_get_nodeuser(n2) +! if (ibinun /= 0) then +! if (is_for_model1) then +! call model%dis%record_mf6_list_entry(ibinun, n1u, n2u, rrate, & +! this%naux, this%auxvar(:, i), & +! .false., .false.) +! else +! call model%dis%record_mf6_list_entry(ibinun, n2u, n1u, -rrate, & +! this%naux, this%auxvar(:, i), & +! .false., .false.) +! end if +! end if +! ! +! end do +! ! +! ! -- Return +! return +! end subroutine swf_gwf_bdsav_model + +! !> @ brief Output +! !! +! !! Write output +! !< +! subroutine swf_gwf_ot(this) +! ! -- modules +! use SimVariablesModule, only: iout +! use ConstantsModule, only: DZERO, LINELENGTH +! ! -- dummy +! class(SwfGwfExchangeType) :: this !< SwfGwfExchangeType +! ! -- local +! integer(I4B) :: iexg, n1, n2 +! integer(I4B) :: ibudfl +! real(DP) :: flow, deltaqgnc +! character(len=LINELENGTH) :: node1str, node2str +! ! -- format +! character(len=*), parameter :: fmtheader = & +! "(/1x, 'SUMMARY OF EXCHANGE RATES FOR EXCHANGE ', a, ' WITH ID ', i0, /, & +! &2a16, 5a16, /, 112('-'))" +! character(len=*), parameter :: fmtheader2 = & +! "(/1x, 'SUMMARY OF EXCHANGE RATES FOR EXCHANGE ', a, ' WITH ID ', i0, /, & +! &2a16, 4a16, /, 96('-'))" +! character(len=*), parameter :: fmtdata = & +! "(2a16, 5(1pg16.6))" +! ! +! ! -- Call bdsave +! call this%swf_gwf_bdsav() +! ! +! ! -- Initialize +! deltaqgnc = DZERO +! ! +! ! -- Write a table of exchanges +! if (this%iprflow /= 0) then +! if (this%ingnc > 0) then +! write (iout, fmtheader) trim(adjustl(this%name)), this%id, 'NODEM1', & +! 'NODEM2', 'COND', 'X_M1', 'X_M2', 'DELTAQGNC', & +! 'FLOW' +! else +! write (iout, fmtheader2) trim(adjustl(this%name)), this%id, 'NODEM1', & +! 'NODEM2', 'COND', 'X_M1', 'X_M2', 'FLOW' +! end if +! do iexg = 1, this%nexg +! n1 = this%nodem1(iexg) +! n2 = this%nodem2(iexg) +! flow = this%simvals(iexg) +! call this%v_model1%dis_noder_to_string(n1, node1str) +! call this%v_model2%dis_noder_to_string(n2, node2str) + +! if (this%ingnc > 0) then +! deltaqgnc = this%gnc%deltaqgnc(iexg) +! write (iout, fmtdata) trim(adjustl(node1str)), & +! trim(adjustl(node2str)), & +! this%cond(iexg), this%v_model1%x%get(n1), & +! this%v_model2%x%get(n2), deltaqgnc, flow +! else +! write (iout, fmtdata) trim(adjustl(node1str)), & +! trim(adjustl(node2str)), & +! this%cond(iexg), this%v_model1%x%get(n1), & +! this%v_model2%x%get(n2), flow +! end if +! end do +! end if +! ! +! ! -- Mover budget output +! ibudfl = 1 +! if (this%inmvr > 0) call this%mvr%mvr_ot_bdsummary(ibudfl) +! ! +! ! -- OBS output +! call this%obs%obs_ot() +! ! +! ! -- Return +! return +! end subroutine swf_gwf_ot + +! !> @ brief Read options +! !! +! !! Read the options block +! !< +! subroutine read_options(this, iout) +! ! -- modules +! use ConstantsModule, only: LINELENGTH, LENAUXNAME, DEM6 +! use MemoryManagerModule, only: mem_allocate +! use SimModule, only: store_error, store_error_unit +! ! -- dummy +! class(SwfGwfExchangeType) :: this !< SwfGwfExchangeType +! integer(I4B), intent(in) :: iout +! ! -- local +! character(len=LINELENGTH) :: keyword +! logical :: isfound +! logical :: endOfBlock +! integer(I4B) :: ierr +! ! +! ! -- get options block +! call this%parser%GetBlock('OPTIONS', isfound, ierr, & +! supportOpenClose=.true., blockRequired=.false.) +! ! +! ! -- parse options block if detected +! if (isfound) then +! write (iout, '(1x,a)') 'PROCESSING GWF-GWF EXCHANGE OPTIONS' +! do +! call this%parser%GetNextLine(endOfBlock) +! if (endOfBlock) then +! exit +! end if +! call this%parser%GetStringCaps(keyword) +! ! +! ! first parse option in base +! if (this%DisConnExchangeType%parse_option(keyword, iout)) then +! cycle +! end if +! ! +! ! it's probably ours +! if (this%parse_option(keyword, iout)) then +! cycle +! end if +! ! +! ! unknown option +! errmsg = "Unknown GWF-GWF exchange option '"//trim(keyword)//"'." +! call store_error(errmsg) +! call this%parser%StoreErrorUnit() +! end do +! ! +! write (iout, '(1x,a)') 'END OF GWF-GWF EXCHANGE OPTIONS' +! end if +! ! +! ! -- set omega value used for saturation calculations +! if (this%inewton > 0) then +! this%satomega = DEM6 +! end if +! ! +! ! -- Return +! return +! end subroutine read_options + +! !> @brief parse option from exchange file +! !< +! function parse_option(this, keyword, iout) result(parsed) +! ! -- modules +! use InputOutputModule, only: getunit, openfile +! ! -- dummy +! class(SwfGwfExchangeType) :: this !< SwfGwfExchangeType +! character(len=LINELENGTH), intent(in) :: keyword !< the option name +! integer(I4B), intent(in) :: iout !< for logging +! logical(LGP) :: parsed !< true when parsed +! ! -- local +! character(len=LINELENGTH) :: fname +! integer(I4B) :: inobs +! character(len=LINELENGTH) :: subkey +! character(len=:), allocatable :: line +! ! +! parsed = .true. +! ! +! sel_opt:select case(keyword) +! case ('PRINT_FLOWS') +! this%iprflow = 1 +! write (iout, '(4x,a)') & +! 'EXCHANGE FLOWS WILL BE PRINTED TO LIST FILES.' +! case ('SAVE_FLOWS') +! this%ipakcb = -1 +! write (iout, '(4x,a)') & +! 'EXCHANGE FLOWS WILL BE SAVED TO BINARY BUDGET FILES.' +! case ('ALTERNATIVE_CELL_AVERAGING') +! call this%parser%GetStringCaps(subkey) +! select case (subkey) +! case ('LOGARITHMIC') +! this%icellavg = 1 +! case ('AMT-LMK') +! this%icellavg = 2 +! case default +! errmsg = "Unknown cell averaging method '"//trim(subkey)//"'." +! call store_error(errmsg) +! call this%parser%StoreErrorUnit() +! end select +! write (iout, '(4x,a,a)') & +! 'CELL AVERAGING METHOD HAS BEEN SET TO: ', trim(subkey) +! case ('VARIABLECV') +! this%ivarcv = 1 +! write (iout, '(4x,a)') & +! 'VERTICAL CONDUCTANCE VARIES WITH WATER TABLE.' +! call this%parser%GetStringCaps(subkey) +! if (subkey == 'DEWATERED') then +! this%idewatcv = 1 +! write (iout, '(4x,a)') & +! 'VERTICAL CONDUCTANCE ACCOUNTS FOR DEWATERED PORTION OF '// & +! 'AN UNDERLYING CELL.' +! end if +! case ('NEWTON') +! this%inewton = 1 +! write (iout, '(4x,a)') & +! 'NEWTON-RAPHSON method used for unconfined cells' +! case ('GNC6') +! call this%parser%GetStringCaps(subkey) +! if (subkey /= 'FILEIN') then +! call store_error('GNC6 keyword must be followed by '// & +! '"FILEIN" then by filename.') +! call this%parser%StoreErrorUnit() +! end if +! call this%parser%GetString(fname) +! if (fname == '') then +! call store_error('No GNC6 file specified.') +! call this%parser%StoreErrorUnit() +! end if +! this%ingnc = getunit() +! call openfile(this%ingnc, iout, fname, 'GNC') +! write (iout, '(4x,a)') & +! 'GHOST NODES WILL BE READ FROM ', trim(fname) +! case ('MVR6') +! if (this%is_datacopy) then +! call this%parser%GetRemainingLine(line) +! exit sel_opt +! end if +! call this%parser%GetStringCaps(subkey) +! if (subkey /= 'FILEIN') then +! call store_error('MVR6 keyword must be followed by '// & +! '"FILEIN" then by filename.') +! call this%parser%StoreErrorUnit() +! end if +! call this%parser%GetString(fname) +! if (fname == '') then +! call store_error('No MVR6 file specified.') +! call this%parser%StoreErrorUnit() +! end if +! this%inmvr = getunit() +! call openfile(this%inmvr, iout, fname, 'MVR') +! write (iout, '(4x,a)') & +! 'WATER MOVER INFORMATION WILL BE READ FROM ', trim(fname) +! case ('OBS6') +! if (this%is_datacopy) then +! call this%parser%GetRemainingLine(line) +! exit sel_opt +! end if +! call this%parser%GetStringCaps(subkey) +! if (subkey /= 'FILEIN') then +! call store_error('OBS8 keyword must be followed by '// & +! '"FILEIN" then by filename.') +! call this%parser%StoreErrorUnit() +! end if +! this%obs%active = .true. +! call this%parser%GetString(this%obs%inputFilename) +! inobs = GetUnit() +! call openfile(inobs, iout, this%obs%inputFilename, 'OBS') +! this%obs%inUnitObs = inobs +! case default +! parsed = .false. +! end select sel_opt +! ! +! ! -- Return +! return +! end function parse_option + +! !> @ brief Read ghost nodes +! !! +! !! Read and process ghost nodes +! !< +! subroutine read_gnc(this) +! ! -- modules +! use SimModule, only: store_error, store_error_unit, count_errors +! use ConstantsModule, only: LINELENGTH +! ! -- dummy +! class(SwfGwfExchangeType) :: this !< SwfGwfExchangeType +! ! -- local +! integer(I4B) :: i, nm1, nm2, nmgnc1, nmgnc2 +! character(len=*), parameter :: fmterr = & +! "('EXCHANGE NODES ', i0, ' AND ', i0,"// & +! "' NOT CONSISTENT WITH GNC NODES ', "// & +! "i0, ' AND ', i0)" +! ! +! ! -- If exchange has ghost nodes, then initialize ghost node object +! ! This will read the ghost node blocks from the gnc input file. +! call this%gnc%gnc_df(this%swfmodel1, m2=this%gwfmodel2) +! ! +! ! -- Verify gnc is implicit if exchange has Newton Terms +! if (.not. this%gnc%implicit .and. this%inewton /= 0) then +! call store_error('GNC is explicit, but GWF exchange has active newton.') +! call store_error('Add implicit option to GNC or remove NEWTON from '// & +! 'GWF exchange.') +! call store_error_unit(this%ingnc) +! end if +! ! +! ! -- Perform checks to ensure GNCs match with GWF-GWF nodes +! if (this%nexg /= this%gnc%nexg) then +! call store_error('Number of exchanges does not match number of GNCs') +! call store_error_unit(this%ingnc) +! end if +! ! +! ! -- Go through each entry and confirm +! do i = 1, this%nexg +! if (this%nodem1(i) /= this%gnc%nodem1(i) .or. & +! this%nodem2(i) /= this%gnc%nodem2(i)) then +! nm1 = this%swfmodel1%dis%get_nodeuser(this%nodem1(i)) +! nm2 = this%gwfmodel2%dis%get_nodeuser(this%nodem2(i)) +! nmgnc1 = this%swfmodel1%dis%get_nodeuser(this%gnc%nodem1(i)) +! nmgnc2 = this%gwfmodel2%dis%get_nodeuser(this%gnc%nodem2(i)) +! write (errmsg, fmterr) nm1, nm2, nmgnc1, nmgnc2 +! call store_error(errmsg) +! end if +! end do +! if (count_errors() > 0) then +! call store_error_unit(this%ingnc) +! end if +! ! +! ! -- close the file +! close (this%ingnc) +! ! +! ! -- Return +! return +! end subroutine read_gnc + +! !> @ brief Read mover +! !! +! !! Read and process movers +! !< +! subroutine read_mvr(this, iout) +! ! -- modules +! use GwfMvrModule, only: mvr_cr +! ! -- dummy +! class(SwfGwfExchangeType) :: this !< SwfGwfExchangeType +! integer(I4B), intent(in) :: iout +! ! +! ! -- Create and initialize the mover object Here, dis is set to the one +! ! for swfmodel1 so that a call to save flows has an associated dis +! ! object. Because the conversion flags for the mover are both false, +! ! the dis object does not convert from reduced to user node numbers. +! ! So in this case, the dis object is just writing unconverted package +! ! numbers to the binary budget file. +! call mvr_cr(this%mvr, this%name, this%inmvr, iout, this%swfmodel1%dis, & +! iexgmvr=1) +! ! +! ! -- Return +! return +! end subroutine read_mvr + +! !> @ brief Rewet +! !! +! !! Check if rewetting should propagate from one model to another +! !< +! subroutine rewet(this, kiter) +! ! -- modules +! use TdisModule, only: kper, kstp +! ! -- dummy +! class(SwfGwfExchangeType) :: this !< SwfGwfExchangeType +! integer(I4B), intent(in) :: kiter +! ! -- local +! integer(I4B) :: iexg +! integer(I4B) :: n, m +! integer(I4B) :: ibdn, ibdm +! integer(I4B) :: ihc +! real(DP) :: hn, hm +! integer(I4B) :: irewet +! character(len=30) :: nodestrn, nodestrm +! character(len=*), parameter :: fmtrwt = & +! "(1x, 'CELL ',A,' REWET FROM GWF MODEL ',A,' CELL ',A, & +! &' FOR ITER. ',I0, ' STEP ',I0, ' PERIOD ', I0)" +! ! +! ! -- Use model 1 to rewet model 2 and vice versa +! ! do iexg = 1, this%nexg +! ! n = this%nodem1(iexg) +! ! m = this%nodem2(iexg) +! ! hn = this%swfmodel1%x(n) +! ! hm = this%gwfmodel2%x(m) +! ! ibdn = this%swfmodel1%ibound(n) +! ! ibdm = this%gwfmodel2%ibound(m) +! ! ihc = this%ihc(iexg) +! ! call this%swfmodel1%npf%rewet_check(kiter, n, hm, ibdm, ihc, & +! ! this%swfmodel1%x, irewet) +! ! if (irewet == 1) then +! ! call this%swfmodel1%dis%noder_to_string(n, nodestrn) +! ! call this%gwfmodel2%dis%noder_to_string(m, nodestrm) +! ! write (this%swfmodel1%iout, fmtrwt) trim(nodestrn), & +! ! trim(this%gwfmodel2%name), trim(nodestrm), kiter, kstp, kper +! ! end if +! ! call this%gwfmodel2%npf%rewet_check(kiter, m, hn, ibdn, ihc, & +! ! this%gwfmodel2%x, irewet) +! ! if (irewet == 1) then +! ! call this%swfmodel1%dis%noder_to_string(n, nodestrm) +! ! call this%gwfmodel2%dis%noder_to_string(m, nodestrn) +! ! write (this%gwfmodel2%iout, fmtrwt) trim(nodestrn), & +! ! trim(this%swfmodel1%name), trim(nodestrm), kiter, kstp, kper +! ! end if +! ! ! +! ! end do +! ! +! ! -- Return +! return +! end subroutine rewet + +! subroutine calc_cond_sat(this) +! ! -- modules +! use ConstantsModule, only: LINELENGTH, DZERO, DHALF, DONE, DPIO180 +! use GwfNpfModule, only: condmean, vcond, hcond +! ! -- dummy +! class(SwfGwfExchangeType) :: this !< SwfGwfExchangeType +! ! -- local +! integer(I4B) :: iexg +! integer(I4B) :: n, m, ihc +! real(DP) :: topn, topm +! real(DP) :: botn, botm +! real(DP) :: satn, satm +! real(DP) :: thickn, thickm +! real(DP) :: angle, hyn, hym +! real(DP) :: csat +! real(DP) :: fawidth +! real(DP), dimension(3) :: vg +! ! +! do iexg = 1, this%nexg +! ! +! ihc = this%ihc(iexg) +! n = this%nodem1(iexg) +! m = this%nodem2(iexg) +! topn = this%swfmodel1%dis%top(n) +! topm = this%gwfmodel2%dis%top(m) +! botn = this%swfmodel1%dis%bot(n) +! botm = this%gwfmodel2%dis%bot(m) +! satn = DONE ! cdl this%swfmodel1%npf%sat(n) +! satm = this%gwfmodel2%npf%sat(m) +! thickn = (topn - botn) * satn +! thickm = (topm - botm) * satm +! ! +! ! -- Calculate conductance depending on connection orientation +! if (ihc == 0) then +! ! +! ! -- Vertical conductance for fully saturated conditions +! vg(1) = DZERO +! vg(2) = DZERO +! vg(3) = DONE +! hyn = DONE ! cdl this%swfmodel1%npf%hy_eff(n, 0, ihc, vg=vg) +! hym = this%gwfmodel2%npf%hy_eff(m, 0, ihc, vg=vg) +! csat = vcond(1, 1, 1, 1, 0, 1, 1, DONE, & +! botn, botm, & +! hyn, hym, & +! satn, satm, & +! topn, topm, & +! botn, botm, & +! this%hwva(iexg)) +! else +! ! +! ! -- Calculate horizontal conductance +! hyn = DONE ! cdl this%swfmodel1%npf%k11(n) +! hym = this%gwfmodel2%npf%k11(m) +! ! +! ! -- Check for anisotropy in models, and recalculate hyn and hym +! if (this%ianglex > 0) then +! angle = this%auxvar(this%ianglex, iexg) * DPIO180 +! vg(1) = abs(cos(angle)) +! vg(2) = abs(sin(angle)) +! vg(3) = DZERO +! ! +! ! -- anisotropy in model 1 +! ! if (this%swfmodel1%npf%ik22 /= 0) then +! ! hyn = this%swfmodel1%npf%hy_eff(n, 0, ihc, vg=vg) +! ! end if +! ! +! ! -- anisotropy in model 2 +! if (this%gwfmodel2%npf%ik22 /= 0) then +! hym = this%gwfmodel2%npf%hy_eff(m, 0, ihc, vg=vg) +! end if +! end if +! ! +! fawidth = this%hwva(iexg) +! csat = hcond(1, 1, 1, 1, this%inewton, 0, ihc, & +! this%icellavg, 0, 0, DONE, & +! topn, topm, satn, satm, hyn, hym, & +! topn, topm, & +! botn, botm, & +! this%cl1(iexg), this%cl2(iexg), & +! fawidth, this%satomega) +! end if +! ! +! ! -- store csat in condsat +! this%condsat(iexg) = csat +! end do +! ! +! ! -- Return +! return +! end subroutine calc_cond_sat + +! !> @ brief Calculate the conductance +! !! +! !! Calculate the conductance based on state +! !< +! subroutine condcalc(this) +! ! -- modules +! use ConstantsModule, only: DHALF, DZERO, DONE +! use GwfNpfModule, only: hcond, vcond +! ! -- dummy +! class(SwfGwfExchangeType) :: this !< SwfGwfExchangeType +! ! -- local +! integer(I4B) :: iexg +! integer(I4B) :: n, m, ihc +! integer(I4B) :: ibdn, ibdm +! integer(I4B) :: ictn, ictm +! real(DP) :: topn, topm +! real(DP) :: botn, botm +! real(DP) :: satn, satm +! real(DP) :: hyn, hym +! real(DP) :: angle +! real(DP) :: hn, hm +! real(DP) :: cond +! real(DP) :: fawidth +! real(DP), dimension(3) :: vg +! ! +! ! -- Calculate conductance and put into amat +! do iexg = 1, this%nexg +! ihc = this%ihc(iexg) +! n = this%nodem1(iexg) +! m = this%nodem2(iexg) +! ibdn = this%swfmodel1%ibound(n) +! ibdm = this%gwfmodel2%ibound(m) +! ictn = 1 ! cdl this%swfmodel1%npf%icelltype(n) +! ictm = this%gwfmodel2%npf%icelltype(m) +! topn = this%swfmodel1%dis%top(n) +! topm = this%gwfmodel2%dis%top(m) +! botn = this%swfmodel1%dis%bot(n) +! botm = this%gwfmodel2%dis%bot(m) +! satn = DONE ! cdl this%swfmodel1%npf%sat(n) +! satm = this%gwfmodel2%npf%sat(m) +! hn = this%swfmodel1%x(n) +! hm = this%gwfmodel2%x(m) +! ! +! ! -- Calculate conductance depending on connection orientation +! if (ihc == 0) then +! ! +! ! -- Vertical connection +! vg(1) = DZERO +! vg(2) = DZERO +! vg(3) = DONE +! hyn = DONE ! cdl this%swfmodel1%npf%hy_eff(n, 0, ihc, vg=vg) +! hym = this%gwfmodel2%npf%hy_eff(m, 0, ihc, vg=vg) +! cond = vcond(ibdn, ibdm, ictn, ictm, this%inewton, this%ivarcv, & +! this%idewatcv, this%condsat(iexg), hn, hm, hyn, hym, & +! satn, satm, topn, topm, botn, botm, this%hwva(iexg)) +! else +! ! ! +! ! ! -- Horizontal Connection +! ! hyn = this%swfmodel1%npf%k11(n) +! ! hym = this%gwfmodel2%npf%k11(m) +! ! ! +! ! ! -- Check for anisotropy in models, and recalculate hyn and hym +! ! if (this%ianglex > 0) then +! ! angle = this%auxvar(this%ianglex, iexg) +! ! vg(1) = abs(cos(angle)) +! ! vg(2) = abs(sin(angle)) +! ! vg(3) = DZERO +! ! ! +! ! ! -- anisotropy in model 1 +! ! if (this%swfmodel1%npf%ik22 /= 0) then +! ! hyn = this%swfmodel1%npf%hy_eff(n, 0, ihc, vg=vg) +! ! end if +! ! ! +! ! ! -- anisotropy in model 2 +! ! if (this%gwfmodel2%npf%ik22 /= 0) then +! ! hym = this%gwfmodel2%npf%hy_eff(m, 0, ihc, vg=vg) +! ! end if +! ! end if +! ! ! +! ! fawidth = this%hwva(iexg) +! ! cond = hcond(ibdn, ibdm, ictn, ictm, this%inewton, this%inewton, & +! ! this%ihc(iexg), this%icellavg, 0, 0, this%condsat(iexg), & +! ! hn, hm, satn, satm, hyn, hym, topn, topm, botn, botm, & +! ! this%cl1(iexg), this%cl2(iexg), fawidth, this%satomega) +! end if +! ! +! this%cond(iexg) = cond +! ! +! end do +! ! +! ! -- Return +! return +! end subroutine condcalc + +! !> @ brief Allocate scalars +! !! +! !! Allocate scalar variables +! !< +! subroutine allocate_scalars(this) +! ! -- modules +! use MemoryManagerModule, only: mem_allocate +! use ConstantsModule, only: DZERO +! ! -- dummy +! class(SwfGwfExchangeType) :: this !< SwfGwfExchangeType +! ! +! call this%DisConnExchangeType%allocate_scalars() +! ! +! call mem_allocate(this%iprflow, 'IPRFLOW', this%memoryPath) +! call mem_allocate(this%ipakcb, 'IPAKCB', this%memoryPath) +! this%iprpak = 0 +! this%iprflow = 0 +! this%ipakcb = 0 +! ! +! call mem_allocate(this%icellavg, 'ICELLAVG', this%memoryPath) +! call mem_allocate(this%ivarcv, 'IVARCV', this%memoryPath) +! call mem_allocate(this%idewatcv, 'IDEWATCV', this%memoryPath) +! call mem_allocate(this%inewton, 'INEWTON', this%memoryPath) +! call mem_allocate(this%ingnc, 'INGNC', this%memoryPath) +! call mem_allocate(this%inmvr, 'INMVR', this%memoryPath) +! call mem_allocate(this%inobs, 'INOBS', this%memoryPath) +! call mem_allocate(this%satomega, 'SATOMEGA', this%memoryPath) +! this%icellavg = 0 +! this%ivarcv = 0 +! this%idewatcv = 0 +! this%inewton = 0 +! this%ingnc = 0 +! this%inmvr = 0 +! this%inobs = 0 +! this%satomega = DZERO +! ! +! ! -- Return +! return +! end subroutine allocate_scalars + +! !> @ brief Deallocate +! !! +! !! Deallocate memory associated with this object +! !< +! subroutine swf_gwf_da(this) +! ! -- modules +! use MemoryManagerModule, only: mem_deallocate +! ! -- dummy +! class(SwfGwfExchangeType) :: this !< SwfGwfExchangeType +! ! +! ! -- objects +! if (this%ingnc > 0) then +! call this%gnc%gnc_da() +! deallocate (this%gnc) +! end if +! if (this%inmvr > 0) then +! call this%mvr%mvr_da() +! deallocate (this%mvr) +! end if +! call this%obs%obs_da() +! deallocate (this%obs) +! ! +! ! -- arrays +! call mem_deallocate(this%cond) +! call mem_deallocate(this%condsat) +! call mem_deallocate(this%idxglo) +! call mem_deallocate(this%idxsymglo) +! call mem_deallocate(this%simvals) +! ! +! ! -- output table objects +! if (associated(this%outputtab1)) then +! call this%outputtab1%table_da() +! deallocate (this%outputtab1) +! nullify (this%outputtab1) +! end if +! if (associated(this%outputtab2)) then +! call this%outputtab2%table_da() +! deallocate (this%outputtab2) +! nullify (this%outputtab2) +! end if +! ! +! ! -- scalars +! deallocate (this%filename) +! call mem_deallocate(this%iprflow) +! call mem_deallocate(this%ipakcb) +! ! +! call mem_deallocate(this%icellavg) +! call mem_deallocate(this%ivarcv) +! call mem_deallocate(this%idewatcv) +! call mem_deallocate(this%inewton) +! call mem_deallocate(this%ingnc) +! call mem_deallocate(this%inmvr) +! call mem_deallocate(this%inobs) +! call mem_deallocate(this%satomega) +! ! +! ! -- deallocate base +! call this%DisConnExchangeType%disconnex_da() +! ! +! ! -- Return +! return +! end subroutine swf_gwf_da + +! !> @ brief Allocate arrays +! !! +! !! Allocate arrays +! !< +! subroutine allocate_arrays(this) +! ! -- modules +! use MemoryManagerModule, only: mem_allocate +! ! -- dummy +! class(SwfGwfExchangeType) :: this !< SwfGwfExchangeType +! ! -- local +! character(len=LINELENGTH) :: text +! integer(I4B) :: ntabcol, i +! ! +! call this%DisConnExchangeType%allocate_arrays() +! ! +! call mem_allocate(this%cond, this%nexg, 'COND', this%memoryPath) +! call mem_allocate(this%idxglo, this%nexg, 'IDXGLO', this%memoryPath) +! call mem_allocate(this%idxsymglo, this%nexg, 'IDXSYMGLO', this%memoryPath) ! +! call mem_allocate(this%condsat, this%nexg, 'CONDSAT', this%memoryPath) +! call mem_allocate(this%simvals, this%nexg, 'SIMVALS', this%memoryPath) +! ! +! ! -- Initialize +! do i = 1, this%nexg +! this%cond(i) = DNODATA +! end do +! ! +! ! -- allocate and initialize the output table +! if (this%iprflow /= 0) then +! ! +! ! -- dimension table +! ntabcol = 3 +! if (this%inamedbound > 0) then +! ntabcol = ntabcol + 1 +! end if +! ! +! ! -- initialize the output table objects +! ! outouttab1 +! if (this%v_model1%is_local) then +! call table_cr(this%outputtab1, this%name, ' ') +! call this%outputtab1%table_df(this%nexg, ntabcol, this%swfmodel1%iout, & +! transient=.TRUE.) +! text = 'NUMBER' +! call this%outputtab1%initialize_column(text, 10, alignment=TABCENTER) +! text = 'CELLID' +! call this%outputtab1%initialize_column(text, 20, alignment=TABLEFT) +! text = 'RATE' +! call this%outputtab1%initialize_column(text, 15, alignment=TABCENTER) +! if (this%inamedbound > 0) then +! text = 'NAME' +! call this%outputtab1%initialize_column(text, 20, alignment=TABLEFT) +! end if +! end if +! ! outouttab2 +! if (this%v_model2%is_local) then +! call table_cr(this%outputtab2, this%name, ' ') +! call this%outputtab2%table_df(this%nexg, ntabcol, this%gwfmodel2%iout, & +! transient=.TRUE.) +! text = 'NUMBER' +! call this%outputtab2%initialize_column(text, 10, alignment=TABCENTER) +! text = 'CELLID' +! call this%outputtab2%initialize_column(text, 20, alignment=TABLEFT) +! text = 'RATE' +! call this%outputtab2%initialize_column(text, 15, alignment=TABCENTER) +! if (this%inamedbound > 0) then +! text = 'NAME' +! call this%outputtab2%initialize_column(text, 20, alignment=TABLEFT) +! end if +! end if +! end if +! ! +! ! -- Return +! return +! end subroutine allocate_arrays + +! !> @ brief Define observations +! !! +! !! Define the observations associated with this object +! !< +! subroutine swf_gwf_df_obs(this) +! ! -- dummy +! class(SwfGwfExchangeType) :: this !< SwfGwfExchangeType +! ! -- local +! integer(I4B) :: indx +! ! +! ! -- Store obs type and assign procedure pointer +! ! for gwf-gwf observation type. +! call this%obs%StoreObsType('flow-ja-face', .true., indx) +! this%obs%obsData(indx)%ProcessIdPtr => swf_gwf_process_obsID +! ! +! ! -- Return +! return +! end subroutine swf_gwf_df_obs + +! !> @ brief Read and prepare observations +! !! +! !! Handle observation exchanges exchange-boundary names. +! !< +! subroutine swf_gwf_rp_obs(this) +! ! -- modules +! use ConstantsModule, only: DZERO +! ! -- dummy +! class(SwfGwfExchangeType) :: this !< SwfGwfExchangeType +! ! -- local +! integer(I4B) :: i +! integer(I4B) :: j +! class(ObserveType), pointer :: obsrv => null() +! character(len=LENBOUNDNAME) :: bname +! logical :: jfound +! ! -- formats +! 10 format('Exchange "', a, '" for observation "', a, & +! '" is invalid in package "', a, '"') +! 20 format('Exchange id "', i0, '" for observation "', a, & +! '" is invalid in package "', a, '"') +! ! +! do i = 1, this%obs%npakobs +! obsrv => this%obs%pakobs(i)%obsrv +! ! +! ! -- indxbnds needs to be reset each stress period because +! ! list of boundaries can change each stress period. +! ! -- Not true for exchanges, but leave this in for now anyway. +! call obsrv%ResetObsIndex() +! obsrv%BndFound = .false. +! ! +! bname = obsrv%FeatureName +! if (bname /= '') then +! ! -- Observation location(s) is(are) based on a boundary name. +! ! Iterate through all boundaries to identify and store +! ! corresponding index(indices) in bound array. +! jfound = .false. +! do j = 1, this%nexg +! if (this%boundname(j) == bname) then +! jfound = .true. +! obsrv%BndFound = .true. +! obsrv%CurrentTimeStepEndValue = DZERO +! call obsrv%AddObsIndex(j) +! end if +! end do +! if (.not. jfound) then +! write (errmsg, 10) trim(bname), trim(obsrv%ObsTypeId), trim(this%name) +! call store_error(errmsg) +! end if +! else +! ! -- Observation location is a single exchange number +! if (obsrv%intPak1 <= this%nexg .and. obsrv%intPak1 > 0) then +! jfound = .true. +! obsrv%BndFound = .true. +! obsrv%CurrentTimeStepEndValue = DZERO +! call obsrv%AddObsIndex(obsrv%intPak1) +! else +! jfound = .false. +! end if +! if (.not. jfound) then +! write (errmsg, 20) obsrv%intPak1, trim(obsrv%ObsTypeId), trim(this%name) +! call store_error(errmsg) +! end if +! end if +! end do +! ! +! ! -- write summary of error messages +! if (count_errors() > 0) then +! call store_error_unit(this%inobs) +! end if +! ! +! ! -- Return +! return +! end subroutine swf_gwf_rp_obs + +! !> @ brief Final processing +! !! +! !! Conduct any final processing +! !< +! subroutine swf_gwf_fp(this) +! ! -- dummy +! class(SwfGwfExchangeType) :: this !< SwfGwfExchangeType +! ! +! ! -- Return +! return +! end subroutine swf_gwf_fp + +! !> @ brief Calculate flow +! !! +! !! Calculate the flow for the specified exchange and node numbers +! !< +! function qcalc(this, iexg, n1, n2) +! ! -- return +! real(DP) :: qcalc +! ! -- dummy +! class(SwfGwfExchangeType) :: this !< SwfGwfExchangeType +! integer(I4B), intent(in) :: iexg +! integer(I4B), intent(in) :: n1 +! integer(I4B), intent(in) :: n2 +! ! -- local +! ! +! ! -- Calculate flow between nodes in the two models +! qcalc = this%cond(iexg) * (this%gwfmodel2%x(n2) - this%swfmodel1%x(n1)) +! ! +! ! -- Return +! return +! end function qcalc + +! !> @ brief Set symmetric flag +! !! +! !! Return flag indicating whether or not this exchange will cause the +! !! coefficient matrix to be asymmetric. +! !< +! function swf_gwf_get_iasym(this) result(iasym) +! ! -- dummy +! class(SwfGwfExchangeType) :: this !< SwfGwfExchangeType +! ! -- local +! integer(I4B) :: iasym +! ! +! ! -- Start by setting iasym to zero +! iasym = 0 +! ! +! ! -- Groundwater flow +! if (this%inewton /= 0) iasym = 1 +! ! +! ! -- GNC +! if (this%ingnc > 0) then +! if (this%gnc%iasym /= 0) iasym = 1 +! end if +! ! +! ! -- Return +! return +! end function swf_gwf_get_iasym + +! !> @brief Return true when this exchange provides matrix +! !! coefficients for solving @param model +! !< +! function swf_gwf_connects_model(this, model) result(is_connected) +! ! -- dummy +! class(SwfGwfExchangeType) :: this !< SwfGwfExchangeType +! class(BaseModelType), pointer, intent(in) :: model !< the model to which the exchange might hold a connection +! ! -- return +! logical(LGP) :: is_connected !< true, when connected +! ! +! is_connected = .false. +! ! +! ! only connected when model is GwfModelType of course +! select type (model) +! class is (GwfModelType) +! ! if (associated(this%swfmodel1, model)) then +! ! is_connected = .true. +! if (associated(this%gwfmodel2, model)) then +! is_connected = .true. +! end if +! class is (SwfModelType) +! if (associated(this%swfmodel1, model)) then +! is_connected = .true. +! end if +! end select +! ! +! ! -- Return +! return +! end function swf_gwf_connects_model + +! !> @brief Should interface model be used for this exchange +! !< +! function use_interface_model(this) result(use_im) +! ! -- dummy +! class(SwfGwfExchangeType) :: this !< SwfGwfExchangeType +! ! -- return +! logical(LGP) :: use_im !< true when interface model should be used +! ! +! use_im = this%DisConnExchangeType%use_interface_model() +! use_im = use_im .or. (this%ixt3d > 0) +! ! +! ! -- Return +! return +! end function + +! !> @ brief Save simulated flow observations +! !! +! !! Save the simulated flows for each exchange +! !< +! subroutine swf_gwf_save_simvals(this) +! ! -- modules +! use SimModule, only: store_error, store_error_unit +! use SimVariablesModule, only: errmsg +! use ConstantsModule, only: DZERO +! use ObserveModule, only: ObserveType +! ! -- dummy +! class(SwfGwfExchangeType), intent(inout) :: this +! ! -- local +! integer(I4B) :: i +! integer(I4B) :: j +! integer(I4B) :: n1 +! integer(I4B) :: n2 +! integer(I4B) :: iexg +! real(DP) :: v +! type(ObserveType), pointer :: obsrv => null() +! ! +! ! -- Write simulated values for all gwf-gwf observations +! if (this%obs%npakobs > 0) then +! call this%obs%obs_bd_clear() +! do i = 1, this%obs%npakobs +! obsrv => this%obs%pakobs(i)%obsrv +! do j = 1, obsrv%indxbnds_count +! iexg = obsrv%indxbnds(j) +! v = DZERO +! select case (obsrv%ObsTypeId) +! case ('FLOW-JA-FACE') +! n1 = this%nodem1(iexg) +! n2 = this%nodem2(iexg) +! v = this%simvals(iexg) +! case default +! errmsg = 'Unrecognized observation type: '// & +! trim(obsrv%ObsTypeId) +! call store_error(errmsg) +! call store_error_unit(this%inobs) +! end select +! call this%obs%SaveOneSimval(obsrv, v) +! end do +! end do +! end if +! ! +! ! -- Return +! return +! end subroutine swf_gwf_save_simvals + +! !> @ brief Obs ID processer +! !! +! !! Process observations for this exchange +! !< +! subroutine swf_gwf_process_obsID(obsrv, dis, inunitobs, iout) +! ! -- modules +! use ConstantsModule, only: LINELENGTH +! use InputOutputModule, only: urword +! use ObserveModule, only: ObserveType +! use BaseDisModule, only: DisBaseType +! ! -- dummy +! type(ObserveType), intent(inout) :: obsrv +! class(DisBaseType), intent(in) :: dis +! integer(I4B), intent(in) :: inunitobs +! integer(I4B), intent(in) :: iout +! ! -- local +! integer(I4B) :: n, iexg, istat +! integer(I4B) :: icol, istart, istop +! real(DP) :: r +! character(len=LINELENGTH) :: strng +! ! +! strng = obsrv%IDstring +! icol = 1 +! ! -- get exchange index +! call urword(strng, icol, istart, istop, 1, n, r, iout, inunitobs) +! read (strng(istart:istop), '(i10)', iostat=istat) iexg +! if (istat == 0) then +! obsrv%intPak1 = iexg +! else +! ! Integer can't be read from strng; it's presumed to be an exchange +! ! boundary name (already converted to uppercase) +! obsrv%FeatureName = trim(adjustl(strng)) +! ! -- Observation may require summing rates from multiple exchange +! ! boundaries, so assign intPak1 as a value that indicates observation +! ! is for a named exchange boundary or group of exchange boundaries. +! obsrv%intPak1 = NAMEDBOUNDFLAG +! end if +! ! +! ! -- Return +! return +! end subroutine swf_gwf_process_obsID + +! !> @ brief Cast polymorphic object as exchange +! !! +! !! Cast polymorphic object as exchange +! !< +! function CastAsSwfGwfExchange(obj) result(res) +! implicit none +! ! -- dummy +! class(*), pointer, intent(inout) :: obj +! ! -- return +! class(SwfGwfExchangeType), pointer :: res +! ! +! res => null() +! if (.not. associated(obj)) return +! ! +! select type (obj) +! class is (SwfGwfExchangeType) +! res => obj +! end select +! ! +! ! -- Return +! return +! end function CastAsSwfGwfExchange + +! !> @ brief Get exchange from list +! !! +! !! Return an exchange from the list for specified index +! !< +! function GetSwfGwfExchangeFromList(list, idx) result(res) +! implicit none +! ! -- dummy +! type(ListType), intent(inout) :: list +! integer(I4B), intent(in) :: idx +! ! -- return +! class(SwfGwfExchangeType), pointer :: res +! ! -- local +! class(*), pointer :: obj +! ! +! obj => list%GetItem(idx) +! res => CastAsSwfGwfExchange(obj) +! ! +! ! -- Return +! return +! end function GetSwfGwfExchangeFromList + +! end module SwfGwfExchangeModule + diff --git a/src/Exchange/swfgwfidm.f90 b/src/Exchange/swfgwfidm.f90 new file mode 100644 index 00000000000..a1abd93f6e8 --- /dev/null +++ b/src/Exchange/swfgwfidm.f90 @@ -0,0 +1,259 @@ +! ** Do Not Modify! MODFLOW 6 system generated file. ** +module ExgSwfgwfInputModule + use ConstantsModule, only: LENVARNAME + use InputDefinitionModule, only: InputParamDefinitionType, & + InputBlockDefinitionType + private + public exg_swfgwf_param_definitions + public exg_swfgwf_aggregate_definitions + public exg_swfgwf_block_definitions + public ExgSwfgwfParamFoundType + public exg_swfgwf_multi_package + + type ExgSwfgwfParamFoundType + logical :: ipr_input = .false. + logical :: ipr_flow = .false. + logical :: obs_filerecord = .false. + logical :: obs6 = .false. + logical :: filein = .false. + logical :: obs6_filename = .false. + logical :: nexg = .false. + logical :: cellidm1 = .false. + logical :: cellidm2 = .false. + logical :: cond = .false. + end type ExgSwfgwfParamFoundType + + logical :: exg_swfgwf_multi_package = .true. + + type(InputParamDefinitionType), parameter :: & + exgswfgwf_ipr_input = InputParamDefinitionType & + ( & + 'EXG', & ! component + 'SWFGWF', & ! subcomponent + 'OPTIONS', & ! block + 'PRINT_INPUT', & ! tag name + 'IPR_INPUT', & ! fortran variable + 'KEYWORD', & ! type + '', & ! shape + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + exgswfgwf_ipr_flow = InputParamDefinitionType & + ( & + 'EXG', & ! component + 'SWFGWF', & ! subcomponent + 'OPTIONS', & ! block + 'PRINT_FLOWS', & ! tag name + 'IPR_FLOW', & ! fortran variable + 'KEYWORD', & ! type + '', & ! shape + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + exgswfgwf_obs_filerecord = InputParamDefinitionType & + ( & + 'EXG', & ! component + 'SWFGWF', & ! subcomponent + 'OPTIONS', & ! block + 'OBS_FILERECORD', & ! tag name + 'OBS_FILERECORD', & ! fortran variable + 'RECORD OBS6 FILEIN OBS6_FILENAME', & ! type + '', & ! shape + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + exgswfgwf_obs6 = InputParamDefinitionType & + ( & + 'EXG', & ! component + 'SWFGWF', & ! subcomponent + 'OPTIONS', & ! block + 'OBS6', & ! tag name + 'OBS6', & ! fortran variable + 'KEYWORD', & ! type + '', & ! shape + .true., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + exgswfgwf_filein = InputParamDefinitionType & + ( & + 'EXG', & ! component + 'SWFGWF', & ! subcomponent + 'OPTIONS', & ! block + 'FILEIN', & ! tag name + 'FILEIN', & ! fortran variable + 'KEYWORD', & ! type + '', & ! shape + .true., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + exgswfgwf_obs6_filename = InputParamDefinitionType & + ( & + 'EXG', & ! component + 'SWFGWF', & ! subcomponent + 'OPTIONS', & ! block + 'OBS6_FILENAME', & ! tag name + 'OBS6_FILENAME', & ! fortran variable + 'STRING', & ! type + '', & ! shape + .true., & ! required + .true., & ! multi-record + .true., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + exgswfgwf_nexg = InputParamDefinitionType & + ( & + 'EXG', & ! component + 'SWFGWF', & ! subcomponent + 'DIMENSIONS', & ! block + 'NEXG', & ! tag name + 'NEXG', & ! fortran variable + 'INTEGER', & ! type + '', & ! shape + .true., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + exgswfgwf_cellidm1 = InputParamDefinitionType & + ( & + 'EXG', & ! component + 'SWFGWF', & ! subcomponent + 'EXCHANGEDATA', & ! block + 'CELLIDM1', & ! tag name + 'CELLIDM1', & ! fortran variable + 'INTEGER1D', & ! type + 'NCELLDIM', & ! shape + .true., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + exgswfgwf_cellidm2 = InputParamDefinitionType & + ( & + 'EXG', & ! component + 'SWFGWF', & ! subcomponent + 'EXCHANGEDATA', & ! block + 'CELLIDM2', & ! tag name + 'CELLIDM2', & ! fortran variable + 'INTEGER1D', & ! type + 'NCELLDIM', & ! shape + .true., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + exgswfgwf_cond = InputParamDefinitionType & + ( & + 'EXG', & ! component + 'SWFGWF', & ! subcomponent + 'EXCHANGEDATA', & ! block + 'COND', & ! tag name + 'COND', & ! fortran variable + 'DOUBLE', & ! type + '', & ! shape + .true., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + exg_swfgwf_param_definitions(*) = & + [ & + exgswfgwf_ipr_input, & + exgswfgwf_ipr_flow, & + exgswfgwf_obs_filerecord, & + exgswfgwf_obs6, & + exgswfgwf_filein, & + exgswfgwf_obs6_filename, & + exgswfgwf_nexg, & + exgswfgwf_cellidm1, & + exgswfgwf_cellidm2, & + exgswfgwf_cond & + ] + + type(InputParamDefinitionType), parameter :: & + exgswfgwf_exchangedata = InputParamDefinitionType & + ( & + 'EXG', & ! component + 'SWFGWF', & ! subcomponent + 'EXCHANGEDATA', & ! block + 'EXCHANGEDATA', & ! tag name + 'EXCHANGEDATA', & ! fortran variable + 'RECARRAY CELLIDM1 CELLIDM2 COND', & ! type + 'NEXG', & ! shape + .true., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + exg_swfgwf_aggregate_definitions(*) = & + [ & + exgswfgwf_exchangedata & + ] + + type(InputBlockDefinitionType), parameter :: & + exg_swfgwf_block_definitions(*) = & + [ & + InputBlockDefinitionType( & + 'OPTIONS', & ! blockname + .false., & ! required + .false., & ! aggregate + .false. & ! block_variable + ), & + InputBlockDefinitionType( & + 'DIMENSIONS', & ! blockname + .true., & ! required + .false., & ! aggregate + .false. & ! block_variable + ), & + InputBlockDefinitionType( & + 'EXCHANGEDATA', & ! blockname + .true., & ! required + .true., & ! aggregate + .false. & ! block_variable + ) & + ] + +end module ExgSwfgwfInputModule diff --git a/src/Model/ModelUtilities/Connections.f90 b/src/Model/ModelUtilities/Connections.f90 index 2092b3a6e53..694c2e50625 100644 --- a/src/Model/ModelUtilities/Connections.f90 +++ b/src/Model/ModelUtilities/Connections.f90 @@ -48,6 +48,8 @@ module ConnectionsModule procedure :: disconnections procedure :: disvconnections procedure :: disuconnections + procedure :: dislconnections + procedure :: dislconnections_verts procedure :: iajausr procedure :: getjaindex procedure :: set_mask @@ -951,6 +953,211 @@ subroutine disuconnections(this, name_model, nodes, nodesuser, nrsize, & return end subroutine disuconnections + !> @brief procedure to fill the connections object for a disl package + !! + !! todo: No handling yet of cl1, cl2, hwva, etc. for disl as they are not needed + !! and only unreduced disl grids are allowed at the moment + !! + !< + subroutine dislconnections(this, name_model, toreach) + ! -- modules + use MemoryManagerModule, only: mem_deallocate, mem_setptr + use SparseModule, only: sparsematrix + ! -- dummy + class(ConnectionsType) :: this + character(len=*), intent(in) :: name_model + integer(I4B), dimension(:), intent(in) :: toreach + ! -- local + type(sparsematrix) :: sparse + integer(I4B) :: ierror + ! + ! -- Allocate scalars + call this%allocate_scalars(name_model) + ! + ! -- Set scalars + this%nodes = size(toreach) + this%ianglex = 0 + ! + ! -- create sparse matrix object using toreach + ! and fill ia and ja + call sparse_from_toreach(toreach, sparse) + this%nja = sparse%nnz + this%njas = (this%nja - this%nodes) / 2 + ! + ! -- Allocate index arrays of size nja and symmetric arrays + call this%allocate_arrays() + ! + ! -- Fill the IA and JA arrays from sparse, then destroy sparse + call sparse%sort() + call sparse%filliaja(this%ia, this%ja, ierror) + call sparse%destroy() + ! + ! -- fill the isym and jas arrays + call fillisym(this%nodes, this%nja, this%ia, this%ja, this%isym) + call filljas(this%nodes, this%nja, this%ia, this%ja, this%isym, this%jas) + ! + ! -- If reduced system, then need to build iausr and jausr, otherwise point + ! them to ia and ja. + ! TODO: not handled yet for reduced system + !this%iausr => this%ia + !this%jausr => this%ja + !call this%iajausr(nrsize, nodesuser, nodereduced, nodeuser) + ! -- iausr and jausr will be pointers + call mem_deallocate(this%iausr) + call mem_deallocate(this%jausr) + call mem_setptr(this%iausr, 'IA', this%memoryPath) + call mem_setptr(this%jausr, 'JA', this%memoryPath) + + return + end subroutine dislconnections + + !> @brief Fill the connections object for a disl package from vertices + !! + !! todo: No handling yet of cl1, cl2, hwva, etc. for disl as they are not needed + !! and only unreduced disl grids are allowed at the moment + !! + !< + subroutine dislconnections_verts(this, name_model, nodes, nodesuser, & + nrsize, nvert, & + vertices, iavert, javert, & + cellxyz, cellfdc, nodereduced, nodeuser) + ! -- modules + use ConstantsModule, only: DHALF, DZERO, DTHREE, DTWO, DPI + use SparseModule, only: sparsematrix + use GeomUtilModule, only: get_node + use DislGeom, only: DislGeomType + use MemoryManagerModule, only: mem_reallocate + ! -- dummy + class(ConnectionsType) :: this + character(len=*), intent(in) :: name_model + integer(I4B), intent(in) :: nodes + integer(I4B), intent(in) :: nodesuser + integer(I4B), intent(in) :: nrsize + integer(I4B), intent(in) :: nvert + real(DP), dimension(3, nvert), intent(in) :: vertices + integer(I4B), dimension(:), intent(in) :: iavert + integer(I4B), dimension(:), intent(in) :: javert + real(DP), dimension(3, nodesuser), intent(in) :: cellxyz + !integer(I4B), dimension(2, nodesuser), intent(in) :: centerverts + real(DP), dimension(nodesuser), intent(in) :: cellfdc + integer(I4B), dimension(:), intent(in) :: nodereduced + integer(I4B), dimension(:), intent(in) :: nodeuser + ! -- local + integer(I4B), dimension(:), allocatable :: itemp + integer(I4B), dimension(:), allocatable :: iavertcells + integer(I4B), dimension(:), allocatable :: javertcells + type(sparsematrix) :: sparse, vertcellspm + integer(I4B) :: n, m, i, j, ierror + ! type(DislGeomType) :: geol + ! + ! -- Allocate scalars + call this%allocate_scalars(name_model) + ! + ! -- Set scalars + this%nodes = nodes + this%ianglex = 1 + ! -- Initialize DislGeomType objects + ! call geol%init(nodesuser, nodes, cellfdc, iavert, javert, iavertcells, & + ! javertcells, vertices, cellxyz, centerverts, & + ! nodereduced, nodeuser) + + ! -- Create a sparse matrix array with a row for each vertex. The columns + ! in the sparse matrix contains the cells that include that vertex. + ! This array will be used to determine horizontal cell connectivity. + allocate (itemp(nvert)) + do i = 1, nvert + itemp(i) = 4 + end do + call vertcellspm%init(nvert, nodes, itemp) + deallocate (itemp) + do j = 1, nodes + do i = iavert(j), iavert(j + 1) - 1 + call vertcellspm%addconnection(javert(i), j, 1) + end do + end do + call vertcellspm%sort() + allocate (iavertcells(nvert + 1)) + allocate (javertcells(vertcellspm%nnz)) + call vertcellspm%filliaja(iavertcells, javertcells, ierror) + call vertcellspm%destroy() + ! + ! -- Call routine to build a sparse matrix of the connections + call vertexconnectl(this%nodes, nrsize, 6, nodes, sparse, & + iavertcells, javertcells, nodereduced) + n = sparse%nnz + m = this%nodes + this%nja = sparse%nnz + this%njas = (this%nja - this%nodes) / 2 + ! + ! -- cleanup memory + deallocate (iavertcells) + deallocate (javertcells) + ! + ! -- Allocate index arrays of size nja and symmetric arrays + call this%allocate_arrays() + ! + ! -- Fill the IA and JA arrays from sparse, then destroy sparse + call sparse%sort() + call sparse%filliaja(this%ia, this%ja, ierror) + call sparse%destroy() + ! + ! -- fill the isym and jas arrays + call fillisym(this%nodes, this%nja, this%ia, this%ja, this%isym) + call filljas(this%nodes, this%nja, this%ia, this%ja, this%isym, this%jas) + ! + ! -- Fill symmetric discretization arrays (ihc,cl1,cl2,hwva,anglex) + ! do n = 1, this%nodes + ! do ipos = this%ia(n) + 1, this%ia(n + 1) - 1 + ! m = this%ja(ipos) + ! if(m < n) cycle + ! call geol%cprops(n, m, this%hwva(this%jas(ipos)), & + ! this%cl1(this%jas(ipos)), this%cl2(this%jas(ipos))) + ! enddo + ! enddo + + ! + ! -- If reduced system, then need to build iausr and jausr, otherwise point + ! them to ia and ja. + call this%iajausr(nrsize, nodesuser, nodereduced, nodeuser) + ! + ! -- Return + return + end subroutine dislconnections_verts + + !> @brief Using toreach, fill the sparse object + !< + subroutine sparse_from_toreach(toreach, spm) + ! -- modules + use SparseModule, only: sparsematrix + ! -- dummy + integer(I4B), dimension(:), contiguous :: toreach + type(sparsematrix), intent(inout) :: spm + ! -- local + integer(I4B) :: nodes + integer(I4B) :: n + integer(I4B) :: j + + nodes = size(toreach) + call spm%init(nodes, nodes, 3) + ! + ! -- insert diagonal so it stays in front + do n = 1, size(toreach) + call spm%addconnection(n, n, 1) + end do + ! + ! -- add toreach connections for non-zero + ! reaches (0 indicates no downstream reach) + do n = 1, size(toreach) + j = toreach(n) + if (j > 0) then + call spm%addconnection(n, j, 1) + call spm%addconnection(j, n, 1) + end if + end do + + return + end subroutine sparse_from_toreach + !> @brief Fill iausr and jausr if reduced grid, otherwise point them to ia !! and ja. !< @@ -1218,6 +1425,69 @@ subroutine vertexconnect(nodes, nrsize, maxnnz, nlay, ncpl, sparse, & return end subroutine vertexconnect + !> @brief Routine to make cell connections from vertices + !< + subroutine vertexconnectl(nodes, nrsize, maxnnz, nodeuser, sparse, & + iavertcells, javertcells, & + nodereduced) + ! -- modules + use SparseModule, only: sparsematrix + use GeomUtilModule, only: get_node + ! -- dummy + integer(I4B), intent(in) :: nodes + integer(I4B), intent(in) :: nrsize + integer(I4B), intent(in) :: maxnnz + integer(I4B), intent(in) :: nodeuser + type(SparseMatrix), intent(inout) :: sparse + integer(I4B), dimension(:), intent(in) :: nodereduced + integer(I4B), dimension(:), intent(in) :: iavertcells + integer(I4B), dimension(:), intent(in) :: javertcells + ! -- local + integer(I4B), dimension(:), allocatable :: rowmaxnnz + integer(I4B) :: i, k, nr, mr, nvert + integer(I4B) :: con + ! + ! -- Allocate and fill the ia and ja arrays + allocate (rowmaxnnz(nodes)) + do i = 1, nodes + rowmaxnnz(i) = maxnnz + end do + call sparse%init(nodes, nodes, rowmaxnnz) + deallocate (rowmaxnnz) + do nr = 1, nodes + ! + ! -- Process diagonal + mr = nr + if (nrsize > 0) mr = nodereduced(mr) + if (mr <= 0) cycle + call sparse%addconnection(mr, mr, 1) + end do + ! + ! -- Go through each vertex and connect up all the cells that use + ! this vertex in their definition. + nvert = size(iavertcells) - 1 + + do i = 1, nvert + ! loop through cells that share the vertex + do k = iavertcells(i), iavertcells(i + 1) - 2 + ! loop again through connected cells that share vertex + do con = k + 1, iavertcells(i + 1) - 1 + nr = javertcells(k) + if (nrsize > 0) nr = nodereduced(nr) + if (nr <= 0) cycle + mr = javertcells(con) + if (nrsize > 0) mr = nodereduced(mr) + if (mr <= 0) cycle + call sparse%addconnection(nr, mr, 1) + call sparse%addconnection(mr, nr, 1) + end do + end do + end do + ! + ! -- return + return + end subroutine vertexconnectl + !> @brief routine to set a value in the mask array (which has the same shape !! as this%ja) !< diff --git a/src/Model/ModelUtilities/DislGeom.f90 b/src/Model/ModelUtilities/DislGeom.f90 new file mode 100644 index 00000000000..7b80b59b716 --- /dev/null +++ b/src/Model/ModelUtilities/DislGeom.f90 @@ -0,0 +1,417 @@ +module DislGeom + + use KindModule, only: DP, I4B + use SimModule, only: store_error, store_error_unit, ustop + implicit none + private + public :: DislGeomType + public :: calcdist, partialdist, line_unit_vector + + type DislGeomType + integer(I4B) :: nodesuser + logical :: reduced + integer(I4B) :: nodes ! number of reduced nodes; + real(DP), pointer, dimension(:) :: cellfdc => null() + integer(I4B), pointer, dimension(:) :: iavert => null() + integer(I4B), pointer, dimension(:) :: javert => null() + integer(I4B), pointer, dimension(:) :: iavertcells => null() + integer(I4B), pointer, dimension(:) :: javertcells => null() + real(DP), pointer, dimension(:, :) :: vertices => null() + real(DP), pointer, dimension(:, :) :: cellcenters => null() + integer(I4B), pointer, dimension(:, :) :: centerverts => null() + integer(I4B), pointer, dimension(:) :: nodereduced => null() + integer(I4B), pointer, dimension(:) :: nodeuser => null() + contains + procedure :: init + procedure :: cprops + procedure :: connection_vector + procedure :: shared_vertex + procedure :: disttocenter + procedure :: containscenter + procedure :: vertccdist + end type DislGeomType + +contains + + subroutine init(this, nodesuser, nodes, cellfdc, iavert, javert, & + iavertcells, javertcells, vertices, cellcenters, & + centerverts, nodereduced, nodeuser) + class(DislGeomType) :: this + integer(I4B), intent(in) :: nodesuser + integer(I4B), intent(in) :: nodes + real(DP), dimension(nodes), target :: cellfdc + integer(I4B), dimension(:), target :: iavert + integer(I4B), dimension(:), target :: javert + integer(I4B), dimension(:), target :: iavertcells + integer(I4B), dimension(:), target :: javertcells + real(DP), dimension(:, :), target :: vertices + real(DP), dimension(:, :), target :: cellcenters + integer(I4B), dimension(:, :), target :: centerverts + integer(I4B), dimension(:), target :: nodereduced + integer(I4B), dimension(:), target :: nodeuser + ! -- local + this%nodes = nodes + this%nodesuser = nodesuser + this%cellfdc => cellfdc + this%iavert => iavert + this%javert => javert + this%iavertcells => iavertcells + this%javertcells => javertcells + + this%vertices => vertices + this%cellcenters => cellcenters + this%centerverts => centerverts + this%nodereduced => nodereduced + this%nodeuser => nodeuser + if (nodes < nodesuser) then + this%reduced = .true. + else + this%reduced = .false. + end if + end subroutine init + + subroutine cprops(this, cell1, cell2, hwva, cl1, cl2) + ! -- module + use ConstantsModule, only: DZERO, DHALF, DONE + class(DislGeomType) :: this + integer(I4B), intent(in) :: cell1 + integer(I4B), intent(in) :: cell2 + real(DP), intent(out) :: hwva + real(DP), intent(out) :: cl1 + real(DP), intent(out) :: cl2 + ! -- local + integer(I4B) :: shared_vert + character(len=300) :: ermsg + character(len=*), parameter :: fmtvert = & + "('CELLS ', I0, ' AND ', i0, ' & + &DO NOT SHARE A VERTEX ')" + + ! find shared vertex + call this%shared_vertex(cell1, cell2, shared_vert) + if (shared_vert == 0) then + write (ermsg, fmtvert) cell1, cell2 + call store_error(ermsg) + call ustop() + end if + + ! cl1 - distance from center of pipe 1 to vertex + cl1 = this%disttocenter(cell1, shared_vert) + + ! cl2 - distance from center of pipe 2 to connection + cl2 = this%disttocenter(cell2, shared_vert) + + ! hwva - smallest cross sectional area? + + return + end subroutine cprops + + subroutine shared_vertex(this, cell1, cell2, shared_vert) + ! return the shared vertex of two cells + ! -- module + class(DislGeomType) :: this + integer(I4B), intent(in) :: cell1 + integer(I4B), intent(in) :: cell2 + integer(I4B), intent(out) :: shared_vert + ! -- local + integer(I4B) :: n, v, test1, test3, test4, test5 + ! + ! find shared vertex + shared_vert = 0 + ! loop through all vertices in cell1 + outer: do v = this%iavert(cell1), this%iavert(cell1 + 1) - 1 + ! loop through all cells that share vertex v + test1 = this%javert(v) + test3 = this%iavertcells(this%javert(v)) + test4 = this%iavertcells(this%javert(v) + 1) + do n = this%iavertcells(this%javert(v)), & + this%iavertcells(this%javert(v) + 1) - 1 + ! if cell2 has shared vertex v + test5 = this%javertcells(n) + if (cell2 == this%javertcells(n)) then + ! save shared vertex and exit + shared_vert = this%javert(v) + exit outer + end if + end do + end do outer + return + end subroutine shared_vertex + + subroutine connection_vector(this, cell1, cell2, nozee, xcomp, & + ycomp, zcomp, conlen) + ! return the x y and z components of a unit vector that points + ! from the center of this to the center of cell2, and the + ! straight-line connection length + ! -- module + use ConstantsModule, only: DZERO, DHALF, DONE + ! -- dummy + class(DislGeomType) :: this + integer(I4B), intent(in) :: cell1 + integer(I4B), intent(in) :: cell2 + logical, intent(in) :: nozee + real(DP), intent(out) :: xcomp + real(DP), intent(out) :: ycomp + real(DP), intent(out) :: zcomp + real(DP), intent(out) :: conlen + ! -- local + real(DP) :: x1, y1, z1, x2, y2, z2 + ! + x1 = this%cellcenters(1, cell1) + y1 = this%cellcenters(2, cell1) + x2 = this%cellcenters(1, cell2) + y2 = this%cellcenters(2, cell2) + if (nozee) then + z1 = DZERO + z2 = DZERO + else + z1 = this%cellcenters(3, cell1) + z2 = this%cellcenters(3, cell2) + end if + call line_unit_vector(x1, y1, z1, x2, y2, z2, xcomp, ycomp, zcomp, & + conlen) + return + end subroutine connection_vector + + function disttocenter(this, nodenum, vertnum) result(dist) +! ****************************************************************************** +! disttocenter -- Return distance from cell vertex to cell center +! ****************************************************************************** +! +! SPECIFICATIONS: +! ------------------------------------------------------------------------------ + class(DislGeomType) :: this + integer(I4B), intent(in) :: nodenum + integer(I4B), intent(in) :: vertnum + real(DP) :: dist + integer(I4B) :: j + logical :: cellcenter, vertex + character(len=300) :: ermsg + character(len=*), parameter :: novert = & + "('VERTEX ', I0, ' NOT IN NODE ', i0, '.')" + character(len=*), parameter :: cellcent = & + "('CELL CENTER NOT FOUND FOR & + &NODE ', I0, '.')" +! ------------------------------------------------------------------------------ + ! initialize + j = this%iavert(nodenum) + if (this%javert(j) == vertnum) then + vertex = .true. + if (this%containscenter(nodenum, this%javert(j), & + this%javert(j + 1)) .eqv. .true.) then + cellcenter = .true. + dist = this%vertccdist(nodenum, this%javert(j)) + return + else + cellcenter = .false. + dist = calcdist(this%vertices, this%javert(j), this%javert(j + 1)) + end if + else + vertex = .false. + if (this%containscenter(nodenum, this%javert(j), & + this%javert(j + 1)) .eqv. .true.) then + cellcenter = .true. + dist = this%vertccdist(nodenum, this%javert(j + 1)) + else + cellcenter = .false. + dist = 0.0 + end if + end if + + ! loop through cell's vertices + loop: do j = this%iavert(nodenum) + 1, this%iavert(nodenum + 1) - 1 + if (this%javert(j) == vertnum) then + vertex = .true. + if (cellcenter .eqv. .true.) then + exit loop + else + if (this%containscenter(nodenum, this%javert(j), & + this%javert(j + 1)) .eqv. .true.) then + cellcenter = .true. + ! add the distance from this vertex to the cell center + dist = dist + this%vertccdist(nodenum, this%javert(j)) + exit loop + else + ! add the distance between this vertex and the next + dist = dist + calcdist(this%vertices, this%javert(j), & + this%javert(j + 1)) + end if + end if + else if (this%containscenter(nodenum, this%javert(j), & + this%javert(j + 1)) .eqv. .true.) then + cellcenter = .true. + if (vertex .eqv. .true.) then + ! add the remaining distance from the current vertex to the cell center + dist = dist + this%vertccdist(nodenum, this%javert(j)) + exit loop + else + ! add the distance from the cell center to the next vertex + dist = dist + this%vertccdist(nodenum, this%javert(j + 1)) + end if + else if ((vertex .eqv. .true.) .or. (cellcenter .eqv. .true.)) then + ! add the distance between this vertex and the next + dist = dist + calcdist(this%vertices, this%javert(j), & + this%javert(j + 1)) + end if + end do loop + + if (vertex .eqv. .false.) then + write (ermsg, novert) vertnum, nodenum + call store_error(ermsg) + call ustop() + else if (cellcenter .eqv. .false.) then + write (ermsg, cellcent) nodenum + call store_error(ermsg) + call ustop() + end if + + return + end function disttocenter + + function containscenter(this, nodenum, vert1, vert2) result(l) +! ****************************************************************************** +! containscenter -- check to see if cell center is contained at or +! between vert1 and vert2 + +! ****************************************************************************** +! +! SPECIFICATIONS: +! ------------------------------------------------------------------------------ + class(DislGeomType) :: this + integer(I4B), intent(in) :: nodenum + integer(I4B), intent(in) :: vert1 + integer(I4B), intent(in) :: vert2 + logical :: l +! ------------------------------------------------------------------------------ + if (this%centerverts(2, nodenum) == 0) then + ! cell center is at a vertex + if ((this%centerverts(1, nodenum) == vert1) .or. & + (this%centerverts(1, nodenum) == vert2)) then + l = .true. + else + l = .false. + end if + else + ! cell center is between two vertices + if (((this%centerverts(1, nodenum) == vert1) .or. & + (this%centerverts(1, nodenum) == vert2)) .and. & + ((this%centerverts(2, nodenum) == vert1) .or. & + (this%centerverts(2, nodenum) == vert2))) then + l = .true. + else + l = .false. + end if + end if + + return + end function containscenter + + function vertccdist(this, node, vertex) result(dist) +! ****************************************************************************** +! vertccdist -- Return the distance between a cell vertex and that cell's center. +! ****************************************************************************** +! +! SPECIFICATIONS: +! ------------------------------------------------------------------------------ + ! -- dummy + class(DislGeomType), intent(in) :: this + integer(I4B), intent(in) :: node + integer(I4B), intent(in) :: vertex + real(DP) :: dist + real(DP) :: xdist, ydist, zdist + ! -- local +! ------------------------------------------------------------------------------ + ! + ! -- calc distance + xdist = abs(this%vertices(1, vertex) - this%cellcenters(1, node)) + ydist = abs(this%vertices(2, vertex) - this%cellcenters(2, node)) + zdist = abs(this%vertices(3, vertex) - this%cellcenters(3, node)) + dist = sqrt(xdist * xdist + ydist * ydist + zdist * zdist) + + ! -- return + return + end function vertccdist + + function calcdist(vertices, vert1, vert2) result(dist) +! ****************************************************************************** +! calcdist -- Return the distance between two vertices. +! ****************************************************************************** +! +! SPECIFICATIONS: +! ------------------------------------------------------------------------------ + ! -- dummy + real(DP), dimension(:, :), intent(in) :: vertices + integer(I4B), intent(in) :: vert1 + integer(I4B), intent(in) :: vert2 + real(DP) :: dist, xdist, ydist, zdist + ! -- local +! ------------------------------------------------------------------------------ + ! + ! -- calc distance + xdist = abs(vertices(1, vert1) - vertices(1, vert2)) + ydist = abs(vertices(2, vert1) - vertices(2, vert2)) + zdist = abs(vertices(3, vert1) - vertices(3, vert2)) + dist = sqrt(xdist * xdist + ydist * ydist + zdist * zdist) + + ! -- return + return + end function calcdist + + function partialdist(coord1, coord2, percent) result(dist) +! ****************************************************************************** +! partialdist -- Return the distance between two vertices. +! ****************************************************************************** +! +! SPECIFICATIONS: +! ------------------------------------------------------------------------------ + use ConstantsModule, only: DONE + ! -- dummy + real(DP), intent(in) :: coord1 + real(DP), intent(in) :: coord2 + real(DP) :: percent + real(DP) :: dist + ! -- local +! ------------------------------------------------------------------------------ + ! + ! -- calc distance + if (coord1 > coord2) then + dist = coord2 + (coord1 - coord2) * (DONE - percent) + else + dist = coord1 + (coord2 - coord1) * percent + end if + + ! -- return + return + end function partialdist + + subroutine line_unit_vector(x0, y0, z0, x1, y1, z1, & + xcomp, ycomp, zcomp, vmag) +! ****************************************************************************** +! line_unit_vector -- Calculate the vector components (xcomp, ycomp, and zcomp) +! for a line defined by two points, (x0, y0, z0), (x1, y1, z1). Also return +! the magnitude of the original vector, vmag. +! ****************************************************************************** +! +! SPECIFICATIONS: +! ------------------------------------------------------------------------------ + real(DP), intent(in) :: x0 + real(DP), intent(in) :: y0 + real(DP), intent(in) :: z0 + real(DP), intent(in) :: x1 + real(DP), intent(in) :: y1 + real(DP), intent(in) :: z1 + real(DP), intent(out) :: xcomp + real(DP), intent(out) :: ycomp + real(DP), intent(out) :: zcomp + real(DP) :: dx, dy, dz, vmag +! ------------------------------------------------------------------------------ + dx = x1 - x0 + dy = y1 - y0 + dz = z1 - z0 + vmag = sqrt(dx**2 + dy**2 + dz**2) + xcomp = dx / vmag + ycomp = dy / vmag + zcomp = dz / vmag + return + end subroutine line_unit_vector + +end module DislGeom diff --git a/src/Model/ModelUtilities/ModelPackageInput.f90 b/src/Model/ModelUtilities/ModelPackageInput.f90 index c60486c2569..ae0c6708eb5 100644 --- a/src/Model/ModelUtilities/ModelPackageInput.f90 +++ b/src/Model/ModelUtilities/ModelPackageInput.f90 @@ -16,6 +16,8 @@ module ModelPackageInputModule GWT_BASEPKG, GWT_MULTIPKG use GweModule, only: GWE_NBASEPKG, GWE_NMULTIPKG, & GWE_BASEPKG, GWE_MULTIPKG + use SwfModule, only: SWF_NBASEPKG, SWF_NMULTIPKG, & + SWF_BASEPKG, SWF_MULTIPKG implicit none @@ -57,6 +59,11 @@ subroutine supported_model_packages(mtype, pkgtypes, numpkgs) allocate (pkgtypes(numpkgs)) pkgtypes = [GWE_BASEPKG, GWE_MULTIPKG] ! + case ('SWF6') + numpkgs = SWF_NBASEPKG + SWF_NMULTIPKG + allocate (pkgtypes(numpkgs)) + pkgtypes = [SWF_BASEPKG, SWF_MULTIPKG] + ! case default end select ! diff --git a/src/Model/ModelUtilities/SwfCxsUtils.f90 b/src/Model/ModelUtilities/SwfCxsUtils.f90 new file mode 100644 index 00000000000..277a254fb6e --- /dev/null +++ b/src/Model/ModelUtilities/SwfCxsUtils.f90 @@ -0,0 +1,988 @@ +!> @brief This module contains stateless sfr subroutines and functions +!! +!! This module contains the functions to calculate the wetted perimeter +!! and cross-sectional area for a reach cross-section that are used in +!! the streamflow routing (SFR) package. It also contains subroutines to +!! calculate the wetted perimeter and cross-sectional area for each +!! line segment in the cross-section. This module does not depend on the +!! SFR package. +!! +!< +module SwfCxsUtilsModule + + use KindModule, only: DP, I4B + use ConstantsModule, only: DZERO, DHALF, DTWOTHIRDS, DONE, DTWO, & + DEM5, DP999, DTHREE + use SmoothingModule, only: sChSmooth + + implicit none + private + public :: calc_depth_from_q + public :: calc_qman + public :: get_saturated_topwidth + public :: get_wetted_topwidth + public :: get_wetted_perimeter + public :: get_cross_section_area + public :: get_hydraulic_radius + public :: get_hydraulic_radius_xf + public :: get_mannings_section + public :: calc_composite_roughness + +contains + + !> @brief Calculate the depth at the midpoint of a irregular cross-section + !< + function calc_depth_from_q(qrch, width, rough, slope, & + cxs_xf, cxs_h, cxs_rf, unitconv, & + icalcmeth) result(depth) + ! -- dummy variables + real(DP), intent(in) :: qrch !< streamflow + real(DP), intent(in) :: width !< reach width + real(DP), intent(in) :: rough !< mannings reach roughness coefficent + real(DP), intent(in) :: slope !< reach bottom slope + real(DP), dimension(:), intent(in) :: cxs_xf ! xfraction distances for this cross section + real(DP), dimension(:), intent(in) :: cxs_h ! heights for this cross section + real(DP), dimension(:), intent(in) :: cxs_rf ! mannings fractions for this cross section + real(DP), intent(in) :: unitconv !< conversion unit numerator in mannings equation + integer(I4B), intent(in) :: icalcmeth !< manning calculation method + + ! -- return + real(DP) :: depth !< stream depth at midpoint of reach + + if (icalcmeth == 1) then + ! slower but robust bisection method + depth = calc_depth_from_q_bisect(qrch, width, rough, slope, & + cxs_xf, cxs_h, cxs_rf, unitconv, & + icalcmeth) + else + ! faster but less forgiving newton-raphson method + depth = calc_depth_from_q_nr(qrch, width, rough, slope, & + cxs_xf, cxs_h, cxs_rf, unitconv, & + icalcmeth) + end if + ! + ! -- return + return + end function calc_depth_from_q + + !> @brief Calculate the depth at the midpoint of a irregular cross-section + !! + !! Method to calculate the depth at the midpoint of a reach with a + !! irregular cross-section using bisection. + !! + !< + function calc_depth_from_q_bisect(qrch, width, rough, slope, & + cxs_xf, cxs_h, cxs_rf, unitconv, & + icalcmeth) result(depth) + ! -- dummy variables + !class(SfrType) :: this !< SfrType object + !integer(I4B), intent(in) :: n !< reach number + real(DP), intent(in) :: qrch !< streamflow + real(DP), intent(in) :: width !< reach width + real(DP), intent(in) :: rough !< mannings reach roughness coefficent + real(DP), intent(in) :: slope !< reach bottom slope + real(DP), dimension(:), intent(in) :: cxs_xf ! xfraction distances for this cross section + real(DP), dimension(:), intent(in) :: cxs_h ! heights for this cross section + real(DP), dimension(:), intent(in) :: cxs_rf ! mannings fractions for this cross section + real(DP), intent(in) :: unitconv !< conversion unit numerator in mannings equation + integer(I4B), intent(in) :: icalcmeth !< manning calculation method + + ! -- return + real(DP) :: depth !< stream depth at midpoint of reach + + ! -- local variables + integer(I4B) :: maxiter = 100 + integer(I4B) :: iter + real(DP) :: dmaxchg = DEM5 + real(DP) :: a + real(DP) :: b + real(DP) :: c + real(DP) :: f_a + real(DP) :: f_c + + ! constrain the bisection range + a = DZERO + b = maxval(cxs_h) * DTWO + ! + ! -- bisection iteration + bisectiter: do iter = 1, maxiter + + c = (a + b) / DTWO + f_c = calc_qman(c, width, rough, slope, & + cxs_xf, cxs_h, cxs_rf, unitconv, icalcmeth) - qrch + if (f_c == DZERO .or. (b - a) / DTWO < dmaxchg) then + depth = c + return + end if + + f_a = calc_qman(a, width, rough, slope, & + cxs_xf, cxs_h, cxs_rf, unitconv, icalcmeth) - qrch + if (sign(DONE, f_c) == sign(DONE, f_a)) then + a = c + else + b = c + end if + + end do bisectiter + ! + ! TODO: raise an error + print *, "bisection routine failed" + ! + ! -- return + return + end function calc_depth_from_q_bisect + + !> @brief Calculate the depth at the midpoint of a irregular cross-section + !! + !! Method to calculate the depth at the midpoint of a reach with a + !! irregular cross-section using Newton-Raphson. + !! + !< + function calc_depth_from_q_nr(qrch, width, rough, slope, & + cxs_xf, cxs_h, cxs_rf, unitconv, & + icalcmeth) result(depth) + ! -- dummy variables + !class(SfrType) :: this !< SfrType object + !integer(I4B), intent(in) :: n !< reach number + real(DP), intent(in) :: qrch !< streamflow + real(DP), intent(in) :: width !< reach width + real(DP), intent(in) :: rough !< mannings reach roughness coefficent + real(DP), intent(in) :: slope !< reach bottom slope + real(DP), dimension(:), intent(in) :: cxs_xf ! xfraction distances for this cross section + real(DP), dimension(:), intent(in) :: cxs_h ! heights for this cross section + real(DP), dimension(:), intent(in) :: cxs_rf ! mannings fractions for this cross section + real(DP), intent(in) :: unitconv !< conversion unit numerator in mannings equation + integer(I4B), intent(in) :: icalcmeth !< manning calculation method + + ! -- return + real(DP) :: depth !< stream depth at midpoint of reach + + ! -- local variables + integer(I4B) :: maxiter = 100 + integer(I4B) :: iter + real(DP) :: dmaxchg = DEM5 + real(DP) :: deps = DEM5 * DP999 + real(DP) :: perturbation + real(DP) :: q0 + real(DP) :: q1 + real(DP) :: dq + real(DP) :: derv + real(DP) :: d + real(DP) :: dd + real(DP) :: residual + ! + ! -- initialize variables + perturbation = deps * DTWO + d = DZERO + q0 = DZERO + residual = q0 - qrch + ! + ! -- Newton-Raphson iteration + nriter: do iter = 1, maxiter + !call this%sfr_calc_qman(n, d + perturbation, q1) + q1 = calc_qman(d + perturbation, width, rough, slope, & + cxs_xf, cxs_h, cxs_rf, unitconv, icalcmeth) + dq = (q1 - q0) + if (dq /= DZERO) then + derv = perturbation / (q1 - q0) + else + derv = DZERO + end if + dd = derv * residual + d = d - dd + !call this%sfr_calc_qman(n, d, q0) + q0 = calc_qman(d, width, rough, slope, & + cxs_xf, cxs_h, cxs_rf, unitconv, icalcmeth) + residual = q0 - qrch + ! + ! -- check for convergence + if (abs(dd) < dmaxchg) then + exit nriter + end if + + end do nriter + depth = d + ! + ! -- return + return + end function calc_depth_from_q_nr + + !> @brief Calculate streamflow using Manning's equation + !! + !! Method to calculate the streamflow using Manning's equation for a + !! single reach defined by a cross section. + !! + !< + function calc_qman(depth, width, rough, slope, & + cxs_xf, cxs_h, cxs_rf, unitconv, icalcmeth) result(qman) + + ! -- dummy variables + real(DP), intent(in) :: depth !< reach depth + real(DP), intent(in) :: width !< reach width + real(DP), intent(in) :: rough !< mannings reach roughness coefficent + real(DP), intent(in) :: slope !< reach bottom slope + real(DP), dimension(:), intent(in) :: cxs_xf ! xfraction distances for this cross section + real(DP), dimension(:), intent(in) :: cxs_h ! heights for this cross section + real(DP), dimension(:), intent(in) :: cxs_rf ! mannings fractions for this cross section + real(DP), intent(in) :: unitconv !< conversion unit numerator in mannings equation + integer(I4B), intent(in) :: icalcmeth ! 0 is composite linear, 1 is by section, 2 is composite nonlinear + + ! return value + real(DP) :: qman !< calculated mannings flow + + ! -- local variables + integer(I4B) :: linmeth + + select case (icalcmeth) + case (0) ! composite linear + linmeth = 0 + qman = calc_qman_composite(depth, width, rough, slope, & + cxs_xf, cxs_h, cxs_rf, unitconv, & + linmeth) + case (1) ! by section + qman = calc_qman_by_section(depth, width, rough, slope, & + cxs_xf, cxs_h, cxs_rf, unitconv) + case (2) ! composite nonlinear + linmeth = 1 + qman = calc_qman_composite(depth, width, rough, slope, & + cxs_xf, cxs_h, cxs_rf, unitconv, & + linmeth) + end select + ! + ! -- return + return + end function calc_qman + + function calc_qman_composite(depth, width, rough, slope, & + cxs_xf, cxs_h, cxs_rf, unitconv, & + linmeth) result(qman) + + ! -- dummy variables + real(DP), intent(in) :: depth !< reach depth + real(DP), intent(in) :: width !< reach width + real(DP), intent(in) :: rough !< mannings reach roughness coefficent + real(DP), intent(in) :: slope !< reach bottom slope + real(DP), dimension(:), intent(in) :: cxs_xf ! xfraction distances for this cross section + real(DP), dimension(:), intent(in) :: cxs_h ! heights for this cross section + real(DP), dimension(:), intent(in) :: cxs_rf ! mannings fractions for this cross section + real(DP), intent(in) :: unitconv !< conversion unit numerator in mannings equation + integer(I4B), intent(in) :: linmeth !< method for composite (0) linear (1) nonlinear + + ! return value + real(DP) :: qman !< calculated mannings flow + + ! -- local variables + integer(I4B) :: npts + real(DP) :: sat + real(DP) :: derv + real(DP) :: aw + real(DP) :: wp + real(DP) :: rh + real(DP) :: rough_composite + ! + ! -- initialize variables + qman = DZERO + ! + ! -- calculate Manning's discharge for non-zero depths + if (depth > DZERO) then + + npts = size(cxs_xf) + rough_composite = calc_composite_roughness(npts, depth, width, & + rough, slope, & + cxs_xf, cxs_h, cxs_rf, & + linmeth) + wp = get_wetted_perimeter(npts, cxs_xf, cxs_h, width, depth) + aw = get_cross_section_area(npts, cxs_xf, cxs_h, width, depth) + if (wp > DZERO) then + rh = aw / wp + else + rh = DZERO + end if + qman = unitconv * aw * (rh**DTWOTHIRDS) * sqrt(slope) / rough + call sChSmooth(depth, sat, derv) + qman = sat * qman + end if + ! + ! -- return + return + end function calc_qman_composite + + function calc_composite_roughness(npts, depth, width, rough, slope, & + cxs_xf, cxs_h, cxs_rf, & + linmeth) result(rc) + ! -- dummy variables + integer(I4B), intent(in) :: npts + real(DP), intent(in) :: depth !< reach depth + real(DP), intent(in) :: width !< reach width + real(DP), intent(in) :: rough !< mannings reach roughness coefficent + real(DP), intent(in) :: slope !< reach bottom slope + real(DP), dimension(:), intent(in) :: cxs_xf ! xfraction distances for this cross section + real(DP), dimension(:), intent(in) :: cxs_h ! heights for this cross section + real(DP), dimension(:), intent(in) :: cxs_rf ! mannings fractions for this cross section + integer(I4B), intent(in) :: linmeth !< method for composite calculation; linear 0 or nonlinear 1 + + ! return value + real(DP) :: rc !< composite roughness + + ! -- local variables + integer(I4B) :: n + real(DP) :: wp + real(DP) :: exp1 + real(DP) :: exp2 + real(DP), dimension(npts) :: stations + real(DP), dimension(npts - 1) :: perimeters + ! + ! stations + do n = 1, npts + stations(n) = cxs_xf(n) * width + end do + ! + ! -- select method + select case (linmeth) + case (0) ! linear + exp1 = DONE + exp2 = DONE + case (1) ! nonlinear + exp1 = 1.5D0 + exp2 = DTWO / DTHREE + end select + ! + ! -- initialize variables + rc = rough + ! + ! -- calculate composite roughness + if (depth > DZERO) then + + if (npts > 1) then + call get_wetted_perimeters(npts, stations, cxs_h, depth, perimeters) + wp = DZERO + rc = DZERO + do n = 1, npts - 1 + rc = rc + (rough * cxs_rf(n))**exp1 * perimeters(n) + wp = wp + perimeters(n) + end do + if (wp > DZERO) then + rc = (rc / wp)**exp2 + else + rc = rough + end if + end if + + end if + ! + ! -- return + return + end function calc_composite_roughness + + function calc_qman_by_section(depth, width, rough, slope, & + cxs_xf, cxs_h, cxs_rf, unitconv) result(qman) + + ! -- dummy variables + real(DP), intent(in) :: depth !< reach depth + real(DP), intent(in) :: width !< reach width + real(DP), intent(in) :: rough !< mannings reach roughness coefficent + real(DP), intent(in) :: slope !< reach bottom slope + real(DP), dimension(:), intent(in) :: cxs_xf ! xfraction distances for this cross section + real(DP), dimension(:), intent(in) :: cxs_h ! heights for this cross section + real(DP), dimension(:), intent(in) :: cxs_rf ! mannings fractions for this cross section + real(DP), intent(in) :: unitconv !< conversion unit numerator in mannings equation + + ! return value + real(DP) :: qman !< calculated mannings flow + + ! -- local variables + integer(I4B) :: npts + real(DP) :: sat + real(DP) :: derv + real(DP) :: aw + real(DP) :: wp + real(DP) :: rh + ! + ! -- initialize variables + qman = DZERO + ! + ! -- calculate Manning's discharge for non-zero depths + if (depth > DZERO) then + npts = size(cxs_xf) + ! + ! -- set constant terms for Manning's equation + call sChSmooth(depth, sat, derv) + ! + ! -- calculate the mannings coefficient that is a + ! function of depth + if (npts > 1) then + ! + ! -- call function that calculates flow for an + ! n-point cross section + qman = get_mannings_section(npts, & + cxs_xf, & + cxs_h, & + cxs_rf, & + rough, & + unitconv, & + width, & + slope, & + depth) + else + + ! hydraulically wide channel (only 1 point is defined) + aw = width * depth + wp = width + if (wp > DZERO) then + rh = aw / wp + else + rh = DZERO + end if + qman = unitconv * aw * (rh**DTWOTHIRDS) * sqrt(slope) / rough + end if + ! + ! -- calculate stream flow + qman = sat * qman + end if + ! + ! -- return + return + end function calc_qman_by_section + + !> @brief Calculate the saturated top width for a reach + !! + !! Function to calculate the maximum top width for a reach using the + !! cross-section station data. + !! + !! @return w saturated top width + !< + function get_saturated_topwidth(npts, stations) result(w) + ! -- dummy variables + integer(I4B), intent(in) :: npts !< number of station-height data for a reach + real(DP), dimension(npts), intent(in) :: stations !< cross-section station distances (x-distance) + ! -- local variables + real(DP) :: w + ! + ! -- calculate the saturated top width + if (npts > 1) then + w = stations(npts) - stations(1) + else + w = stations(1) + end if + ! + ! -- return + return + end function get_saturated_topwidth + + !> @brief Calculate the wetted top width for a reach + !! + !! Function to calculate the wetted top width for a reach using the + !! cross-section station-height data given a passed depth. + !! + !! @return w wetted top width + !< + function get_wetted_topwidth(npts, xfraction, heights, width, d) result(w) + ! -- dummy variables + integer(I4B), intent(in) :: npts !< number of station-height data for a reach + real(DP), dimension(npts), intent(in) :: xfraction !< cross-section station distances (x-distance) + real(DP), dimension(npts), intent(in) :: heights !< cross-section height data + real(DP), intent(in) :: width !< reach width + real(DP), intent(in) :: d !< depth to evaluate cross-section + ! -- local variables + integer(I4B) :: n + real(DP) :: w + real(DP), dimension(npts) :: stations + real(DP), dimension(npts - 1) :: widths + ! + ! -- calculate station from xfractions and width + do n = 1, npts + stations(n) = xfraction(n) * width + end do + ! + ! -- intitialize the wetted perimeter for the reach + w = DZERO + ! + ! -- calculate the wetted top width for each line segment + call get_wetted_topwidths(npts, stations, heights, d, widths) + ! + ! -- calculate the wetted top widths + do n = 1, npts - 1 + w = w + widths(n) + end do + ! + ! -- return + return + end function get_wetted_topwidth + + !> @brief Calculate the wetted perimeter for a reach + !! + !! Function to calculate the wetted perimeter for a reach using the + !! cross-section station-height data given a passed depth. + !! + !! @return p wetted perimeter + !< + function get_wetted_perimeter(npts, xfraction, heights, width, d) result(p) + ! -- dummy variables + integer(I4B), intent(in) :: npts !< number of station-height data for a reach + real(DP), dimension(npts), intent(in) :: xfraction !< cross-section x fractions + real(DP), dimension(npts), intent(in) :: heights !< cross-section height data + real(DP), intent(in) :: width !< cross section width + real(DP), intent(in) :: d !< depth to evaluate cross-section + ! -- local variables + integer(I4B) :: n + real(DP) :: p + real(DP), dimension(npts) :: stations + real(DP), dimension(npts - 1) :: perimeters + ! + ! -- initialize stations + do n = 1, npts + stations(n) = xfraction(n) * width + end do + ! + ! -- intitialize the wetted perimeter for the reach + p = DZERO + ! + ! -- calculate the wetted perimeter for each line segment + call get_wetted_perimeters(npts, stations, heights, d, perimeters) + ! + ! -- calculate the wetted perimenter + do n = 1, npts - 1 + p = p + perimeters(n) + end do + ! + ! -- return + return + end function get_wetted_perimeter + + !> @brief Calculate the cross-sectional area for a reach + !! + !! Function to calculate the cross-sectional area for a reach using + !! the cross-section station-height data given a passed depth. + !! + !! @return a cross-sectional area + !< + function get_cross_section_area(npts, xfraction, heights, width, d) result(a) + ! -- dummy variables + integer(I4B), intent(in) :: npts !< number of station-height data for a reach + real(DP), dimension(npts), intent(in) :: xfraction !< cross-section station distances (x-distance) + real(DP), dimension(npts), intent(in) :: heights !< cross-section height data + real(DP), intent(in) :: width !< reach width + real(DP), intent(in) :: d !< depth to evaluate cross-section + ! -- local variables + integer(I4B) :: n + real(DP) :: a + real(DP), dimension(npts) :: stations + real(DP), dimension(npts - 1) :: areas + ! + ! -- calculate station from xfractions and width + do n = 1, npts + stations(n) = xfraction(n) * width + end do + ! + ! -- intitialize the area + a = DZERO + ! + ! -- calculate the cross-sectional area for each line segment + call get_cross_section_areas(npts, stations, heights, d, areas) + ! + ! -- calculate the cross-sectional area + do n = 1, npts - 1 + a = a + areas(n) + end do + ! + ! -- return + return + end function get_cross_section_area + + !> @brief Calculate the hydraulic radius for a reach + !! + !! Function to calculate the hydraulic radius for a reach using + !! the cross-section station-height data given a passed depth. + !! + !! @return r hydraulic radius + !< + function get_hydraulic_radius(npts, stations, heights, d) result(r) + ! -- dummy variables + integer(I4B), intent(in) :: npts !< number of station-height data for a reach + real(DP), dimension(npts), intent(in) :: stations !< cross-section station distances (x-distance) + real(DP), dimension(npts), intent(in) :: heights !< cross-section height data + real(DP), intent(in) :: d !< depth to evaluate cross-section + ! -- local variables + integer(I4B) :: n + real(DP) :: r + real(DP) :: p + real(DP) :: a + real(DP), dimension(npts - 1) :: areas + real(DP), dimension(npts - 1) :: perimeters + ! + ! -- intitialize the hydraulic radius, perimeter, and area + r = DZERO + p = DZERO + a = DZERO + ! + ! -- calculate the wetted perimeter for each line segment + call get_wetted_perimeters(npts, stations, heights, d, perimeters) + ! + ! -- calculate the wetted perimenter + do n = 1, npts - 1 + p = p + perimeters(n) + end do + ! + ! -- calculate the hydraulic radius only if the perimeter is non-zero + if (p > DZERO) then + ! + ! -- calculate the cross-sectional area for each line segment + call get_cross_section_areas(npts, stations, heights, d, areas) + ! + ! -- calculate the cross-sectional area + do n = 1, npts - 1 + a = a + areas(n) + end do + ! + ! -- calculate the hydraulic radius + r = a / p + end if + ! + ! -- return + return + end function get_hydraulic_radius + + !> @brief Calculate the hydraulic radius for a reach + !! + !! Function to calculate the hydraulic radius for a reach using + !! the cross-section xfraction-height data given a passed depth. + !! This is different from get_hydraulic_radius as it requires + !! xfraction and width instead of station. + !! + !! @return r hydraulic radius + !< + function get_hydraulic_radius_xf(npts, xfraction, heights, width, d) result(r) + ! -- dummy variables + integer(I4B), intent(in) :: npts !< number of station-height data for a reach + real(DP), dimension(npts), intent(in) :: xfraction !< cross-section station distances (x-distance) + real(DP), dimension(npts), intent(in) :: heights !< cross-section height data + real(DP), intent(in) :: width !< reach width + real(DP), intent(in) :: d !< depth to evaluate cross-section + ! -- local variables + integer(I4B) :: n + real(DP) :: r + real(DP), dimension(npts) :: stations + ! + ! -- calculate station from xfractions and width + do n = 1, npts + stations(n) = xfraction(n) * width + end do + ! + ! -- calculate hydraulic radius + r = get_hydraulic_radius(npts, stations, heights, d) + ! + ! -- return + return + end function get_hydraulic_radius_xf + + !> @brief Calculate the manning's discharge for a reach + !! + !! Function to calculate the mannings discharge for a reach + !! by calculating the discharge for each section, which can + !! have a unique Manning's coefficient given a passed depth. + !! + !! @return q reach discharge + !< + function get_mannings_section(npts, xfraction, heights, roughfracs, & + roughness, conv_fact, width, slope, d) result(q) + ! -- dummy variables + integer(I4B), intent(in) :: npts !< number of station-height data for a reach + real(DP), dimension(npts), intent(in) :: xfraction !< cross-section station distances (x-distance) + real(DP), dimension(npts), intent(in) :: heights !< cross-section height data + real(DP), dimension(npts), intent(in) :: roughfracs !< cross-section Mannings roughness fraction data + real(DP), intent(in) :: roughness !< base reach roughness + real(DP), intent(in) :: conv_fact !< unit conversion factor + real(DP), intent(in) :: width !< reach width + real(DP), intent(in) :: slope !< reach slope + real(DP), intent(in) :: d !< depth to evaluate cross-section + ! -- local variables + integer(I4B) :: n + real(DP) :: q + real(DP) :: rh + real(DP) :: r + real(DP) :: p + real(DP) :: a + real(DP), dimension(npts) :: stations + real(DP), dimension(npts - 1) :: areas + real(DP), dimension(npts - 1) :: perimeters + ! + ! -- intitialize the hydraulic radius, perimeter, and area + q = DZERO + rh = DZERO + r = DZERO + p = DZERO + a = DZERO + ! + ! -- calculate station from xfractions and width + do n = 1, npts + stations(n) = xfraction(n) * width + end do + ! + ! -- calculate the wetted perimeter for each line segment + call get_wetted_perimeters(npts, stations, heights, d, perimeters) + ! + ! -- calculate the wetted perimenter + do n = 1, npts - 1 + p = p + perimeters(n) + end do + ! + ! -- calculate the hydraulic radius only if the perimeter is non-zero + if (p > DZERO) then + ! + ! -- calculate the cross-sectional area for each line segment + call get_cross_section_areas(npts, stations, heights, d, areas) + ! + ! -- calculate the cross-sectional area + do n = 1, npts - 1 + p = perimeters(n) + r = roughness * roughfracs(n) + if (p * r > DZERO) then + a = areas(n) + rh = a / p + q = q + conv_fact * a * rh**DTWOTHIRDS * sqrt(slope) / r + end if + end do + end if + ! + ! -- return + return + end function get_mannings_section + + ! -- private functions and subroutines + + !> @brief Calculate the wetted perimeters for each line segment + !! + !! Subroutine to calculate the wetted perimeter for each line segment + !! that defines the reach using the cross-section station-height + !! data given a passed depth. + !! + !< + subroutine get_wetted_perimeters(npts, stations, heights, d, p) + ! -- dummy variables + integer(I4B), intent(in) :: npts !< number of station-height data for a reach + real(DP), dimension(npts), intent(in) :: stations !< cross-section station distances (x-distance) + real(DP), dimension(npts), intent(in) :: heights !< cross-section height data + real(DP), intent(in) :: d !< depth to evaluate cross-section + real(DP), dimension(npts - 1), intent(inout) :: p !< wetted perimeter for each line segment + ! -- local variables + integer(I4B) :: n + real(DP) :: x0 + real(DP) :: x1 + real(DP) :: d0 + real(DP) :: d1 + real(DP) :: dmax + real(DP) :: dmin + real(DP) :: xlen + real(DP) :: dlen + ! + ! -- iterate over the station-height data + do n = 1, npts - 1 + ! + ! -- initialize the wetted perimeter + p(n) = DZERO + ! + ! -- initialize station-height data for segment + x0 = stations(n) + x1 = stations(n + 1) + d0 = heights(n) + d1 = heights(n + 1) + ! + ! -- get the start and end station position of the wetted segment + call get_wetted_station(x0, x1, d0, d1, dmax, dmin, d) + ! + ! -- calculate the wetted perimeter for the segment + xlen = x1 - x0 + dlen = DZERO + if (xlen > DZERO) then + if (d > dmax) then + dlen = dmax - dmin + else + dlen = d - dmin + end if + else + if (d > dmin) then + dlen = min(d, dmax) - dmin + else + dlen = DZERO + end if + end if + p(n) = sqrt(xlen**DTWO + dlen**DTWO) + end do + ! + ! -- return + return + end subroutine get_wetted_perimeters + + !> @brief Calculate the cross-sectional areas for each line segment + !! + !! Subroutine to calculate the cross-sectional area for each line segment + !! that defines the reach using the cross-section station-height + !! data given a passed depth. + !! + !< + subroutine get_cross_section_areas(npts, stations, heights, d, a) + ! -- dummy variables + integer(I4B), intent(in) :: npts !< number of station-height data for a reach + real(DP), dimension(npts), intent(in) :: stations !< cross-section station distances (x-distance) + real(DP), dimension(npts), intent(in) :: heights !< cross-section height data + real(DP), intent(in) :: d !< depth to evaluate cross-section + real(DP), dimension(npts - 1), intent(inout) :: a !< cross-sectional area for each line segment + ! -- local variables + integer(I4B) :: n + real(DP) :: x0 + real(DP) :: x1 + real(DP) :: d0 + real(DP) :: d1 + real(DP) :: dmax + real(DP) :: dmin + real(DP) :: xlen + ! + ! -- iterate over the station-height data + do n = 1, npts - 1 + ! + ! -- initialize the cross-sectional area + a(n) = DZERO + ! + ! -- initialize station-height data for segment + x0 = stations(n) + x1 = stations(n + 1) + d0 = heights(n) + d1 = heights(n + 1) + ! + ! -- get the start and end station position of the wetted segment + call get_wetted_station(x0, x1, d0, d1, dmax, dmin, d) + ! + ! -- calculate the cross-sectional area for the segment + xlen = x1 - x0 + if (xlen > DZERO) then + ! + ! -- add the area above dmax + if (d > dmax) then + a(n) = xlen * (d - dmax) + end if + ! + ! -- add the area below dmax + if (dmax /= dmin .and. d > dmin) then + if (d < dmax) then + a(n) = a(n) + DHALF * (d - dmin) * xlen + else + a(n) = a(n) + DHALF * (dmax - dmin) * xlen + end if + end if + end if + end do + ! + ! -- return + return + end subroutine get_cross_section_areas + + !> @brief Calculate the wetted top widths for each line segment + !! + !! Subroutine to calculate the wetted top width for each line segment + !! that defines the reach using the cross-section station-height + !! data given a passed depth. + !! + !< + subroutine get_wetted_topwidths(npts, stations, heights, d, w) + ! -- dummy variables + integer(I4B), intent(in) :: npts !< number of station-height data for a reach + real(DP), dimension(npts), intent(in) :: stations !< cross-section station distances (x-distance) + real(DP), dimension(npts), intent(in) :: heights !< cross-section height data + real(DP), intent(in) :: d !< depth to evaluate cross-section + real(DP), dimension(npts - 1), intent(inout) :: w !< wetted top widths for each line segment + ! -- local variables + integer(I4B) :: n + real(DP) :: x0 + real(DP) :: x1 + real(DP) :: d0 + real(DP) :: d1 + real(DP) :: dmax + real(DP) :: dmin + ! + ! -- iterate over the station-height data + do n = 1, npts - 1 + ! + ! -- initialize station-height data for segment + x0 = stations(n) + x1 = stations(n + 1) + d0 = heights(n) + d1 = heights(n + 1) + ! + ! -- get the start and end station position of the wetted segment + call get_wetted_station(x0, x1, d0, d1, dmax, dmin, d) + ! + ! -- calculate the wetted top width for the segment + w(n) = x1 - x0 + end do + ! + ! -- return + return + end subroutine get_wetted_topwidths + + !> @brief Calculate the station values for the wetted portion of the cross-section + !! + !! Subroutine to calculate the station values that define the extent of the + !! wetted portion of the cross section for a line segment. The left (x0) and + !! right (x1) station positions are altered if the passed depth is less + !! than the maximum line segment depth. If the line segment is dry the left + !! and right station are equal. Otherwise the wetted station values are equal + !! to the full line segment or smaller if the passed depth is less than + !! the maximum line segment depth. + !! + !< + pure subroutine get_wetted_station(x0, x1, d0, d1, dmax, dmin, d) + ! -- dummy variables + real(DP), intent(inout) :: x0 !< left station position + real(DP), intent(inout) :: x1 !< right station position + real(DP), intent(in) :: d0 !< depth at the left station + real(DP), intent(in) :: d1 !< depth at the right station + real(DP), intent(inout) :: dmax !< maximum depth + real(DP), intent(inout) :: dmin !< minimum depth + real(DP), intent(in) :: d !< depth to evaluate cross-section + ! -- local variables + real(DP) :: xlen + real(DP) :: dlen + real(DP) :: slope + real(DP) :: dx + real(DP) :: xt + real(DP) :: xt0 + real(DP) :: xt1 + ! + ! -- calculate the minimum and maximum depth + dmin = min(d0, d1) + dmax = max(d0, d1) + ! + ! -- if d is less than or equal to the minimum value the + ! station length (xlen) is zero + if (d <= dmin) then + x1 = x0 + ! -- if d is between dmin and dmax station length is less + ! than d1 - d0 + else if (d < dmax) then + xlen = x1 - x0 + dlen = d1 - d0 + if (abs(dlen) > DZERO) then + slope = xlen / dlen + else + slope = DZERO + end if + if (d0 > d1) then + dx = (d - d1) * slope + xt = x1 + dx + xt0 = xt + xt1 = x1 + else + dx = (d - d0) * slope + xt = x0 + dx + xt0 = x0 + xt1 = xt + end if + x0 = xt0 + x1 = xt1 + end if + ! + ! -- return + return + end subroutine get_wetted_station + +end module SwfCxsUtilsModule diff --git a/src/Model/SurfaceWaterFlow/swf1.f90 b/src/Model/SurfaceWaterFlow/swf1.f90 new file mode 100644 index 00000000000..5a172e73944 --- /dev/null +++ b/src/Model/SurfaceWaterFlow/swf1.f90 @@ -0,0 +1,1380 @@ + +!> @brief Stream Network Flow (SWF) Module +!! +!! This module contains the SWF Model +!! +!! Status and remaining tasks +!! ONGOING -- Implement SWF infrastructure +!! DONE -- Implement Explicit Model Solution (EMS6) to handle explicit models +!! DONE -- Implement DISL Package +!! DONE -- Implement FLW Package to handle lateral and point inflows +!! DONE -- Transfer results into the flowja vector +!! DONE -- Implement strategy for storing outflow terms and getting them into budget +!! DONE -- Implement SWF and FLW advance routines to handle transient problems +!! DONE -- Implement storage terms and getting them into budget +!! DONE -- Observations +!! DONE -- Initial conditions? +!! DONE -- Rework the Iterative Model Solution (IMS6) to handle both implicit and explicit models +!! DONE -- Implement output control +!! DONE -- Add outflow as a dependent variable that can be written and printed (qoutflow) +!! DONE -- Revaluate explicit model solution and consider implementing ExplicitModelType? +!! DONE -- Add test of the binary outflow +!! DONE -- Rename Stream Network Flow (SWF) to Surface Water Flow (SWF) Model +!! DONE -- Rename segment to reach +!! Look into mass conservative MC method (https://hess.copernicus.org/articles/11/1645/2007/hess-11-1645-2007.pdf) +!! Implement IDOMAIN support +!! Use dag_module to calculate iseg_order (if iseg_order not specified by user) +!! We may need subcells and subtiming to improve accuracy +!! Add support for nonlinear Muskingum Cunge +!! Deal with the timestep and subtiming issues +!! Flopy support for DISL and DISL binary grid file +!! Flopy support for .output() method for SWF +!! Mover support? +!! SWF-SWF Exchange +!! SWF-SWF Exchange in parallel +!! Create QGW package for leakage into or out of groundwater +!! +!< +module SwfModule + + use KindModule, only: DP, I4B + use ConstantsModule, only: DZERO, LENFTYPE, DNODATA, LINELENGTH, & + LENMEMPATH, LENPACKAGETYPE + use InputOutputModule, only: ParseLine, upcase + use SimModule, only: count_errors, store_error, store_error_filename + use SimVariablesModule, only: errmsg + use MemoryManagerModule, only: mem_allocate + use VersionModule, only: write_listfile_header + use BaseModelModule, only: BaseModelType + use NumericalModelModule, only: NumericalModelType + !use ExplicitModelModule, only: ExplicitModelType + use BndModule, only: BndType, AddBndToList, GetBndFromList + use SwfIcModule, only: SwfIcType + use SwfDfwModule, only: SwfDfwType + use SwfCxsModule, only: SwfCxsType + use SwfStoModule, only: SwfStoType + use SwfObsModule, only: SwfObsType, swf_obs_cr + use SwfOcModule, only: SwfOcType + use BudgetModule, only: BudgetType + use MatrixBaseModule + + implicit none + + private + public :: swf_cr + public :: SwfModelType + public :: SWF_NBASEPKG, SWF_NMULTIPKG + public :: SWF_BASEPKG, SWF_MULTIPKG + + type, extends(NumericalModelType) :: SwfModelType + ! character(len=LINELENGTH), pointer :: filename => null() !< input file name + type(SwfIcType), pointer :: ic => null() ! initial conditions package + type(SwfDfwType), pointer :: dfw => null() !< diffusive wave package + type(SwfCxsType), pointer :: cxs => null() !< cross section package + type(SwfStoType), pointer :: sto => null() !< storage package + type(SwfObsType), pointer :: obs => null() ! observation package + type(SwfOcType), pointer :: oc => null() !< output control package + type(BudgetType), pointer :: budget => null() !< budget object + integer(I4B), pointer :: inic => null() ! unit number IC + integer(I4B), pointer :: indfw => null() !< unit number DFW + integer(I4B), pointer :: incxs => null() !< unit number CXS + integer(I4B), pointer :: insto => null() !< unit number STO + integer(I4B), pointer :: inobs => null() ! unit number OBS + integer(I4B), pointer :: inoc => null() !< unit number OC + integer(I4B), pointer :: iss => null() ! steady state flag + integer(I4B), pointer :: inewtonur => null() ! newton under relaxation flag + + ! integer(I4B), dimension(:), pointer, contiguous :: ia => null() !< csr row pointer + ! integer(I4B), dimension(:), pointer, contiguous :: ja => null() !< csr columns + ! real(DP), dimension(:), pointer, contiguous :: x => null() !< dependent variable (todo: not used) + ! real(DP), dimension(:), pointer, contiguous :: rhs => null() !< right-hand side vector + ! real(DP), dimension(:), pointer, contiguous :: xold => null() !< dependent variable for previous timestep + ! real(DP), dimension(:), pointer, contiguous :: flowja => null() !< intercell flows + ! integer(I4B), dimension(:), pointer, contiguous :: ibound => null() !< ibound array + contains + procedure :: allocate_scalars + procedure :: allocate_arrays + procedure :: model_df => swf_df + procedure :: model_ac => swf_ac + procedure :: model_mc => swf_mc + procedure :: model_ar => swf_ar + procedure :: model_rp => swf_rp + procedure :: model_ad => swf_ad + procedure :: model_nur => swf_nur + procedure :: model_cf => swf_cf + procedure :: model_fc => swf_fc + procedure :: model_cq => swf_cq + procedure :: model_bd => swf_bd + procedure :: model_ot => swf_ot + procedure :: model_da => swf_da + procedure :: model_bdentry => swf_bdentry + procedure :: swf_ot_obs + procedure :: swf_ot_flow + procedure :: swf_ot_dv + procedure :: swf_ot_bdsummary + procedure :: package_create + procedure :: ftype_check + procedure :: get_iasym => swf_get_iasym + procedure, private :: create_packages + procedure, private :: create_bndpkgs + procedure, private :: create_lstfile + procedure, private :: log_namfile_options + procedure, private :: steady_period_check + end type SwfModelType + + !> @brief SWF base package array descriptors + !! + !! SWF model base package types. Only listed packages are candidates + !! for input and these will be loaded in the order specified. + !< + integer(I4B), parameter :: SWF_NBASEPKG = 50 + character(len=LENPACKAGETYPE), dimension(SWF_NBASEPKG) :: SWF_BASEPKG + data SWF_BASEPKG/'DISL6', 'DFW6 ', ' ', ' ', 'CXS6 ', & ! 5 + &'OC6 ', 'IC6 ', 'OBS6 ', 'STO6 ', ' ', & ! 10 + &40*' '/ ! 50 + + !> @brief SWF multi package array descriptors + !! + !! SWF model multi-instance package types. Only listed packages are + !! candidates for input and these will be loaded in the order specified. + !< + integer(I4B), parameter :: SWF_NMULTIPKG = 50 + character(len=LENPACKAGETYPE), dimension(SWF_NMULTIPKG) :: SWF_MULTIPKG + data SWF_MULTIPKG/'FLW6 ', 'CHD6 ', 'ZDG6 ', ' ', ' ', & ! 5 + &45*' '/ ! 50 + + ! -- size of supported model package arrays + integer(I4B), parameter :: NIUNIT_SWF = SWF_NBASEPKG + SWF_NMULTIPKG + +contains + + !> @brief Create a new stream network flow model object + !! + !! (1) creates model object and add to modellist + !! (2) assign values + !! + !< + subroutine swf_cr(filename, id, modelname) + ! -- modules + use ListsModule, only: basemodellist + use BaseModelModule, only: AddBaseModelToList + use ConstantsModule, only: LINELENGTH + use MemoryHelperModule, only: create_mem_path + use MemoryManagerExtModule, only: mem_set_value + use SimVariablesModule, only: idm_context + use SwfNamInputModule, only: SwfNamParamFoundType + use BudgetModule, only: budget_cr + ! -- dummy + character(len=*), intent(in) :: filename + integer(I4B), intent(in) :: id + character(len=*), intent(in) :: modelname + ! -- local + type(SwfModelType), pointer :: this + class(BaseModelType), pointer :: model + character(len=LENMEMPATH) :: input_mempath + character(len=LINELENGTH) :: lst_fname + type(SwfNamParamFoundType) :: found + ! -- format + ! + ! -- Allocate a new model (this) and add it to basemodellist + allocate (this) + ! + ! -- Set memory path before allocation in memory manager can be done + this%memoryPath = create_mem_path(modelname) + ! + call this%allocate_scalars(modelname) + model => this + call AddBaseModelToList(basemodellist, model) + ! + ! -- Assign values + this%filename = filename + this%name = modelname + this%macronym = 'SWF' + this%id = id + ! + ! -- set input model namfile memory path + input_mempath = create_mem_path(modelname, 'NAM', idm_context) + ! + ! -- copy option params from input context + call mem_set_value(lst_fname, 'LIST', input_mempath, found%list) + call mem_set_value(this%inewton, 'NEWTON', input_mempath, found%newton) + call mem_set_value(this%inewtonur, 'UNDER_RELAXATION', input_mempath, & + found%under_relaxation) + call mem_set_value(this%iprpak, 'PRINT_INPUT', input_mempath, & + found%print_input) + call mem_set_value(this%iprflow, 'PRINT_FLOWS', input_mempath, & + found%print_flows) + call mem_set_value(this%ipakcb, 'SAVE_FLOWS', input_mempath, found%save_flows) + ! + ! -- create the list file + call this%create_lstfile(lst_fname, filename, found%list) + ! + ! -- activate save_flows if found + if (found%save_flows) then + this%ipakcb = -1 + end if + ! + ! -- log set options + if (this%iout > 0) then + call this%log_namfile_options(found) + end if + ! + ! -- Create utility objects + call budget_cr(this%budget, this%name) + ! + ! -- create model packages + call this%create_packages() + ! + ! -- return + return + end subroutine swf_cr + + !> @brief Allocate memory for scalar members + subroutine allocate_scalars(this, modelname) + ! -- modules + ! -- dummy + class(SwfModelType) :: this + character(len=*), intent(in) :: modelname + ! + ! -- allocate members from parent class + !call this%ExplicitModelType%allocate_scalars(modelname) + call this%NumericalModelType%allocate_scalars(modelname) + ! + ! -- allocate members that are part of model class + !allocate (this%filename) + call mem_allocate(this%inic, 'INIC', this%memoryPath) + call mem_allocate(this%indfw, 'INDFW', this%memoryPath) + call mem_allocate(this%incxs, 'INCXS', this%memoryPath) + call mem_allocate(this%insto, 'INSTO', this%memoryPath) + call mem_allocate(this%inobs, 'INOBS', this%memoryPath) + call mem_allocate(this%inoc, 'INOC', this%memoryPath) + call mem_allocate(this%iss, 'ISS', this%memoryPath) + call mem_allocate(this%inewtonur, 'INEWTONUR', this%memoryPath) + ! + !this%filename = '' + this%inic = 0 + this%indfw = 0 + this%incxs = 0 + this%insto = 0 + this%inobs = 0 + this%inoc = 0 + this%iss = 1 !default is steady-state (i.e., no STO package) + this%inewtonur = 0 + ! + ! -- return + return + end subroutine allocate_scalars + + !> @brief Allocate memory for scalar members + subroutine allocate_arrays(this) + ! -- modules + ! -- dummy + class(SwfModelType) :: this + integer(I4B) :: i + ! + ! -- allocate members from parent class + call this%NumericalModelType%allocate_arrays() + ! + ! -- This is not a numerical solution, so x, rhs, and active + ! are allocated by a numerical solution, so need to do it + ! here. + if (this%indfw == 0) then + ! -- explicit model, so these must be manually allocated + call mem_allocate(this%x, this%dis%nodes, 'X', this%memoryPath) + call mem_allocate(this%rhs, this%dis%nodes, 'RHS', this%memoryPath) + call mem_allocate(this%ibound, this%dis%nodes, 'IBOUND', this%memoryPath) + do i = 1, this%dis%nodes + this%x(i) = DZERO + this%rhs(i) = DZERO + this%ibound(i) = 1 + end do + end if + ! + ! -- return + return + end subroutine allocate_arrays + + !> @brief Define packages of the model + !< + subroutine swf_df(this) + ! -- modules + ! -- dummy + class(SwfModelType) :: this + ! -- local + integer(I4B) :: ip + class(BndType), pointer :: packobj + ! + ! + call this%oc%oc_df() + call this%budget%budget_df(NIUNIT_SWF, 'VOLUME', 'L**3') + ! + ! -- set model sizes + this%neq = this%dis%nodes + this%nja = this%dis%nja + this%ia => this%dis%con%ia + this%ja => this%dis%con%ja + ! + ! -- Allocate model arrays, now that neq and nja are known + call this%allocate_arrays() + ! + ! -- Define packages and assign iout for time series managers + do ip = 1, this%bndlist%Count() + packobj => GetBndFromList(this%bndlist, ip) + call packobj%bnd_df(this%dis%nodes, this%dis) + end do + ! + ! -- Store information needed for observations + call this%obs%obs_df(this%iout, this%name, 'SWF', this%dis) + ! + ! -- return + return + end subroutine swf_df + + !> @brief Add the internal connections of this model to the sparse matrix + subroutine swf_ac(this, sparse) + ! -- modules + use SparseModule, only: sparsematrix + ! -- dummy + class(SwfModelType) :: this + type(sparsematrix), intent(inout) :: sparse + ! -- local + class(BndType), pointer :: packobj + integer(I4B) :: ip + ! + ! -- Add the primary grid connections of this model to sparse + call this%dis%dis_ac(this%moffset, sparse) + ! + ! -- Add any additional connections + !if (this%indfw > 0) call this%dfw%dfw_ac(this%moffset, sparse) + ! + ! -- Add any package connections + do ip = 1, this%bndlist%Count() + packobj => GetBndFromList(this%bndlist, ip) + call packobj%bnd_ac(this%moffset, sparse) + end do + ! + ! -- return + return + end subroutine swf_ac + + !> @brief Map the positions of this models connections in the + !! numerical solution coefficient matrix. + !< + subroutine swf_mc(this, matrix_sln) + ! -- dummy + class(SwfModelType) :: this + class(MatrixBaseType), pointer :: matrix_sln + ! -- local + class(BndType), pointer :: packobj + integer(I4B) :: ip + ! + ! -- Find the position of each connection in the global ia, ja structure + ! and store them in idxglo. + call this%dis%dis_mc(this%moffset, this%idxglo, matrix_sln) + ! + ! -- Map any additional connections + ! if (this%indfw > 0) call this%dfw%dfw_mc(this%moffset, matrix_sln) + ! + ! -- Map any package connections + do ip = 1, this%bndlist%Count() + packobj => GetBndFromList(this%bndlist, ip) + call packobj%bnd_mc(this%moffset, matrix_sln) + end do + ! + ! -- return + return + end subroutine swf_mc + + !> @brief SWF Allocate and Read + !< + subroutine swf_ar(this) + ! -- dummy + class(SwfModelType) :: this + ! -- locals + integer(I4B), dimension(:), allocatable :: itemp + integer(I4B) :: ip + class(BndType), pointer :: packobj + ! + ! -- Allocate and read modules attached to model + if (this%inic > 0) call this%ic%ic_ar(this%x) + + ! -- need temporary integer variable to pass to dis_ar + ! -- TODO: this should be generalized so dis_ar doesn't have to have it + allocate (itemp(this%dis%nodes)) + ! + ! -- Call dis_ar to write binary grid file + call this%dis%dis_ar(itemp) + if (this%indfw > 0) call this%dfw%dfw_ar(this%ibound) + if (this%insto > 0) call this%sto%sto_ar(this%dis, this%ibound) + if (this%inobs > 0) call this%obs%swf_obs_ar(this%ic, this%x, this%flowja) + deallocate (itemp) + ! + ! -- set up output control + if (this%indfw > 0) then + call this%oc%oc_ar('STAGE', this%x, this%dis, DNODATA) + end if + call this%budget%set_ibudcsv(this%oc%ibudcsv) + ! + ! -- Package input files now open, so allocate and read + do ip = 1, this%bndlist%Count() + packobj => GetBndFromList(this%bndlist, ip) + call packobj%set_pointers(this%dis%nodes, this%ibound, this%x, & + this%xold, this%flowja) + ! -- Read and allocate package + call packobj%bnd_ar() + end do + ! + ! -- return + return + end subroutine swf_ar + + !> @brief Stream Network Flow Model Read and Prepare + !! + !! (1) calls package read and prepare routines + !! + !< + subroutine swf_rp(this) + ! -- modules + use TdisModule, only: readnewdata + ! -- dummy + class(SwfModelType) :: this + ! -- local + class(BndType), pointer :: packobj + integer(I4B) :: ip + ! + ! -- Check with TDIS on whether or not it is time to RP + if (.not. readnewdata) return + ! + ! -- Read and prepare + if (this%indfw > 0) call this%dfw%dfw_rp() + if (this%inoc > 0) call this%oc%oc_rp() + if (this%insto > 0) call this%sto%sto_rp() + !if (this%inmvr > 0) call this%mvr%mvr_rp() + do ip = 1, this%bndlist%Count() + packobj => GetBndFromList(this%bndlist, ip) + call packobj%bnd_rp() + call packobj%bnd_rp_obs() + end do + ! + ! -- Check for steady state period + call this%steady_period_check() + ! + ! -- Return + return + end subroutine swf_rp + + !> @brief Stream Network Flow Model Time Step Advance + !! + !! (1) calls package advance subroutines + !! + !< + subroutine swf_ad(this) + ! -- modules + use SimVariablesModule, only: isimcheck, iFailedStepRetry + ! -- dummy + class(SwfModelType) :: this + class(BndType), pointer :: packobj + ! -- local + integer(I4B) :: irestore + integer(I4B) :: ip, n + ! + ! -- Reset state variable + irestore = 0 + if (iFailedStepRetry > 0) irestore = 1 + if (irestore == 0) then + ! + ! -- copy x into xold + do n = 1, this%dis%nodes + this%xold(n) = this%x(n) + end do + else + ! + ! -- copy xold into x if this time step is a redo + do n = 1, this%dis%nodes + this%x(n) = this%xold(n) + end do + end if + ! + ! -- Advance + if (this%indfw > 0) call this%dfw%dfw_ad(irestore) + if (this%insto > 0) call this%sto%sto_ad() + !if (this%inmvr > 0) call this%mvr%mvr_ad() + do ip = 1, this%bndlist%Count() + packobj => GetBndFromList(this%bndlist, ip) + call packobj%bnd_ad() + if (isimcheck > 0) then + call packobj%bnd_ck() + end if + end do + ! + ! -- Push simulated values to preceding time/subtime step + call this%obs%obs_ad() + ! + ! -- return + return + end subroutine swf_ad + + !> @brief Calculate coefficients + subroutine swf_cf(this, kiter) + ! -- dummy + class(SwfModelType) :: this + integer(I4B), intent(in) :: kiter + ! -- local + class(BndType), pointer :: packobj + integer(I4B) :: ip + ! + ! -- Call package cf routines + !if (this%indfw > 0) call this%dfw%dfw_cf(kiter, this%dis%nodes, this%x) + do ip = 1, this%bndlist%Count() + packobj => GetBndFromList(this%bndlist, ip) + call packobj%bnd_cf() + end do + ! + ! -- return + return + end subroutine swf_cf + + !> @brief Fill coefficients + subroutine swf_fc(this, kiter, matrix_sln, inwtflag) + ! -- dummy + class(SwfModelType) :: this + integer(I4B), intent(in) :: kiter + class(MatrixBaseType), pointer :: matrix_sln + integer(I4B), intent(in) :: inwtflag + ! -- local + class(BndType), pointer :: packobj + integer(I4B) :: ip + integer(I4B) :: inwt, inwtpak + ! + ! -- newton flags + inwt = inwtflag + ! if (inwtflag == 1) inwt = this%dfw%inewton + ! inwtsto = inwtflag + ! if (this%insto > 0) then + ! if (inwtflag == 1) inwtsto = this%sto%inewton + ! end if + ! inwtcsub = inwtflag + ! if (this%incsub > 0) then + ! if (inwtflag == 1) inwtcsub = this%csub%inewton + ! end if + ! + ! -- Fill standard conductance terms + if (this%indfw > 0) call this%dfw%dfw_fc(kiter, matrix_sln, this%idxglo, & + this%rhs, this%x, this%xold) + ! -- storage + if (this%insto > 0) then + call this%sto%sto_fc(kiter, this%xold, this%x, matrix_sln, & + this%idxglo, this%rhs) + end if + ! if (this%inmvr > 0) call this%mvr%mvr_fc() + do ip = 1, this%bndlist%Count() + packobj => GetBndFromList(this%bndlist, ip) + call packobj%bnd_fc(this%rhs, this%ia, this%idxglo, matrix_sln) + end do + ! + !--Fill newton terms + if (this%indfw > 0) then + if (inwt /= 0) then + call this%dfw%dfw_fn(kiter, matrix_sln, this%idxglo, this%rhs, this%x) + end if + end if + ! + ! -- Fill newton terms for storage + ! if (this%insto > 0) then + ! if (inwtsto /= 0) then + ! call this%sto%sto_fn(kiter, this%xold, this%x, matrix_sln, & + ! this%idxglo, this%rhs) + ! end if + ! end if + ! + ! -- Fill Newton terms for packages + do ip = 1, this%bndlist%Count() + packobj => GetBndFromList(this%bndlist, ip) + inwtpak = inwtflag + if (inwtflag == 1) inwtpak = packobj%inewton + if (inwtpak /= 0) then + call packobj%bnd_fn(this%rhs, this%ia, this%idxglo, matrix_sln) + end if + end do + ! + ! -- return + return + end subroutine swf_fc + + !> @brief under-relaxation + !! + !! (1) Under-relaxation of Surface water Flow Model stages for current + !! outer iteration using the reach bottoms + !! + !< + subroutine swf_nur(this, neqmod, x, xtemp, dx, inewtonur, dxmax, locmax) + ! modules + use ConstantsModule, only: DONE, DP9 + ! -- dummy + class(SwfModelType) :: this + integer(I4B), intent(in) :: neqmod + real(DP), dimension(neqmod), intent(inout) :: x + real(DP), dimension(neqmod), intent(in) :: xtemp + real(DP), dimension(neqmod), intent(inout) :: dx + integer(I4B), intent(inout) :: inewtonur + real(DP), intent(inout) :: dxmax + integer(I4B), intent(inout) :: locmax + ! -- local + integer(I4B) :: i0 + integer(I4B) :: i1 + class(BndType), pointer :: packobj + integer(I4B) :: ip + ! + ! -- apply Newton-Raphson under-relaxation if model is using + ! the Newton-Raphson formulation and this Newton-Raphson + ! under-relaxation is turned on. + if (this%inewton /= 0 .and. this%inewtonur /= 0) then + if (this%indfw > 0) then + call this%dfw%dfw_nur(neqmod, x, xtemp, dx, inewtonur, dxmax, locmax) + end if + ! + ! -- Call package nur routines + i0 = this%dis%nodes + 1 + do ip = 1, this%bndlist%Count() + packobj => GetBndFromList(this%bndlist, ip) + if (packobj%npakeq > 0) then + i1 = i0 + packobj%npakeq - 1 + call packobj%bnd_nur(packobj%npakeq, x(i0:i1), xtemp(i0:i1), & + dx(i0:i1), inewtonur, dxmax, locmax) + i0 = i1 + 1 + end if + end do + end if + ! + ! -- return + return + end subroutine swf_nur + + !> @brief Calculate flow + !< + subroutine swf_cq(this, icnvg, isuppress_output) + ! -- modules + ! -- dummy + class(SwfModelType) :: this + integer(I4B), intent(in) :: icnvg + integer(I4B), intent(in) :: isuppress_output + ! -- local + integer(I4B) :: i + integer(I4B) :: ip + class(BndType), pointer :: packobj + ! + ! -- Construct the flowja array. Flowja is calculated each time, even if + ! output is suppressed. (flowja is positive into a cell.) The diagonal + ! position of the flowja array will contain the flow residual after + ! these routines are called, so each package is responsible for adding + ! its flow to this diagonal position. + do i = 1, this%dis%nja + this%flowja(i) = DZERO + end do + if (this%indfw > 0) call this%dfw%dfw_cq(this%x, this%xold, this%flowja) + if (this%insto > 0) call this%sto%sto_cq(this%flowja, this%x, this%xold) + ! + ! -- Go through packages and call cq routines. cf() routines are called + ! first to regenerate non-linear terms to be consistent with the final + ! head solution. + do ip = 1, this%bndlist%Count() + packobj => GetBndFromList(this%bndlist, ip) + call packobj%bnd_cf() + call packobj%bnd_cq(this%x, this%flowja) + end do + ! + ! -- Return + return + end subroutine swf_cq + + !> @brief Model Budget + !< + subroutine swf_bd(this, icnvg, isuppress_output) + ! -- modules + use SparseModule, only: csr_diagsum + ! -- dummy + class(SwfModelType) :: this + integer(I4B), intent(in) :: icnvg + integer(I4B), intent(in) :: isuppress_output + ! -- local + integer(I4B) :: ip + class(BndType), pointer :: packobj + ! + ! -- Finalize calculation of flowja by adding face flows to the diagonal. + ! This results in the flow residual being stored in the diagonal + ! position for each cell. + call csr_diagsum(this%dis%con%ia, this%flowja) + ! + ! -- Budget routines (start by resetting). Sole purpose of this section + ! is to add in and outs to model budget. All ins and out for a model + ! should be added here to this%budget. In a subsequent exchange call, + ! exchange flows might also be added. + call this%budget%reset() + if (this%insto > 0) call this%sto%sto_bd(isuppress_output, this%budget) + if (this%indfw > 0) call this%dfw%dfw_bd(isuppress_output, this%budget) + do ip = 1, this%bndlist%Count() + packobj => GetBndFromList(this%bndlist, ip) + call packobj%bnd_bd(this%budget) + end do + ! + ! -- Return + return + end subroutine swf_bd + + !> @brief Stream Network Flow Model Output + subroutine swf_ot(this) + ! -- modules + use TdisModule, only: tdis_ot, endofperiod + ! -- dummy + class(SwfModelType) :: this + ! -- local + integer(I4B) :: idvsave + integer(I4B) :: idvprint + integer(I4B) :: icbcfl + integer(I4B) :: icbcun + integer(I4B) :: ibudfl + integer(I4B) :: ipflag + integer(I4B) :: icnvg = 1 + ! -- formats + ! + ! -- Set write and print flags + idvsave = 0 + idvprint = 0 + icbcfl = 0 + ibudfl = 0 + if (this%oc%oc_save('QOUTFLOW')) idvsave = 1 + if (this%oc%oc_print('QOUTFLOW')) idvprint = 1 + if (this%oc%oc_save('BUDGET')) icbcfl = 1 + if (this%oc%oc_print('BUDGET')) ibudfl = 1 + icbcun = this%oc%oc_save_unit('BUDGET') + ! + ! -- Override ibudfl and idvprint flags for nonconvergence + ! and end of period + ibudfl = this%oc%set_print_flag('BUDGET', icnvg, endofperiod) + idvprint = this%oc%set_print_flag('QOUTFLOW', icnvg, endofperiod) + ! + ! Calculate and save observations + call this%swf_ot_obs() + ! ! + ! Save and print flows + call this%swf_ot_flow(icbcfl, ibudfl, icbcun) + ! + ! Save and print dependent variables + call this%swf_ot_dv(idvsave, idvprint, ipflag) + ! + ! Print budget summaries + call this%swf_ot_bdsummary(ibudfl, ipflag) + ! + ! -- Timing Output; if any dependendent variables or budgets + ! are printed, then ipflag is set to 1. + if (ipflag == 1) call tdis_ot(this%iout) + ! + ! -- Return + return + end subroutine swf_ot + + subroutine swf_ot_obs(this) + class(SwfModelType) :: this + class(BndType), pointer :: packobj + integer(I4B) :: ip + + ! -- Calculate and save SWF observations + call this%obs%obs_bd() + call this%obs%obs_ot() + + ! -- Calculate and save dfw observations + if (this%indfw > 0) then + call this%dfw%dfw_bd_obs() + call this%dfw%obs%obs_ot() + end if + + ! -- Calculate and save package observations + do ip = 1, this%bndlist%Count() + packobj => GetBndFromList(this%bndlist, ip) + call packobj%bnd_bd_obs() + call packobj%bnd_ot_obs() + end do + + end subroutine swf_ot_obs + + subroutine swf_ot_flow(this, icbcfl, ibudfl, icbcun) + class(SwfModelType) :: this + integer(I4B), intent(in) :: icbcfl + integer(I4B), intent(in) :: ibudfl + integer(I4B), intent(in) :: icbcun + class(BndType), pointer :: packobj + integer(I4B) :: ip + + ! -- Save SWF flows + if (this%insto > 0) then + call this%sto%sto_save_model_flows(icbcfl, icbcun) + end if + if (this%indfw > 0) then + call this%dfw%dfw_save_model_flows(this%flowja, icbcfl, icbcun) + end if + do ip = 1, this%bndlist%Count() + packobj => GetBndFromList(this%bndlist, ip) + call packobj%bnd_ot_model_flows(icbcfl=icbcfl, ibudfl=0, icbcun=icbcun) + end do + + ! -- Save advanced package flows + do ip = 1, this%bndlist%Count() + packobj => GetBndFromList(this%bndlist, ip) + call packobj%bnd_ot_package_flows(icbcfl=icbcfl, ibudfl=0) + end do + ! if (this%inmvr > 0) then + ! call this%mvr%mvr_ot_saveflow(icbcfl, ibudfl) + ! end if + + ! -- Print SWF flows + if (this%indfw > 0) then + call this%dfw%dfw_print_model_flows(ibudfl, this%flowja) + end if + do ip = 1, this%bndlist%Count() + packobj => GetBndFromList(this%bndlist, ip) + call packobj%bnd_ot_model_flows(icbcfl=icbcfl, ibudfl=ibudfl, icbcun=0) + end do + + ! -- Print advanced package flows + do ip = 1, this%bndlist%Count() + packobj => GetBndFromList(this%bndlist, ip) + call packobj%bnd_ot_package_flows(icbcfl=0, ibudfl=ibudfl) + end do + ! if (this%inmvr > 0) then + ! call this%mvr%mvr_ot_printflow(icbcfl, ibudfl) + ! end if + + end subroutine swf_ot_flow + + subroutine swf_ot_dv(this, idvsave, idvprint, ipflag) + class(SwfModelType) :: this + integer(I4B), intent(in) :: idvsave + integer(I4B), intent(in) :: idvprint + integer(I4B), intent(inout) :: ipflag + class(BndType), pointer :: packobj + integer(I4B) :: ip + ! + ! -- Print advanced package dependent variables + do ip = 1, this%bndlist%Count() + packobj => GetBndFromList(this%bndlist, ip) + call packobj%bnd_ot_dv(idvsave, idvprint) + end do + ! + ! -- save stage and print stage (if implemented) + call this%oc%oc_ot(ipflag) + ! + ! -- Return + return + end subroutine swf_ot_dv + + subroutine swf_ot_bdsummary(this, ibudfl, ipflag) + use TdisModule, only: kstp, kper, totim + class(SwfModelType) :: this + integer(I4B), intent(in) :: ibudfl + integer(I4B), intent(inout) :: ipflag + class(BndType), pointer :: packobj + integer(I4B) :: ip + + ! + ! -- Package budget summary + do ip = 1, this%bndlist%Count() + packobj => GetBndFromList(this%bndlist, ip) + call packobj%bnd_ot_bdsummary(kstp, kper, this%iout, ibudfl) + end do + + ! ! -- mover budget summary + ! if (this%inmvr > 0) then + ! call this%mvr%mvr_ot_bdsummary(ibudfl) + ! end if + + ! -- model budget summary + if (ibudfl /= 0) then + ipflag = 1 + call this%budget%budget_ot(kstp, kper, this%iout) + end if + + ! -- Write to budget csv every time step + call this%budget%writecsv(totim) + + end subroutine swf_ot_bdsummary + + !> @brief Deallocate + subroutine swf_da(this) + ! -- modules + use MemoryManagerModule, only: mem_deallocate + use MemoryManagerExtModule, only: memorylist_remove + use SimVariablesModule, only: idm_context + ! -- dummy + class(SwfModelType) :: this + ! -- local + integer(I4B) :: ip + class(BndType), pointer :: packobj + ! + ! -- Deallocate idm memory + call memorylist_remove(this%name, 'NAM', idm_context) + call memorylist_remove(component=this%name, context=idm_context) + ! + ! -- Internal flow packages deallocate + call this%dis%dis_da() + if (this%insto > 0) call this%sto%sto_da() + if (this%inic > 0) call this%ic%ic_da() + if (this%indfw > 0) call this%dfw%dfw_da() + call this%cxs%cxs_da() + call this%obs%obs_da() + call this%oc%oc_da() + call this%budget%budget_da() + ! + ! -- Internal package objects + deallocate (this%dis) + deallocate (this%budget) + deallocate (this%obs) + deallocate (this%oc) + ! + ! -- Boundary packages + do ip = 1, this%bndlist%Count() + packobj => GetBndFromList(this%bndlist, ip) + call packobj%bnd_da() + deallocate (packobj) + end do + ! + ! -- Scalars + !deallocate (this%filename) + call mem_deallocate(this%inic) + call mem_deallocate(this%indfw) + call mem_deallocate(this%incxs) + call mem_deallocate(this%insto) + call mem_deallocate(this%inobs) + call mem_deallocate(this%inoc) + call mem_deallocate(this%iss) + call mem_deallocate(this%inewtonur) + ! + ! -- Arrays + ! call mem_deallocate(this%x) + ! call mem_deallocate(this%xold) + ! call mem_deallocate(this%rhs) + ! call mem_deallocate(this%ibound) + ! call mem_deallocate(this%flowja) + ! + ! -- NumericalModelType + call this%NumericalModelType%model_da() + ! + ! -- return + return + end subroutine swf_da + + !> @brief Surface Flow Model Budget Entry + !! + !! This subroutine adds a budget entry to the flow budget. It was added as + !! a method for the swf model object so that the exchange object could add its + !! contributions. + !! + !! (1) adds the entry to the budget object + !< + subroutine swf_bdentry(this, budterm, budtxt, rowlabel) + ! -- modules + use ConstantsModule, only: LENBUDTXT + use TdisModule, only: delt + ! -- dummy + class(SwfModelType) :: this + real(DP), dimension(:, :), intent(in) :: budterm + character(len=LENBUDTXT), dimension(:), intent(in) :: budtxt + character(len=*), intent(in) :: rowlabel +! ------------------------------------------------------------------------------ + ! + call this%budget%addentry(budterm, delt, budtxt, rowlabel=rowlabel) + ! + ! -- return + return + end subroutine swf_bdentry + + !> @brief Create boundary condition packages for this model + !< + subroutine package_create(this, filtyp, ipakid, ipaknum, pakname, mempath, & + inunit, iout) + ! -- modules + use ConstantsModule, only: LINELENGTH + use MemoryHelperModule, only: create_mem_path + use SwfFlwModule, only: flw_create + use ChdModule, only: chd_create + use SwfZdgModule, only: zdg_create + ! -- dummy + class(SwfModelType) :: this + character(len=*), intent(in) :: filtyp + integer(I4B), intent(in) :: ipakid + integer(I4B), intent(in) :: ipaknum + character(len=*), intent(in) :: pakname + character(len=*), intent(in) :: mempath + integer(I4B), intent(in) :: inunit + integer(I4B), intent(in) :: iout + ! -- local + class(BndType), pointer :: packobj + class(BndType), pointer :: packobj2 + integer(I4B) :: ip + ! + ! -- This part creates the package object + select case (filtyp) + case ('FLW6') + call flw_create(packobj, ipakid, ipaknum, inunit, iout, this%name, & + pakname, mempath) + packobj%ictMemPath = '' + case ('CHD6') + call chd_create(packobj, ipakid, ipaknum, inunit, iout, this%name, & + pakname, mempath) + packobj%ictMemPath = create_mem_path(this%name, 'DFW') + case ('ZDG6') + call zdg_create(packobj, ipakid, ipaknum, inunit, iout, this%name, & + pakname, mempath, this%dis, this%cxs, this%dfw%unitconv) + case default + write (errmsg, *) 'Invalid package type: ', filtyp + call store_error(errmsg, terminate=.TRUE.) + end select + ! + ! -- Check to make sure that the package name is unique, then store a + ! pointer to the package in the model bndlist + do ip = 1, this%bndlist%Count() + packobj2 => GetBndFromList(this%bndlist, ip) + if (packobj2%packName == pakname) then + write (errmsg, '(a,a)') 'Cannot create package. Package name '// & + 'already exists: ', trim(pakname) + call store_error(errmsg, terminate=.TRUE.) + end if + end do + call AddBndToList(this%bndlist, packobj) + ! + ! -- return + return + end subroutine package_create + + !> @brief Check to make sure required input files have been specified + subroutine ftype_check(this, indis) + ! -- modules + ! -- dummy + class(SwfModelType) :: this + integer(I4B), intent(in) :: indis + ! -- local + ! + ! -- Check for DISL, and DFW. Stop if not present. + if (indis == 0) then + write (errmsg, '(1x,a)') & + 'Discretization (DISL6) Package not specified.' + call store_error(errmsg) + end if + if (this%inic == 0 .and. this%indfw /= 0) then + write (errmsg, '(a)') & + 'Initial Conditions (IC6) must be specified if the Diffusive & + &Wave (DFW) package is used.' + call store_error(errmsg) + end if + if (this%indfw == 0) then + write (errmsg, '(1x,a)') & + 'DFW6 Package must be specified.' + call store_error(errmsg) + end if + if (count_errors() > 0) then + write (errmsg, '(1x,a)') 'One or more required package(s) not specified.' + call store_error(errmsg) + end if + ! + ! -- return + return + end subroutine ftype_check + + !> @brief Source package info and begin to process + !< + subroutine create_bndpkgs(this, bndpkgs, pkgtypes, pkgnames, & + mempaths, inunits) + ! -- modules + use ConstantsModule, only: LINELENGTH, LENPACKAGENAME + use CharacterStringModule, only: CharacterStringType + ! -- dummy + class(SwfModelType) :: this + integer(I4B), dimension(:), allocatable, intent(inout) :: bndpkgs + type(CharacterStringType), dimension(:), contiguous, & + pointer, intent(inout) :: pkgtypes + type(CharacterStringType), dimension(:), contiguous, & + pointer, intent(inout) :: pkgnames + type(CharacterStringType), dimension(:), contiguous, & + pointer, intent(inout) :: mempaths + integer(I4B), dimension(:), contiguous, & + pointer, intent(inout) :: inunits + ! -- local + integer(I4B) :: ipakid, ipaknum + character(len=LENFTYPE) :: pkgtype, bndptype + character(len=LENPACKAGENAME) :: pkgname + character(len=LENMEMPATH) :: mempath + integer(I4B), pointer :: inunit + integer(I4B) :: n + + if (allocated(bndpkgs)) then + ! + ! -- create stress packages + ipakid = 1 + bndptype = '' + do n = 1, size(bndpkgs) + ! + pkgtype = pkgtypes(bndpkgs(n)) + pkgname = pkgnames(bndpkgs(n)) + mempath = mempaths(bndpkgs(n)) + inunit => inunits(bndpkgs(n)) + ! + if (bndptype /= pkgtype) then + ipaknum = 1 + bndptype = pkgtype + end if + ! + call this%package_create(pkgtype, ipakid, ipaknum, pkgname, mempath, & + inunit, this%iout) + ipakid = ipakid + 1 + ipaknum = ipaknum + 1 + end do + ! + ! -- cleanup + deallocate (bndpkgs) + end if + ! + ! -- return + return + end subroutine create_bndpkgs + + !> @brief Source package info and begin to process + !< + subroutine create_packages(this) + ! -- modules + use ConstantsModule, only: LINELENGTH, LENPACKAGENAME + use CharacterStringModule, only: CharacterStringType + use ArrayHandlersModule, only: expandarray + use MemoryManagerModule, only: mem_setptr + use MemoryHelperModule, only: create_mem_path + use SimVariablesModule, only: idm_context + use SwfDislModule, only: disl_cr + use SwfDfWModule, only: dfw_cr + use SwfCxsModule, only: cxs_cr + use SwfStoModule, only: sto_cr + use SwfIcModule, only: ic_cr + use SwfOcModule, only: oc_cr + ! -- dummy + class(SwfModelType) :: this + ! -- local + type(CharacterStringType), dimension(:), contiguous, & + pointer :: pkgtypes => null() + type(CharacterStringType), dimension(:), contiguous, & + pointer :: pkgnames => null() + type(CharacterStringType), dimension(:), contiguous, & + pointer :: mempaths => null() + integer(I4B), dimension(:), contiguous, & + pointer :: inunits => null() + character(len=LENMEMPATH) :: model_mempath + character(len=LENFTYPE) :: pkgtype + character(len=LENPACKAGENAME) :: pkgname + character(len=LENMEMPATH) :: mempath + integer(I4B), pointer :: inunit + integer(I4B), dimension(:), allocatable :: bndpkgs + integer(I4B) :: n + integer(I4B) :: indis = 0 ! DIS enabled flag + character(len=LENMEMPATH) :: mempathic = '' + character(len=LENMEMPATH) :: mempathdfw = '' + character(len=LENMEMPATH) :: mempathcxs = '' + ! + ! -- set input model memory path + model_mempath = create_mem_path(component=this%name, context=idm_context) + ! + ! -- set pointers to model path package info + call mem_setptr(pkgtypes, 'PKGTYPES', model_mempath) + call mem_setptr(pkgnames, 'PKGNAMES', model_mempath) + call mem_setptr(mempaths, 'MEMPATHS', model_mempath) + call mem_setptr(inunits, 'INUNITS', model_mempath) + ! + do n = 1, size(pkgtypes) + ! + ! attributes for this input package + pkgtype = pkgtypes(n) + pkgname = pkgnames(n) + mempath = mempaths(n) + inunit => inunits(n) + ! + ! -- create dis package as it is a prerequisite for other packages + select case (pkgtype) + case ('DISL6') + indis = 1 + call disl_cr(this%dis, this%name, mempath, indis, this%iout) + case ('DFW6') + this%indfw = 1 + mempathdfw = mempath + case ('CXS6') + this%incxs = 1 + mempathcxs = mempath + case ('STO6') + this%insto = inunit + case ('IC6') + this%inic = 1 + mempathic = mempath + case ('OC6') + this%inoc = inunit + case ('OBS6') + this%inobs = inunit + case ('CHD6', 'FLW6', 'ZDG6') + call expandarray(bndpkgs) + bndpkgs(size(bndpkgs)) = n + case default + ! TODO + end select + end do + ! + ! -- Create packages that are tied directly to model + if (this%inic > 0) then + call ic_cr(this%ic, this%name, mempathic, this%inic, this%iout, & + this%dis) + end if + call cxs_cr(this%cxs, this%name, mempathcxs, this%incxs, this%iout, & + this%dis) + if (this%indfw > 0) then + call dfw_cr(this%dfw, this%name, mempathdfw, this%indfw, this%iout, & + this%dis, this%cxs) + end if + if (this%insto > 0) then + call sto_cr(this%sto, this%name, this%insto, this%iout, this%dis, & + this%cxs) + end if + call oc_cr(this%oc, this%name, this%inoc, this%iout) + call swf_obs_cr(this%obs, this%inobs) + ! + ! -- Check to make sure that required ftype's have been specified + call this%ftype_check(indis) + ! + call this%create_bndpkgs(bndpkgs, pkgtypes, pkgnames, mempaths, inunits) + ! + ! -- return + return + end subroutine create_packages + + subroutine create_lstfile(this, lst_fname, model_fname, defined) + ! -- modules + use KindModule, only: LGP + use InputOutputModule, only: openfile, getunit + ! -- dummy + class(SwfModelType) :: this + character(len=*), intent(inout) :: lst_fname + character(len=*), intent(in) :: model_fname + logical(LGP), intent(in) :: defined + ! -- local + integer(I4B) :: i, istart, istop + ! + ! -- set list file name if not provided + if (.not. defined) then + ! + ! -- initialize + lst_fname = ' ' + istart = 0 + istop = len_trim(model_fname) + ! + ! -- identify '.' character position from back of string + do i = istop, 1, -1 + if (model_fname(i:i) == '.') then + istart = i + exit + end if + end do + ! + ! -- if not found start from string end + if (istart == 0) istart = istop + 1 + ! + ! -- set list file name + lst_fname = model_fname(1:istart) + istop = istart + 3 + lst_fname(istart:istop) = '.lst' + end if + ! + ! -- create the list file + this%iout = getunit() + call openfile(this%iout, 0, lst_fname, 'LIST', filstat_opt='REPLACE') + ! + ! -- write list file header + call write_listfile_header(this%iout, 'SURFACE WATER FLOW MODEL (SWF)') + ! + ! -- return + return + end subroutine create_lstfile + + !> @brief Write model namfile options to list file + !< + subroutine log_namfile_options(this, found) + use SwfNamInputModule, only: SwfNamParamFoundType + class(SwfModelType) :: this + type(SwfNamParamFoundType), intent(in) :: found + + write (this%iout, '(1x,a)') 'NAMEFILE OPTIONS:' + + if (found%print_input) then + write (this%iout, '(4x,a)') 'STRESS PACKAGE INPUT WILL BE PRINTED '// & + 'FOR ALL MODEL STRESS PACKAGES' + end if + + if (found%print_flows) then + write (this%iout, '(4x,a)') 'PACKAGE FLOWS WILL BE PRINTED '// & + 'FOR ALL MODEL PACKAGES' + end if + + if (found%save_flows) then + write (this%iout, '(4x,a)') & + 'FLOWS WILL BE SAVED TO BUDGET FILE SPECIFIED IN OUTPUT CONTROL' + end if + + write (this%iout, '(1x,a)') 'END NAMEFILE OPTIONS:' + end subroutine log_namfile_options + + !> @brief Check for steady state period + !! + !! Write warning message if steady state + !! period and adaptive time stepping is + !! active for the period + !! + !< + subroutine steady_period_check(this) + ! -- modules + use TdisModule, only: kper + use AdaptiveTimeStepModule, only: isAdaptivePeriod + use SimVariablesModule, only: warnmsg + use SimModule, only: store_warning + ! -- dummy + class(SwfModelType) :: this + if (this%iss == 1) then + if (isAdaptivePeriod(kper)) then + write (warnmsg, '(a,a,a,i0,a)') & + 'SWF Model (', trim(this%name), ') is steady state for period ', & + kper, ' and adaptive time stepping is active. Adaptive time & + &stepping may not work properly for steady-state conditions.' + call store_warning(warnmsg) + end if + end if + return + end subroutine steady_period_check + + !> @brief return 1 if any package causes the matrix to be asymmetric. + !! Otherwise return 0. + !< + function swf_get_iasym(this) result(iasym) + class(SwfModelType) :: this + ! -- local + integer(I4B) :: iasym + integer(I4B) :: ip + class(BndType), pointer :: packobj + ! + ! -- Start by setting iasym to zero + iasym = 0 + ! + ! -- DFW + if (this%indfw > 0) then + iasym = 1 + end if + ! + ! -- Check for any packages that introduce matrix asymmetry + do ip = 1, this%bndlist%Count() + packobj => GetBndFromList(this%bndlist, ip) + if (packobj%iasym /= 0) iasym = 1 + end do + ! + ! -- return + return + end function swf_get_iasym + +end module SwfModule diff --git a/src/Model/SurfaceWaterFlow/swf1chd1idm.f90 b/src/Model/SurfaceWaterFlow/swf1chd1idm.f90 new file mode 100644 index 00000000000..69b1de85564 --- /dev/null +++ b/src/Model/SurfaceWaterFlow/swf1chd1idm.f90 @@ -0,0 +1,411 @@ +! ** Do Not Modify! MODFLOW 6 system generated file. ** +module SwfChdInputModule + use ConstantsModule, only: LENVARNAME + use InputDefinitionModule, only: InputParamDefinitionType, & + InputBlockDefinitionType + private + public swf_chd_param_definitions + public swf_chd_aggregate_definitions + public swf_chd_block_definitions + public SwfChdParamFoundType + public swf_chd_multi_package + + type SwfChdParamFoundType + logical :: auxiliary = .false. + logical :: auxmultname = .false. + logical :: boundnames = .false. + logical :: print_input = .false. + logical :: print_flows = .false. + logical :: save_flows = .false. + logical :: ts_filerecord = .false. + logical :: ts6 = .false. + logical :: filein = .false. + logical :: ts6_filename = .false. + logical :: obs_filerecord = .false. + logical :: obs6 = .false. + logical :: obs6_filename = .false. + logical :: maxbound = .false. + logical :: cellid = .false. + logical :: head = .false. + logical :: aux = .false. + logical :: boundname = .false. + end type SwfChdParamFoundType + + logical :: swf_chd_multi_package = .true. + + type(InputParamDefinitionType), parameter :: & + swfchd_auxiliary = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'CHD', & ! subcomponent + 'OPTIONS', & ! block + 'AUXILIARY', & ! tag name + 'AUXILIARY', & ! fortran variable + 'STRING', & ! type + 'NAUX', & ! shape + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfchd_auxmultname = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'CHD', & ! subcomponent + 'OPTIONS', & ! block + 'AUXMULTNAME', & ! tag name + 'AUXMULTNAME', & ! fortran variable + 'STRING', & ! type + '', & ! shape + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfchd_boundnames = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'CHD', & ! subcomponent + 'OPTIONS', & ! block + 'BOUNDNAMES', & ! tag name + 'BOUNDNAMES', & ! fortran variable + 'KEYWORD', & ! type + '', & ! shape + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfchd_print_input = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'CHD', & ! subcomponent + 'OPTIONS', & ! block + 'PRINT_INPUT', & ! tag name + 'PRINT_INPUT', & ! fortran variable + 'KEYWORD', & ! type + '', & ! shape + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfchd_print_flows = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'CHD', & ! subcomponent + 'OPTIONS', & ! block + 'PRINT_FLOWS', & ! tag name + 'PRINT_FLOWS', & ! fortran variable + 'KEYWORD', & ! type + '', & ! shape + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfchd_save_flows = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'CHD', & ! subcomponent + 'OPTIONS', & ! block + 'SAVE_FLOWS', & ! tag name + 'SAVE_FLOWS', & ! fortran variable + 'KEYWORD', & ! type + '', & ! shape + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfchd_ts_filerecord = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'CHD', & ! subcomponent + 'OPTIONS', & ! block + 'TS_FILERECORD', & ! tag name + 'TS_FILERECORD', & ! fortran variable + 'RECORD TS6 FILEIN TS6_FILENAME', & ! type + '', & ! shape + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfchd_ts6 = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'CHD', & ! subcomponent + 'OPTIONS', & ! block + 'TS6', & ! tag name + 'TS6', & ! fortran variable + 'KEYWORD', & ! type + '', & ! shape + .true., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfchd_filein = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'CHD', & ! subcomponent + 'OPTIONS', & ! block + 'FILEIN', & ! tag name + 'FILEIN', & ! fortran variable + 'KEYWORD', & ! type + '', & ! shape + .true., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfchd_ts6_filename = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'CHD', & ! subcomponent + 'OPTIONS', & ! block + 'TS6_FILENAME', & ! tag name + 'TS6_FILENAME', & ! fortran variable + 'STRING', & ! type + '', & ! shape + .true., & ! required + .true., & ! multi-record + .true., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfchd_obs_filerecord = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'CHD', & ! subcomponent + 'OPTIONS', & ! block + 'OBS_FILERECORD', & ! tag name + 'OBS_FILERECORD', & ! fortran variable + 'RECORD OBS6 FILEIN OBS6_FILENAME', & ! type + '', & ! shape + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfchd_obs6 = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'CHD', & ! subcomponent + 'OPTIONS', & ! block + 'OBS6', & ! tag name + 'OBS6', & ! fortran variable + 'KEYWORD', & ! type + '', & ! shape + .true., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfchd_obs6_filename = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'CHD', & ! subcomponent + 'OPTIONS', & ! block + 'OBS6_FILENAME', & ! tag name + 'OBS6_FILENAME', & ! fortran variable + 'STRING', & ! type + '', & ! shape + .true., & ! required + .true., & ! multi-record + .true., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfchd_maxbound = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'CHD', & ! subcomponent + 'DIMENSIONS', & ! block + 'MAXBOUND', & ! tag name + 'MAXBOUND', & ! fortran variable + 'INTEGER', & ! type + '', & ! shape + .true., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfchd_cellid = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'CHD', & ! subcomponent + 'PERIOD', & ! block + 'CELLID', & ! tag name + 'CELLID', & ! fortran variable + 'INTEGER1D', & ! type + 'NCELLDIM', & ! shape + .true., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfchd_head = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'CHD', & ! subcomponent + 'PERIOD', & ! block + 'HEAD', & ! tag name + 'HEAD', & ! fortran variable + 'DOUBLE', & ! type + '', & ! shape + .true., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .true. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfchd_aux = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'CHD', & ! subcomponent + 'PERIOD', & ! block + 'AUX', & ! tag name + 'AUX', & ! fortran variable + 'DOUBLE1D', & ! type + 'NAUX', & ! shape + .false., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .true. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfchd_boundname = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'CHD', & ! subcomponent + 'PERIOD', & ! block + 'BOUNDNAME', & ! tag name + 'BOUNDNAME', & ! fortran variable + 'STRING', & ! type + '', & ! shape + .false., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swf_chd_param_definitions(*) = & + [ & + swfchd_auxiliary, & + swfchd_auxmultname, & + swfchd_boundnames, & + swfchd_print_input, & + swfchd_print_flows, & + swfchd_save_flows, & + swfchd_ts_filerecord, & + swfchd_ts6, & + swfchd_filein, & + swfchd_ts6_filename, & + swfchd_obs_filerecord, & + swfchd_obs6, & + swfchd_obs6_filename, & + swfchd_maxbound, & + swfchd_cellid, & + swfchd_head, & + swfchd_aux, & + swfchd_boundname & + ] + + type(InputParamDefinitionType), parameter :: & + swfchd_spd = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'CHD', & ! subcomponent + 'PERIOD', & ! block + 'STRESS_PERIOD_DATA', & ! tag name + 'SPD', & ! fortran variable + 'RECARRAY CELLID HEAD AUX BOUNDNAME', & ! type + 'MAXBOUND', & ! shape + .true., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swf_chd_aggregate_definitions(*) = & + [ & + swfchd_spd & + ] + + type(InputBlockDefinitionType), parameter :: & + swf_chd_block_definitions(*) = & + [ & + InputBlockDefinitionType( & + 'OPTIONS', & ! blockname + .false., & ! required + .false., & ! aggregate + .false. & ! block_variable + ), & + InputBlockDefinitionType( & + 'DIMENSIONS', & ! blockname + .true., & ! required + .false., & ! aggregate + .false. & ! block_variable + ), & + InputBlockDefinitionType( & + 'PERIOD', & ! blockname + .true., & ! required + .true., & ! aggregate + .true. & ! block_variable + ) & + ] + +end module SwfChdInputModule diff --git a/src/Model/SurfaceWaterFlow/swf1cxs1.f90 b/src/Model/SurfaceWaterFlow/swf1cxs1.f90 new file mode 100644 index 00000000000..efbfdfc8e60 --- /dev/null +++ b/src/Model/SurfaceWaterFlow/swf1cxs1.f90 @@ -0,0 +1,620 @@ +! The SwfCxsType package is assigned for a model +! and can be used to calculate wetted area, wetted +! perimeter, hydraulic radius, composite roughness, etc. +! even if the user doesn't specify a CXS Package. +module SwfCxsModule + + use KindModule, only: DP, I4B, LGP + use ConstantsModule, only: LENMEMPATH, DZERO + use MemoryHelperModule, only: create_mem_path + use MemoryManagerModule, only: mem_allocate + use SimVariablesModule, only: errmsg, warnmsg + use SimModule, only: count_errors, store_error, store_error_unit + use NumericalPackageModule, only: NumericalPackageType + use BaseDisModule, only: DisBaseType + + implicit none + private + public :: SwfCxsType, cxs_cr + + type, extends(NumericalPackageType) :: SwfCxsType + + ! provided as input + integer(I4B), pointer :: nsections => null() !< number of cross section + integer(I4B), pointer :: npoints => null() !< total number of cross-section points + integer(I4B), dimension(:), pointer, contiguous :: idcxs => null() !< cross section id number, size nsections + integer(I4B), dimension(:), pointer, contiguous :: nxspoints => null() !< number of cross section points for section, size nsections + real(DP), dimension(:), pointer, contiguous :: xfraction => null() !< cross-section relative x distance, of size npoints + real(DP), dimension(:), pointer, contiguous :: height => null() !< cross-section heights, of size npoints + real(DP), dimension(:), pointer, contiguous :: manfraction => null() !< cross-section roughness data, of size npoints + + ! calculated from input + integer(I4B), dimension(:), pointer, contiguous :: iacross => null() !< pointers to cross-section data for each section, of size nsections + 1 + + contains + + procedure :: allocate_scalars + procedure :: allocate_arrays + procedure :: source_options + procedure :: log_options + procedure :: source_dimensions + procedure :: log_dimensions + procedure :: source_packagedata + procedure :: log_packagedata + procedure :: source_crosssectiondata + procedure :: log_crosssectiondata + procedure :: cxs_da + procedure :: get_cross_section_info + procedure :: get_area + procedure :: get_roughness + procedure :: get_hydraulic_radius + + end type SwfCxsType + +contains + + !> @brief create package + !< + subroutine cxs_cr(pobj, name_model, input_mempath, inunit, iout, dis) + ! -- modules + use MemoryManagerExtModule, only: mem_set_value + ! -- dummy + type(SwfCxsType), pointer :: pobj + character(len=*), intent(in) :: name_model + character(len=*), intent(in) :: input_mempath + integer(I4B), intent(in) :: inunit + integer(I4B), intent(in) :: iout + class(DisBaseType), pointer, intent(inout) :: dis !< the pointer to the discretization + ! -- locals + logical(LGP) :: found_fname + ! -- formats + character(len=*), parameter :: fmtheader = & + "(1x, /1x, 'CXS -- CROSS SECTION PACKAGE, VERSION 1, 5/24/2023', & + &' INPUT READ FROM MEMPATH: ', A, /)" + ! + ! -- Create the object + allocate (pobj) + + ! -- create name and memory path + call pobj%set_names(1, name_model, 'CXS', 'CXS') + + ! -- Allocate scalars + call pobj%allocate_scalars() + + ! -- Set variables + pobj%input_mempath = input_mempath + pobj%inunit = inunit + pobj%iout = iout + pobj%dis => dis + + ! -- set name of input file + call mem_set_value(pobj%input_fname, 'INPUT_FNAME', pobj%input_mempath, & + found_fname) + + ! -- check if package is enabled + if (inunit > 0) then + + ! -- Print a message identifying the package. + write (iout, fmtheader) input_mempath + + ! -- source options + call pobj%source_options() + + ! -- source dimensions + call pobj%source_dimensions() + + ! -- allocate arrays + call pobj%allocate_arrays() + + ! -- source dimensions + call pobj%source_packagedata() + + ! -- source dimensions + call pobj%source_crosssectiondata() + + end if + + ! -- Return + return + end subroutine cxs_cr + + !> @ brief Allocate scalars + !! + !! Allocate and initialize scalars for the package. The base model + !! allocate scalars method is also called. + !! + !< + subroutine allocate_scalars(this) + ! -- modules + ! -- dummy + class(SwfCxsType) :: this + ! + ! -- allocate scalars in NumericalPackageType + call this%NumericalPackageType%allocate_scalars() + ! + ! -- Allocate scalars + call mem_allocate(this%nsections, 'NSECTIONS', this%memoryPath) + call mem_allocate(this%npoints, 'NPOINTS', this%memoryPath) + + ! -- initialize + this%nsections = 0 + this%npoints = 0 + + return + end subroutine allocate_scalars + + !> @brief Copy options from IDM into package + !< + subroutine source_options(this) + ! -- modules + use KindModule, only: LGP + use MemoryManagerExtModule, only: mem_set_value + use SimVariablesModule, only: idm_context + use SwfCxsInputModule, only: SwfCxsParamFoundType + ! -- dummy + class(SwfCxsType) :: this + ! -- locals + character(len=LENMEMPATH) :: idmMemoryPath + type(SwfCxsParamFoundType) :: found + ! + ! -- set memory path + idmMemoryPath = create_mem_path(this%name_model, 'CXS', idm_context) + ! + ! -- update defaults with idm sourced values + call mem_set_value(this%iprpak, 'PRINT_INPUT', idmMemoryPath, & + found%iprpak) + ! + ! -- log values to list file + if (this%iout > 0) then + call this%log_options(found) + end if + ! + ! -- Return + return + end subroutine source_options + + !> @brief Write user options to list file + !< + subroutine log_options(this, found) + use SwfCxsInputModule, only: SwfCxsParamFoundType + class(SwfCxsType) :: this + type(SwfCxsParamFoundType), intent(in) :: found + + write (this%iout, '(1x,a)') 'Setting CXS Options' + + if (found%iprpak) then + write (this%iout, '(4x,a)') 'Package information will be printed.' + end if + + write (this%iout, '(1x,a,/)') 'End Setting CXS Options' + + end subroutine log_options + + !> @brief Copy options from IDM into package + !< + subroutine source_dimensions(this) + ! -- modules + use KindModule, only: LGP + use MemoryManagerExtModule, only: mem_set_value + use SimVariablesModule, only: idm_context + use SwfCxsInputModule, only: SwfCxsParamFoundType + ! -- dummy + class(SwfCxsType) :: this + ! -- locals + character(len=LENMEMPATH) :: idmMemoryPath + type(SwfCxsParamFoundType) :: found + ! + ! -- set memory path + idmMemoryPath = create_mem_path(this%name_model, 'CXS', idm_context) + ! + ! -- update defaults with idm sourced values + call mem_set_value(this%nsections, 'NSECTIONS', idmMemoryPath, & + found%nsections) + call mem_set_value(this%npoints, 'NPOINTS', idmMemoryPath, & + found%npoints) + ! + ! -- ensure nsections was found + if (.not. found%nsections) then + write (errmsg, '(a)') 'Error in DIMENSIONS block: NSECTIONS not found.' + call store_error(errmsg) + end if + ! + ! -- ensure npoints was found + if (.not. found%npoints) then + write (errmsg, '(a)') 'Error in DIMENSIONS block: NPOINTS not found.' + call store_error(errmsg) + end if + ! + ! -- log values to list file + if (this%iout > 0) then + call this%log_dimensions(found) + end if + ! + ! -- Return + return + end subroutine source_dimensions + + !> @brief Write user options to list file + !< + subroutine log_dimensions(this, found) + use SwfCxsInputModule, only: SwfCxsParamFoundType + class(SwfCxsType) :: this + type(SwfCxsParamFoundType), intent(in) :: found + + write (this%iout, '(1x,a)') 'Setting CXS Dimensions' + + if (found%nsections) then + write (this%iout, '(4x,a)') 'NSECTIONS set from input file.' + end if + + if (found%npoints) then + write (this%iout, '(4x,a)') 'NPOINTS set from input file.' + end if + + write (this%iout, '(1x,a,/)') 'End Setting CXS Dimensions' + + end subroutine log_dimensions + + !> @brief allocate memory for arrays + !< + subroutine allocate_arrays(this) + ! -- dummy + class(SwfCxsType) :: this + ! -- locals + integer(I4B) :: n + ! + ! -- arrays allocation + call mem_allocate(this%idcxs, this%nsections, & + 'IDCXS', this%memoryPath) + call mem_allocate(this%nxspoints, this%nsections, & + 'NXSPOINTS', this%memoryPath) + call mem_allocate(this%xfraction, this%npoints, & + 'XFRACTION', this%memoryPath) + call mem_allocate(this%height, this%npoints, & + 'HEIGHT', this%memoryPath) + call mem_allocate(this%manfraction, this%npoints, & + 'MANFRACTION', this%memoryPath) + call mem_allocate(this%iacross, this%nsections + 1, & + 'IACROSS', this%memoryPath) + + ! -- initialization + do n = 1, this%nsections + this%idcxs(n) = 0 + this%nxspoints(n) = 0 + end do + do n = 1, this%npoints + this%xfraction(n) = DZERO + this%height(n) = DZERO + this%manfraction(n) = DZERO + end do + do n = 1, this%nsections + 1 + this%iacross(n) = 0 + end do + + ! -- Return + return + end subroutine allocate_arrays + + !> @brief Copy options from IDM into package + !< + subroutine source_packagedata(this) + ! -- modules + use KindModule, only: LGP + use MemoryManagerExtModule, only: mem_set_value + use SimVariablesModule, only: idm_context + use SwfCxsInputModule, only: SwfCxsParamFoundType + ! -- dummy + class(SwfCxsType) :: this + ! -- locals + character(len=LENMEMPATH) :: idmMemoryPath + type(SwfCxsParamFoundType) :: found + ! + ! -- set memory path + idmMemoryPath = create_mem_path(this%name_model, 'CXS', idm_context) + ! + ! -- update defaults with idm sourced values + call mem_set_value(this%idcxs, 'IDCXS', idmMemoryPath, & + found%idcxs) + call mem_set_value(this%nxspoints, 'NXSPOINTS', idmMemoryPath, & + found%nxspoints) + ! + ! -- ensure idcxs was found + if (.not. found%idcxs) then + write (errmsg, '(a)') 'Error in PACKAGEDATA block: IDCXS not found.' + call store_error(errmsg) + end if + ! + ! -- ensure nxspoints was found + if (.not. found%nxspoints) then + write (errmsg, '(a)') 'Error in PACKAGEDATA block: NXSPOINTS not found.' + call store_error(errmsg) + end if + ! + ! -- log values to list file + if (this%iout > 0) then + call this%log_packagedata(found) + end if + ! + ! -- Calculate the iacross index array using nxspoints + call calc_iacross(this%nxspoints, this%iacross) + ! + ! -- Return + return + end subroutine source_packagedata + + !> @brief Calculate index pointer array iacross from nxspoints + !< + subroutine calc_iacross(nxspoints, iacross) + integer(I4B), dimension(:), intent(in) :: nxspoints + integer(I4B), dimension(:), intent(inout) :: iacross + integer(I4B) :: n + iacross(1) = 1 + do n = 1, size(nxspoints) + iacross(n + 1) = iacross(n) + nxspoints(n) + end do + end subroutine calc_iacross + + !> @brief Write user packagedata to list file + !< + subroutine log_packagedata(this, found) + use SwfCxsInputModule, only: SwfCxsParamFoundType + class(SwfCxsType) :: this + type(SwfCxsParamFoundType), intent(in) :: found + + write (this%iout, '(1x,a)') 'Setting CXS Package Data' + + if (found%idcxs) then + write (this%iout, '(4x,a)') 'IDCXS set from input file.' + end if + + if (found%nxspoints) then + write (this%iout, '(4x,a)') 'NXSPOINTS set from input file.' + end if + + write (this%iout, '(1x,a,/)') 'End Setting CXS Package Data' + + end subroutine log_packagedata + + !> @brief Copy options from IDM into package + !< + subroutine source_crosssectiondata(this) + ! -- modules + use KindModule, only: LGP + use MemoryManagerExtModule, only: mem_set_value + use SimVariablesModule, only: idm_context + use SwfCxsInputModule, only: SwfCxsParamFoundType + ! -- dummy + class(SwfCxsType) :: this + ! -- locals + character(len=LENMEMPATH) :: idmMemoryPath + type(SwfCxsParamFoundType) :: found + ! + ! -- set memory path + idmMemoryPath = create_mem_path(this%name_model, 'CXS', idm_context) + ! + ! -- update defaults with idm sourced values + call mem_set_value(this%xfraction, 'XFRACTION', idmMemoryPath, & + found%xfraction) + call mem_set_value(this%height, 'HEIGHT', idmMemoryPath, & + found%height) + call mem_set_value(this%manfraction, 'MANFRACTION', idmMemoryPath, & + found%manfraction) + ! + ! -- ensure xfraction was found + if (.not. found%xfraction) then + write (errmsg, '(a)') & + 'Error in CROSSSECTIONDATA block: xfraction not found.' + call store_error(errmsg) + end if + ! + ! -- ensure height was found + if (.not. found%height) then + write (errmsg, '(a)') & + 'Error in CROSSSECTIONDATA block: HEIGHT not found.' + call store_error(errmsg) + end if + ! + ! -- ensure manfraction was found + if (.not. found%manfraction) then + write (errmsg, '(a)') & + 'Error in CROSSSECTIONDATA block: MANFRACTION not found.' + call store_error(errmsg) + end if + ! + ! -- log values to list file + if (this%iout > 0) then + call this%log_crosssectiondata(found) + end if + ! + ! -- Return + return + end subroutine source_crosssectiondata + + !> @brief Write user packagedata to list file + !< + subroutine log_crosssectiondata(this, found) + use SwfCxsInputModule, only: SwfCxsParamFoundType + class(SwfCxsType) :: this + type(SwfCxsParamFoundType), intent(in) :: found + + write (this%iout, '(1x,a)') 'Setting CXS Cross Section Data' + + if (found%xfraction) then + write (this%iout, '(4x,a)') 'XFRACTION set from input file.' + end if + + if (found%height) then + write (this%iout, '(4x,a)') 'HEIGHT set from input file.' + end if + + if (found%manfraction) then + write (this%iout, '(4x,a)') 'MANFRACTION set from input file.' + end if + + write (this%iout, '(1x,a,/)') 'End Setting CXS Cross Section Data' + + end subroutine log_crosssectiondata + + !> @brief deallocate memory + !< + subroutine cxs_da(this) + ! -- modules + use MemoryManagerModule, only: mem_deallocate + use MemoryManagerExtModule, only: memorylist_remove + use SimVariablesModule, only: idm_context + ! -- dummy + class(SwfCxsType) :: this + ! + ! -- Deallocate input memory + call memorylist_remove(this%name_model, 'CXS', idm_context) + ! + ! -- Scalars + call mem_deallocate(this%nsections) + call mem_deallocate(this%npoints) + ! + ! -- Deallocate arrays if the package was created + ! from an input file + if (this%inunit > 0) then + call mem_deallocate(this%idcxs) + call mem_deallocate(this%nxspoints) + call mem_deallocate(this%xfraction) + call mem_deallocate(this%height) + call mem_deallocate(this%manfraction) + call mem_deallocate(this%iacross) + end if + ! + ! -- deallocate parent + call this%NumericalPackageType%da() + ! + ! -- Return + return + end subroutine cxs_da + + subroutine get_cross_section_info(this, idcxs, i0, i1, npts, icalcmeth) + ! -- dummy + class(SwfCxsType) :: this + integer(I4B), intent(in) :: idcxs !< cross section id number + integer(I4B), intent(inout) :: i0 !< starting cross section point number + integer(I4B), intent(inout) :: i1 !< ending cross section point number + integer(I4B), intent(inout) :: npts !< number of points in cross section + integer(I4B), intent(inout) :: icalcmeth !< calculation method for mannings roughness + ! -- local + ! + ! -- Return npts = 0 if this package does not have input file + if (this%inunit == 0 .or. idcxs == 0) then + npts = 0 + i0 = 1 + i1 = 1 + icalcmeth = 0 + else + ! + ! -- If the cross section id is 0, then it is a hydraulically wide channel, + ! and only width and rough are needed (not xfraction, height, and manfraction) + if (idcxs > 0) then + i0 = this%iacross(idcxs) + i1 = this%iacross(idcxs + 1) - 1 + else + i0 = 1 + i1 = 1 + end if + ! set icalcmeth based on number of cross section points + npts = i1 - i0 + 1 + icalcmeth = 0 ! linear composite mannings resistance + if (npts > 4) then + icalcmeth = 1 ! sum q by cross section segments + end if + end if + return + end subroutine get_cross_section_info + + function get_area(this, idcxs, width, depth) result(area) + ! -- modules + use SwfCxsUtilsModule, only: get_cross_section_area + ! -- dummy + class(SwfCxsType) :: this + integer(I4B), intent(in) :: idcxs !< cross section id + real(DP), intent(in) :: width !< width in reach + real(DP), intent(in) :: depth !< stage in reach + ! -- local + real(DP) :: area + integer(I4B) :: i0 + integer(I4B) :: i1 + integer(I4B) :: npts + integer(I4B) :: icalcmeth + call this%get_cross_section_info(idcxs, i0, i1, npts, icalcmeth) + if (npts == 0) then + area = width * depth + else + area = get_cross_section_area(npts, & + this%xfraction(i0:i1), & + this%height(i0:i1), & + width, depth) + end if + end function get_area + + function get_roughness(this, idcxs, width, depth, rough, & + slope) result(roughc) + ! -- modules + use SwfCxsUtilsModule, only: calc_composite_roughness + ! -- dummy + class(SwfCxsType) :: this + integer(I4B), intent(in) :: idcxs !< cross section id + real(DP), intent(in) :: width !< width in reach + real(DP), intent(in) :: depth !< stage in reach + real(DP), intent(in) :: rough !< mannings value provided for the reach + real(DP), intent(in) :: slope !< slope value provided for the reach + ! -- local + real(DP) :: roughc !< calculated composite roughness + integer(I4B) :: i0 + integer(I4B) :: i1 + integer(I4B) :: npts + integer(I4B) :: icalcmeth + call this%get_cross_section_info(idcxs, i0, i1, npts, icalcmeth) + if (npts == 0) then + roughc = rough + else + roughc = calc_composite_roughness(npts, & + depth, & + width, & + rough, & + slope, & + this%xfraction(i0:i1), & + this%height(i0:i1), & + this%manfraction(i0:i1), & + icalcmeth) + end if + end function get_roughness + + function get_hydraulic_radius(this, idcxs, width, depth, area) result(r) + ! -- modules + use SwfCxsUtilsModule, only: get_hydraulic_radius_xf + ! -- dummy + class(SwfCxsType) :: this + integer(I4B), intent(in) :: idcxs !< cross section id + real(DP), intent(in) :: width !< width in reach + real(DP), intent(in) :: depth !< stage in reach + real(DP), intent(in), optional :: area !< area of the reach + ! -- local + real(DP) :: r !< calculated hydraulic radius + real(DP) :: a + integer(I4B) :: i0 + integer(I4B) :: i1 + integer(I4B) :: npts + integer(I4B) :: icalcmeth + call this%get_cross_section_info(idcxs, i0, i1, npts, icalcmeth) + if (present(area)) then + a = area + else + a = this%get_area(idcxs, width, depth) + end if + if (npts == 0) then + r = a / width + else + r = get_hydraulic_radius_xf(npts, & + this%xfraction(i0:i1), & + this%height(i0:i1), & + width, depth) + end if + end function get_hydraulic_radius + +end module SwfCxsModule diff --git a/src/Model/SurfaceWaterFlow/swf1cxs1idm.f90 b/src/Model/SurfaceWaterFlow/swf1cxs1idm.f90 new file mode 100644 index 00000000000..987e897a8f0 --- /dev/null +++ b/src/Model/SurfaceWaterFlow/swf1cxs1idm.f90 @@ -0,0 +1,245 @@ +! ** Do Not Modify! MODFLOW 6 system generated file. ** +module SwfCxsInputModule + use ConstantsModule, only: LENVARNAME + use InputDefinitionModule, only: InputParamDefinitionType, & + InputBlockDefinitionType + private + public swf_cxs_param_definitions + public swf_cxs_aggregate_definitions + public swf_cxs_block_definitions + public SwfCxsParamFoundType + public swf_cxs_multi_package + + type SwfCxsParamFoundType + logical :: iprpak = .false. + logical :: nsections = .false. + logical :: npoints = .false. + logical :: idcxs = .false. + logical :: nxspoints = .false. + logical :: xfraction = .false. + logical :: height = .false. + logical :: manfraction = .false. + end type SwfCxsParamFoundType + + logical :: swf_cxs_multi_package = .false. + + type(InputParamDefinitionType), parameter :: & + swfcxs_iprpak = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'CXS', & ! subcomponent + 'OPTIONS', & ! block + 'PRINT_INPUT', & ! tag name + 'IPRPAK', & ! fortran variable + 'KEYWORD', & ! type + '', & ! shape + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfcxs_nsections = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'CXS', & ! subcomponent + 'DIMENSIONS', & ! block + 'NSECTIONS', & ! tag name + 'NSECTIONS', & ! fortran variable + 'INTEGER', & ! type + '', & ! shape + .true., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfcxs_npoints = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'CXS', & ! subcomponent + 'DIMENSIONS', & ! block + 'NPOINTS', & ! tag name + 'NPOINTS', & ! fortran variable + 'INTEGER', & ! type + '', & ! shape + .true., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfcxs_idcxs = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'CXS', & ! subcomponent + 'PACKAGEDATA', & ! block + 'IDCXS', & ! tag name + 'IDCXS', & ! fortran variable + 'INTEGER', & ! type + '', & ! shape + .true., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfcxs_nxspoints = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'CXS', & ! subcomponent + 'PACKAGEDATA', & ! block + 'NXSPOINTS', & ! tag name + 'NXSPOINTS', & ! fortran variable + 'INTEGER', & ! type + '', & ! shape + .true., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfcxs_xfraction = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'CXS', & ! subcomponent + 'CROSSSECTIONDATA', & ! block + 'XFRACTION', & ! tag name + 'XFRACTION', & ! fortran variable + 'DOUBLE', & ! type + '', & ! shape + .true., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfcxs_height = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'CXS', & ! subcomponent + 'CROSSSECTIONDATA', & ! block + 'HEIGHT', & ! tag name + 'HEIGHT', & ! fortran variable + 'DOUBLE', & ! type + '', & ! shape + .true., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfcxs_manfraction = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'CXS', & ! subcomponent + 'CROSSSECTIONDATA', & ! block + 'MANFRACTION', & ! tag name + 'MANFRACTION', & ! fortran variable + 'DOUBLE', & ! type + '', & ! shape + .true., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swf_cxs_param_definitions(*) = & + [ & + swfcxs_iprpak, & + swfcxs_nsections, & + swfcxs_npoints, & + swfcxs_idcxs, & + swfcxs_nxspoints, & + swfcxs_xfraction, & + swfcxs_height, & + swfcxs_manfraction & + ] + + type(InputParamDefinitionType), parameter :: & + swfcxs_packagedata = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'CXS', & ! subcomponent + 'PACKAGEDATA', & ! block + 'PACKAGEDATA', & ! tag name + 'PACKAGEDATA', & ! fortran variable + 'RECARRAY IDCXS NXSPOINTS', & ! type + 'NSECTIONS', & ! shape + .true., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfcxs_crosssectiondata = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'CXS', & ! subcomponent + 'CROSSSECTIONDATA', & ! block + 'CROSSSECTIONDATA', & ! tag name + 'CROSSSECTIONDATA', & ! fortran variable + 'RECARRAY XFRACTION HEIGHT MANFRACTION', & ! type + 'NPOINTS', & ! shape + .true., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swf_cxs_aggregate_definitions(*) = & + [ & + swfcxs_packagedata, & + swfcxs_crosssectiondata & + ] + + type(InputBlockDefinitionType), parameter :: & + swf_cxs_block_definitions(*) = & + [ & + InputBlockDefinitionType( & + 'OPTIONS', & ! blockname + .false., & ! required + .false., & ! aggregate + .false. & ! block_variable + ), & + InputBlockDefinitionType( & + 'DIMENSIONS', & ! blockname + .true., & ! required + .false., & ! aggregate + .false. & ! block_variable + ), & + InputBlockDefinitionType( & + 'PACKAGEDATA', & ! blockname + .true., & ! required + .true., & ! aggregate + .false. & ! block_variable + ), & + InputBlockDefinitionType( & + 'CROSSSECTIONDATA', & ! blockname + .true., & ! required + .true., & ! aggregate + .false. & ! block_variable + ) & + ] + +end module SwfCxsInputModule diff --git a/src/Model/SurfaceWaterFlow/swf1dfw1.f90 b/src/Model/SurfaceWaterFlow/swf1dfw1.f90 new file mode 100644 index 00000000000..46a74002b88 --- /dev/null +++ b/src/Model/SurfaceWaterFlow/swf1dfw1.f90 @@ -0,0 +1,1078 @@ +!> @brief Stream Network Flow (SWF) Diffusive Wave (DFW) Module +!! +!! This module solves one-dimensional flow routing using a diffusive +!! wave approach. +!! +!< + +! todo: +! Implement length convert and time convert for mannings +! Use cl1 and cl2 in DFW calculations +! Move Newton to FN routines +! Implement a proper perturbation epsilon +! Is slope input parameter needed? +! Parameterize the smoothing depth? +! test ATS +! +module SwfDfwModule + + use KindModule, only: DP, I4B, LGP + use ConstantsModule, only: LENMEMPATH, LENVARNAME, LINELENGTH, & + DZERO, DHALF, DONE, DTWO, DTHREE, & + DNODATA, DEM5, DTWOTHIRDS, DP9, DONETHIRD + use MemoryHelperModule, only: create_mem_path + use MemoryManagerModule, only: mem_allocate, mem_setptr, get_isize + use SimVariablesModule, only: errmsg, warnmsg + use SimModule, only: count_errors, store_error, store_error_unit, & + store_error_filename + use NumericalPackageModule, only: NumericalPackageType + use BaseDisModule, only: DisBaseType + use SwfDislModule, only: SwfDislType + use SwfCxsModule, only: SwfCxsType + use ObsModule, only: ObsType, obs_cr + use ObsModule, only: DefaultObsIdProcessor + use ObserveModule, only: ObserveType + use MatrixBaseModule + + implicit none + private + public :: SwfDfwType, dfw_cr + + type, extends(NumericalPackageType) :: SwfDfwType + + ! -- user-provided input + integer(I4B), pointer :: icentral => null() !< flag to use central in space weighting (default is upstream weighting) + real(DP), pointer :: unitconv !< conversion factor used in mannings equation; calculated from timeconv and lengthconv + real(DP), pointer :: timeconv !< conversion factor from model length units to meters (1.0 if model uses meters for length) + real(DP), pointer :: lengthconv !< conversion factor frommodel time units to seconds (1.0 if model uses seconds for time) + real(DP), dimension(:), pointer, contiguous :: width => null() !< reach width + real(DP), dimension(:), pointer, contiguous :: manningsn => null() !< mannings roughness for each reach + real(DP), dimension(:), pointer, contiguous :: slope => null() !< slope for each reach + integer(I4B), dimension(:), pointer, contiguous :: idcxs => null() !< cross section id for each reach + integer(I4B), dimension(:), pointer, contiguous :: ibound => null() !< pointer to model ibound + integer(I4B), dimension(:), pointer, contiguous :: icelltype => null() !< set to 1 and is accessed by chd for checking + + ! -- pointer to concrete disl subclass of DisBaseType + type(SwfDislType), pointer :: disl + + ! -- observation data + integer(I4B), pointer :: inobspkg => null() !< unit number for obs package + type(ObsType), pointer :: obs => null() !< observation package + + ! -- pointer to cross section data + type(SwfCxsType), pointer :: cxs + + contains + + procedure :: allocate_scalars + procedure :: allocate_arrays + procedure :: dfw_load + procedure :: source_options + procedure :: log_options + procedure :: source_griddata + procedure :: log_griddata + procedure :: dfw_ar + procedure :: dfw_rp + procedure :: dfw_ad + procedure :: dfw_fc + procedure :: dfw_qnm_fc_nr + !procedure :: dfw_qnm_fc + procedure :: dfw_fn + procedure :: dfw_nur + procedure :: dfw_cq + procedure :: dfw_bd + procedure :: dfw_save_model_flows + procedure :: dfw_print_model_flows + procedure :: dfw_da + procedure :: dfw_df_obs + procedure :: dfw_rp_obs + procedure :: dfw_bd_obs + procedure :: qcalc + procedure :: get_cond + !procedure :: get_cond_swr + procedure :: get_cond_n + + end type SwfDfwType + +contains + + !> @brief create package + !< + subroutine dfw_cr(dfwobj, name_model, input_mempath, inunit, iout, & + dis, cxs) + ! -- modules + use MemoryManagerExtModule, only: mem_set_value + ! -- dummy + type(SwfDfwType), pointer :: dfwobj + character(len=*), intent(in) :: name_model + character(len=*), intent(in) :: input_mempath + integer(I4B), intent(in) :: inunit + integer(I4B), intent(in) :: iout + class(DisBaseType), pointer, intent(inout) :: dis !< the pointer to the discretization + type(SwfCxsType), pointer, intent(in) :: cxs !< the pointer to the cxs package + ! -- locals + logical(LGP) :: found_fname + ! -- formats + character(len=*), parameter :: fmtheader = & + "(1x, /1x, 'DFW -- DIFFUSIVE WAVE (DFW) PACKAGE, VERSION 1, 9/25/2023', & + &' INPUT READ FROM MEMPATH: ', A, /)" + ! + ! -- Create the object + allocate (dfwobj) + + ! -- create name and memory path + call dfwobj%set_names(1, name_model, 'DFW', 'DFW') + + ! -- Allocate scalars + call dfwobj%allocate_scalars() + + ! -- Set variables + dfwobj%input_mempath = input_mempath + dfwobj%inunit = inunit + dfwobj%iout = iout + + ! -- set name of input file + call mem_set_value(dfwobj%input_fname, 'INPUT_FNAME', dfwobj%input_mempath, & + found_fname) + + ! -- store pointer to disl + ! Not normally good practice, but since SWF only works with DISL + ! may be okay + dfwobj%dis => dis + select type (dis) + type is (SwfDislType) + dfwobj%disl => dis + end select + + ! -- Set a pointer to the cxs package + dfwobj%cxs => cxs + + ! -- create obs package + call obs_cr(dfwobj%obs, dfwobj%inobspkg) + + ! -- check if dfw is enabled + if (inunit > 0) then + + ! -- Print a message identifying the package. + write (iout, fmtheader) input_mempath + + ! -- allocate arrays + call dfwobj%allocate_arrays() + + ! -- load dfw + call dfwobj%dfw_load() + + end if + + ! -- Return + return + end subroutine dfw_cr + + !> @ brief Allocate scalars + !! + !! Allocate and initialize scalars for the package. The base model + !! allocate scalars method is also called. + !! + !< + subroutine allocate_scalars(this) + ! -- modules + ! -- dummy + class(SwfDfwtype) :: this + ! + ! -- allocate scalars in NumericalPackageType + call this%NumericalPackageType%allocate_scalars() + ! + ! -- Allocate scalars + call mem_allocate(this%icentral, 'ICENTRAL', this%memoryPath) + call mem_allocate(this%unitconv, 'UNITCONV', this%memoryPath) + call mem_allocate(this%lengthconv, 'LENGTHCONV', this%memoryPath) + call mem_allocate(this%timeconv, 'TIMECONV', this%memoryPath) + call mem_allocate(this%inobspkg, 'INOBSPKG', this%memoryPath) + + this%icentral = 0 + this%unitconv = DONE + this%lengthconv = DONE + this%timeconv = DONE + this%inobspkg = 0 + + return + end subroutine allocate_scalars + + !> @brief allocate memory for arrays + !< + subroutine allocate_arrays(this) + ! -- dummy + class(SwfDfwType) :: this + ! -- locals + integer(I4B) :: n + ! + ! -- user-provided input + call mem_allocate(this%width, this%dis%nodes, & + 'WIDTH', this%memoryPath) + call mem_allocate(this%manningsn, this%dis%nodes, & + 'MANNINGSN', this%memoryPath) + call mem_allocate(this%slope, this%dis%nodes, & + 'SLOPE', this%memoryPath) + call mem_allocate(this%idcxs, this%dis%nodes, & + 'IDCXS', this%memoryPath) + call mem_allocate(this%icelltype, this%dis%nodes, & + 'ICELLTYPE', this%memoryPath) + + do n = 1, this%dis%nodes + this%width(n) = DZERO + this%manningsn(n) = DZERO + this%slope(n) = DZERO + this%idcxs(n) = 0 + this%icelltype(n) = 1 + end do + + ! -- Return + return + end subroutine allocate_arrays + + !> @brief load data from IDM to package + !< + subroutine dfw_load(this) + ! -- dummy + class(SwfDfwType) :: this + ! -- locals + ! + ! -- source input data + call this%source_options() + call this%source_griddata() + ! + ! -- Return + return + end subroutine dfw_load + + !> @brief Copy options from IDM into package + !< + subroutine source_options(this) + ! -- modules + use KindModule, only: LGP + use InputOutputModule, only: getunit, openfile + use MemoryManagerExtModule, only: mem_set_value + use CharacterStringModule, only: CharacterStringType + use SwfDfwInputModule, only: SwfDfwParamFoundType + ! -- dummy + class(SwfDfwType) :: this + ! -- locals + integer(I4B) :: isize + type(SwfDfwParamFoundType) :: found + type(CharacterStringType), dimension(:), pointer, & + contiguous :: obs6_fnames + ! + ! -- update defaults with idm sourced values + call mem_set_value(this%icentral, 'ICENTRAL', & + this%input_mempath, found%icentral) + call mem_set_value(this%lengthconv, 'LENGTHCONV', & + this%input_mempath, found%lengthconv) + call mem_set_value(this%timeconv, 'TIMECONV', & + this%input_mempath, found%timeconv) + call mem_set_value(this%iprflow, 'IPRFLOW', & + this%input_mempath, found%iprflow) + call mem_set_value(this%ipakcb, 'IPAKCB', & + this%input_mempath, found%ipakcb) + ! + ! -- save flows option active + if (found%icentral) this%icentral = 1 + if (found%ipakcb) this%ipakcb = -1 + ! + ! -- calculate unit conversion + this%unitconv = this%lengthconv**DONETHIRD + this%unitconv = this%unitconv * this%timeconv + ! + ! -- check for obs6_filename + call get_isize('OBS6_FILENAME', this%input_mempath, isize) + if (isize > 0) then + ! + if (isize /= 1) then + errmsg = 'Multiple OBS6 keywords detected in OPTIONS block.'// & + ' Only one OBS6 entry allowed.' + call store_error(errmsg) + call store_error_filename(this%input_fname) + end if + ! + call mem_setptr(obs6_fnames, 'OBS6_FILENAME', this%input_mempath) + ! + found%obs6_filename = .true. + this%obs%inputFilename = obs6_fnames(1) + this%obs%active = .true. + this%inobspkg = GetUnit() + this%obs%inUnitObs = this%inobspkg + call openfile(this%inobspkg, this%iout, this%obs%inputFilename, 'OBS') + call this%obs%obs_df(this%iout, this%packName, this%filtyp, this%dis) + call this%dfw_df_obs() + end if + ! + ! -- log values to list file + if (this%iout > 0) then + call this%log_options(found) + end if + ! + ! -- Return + return + end subroutine source_options + + !> @brief Write user options to list file + !< + subroutine log_options(this, found) + use SwfDfwInputModule, only: SwfDfwParamFoundType + class(SwfDfwType) :: this + type(SwfDfwParamFoundType), intent(in) :: found + + write (this%iout, '(1x,a)') 'Setting DFW Options' + + if (found%lengthconv) then + write (this%iout, '(4x,a, G0)') 'Mannings length conversion value & + &specified as ', this%lengthconv + end if + + if (found%timeconv) then + write (this%iout, '(4x,a, G0)') 'Mannings time conversion value & + &specified as ', this%timeconv + end if + + if (found%lengthconv .or. found%timeconv) then + write (this%iout, '(4x,a, G0)') 'Mannings conversion value calculated & + &from user-provided length_conversion and & + &time_conversion is ', this%unitconv + end if + + if (found%iprflow) then + write (this%iout, '(4x,a)') 'Cell-by-cell flow information will be printed & + &to listing file whenever ICBCFL is not zero.' + end if + + if (found%ipakcb) then + write (this%iout, '(4x,a)') 'Cell-by-cell flow information will be printed & + &to listing file whenever ICBCFL is not zero.' + end if + + if (found%obs6_filename) then + write (this%iout, '(4x,a)') 'Observation package is active.' + end if + + write (this%iout, '(1x,a,/)') 'End Setting DFW Options' + + end subroutine log_options + + !> @brief copy griddata from IDM to package + !< + subroutine source_griddata(this) + ! -- modules + use SimModule, only: count_errors, store_error + use MemoryHelperModule, only: create_mem_path + use MemoryManagerModule, only: mem_reallocate + use MemoryManagerExtModule, only: mem_set_value + use SimVariablesModule, only: idm_context + use SwfDfwInputModule, only: SwfDfwParamFoundType + ! -- dummy + class(SwfDfwType) :: this + ! -- locals + character(len=LENMEMPATH) :: idmMemoryPath + type(SwfDfwParamFoundType) :: found + integer(I4B), dimension(:), pointer, contiguous :: map + ! -- formats + ! + ! -- set memory path + idmMemoryPath = create_mem_path(this%name_model, 'DFW', idm_context) + ! + ! -- set map to convert user input data into reduced data + map => null() + if (this%dis%nodes < this%dis%nodesuser) map => this%dis%nodeuser + ! + ! -- update defaults with idm sourced values + call mem_set_value(this%width, 'WIDTH', idmMemoryPath, map, found%width) + call mem_set_value(this%manningsn, 'MANNINGSN', & + idmMemoryPath, map, found%manningsn) + call mem_set_value(this%slope, 'SLOPE', idmMemoryPath, map, found%slope) + call mem_set_value(this%idcxs, 'IDCXS', idmMemoryPath, map, found%idcxs) + ! + ! -- ensure WIDTH was found + if (.not. found%width) then + write (errmsg, '(a)') 'Error in GRIDDATA block: WIDTH not found.' + call store_error(errmsg) + end if + ! + ! -- ensure MANNINGSN was found + if (.not. found%manningsn) then + write (errmsg, '(a)') 'Error in GRIDDATA block: MANNINGSN not found.' + call store_error(errmsg) + end if + ! + ! -- ensure SLOPE was found + if (.not. found%slope) then + write (errmsg, '(a)') 'Error in GRIDDATA block: SLOPE not found.' + call store_error(errmsg) + end if + ! + ! -- log griddata + if (this%iout > 0) then + call this%log_griddata(found) + end if + ! + ! -- Return + return + end subroutine source_griddata + + !> @brief log griddata to list file + !< + subroutine log_griddata(this, found) + use SwfDfwInputModule, only: SwfDfwParamFoundType + class(SwfDfwType) :: this + type(SwfDfwParamFoundType), intent(in) :: found + + write (this%iout, '(1x,a)') 'Setting DFW Griddata' + + if (found%width) then + write (this%iout, '(4x,a)') 'WIDTH set from input file' + end if + + if (found%manningsn) then + write (this%iout, '(4x,a)') 'MANNINGSN set from input file' + end if + + if (found%slope) then + write (this%iout, '(4x,a)') 'SLOPE set from input file' + end if + + if (found%idcxs) then + write (this%iout, '(4x,a)') 'IDCXS set from input file' + end if + + write (this%iout, '(1x,a,/)') 'End Setting DFW Griddata' + + end subroutine log_griddata + + !> @brief allocate memory + !< + subroutine dfw_ar(this, ibound) + ! -- modules + ! -- dummy + class(SwfDfwType) :: this !< this instance + integer(I4B), dimension(:), pointer, contiguous :: ibound !< model ibound array + + ! -- store pointer to ibound + this%ibound => ibound + + ! - observation data + call this%obs%obs_ar() + + return + end subroutine dfw_ar + + !> @brief allocate memory + !< + subroutine dfw_rp(this) + ! -- modules + ! -- dummy + class(SwfDfwType) :: this !< this instance + ! + ! -- read observations + call this%dfw_rp_obs() + return + end subroutine dfw_rp + + !> @brief advance + !< + subroutine dfw_ad(this, irestore) + ! + class(SwfDfwType) :: this + integer(I4B), intent(in) :: irestore + + ! -- Push simulated values to preceding time/subtime step + call this%obs%obs_ad() + + ! + ! -- Return + return + end subroutine dfw_ad + + !> @brief fill coefficients + !! + !! Calculate conductance and put into amat + !! + !< + subroutine dfw_fc(this, kiter, matrix_sln, idxglo, rhs, stage, stage_old) + ! -- modules + use ConstantsModule, only: DONE + ! -- dummy + class(SwfDfwType) :: this + integer(I4B) :: kiter + class(MatrixBaseType), pointer :: matrix_sln + integer(I4B), intent(in), dimension(:) :: idxglo + real(DP), intent(inout), dimension(:) :: rhs + real(DP), intent(inout), dimension(:) :: stage + real(DP), intent(inout), dimension(:) :: stage_old + ! -- local + ! + ! -- add qnm contributions to matrix equations + call this%dfw_qnm_fc_nr(kiter, matrix_sln, idxglo, rhs, stage, stage_old) + ! + ! -- Return + return + end subroutine dfw_fc + + !> @brief fill coefficients + !! + !! Add qnm contributions to matrix equations + !! + !< + subroutine dfw_qnm_fc_nr(this, kiter, matrix_sln, idxglo, rhs, stage, stage_old) + ! -- modules + use ConstantsModule, only: DONE + ! -- dummy + class(SwfDfwType) :: this + integer(I4B) :: kiter + class(MatrixBaseType), pointer :: matrix_sln + integer(I4B), intent(in), dimension(:) :: idxglo + real(DP), intent(inout), dimension(:) :: rhs + real(DP), intent(inout), dimension(:) :: stage + real(DP), intent(inout), dimension(:) :: stage_old + ! -- local + integer(I4B) :: n, m, ii, idiag + real(DP) :: qnm + real(DP) :: qeps + real(DP) :: eps + real(DP) :: derv + ! + ! -- set perturbation derivative epsilon + eps = 1.D-8 + ! + ! -- Calculate conductance and put into amat + do n = 1, this%dis%nodes + ! + ! -- Find diagonal position for row n + idiag = this%dis%con%ia(n) + ! + ! -- Loop through connections adding matrix terms + do ii = this%dis%con%ia(n) + 1, this%dis%con%ia(n + 1) - 1 + ! + ! -- skip for masked cells + if (this%dis%con%mask(ii) == 0) cycle + ! + ! -- connection variables + m = this%dis%con%ja(ii) + ! + ! -- Fill the qnm term on the right hand side + qnm = this%qcalc(n, m, stage(n), stage(m)) + rhs(n) = rhs(n) - qnm + ! + ! -- Derivative calculation and fill of n terms + qeps = this%qcalc(n, m, stage(n) + eps, stage(m)) + derv = (qeps - qnm) / eps + call matrix_sln%add_value_pos(idxglo(idiag), derv) + rhs(n) = rhs(n) + derv * stage(n) + ! + ! -- Derivative calculation and fill of m terms + qeps = this%qcalc(n, m, stage(n), stage(m) + eps) + derv = (qeps - qnm) / eps + call matrix_sln%add_value_pos(idxglo(ii), derv) + rhs(n) = rhs(n) + derv * stage(m) + + end do + end do + ! + ! -- Return + return + end subroutine dfw_qnm_fc_nr + + subroutine dfw_fn(this, kiter, matrix_sln, idxglo, rhs, stage) + ! -- dummy + class(SwfDfwType) :: this + integer(I4B) :: kiter + class(MatrixBaseType), pointer :: matrix_sln + integer(I4B), intent(in), dimension(:) :: idxglo + real(DP), intent(inout), dimension(:) :: rhs + real(DP), intent(inout), dimension(:) :: stage + ! -- local + ! + ! -- add newton terms to solution matrix + ! -- todo: add newton terms here instead? + ! + ! + ! -- Return + return + end subroutine dfw_fn + + function qcalc(this, n, m, stage_n, stage_m) result(qnm) + ! -- dummy + class(SwfDfwType) :: this + integer(I4B), intent(in) :: n + integer(I4B), intent(in) :: m + real(DP), intent(in) :: stage_n + real(DP), intent(in) :: stage_m + ! -- local + real(DP) :: qnm + real(DP) :: cond + ! + cond = this%get_cond(n, m, stage_n, stage_m) + qnm = cond * (stage_m - stage_n) + return + end function qcalc + + function get_cond(this, n, m, stage_n, stage_m) result(cond) + ! -- modules + use SmoothingModule, only: sQuadratic + ! -- dummy + class(SwfDfwType) :: this + integer(I4B), intent(in) :: n + integer(I4B), intent(in) :: m + real(DP), intent(in) :: stage_n + real(DP), intent(in) :: stage_m + ! -- local + real(DP) :: absdhdxsqr + real(DP) :: depth_n + real(DP) :: depth_m + real(DP) :: range = 1.d-2 + real(DP) :: dydx + real(DP) :: smooth_factor + real(DP) :: denom + real(DP) :: cond + real(DP) :: cn + real(DP) :: cm + ! + ! we are using a harmonic conductance approach here; however + ! the SWR Process for MODFLOW-2005/NWT uses length-weighted + ! average areas and hydraulic radius instead. + ! + denom = DHALF * this%disl%reach_length(n) + & + DHALF * this%disl%reach_length(m) + cond = DZERO + if (denom > DZERO) then + absdhdxsqr = abs((stage_n - stage_m) / denom)**DHALF + if (absdhdxsqr == DZERO) then + absdhdxsqr = 1.e-7 + end if + + depth_n = stage_n - this%disl%reach_bottom(n) + depth_m = stage_m - this%disl%reach_bottom(m) + + if (this%icentral == 0) then + ! -- use upstream weighting + if (stage_n > stage_m) then + depth_m = depth_n + else + depth_n = depth_m + end if + end if + + call sQuadratic(depth_n, range, dydx, smooth_factor) + depth_n = depth_n * smooth_factor + call sQuadratic(depth_m, range, dydx, smooth_factor) + depth_m = depth_m * smooth_factor + cn = this%get_cond_n(n, depth_n, absdhdxsqr) + cm = this%get_cond_n(m, depth_m, absdhdxsqr) + + if ((cn + cm) > DZERO) then + cond = cn * cm / (cn + cm) + else + cond = DZERO + end if + + end if + + end function get_cond + + !> @brief Calculate half reach conductance + !! + !! Calculate half reach conductance for reach n + !! using Manning's equation + !! + !< + function get_cond_n(this, n, depth, absdhdx) result(c) + ! -- modules + ! -- dummy + class(SwfDfwType) :: this + integer(I4B), intent(in) :: n !< reach number + real(DP), intent(in) :: depth !< simulated depth (stage - elevation) in reach n for this iteration + real(DP), intent(in) :: absdhdx !< absolute value of simulated hydraulic gradient + ! -- local + real(DP) :: c + real(DP) :: width + real(DP) :: rough + real(DP) :: slope + real(DP) :: dx + real(DP) :: roughc + real(DP) :: a + real(DP) :: r + ! + width = this%width(n) + rough = this%manningsn(n) + slope = this%slope(n) + dx = DHALF * this%disl%reach_length(n) + + roughc = this%cxs%get_roughness(this%idcxs(n), width, depth, rough, & + slope) + a = this%cxs%get_area(this%idcxs(n), width, depth) + r = this%cxs%get_hydraulic_radius(this%idcxs(n), width, depth, area=a) + + ! -- conductance from manning's equation + c = this%unitconv * a * r**DTWOTHIRDS / roughc / absdhdx / dx + + end function get_cond_n + + !> @ brief Newton under relaxation + !! + !! If stage is below the bottom, then pull it up a bit + !! + !< + subroutine dfw_nur(this, neqmod, x, xtemp, dx, inewtonur, dxmax, locmax) + ! -- dummy + class(SwfDfwType) :: this + integer(I4B), intent(in) :: neqmod + real(DP), dimension(neqmod), intent(inout) :: x + real(DP), dimension(neqmod), intent(in) :: xtemp + real(DP), dimension(neqmod), intent(inout) :: dx + integer(I4B), intent(inout) :: inewtonur + real(DP), intent(inout) :: dxmax + integer(I4B), intent(inout) :: locmax + ! -- local + integer(I4B) :: n + real(DP) :: botm + real(DP) :: xx + real(DP) :: dxx + ! + ! -- Newton-Raphson under-relaxation + do n = 1, this%dis%nodes + if (this%ibound(n) < 1) cycle + if (this%icelltype(n) > 0) then + botm = this%disl%reach_bottom(n) + ! -- only apply Newton-Raphson under-relaxation if + ! solution head is below the bottom of the model + if (x(n) < botm) then + inewtonur = 1 + xx = xtemp(n) * (DONE - DP9) + botm * DP9 + dxx = x(n) - xx + if (abs(dxx) > abs(dxmax)) then + locmax = n + dxmax = dxx + end if + x(n) = xx + dx(n) = DZERO + end if + end if + end do + ! + ! -- return + return + end subroutine dfw_nur + + subroutine dfw_cq(this, stage, stage_old, flowja) + ! -- dummy + class(SwfDfwType) :: this + real(DP), intent(inout), dimension(:) :: stage + real(DP), intent(inout), dimension(:) :: stage_old + real(DP), intent(inout), dimension(:) :: flowja + ! -- local + integer(I4B) :: n, ipos, m + real(DP) :: qnm + ! + ! + do n = 1, this%dis%nodes + do ipos = this%dis%con%ia(n) + 1, this%dis%con%ia(n + 1) - 1 + m = this%dis%con%ja(ipos) + if (m < n) cycle + qnm = this%qcalc(n, m, stage(n), stage(m)) + flowja(ipos) = qnm + flowja(this%dis%con%isym(ipos)) = -qnm + end do + end do + + ! + ! -- Return + return + end subroutine dfw_cq + + !> @ brief Model budget calculation for package + !! + !! Budget calculation for the DFW package components. Components include + !! external outflow + !! + !< + subroutine dfw_bd(this, isuppress_output, model_budget) + ! -- modules + use BudgetModule, only: BudgetType + ! -- dummy variables + class(SwfDfwType) :: this !< SwfDfwType object + integer(I4B), intent(in) :: isuppress_output !< flag to suppress model output + type(BudgetType), intent(inout) :: model_budget !< model budget object + ! -- local variables + ! + ! -- Add any DFW budget terms + ! none + ! + ! -- return + return + end subroutine dfw_bd + + !> @ brief save flows for package + !< + subroutine dfw_save_model_flows(this, flowja, icbcfl, icbcun) + ! -- dummy + class(SwfDfwType) :: this + real(DP), dimension(:), intent(in) :: flowja + integer(I4B), intent(in) :: icbcfl + integer(I4B), intent(in) :: icbcun + ! -- local + integer(I4B) :: ibinun + ! -- formats + ! + ! -- Set unit number for binary output + if (this%ipakcb < 0) then + ibinun = icbcun + elseif (this%ipakcb == 0) then + ibinun = 0 + else + ibinun = this%ipakcb + end if + if (icbcfl == 0) ibinun = 0 + ! + ! -- Write the face flows if requested + if (ibinun /= 0) then + ! + ! -- flowja + call this%dis%record_connection_array(flowja, ibinun, this%iout) + + end if + ! + ! -- Return + return + end subroutine dfw_save_model_flows + + !> @ brief print flows for package + !< + subroutine dfw_print_model_flows(this, ibudfl, flowja) + ! -- modules + use TdisModule, only: kper, kstp + use ConstantsModule, only: LENBIGLINE + ! -- dummy + class(SwfDfwType) :: this + integer(I4B), intent(in) :: ibudfl + real(DP), intent(inout), dimension(:) :: flowja + ! -- local + character(len=LENBIGLINE) :: line + character(len=30) :: tempstr + integer(I4B) :: n, ipos, m + real(DP) :: qnm + ! -- formats + character(len=*), parameter :: fmtiprflow = & + &"(/,4x,'CALCULATED INTERCELL FLOW FOR PERIOD ', i0, ' STEP ', i0)" + ! -- Write flowja to list file if requested + if (ibudfl /= 0 .and. this%iprflow > 0) then + write (this%iout, fmtiprflow) kper, kstp + do n = 1, this%dis%nodes + line = '' + call this%dis%noder_to_string(n, tempstr) + line = trim(tempstr)//':' + do ipos = this%dis%con%ia(n) + 1, this%dis%con%ia(n + 1) - 1 + m = this%dis%con%ja(ipos) + call this%dis%noder_to_string(m, tempstr) + line = trim(line)//' '//trim(tempstr) + qnm = flowja(ipos) + write (tempstr, '(1pg15.6)') qnm + line = trim(line)//' '//trim(adjustl(tempstr)) + end do + write (this%iout, '(a)') trim(line) + end do + end if + ! + ! -- Return + return + end subroutine dfw_print_model_flows + + !> @brief deallocate memory + !< + subroutine dfw_da(this) + ! -- modules + use MemoryManagerModule, only: mem_deallocate + use MemoryManagerExtModule, only: memorylist_remove + use SimVariablesModule, only: idm_context + ! -- dummy + class(SwfDfwType) :: this + ! + ! -- Deallocate input memory + call memorylist_remove(this%name_model, 'DFW', idm_context) + ! + ! -- Scalars + call mem_deallocate(this%icentral) + call mem_deallocate(this%unitconv) + call mem_deallocate(this%lengthconv) + call mem_deallocate(this%timeconv) + ! + ! -- Deallocate arrays + call mem_deallocate(this%width) + call mem_deallocate(this%manningsn) + call mem_deallocate(this%slope) + call mem_deallocate(this%idcxs) + call mem_deallocate(this%icelltype) + + ! -- obs package + call mem_deallocate(this%inobspkg) + call this%obs%obs_da() + deallocate (this%obs) + nullify (this%obs) + nullify (this%disl) + nullify (this%cxs) + + ! -- deallocate parent + call this%NumericalPackageType%da() + ! + ! -- Return + return + end subroutine dfw_da + + !> @brief Define the observation types available in the package + !! + !! Method to define the observation types available in the package. + !! + !< + subroutine dfw_df_obs(this) + ! -- dummy variables + class(SwfDfwType) :: this !< SwfDfwType object + ! -- local variables + integer(I4B) :: indx + ! + ! -- Store obs type and assign procedure pointer + ! for ext-outflow observation type. + call this%obs%StoreObsType('ext-outflow', .true., indx) + this%obs%obsData(indx)%ProcessIdPtr => dfwobsidprocessor + ! + ! -- return + return + end subroutine dfw_df_obs + + subroutine dfwobsidprocessor(obsrv, dis, inunitobs, iout) + ! -- dummy + type(ObserveType), intent(inout) :: obsrv + class(DisBaseType), intent(in) :: dis + integer(I4B), intent(in) :: inunitobs + integer(I4B), intent(in) :: iout + ! -- local + integer(I4B) :: n + character(len=LINELENGTH) :: strng + ! + ! -- Initialize variables + strng = obsrv%IDstring + read (strng, *) n + ! + if (n > 0) then + obsrv%NodeNumber = n + else + errmsg = 'Error reading data from ID string' + call store_error(errmsg) + call store_error_unit(inunitobs) + end if + ! + return + end subroutine dfwobsidprocessor + + !> @brief Save observations for the package + !! + !! Method to save simulated values for the package. + !! + !< + subroutine dfw_bd_obs(this) + ! -- dummy variables + class(SwfDfwType) :: this !< SwfDfwType object + ! -- local variables + integer(I4B) :: i + integer(I4B) :: j + integer(I4B) :: n + real(DP) :: v + character(len=100) :: msg + type(ObserveType), pointer :: obsrv => null() + ! + ! Write simulated values for all observations + if (this%obs%npakobs > 0) then + call this%obs%obs_bd_clear() + do i = 1, this%obs%npakobs + obsrv => this%obs%pakobs(i)%obsrv + do j = 1, obsrv%indxbnds_count + n = obsrv%indxbnds(j) + v = DZERO + select case (obsrv%ObsTypeId) + case default + msg = 'Unrecognized observation type: '//trim(obsrv%ObsTypeId) + call store_error(msg) + end select + call this%obs%SaveOneSimval(obsrv, v) + end do + end do + ! + ! -- write summary of package error messages + if (count_errors() > 0) then + call this%parser%StoreErrorUnit() + end if + end if + ! + ! -- return + return + end subroutine dfw_bd_obs + + !> @brief Read and prepare observations for a package + !! + !! Method to read and prepare observations for a package. + !! + !< + subroutine dfw_rp_obs(this) + ! -- modules + use TdisModule, only: kper + ! -- dummy variables + class(SwfDfwType), intent(inout) :: this !< SwfDfwType object + ! -- local variables + integer(I4B) :: i + integer(I4B) :: j + integer(I4B) :: nn1 + class(ObserveType), pointer :: obsrv => null() + ! -- formats + ! + ! -- process each package observation + ! only done the first stress period since boundaries are fixed + ! for the simulation + if (kper == 1) then + do i = 1, this%obs%npakobs + obsrv => this%obs%pakobs(i)%obsrv + ! + ! -- get node number 1 + nn1 = obsrv%NodeNumber + if (nn1 < 1 .or. nn1 > this%disl%nodes) then + write (errmsg, '(a,1x,a,1x,i0,1x,a,1x,i0,a)') & + trim(adjustl(obsrv%ObsTypeId)), & + 'reach must be greater than 0 and less than or equal to', & + this%disl%nodes, '(specified value is ', nn1, ')' + call store_error(errmsg) + else + if (obsrv%indxbnds_count == 0) then + call obsrv%AddObsIndex(nn1) + else + errmsg = 'Programming error in dfw_rp_obs' + call store_error(errmsg) + end if + end if + ! + ! -- check that node number 1 is valid; call store_error if not + do j = 1, obsrv%indxbnds_count + nn1 = obsrv%indxbnds(j) + if (nn1 < 1 .or. nn1 > this%disl%nodes) then + write (errmsg, '(a,1x,a,1x,i0,1x,a,1x,i0,a)') & + trim(adjustl(obsrv%ObsTypeId)), & + 'reach must be greater than 0 and less than or equal to', & + this%disl%nodes, '(specified value is ', nn1, ')' + call store_error(errmsg) + end if + end do + end do + ! + ! -- evaluate if there are any observation errors + if (count_errors() > 0) then + call this%parser%StoreErrorUnit() + end if + end if + ! + ! -- return + return + end subroutine dfw_rp_obs + +end module SwfDfwModule diff --git a/src/Model/SurfaceWaterFlow/swf1dfw1idm.f90 b/src/Model/SurfaceWaterFlow/swf1dfw1idm.f90 new file mode 100644 index 00000000000..57c6a7d55e3 --- /dev/null +++ b/src/Model/SurfaceWaterFlow/swf1dfw1idm.f90 @@ -0,0 +1,307 @@ +! ** Do Not Modify! MODFLOW 6 system generated file. ** +module SwfDfwInputModule + use ConstantsModule, only: LENVARNAME + use InputDefinitionModule, only: InputParamDefinitionType, & + InputBlockDefinitionType + private + public swf_dfw_param_definitions + public swf_dfw_aggregate_definitions + public swf_dfw_block_definitions + public SwfDfwParamFoundType + public swf_dfw_multi_package + + type SwfDfwParamFoundType + logical :: icentral = .false. + logical :: lengthconv = .false. + logical :: timeconv = .false. + logical :: ipakcb = .false. + logical :: iprflow = .false. + logical :: obs_filerecord = .false. + logical :: obs6 = .false. + logical :: filein = .false. + logical :: obs6_filename = .false. + logical :: width = .false. + logical :: manningsn = .false. + logical :: slope = .false. + logical :: idcxs = .false. + end type SwfDfwParamFoundType + + logical :: swf_dfw_multi_package = .false. + + type(InputParamDefinitionType), parameter :: & + swfdfw_icentral = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'DFW', & ! subcomponent + 'OPTIONS', & ! block + 'CENTRAL_IN_SPACE', & ! tag name + 'ICENTRAL', & ! fortran variable + 'KEYWORD', & ! type + '', & ! shape + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfdfw_lengthconv = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'DFW', & ! subcomponent + 'OPTIONS', & ! block + 'LENGTH_CONVERSION', & ! tag name + 'LENGTHCONV', & ! fortran variable + 'DOUBLE', & ! type + '', & ! shape + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfdfw_timeconv = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'DFW', & ! subcomponent + 'OPTIONS', & ! block + 'TIME_CONVERSION', & ! tag name + 'TIMECONV', & ! fortran variable + 'DOUBLE', & ! type + '', & ! shape + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfdfw_ipakcb = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'DFW', & ! subcomponent + 'OPTIONS', & ! block + 'SAVE_FLOWS', & ! tag name + 'IPAKCB', & ! fortran variable + 'KEYWORD', & ! type + '', & ! shape + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfdfw_iprflow = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'DFW', & ! subcomponent + 'OPTIONS', & ! block + 'PRINT_FLOWS', & ! tag name + 'IPRFLOW', & ! fortran variable + 'KEYWORD', & ! type + '', & ! shape + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfdfw_obs_filerecord = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'DFW', & ! subcomponent + 'OPTIONS', & ! block + 'OBS_FILERECORD', & ! tag name + 'OBS_FILERECORD', & ! fortran variable + 'RECORD OBS6 FILEIN OBS6_FILENAME', & ! type + '', & ! shape + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfdfw_obs6 = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'DFW', & ! subcomponent + 'OPTIONS', & ! block + 'OBS6', & ! tag name + 'OBS6', & ! fortran variable + 'KEYWORD', & ! type + '', & ! shape + .true., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfdfw_filein = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'DFW', & ! subcomponent + 'OPTIONS', & ! block + 'FILEIN', & ! tag name + 'FILEIN', & ! fortran variable + 'KEYWORD', & ! type + '', & ! shape + .true., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfdfw_obs6_filename = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'DFW', & ! subcomponent + 'OPTIONS', & ! block + 'OBS6_FILENAME', & ! tag name + 'OBS6_FILENAME', & ! fortran variable + 'STRING', & ! type + '', & ! shape + .true., & ! required + .true., & ! multi-record + .true., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfdfw_width = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'DFW', & ! subcomponent + 'GRIDDATA', & ! block + 'WIDTH', & ! tag name + 'WIDTH', & ! fortran variable + 'DOUBLE1D', & ! type + 'NODES', & ! shape + .true., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfdfw_manningsn = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'DFW', & ! subcomponent + 'GRIDDATA', & ! block + 'MANNINGSN', & ! tag name + 'MANNINGSN', & ! fortran variable + 'DOUBLE1D', & ! type + 'NODES', & ! shape + .true., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfdfw_slope = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'DFW', & ! subcomponent + 'GRIDDATA', & ! block + 'SLOPE', & ! tag name + 'SLOPE', & ! fortran variable + 'DOUBLE1D', & ! type + 'NODES', & ! shape + .true., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfdfw_idcxs = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'DFW', & ! subcomponent + 'GRIDDATA', & ! block + 'IDCXS', & ! tag name + 'IDCXS', & ! fortran variable + 'INTEGER1D', & ! type + 'NODES', & ! shape + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swf_dfw_param_definitions(*) = & + [ & + swfdfw_icentral, & + swfdfw_lengthconv, & + swfdfw_timeconv, & + swfdfw_ipakcb, & + swfdfw_iprflow, & + swfdfw_obs_filerecord, & + swfdfw_obs6, & + swfdfw_filein, & + swfdfw_obs6_filename, & + swfdfw_width, & + swfdfw_manningsn, & + swfdfw_slope, & + swfdfw_idcxs & + ] + + type(InputParamDefinitionType), parameter :: & + swf_dfw_aggregate_definitions(*) = & + [ & + InputParamDefinitionType & + ( & + '', & ! component + '', & ! subcomponent + '', & ! block + '', & ! tag name + '', & ! fortran variable + '', & ! type + '', & ! shape + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) & + ] + + type(InputBlockDefinitionType), parameter :: & + swf_dfw_block_definitions(*) = & + [ & + InputBlockDefinitionType( & + 'OPTIONS', & ! blockname + .false., & ! required + .false., & ! aggregate + .false. & ! block_variable + ), & + InputBlockDefinitionType( & + 'GRIDDATA', & ! blockname + .true., & ! required + .false., & ! aggregate + .false. & ! block_variable + ) & + ] + +end module SwfDfwInputModule diff --git a/src/Model/SurfaceWaterFlow/swf1disl1.f90 b/src/Model/SurfaceWaterFlow/swf1disl1.f90 new file mode 100644 index 00000000000..614d67e5e79 --- /dev/null +++ b/src/Model/SurfaceWaterFlow/swf1disl1.f90 @@ -0,0 +1,1164 @@ +module SwfDislModule + + use KindModule, only: DP, I4B, LGP + use ConstantsModule, only: LENMEMPATH, LENVARNAME, DZERO, DONE, LINELENGTH + use SimVariablesModule, only: errmsg, warnmsg + use MemoryHelperModule, only: create_mem_path + use MemoryManagerModule, only: mem_allocate + use SimModule, only: count_errors, store_error, store_error_unit, & + store_warning + use InputOutputModule, only: urword + use BaseDisModule, only: DisBaseType + use DislGeom, only: calcdist, partialdist + + implicit none + + private + public :: disl_cr + public :: SwfDislType + + type, extends(DisBaseType) :: SwfDislType + integer(I4B), pointer :: nvert => null() !< number of x,y vertices + real(DP), pointer :: convlength => null() !< conversion factor for length + real(DP), pointer :: convtime => null() !< conversion factor for time + real(DP), dimension(:), pointer, contiguous :: reach_length => null() !< length of each reach + real(DP), dimension(:), pointer, contiguous :: reach_bottom => null() !< reach bottom elevation + integer(I4B), dimension(:), pointer, contiguous :: toreach => null() !< downstream reach index (nodes) + integer(I4B), dimension(:), pointer, contiguous :: idomain => null() !< idomain (nodes) + real(DP), dimension(:, :), pointer, contiguous :: vertices => null() !< cell vertices stored as 2d array with columns of x, y, and z + real(DP), dimension(:, :), pointer, contiguous :: cellxyz => null() !< reach midpoints stored as 2d array with columns of x, y, and z + real(DP), dimension(:), pointer, contiguous :: fdc => null() !< fdc stored as array + integer(I4B), dimension(:), pointer, contiguous :: iavert => null() !< cell vertex pointer ia array + integer(I4B), dimension(:), pointer, contiguous :: javert => null() !< cell vertex pointer ja array + logical(LGP) :: toreachConnectivity = .false. !< flag to indicate build connectivity from toreach instead of vertices + contains + procedure :: disl_load + procedure :: dis_da => disl_da + procedure, public :: record_array + procedure, public :: record_srcdst_list_header + ! -- private + procedure :: allocate_scalars + procedure :: allocate_arrays + procedure :: source_options + procedure :: source_dimensions + procedure :: source_griddata + procedure :: source_vertices + procedure :: source_cell2d + procedure :: log_options + procedure :: log_dimensions + procedure :: log_griddata + procedure :: define_cellverts + procedure :: grid_finalize + !procedure :: connect + procedure :: create_connections + procedure :: write_grb + procedure :: get_nodenumber_idx1 + procedure :: nodeu_to_string + procedure :: nodeu_from_string + + end type SwfDislType + +contains + + subroutine disl_cr(dis, name_model, input_mempath, inunit, iout) + ! -- modules + use KindModule, only: LGP + use MemoryManagerExtModule, only: mem_set_value + ! -- dummy + class(DisBaseType), pointer :: dis + character(len=*), intent(in) :: name_model + character(len=*), intent(in) :: input_mempath + integer(I4B), intent(in) :: inunit + integer(I4B), intent(in) :: iout + ! -- locals + type(SwfDislType), pointer :: disnew + logical(LGP) :: found_fname + character(len=*), parameter :: fmtheader = & + "(1X, /1X, 'DISL -- LINE NETWORK DISCRETIZATION PACKAGE,', & + &' VERSION 1 : 3/30/2023 - INPUT READ FROM MEMPATH: ', A, /)" + allocate (disnew) + dis => disnew + call disnew%allocate_scalars(name_model, input_mempath) + dis%input_mempath = input_mempath + dis%inunit = inunit + dis%iout = iout + ! + ! -- set name of input file + call mem_set_value(dis%input_fname, 'INPUT_FNAME', dis%input_mempath, & + found_fname) + ! + ! -- If dis enabled + if (inunit > 0) then + + ! -- Identify package + if (iout > 0) then + write (iout, fmtheader) dis%input_mempath + end if + + ! -- load disl + call disnew%disl_load() + + end if + ! + ! -- Return + return + end subroutine disl_cr + + !> @brief Allocate scalar variables + !< + subroutine allocate_scalars(this, name_model, input_mempath) + ! -- modules + use MemoryManagerModule, only: mem_allocate + use ConstantsModule, only: DONE + ! -- dummy + class(SwfDislType) :: this + character(len=*), intent(in) :: name_model + character(len=*), intent(in) :: input_mempath + ! + ! -- Allocate parent scalars + call this%DisBaseType%allocate_scalars(name_model, input_mempath) + ! + ! -- Allocate + call mem_allocate(this%nvert, 'NVERT', this%memoryPath) + call mem_allocate(this%convlength, 'CONVLENGTH', this%memoryPath) + call mem_allocate(this%convtime, 'CONVTIME', this%memoryPath) + ! + ! -- Initialize + this%nvert = 0 + this%ndim = 1 + this%convlength = DONE + this%convtime = DONE + ! + ! -- Return + return + end subroutine allocate_scalars + + subroutine disl_load(this) + ! -- dummy + class(SwfDislType) :: this + ! -- locals + ! + ! -- source input data + call this%source_options() + call this%source_dimensions() + call this%source_griddata() + + ! If vertices provided by user, read and store vertices + if (this%nvert > 0) then + call this%source_vertices() + call this%source_cell2d() + end if + + ! create connectivity using toreach or vertices and cell2d + call this%create_connections() + + ! finalize the grid + call this%grid_finalize() + ! + ! -- Return + return + end subroutine disl_load + + !> @brief Copy options from IDM into package + !< + subroutine source_options(this) + ! -- modules + use KindModule, only: LGP + use MemoryManagerExtModule, only: mem_set_value + use SimVariablesModule, only: idm_context + use SwfDislInputModule, only: SwfDislParamFoundType + ! -- dummy + class(SwfDislType) :: this + ! -- locals + character(len=LENMEMPATH) :: idmMemoryPath + character(len=LENVARNAME), dimension(3) :: lenunits = & + &[character(len=LENVARNAME) :: 'FEET', 'METERS', 'CENTIMETERS'] + type(SwfDislParamFoundType) :: found + ! + ! -- set memory path + idmMemoryPath = create_mem_path(this%name_model, 'DISL', idm_context) + ! + ! -- update defaults with idm sourced values + call mem_set_value(this%lenuni, 'LENGTH_UNITS', & + idmMemoryPath, lenunits, found%length_units) + call mem_set_value(this%convlength, 'CONVLENGTH', & + idmMemoryPath, found%length_convert) + call mem_set_value(this%convtime, 'CONVTIME', & + idmMemoryPath, found%time_convert) + call mem_set_value(this%nogrb, 'NOGRB', & + idmMemoryPath, found%nogrb) + call mem_set_value(this%xorigin, 'XORIGIN', & + idmMemoryPath, found%xorigin) + call mem_set_value(this%yorigin, 'YORIGIN', & + idmMemoryPath, found%yorigin) + call mem_set_value(this%angrot, 'ANGROT', & + idmMemoryPath, found%angrot) + ! + ! -- log values to list file + if (this%iout > 0) then + call this%log_options(found) + end if + ! + ! -- Return + return + end subroutine source_options + + !> @brief Write user options to list file + !< + subroutine log_options(this, found) + use SwfDislInputModule, only: SwfDislParamFoundType + class(SwfDislType) :: this + type(SwfDislParamFoundType), intent(in) :: found + + write (this%iout, '(1x,a)') 'Setting Discretization Options' + + if (found%length_units) then + write (this%iout, '(4x,a,i0)') 'Model length unit [0=UND, 1=FEET, & + &2=METERS, 3=CENTIMETERS] set as ', this%lenuni + end if + + if (found%nogrb) then + write (this%iout, '(4x,a,i0)') 'Binary grid file [0=GRB, 1=NOGRB] & + &set as ', this%nogrb + end if + + if (found%xorigin) then + write (this%iout, '(4x,a,G0)') 'XORIGIN = ', this%xorigin + end if + + if (found%yorigin) then + write (this%iout, '(4x,a,G0)') 'YORIGIN = ', this%yorigin + end if + + if (found%angrot) then + write (this%iout, '(4x,a,G0)') 'ANGROT = ', this%angrot + end if + + if (found%length_convert) then + write (this%iout, '(4x,a,G0)') 'LENGTH_CONVERSION = ', this%convlength + end if + + if (found%time_convert) then + write (this%iout, '(4x,a,G0)') 'TIME_CONVERSION = ', this%convtime + end if + + write (this%iout, '(1x,a,/)') 'End Setting Discretization Options' + + end subroutine log_options + + !> @brief Copy dimensions from IDM into package + !< + subroutine source_dimensions(this) + use KindModule, only: LGP + use MemoryManagerExtModule, only: mem_set_value + use SimVariablesModule, only: idm_context + use SwfDislInputModule, only: SwfDislParamFoundType + ! -- dummy + class(SwfDislType) :: this + ! -- locals + character(len=LENMEMPATH) :: idmMemoryPath + integer(I4B) :: n + type(SwfDislParamFoundType) :: found + ! + ! -- set memory path + idmMemoryPath = create_mem_path(this%name_model, 'DISL', idm_context) + ! + ! -- update defaults with idm sourced values + call mem_set_value(this%nodes, 'NODES', idmMemoryPath, found%nodes) + call mem_set_value(this%nvert, 'NVERT', idmMemoryPath, found%nvert) + ! + ! -- for now assume nodes = nodesuser + this%nodesuser = this%nodes + ! + ! -- log simulation values + if (this%iout > 0) then + call this%log_dimensions(found) + end if + ! + ! -- verify dimensions were set + if (this%nodesuser < 1) then + call store_error( & + 'NODES was not specified or was specified incorrectly.') + call store_error_unit(this%inunit) + end if + if (this%nvert < 1) then + call store_warning( & + 'NVERT was not specified or was specified as zero. The & + &VERTICES and CELL2D blocks will not be read for the DISL6 & + &Package in model '//trim(this%memoryPath)//'.') + end if + ! + ! -- Allocate non-reduced vectors for disl + call mem_allocate(this%reach_length, this%nodesuser, & + 'REACH_LENGTH', this%memoryPath) + call mem_allocate(this%reach_bottom, this%nodesuser, & + 'REACH_BOTTOM', this%memoryPath) + call mem_allocate(this%toreach, this%nodesuser, & + 'TOREACH', this%memoryPath) + call mem_allocate(this%idomain, this%nodesuser, & + 'IDOMAIN', this%memoryPath) + ! + ! -- Allocate vertices array + if (this%nvert > 0) then + call mem_allocate(this%vertices, 3, this%nvert, & + 'VERTICES', this%memoryPath) + call mem_allocate(this%fdc, this%nodesuser, & + 'FDC', this%memoryPath) + call mem_allocate(this%cellxyz, 3, this%nodesuser, & + 'CELLXYZ', this%memoryPath) + end if + ! + ! -- initialize all cells to be active (idomain = 1) + do n = 1, this%nodesuser + this%reach_length(n) = DZERO + this%reach_bottom(n) = DZERO + this%toreach(n) = 0 + this%idomain(n) = 1 + end do + ! + ! -- Return + return + end subroutine source_dimensions + + !> @brief Write dimensions to list file + !< + subroutine log_dimensions(this, found) + use SwfDislInputModule, only: SwfDislParamFoundType + class(SwfDislType) :: this + type(SwfDislParamFoundType), intent(in) :: found + + write (this%iout, '(1x,a)') 'Setting Discretization Dimensions' + + if (found%nodes) then + write (this%iout, '(4x,a,i0)') 'NODES = ', this%nodesuser + end if + + if (found%nvert) then + write (this%iout, '(4x,a,i0)') 'NVERT = ', this%nvert + end if + + write (this%iout, '(1x,a,/)') 'End Setting Discretization Dimensions' + + end subroutine log_dimensions + + subroutine source_griddata(this) + ! -- modules + use MemoryManagerExtModule, only: mem_set_value + use SimVariablesModule, only: idm_context + use SwfDislInputModule, only: SwfDislParamFoundType + ! -- dummy + class(SwfDislType) :: this + ! -- locals + character(len=LENMEMPATH) :: idmMemoryPath + type(SwfDislParamFoundType) :: found + ! -- formats + ! + ! -- set memory path + idmMemoryPath = create_mem_path(this%name_model, 'DISL', idm_context) + ! + ! -- update defaults with idm sourced values + call mem_set_value(this%reach_length, 'REACH_LENGTH', idmMemoryPath, & + found%reach_length) + call mem_set_value(this%reach_bottom, 'REACH_BOTTOM', idmMemoryPath, & + found%reach_bottom) + call mem_set_value(this%toreach, 'TOREACH', idmMemoryPath, & + found%toreach) + if (found%toreach) then + this%toreachConnectivity = .true. + end if + call mem_set_value(this%idomain, 'IDOMAIN', idmMemoryPath, found%idomain) + ! + ! -- log simulation values + if (this%iout > 0) then + call this%log_griddata(found) + end if + ! + ! -- Return + return + end subroutine source_griddata + + !> @brief Write griddata found to list file + !< + subroutine log_griddata(this, found) + use SwfDislInputModule, only: SwfDislParamFoundType + class(SwfDislType) :: this + type(SwfDislParamFoundType), intent(in) :: found + + write (this%iout, '(1x,a)') 'Setting Discretization Griddata' + + if (found%reach_length) then + write (this%iout, '(4x,a)') 'REACH_LENGTH set from input file' + end if + + if (found%reach_bottom) then + write (this%iout, '(4x,a)') 'REACH_BOTTOM set from input file' + end if + + if (found%toreach) then + write (this%iout, '(4x,a)') 'TOREACH set from input file' + end if + + if (found%idomain) then + write (this%iout, '(4x,a)') 'IDOMAIN set from input file' + end if + + write (this%iout, '(1x,a,/)') 'End Setting Discretization Griddata' + + end subroutine log_griddata + + !> @brief Copy vertex information from input data context + !! to model context + !< + subroutine source_vertices(this) + ! -- modules + use MemoryManagerModule, only: mem_setptr + use MemoryManagerExtModule, only: mem_set_value + use SimVariablesModule, only: idm_context + ! -- dummy + class(SwfDislType) :: this + ! -- local + integer(I4B) :: i + character(len=LENMEMPATH) :: idmMemoryPath + real(DP), dimension(:), contiguous, pointer :: vert_x => null() + real(DP), dimension(:), contiguous, pointer :: vert_y => null() + real(DP), dimension(:), contiguous, pointer :: vert_z => null() + ! -- formats +! ------------------------------------------------------------------------------ + ! + ! -- set memory path + idmMemoryPath = create_mem_path(this%name_model, 'DISL', idm_context) + ! + ! -- set pointers to memory manager input arrays + call mem_setptr(vert_x, 'XV', idmMemoryPath) + call mem_setptr(vert_y, 'YV', idmMemoryPath) + call mem_setptr(vert_z, 'ZV', idmMemoryPath) + ! + ! -- set vertices 3d array + if (associated(vert_x) .and. associated(vert_y) .and. & + associated(vert_z)) then + do i = 1, this%nvert + this%vertices(1, i) = vert_x(i) + this%vertices(2, i) = vert_y(i) + this%vertices(3, i) = vert_z(i) + end do + else + call store_error('Required Vertex arrays not found.') + end if + ! + ! -- log + if (this%iout > 0) then + write (this%iout, '(1x,a)') 'Setting Discretization Vertices' + write (this%iout, '(1x,a,/)') 'End setting discretization vertices' + end if + ! + ! -- Return + return + end subroutine source_vertices + + !> @brief Copy cell2d information from input data context + !! to model context + !< + subroutine source_cell2d(this) + ! -- modules + use MemoryHelperModule, only: create_mem_path + use MemoryManagerModule, only: mem_setptr + use MemoryManagerExtModule, only: mem_set_value + use SimVariablesModule, only: idm_context + ! -- dummy + class(SwfDislType) :: this + ! -- locals + character(len=LENMEMPATH) :: idmMemoryPath + integer(I4B), dimension(:), contiguous, pointer :: icell2d => null() + integer(I4B), dimension(:), contiguous, pointer :: ncvert => null() + integer(I4B), dimension(:), contiguous, pointer :: icvert => null() + real(DP), dimension(:), contiguous, pointer :: fdc => null() + integer(I4B) :: i + ! -- formats + ! + ! -- set memory path + idmMemoryPath = create_mem_path(this%name_model, 'DISL', idm_context) + ! + ! -- set pointers to input path ncvert and icvert + call mem_setptr(icell2d, 'ICELL2D', idmMemoryPath) + call mem_setptr(ncvert, 'NCVERT', idmMemoryPath) + call mem_setptr(icvert, 'ICVERT', idmMemoryPath) + ! + ! -- + if (associated(icell2d) .and. associated(ncvert) & + .and. associated(icvert)) then + call this%define_cellverts(icell2d, ncvert, icvert) + else + call store_error('Required cell vertex arrays not found.') + end if + ! + ! -- set pointers to cell center arrays + call mem_setptr(fdc, 'FDC', idmMemoryPath) + ! + ! -- set fractional distance to cell center + if (associated(fdc)) then + do i = 1, this%nodesuser + this%fdc(i) = fdc(i) + end do + call calculate_cellxyz(this%vertices, this%fdc, this%iavert, & + this%javert, this%cellxyz) + else + call store_error('Required fdc array not found.') + end if + ! + ! -- log + if (this%iout > 0) then + write (this%iout, '(1x,a)') 'Setting Discretization CELL2D' + write (this%iout, '(1x,a,/)') 'End Setting Discretization CELL2D' + end if + ! + ! -- Return + return + end subroutine source_cell2d + + !> @brief Construct the iavert and javert integer vectors which + !! are compressed sparse row index arrays that relate the vertices + !! to reaches + !< + subroutine define_cellverts(this, icell2d, ncvert, icvert) + ! -- modules + use SparseModule, only: sparsematrix + ! -- dummy + class(SwfDislType) :: this + integer(I4B), dimension(:), contiguous, pointer, intent(in) :: icell2d + integer(I4B), dimension(:), contiguous, pointer, intent(in) :: ncvert + integer(I4B), dimension(:), contiguous, pointer, intent(in) :: icvert + ! -- locals + type(sparsematrix) :: vert_spm + integer(I4B) :: i, j, ierr + integer(I4B) :: icv_idx, startvert, maxnnz = 2 +! ------------------------------------------------------------------------------ + ! + ! -- initialize sparse matrix + call vert_spm%init(this%nodesuser, this%nvert, maxnnz) + ! + ! -- add sparse matrix connections from input memory paths + icv_idx = 1 + do i = 1, this%nodesuser + if (icell2d(i) /= i) call store_error('ICELL2D input sequence violation.') + do j = 1, ncvert(i) + call vert_spm%addconnection(i, icvert(icv_idx), 0) + if (j == 1) then + startvert = icvert(icv_idx) + end if + icv_idx = icv_idx + 1 + end do + end do + ! + ! -- allocate and fill iavert and javert + call mem_allocate(this%iavert, this%nodesuser + 1, 'IAVERT', this%memoryPath) + call mem_allocate(this%javert, vert_spm%nnz, 'JAVERT', this%memoryPath) + call vert_spm%filliaja(this%iavert, this%javert, ierr) + call vert_spm%destroy() + ! + ! -- Return + return + end subroutine define_cellverts + + !> @brief Calculate x, y, z coordinates of reach midpoint + !< + subroutine calculate_cellxyz(vertices, fdc, iavert, javert, cellxyz) + ! -- dummy + real(DP), dimension(:, :), intent(in) :: vertices !< 2d array of vertices with x, y, and z as columns + real(DP), dimension(:), intent(in) :: fdc !< fractional distance to reach midpoint (normally 0.5) + integer(I4B), dimension(:), intent(in) :: iavert !< csr mapping of vertices to cell reaches + integer(I4B), dimension(:), intent(in) :: javert !< csr mapping of vertices to cell reaches + real(DP), dimension(:, :), intent(inout) :: cellxyz !< 2d array of reach midpoint with x, y, and z as columns + ! -- local + integer(I4B) :: nodes !< number of nodes + integer(I4B) :: n !< node index + integer(I4B) :: j !< vertex index + integer(I4B) :: iv0 !< index for line reach start + integer(I4B) :: iv1 !< index for linen reach end + integer(I4B) :: ixyz !< x, y, z column index + real(DP) :: reach_length !< reach length = sum of individual line reaches + real(DP) :: fd0 !< fractional distance to start of this line reach + real(DP) :: fd1 !< fractional distance to end fo this line reach + real(DP) :: fd !< fractional distance where midpoint (defined by fdc) is located + real(DP) :: d !< distance + + nodes = size(iavert) - 1 + do n = 1, nodes + + ! calculate length of this reach + reach_length = DZERO + do j = iavert(n), iavert(n + 1) - 2 + reach_length = reach_length + & + calcdist(vertices, javert(j), javert(j + 1)) + end do + + ! find vertices that span midpoint + iv0 = 0 + iv1 = 0 + fd0 = DZERO + do j = iavert(n), iavert(n + 1) - 2 + d = calcdist(vertices, javert(j), javert(j + 1)) + fd1 = fd0 + d / reach_length + + ! if true, then we know the midpoint is some fractional distance (fd) + ! from vertex j to vertex j + 1 + if (fd1 >= fdc(n)) then + iv0 = javert(j) + iv1 = javert(j + 1) + fd = (fdc(n) - fd0) / (fd1 - fd0) + exit + end if + fd0 = fd1 + end do + + ! find x, y, z position of point on line + do ixyz = 1, 3 + cellxyz(ixyz, n) = (DONE - fd) * vertices(ixyz, iv0) + & + fd * vertices(ixyz, iv1) + end do + + end do + end subroutine calculate_cellxyz + + !> @brief Finalize grid construction + !< + subroutine grid_finalize(this) + ! -- modules + use SimModule, only: ustop, count_errors, store_error + use ConstantsModule, only: LINELENGTH, DZERO, DONE + ! -- dummy + class(SwfDislType) :: this + ! -- locals + integer(I4B) :: node, noder, k + ! -- formats + ! -- data + ! + ! -- count active cells + this%nodes = 0 + do k = 1, this%nodesuser + if (this%idomain(k) > 0) this%nodes = this%nodes + 1 + end do + ! + ! -- Check to make sure nodes is a valid number + if (this%nodes == 0) then + call store_error('MODEL DOES NOT HAVE ANY ACTIVE NODES.') + call store_error('MAKE SURE IDOMAIN ARRAY HAS SOME VALUES GREATER & + &THAN ZERO.') + call this%parser%StoreErrorUnit() + call ustop() + end if + + if (count_errors() > 0) then + call this%parser%StoreErrorUnit() + call ustop() + end if + ! + ! -- Array size is now known, so allocate + call this%allocate_arrays() + ! + ! -- Fill the nodereduced array with the reduced nodenumber, or + ! a negative number to indicate it is a pass-through cell, or + ! a zero to indicate that the cell is excluded from the + ! solution. + if (this%nodes < this%nodesuser) then + node = 1 + noder = 1 + do k = 1, this%nodesuser + if (this%idomain(k) > 0) then + this%nodereduced(node) = noder + noder = noder + 1 + elseif (this%idomain(k) < 0) then + this%nodereduced(node) = -1 + else + this%nodereduced(node) = 0 + end if + node = node + 1 + end do + end if + ! + ! -- allocate and fill nodeuser if a reduced grid + if (this%nodes < this%nodesuser) then + node = 1 + noder = 1 + do k = 1, this%nodesuser + if (this%idomain(k) > 0) then + this%nodeuser(noder) = node + noder = noder + 1 + end if + node = node + 1 + end do + end if + + ! -- Return + return + end subroutine grid_finalize + + subroutine allocate_arrays(this) + ! -- modules + use MemoryManagerModule, only: mem_allocate + ! -- dummy + class(SwfDislType) :: this + ! + ! -- Allocate arrays in DisBaseType (mshape, top, bot, area) + ! todo: disbasetype will have memory allocated for unneeded arrays + call this%DisBaseType%allocate_arrays() + ! + ! -- Allocate arrays + if (this%nodes < this%nodesuser) then + call mem_allocate(this%nodeuser, this%nodes, 'NODEUSER', this%memoryPath) + call mem_allocate(this%nodereduced, this%nodesuser, 'NODEREDUCED', & + this%memoryPath) + else + call mem_allocate(this%nodeuser, 1, 'NODEUSER', this%memoryPath) + call mem_allocate(this%nodereduced, 1, 'NODEREDUCED', this%memoryPath) + end if + ! + ! -- Initialize + this%mshape(1) = this%nodesuser + ! + ! -- Return + return + end subroutine allocate_arrays + + subroutine create_connections(this) + ! -- modules + ! -- dummy + class(SwfDislType) :: this + ! -- local + integer(I4B) :: nrsize + ! + ! -- create and fill the connections object + nrsize = 0 + if (this%nodes < this%nodesuser) nrsize = this%nodes + ! + ! -- Allocate connections object + allocate (this%con) + ! + ! -- Create connectivity + if (this%toreachConnectivity) then + ! -- build connectivity based on toreach + call this%con%dislconnections(this%name_model, this%toreach) + else + ! -- build connectivity based on vertices + call this%con%dislconnections_verts(this%name_model, this%nodes, & + this%nodesuser, nrsize, this%nvert, & + this%vertices, this%iavert, & + this%javert, this%cellxyz, this%fdc, & + this%nodereduced, this%nodeuser) + end if + + this%nja = this%con%nja + this%njas = this%con%njas + + ! + ! + ! -- return + return + end subroutine create_connections + + !> @brief Write binary grid file + !< + subroutine write_grb(this, icelltype) + ! -- modules + use InputOutputModule, only: getunit, openfile + use OpenSpecModule, only: access, form + ! -- dummy + class(SwfDislType) :: this + integer(I4B), dimension(:), intent(in) :: icelltype + ! -- local + integer(I4B) :: i, iunit, ntxt + integer(I4B), parameter :: lentxt = 100 + character(len=50) :: txthdr + character(len=lentxt) :: txt + character(len=LINELENGTH) :: fname + character(len=*), parameter :: fmtgrdsave = & + "(4X,'BINARY GRID INFORMATION WILL BE WRITTEN TO:', & + &/,6X,'UNIT NUMBER: ', I0,/,6X, 'FILE NAME: ', A)" + ! + ! -- Initialize + ntxt = 9 + if (this%nvert > 0) ntxt = ntxt + 6 + ! + ! -- Open the file + fname = trim(this%input_fname)//'.grb' + iunit = getunit() + write (this%iout, fmtgrdsave) iunit, trim(adjustl(fname)) + call openfile(iunit, this%iout, trim(adjustl(fname)), 'DATA(BINARY)', & + form, access, 'REPLACE') + ! + ! -- write header information + write (txthdr, '(a)') 'GRID DISL' + txthdr(50:50) = new_line('a') + write (iunit) txthdr + write (txthdr, '(a)') 'VERSION 1' + txthdr(50:50) = new_line('a') + write (iunit) txthdr + write (txthdr, '(a, i0)') 'NTXT ', ntxt + txthdr(50:50) = new_line('a') + write (iunit) txthdr + write (txthdr, '(a, i0)') 'LENTXT ', lentxt + txthdr(50:50) = new_line('a') + write (iunit) txthdr + ! + ! -- write variable definitions + write (txt, '(3a, i0)') 'NODES ', 'INTEGER ', 'NDIM 0 # ', this%nodesuser + txt(lentxt:lentxt) = new_line('a') + write (iunit) txt + write (txt, '(3a, i0)') 'NJA ', 'INTEGER ', 'NDIM 0 # ', this%con%nja + txt(lentxt:lentxt) = new_line('a') + write (iunit) txt + write (txt, '(3a, 1pg24.15)') 'XORIGIN ', 'DOUBLE ', 'NDIM 0 # ', this%xorigin + txt(lentxt:lentxt) = new_line('a') + write (iunit) txt + write (txt, '(3a, 1pg24.15)') 'YORIGIN ', 'DOUBLE ', 'NDIM 0 # ', this%yorigin + txt(lentxt:lentxt) = new_line('a') + write (iunit) txt + write (txt, '(3a, 1pg24.15)') 'ANGROT ', 'DOUBLE ', 'NDIM 0 # ', this%angrot + txt(lentxt:lentxt) = new_line('a') + write (iunit) txt + write (txt, '(3a, i0)') 'IA ', 'INTEGER ', 'NDIM 1 ', this%nodesuser + 1 + txt(lentxt:lentxt) = new_line('a') + write (iunit) txt + write (txt, '(3a, i0)') 'JA ', 'INTEGER ', 'NDIM 1 ', this%con%nja + txt(lentxt:lentxt) = new_line('a') + write (iunit) txt + write (txt, '(3a, i0)') 'ICELLTYPE ', 'INTEGER ', 'NDIM 1 ', this%nodesuser + txt(lentxt:lentxt) = new_line('a') + write (iunit) txt + write (txt, '(3a, i0)') 'IDOMAIN ', 'INTEGER ', 'NDIM 1 ', this%nodesuser + txt(lentxt:lentxt) = new_line('a') + write (iunit) txt + ! + ! -- if vertices have been read then write additional header information + if (this%nvert > 0) then + write (txt, '(3a, i0)') 'VERTICES ', 'DOUBLE ', 'NDIM 2 3 ', this%nvert + txt(lentxt:lentxt) = new_line('a') + write (iunit) txt + write (txt, '(3a, i0)') 'CELLX ', 'DOUBLE ', 'NDIM 1 ', this%nodesuser + txt(lentxt:lentxt) = new_line('a') + write (iunit) txt + write (txt, '(3a, i0)') 'CELLY ', 'DOUBLE ', 'NDIM 1 ', this%nodesuser + txt(lentxt:lentxt) = new_line('a') + write (iunit) txt + write (txt, '(3a, i0)') 'CELLZ ', 'DOUBLE ', 'NDIM 1 ', this%nodesuser + txt(lentxt:lentxt) = new_line('a') + write (iunit) txt + write (txt, '(3a, i0)') 'IAVERT ', 'INTEGER ', 'NDIM 1 ', this%nodesuser + 1 + txt(lentxt:lentxt) = new_line('a') + write (iunit) txt + write (txt, '(3a, i0)') 'JAVERT ', 'INTEGER ', 'NDIM 1 ', size(this%javert) + txt(lentxt:lentxt) = new_line('a') + write (iunit) txt + end if + ! + ! -- write data + write (iunit) this%nodesuser ! nodes + write (iunit) this%nja ! nja + write (iunit) this%xorigin ! xorigin + write (iunit) this%yorigin ! yorigin + write (iunit) this%angrot ! angrot + write (iunit) this%con%iausr ! ia + write (iunit) this%con%jausr ! ja + write (iunit) icelltype ! icelltype + write (iunit) this%idomain ! idomain + ! + ! -- if vertices have been read then write additional data + if (this%nvert > 0) then + write (iunit) this%vertices ! vertices + write (iunit) (this%cellxyz(1, i), i=1, this%nodesuser) ! cellx + write (iunit) (this%cellxyz(2, i), i=1, this%nodesuser) ! celly + write (iunit) (this%cellxyz(3, i), i=1, this%nodesuser) ! cellz + write (iunit) this%iavert ! iavert + write (iunit) this%javert ! javert + end if + ! + ! -- Close the file + close (iunit) + ! + ! -- return + return + end subroutine write_grb + + !> + !! Return a nodenumber from the user specified node number with an + !! option to perform a check. This subroutine can be overridden by + !! child classes to perform mapping to a model node number + !< + function get_nodenumber_idx1(this, nodeu, icheck) result(nodenumber) + class(SwfDislType), intent(in) :: this + integer(I4B), intent(in) :: nodeu + integer(I4B), intent(in) :: icheck + integer(I4B) :: nodenumber + ! + if (icheck /= 0) then + if (nodeu < 1 .or. nodeu > this%nodes) then + write (errmsg, '(a,i10)') & + 'Nodenumber less than 1 or greater than nodes:', nodeu + call store_error(errmsg) + end if + end if + ! + ! -- set node number based on wheter it is reduced or not + if (this%nodes == this%nodesuser) then + nodenumber = nodeu + else + nodenumber = this%nodereduced(nodeu) + end if + ! + ! -- return + return + end function get_nodenumber_idx1 + + subroutine nodeu_to_string(this, nodeu, str) + ! -- dummy + class(SwfDislType) :: this + integer(I4B), intent(in) :: nodeu + character(len=*), intent(inout) :: str + ! -- local + character(len=10) :: nstr + ! + write (nstr, '(i0)') nodeu + str = '('//trim(adjustl(nstr))//')' + ! + ! -- return + return + end subroutine nodeu_to_string + + !> + !! nodeu_from_string -- Receive a string and convert the string to a user + !! nodenumber. The model is unstructured; just read user nodenumber. + !! If flag_string argument is present and true, the first token in string + !! is allowed to be a string (e.g. boundary name). In this case, if a string + !! is encountered, return value as -2. + !< + function nodeu_from_string(this, lloc, istart, istop, in, iout, line, & + flag_string, allow_zero) result(nodeu) + ! -- dummy + class(SwfDislType) :: this + integer(I4B), intent(inout) :: lloc + integer(I4B), intent(inout) :: istart + integer(I4B), intent(inout) :: istop + integer(I4B), intent(in) :: in + integer(I4B), intent(in) :: iout + character(len=*), intent(inout) :: line + logical, optional, intent(in) :: flag_string + logical, optional, intent(in) :: allow_zero + integer(I4B) :: nodeu + ! -- local + integer(I4B) :: lloclocal, ndum, istat, n + real(DP) :: r + ! + if (present(flag_string)) then + if (flag_string) then + ! Check to see if first token in line can be read as an integer. + lloclocal = lloc + call urword(line, lloclocal, istart, istop, 1, ndum, r, iout, in) + read (line(istart:istop), *, iostat=istat) n + if (istat /= 0) then + ! First token in line is not an integer; return flag to this effect. + nodeu = -2 + return + end if + end if + end if + ! + call urword(line, lloc, istart, istop, 2, nodeu, r, iout, in) + ! + if (nodeu == 0) then + if (present(allow_zero)) then + if (allow_zero) then + return + end if + end if + end if + ! + if (nodeu < 1 .or. nodeu > this%nodesuser) then + write (errmsg, '(a,i0,a)') & + "Node number in list (", nodeu, ") is outside of the grid. "// & + "Cell number cannot be determined in line '"// & + trim(adjustl(line))//"'." + call store_error(errmsg) + call store_error_unit(in) + end if + ! + ! -- return + return + + end function nodeu_from_string + + subroutine disl_da(this) + ! -- modules + use MemoryManagerModule, only: mem_deallocate + use MemoryManagerExtModule, only: memorylist_remove + use SimVariablesModule, only: idm_context + ! -- dummy + class(SwfDislType) :: this + ! -- local + logical(LGP) :: deallocate_vertices + ! + ! -- Deallocate idm memory + call memorylist_remove(this%name_model, 'DISL', idm_context) + ! + ! -- scalars + deallocate_vertices = (this%nvert > 0) + call mem_deallocate(this%nvert) + call mem_deallocate(this%convlength) + call mem_deallocate(this%convtime) + ! + ! -- arrays + call mem_deallocate(this%nodeuser) + call mem_deallocate(this%nodereduced) + call mem_deallocate(this%reach_length) + call mem_deallocate(this%reach_bottom) + call mem_deallocate(this%toreach) + call mem_deallocate(this%idomain) + ! + ! -- cdl hack for arrays for vertices and cell2d blocks + if (deallocate_vertices) then + call mem_deallocate(this%vertices) + call mem_deallocate(this%fdc) + call mem_deallocate(this%cellxyz) + call mem_deallocate(this%iavert) + call mem_deallocate(this%javert) + end if + ! + ! -- DisBaseType deallocate + call this%DisBaseType%dis_da() + ! + ! -- Return + return + end subroutine disl_da + + !> @brief Record a double precision array + !! + !! Record a double precision array. The array will be + !! printed to an external file and/or written to an unformatted external file + !! depending on the argument specifications. + !< + subroutine record_array(this, darray, iout, iprint, idataun, aname, & + cdatafmp, nvaluesp, nwidthp, editdesc, dinact) + ! -- modules + use TdisModule, only: kstp, kper, pertim, totim, delt + use InputOutputModule, only: ulasav, ulaprufw, ubdsv1 + ! -- dummy + class(SwfDislType), intent(inout) :: this + real(DP), dimension(:), pointer, contiguous, intent(inout) :: darray !< double precision array to record + integer(I4B), intent(in) :: iout !< unit number for ascii output + integer(I4B), intent(in) :: iprint !< flag indicating whether or not to print the array + integer(I4B), intent(in) :: idataun !< unit number to which the array will be written in binary + character(len=*), intent(in) :: aname !< text descriptor of the array + character(len=*), intent(in) :: cdatafmp ! fortran format for writing the array + integer(I4B), intent(in) :: nvaluesp !< number of values per line for printing + integer(I4B), intent(in) :: nwidthp !< width of the number for printing + character(len=*), intent(in) :: editdesc !< format type (I, G, F, S, E) + real(DP), intent(in) :: dinact !< double precision value to use for cells that are excluded from model domain + ! -- local + integer(I4B) :: k, ifirst + integer(I4B) :: nlay + integer(I4B) :: nrow + integer(I4B) :: ncol + integer(I4B) :: nval + integer(I4B) :: nodeu, noder + integer(I4B) :: istart, istop + real(DP), dimension(:), pointer, contiguous :: dtemp + ! -- formats + character(len=*), parameter :: fmthsv = & + "(1X,/1X,a,' WILL BE SAVED ON UNIT ',I4, & + &' AT END OF TIME STEP',I5,', STRESS PERIOD ',I4)" + ! + ! -- set variables + nlay = 1 + nrow = 1 + ncol = this%mshape(1) + ! + ! -- If this is a reduced model, then copy the values from darray into + ! dtemp. + if (this%nodes < this%nodesuser) then + nval = this%nodes + dtemp => this%dbuff + do nodeu = 1, this%nodesuser + noder = this%get_nodenumber(nodeu, 0) + if (noder <= 0) then + dtemp(nodeu) = dinact + cycle + end if + dtemp(nodeu) = darray(noder) + end do + else + nval = this%nodes + dtemp => darray + end if + ! + ! -- Print to iout if iprint /= 0 + if (iprint /= 0) then + istart = 1 + do k = 1, nlay + istop = istart + nrow * ncol - 1 + call ulaprufw(ncol, nrow, kstp, kper, k, iout, dtemp(istart:istop), & + aname, cdatafmp, nvaluesp, nwidthp, editdesc) + istart = istop + 1 + end do + end if + ! + ! -- Save array to an external file. + if (idataun > 0) then + ! -- write to binary file by layer + ifirst = 1 + istart = 1 + do k = 1, nlay + istop = istart + nrow * ncol - 1 + if (ifirst == 1) write (iout, fmthsv) & + trim(adjustl(aname)), idataun, & + kstp, kper + ifirst = 0 + call ulasav(dtemp(istart:istop), aname, kstp, kper, & + pertim, totim, ncol, nrow, k, idataun) + istart = istop + 1 + end do + elseif (idataun < 0) then + ! + ! -- write entire array as one record + call ubdsv1(kstp, kper, aname, -idataun, dtemp, ncol, nrow, nlay, & + iout, delt, pertim, totim) + end if + ! + ! -- return + return + end subroutine record_array + + !> @brief Record list header using ubdsv06 + !< + subroutine record_srcdst_list_header(this, text, textmodel, textpackage, & + dstmodel, dstpackage, naux, auxtxt, & + ibdchn, nlist, iout) + ! -- module + use TdisModule, only: kstp, kper, pertim, totim, delt + use InputOutputModule, only: ubdsv06 + ! -- dummy + class(SwfDislType) :: this + character(len=16), intent(in) :: text + character(len=16), intent(in) :: textmodel + character(len=16), intent(in) :: textpackage + character(len=16), intent(in) :: dstmodel + character(len=16), intent(in) :: dstpackage + integer(I4B), intent(in) :: naux + character(len=16), dimension(:), intent(in) :: auxtxt + integer(I4B), intent(in) :: ibdchn + integer(I4B), intent(in) :: nlist + integer(I4B), intent(in) :: iout + ! -- local + integer(I4B) :: nlay, nrow, ncol + ! + nlay = 1 + nrow = 1 + ncol = this%mshape(1) + ! + ! -- Use ubdsv06 to write list header + call ubdsv06(kstp, kper, text, textmodel, textpackage, dstmodel, dstpackage, & + ibdchn, naux, auxtxt, ncol, nrow, nlay, & + nlist, iout, delt, pertim, totim) + ! + ! -- return + return + end subroutine record_srcdst_list_header + +end module SwfDislModule diff --git a/src/Model/SurfaceWaterFlow/swf1disl1idm.f90 b/src/Model/SurfaceWaterFlow/swf1disl1idm.f90 new file mode 100644 index 00000000000..6095075646c --- /dev/null +++ b/src/Model/SurfaceWaterFlow/swf1disl1idm.f90 @@ -0,0 +1,498 @@ +! ** Do Not Modify! MODFLOW 6 system generated file. ** +module SwfDislInputModule + use ConstantsModule, only: LENVARNAME + use InputDefinitionModule, only: InputParamDefinitionType, & + InputBlockDefinitionType + private + public swf_disl_param_definitions + public swf_disl_aggregate_definitions + public swf_disl_block_definitions + public SwfDislParamFoundType + public swf_disl_multi_package + + type SwfDislParamFoundType + logical :: length_units = .false. + logical :: length_convert = .false. + logical :: time_convert = .false. + logical :: nogrb = .false. + logical :: xorigin = .false. + logical :: yorigin = .false. + logical :: angrot = .false. + logical :: nodes = .false. + logical :: nvert = .false. + logical :: reach_length = .false. + logical :: reach_bottom = .false. + logical :: toreach = .false. + logical :: idomain = .false. + logical :: iv = .false. + logical :: xv = .false. + logical :: yv = .false. + logical :: zv = .false. + logical :: icell2d = .false. + logical :: fdc = .false. + logical :: ncvert = .false. + logical :: icvert = .false. + end type SwfDislParamFoundType + + logical :: swf_disl_multi_package = .false. + + type(InputParamDefinitionType), parameter :: & + swfdisl_length_units = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'DISL', & ! subcomponent + 'OPTIONS', & ! block + 'LENGTH_UNITS', & ! tag name + 'LENGTH_UNITS', & ! fortran variable + 'STRING', & ! type + '', & ! shape + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfdisl_length_convert = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'DISL', & ! subcomponent + 'OPTIONS', & ! block + 'LENGTH_CONVERT', & ! tag name + 'LENGTH_CONVERT', & ! fortran variable + 'DOUBLE', & ! type + '', & ! shape + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfdisl_time_convert = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'DISL', & ! subcomponent + 'OPTIONS', & ! block + 'TIME_CONVERT', & ! tag name + 'TIME_CONVERT', & ! fortran variable + 'DOUBLE', & ! type + '', & ! shape + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfdisl_nogrb = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'DISL', & ! subcomponent + 'OPTIONS', & ! block + 'NOGRB', & ! tag name + 'NOGRB', & ! fortran variable + 'KEYWORD', & ! type + '', & ! shape + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfdisl_xorigin = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'DISL', & ! subcomponent + 'OPTIONS', & ! block + 'XORIGIN', & ! tag name + 'XORIGIN', & ! fortran variable + 'DOUBLE', & ! type + '', & ! shape + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfdisl_yorigin = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'DISL', & ! subcomponent + 'OPTIONS', & ! block + 'YORIGIN', & ! tag name + 'YORIGIN', & ! fortran variable + 'DOUBLE', & ! type + '', & ! shape + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfdisl_angrot = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'DISL', & ! subcomponent + 'OPTIONS', & ! block + 'ANGROT', & ! tag name + 'ANGROT', & ! fortran variable + 'DOUBLE', & ! type + '', & ! shape + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfdisl_nodes = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'DISL', & ! subcomponent + 'DIMENSIONS', & ! block + 'NODES', & ! tag name + 'NODES', & ! fortran variable + 'INTEGER', & ! type + '', & ! shape + .true., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfdisl_nvert = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'DISL', & ! subcomponent + 'DIMENSIONS', & ! block + 'NVERT', & ! tag name + 'NVERT', & ! fortran variable + 'INTEGER', & ! type + '', & ! shape + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfdisl_reach_length = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'DISL', & ! subcomponent + 'GRIDDATA', & ! block + 'REACH_LENGTH', & ! tag name + 'REACH_LENGTH', & ! fortran variable + 'DOUBLE1D', & ! type + 'NODES', & ! shape + .true., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfdisl_reach_bottom = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'DISL', & ! subcomponent + 'GRIDDATA', & ! block + 'REACH_BOTTOM', & ! tag name + 'REACH_BOTTOM', & ! fortran variable + 'DOUBLE1D', & ! type + 'NODES', & ! shape + .true., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfdisl_toreach = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'DISL', & ! subcomponent + 'GRIDDATA', & ! block + 'TOREACH', & ! tag name + 'TOREACH', & ! fortran variable + 'INTEGER1D', & ! type + 'NODES', & ! shape + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfdisl_idomain = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'DISL', & ! subcomponent + 'GRIDDATA', & ! block + 'IDOMAIN', & ! tag name + 'IDOMAIN', & ! fortran variable + 'INTEGER1D', & ! type + 'NODES', & ! shape + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfdisl_iv = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'DISL', & ! subcomponent + 'VERTICES', & ! block + 'IV', & ! tag name + 'IV', & ! fortran variable + 'INTEGER', & ! type + '', & ! shape + .true., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfdisl_xv = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'DISL', & ! subcomponent + 'VERTICES', & ! block + 'XV', & ! tag name + 'XV', & ! fortran variable + 'DOUBLE', & ! type + '', & ! shape + .true., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfdisl_yv = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'DISL', & ! subcomponent + 'VERTICES', & ! block + 'YV', & ! tag name + 'YV', & ! fortran variable + 'DOUBLE', & ! type + '', & ! shape + .true., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfdisl_zv = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'DISL', & ! subcomponent + 'VERTICES', & ! block + 'ZV', & ! tag name + 'ZV', & ! fortran variable + 'DOUBLE', & ! type + '', & ! shape + .true., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfdisl_icell2d = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'DISL', & ! subcomponent + 'CELL2D', & ! block + 'ICELL2D', & ! tag name + 'ICELL2D', & ! fortran variable + 'INTEGER', & ! type + '', & ! shape + .true., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfdisl_fdc = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'DISL', & ! subcomponent + 'CELL2D', & ! block + 'FDC', & ! tag name + 'FDC', & ! fortran variable + 'DOUBLE', & ! type + '', & ! shape + .true., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfdisl_ncvert = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'DISL', & ! subcomponent + 'CELL2D', & ! block + 'NCVERT', & ! tag name + 'NCVERT', & ! fortran variable + 'INTEGER', & ! type + '', & ! shape + .true., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfdisl_icvert = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'DISL', & ! subcomponent + 'CELL2D', & ! block + 'ICVERT', & ! tag name + 'ICVERT', & ! fortran variable + 'INTEGER1D', & ! type + 'NCVERT', & ! shape + .true., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swf_disl_param_definitions(*) = & + [ & + swfdisl_length_units, & + swfdisl_length_convert, & + swfdisl_time_convert, & + swfdisl_nogrb, & + swfdisl_xorigin, & + swfdisl_yorigin, & + swfdisl_angrot, & + swfdisl_nodes, & + swfdisl_nvert, & + swfdisl_reach_length, & + swfdisl_reach_bottom, & + swfdisl_toreach, & + swfdisl_idomain, & + swfdisl_iv, & + swfdisl_xv, & + swfdisl_yv, & + swfdisl_zv, & + swfdisl_icell2d, & + swfdisl_fdc, & + swfdisl_ncvert, & + swfdisl_icvert & + ] + + type(InputParamDefinitionType), parameter :: & + swfdisl_vertices = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'DISL', & ! subcomponent + 'VERTICES', & ! block + 'VERTICES', & ! tag name + 'VERTICES', & ! fortran variable + 'RECARRAY IV XV YV ZV', & ! type + 'NVERT', & ! shape + .true., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfdisl_cell2d = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'DISL', & ! subcomponent + 'CELL2D', & ! block + 'CELL2D', & ! tag name + 'CELL2D', & ! fortran variable + 'RECARRAY ICELL2D FDC NCVERT ICVERT', & ! type + 'NODES', & ! shape + .true., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swf_disl_aggregate_definitions(*) = & + [ & + swfdisl_vertices, & + swfdisl_cell2d & + ] + + type(InputBlockDefinitionType), parameter :: & + swf_disl_block_definitions(*) = & + [ & + InputBlockDefinitionType( & + 'OPTIONS', & ! blockname + .false., & ! required + .false., & ! aggregate + .false. & ! block_variable + ), & + InputBlockDefinitionType( & + 'DIMENSIONS', & ! blockname + .true., & ! required + .false., & ! aggregate + .false. & ! block_variable + ), & + InputBlockDefinitionType( & + 'GRIDDATA', & ! blockname + .true., & ! required + .false., & ! aggregate + .false. & ! block_variable + ), & + InputBlockDefinitionType( & + 'VERTICES', & ! blockname + .true., & ! required + .true., & ! aggregate + .false. & ! block_variable + ), & + InputBlockDefinitionType( & + 'CELL2D', & ! blockname + .true., & ! required + .true., & ! aggregate + .false. & ! block_variable + ) & + ] + +end module SwfDislInputModule diff --git a/src/Model/SurfaceWaterFlow/swf1flw1.f90 b/src/Model/SurfaceWaterFlow/swf1flw1.f90 new file mode 100644 index 00000000000..8cd22ebac4f --- /dev/null +++ b/src/Model/SurfaceWaterFlow/swf1flw1.f90 @@ -0,0 +1,533 @@ +!> @brief This module contains the FLW package methods +!! +!! This module can be used to represent inflow to streams. It is based +!! on the GWF WEL package. +!! +!< +module SwfFlwModule + ! -- modules + use KindModule, only: DP, I4B + use ConstantsModule, only: DZERO, DEM1, DONE, LENFTYPE, DNODATA, & + LINELENGTH + use SimVariablesModule, only: errmsg + use SimModule, only: store_error, store_error_filename + use MemoryHelperModule, only: create_mem_path + use BndModule, only: BndType + use BndExtModule, only: BndExtType + use ObsModule, only: DefaultObsIdProcessor + use SmoothingModule, only: sQSaturation, sQSaturationDerivative + use ObserveModule, only: ObserveType + use TimeSeriesLinkModule, only: TimeSeriesLinkType, & + GetTimeSeriesLinkFromList + use BlockParserModule, only: BlockParserType + use InputOutputModule, only: GetUnit, openfile + use MatrixBaseModule + ! + implicit none + ! + private + public :: flw_create + ! + character(len=LENFTYPE) :: ftype = 'FLW' !< package ftype + character(len=16) :: text = ' FLW' !< package flow text string + ! + type, extends(BndExtType) :: SwfFlwType + real(DP), dimension(:), pointer, contiguous :: q => null() !< volumetric rate + contains + procedure :: allocate_scalars => flw_allocate_scalars + procedure :: allocate_arrays => flw_allocate_arrays + procedure :: source_options => flw_options + procedure :: log_flw_options + procedure :: bnd_rp => flw_rp + procedure :: bnd_cf => flw_cf + procedure :: bnd_fc => flw_fc + procedure :: bnd_da => flw_da + procedure :: define_listlabel + procedure :: bound_value => flw_bound_value + procedure :: q_mult + ! -- methods for observations + procedure, public :: bnd_obs_supported => flw_obs_supported + procedure, public :: bnd_df_obs => flw_df_obs + procedure, public :: bnd_bd_obs => flw_bd_obs + ! -- methods for time series + procedure, public :: bnd_rp_ts => flw_rp_ts + end type SwfFlwType + +contains + + !> @ brief Create a new package object + !! + !! Create a new FLW Package object + !! + !< + subroutine flw_create(packobj, id, ibcnum, inunit, iout, namemodel, pakname, & + mempath) + ! -- dummy variables + class(BndType), pointer :: packobj !< pointer to default package type + integer(I4B), intent(in) :: id !< package id + integer(I4B), intent(in) :: ibcnum !< boundary condition number + integer(I4B), intent(in) :: inunit !< unit number of FLW package input file + integer(I4B), intent(in) :: iout !< unit number of model listing file + character(len=*), intent(in) :: namemodel !< model name + character(len=*), intent(in) :: pakname !< package name + character(len=*), intent(in) :: mempath !< input mempath + ! -- local variables + type(SwfFlwType), pointer :: flwobj + ! + ! -- allocate the object and assign values to object variables + allocate (flwobj) + packobj => flwobj + ! + ! -- create name and memory path + call packobj%set_names(ibcnum, namemodel, pakname, ftype, mempath) + packobj%text = text + ! + ! -- allocate scalars + call flwobj%allocate_scalars() + ! + ! -- initialize package + call packobj%pack_initialize() + + packobj%inunit = inunit + packobj%iout = iout + packobj%id = id + packobj%ibcnum = ibcnum + packobj%ncolbnd = 1 + packobj%iscloc = 1 + packobj%ictMemPath = '' + ! + ! -- return + return + end subroutine flw_create + + !> @ brief Allocate scalars + !! + !! Allocate and initialize scalars for the FLW package. The base model + !! allocate scalars method is also called. + !! + !< + subroutine flw_allocate_scalars(this) + ! -- modules + use MemoryManagerModule, only: mem_allocate + ! -- dummy variables + class(SwfFlwType) :: this !< SwfFlwType object + ! + ! -- call base type allocate scalars + call this%BndExtType%allocate_scalars() + ! + ! -- allocate the object and assign values to object variables + ! none for this package + ! + ! -- Set values + ! none for this package + ! + ! -- return + return + end subroutine flw_allocate_scalars + + !> @ brief Allocate arrays + !! + !! Allocate and initialize arrays for the SWF package + !! + !< + subroutine flw_allocate_arrays(this, nodelist, auxvar) + ! -- modules + use MemoryManagerModule, only: mem_allocate, mem_setptr, mem_checkin + ! -- dummy + class(SwfFlwType) :: this + integer(I4B), dimension(:), pointer, contiguous, optional :: nodelist + real(DP), dimension(:, :), pointer, contiguous, optional :: auxvar + ! -- local + ! + ! -- call BndExtType allocate scalars + call this%BndExtType%allocate_arrays(nodelist, auxvar) + ! + ! -- set q array input context pointer + call mem_setptr(this%q, 'Q', this%input_mempath) + ! + ! -- checkin q array input context pointer + call mem_checkin(this%q, 'Q', this%memoryPath, & + 'Q', this%input_mempath) + ! + ! -- return + return + end subroutine flw_allocate_arrays + + !> @ brief Deallocate package memory + !! + !! Deallocate SWF package scalars and arrays. + !! + !< + subroutine flw_da(this) + ! -- modules + use MemoryManagerModule, only: mem_deallocate + ! -- dummy variables + class(SwfFlwType) :: this !< SwfFlwType object + ! + ! -- Deallocate parent package + call this%BndExtType%bnd_da() + ! + ! -- scalars + call mem_deallocate(this%q, 'Q', this%memoryPath) + ! + ! -- return + return + end subroutine flw_da + + !> @ brief Source additional options for package + !! + !! Source additional options for SWF package. + !! + !< + subroutine flw_options(this) + ! -- modules + use InputOutputModule, only: urword + use MemoryManagerExtModule, only: mem_set_value + use SwfFlwInputModule, only: SwfFlwParamFoundType + ! -- dummy variables + class(SwfFlwType), intent(inout) :: this !< SwfFlwType object + ! -- local variables + type(SwfFlwParamFoundType) :: found + ! -- formats + ! + ! -- source base BndExtType options + call this%BndExtType%source_options() + ! + ! -- source options from input context + ! none + ! + ! -- log SWF specific options + call this%log_flw_options(found) + ! + ! -- return + return + end subroutine flw_options + + !> @ brief Log SWF specific package options + !< + subroutine log_flw_options(this, found) + ! -- modules + use SwfFlwInputModule, only: SwfFlwParamFoundType + ! -- dummy variables + class(SwfFlwType), intent(inout) :: this !< BndExtType object + type(SwfFlwParamFoundType), intent(in) :: found + ! -- local variables + ! -- format + ! + ! -- log found options + write (this%iout, '(/1x,a)') 'PROCESSING '//trim(adjustl(this%text)) & + //' OPTIONS' + ! + ! if (found%mover) then + ! write (this%iout, '(4x,A)') 'MOVER OPTION ENABLED' + ! end if + ! + ! -- close logging block + write (this%iout, '(1x,a)') & + 'END OF '//trim(adjustl(this%text))//' OPTIONS' + ! + ! -- return + return + end subroutine log_flw_options + + !> @ brief SWF read and prepare + !! + !< + subroutine flw_rp(this) + use TdisModule, only: kper + ! -- dummy + class(SwfFlwType), intent(inout) :: this + ! -- local + ! + if (this%iper /= kper) return + ! + ! -- Call the parent class read and prepare + call this%BndExtType%bnd_rp() + ! + ! -- Write the list to iout if requested + if (this%iprpak /= 0) then + call this%write_list() + end if + ! + ! -- return + return + end subroutine flw_rp + + !> @ brief Formulate the package hcof and rhs terms. + !! + !! Formulate the hcof and rhs terms for the FLW package that will be + !! added to the coefficient matrix and right-hand side vector. + !! + !< + subroutine flw_cf(this) + ! -- dummy variables + class(SwfFlwType) :: this !< SwfFlwType object + ! -- local variables + integer(I4B) :: i, node + real(DP) :: q + ! + ! -- Return if no inflows + if (this%nbound == 0) return + ! + ! -- Calculate hcof and rhs for each flw entry + do i = 1, this%nbound + node = this%nodelist(i) + this%hcof(i) = DZERO + if (this%ibound(node) <= 0) then + this%rhs(i) = DZERO + cycle + end if + q = this%q_mult(i) + this%rhs(i) = -q + end do + ! + return + end subroutine flw_cf + + !> @ brief Copy hcof and rhs terms into solution. + !! + !! Add the hcof and rhs terms for the FLW package to the + !! coefficient matrix and right-hand side vector. + !! + !< + subroutine flw_fc(this, rhs, ia, idxglo, matrix_sln) + ! -- dummy variables + class(SwfFlwType) :: this !< SwfFlwType object + real(DP), dimension(:), intent(inout) :: rhs !< right-hand side vector for model + integer(I4B), dimension(:), intent(in) :: ia !< solution CRS row pointers + integer(I4B), dimension(:), intent(in) :: idxglo !< mapping vector for model (local) to solution (global) + class(MatrixBaseType), pointer :: matrix_sln !< solution coefficient matrix + ! -- local variables + integer(I4B) :: i + integer(I4B) :: n + integer(I4B) :: ipos + ! + ! -- pakmvrobj fc + if (this%imover == 1) then + call this%pakmvrobj%fc() + end if + ! + ! -- Copy package rhs and hcof into solution rhs and amat + do i = 1, this%nbound + n = this%nodelist(i) + rhs(n) = rhs(n) + this%rhs(i) + ipos = ia(n) + call matrix_sln%add_value_pos(idxglo(ipos), this%hcof(i)) + ! + ! -- If mover is active and this flw item is discharging, + ! store available water (as positive value). + if (this%imover == 1 .and. this%rhs(i) > DZERO) then + call this%pakmvrobj%accumulate_qformvr(i, this%rhs(i)) + end if + end do + ! + ! -- return + return + end subroutine flw_fc + + !> @ brief Define the list label for the package + !! + !! Method defined the list label for the FLW package. The list label is + !! the heading that is written to iout when PRINT_INPUT option is used. + !! + !< + subroutine define_listlabel(this) + ! -- dummy variables + class(SwfFlwType), intent(inout) :: this !< SwfFlwType object + ! + ! -- create the header list label + this%listlabel = trim(this%filtyp)//' NO.' + if (this%dis%ndim == 3) then + write (this%listlabel, '(a, a7)') trim(this%listlabel), 'LAYER' + write (this%listlabel, '(a, a7)') trim(this%listlabel), 'ROW' + write (this%listlabel, '(a, a7)') trim(this%listlabel), 'COL' + elseif (this%dis%ndim == 2) then + write (this%listlabel, '(a, a7)') trim(this%listlabel), 'LAYER' + write (this%listlabel, '(a, a7)') trim(this%listlabel), 'CELL2D' + else + write (this%listlabel, '(a, a7)') trim(this%listlabel), 'NODE' + end if + write (this%listlabel, '(a, a16)') trim(this%listlabel), 'FLOW RATE' + if (this%inamedbound == 1) then + write (this%listlabel, '(a, a16)') trim(this%listlabel), 'BOUNDARY NAME' + end if + ! + ! -- return + return + end subroutine define_listlabel + + ! -- Procedures related to observations + + !> @brief Determine if observations are supported. + !! + !! Function to determine if observations are supported by the FLW package. + !! Observations are supported by the FLW package. + !! + !! @return flw_obs_supported boolean indicating if observations are supported + !! + !< + logical function flw_obs_supported(this) + ! -- dummy variables + class(SwfFlwType) :: this !< SwfFlwType object + ! + ! -- set boolean + flw_obs_supported = .true. + ! + ! -- return + return + end function flw_obs_supported + + !> @brief Define the observation types available in the package + !! + !! Method to define the observation types available in the FLW package. + !! + !< + subroutine flw_df_obs(this) + ! -- dummy variables + class(SwfFlwType) :: this !< SwfFlwType object + ! -- local variables + integer(I4B) :: indx + ! + ! -- initialize observations + call this%obs%StoreObsType('flw', .true., indx) + this%obs%obsData(indx)%ProcessIdPtr => DefaultObsIdProcessor + ! + ! -- Store obs type and assign procedure pointer + ! for to-mvr observation type. + call this%obs%StoreObsType('to-mvr', .true., indx) + this%obs%obsData(indx)%ProcessIdPtr => DefaultObsIdProcessor + ! + ! -- return + return + end subroutine flw_df_obs + + !> @brief Save observations for the package + !! + !! Method to save simulated values for the FLW package. + !! + !< + subroutine flw_bd_obs(this) + ! -- dummy variables + class(SwfFlwType) :: this !< SwfFlwType object + ! -- local variables + integer(I4B) :: i + integer(I4B) :: n + integer(I4B) :: jj + real(DP) :: v + type(ObserveType), pointer :: obsrv => null() + ! + ! -- clear the observations + call this%obs%obs_bd_clear() + ! + ! -- Save simulated values for all of package's observations. + do i = 1, this%obs%npakobs + obsrv => this%obs%pakobs(i)%obsrv + if (obsrv%BndFound) then + do n = 1, obsrv%indxbnds_count + v = DNODATA + jj = obsrv%indxbnds(n) + select case (obsrv%ObsTypeId) + case ('TO-MVR') + if (this%imover == 1) then + v = this%pakmvrobj%get_qtomvr(jj) + if (v > DZERO) then + v = -v + end if + end if + case ('FLW') + v = this%simvals(jj) + case default + errmsg = 'Unrecognized observation type: '//trim(obsrv%ObsTypeId) + call store_error(errmsg) + end select + call this%obs%SaveOneSimval(obsrv, v) + end do + else + call this%obs%SaveOneSimval(obsrv, DNODATA) + end if + end do + ! + ! -- return + return + end subroutine flw_bd_obs + + ! -- Procedure related to time series + + !> @brief Assign time series links for the package + !! + !! Assign the time series links for the FLW package. Only + !! the Q variable can be defined with time series. + !! + !< + subroutine flw_rp_ts(this) + ! -- dummy variables + class(SwfFlwType), intent(inout) :: this !< SwfFlwType object + ! -- local variables + integer(I4B) :: i, nlinks + type(TimeSeriesLinkType), pointer :: tslink => null() + ! + ! -- set up the time series links + nlinks = this%TsManager%boundtslinks%Count() + do i = 1, nlinks + tslink => GetTimeSeriesLinkFromList(this%TsManager%boundtslinks, i) + if (associated(tslink)) then + if (tslink%JCol == 1) then + tslink%Text = 'Q' + end if + end if + end do + ! + ! -- return + return + end subroutine flw_rp_ts + + function q_mult(this, row) result(q) + ! -- modules + use ConstantsModule, only: DZERO + ! -- dummy variables + class(SwfFlwType), intent(inout) :: this !< BndExtType object + integer(I4B), intent(in) :: row + ! -- result + real(DP) :: q + ! + if (this%iauxmultcol > 0) then + q = this%q(row) * this%auxvar(this%iauxmultcol, row) + else + q = this%q(row) + end if + ! + ! -- return + return + end function q_mult + + !> @ brief Return a bound value + !! + !! Return a bound value associated with an ncolbnd index + !! and row. + !! + !< + function flw_bound_value(this, col, row) result(bndval) + ! -- modules + use ConstantsModule, only: DZERO + ! -- dummy variables + class(SwfFlwType), intent(inout) :: this !< BndExtType object + integer(I4B), intent(in) :: col + integer(I4B), intent(in) :: row + ! -- result + real(DP) :: bndval + ! + select case (col) + case (1) + bndval = this%q_mult(row) + case default + errmsg = 'Programming error. FLW bound value requested column '& + &'outside range of ncolbnd (1).' + call store_error(errmsg) + call store_error_filename(this%input_fname) + end select + ! + ! -- return + return + end function flw_bound_value + +end module SwfFlwModule diff --git a/src/Model/SurfaceWaterFlow/swf1flw1idm.f90 b/src/Model/SurfaceWaterFlow/swf1flw1idm.f90 new file mode 100644 index 00000000000..a5a624ba8cb --- /dev/null +++ b/src/Model/SurfaceWaterFlow/swf1flw1idm.f90 @@ -0,0 +1,411 @@ +! ** Do Not Modify! MODFLOW 6 system generated file. ** +module SwfFlwInputModule + use ConstantsModule, only: LENVARNAME + use InputDefinitionModule, only: InputParamDefinitionType, & + InputBlockDefinitionType + private + public swf_flw_param_definitions + public swf_flw_aggregate_definitions + public swf_flw_block_definitions + public SwfFlwParamFoundType + public swf_flw_multi_package + + type SwfFlwParamFoundType + logical :: auxiliary = .false. + logical :: auxmultname = .false. + logical :: boundnames = .false. + logical :: print_input = .false. + logical :: print_flows = .false. + logical :: save_flows = .false. + logical :: ts_filerecord = .false. + logical :: ts6 = .false. + logical :: filein = .false. + logical :: ts6_filename = .false. + logical :: obs_filerecord = .false. + logical :: obs6 = .false. + logical :: obs6_filename = .false. + logical :: maxbound = .false. + logical :: cellid = .false. + logical :: q = .false. + logical :: aux = .false. + logical :: boundname = .false. + end type SwfFlwParamFoundType + + logical :: swf_flw_multi_package = .true. + + type(InputParamDefinitionType), parameter :: & + swfflw_auxiliary = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'FLW', & ! subcomponent + 'OPTIONS', & ! block + 'AUXILIARY', & ! tag name + 'AUXILIARY', & ! fortran variable + 'STRING', & ! type + 'NAUX', & ! shape + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfflw_auxmultname = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'FLW', & ! subcomponent + 'OPTIONS', & ! block + 'AUXMULTNAME', & ! tag name + 'AUXMULTNAME', & ! fortran variable + 'STRING', & ! type + '', & ! shape + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfflw_boundnames = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'FLW', & ! subcomponent + 'OPTIONS', & ! block + 'BOUNDNAMES', & ! tag name + 'BOUNDNAMES', & ! fortran variable + 'KEYWORD', & ! type + '', & ! shape + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfflw_print_input = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'FLW', & ! subcomponent + 'OPTIONS', & ! block + 'PRINT_INPUT', & ! tag name + 'PRINT_INPUT', & ! fortran variable + 'KEYWORD', & ! type + '', & ! shape + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfflw_print_flows = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'FLW', & ! subcomponent + 'OPTIONS', & ! block + 'PRINT_FLOWS', & ! tag name + 'PRINT_FLOWS', & ! fortran variable + 'KEYWORD', & ! type + '', & ! shape + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfflw_save_flows = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'FLW', & ! subcomponent + 'OPTIONS', & ! block + 'SAVE_FLOWS', & ! tag name + 'SAVE_FLOWS', & ! fortran variable + 'KEYWORD', & ! type + '', & ! shape + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfflw_ts_filerecord = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'FLW', & ! subcomponent + 'OPTIONS', & ! block + 'TS_FILERECORD', & ! tag name + 'TS_FILERECORD', & ! fortran variable + 'RECORD TS6 FILEIN TS6_FILENAME', & ! type + '', & ! shape + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfflw_ts6 = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'FLW', & ! subcomponent + 'OPTIONS', & ! block + 'TS6', & ! tag name + 'TS6', & ! fortran variable + 'KEYWORD', & ! type + '', & ! shape + .true., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfflw_filein = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'FLW', & ! subcomponent + 'OPTIONS', & ! block + 'FILEIN', & ! tag name + 'FILEIN', & ! fortran variable + 'KEYWORD', & ! type + '', & ! shape + .true., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfflw_ts6_filename = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'FLW', & ! subcomponent + 'OPTIONS', & ! block + 'TS6_FILENAME', & ! tag name + 'TS6_FILENAME', & ! fortran variable + 'STRING', & ! type + '', & ! shape + .true., & ! required + .true., & ! multi-record + .true., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfflw_obs_filerecord = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'FLW', & ! subcomponent + 'OPTIONS', & ! block + 'OBS_FILERECORD', & ! tag name + 'OBS_FILERECORD', & ! fortran variable + 'RECORD OBS6 FILEIN OBS6_FILENAME', & ! type + '', & ! shape + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfflw_obs6 = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'FLW', & ! subcomponent + 'OPTIONS', & ! block + 'OBS6', & ! tag name + 'OBS6', & ! fortran variable + 'KEYWORD', & ! type + '', & ! shape + .true., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfflw_obs6_filename = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'FLW', & ! subcomponent + 'OPTIONS', & ! block + 'OBS6_FILENAME', & ! tag name + 'OBS6_FILENAME', & ! fortran variable + 'STRING', & ! type + '', & ! shape + .true., & ! required + .true., & ! multi-record + .true., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfflw_maxbound = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'FLW', & ! subcomponent + 'DIMENSIONS', & ! block + 'MAXBOUND', & ! tag name + 'MAXBOUND', & ! fortran variable + 'INTEGER', & ! type + '', & ! shape + .true., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfflw_cellid = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'FLW', & ! subcomponent + 'PERIOD', & ! block + 'CELLID', & ! tag name + 'CELLID', & ! fortran variable + 'INTEGER1D', & ! type + 'NCELLDIM', & ! shape + .true., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfflw_q = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'FLW', & ! subcomponent + 'PERIOD', & ! block + 'Q', & ! tag name + 'Q', & ! fortran variable + 'DOUBLE', & ! type + '', & ! shape + .true., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .true. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfflw_aux = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'FLW', & ! subcomponent + 'PERIOD', & ! block + 'AUX', & ! tag name + 'AUX', & ! fortran variable + 'DOUBLE1D', & ! type + 'NAUX', & ! shape + .false., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .true. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfflw_boundname = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'FLW', & ! subcomponent + 'PERIOD', & ! block + 'BOUNDNAME', & ! tag name + 'BOUNDNAME', & ! fortran variable + 'STRING', & ! type + '', & ! shape + .false., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swf_flw_param_definitions(*) = & + [ & + swfflw_auxiliary, & + swfflw_auxmultname, & + swfflw_boundnames, & + swfflw_print_input, & + swfflw_print_flows, & + swfflw_save_flows, & + swfflw_ts_filerecord, & + swfflw_ts6, & + swfflw_filein, & + swfflw_ts6_filename, & + swfflw_obs_filerecord, & + swfflw_obs6, & + swfflw_obs6_filename, & + swfflw_maxbound, & + swfflw_cellid, & + swfflw_q, & + swfflw_aux, & + swfflw_boundname & + ] + + type(InputParamDefinitionType), parameter :: & + swfflw_spd = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'FLW', & ! subcomponent + 'PERIOD', & ! block + 'STRESS_PERIOD_DATA', & ! tag name + 'SPD', & ! fortran variable + 'RECARRAY CELLID Q AUX BOUNDNAME', & ! type + 'MAXBOUND', & ! shape + .true., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swf_flw_aggregate_definitions(*) = & + [ & + swfflw_spd & + ] + + type(InputBlockDefinitionType), parameter :: & + swf_flw_block_definitions(*) = & + [ & + InputBlockDefinitionType( & + 'OPTIONS', & ! blockname + .false., & ! required + .false., & ! aggregate + .false. & ! block_variable + ), & + InputBlockDefinitionType( & + 'DIMENSIONS', & ! blockname + .true., & ! required + .false., & ! aggregate + .false. & ! block_variable + ), & + InputBlockDefinitionType( & + 'PERIOD', & ! blockname + .true., & ! required + .true., & ! aggregate + .true. & ! block_variable + ) & + ] + +end module SwfFlwInputModule diff --git a/src/Model/SurfaceWaterFlow/swf1ic1.f90 b/src/Model/SurfaceWaterFlow/swf1ic1.f90 new file mode 100644 index 00000000000..add3abb220f --- /dev/null +++ b/src/Model/SurfaceWaterFlow/swf1ic1.f90 @@ -0,0 +1,224 @@ +! -- SWF Initial Conditions Module +! replicated from GwfIcModule to use IDM + +module SwfIcModule + + use KindModule, only: DP, I4B, LGP + use ConstantsModule, only: LENMEMPATH + use SimVariablesModule, only: errmsg + use NumericalPackageModule, only: NumericalPackageType + use BlockParserModule, only: BlockParserType + use BaseDisModule, only: DisBaseType + + implicit none + private + public :: SwfIcType + public :: ic_cr + + ! -- Most of the SwfIcType functionality is replicated from GWF + type, extends(NumericalPackageType) :: SwfIcType + real(DP), dimension(:), pointer, contiguous :: strt => null() ! starting stage + contains + procedure :: ic_ar + procedure :: ic_da + procedure :: ic_load + procedure :: source_griddata + procedure :: log_griddata + procedure, private :: allocate_arrays + end type SwfIcType + +contains + + !> @brief create package + !< + subroutine ic_cr(ic, name_model, input_mempath, inunit, iout, dis) + ! -- modules + use MemoryManagerExtModule, only: mem_set_value + ! -- dummy + type(SwfIcType), pointer :: ic + character(len=*), intent(in) :: name_model + character(len=*), intent(in) :: input_mempath + integer(I4B), intent(in) :: inunit + integer(I4B), intent(in) :: iout + class(DisBaseType), pointer, intent(in) :: dis + ! -- local + logical(LGP) :: found_fname + ! -- formats + character(len=*), parameter :: fmtheader = & + "(1x, /1x, 'IC -- INITIAL CONDITIONS (IC) PACKAGE, VERSION 1, 10/10/2023', & + &' INPUT READ FROM MEMPATH: ', A, /)" + ! + ! -- Create the object + allocate (ic) + ! + ! -- create name and memory path + call ic%set_names(1, name_model, 'IC', 'IC') + ! + ! -- Allocate scalars + call ic%allocate_scalars() + ! + ! -- Set variables + ic%input_mempath = input_mempath + ic%inunit = inunit + ic%iout = iout + ! + ! -- set name of input file + call mem_set_value(ic%input_fname, 'INPUT_FNAME', ic%input_mempath, & + found_fname) + ! + ! -- set pointers + ic%dis => dis + ! + ! -- check if ic is enabled + if (inunit > 0) then + + ! -- Print a message identifying the package. + write (iout, fmtheader) input_mempath + + ! -- allocate arrays + call ic%allocate_arrays() + + ! -- load ic + call ic%ic_load() + + end if + ! + ! -- Return + return + end subroutine ic_cr + + !> @brief allocate and read + !! + !! Set model dependent variable to initial conditions + !! + !< + subroutine ic_ar(this, x) + ! -- modules + use SimModule, only: store_error + ! -- dummy + class(SwfIcType) :: this + real(DP), dimension(:), intent(inout) :: x + ! -- locals + integer(I4B) :: n + ! + ! -- Assign x equal to strt + do n = 1, this%dis%nodes + x(n) = this%strt(n) + end do + ! + ! -- Return + return + end subroutine ic_ar + + subroutine ic_da(this) + ! -- modules + use MemoryManagerModule, only: mem_deallocate + use MemoryManagerExtModule, only: memorylist_remove + use SimVariablesModule, only: idm_context + ! -- dummy + class(SwfIcType) :: this + ! + ! -- Deallocate input memory + call memorylist_remove(this%name_model, 'IC', idm_context) + ! + ! -- deallocate parent + call this%NumericalPackageType%da() + ! + ! -- Scalars + ! + ! -- Arrays + call mem_deallocate(this%strt) + ! + ! -- Return + return + end subroutine ic_da + + !> @brief load data from IDM to package + !< + subroutine ic_load(this) + ! -- dummy + class(SwfIcType) :: this + ! -- locals + ! + ! -- source input data + call this%source_griddata() + ! + ! -- Return + return + end subroutine ic_load + + !> @brief copy griddata from IDM to package + !< + subroutine source_griddata(this) + ! -- modules + use SimModule, only: count_errors, store_error + use MemoryHelperModule, only: create_mem_path + use MemoryManagerModule, only: mem_reallocate + use MemoryManagerExtModule, only: mem_set_value + use SimVariablesModule, only: idm_context + use SwfIcInputModule, only: SwfIcParamFoundType + ! -- dummy + class(SwfIcType) :: this + ! -- locals + character(len=LENMEMPATH) :: idmMemoryPath + type(SwfIcParamFoundType) :: found + integer(I4B), dimension(:), pointer, contiguous :: map + ! -- formats + ! + ! -- set memory path + idmMemoryPath = create_mem_path(this%name_model, 'IC', idm_context) + ! + ! -- set map to convert user input data into reduced data + map => null() + if (this%dis%nodes < this%dis%nodesuser) map => this%dis%nodeuser + ! + ! -- update defaults with idm sourced values + call mem_set_value(this%strt, 'STRT', idmMemoryPath, map, found%strt) + ! + ! -- ensure STRT was found + if (.not. found%strt) then + write (errmsg, '(a)') 'Error in GRIDDATA block: STRT not found.' + call store_error(errmsg) + end if + ! + ! -- log griddata + if (this%iout > 0) then + call this%log_griddata(found) + end if + ! + ! -- Return + return + end subroutine source_griddata + + !> @brief log griddata to list file + !< + subroutine log_griddata(this, found) + use SwfIcInputModule, only: SwfIcParamFoundType + class(SwfIcType) :: this + type(SwfIcParamFoundType), intent(in) :: found + + write (this%iout, '(1x,a)') 'Setting IC Griddata' + + if (found%strt) then + write (this%iout, '(4x,a)') 'STRT set from input file' + end if + + write (this%iout, '(1x,a,/)') 'End Setting IC Griddata' + + end subroutine log_griddata + + subroutine allocate_arrays(this) + ! -- modules + use MemoryManagerModule, only: mem_allocate + ! -- dummy + class(SwfIcType) :: this + ! -- local + ! + ! -- Allocate + call mem_allocate(this%strt, this%dis%nodes, 'STRT', this%memoryPath) + ! + ! -- Return + return + end subroutine allocate_arrays + +end module SwfIcModule diff --git a/src/Model/SurfaceWaterFlow/swf1ic1idm.f90 b/src/Model/SurfaceWaterFlow/swf1ic1idm.f90 new file mode 100644 index 00000000000..3de7dc50ebe --- /dev/null +++ b/src/Model/SurfaceWaterFlow/swf1ic1idm.f90 @@ -0,0 +1,79 @@ +! ** Do Not Modify! MODFLOW 6 system generated file. ** +module SwfIcInputModule + use ConstantsModule, only: LENVARNAME + use InputDefinitionModule, only: InputParamDefinitionType, & + InputBlockDefinitionType + private + public swf_ic_param_definitions + public swf_ic_aggregate_definitions + public swf_ic_block_definitions + public SwfIcParamFoundType + public swf_ic_multi_package + + type SwfIcParamFoundType + logical :: strt = .false. + end type SwfIcParamFoundType + + logical :: swf_ic_multi_package = .false. + + type(InputParamDefinitionType), parameter :: & + swfic_strt = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'IC', & ! subcomponent + 'GRIDDATA', & ! block + 'STRT', & ! tag name + 'STRT', & ! fortran variable + 'DOUBLE1D', & ! type + 'NODES', & ! shape + .true., & ! required + .false., & ! multi-record + .false., & ! preserve case + .true., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swf_ic_param_definitions(*) = & + [ & + swfic_strt & + ] + + type(InputParamDefinitionType), parameter :: & + swf_ic_aggregate_definitions(*) = & + [ & + InputParamDefinitionType & + ( & + '', & ! component + '', & ! subcomponent + '', & ! block + '', & ! tag name + '', & ! fortran variable + '', & ! type + '', & ! shape + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) & + ] + + type(InputBlockDefinitionType), parameter :: & + swf_ic_block_definitions(*) = & + [ & + InputBlockDefinitionType( & + 'OPTIONS', & ! blockname + .false., & ! required + .false., & ! aggregate + .false. & ! block_variable + ), & + InputBlockDefinitionType( & + 'GRIDDATA', & ! blockname + .true., & ! required + .false., & ! aggregate + .false. & ! block_variable + ) & + ] + +end module SwfIcInputModule diff --git a/src/Model/SurfaceWaterFlow/swf1idm.f90 b/src/Model/SurfaceWaterFlow/swf1idm.f90 new file mode 100644 index 00000000000..4c2a1879210 --- /dev/null +++ b/src/Model/SurfaceWaterFlow/swf1idm.f90 @@ -0,0 +1,253 @@ +! ** Do Not Modify! MODFLOW 6 system generated file. ** +module SwfNamInputModule + use ConstantsModule, only: LENVARNAME + use InputDefinitionModule, only: InputParamDefinitionType, & + InputBlockDefinitionType + private + public swf_nam_param_definitions + public swf_nam_aggregate_definitions + public swf_nam_block_definitions + public SwfNamParamFoundType + public swf_nam_multi_package + + type SwfNamParamFoundType + logical :: list = .false. + logical :: print_input = .false. + logical :: print_flows = .false. + logical :: save_flows = .false. + logical :: newtonoptions = .false. + logical :: newton = .false. + logical :: under_relaxation = .false. + logical :: ftype = .false. + logical :: fname = .false. + logical :: pname = .false. + end type SwfNamParamFoundType + + logical :: swf_nam_multi_package = .false. + + type(InputParamDefinitionType), parameter :: & + swfnam_list = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'NAM', & ! subcomponent + 'OPTIONS', & ! block + 'LIST', & ! tag name + 'LIST', & ! fortran variable + 'STRING', & ! type + '', & ! shape + .false., & ! required + .false., & ! multi-record + .true., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfnam_print_input = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'NAM', & ! subcomponent + 'OPTIONS', & ! block + 'PRINT_INPUT', & ! tag name + 'PRINT_INPUT', & ! fortran variable + 'KEYWORD', & ! type + '', & ! shape + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfnam_print_flows = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'NAM', & ! subcomponent + 'OPTIONS', & ! block + 'PRINT_FLOWS', & ! tag name + 'PRINT_FLOWS', & ! fortran variable + 'KEYWORD', & ! type + '', & ! shape + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfnam_save_flows = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'NAM', & ! subcomponent + 'OPTIONS', & ! block + 'SAVE_FLOWS', & ! tag name + 'SAVE_FLOWS', & ! fortran variable + 'KEYWORD', & ! type + '', & ! shape + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfnam_newtonoptions = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'NAM', & ! subcomponent + 'OPTIONS', & ! block + 'NEWTONOPTIONS', & ! tag name + 'NEWTONOPTIONS', & ! fortran variable + 'RECORD NEWTON UNDER_RELAXATION', & ! type + '', & ! shape + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfnam_newton = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'NAM', & ! subcomponent + 'OPTIONS', & ! block + 'NEWTON', & ! tag name + 'NEWTON', & ! fortran variable + 'KEYWORD', & ! type + '', & ! shape + .true., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfnam_under_relaxation = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'NAM', & ! subcomponent + 'OPTIONS', & ! block + 'UNDER_RELAXATION', & ! tag name + 'UNDER_RELAXATION', & ! fortran variable + 'KEYWORD', & ! type + '', & ! shape + .false., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfnam_ftype = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'NAM', & ! subcomponent + 'PACKAGES', & ! block + 'FTYPE', & ! tag name + 'FTYPE', & ! fortran variable + 'STRING', & ! type + '', & ! shape + .true., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfnam_fname = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'NAM', & ! subcomponent + 'PACKAGES', & ! block + 'FNAME', & ! tag name + 'FNAME', & ! fortran variable + 'STRING', & ! type + '', & ! shape + .true., & ! required + .true., & ! multi-record + .true., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfnam_pname = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'NAM', & ! subcomponent + 'PACKAGES', & ! block + 'PNAME', & ! tag name + 'PNAME', & ! fortran variable + 'STRING', & ! type + '', & ! shape + .false., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swf_nam_param_definitions(*) = & + [ & + swfnam_list, & + swfnam_print_input, & + swfnam_print_flows, & + swfnam_save_flows, & + swfnam_newtonoptions, & + swfnam_newton, & + swfnam_under_relaxation, & + swfnam_ftype, & + swfnam_fname, & + swfnam_pname & + ] + + type(InputParamDefinitionType), parameter :: & + swfnam_packages = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'NAM', & ! subcomponent + 'PACKAGES', & ! block + 'PACKAGES', & ! tag name + 'PACKAGES', & ! fortran variable + 'RECARRAY FTYPE FNAME PNAME', & ! type + '', & ! shape + .true., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swf_nam_aggregate_definitions(*) = & + [ & + swfnam_packages & + ] + + type(InputBlockDefinitionType), parameter :: & + swf_nam_block_definitions(*) = & + [ & + InputBlockDefinitionType( & + 'OPTIONS', & ! blockname + .false., & ! required + .false., & ! aggregate + .false. & ! block_variable + ), & + InputBlockDefinitionType( & + 'PACKAGES', & ! blockname + .true., & ! required + .true., & ! aggregate + .false. & ! block_variable + ) & + ] + +end module SwfNamInputModule diff --git a/src/Model/SurfaceWaterFlow/swf1obs1.f90 b/src/Model/SurfaceWaterFlow/swf1obs1.f90 new file mode 100644 index 00000000000..4a38cdbdce6 --- /dev/null +++ b/src/Model/SurfaceWaterFlow/swf1obs1.f90 @@ -0,0 +1,310 @@ +module SwfObsModule + + use KindModule, only: DP, I4B + use ConstantsModule, only: LINELENGTH, MAXOBSTYPES + use BaseDisModule, only: DisBaseType + use SwfIcModule, only: SwfIcType + use ObserveModule, only: ObserveType + use ObsModule, only: ObsType + use SimModule, only: count_errors, store_error, & + store_error_unit + implicit none + + private + public :: SwfObsType, swf_obs_cr + + type, extends(ObsType) :: SwfObsType + ! -- Private members + type(SwfIcType), pointer, private :: ic => null() ! initial conditions + real(DP), dimension(:), pointer, contiguous, private :: x => null() ! stage + real(DP), dimension(:), pointer, contiguous, private :: flowja => null() ! intercell flows + contains + ! -- Public procedures + procedure, public :: swf_obs_ar + procedure, public :: obs_bd => swf_obs_bd + procedure, public :: obs_df => swf_obs_df + procedure, public :: obs_rp => swf_obs_rp + procedure, public :: obs_da => swf_obs_da + ! -- Private procedures + procedure, private :: set_pointers + end type SwfObsType + +contains + + subroutine swf_obs_cr(obs, inobs) +! ****************************************************************************** +! swf_obs_cr -- Create a new SwfObsType object +! Subroutine: (1) creates object +! (2) allocates pointers +! (3) initializes values +! ****************************************************************************** +! +! SPECIFICATIONS: +! ------------------------------------------------------------------------------ + ! -- dummy + type(SwfObsType), pointer, intent(out) :: obs + integer(I4B), pointer, intent(in) :: inobs +! ------------------------------------------------------------------------------ + ! + allocate (obs) + call obs%allocate_scalars() + obs%active = .false. + obs%inputFilename = '' + obs%inUnitObs => inobs + ! + return + end subroutine swf_obs_cr + + subroutine swf_obs_ar(this, ic, x, flowja) +! ****************************************************************************** +! swf_obs_ar -- allocate and read +! ****************************************************************************** +! +! SPECIFICATIONS: +! ------------------------------------------------------------------------------ + ! -- dummy + class(SwfObsType), intent(inout) :: this + type(SwfIcType), pointer, intent(in) :: ic + real(DP), dimension(:), pointer, contiguous, intent(in) :: x + real(DP), dimension(:), pointer, contiguous, intent(in) :: flowja +! ------------------------------------------------------------------------------ + ! + ! Call ar method of parent class + call this%obs_ar() + ! + ! set pointers + call this%set_pointers(ic, x, flowja) + ! + return + end subroutine swf_obs_ar + + subroutine swf_obs_df(this, iout, pkgname, filtyp, dis) +! ****************************************************************************** +! swf_obs_df -- define +! ****************************************************************************** +! +! SPECIFICATIONS: +! ------------------------------------------------------------------------------ + ! -- dummy + class(SwfObsType), intent(inout) :: this + integer(I4B), intent(in) :: iout + character(len=*), intent(in) :: pkgname + character(len=*), intent(in) :: filtyp + class(DisBaseType), pointer :: dis + ! -- local + integer(I4B) :: indx +! ------------------------------------------------------------------------------ + ! + ! Call overridden method of parent class + call this%ObsType%obs_df(iout, pkgname, filtyp, dis) + ! + ! -- StoreObsType arguments are: (ObserveType, cumulative, indx); + ! indx is returned. + ! + ! -- Store obs type and assign procedure pointer for head observation type + call this%StoreObsType('stage', .false., indx) + this%obsData(indx)%ProcessIdPtr => swf_process_stage_obs_id + ! + ! -- Store obs type and assign procedure pointer for flow-ja-face observation type + call this%StoreObsType('flow-ja-face', .true., indx) + this%obsData(indx)%ProcessIdPtr => swf_process_intercell_obs_id + ! + return + end subroutine swf_obs_df + + subroutine swf_obs_bd(this) +! ****************************************************************************** +! swf_obs_bd -- save obs +! ****************************************************************************** +! +! SPECIFICATIONS: +! ------------------------------------------------------------------------------ + ! -- dummy + class(SwfObsType), intent(inout) :: this + ! -- local + integer(I4B) :: i, jaindex, nodenumber + character(len=100) :: msg + class(ObserveType), pointer :: obsrv => null() +! ------------------------------------------------------------------------------ + ! + call this%obs_bd_clear() + ! + ! -- iterate through all SWF observations + if (this%npakobs > 0) then + do i = 1, this%npakobs + obsrv => this%pakobs(i)%obsrv + nodenumber = obsrv%NodeNumber + jaindex = obsrv%JaIndex + select case (obsrv%ObsTypeId) + case ('STAGE') + call this%SaveOneSimval(obsrv, this%x(nodenumber)) + case ('FLOW-JA-FACE') + call this%SaveOneSimval(obsrv, this%flowja(jaindex)) + case default + msg = ' Unrecognized observation type: '//trim(obsrv%ObsTypeId) + call store_error(msg) + call store_error_unit(this%inUnitObs) + end select + end do + end if + ! + return + end subroutine swf_obs_bd + + subroutine swf_obs_rp(this) +! ****************************************************************************** +! swf_obs_rp +! ****************************************************************************** +! +! SPECIFICATIONS: +! ------------------------------------------------------------------------------ + class(SwfObsType), intent(inout) :: this +! ------------------------------------------------------------------------------ + ! + ! Do SWF observations need any checking? If so, add checks here + return + end subroutine swf_obs_rp + + subroutine swf_obs_da(this) +! ****************************************************************************** +! swf_obs_da +! ****************************************************************************** +! +! SPECIFICATIONS: +! ------------------------------------------------------------------------------ + ! -- dummy + class(SwfObsType), intent(inout) :: this +! ------------------------------------------------------------------------------ + ! + nullify (this%ic) + nullify (this%x) + nullify (this%flowja) + call this%ObsType%obs_da() + ! + return + end subroutine swf_obs_da + + subroutine set_pointers(this, ic, x, flowja) +! ****************************************************************************** +! set_pointers +! ****************************************************************************** +! +! SPECIFICATIONS: +! ------------------------------------------------------------------------------ + ! -- dummy + class(SwfObsType), intent(inout) :: this + type(SwfIcType), pointer, intent(in) :: ic + real(DP), dimension(:), pointer, contiguous, intent(in) :: x + real(DP), dimension(:), pointer, contiguous, intent(in) :: flowja +! ------------------------------------------------------------------------------ + ! + this%ic => ic + this%x => x + this%flowja => flowja + ! + return + end subroutine set_pointers + + ! -- Procedures related to SWF observations (NOT type-bound) + + subroutine swf_process_stage_obs_id(obsrv, dis, inunitobs, iout) +! ****************************************************************************** +! swf_process_stage_obs_id +! ****************************************************************************** +! +! SPECIFICATIONS: +! ------------------------------------------------------------------------------ + ! -- dummy + type(ObserveType), intent(inout) :: obsrv + class(DisBaseType), intent(in) :: dis + integer(I4B), intent(in) :: inunitobs + integer(I4B), intent(in) :: iout + ! -- local + integer(I4B) :: nn1 + integer(I4B) :: icol, istart, istop + character(len=LINELENGTH) :: ermsg, strng +! ------------------------------------------------------------------------------ + ! + ! -- Initialize variables + strng = obsrv%IDstring + icol = 1 + ! + ! Get node number, with option for ID string to be either node + ! number or lay, row, column (when dis is structured). + nn1 = dis%noder_from_string(icol, istart, istop, inunitobs, & + iout, strng, .false.) + ! + if (nn1 > 0) then + obsrv%NodeNumber = nn1 + else + ermsg = 'Error reading data from ID string' + call store_error(ermsg) + call store_error_unit(inunitobs) + end if + ! + return + end subroutine swf_process_stage_obs_id + + subroutine swf_process_intercell_obs_id(obsrv, dis, inunitobs, iout) +! ****************************************************************************** +! swf_process_intercell_obs_id +! ****************************************************************************** +! +! SPECIFICATIONS: +! ------------------------------------------------------------------------------ + ! -- dummy + type(ObserveType), intent(inout) :: obsrv + class(DisBaseType), intent(in) :: dis + integer(I4B), intent(in) :: inunitobs + integer(I4B), intent(in) :: iout + ! -- local + integer(I4B) :: nn1, nn2 + integer(I4B) :: icol, istart, istop, jaidx + character(len=LINELENGTH) :: ermsg, strng + ! formats +70 format('Error: No connection exists between cells identified in text: ', a) +! ------------------------------------------------------------------------------ + ! + ! -- Initialize variables + strng = obsrv%IDstring + icol = 1 + ! + ! Get node number, with option for ID string to be either node + ! number or lay, row, column (when dis is structured). + nn1 = dis%noder_from_string(icol, istart, istop, inunitobs, & + iout, strng, .false.) + ! + if (nn1 > 0) then + obsrv%NodeNumber = nn1 + else + ermsg = 'Error reading data from ID string: '//strng(istart:istop) + call store_error(ermsg) + end if + ! + ! Get node number, with option for ID string to be either node + ! number or lay, row, column (when dis is structured). + nn2 = dis%noder_from_string(icol, istart, istop, inunitobs, & + iout, strng, .false.) + if (nn2 > 0) then + obsrv%NodeNumber2 = nn2 + else + ermsg = 'Error reading data from ID string: '//strng(istart:istop) + call store_error(ermsg) + end if + ! + ! -- store JA index + jaidx = dis%con%getjaindex(nn1, nn2) + if (jaidx == 0) then + write (ermsg, 70) trim(strng) + call store_error(ermsg) + end if + obsrv%JaIndex = jaidx + ! + if (count_errors() > 0) then + call store_error_unit(inunitobs) + end if + ! + return + end subroutine swf_process_intercell_obs_id + +end module SwfObsModule diff --git a/src/Model/SurfaceWaterFlow/swf1oc1.f90 b/src/Model/SurfaceWaterFlow/swf1oc1.f90 new file mode 100644 index 00000000000..ea8f4ac7ae4 --- /dev/null +++ b/src/Model/SurfaceWaterFlow/swf1oc1.f90 @@ -0,0 +1,101 @@ +module SwfOcModule + + use BaseDisModule, only: DisBaseType + use KindModule, only: DP, I4B + use ConstantsModule, only: LENMODELNAME + use OutputControlModule, only: OutputControlType + use OutputControlDataModule, only: OutputControlDataType, ocd_cr + + implicit none + private + public SwfOcType, oc_cr + + !> @ brief Output control for GWF + !! + !! Concrete implementation of OutputControlType for the + !! GWF Model + !< + type, extends(OutputControlType) :: SwfOcType + contains + procedure :: oc_ar + end type SwfOcType + +contains + + !> @ brief Create SwfOcType + !! + !! Create by allocating a new SwfOcType object and initializing + !! member variables. + !! + !< + subroutine oc_cr(ocobj, name_model, inunit, iout) + ! -- dummy + type(SwfOcType), pointer :: ocobj !< SwfOcType object + character(len=*), intent(in) :: name_model !< name of the model + integer(I4B), intent(in) :: inunit !< unit number for input + integer(I4B), intent(in) :: iout !< unit number for output + ! + ! -- Create the object + allocate (ocobj) + ! + ! -- Allocate scalars + call ocobj%allocate_scalars(name_model) + ! + ! -- Save unit numbers + ocobj%inunit = inunit + ocobj%iout = iout + ! + ! -- Initialize block parser + call ocobj%parser%Initialize(inunit, iout) + ! + ! -- Return + return + end subroutine oc_cr + + !> @ brief Allocate and read SwfOcType + !! + !! Setup head and budget as output control variables. + !! + !< + subroutine oc_ar(this, name, datavec, dis, dnodata) + ! -- dummy + class(SwfOcType) :: this !< SwfOcType object + character(len=*), intent(in) :: name + real(DP), dimension(:), pointer, contiguous, intent(in) :: datavec !< data vector + class(DisBaseType), pointer, intent(in) :: dis !< model discretization package + real(DP), intent(in) :: dnodata !< no data value + ! -- local + integer(I4B) :: i, nocdobj, inodata + type(OutputControlDataType), pointer :: ocdobjptr + real(DP), dimension(:), pointer, contiguous :: nullvec => null() + ! + ! -- Initialize variables + inodata = 0 + nocdobj = 2 + allocate (this%ocdobj(nocdobj)) + do i = 1, nocdobj + call ocd_cr(ocdobjptr) + select case (i) + case (1) + call ocdobjptr%init_dbl('BUDGET', nullvec, dis, 'PRINT LAST ', & + 'COLUMNS 10 WIDTH 11 DIGITS 4 GENERAL ', & + this%iout, dnodata) + case (2) + call ocdobjptr%init_dbl(name, datavec, dis, 'PRINT LAST ', & + 'COLUMNS 10 WIDTH 11 DIGITS 4 GENERAL ', & + this%iout, dnodata) + end select + this%ocdobj(i) = ocdobjptr + deallocate (ocdobjptr) + end do + ! + ! -- Read options or set defaults if this package not on + if (this%inunit > 0) then + call this%read_options() + end if + ! + ! -- Return + return + end subroutine oc_ar + +end module SwfOcModule diff --git a/src/Model/SurfaceWaterFlow/swf1sto1.f90 b/src/Model/SurfaceWaterFlow/swf1sto1.f90 new file mode 100644 index 00000000000..5d541cf5561 --- /dev/null +++ b/src/Model/SurfaceWaterFlow/swf1sto1.f90 @@ -0,0 +1,642 @@ +!> @brief This module contains the storage package methods +!! +!! This module contains the methods used to add the effects of storage +!! on the surface water flow equation. +!! +!< +module SwfStoModule + + use KindModule, only: DP, I4B, LGP + use ConstantsModule, only: DZERO, DEM6, DEM4, DHALF, DONE, DTWO, & + LENBUDTXT, LINELENGTH, LENMEMPATH + use MemoryHelperModule, only: create_mem_path + use SimVariablesModule, only: errmsg + use SimModule, only: store_error, count_errors + use BaseDisModule, only: DisBaseType + use NumericalPackageModule, only: NumericalPackageType + use BlockParserModule, only: BlockParserType + use InputOutputModule, only: GetUnit, openfile + use MatrixBaseModule + use SwfDislModule, only: SwfDislType + use SwfCxsModule, only: SwfCxsType + + implicit none + public :: SwfStoType, sto_cr + + character(len=LENBUDTXT), dimension(1) :: budtxt = & !< text labels for budget terms + &[' STORAGE'] + + type, extends(NumericalPackageType) :: SwfStoType + integer(I4B), pointer :: iss => null() !< steady state flag: 1 = steady, 0 = transient + integer(I4B), dimension(:), pointer, contiguous :: ibound => null() !< pointer to model ibound + real(DP), dimension(:), pointer, contiguous :: qsto => null() !< storage rates + + ! -- pointers to information in dfw package + integer(I4B), dimension(:), pointer, contiguous :: idcxs => null() !< pointer to cross section id vector in dfw + real(DP), dimension(:), pointer, contiguous :: width => null() !< pointer to width vector in dfw + + ! -- pointer to packages needed for calculations + type(SwfDislType), pointer :: disl + type(SwfCxsType), pointer :: cxs + + contains + procedure :: sto_ar + procedure :: sto_rp + procedure :: sto_ad + procedure :: sto_fc + !procedure :: sto_fn + procedure :: sto_cq + procedure :: sto_bd + procedure :: sto_save_model_flows + procedure :: sto_da + procedure :: allocate_scalars + procedure, private :: allocate_arrays + procedure, private :: read_options + procedure, private :: read_data + procedure, private :: set_dfw_pointers + end type + +contains + + !> @ brief Create a new package object + !! + !! Create a new storage (STO) object + !! + !< + subroutine sto_cr(stoobj, name_model, inunit, iout, dis, cxs) + ! -- dummy variables + type(SwfStoType), pointer :: stoobj !< SwfStoType object + character(len=*), intent(in) :: name_model !< name of model + integer(I4B), intent(in) :: inunit !< package input file unit + integer(I4B), intent(in) :: iout !< model listing file unit + class(DisBaseType), pointer, intent(inout) :: dis !< the pointer to the discretization + type(SwfCxsType), pointer, intent(in) :: cxs !< the pointer to the cxs package + ! + ! -- Create the object + allocate (stoobj) + ! + ! -- create name and memory path + call stoobj%set_names(1, name_model, 'STO', 'STO') + ! + ! -- Allocate scalars + call stoobj%allocate_scalars() + ! + ! -- Set variables + stoobj%inunit = inunit + stoobj%iout = iout + + ! -- store pointer to disl + ! Not normally good practice, but since SWF only works with DISL + ! may be okay + stoobj%dis => dis + select type (dis) + type is (SwfDislType) + stoobj%disl => dis + end select + stoobj%cxs => cxs + + ! -- Initialize block parser + call stoobj%parser%Initialize(stoobj%inunit, stoobj%iout) + + ! -- set pointers to data in dfw package + call stoobj%set_dfw_pointers() + + ! + ! -- return + return + end subroutine sto_cr + + !> @ brief Allocate and read method for package + !! + !! Method to allocate and read static data for the STO package. + !! + !< + subroutine sto_ar(this, dis, ibound) + ! -- modules + use MemoryManagerModule, only: mem_setptr + use MemoryHelperModule, only: create_mem_path + ! -- dummy variables + class(SwfStoType) :: this !< SwfStoType object + class(DisBaseType), pointer, intent(in) :: dis !< model discretization object + integer(I4B), dimension(:), pointer, contiguous :: ibound !< model ibound array + ! -- local variables + ! -- formats + character(len=*), parameter :: fmtsto = & + "(1x,/1x,'STO -- STORAGE PACKAGE, VERSION 1, 10/27/2023', & + &' INPUT READ FROM UNIT ', i0, //)" + ! + ! --print a message identifying the storage package. + write (this%iout, fmtsto) this%inunit + ! + ! -- store pointers to arguments that were passed in + this%dis => dis + this%ibound => ibound + ! + ! -- set pointer to gwf iss + call mem_setptr(this%iss, 'ISS', create_mem_path(this%name_model)) + ! + ! -- Allocate arrays + call this%allocate_arrays(dis%nodes) + ! + ! -- Read storage options + call this%read_options() + ! + ! -- read the data block + ! no griddata at the moment for SWF Storage Package + ! call this%read_data() + ! + ! -- return + return + end subroutine sto_ar + + !> @ brief Read and prepare method for package + !! + !! Method to read and prepare stress period data for the STO package. + !! + !< + subroutine sto_rp(this) + ! -- modules + use TdisModule, only: kper, nper + implicit none + ! -- dummy variables + class(SwfStoType) :: this !< SwfStoType object + ! -- local variables + integer(I4B) :: ierr + logical :: isfound, endOfBlock + character(len=16) :: css(0:1) + character(len=LINELENGTH) :: line, keyword + ! -- formats + character(len=*), parameter :: fmtlsp = & + &"(1X,/1X,'REUSING ',A,' FROM LAST STRESS PERIOD')" + character(len=*), parameter :: fmtblkerr = & + &"('Error. Looking for BEGIN PERIOD iper. Found ', a, ' instead.')" + ! -- data + data css(0)/' TRANSIENT'/ + data css(1)/' STEADY-STATE'/ +! ------------------------------------------------------------------------------ + ! + ! -- get stress period data + if (this%ionper < kper) then + ! + ! -- get period block + call this%parser%GetBlock('PERIOD', isfound, ierr, & + supportOpenClose=.true., & + blockRequired=.false.) + if (isfound) then + ! + ! -- read ionper and check for increasing period numbers + call this%read_check_ionper() + else + ! + ! -- PERIOD block not found + if (ierr < 0) then + ! -- End of file found; data applies for remainder of simulation. + this%ionper = nper + 1 + else + ! -- Found invalid block + call this%parser%GetCurrentLine(line) + write (errmsg, fmtblkerr) adjustl(trim(line)) + call store_error(errmsg) + call this%parser%StoreErrorUnit() + end if + end if + end if + + if (this%ionper == kper) then + write (this%iout, '(//,1x,a)') 'PROCESSING STORAGE PERIOD DATA' + do + call this%parser%GetNextLine(endOfBlock) + if (endOfBlock) exit + call this%parser%GetStringCaps(keyword) + select case (keyword) + case ('STEADY-STATE') + this%iss = 1 + case ('TRANSIENT') + this%iss = 0 + case default + write (errmsg, '(a,a)') 'Unknown STORAGE data tag: ', & + trim(keyword) + call store_error(errmsg) + call this%parser%StoreErrorUnit() + end select + end do + write (this%iout, '(1x,a)') 'END PROCESSING STORAGE PERIOD DATA' + end if + + write (this%iout, '(//1X,A,I0,A,A,/)') & + 'STRESS PERIOD ', kper, ' IS ', trim(adjustl(css(this%iss))) + ! + ! -- return + return + end subroutine sto_rp + + !> @ brief Advance the package + !! + !! Advance data in the STO package. + !! + !< + subroutine sto_ad(this) + ! -- modules + ! -- dummy variables + class(SwfStoType) :: this !< SwfStoType object + ! + ! -- return + return + end subroutine sto_ad + + !> @ brief Fill A and right-hand side for the package + !! + !! Fill the coefficient matrix and right-hand side with the STO package terms. + !! + !< + subroutine sto_fc(this, kiter, stage_old, stage_new, matrix_sln, idxglo, rhs) + ! -- modules + use ConstantsModule, only: DONE + use SwfCxsUtilsModule, only: get_cross_section_area + use TdisModule, only: delt + ! -- dummy + class(SwfStoType) :: this + integer(I4B) :: kiter + real(DP), intent(inout), dimension(:) :: stage_old + real(DP), intent(inout), dimension(:) :: stage_new + class(MatrixBaseType), pointer :: matrix_sln + integer(I4B), intent(in), dimension(:) :: idxglo + real(DP), intent(inout), dimension(:) :: rhs + ! -- local + integer(I4B) :: n, idiag + real(DP) :: depth_old + real(DP) :: depth_new + real(DP) :: area_old + real(DP) :: area_new + real(DP) :: area_eps + real(DP) :: volume_old + real(DP) :: volume_new + real(DP) :: dx + real(DP) :: eps + real(DP) :: derv + real(DP) :: qsto + ! -- formats + character(len=*), parameter :: fmtsperror = & + &"('Detected time step length of zero. SWF Storage Package cannot be ', & + &'used unless delt is non-zero.')" + ! + ! -- test if steady-state stress period + if (this%iss /= 0) return + ! + ! -- Ensure time step length is not zero + if (delt == DZERO) then + write (errmsg, fmtsperror) + call store_error(errmsg, terminate=.TRUE.) + end if + ! + ! -- Calculate coefficients and put into amat + eps = 1.D-8 + do n = 1, this%dis%nodes + ! + ! -- skip if constant stage + if (this%ibound(n) < 0) cycle + ! + ! qsto = (v_new - v_old) / dt + ! v_new = a_new * dx + ! a_new = get_area(stage_new - bottom_elev) + dx = this%disl%reach_length(n) + depth_old = stage_old(n) - this%disl%reach_bottom(n) + area_old = this%cxs%get_area(this%idcxs(n), this%width(n), depth_old) + volume_old = area_old * dx + depth_new = stage_new(n) - this%disl%reach_bottom(n) + area_new = this%cxs%get_area(this%idcxs(n), this%width(n), depth_new) + volume_new = area_new * dx + qsto = (volume_new - volume_old) / delt + + area_eps = this%cxs%get_area(this%idcxs(n), this%width(n), depth_new + eps) + derv = (area_eps - area_new) * dx / delt / eps + ! + ! -- Fill amat and rhs + idiag = this%dis%con%ia(n) + call matrix_sln%add_value_pos(idxglo(idiag), -derv) + rhs(n) = rhs(n) + qsto - derv * stage_new(n) + + end do + ! + ! -- Return + return + end subroutine sto_fc + + !> @ brief Calculate flows for package + !! + !! Flow calculation for the STO package components. Components include + !! specific storage and specific yield storage. + !! + !< + subroutine sto_cq(this, flowja, stage_new, stage_old) + use TdisModule, only: delt + ! -- dummy + class(SwfStoType) :: this + real(DP), intent(inout), dimension(:) :: flowja + real(DP), intent(inout), dimension(:) :: stage_new + real(DP), intent(inout), dimension(:) :: stage_old + ! -- local + integer(I4B) :: n + integer(I4B) :: idiag + real(DP) :: dx + real(DP) :: depth_old + real(DP) :: area_old + real(DP) :: volume_old + real(DP) :: depth_new + real(DP) :: area_new + real(DP) :: volume_new + ! + ! -- test if steady-state stress period + if (this%iss /= 0) return + ! + ! -- Calculate storage term + do n = 1, this%dis%nodes + ! + ! -- skip if constant stage + if (this%ibound(n) < 0) cycle + ! + dx = this%disl%reach_length(n) + depth_old = stage_old(n) - this%disl%reach_bottom(n) + area_old = this%cxs%get_area(this%idcxs(n), this%width(n), depth_old) + volume_old = area_old * dx + depth_new = stage_new(n) - this%disl%reach_bottom(n) + area_new = this%cxs%get_area(this%idcxs(n), this%width(n), depth_new) + volume_new = area_new * dx + this%qsto(n) = -(volume_new - volume_old) / delt + + idiag = this%dis%con%ia(n) + flowja(idiag) = flowja(idiag) + this%qsto(n) + + end do + ! + ! -- Return + return + end subroutine sto_cq + + !> @ brief Model budget calculation for package + !! + !! Budget calculation for the STO package components. Components include + !! specific storage and specific yield storage. + !! + !< + subroutine sto_bd(this, isuppress_output, model_budget) + ! -- modules + use TdisModule, only: delt + use BudgetModule, only: BudgetType, rate_accumulator + ! -- dummy variables + class(SwfStoType) :: this !< SwfStoType object + integer(I4B), intent(in) :: isuppress_output !< flag to suppress model output + type(BudgetType), intent(inout) :: model_budget !< model budget object + ! -- local variables + real(DP) :: rin + real(DP) :: rout + ! + ! -- Add storage rates to model budget + call rate_accumulator(this%qsto, rin, rout) + call model_budget%addentry(rin, rout, delt, ' STO', & + isuppress_output, ' STORAGE') + ! + ! -- return + return + end subroutine sto_bd + + !> @ brief Save model flows for package + !! + !! Save cell-by-cell budget terms for the STO package. + !! + !< + subroutine sto_save_model_flows(this, icbcfl, icbcun) + ! -- dummy variables + class(SwfStoType) :: this !< SwfStoType object + integer(I4B), intent(in) :: icbcfl !< flag to output budget data + integer(I4B), intent(in) :: icbcun !< cell-by-cell file unit number + ! -- local variables + integer(I4B) :: ibinun + integer(I4B) :: iprint, nvaluesp, nwidthp + character(len=1) :: cdatafmp = ' ', editdesc = ' ' + real(DP) :: dinact + ! + ! -- Set unit number for binary output + if (this%ipakcb < 0) then + ibinun = icbcun + elseif (this%ipakcb == 0) then + ibinun = 0 + else + ibinun = this%ipakcb + end if + if (icbcfl == 0) ibinun = 0 + ! + ! -- Record the storage rates if requested + if (ibinun /= 0) then + iprint = 0 + dinact = DZERO + ! + ! -- qsto + call this%dis%record_array(this%qsto, this%iout, iprint, -ibinun, & + budtxt(1), cdatafmp, nvaluesp, & + nwidthp, editdesc, dinact) + end if + ! + ! -- return + return + end subroutine sto_save_model_flows + + !> @ brief Deallocate package memory + !! + !! Deallocate STO package scalars and arrays. + !! + !< + subroutine sto_da(this) + ! -- modules + use MemoryManagerModule, only: mem_deallocate + ! -- dummy variables + class(SwfStoType) :: this !< SwfStoType object + ! + ! -- Deallocate arrays if package is active + if (this%inunit > 0) then + call mem_deallocate(this%qsto) + nullify (this%idcxs) + nullify (this%width) + end if + ! + ! -- Deallocate scalars + ! + ! -- deallocate parent + call this%NumericalPackageType%da() + ! + ! -- return + return + end subroutine sto_da + + !> @ brief Allocate scalars + !! + !! Allocate and initialize scalars for the STO package. The base numerical + !! package allocate scalars method is also called. + !! + !< + subroutine allocate_scalars(this) + ! -- modules + use MemoryManagerModule, only: mem_allocate, mem_setptr + ! -- dummy variables + class(SwfStoType) :: this !< SwfStoType object + ! + ! -- allocate scalars in NumericalPackageType + call this%NumericalPackageType%allocate_scalars() + ! + ! -- allocate scalars + !call mem_allocate(this%xxx, 'XXX', this%memoryPath) + ! + ! -- initialize scalars + !this%xxx = 0 + ! + ! -- return + return + end subroutine allocate_scalars + + !> @ brief Allocate package arrays + !! + !! Allocate and initialize STO package arrays. + !! + !< + subroutine allocate_arrays(this, nodes) + ! -- modules + use MemoryManagerModule, only: mem_allocate + ! -- dummy variables + class(SwfStoType), target :: this !< SwfStoType object + integer(I4B), intent(in) :: nodes !< active model nodes + ! -- local variables + integer(I4B) :: n + ! + ! -- Allocate arrays + call mem_allocate(this%qsto, nodes, 'STRGSS', this%memoryPath) + ! + ! -- Initialize arrays + this%iss = 0 + do n = 1, nodes + this%qsto(n) = DZERO + end do + ! + ! -- return + return + end subroutine allocate_arrays + + !> @ brief Read options for package + !! + !! Read options block for STO package. + !! + !< + subroutine read_options(this) + ! -- modules + ! -- dummy variables + class(SwfStoType) :: this !< SwfStoType object + ! -- local variables + character(len=LINELENGTH) :: keyword + integer(I4B) :: ierr + logical :: isfound, endOfBlock + ! -- formats + character(len=*), parameter :: fmtisvflow = & + "(4x,'CELL-BY-CELL FLOW INFORMATION WILL BE SAVED TO BINARY FILE & + &WHENEVER ICBCFL IS NOT ZERO.')" + character(len=*), parameter :: fmtflow = & + &"(4x, 'FLOWS WILL BE SAVED TO FILE: ', a, /4x, 'OPENED ON UNIT: ', I7)" + ! + ! -- get options block + call this%parser%GetBlock('OPTIONS', isfound, ierr, & + supportOpenClose=.true., blockRequired=.false.) + ! + ! -- parse options block if detected + if (isfound) then + write (this%iout, '(1x,a)') 'PROCESSING STORAGE OPTIONS' + do + call this%parser%GetNextLine(endOfBlock) + if (endOfBlock) exit + call this%parser%GetStringCaps(keyword) + select case (keyword) + case ('SAVE_FLOWS') + this%ipakcb = -1 + write (this%iout, fmtisvflow) + case default + write (errmsg, '(a,a)') 'Unknown STO option: ', & + trim(keyword) + call store_error(errmsg, terminate=.TRUE.) + end select + end do + write (this%iout, '(1x,a)') 'END OF STORAGE OPTIONS' + end if + ! + ! -- return + return + end subroutine read_options + + !> @ brief Read data for package + !! + !! Read griddata block for STO package. + !! + !< + subroutine read_data(this) + ! -- modules + ! -- dummy variables + class(SwfStotype) :: this !< SwfStoType object + ! -- local variables + character(len=LINELENGTH) :: keyword + character(len=:), allocatable :: line + integer(I4B) :: lloc, ierr + logical :: isfound, endOfBlock + character(len=24), dimension(1) :: aname + ! -- formats + !data + data aname(1)/' XXX'/ + ! + ! -- initialize + isfound = .false. + ! + ! -- get stodata block + call this%parser%GetBlock('GRIDDATA', isfound, ierr) + if (isfound) then + write (this%iout, '(1x,a)') 'PROCESSING GRIDDATA' + do + call this%parser%GetNextLine(endOfBlock) + if (endOfBlock) exit + call this%parser%GetStringCaps(keyword) + call this%parser%GetRemainingLine(line) + lloc = 1 + select case (keyword) + case default + write (errmsg, '(a,a)') 'Unknown GRIDDATA tag: ', & + trim(keyword) + call store_error(errmsg) + call this%parser%StoreErrorUnit() + end select + end do + write (this%iout, '(1x,a)') 'END PROCESSING GRIDDATA' + else + write (errmsg, '(a)') 'Required GRIDDATA block not found.' + call store_error(errmsg) + call this%parser%StoreErrorUnit() + end if + ! + if (count_errors() > 0) then + call this%parser%StoreErrorUnit() + end if + ! + ! -- return + return + end subroutine read_data + + !> @brief Set pointers to channel properties in DFW Package + !< + subroutine set_dfw_pointers(this) + ! -- modules + use MemoryManagerModule, only: mem_setptr, mem_allocate + ! -- dummy + class(SwfStoType) :: this !< this instance + ! -- local + character(len=LENMEMPATH) :: dfw_mem_path + + dfw_mem_path = create_mem_path(this%name_model, 'DFW') + call mem_setptr(this%idcxs, 'IDCXS', dfw_mem_path) + call mem_setptr(this%width, 'WIDTH', dfw_mem_path) + + end subroutine set_dfw_pointers + +end module SwfStoModule diff --git a/src/Model/SurfaceWaterFlow/swf1zdg1.f90 b/src/Model/SurfaceWaterFlow/swf1zdg1.f90 new file mode 100644 index 00000000000..fb29d2049db --- /dev/null +++ b/src/Model/SurfaceWaterFlow/swf1zdg1.f90 @@ -0,0 +1,630 @@ +!> @brief This module contains the ZDG package methods +!! +!! This module can be used to represent outflow from streams using +!! a zero-depth-gradient boundary. +!! +!< +module SwfZdgModule + ! -- modules + use KindModule, only: DP, I4B + use ConstantsModule, only: DZERO, DEM1, DONE, LENFTYPE, DNODATA, & + LINELENGTH, DHALF, DTWOTHIRDS + use SimVariablesModule, only: errmsg + use SimModule, only: store_error, store_error_filename + use MemoryHelperModule, only: create_mem_path + use BndModule, only: BndType + use BndExtModule, only: BndExtType + use ObsModule, only: DefaultObsIdProcessor + use SmoothingModule, only: sQSaturation, sQSaturationDerivative + use ObserveModule, only: ObserveType + use TimeSeriesLinkModule, only: TimeSeriesLinkType, & + GetTimeSeriesLinkFromList + use BlockParserModule, only: BlockParserType + use InputOutputModule, only: GetUnit, openfile + use MatrixBaseModule + use BaseDisModule, only: DisBaseType + use SwfDislModule, only: SwfDislType + use SwfCxsModule, only: SwfCxsType + ! + implicit none + ! + private + public :: zdg_create + ! + character(len=LENFTYPE) :: ftype = 'ZDG' !< package ftype + character(len=16) :: text = ' ZDG' !< package flow text string + ! + type, extends(BndExtType) :: SwfZdgType + + integer(I4B), dimension(:), pointer, contiguous :: idcxs => null() !< cross section id + real(DP), dimension(:), pointer, contiguous :: width => null() !< channel width + real(DP), dimension(:), pointer, contiguous :: slope => null() !< channel slope + real(DP), dimension(:), pointer, contiguous :: rough => null() !< channel roughness + real(DP), pointer :: unitconv => null() !< conversion factor for roughness to length and time units of meters and seconds + + ! -- pointers other objects + type(SwfDislType), pointer :: disl + type(SwfCxsType), pointer :: cxs + + contains + procedure :: allocate_scalars => zdg_allocate_scalars + procedure :: allocate_arrays => zdg_allocate_arrays + procedure :: source_options => zdg_options + procedure :: log_zdg_options + procedure :: bnd_rp => zdg_rp + procedure :: bnd_cf => zdg_cf + procedure :: bnd_fc => zdg_fc + procedure :: bnd_da => zdg_da + procedure :: define_listlabel + procedure :: bound_value => zdg_bound_value + ! -- methods for observations + procedure, public :: bnd_obs_supported => zdg_obs_supported + procedure, public :: bnd_df_obs => zdg_df_obs + procedure, public :: bnd_bd_obs => zdg_bd_obs + ! -- methods for time series + procedure, public :: bnd_rp_ts => zdg_rp_ts + ! -- private + procedure, private :: get_cond + end type SwfZdgType + +contains + + !> @ brief Create a new package object + !! + !! Create a new ZDG Package object + !! + !< + subroutine zdg_create(packobj, id, ibcnum, inunit, iout, namemodel, pakname, & + mempath, dis, cxs, unitconv) + ! -- dummy variables + class(BndType), pointer :: packobj !< pointer to default package type + integer(I4B), intent(in) :: id !< package id + integer(I4B), intent(in) :: ibcnum !< boundary condition number + integer(I4B), intent(in) :: inunit !< unit number of ZDG package input file + integer(I4B), intent(in) :: iout !< unit number of model listing file + character(len=*), intent(in) :: namemodel !< model name + character(len=*), intent(in) :: pakname !< package name + character(len=*), intent(in) :: mempath !< input mempath + class(DisBaseType), pointer, intent(inout) :: dis !< the pointer to the discretization + type(SwfCxsType), pointer, intent(in) :: cxs !< the pointer to the cxs package + real(DP), intent(in) :: unitconv !< unit conversion for roughness + ! -- local variables + type(SwfZdgType), pointer :: zdgobj + ! + ! -- allocate the object and assign values to object variables + allocate (zdgobj) + packobj => zdgobj + ! + ! -- create name and memory path + call packobj%set_names(ibcnum, namemodel, pakname, ftype, mempath) + packobj%text = text + ! + ! -- allocate scalars + call zdgobj%allocate_scalars() + ! + ! -- initialize package + call packobj%pack_initialize() + + packobj%inunit = inunit + packobj%iout = iout + packobj%id = id + packobj%ibcnum = ibcnum + packobj%ncolbnd = 1 + packobj%iscloc = 1 + packobj%ictMemPath = create_mem_path(namemodel, 'DFW') + ! + ! -- store pointer to disl + select type (dis) + type is (SwfDislType) + zdgobj%disl => dis + end select + ! + ! -- store pointer to cxs + zdgobj%cxs => cxs + ! + ! -- store unit conversion + zdgobj%unitconv = unitconv + ! + ! -- return + return + end subroutine zdg_create + + !> @ brief Allocate scalars + !! + !! Allocate and initialize scalars for the ZDG package. The base model + !! allocate scalars method is also called. + !! + !< + subroutine zdg_allocate_scalars(this) + ! -- modules + use MemoryManagerModule, only: mem_allocate + ! -- dummy variables + class(SwfZdgType) :: this !< SwfZdgType object + ! + ! -- call base type allocate scalars + call this%BndExtType%allocate_scalars() + ! + ! -- allocate the object and assign values to object variables + call mem_allocate(this%unitconv, 'UNITCONV', this%memoryPath) + ! + ! -- Set values + this%unitconv = DZERO + ! + ! -- return + return + end subroutine zdg_allocate_scalars + + !> @ brief Allocate arrays + !! + !! Allocate and initialize arrays for the SWF package + !! + !< + subroutine zdg_allocate_arrays(this, nodelist, auxvar) + ! -- modules + use MemoryManagerModule, only: mem_allocate, mem_setptr, mem_checkin + ! -- dummy + class(SwfZdgType) :: this + integer(I4B), dimension(:), pointer, contiguous, optional :: nodelist + real(DP), dimension(:, :), pointer, contiguous, optional :: auxvar + ! -- local + ! + ! -- call BndExtType allocate scalars + call this%BndExtType%allocate_arrays(nodelist, auxvar) + ! + ! -- set array input context pointer + call mem_setptr(this%idcxs, 'IDCXS', this%input_mempath) + call mem_setptr(this%width, 'WIDTH', this%input_mempath) + call mem_setptr(this%slope, 'SLOPE', this%input_mempath) + call mem_setptr(this%rough, 'ROUGH', this%input_mempath) + ! + ! -- checkin array input context pointer + call mem_checkin(this%idcxs, 'IDCXS', this%memoryPath, & + 'IDCXS', this%input_mempath) + call mem_checkin(this%width, 'WIDTH', this%memoryPath, & + 'WIDTH', this%input_mempath) + call mem_checkin(this%slope, 'SLOPE', this%memoryPath, & + 'SLOPE', this%input_mempath) + call mem_checkin(this%rough, 'ROUGH', this%memoryPath, & + 'ROUGH', this%input_mempath) + ! + ! -- return + return + end subroutine zdg_allocate_arrays + + !> @ brief Deallocate package memory + !! + !! Deallocate SWF package scalars and arrays. + !! + !< + subroutine zdg_da(this) + ! -- modules + use MemoryManagerModule, only: mem_deallocate + ! -- dummy variables + class(SwfZdgType) :: this !< SwfZdgType object + ! + ! -- Deallocate parent package + call this%BndExtType%bnd_da() + ! + ! -- arrays + call mem_deallocate(this%idcxs, 'IDCXS', this%memoryPath) + call mem_deallocate(this%width, 'WIDTH', this%memoryPath) + call mem_deallocate(this%slope, 'SLOPE', this%memoryPath) + call mem_deallocate(this%rough, 'ROUGH', this%memoryPath) + ! + ! -- scalars + call mem_deallocate(this%unitconv) + ! + ! -- return + return + end subroutine zdg_da + + !> @ brief Source additional options for package + !! + !! Source additional options for SWF package. + !! + !< + subroutine zdg_options(this) + ! -- modules + use InputOutputModule, only: urword + use MemoryManagerExtModule, only: mem_set_value + use SwfZdgInputModule, only: SwfZdgParamFoundType + ! -- dummy variables + class(SwfZdgType), intent(inout) :: this !< SwfZdgType object + ! -- local variables + type(SwfZdgParamFoundType) :: found + ! -- formats + ! + ! -- source base BndExtType options + call this%BndExtType%source_options() + ! + ! -- source options from input context + ! none + ! + ! -- log SWF specific options + call this%log_zdg_options(found) + ! + ! -- return + return + end subroutine zdg_options + + !> @ brief Log SWF specific package options + !< + subroutine log_zdg_options(this, found) + ! -- modules + use SwfZdgInputModule, only: SwfZdgParamFoundType + ! -- dummy variables + class(SwfZdgType), intent(inout) :: this !< BndExtType object + type(SwfZdgParamFoundType), intent(in) :: found + ! -- local variables + ! -- format + ! + ! -- log found options + write (this%iout, '(/1x,a)') 'PROCESSING '//trim(adjustl(this%text)) & + //' OPTIONS' + ! + ! if (found%mover) then + ! write (this%iout, '(4x,A)') 'MOVER OPTION ENABLED' + ! end if + ! + ! -- close logging block + write (this%iout, '(1x,a)') & + 'END OF '//trim(adjustl(this%text))//' OPTIONS' + ! + ! -- return + return + end subroutine log_zdg_options + + !> @ brief SWF read and prepare + !! + !< + subroutine zdg_rp(this) + use TdisModule, only: kper + ! -- dummy + class(SwfZdgType), intent(inout) :: this + ! -- local + ! + if (this%iper /= kper) return + ! + ! -- Call the parent class read and prepare + call this%BndExtType%bnd_rp() + ! + ! -- Write the list to iout if requested + if (this%iprpak /= 0) then + call this%write_list() + end if + ! + ! -- return + return + end subroutine zdg_rp + + !> @ brief Formulate the package hcof and rhs terms. + !! + !! Formulate the hcof and rhs terms for the ZDG package that will be + !! added to the coefficient matrix and right-hand side vector. + !! + !< + subroutine zdg_cf(this) + ! -- dummy variables + class(SwfZdgType) :: this !< SwfZdgType object + ! -- local variables + integer(I4B) :: i, node + real(DP) :: q + real(DP) :: qeps + real(DP) :: absdhdxsq + real(DP) :: depth + real(DP) :: cond + real(DP) :: derv + real(DP) :: eps + ! + ! -- Return if no inflows + if (this%nbound == 0) return + ! + ! -- Calculate hcof and rhs for each zdg entry + eps = 1.D-8 + do i = 1, this%nbound + + node = this%nodelist(i) + if (this%ibound(node) <= 0) then + this%hcof(i) = DZERO + this%rhs(i) = DZERO + cycle + end if + + ! -- calculate terms and add to hcof and rhs + absdhdxsq = this%slope(i)**DHALF + depth = this%xnew(node) - this%disl%reach_bottom(node) + + ! -- calculate unperturbed q + cond = this%get_cond(i, depth, absdhdxsq, this%unitconv) + q = -cond * this%slope(i) + + ! -- calculate perturbed q + cond = this%get_cond(i, depth + eps, absdhdxsq, this%unitconv) + qeps = -cond * this%slope(i) + + ! -- calculate derivative + derv = (qeps - q) / eps + + ! -- add terms to hcof and rhs + this%hcof(i) = derv + this%rhs(i) = -q + derv * this%xnew(node) + + end do + ! + return + end subroutine zdg_cf + + !> @brief Calculate conductance-like term + !! + !! Conductance normally has a dx term in the denominator + !! but that is not included here, as the flow is calculated + !! using Q = C * slope. The returned c value from this + !! function has dimensions of L3/T. + !! + !< + function get_cond(this, i, depth, absdhdxsq, unitconv) result(c) + ! -- modules + ! -- dummy + class(SwfZdgType) :: this + integer(I4B), intent(in) :: i !< boundary number + real(DP), intent(in) :: depth !< simulated depth (stage - elevation) in reach n for this iteration + real(DP), intent(in) :: absdhdxsq !< absolute value of simulated hydraulic gradient + real(DP), intent(in) :: unitconv !< conversion factor for roughness to length and time units of meters and seconds + ! -- local + integer(I4B) :: idcxs + real(DP) :: c + real(DP) :: width + real(DP) :: rough + real(DP) :: slope + real(DP) :: roughc + real(DP) :: a + real(DP) :: r + ! + idcxs = this%idcxs(i) + width = this%width(i) + rough = this%rough(i) + slope = this%slope(i) + roughc = this%cxs%get_roughness(idcxs, width, depth, rough, & + slope) + a = this%cxs%get_area(idcxs, width, depth) + r = this%cxs%get_hydraulic_radius(idcxs, width, depth, area=a) + + ! todo: unit convert? + c = a * r**DTWOTHIRDS / roughc / absdhdxsq + + end function get_cond + + !> @ brief Copy hcof and rhs terms into solution. + !! + !! Add the hcof and rhs terms for the ZDG package to the + !! coefficient matrix and right-hand side vector. + !! + !< + subroutine zdg_fc(this, rhs, ia, idxglo, matrix_sln) + ! -- dummy variables + class(SwfZdgType) :: this !< SwfZdgType object + real(DP), dimension(:), intent(inout) :: rhs !< right-hand side vector for model + integer(I4B), dimension(:), intent(in) :: ia !< solution CRS row pointers + integer(I4B), dimension(:), intent(in) :: idxglo !< mapping vector for model (local) to solution (global) + class(MatrixBaseType), pointer :: matrix_sln !< solution coefficient matrix + ! -- local variables + integer(I4B) :: i + integer(I4B) :: n + integer(I4B) :: ipos + ! + ! -- pakmvrobj fc + if (this%imover == 1) then + call this%pakmvrobj%fc() + end if + ! + ! -- Copy package rhs and hcof into solution rhs and amat + do i = 1, this%nbound + n = this%nodelist(i) + rhs(n) = rhs(n) + this%rhs(i) + ipos = ia(n) + call matrix_sln%add_value_pos(idxglo(ipos), this%hcof(i)) + ! + ! -- If mover is active and this zdg item is discharging, + ! store available water (as positive value). + if (this%imover == 1 .and. this%rhs(i) > DZERO) then + call this%pakmvrobj%accumulate_qformvr(i, this%rhs(i)) + end if + end do + ! + ! -- return + return + end subroutine zdg_fc + + !> @ brief Define the list label for the package + !! + !! Method defined the list label for the ZDG package. The list label is + !! the heading that is written to iout when PRINT_INPUT option is used. + !! + !< + subroutine define_listlabel(this) + ! -- dummy variables + class(SwfZdgType), intent(inout) :: this !< SwfZdgType object + ! + ! -- create the header list label + this%listlabel = trim(this%filtyp)//' NO.' + if (this%dis%ndim == 3) then + write (this%listlabel, '(a, a7)') trim(this%listlabel), 'LAYER' + write (this%listlabel, '(a, a7)') trim(this%listlabel), 'ROW' + write (this%listlabel, '(a, a7)') trim(this%listlabel), 'COL' + elseif (this%dis%ndim == 2) then + write (this%listlabel, '(a, a7)') trim(this%listlabel), 'LAYER' + write (this%listlabel, '(a, a7)') trim(this%listlabel), 'CELL2D' + else + write (this%listlabel, '(a, a7)') trim(this%listlabel), 'NODE' + end if + write (this%listlabel, '(a, a16)') trim(this%listlabel), 'FLOW RATE' + if (this%inamedbound == 1) then + write (this%listlabel, '(a, a16)') trim(this%listlabel), 'BOUNDARY NAME' + end if + ! + ! -- return + return + end subroutine define_listlabel + + ! -- Procedures related to observations + + !> @brief Determine if observations are supported. + !! + !! Function to determine if observations are supported by the ZDG package. + !! Observations are supported by the ZDG package. + !! + !! @return zdg_obs_supported boolean indicating if observations are supported + !! + !< + logical function zdg_obs_supported(this) + ! -- dummy variables + class(SwfZdgType) :: this !< SwfZdgType object + ! + ! -- set boolean + zdg_obs_supported = .true. + ! + ! -- return + return + end function zdg_obs_supported + + !> @brief Define the observation types available in the package + !! + !! Method to define the observation types available in the ZDG package. + !! + !< + subroutine zdg_df_obs(this) + ! -- dummy variables + class(SwfZdgType) :: this !< SwfZdgType object + ! -- local variables + integer(I4B) :: indx + ! + ! -- initialize observations + call this%obs%StoreObsType('zdg', .true., indx) + this%obs%obsData(indx)%ProcessIdPtr => DefaultObsIdProcessor + ! + ! -- Store obs type and assign procedure pointer + ! for to-mvr observation type. + call this%obs%StoreObsType('to-mvr', .true., indx) + this%obs%obsData(indx)%ProcessIdPtr => DefaultObsIdProcessor + ! + ! -- return + return + end subroutine zdg_df_obs + + !> @brief Save observations for the package + !! + !! Method to save simulated values for the ZDG package. + !! + !< + subroutine zdg_bd_obs(this) + ! -- dummy variables + class(SwfZdgType) :: this !< SwfZdgType object + ! -- local variables + integer(I4B) :: i + integer(I4B) :: n + integer(I4B) :: jj + real(DP) :: v + type(ObserveType), pointer :: obsrv => null() + ! + ! -- clear the observations + call this%obs%obs_bd_clear() + ! + ! -- Save simulated values for all of package's observations. + do i = 1, this%obs%npakobs + obsrv => this%obs%pakobs(i)%obsrv + if (obsrv%BndFound) then + do n = 1, obsrv%indxbnds_count + v = DNODATA + jj = obsrv%indxbnds(n) + select case (obsrv%ObsTypeId) + case ('TO-MVR') + if (this%imover == 1) then + v = this%pakmvrobj%get_qtomvr(jj) + if (v > DZERO) then + v = -v + end if + end if + case ('ZDG') + v = this%simvals(jj) + case default + errmsg = 'Unrecognized observation type: '//trim(obsrv%ObsTypeId) + call store_error(errmsg) + end select + call this%obs%SaveOneSimval(obsrv, v) + end do + else + call this%obs%SaveOneSimval(obsrv, DNODATA) + end if + end do + ! + ! -- return + return + end subroutine zdg_bd_obs + + ! -- Procedure related to time series + + !> @brief Assign time series links for the package + !! + !! Assign the time series links for the ZDG package. Only + !! the Q variable can be defined with time series. + !! + !< + subroutine zdg_rp_ts(this) + ! -- dummy variables + class(SwfZdgType), intent(inout) :: this !< SwfZdgType object + ! -- local variables + integer(I4B) :: i, nlinks + type(TimeSeriesLinkType), pointer :: tslink => null() + ! + ! -- set up the time series links + nlinks = this%TsManager%boundtslinks%Count() + do i = 1, nlinks + tslink => GetTimeSeriesLinkFromList(this%TsManager%boundtslinks, i) + if (associated(tslink)) then + if (tslink%JCol == 1) then + tslink%Text = 'Q' + end if + end if + end do + ! + ! -- return + return + end subroutine zdg_rp_ts + + !> @ brief Return a bound value + !! + !! Return a bound value associated with an ncolbnd index + !! and row. + !! + !< + function zdg_bound_value(this, col, row) result(bndval) + ! -- modules + use ConstantsModule, only: DZERO + ! -- dummy variables + class(SwfZdgType), intent(inout) :: this !< BndExtType object + integer(I4B), intent(in) :: col + integer(I4B), intent(in) :: row + ! -- result + real(DP) :: bndval + ! + select case (col) + case (1) + bndval = this%idcxs(row) + case (2) + bndval = this%width(row) + case (3) + bndval = this%slope(row) + case (4) + bndval = this%rough(row) + case default + errmsg = 'Programming error. ZDG bound value requested column '& + &'outside range of ncolbnd (1).' + call store_error(errmsg) + call store_error_filename(this%input_fname) + end select + ! + ! -- return + return + end function zdg_bound_value + +end module SwfZdgModule diff --git a/src/Model/SurfaceWaterFlow/swf1zdg1idm.f90 b/src/Model/SurfaceWaterFlow/swf1zdg1idm.f90 new file mode 100644 index 00000000000..568d242cc91 --- /dev/null +++ b/src/Model/SurfaceWaterFlow/swf1zdg1idm.f90 @@ -0,0 +1,449 @@ +! ** Do Not Modify! MODFLOW 6 system generated file. ** +module SwfZdgInputModule + use ConstantsModule, only: LENVARNAME + use InputDefinitionModule, only: InputParamDefinitionType, & + InputBlockDefinitionType + private + public swf_zdg_param_definitions + public swf_zdg_aggregate_definitions + public swf_zdg_block_definitions + public SwfZdgParamFoundType + public swf_zdg_multi_package + + type SwfZdgParamFoundType + logical :: auxiliary = .false. + logical :: boundnames = .false. + logical :: iprpak = .false. + logical :: iprflow = .false. + logical :: ipakcb = .false. + logical :: ts_filerecord = .false. + logical :: ts6 = .false. + logical :: filein = .false. + logical :: ts6_filename = .false. + logical :: obs_filerecord = .false. + logical :: obs6 = .false. + logical :: obs6_filename = .false. + logical :: maxbound = .false. + logical :: cellid = .false. + logical :: idcxs = .false. + logical :: width = .false. + logical :: slope = .false. + logical :: rough = .false. + logical :: auxvar = .false. + logical :: boundname = .false. + end type SwfZdgParamFoundType + + logical :: swf_zdg_multi_package = .true. + + type(InputParamDefinitionType), parameter :: & + swfzdg_auxiliary = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'ZDG', & ! subcomponent + 'OPTIONS', & ! block + 'AUXILIARY', & ! tag name + 'AUXILIARY', & ! fortran variable + 'STRING', & ! type + 'NAUX', & ! shape + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfzdg_boundnames = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'ZDG', & ! subcomponent + 'OPTIONS', & ! block + 'BOUNDNAMES', & ! tag name + 'BOUNDNAMES', & ! fortran variable + 'KEYWORD', & ! type + '', & ! shape + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfzdg_iprpak = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'ZDG', & ! subcomponent + 'OPTIONS', & ! block + 'PRINT_INPUT', & ! tag name + 'IPRPAK', & ! fortran variable + 'KEYWORD', & ! type + '', & ! shape + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfzdg_iprflow = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'ZDG', & ! subcomponent + 'OPTIONS', & ! block + 'PRINT_FLOWS', & ! tag name + 'IPRFLOW', & ! fortran variable + 'KEYWORD', & ! type + '', & ! shape + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfzdg_ipakcb = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'ZDG', & ! subcomponent + 'OPTIONS', & ! block + 'SAVE_FLOWS', & ! tag name + 'IPAKCB', & ! fortran variable + 'KEYWORD', & ! type + '', & ! shape + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfzdg_ts_filerecord = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'ZDG', & ! subcomponent + 'OPTIONS', & ! block + 'TS_FILERECORD', & ! tag name + 'TS_FILERECORD', & ! fortran variable + 'RECORD TS6 FILEIN TS6_FILENAME', & ! type + '', & ! shape + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfzdg_ts6 = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'ZDG', & ! subcomponent + 'OPTIONS', & ! block + 'TS6', & ! tag name + 'TS6', & ! fortran variable + 'KEYWORD', & ! type + '', & ! shape + .true., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfzdg_filein = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'ZDG', & ! subcomponent + 'OPTIONS', & ! block + 'FILEIN', & ! tag name + 'FILEIN', & ! fortran variable + 'KEYWORD', & ! type + '', & ! shape + .true., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfzdg_ts6_filename = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'ZDG', & ! subcomponent + 'OPTIONS', & ! block + 'TS6_FILENAME', & ! tag name + 'TS6_FILENAME', & ! fortran variable + 'STRING', & ! type + '', & ! shape + .true., & ! required + .true., & ! multi-record + .true., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfzdg_obs_filerecord = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'ZDG', & ! subcomponent + 'OPTIONS', & ! block + 'OBS_FILERECORD', & ! tag name + 'OBS_FILERECORD', & ! fortran variable + 'RECORD OBS6 FILEIN OBS6_FILENAME', & ! type + '', & ! shape + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfzdg_obs6 = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'ZDG', & ! subcomponent + 'OPTIONS', & ! block + 'OBS6', & ! tag name + 'OBS6', & ! fortran variable + 'KEYWORD', & ! type + '', & ! shape + .true., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfzdg_obs6_filename = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'ZDG', & ! subcomponent + 'OPTIONS', & ! block + 'OBS6_FILENAME', & ! tag name + 'OBS6_FILENAME', & ! fortran variable + 'STRING', & ! type + '', & ! shape + .true., & ! required + .true., & ! multi-record + .true., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfzdg_maxbound = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'ZDG', & ! subcomponent + 'DIMENSIONS', & ! block + 'MAXBOUND', & ! tag name + 'MAXBOUND', & ! fortran variable + 'INTEGER', & ! type + '', & ! shape + .true., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfzdg_cellid = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'ZDG', & ! subcomponent + 'PERIOD', & ! block + 'CELLID', & ! tag name + 'CELLID', & ! fortran variable + 'INTEGER1D', & ! type + 'NCELLDIM', & ! shape + .true., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfzdg_idcxs = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'ZDG', & ! subcomponent + 'PERIOD', & ! block + 'IDCXS', & ! tag name + 'IDCXS', & ! fortran variable + 'INTEGER', & ! type + '', & ! shape + .true., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfzdg_width = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'ZDG', & ! subcomponent + 'PERIOD', & ! block + 'WIDTH', & ! tag name + 'WIDTH', & ! fortran variable + 'DOUBLE', & ! type + '', & ! shape + .true., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .true. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfzdg_slope = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'ZDG', & ! subcomponent + 'PERIOD', & ! block + 'SLOPE', & ! tag name + 'SLOPE', & ! fortran variable + 'DOUBLE', & ! type + '', & ! shape + .true., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .true. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfzdg_rough = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'ZDG', & ! subcomponent + 'PERIOD', & ! block + 'ROUGH', & ! tag name + 'ROUGH', & ! fortran variable + 'DOUBLE', & ! type + '', & ! shape + .true., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .true. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfzdg_auxvar = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'ZDG', & ! subcomponent + 'PERIOD', & ! block + 'AUX', & ! tag name + 'AUXVAR', & ! fortran variable + 'DOUBLE1D', & ! type + 'NAUX', & ! shape + .false., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .true. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfzdg_boundname = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'ZDG', & ! subcomponent + 'PERIOD', & ! block + 'BOUNDNAME', & ! tag name + 'BOUNDNAME', & ! fortran variable + 'STRING', & ! type + '', & ! shape + .false., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swf_zdg_param_definitions(*) = & + [ & + swfzdg_auxiliary, & + swfzdg_boundnames, & + swfzdg_iprpak, & + swfzdg_iprflow, & + swfzdg_ipakcb, & + swfzdg_ts_filerecord, & + swfzdg_ts6, & + swfzdg_filein, & + swfzdg_ts6_filename, & + swfzdg_obs_filerecord, & + swfzdg_obs6, & + swfzdg_obs6_filename, & + swfzdg_maxbound, & + swfzdg_cellid, & + swfzdg_idcxs, & + swfzdg_width, & + swfzdg_slope, & + swfzdg_rough, & + swfzdg_auxvar, & + swfzdg_boundname & + ] + + type(InputParamDefinitionType), parameter :: & + swfzdg_spd = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'ZDG', & ! subcomponent + 'PERIOD', & ! block + 'STRESS_PERIOD_DATA', & ! tag name + 'SPD', & ! fortran variable + 'RECARRAY CELLID IDCXS WIDTH SLOPE ROUGH AUX BOUNDNAME', & ! type + 'MAXBOUND', & ! shape + .true., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swf_zdg_aggregate_definitions(*) = & + [ & + swfzdg_spd & + ] + + type(InputBlockDefinitionType), parameter :: & + swf_zdg_block_definitions(*) = & + [ & + InputBlockDefinitionType( & + 'OPTIONS', & ! blockname + .false., & ! required + .false., & ! aggregate + .false. & ! block_variable + ), & + InputBlockDefinitionType( & + 'DIMENSIONS', & ! blockname + .true., & ! required + .false., & ! aggregate + .false. & ! block_variable + ), & + InputBlockDefinitionType( & + 'PERIOD', & ! blockname + .true., & ! required + .true., & ! aggregate + .true. & ! block_variable + ) & + ] + +end module SwfZdgInputModule diff --git a/src/SimulationCreate.f90 b/src/SimulationCreate.f90 index fbf37202459..81451c187ee 100644 --- a/src/SimulationCreate.f90 +++ b/src/SimulationCreate.f90 @@ -214,6 +214,7 @@ subroutine models_create() use GwfModule, only: gwf_cr use GwtModule, only: gwt_cr use GweModule, only: gwe_cr + use SwfModule, only: swf_cr use NumericalModelModule, only: NumericalModelType, GetNumericalModelFromList use VirtualGwfModelModule, only: add_virtual_gwf_model use VirtualGwtModelModule, only: add_virtual_gwt_model @@ -304,6 +305,16 @@ subroutine models_create() model_loc_idx(n) = im end if call add_virtual_gwe_model(n, model_names(n), num_model) + case ('SWF6') + if (model_ranks(n) == proc_id) then + im = im + 1 + write (iout, '(4x,2a,i0,a)') trim(model_type), " model ", & + n, " will be created" + call swf_cr(fname, n, model_names(n)) + num_model => GetNumericalModelFromList(basemodellist, im) + model_loc_idx(n) = im + end if + !todo call add_virtual_gwt_model(n, model_names(n), num_model) case default write (errmsg, '(a,a)') & 'Unknown simulation model type: ', trim(model_type) @@ -337,6 +348,7 @@ subroutine exchanges_create() use GwfGweExchangeModule, only: gwfgwe_cr use GwtGwtExchangeModule, only: gwtexchange_create use GweGweExchangeModule, only: gweexchange_create + use SwfGwfExchangeModule, only: swfgwf_cr use VirtualGwfExchangeModule, only: add_virtual_gwf_exchange use VirtualGwtExchangeModule, only: add_virtual_gwt_exchange use VirtualGweExchangeModule, only: add_virtual_gwe_exchange @@ -448,6 +460,11 @@ subroutine exchanges_create() exg_mempath) end if call add_virtual_gwe_exchange(exg_name, exg_id, m1_id, m2_id) + case ('SWF6-GWF6') + write (exg_name, '(a,i0)') 'SWF-GWF_', exg_id + if (both_local) then + call swfgwf_cr(fname, exg_name, exg_id, m1_id, m2_id, exg_mempath) + end if case default write (errmsg, '(a,a)') & 'Unknown simulation exchange type: ', trim(exgtype) diff --git a/src/Solution/NumericalSolution.f90 b/src/Solution/NumericalSolution.f90 index 41bc43e576b..94049065069 100644 --- a/src/Solution/NumericalSolution.f90 +++ b/src/Solution/NumericalSolution.f90 @@ -2215,7 +2215,7 @@ end subroutine save !> @ brief Add a model !! - !! Add a model to s solution. + !! Add a model to solution. !! !< subroutine add_model(this, mp) diff --git a/src/Utilities/Idm/SourceCommon.f90 b/src/Utilities/Idm/SourceCommon.f90 index 3ba4640a2bf..7ed0f52d6e8 100644 --- a/src/Utilities/Idm/SourceCommon.f90 +++ b/src/Utilities/Idm/SourceCommon.f90 @@ -313,7 +313,7 @@ subroutine set_model_shape(ftype, fname, model_mempath, dis_mempath, & else call store_error_filename(fname) end if - case ('DISU6') + case ('DISU6', 'DISL6') ! call get_isize('NODES', dis_mempath, dim1_size) ! diff --git a/src/Utilities/Idm/SourceLoad.F90 b/src/Utilities/Idm/SourceLoad.F90 index 4339e21697a..812b6681175 100644 --- a/src/Utilities/Idm/SourceLoad.F90 +++ b/src/Utilities/Idm/SourceLoad.F90 @@ -295,6 +295,10 @@ function remote_model_ndim(mtype, mfname) result(ncelldim) ncelldim = 1 exit case default + write (errmsg, '(a)') & + 'Unknown discretization type "'//trim(ptype)// & + '" not currently supported.' + call store_error(errmsg, .true.) end select end do end if diff --git a/src/Utilities/Idm/mf6blockfile/LoadMf6File.f90 b/src/Utilities/Idm/mf6blockfile/LoadMf6File.f90 index bd33599f244..d2664bf18c8 100644 --- a/src/Utilities/Idm/mf6blockfile/LoadMf6File.f90 +++ b/src/Utilities/Idm/mf6blockfile/LoadMf6File.f90 @@ -146,12 +146,14 @@ recursive subroutine parse_block(parser, mf6_input, iblock, mshape, filename, & type(MemoryType), pointer :: mt ! ! -- disu vertices/cell2d blocks are contingent on NVERT dimension - if (mf6_input%pkgtype == 'DISU6' .and. & - (mf6_input%block_dfns(iblock)%blockname == 'VERTICES' .or. & - mf6_input%block_dfns(iblock)%blockname == 'CELL2D')) then - call get_from_memorylist('NVERT', mf6_input%mempath, mt, found, .false.) - if (.not. found) return - if (mt%intsclr == 0) return + if (mf6_input%pkgtype == 'DISU6' .or. mf6_input%pkgtype == 'DISL6') then + if (mf6_input%block_dfns(iblock)%blockname == 'VERTICES' .or. & + mf6_input%block_dfns(iblock)%blockname == 'CELL2D') then + call get_from_memorylist('NVERT', mf6_input%mempath, mt, found, & + .false.) + if (.not. found) return + if (mt%intsclr == 0) return + end if end if ! ! -- block open/close support diff --git a/src/Utilities/Idm/selector/IdmDfnSelector.f90 b/src/Utilities/Idm/selector/IdmDfnSelector.f90 index 57c272f4c31..409894f4bb7 100644 --- a/src/Utilities/Idm/selector/IdmDfnSelector.f90 +++ b/src/Utilities/Idm/selector/IdmDfnSelector.f90 @@ -9,6 +9,7 @@ module IdmDfnSelectorModule use IdmGwtDfnSelectorModule use IdmGweDfnSelectorModule use IdmExgDfnSelectorModule + use IdmSwfDfnSelectorModule use IdmSimDfnSelectorModule implicit none @@ -36,6 +37,8 @@ function param_definitions(component, subcomponent) result(input_definition) input_definition => gwe_param_definitions(subcomponent) case ('EXG') input_definition => exg_param_definitions(subcomponent) + case ('SWF') + input_definition => swf_param_definitions(subcomponent) case ('SIM') input_definition => sim_param_definitions(subcomponent) case default @@ -57,6 +60,8 @@ function aggregate_definitions(component, subcomponent) result(input_definition) input_definition => gwe_aggregate_definitions(subcomponent) case ('EXG') input_definition => exg_aggregate_definitions(subcomponent) + case ('SWF') + input_definition => swf_aggregate_definitions(subcomponent) case ('SIM') input_definition => sim_aggregate_definitions(subcomponent) case default @@ -78,6 +83,8 @@ function block_definitions(component, subcomponent) result(input_definition) input_definition => gwe_block_definitions(subcomponent) case ('EXG') input_definition => exg_block_definitions(subcomponent) + case ('SWF') + input_definition => swf_block_definitions(subcomponent) case ('SIM') input_definition => sim_block_definitions(subcomponent) case default @@ -98,6 +105,8 @@ function idm_multi_package(component, subcomponent) result(multi_package) multi_package = gwe_idm_multi_package(subcomponent) case ('EXG') multi_package = exg_idm_multi_package(subcomponent) + case ('SWF') + multi_package = swf_idm_multi_package(subcomponent) case ('SIM') multi_package = sim_idm_multi_package(subcomponent) case default @@ -122,6 +131,8 @@ function idm_integrated(component, subcomponent) result(integrated) integrated = gwe_idm_integrated(subcomponent) case ('EXG') integrated = exg_idm_integrated(subcomponent) + case ('SWF') + integrated = swf_idm_integrated(subcomponent) case ('SIM') integrated = sim_idm_integrated(subcomponent) case default @@ -142,6 +153,8 @@ function idm_component(component) result(integrated) integrated = .true. case ('EXG') integrated = .true. + case ('SWF') + integrated = .true. case ('SIM') integrated = .true. case default diff --git a/src/Utilities/Idm/selector/IdmExgDfnSelector.f90 b/src/Utilities/Idm/selector/IdmExgDfnSelector.f90 index 558a9decc27..ab7c9b75fc6 100644 --- a/src/Utilities/Idm/selector/IdmExgDfnSelector.f90 +++ b/src/Utilities/Idm/selector/IdmExgDfnSelector.f90 @@ -10,6 +10,7 @@ module IdmExgDfnSelectorModule use ExgGwfgweInputModule use ExgGwtgwtInputModule use ExgGwegweInputModule + use ExgSwfgwfInputModule implicit none private @@ -48,6 +49,8 @@ function exg_param_definitions(subcomponent) result(input_definition) call set_param_pointer(input_definition, exg_gwtgwt_param_definitions) case ('GWEGWE') call set_param_pointer(input_definition, exg_gwegwe_param_definitions) + case ('SWFGWF') + call set_param_pointer(input_definition, exg_swfgwf_param_definitions) case default end select return @@ -68,6 +71,8 @@ function exg_aggregate_definitions(subcomponent) result(input_definition) call set_param_pointer(input_definition, exg_gwtgwt_aggregate_definitions) case ('GWEGWE') call set_param_pointer(input_definition, exg_gwegwe_aggregate_definitions) + case ('SWFGWF') + call set_param_pointer(input_definition, exg_swfgwf_aggregate_definitions) case default end select return @@ -88,6 +93,8 @@ function exg_block_definitions(subcomponent) result(input_definition) call set_block_pointer(input_definition, exg_gwtgwt_block_definitions) case ('GWEGWE') call set_block_pointer(input_definition, exg_gwegwe_block_definitions) + case ('SWFGWF') + call set_block_pointer(input_definition, exg_swfgwf_block_definitions) case default end select return @@ -107,6 +114,8 @@ function exg_idm_multi_package(subcomponent) result(multi_package) multi_package = exg_gwtgwt_multi_package case ('GWEGWE') multi_package = exg_gwegwe_multi_package + case ('SWFGWF') + multi_package = exg_swfgwf_multi_package case default call store_error('Idm selector subcomponent not found; '//& &'component="EXG"'//& @@ -130,6 +139,8 @@ function exg_idm_integrated(subcomponent) result(integrated) integrated = .true. case ('GWEGWE') integrated = .true. + case ('SWFGWF') + integrated = .true. case default end select return diff --git a/src/Utilities/Idm/selector/IdmSwfDfnSelector.f90 b/src/Utilities/Idm/selector/IdmSwfDfnSelector.f90 new file mode 100644 index 00000000000..fc55ac514c7 --- /dev/null +++ b/src/Utilities/Idm/selector/IdmSwfDfnSelector.f90 @@ -0,0 +1,171 @@ +! ** Do Not Modify! MODFLOW 6 system generated file. ** +module IdmSwfDfnSelectorModule + + use ConstantsModule, only: LENVARNAME + use SimModule, only: store_error + use InputDefinitionModule, only: InputParamDefinitionType, & + InputBlockDefinitionType + use SwfNamInputModule + use SwfDislInputModule + use SwfCxsInputModule + use SwfDfwInputModule + use SwfIcInputModule + use SwfChdInputModule + use SwfFlwInputModule + use SwfZdgInputModule + + implicit none + private + public :: swf_param_definitions + public :: swf_aggregate_definitions + public :: swf_block_definitions + public :: swf_idm_multi_package + public :: swf_idm_integrated + +contains + + subroutine set_param_pointer(input_dfn, input_dfn_target) + type(InputParamDefinitionType), dimension(:), pointer :: input_dfn + type(InputParamDefinitionType), dimension(:), target :: input_dfn_target + input_dfn => input_dfn_target + end subroutine set_param_pointer + + subroutine set_block_pointer(input_dfn, input_dfn_target) + type(InputBlockDefinitionType), dimension(:), pointer :: input_dfn + type(InputBlockDefinitionType), dimension(:), target :: input_dfn_target + input_dfn => input_dfn_target + end subroutine set_block_pointer + + function swf_param_definitions(subcomponent) result(input_definition) + character(len=*), intent(in) :: subcomponent + type(InputParamDefinitionType), dimension(:), pointer :: input_definition + nullify (input_definition) + select case (subcomponent) + case ('NAM') + call set_param_pointer(input_definition, swf_nam_param_definitions) + case ('DISL') + call set_param_pointer(input_definition, swf_disl_param_definitions) + case ('CXS') + call set_param_pointer(input_definition, swf_cxs_param_definitions) + case ('DFW') + call set_param_pointer(input_definition, swf_dfw_param_definitions) + case ('IC') + call set_param_pointer(input_definition, swf_ic_param_definitions) + case ('CHD') + call set_param_pointer(input_definition, swf_chd_param_definitions) + case ('FLW') + call set_param_pointer(input_definition, swf_flw_param_definitions) + case ('ZDG') + call set_param_pointer(input_definition, swf_zdg_param_definitions) + case default + end select + return + end function swf_param_definitions + + function swf_aggregate_definitions(subcomponent) result(input_definition) + character(len=*), intent(in) :: subcomponent + type(InputParamDefinitionType), dimension(:), pointer :: input_definition + nullify (input_definition) + select case (subcomponent) + case ('NAM') + call set_param_pointer(input_definition, swf_nam_aggregate_definitions) + case ('DISL') + call set_param_pointer(input_definition, swf_disl_aggregate_definitions) + case ('CXS') + call set_param_pointer(input_definition, swf_cxs_aggregate_definitions) + case ('DFW') + call set_param_pointer(input_definition, swf_dfw_aggregate_definitions) + case ('IC') + call set_param_pointer(input_definition, swf_ic_aggregate_definitions) + case ('CHD') + call set_param_pointer(input_definition, swf_chd_aggregate_definitions) + case ('FLW') + call set_param_pointer(input_definition, swf_flw_aggregate_definitions) + case ('ZDG') + call set_param_pointer(input_definition, swf_zdg_aggregate_definitions) + case default + end select + return + end function swf_aggregate_definitions + + function swf_block_definitions(subcomponent) result(input_definition) + character(len=*), intent(in) :: subcomponent + type(InputBlockDefinitionType), dimension(:), pointer :: input_definition + nullify (input_definition) + select case (subcomponent) + case ('NAM') + call set_block_pointer(input_definition, swf_nam_block_definitions) + case ('DISL') + call set_block_pointer(input_definition, swf_disl_block_definitions) + case ('CXS') + call set_block_pointer(input_definition, swf_cxs_block_definitions) + case ('DFW') + call set_block_pointer(input_definition, swf_dfw_block_definitions) + case ('IC') + call set_block_pointer(input_definition, swf_ic_block_definitions) + case ('CHD') + call set_block_pointer(input_definition, swf_chd_block_definitions) + case ('FLW') + call set_block_pointer(input_definition, swf_flw_block_definitions) + case ('ZDG') + call set_block_pointer(input_definition, swf_zdg_block_definitions) + case default + end select + return + end function swf_block_definitions + + function swf_idm_multi_package(subcomponent) result(multi_package) + character(len=*), intent(in) :: subcomponent + logical :: multi_package + select case (subcomponent) + case ('NAM') + multi_package = swf_nam_multi_package + case ('DISL') + multi_package = swf_disl_multi_package + case ('CXS') + multi_package = swf_cxs_multi_package + case ('DFW') + multi_package = swf_dfw_multi_package + case ('IC') + multi_package = swf_ic_multi_package + case ('CHD') + multi_package = swf_chd_multi_package + case ('FLW') + multi_package = swf_flw_multi_package + case ('ZDG') + multi_package = swf_zdg_multi_package + case default + call store_error('Idm selector subcomponent not found; '//& + &'component="SWF"'//& + &', subcomponent="'//trim(subcomponent)//'".', .true.) + end select + return + end function swf_idm_multi_package + + function swf_idm_integrated(subcomponent) result(integrated) + character(len=*), intent(in) :: subcomponent + logical :: integrated + integrated = .false. + select case (subcomponent) + case ('NAM') + integrated = .true. + case ('DISL') + integrated = .true. + case ('CXS') + integrated = .true. + case ('DFW') + integrated = .true. + case ('IC') + integrated = .true. + case ('CHD') + integrated = .true. + case ('FLW') + integrated = .true. + case ('ZDG') + integrated = .true. + case default + end select + return + end function swf_idm_integrated + +end module IdmSwfDfnSelectorModule diff --git a/src/meson.build b/src/meson.build index 24ef7691927..dd175861e2f 100644 --- a/src/meson.build +++ b/src/meson.build @@ -42,6 +42,8 @@ modflow_sources = files( 'Exchange' / 'gwfgweidm.f90', 'Exchange' / 'gwtgwtidm.f90', 'Exchange' / 'gwegweidm.f90', + 'Exchange' / 'SwfGwfExchange.f90', + 'Exchange' / 'swfgwfidm.f90', 'Model' / 'Connection' / 'ConnectionBuilder.f90', 'Model' / 'Connection' / 'CellWithNbrs.f90', 'Model' / 'Connection' / 'CsrUtils.f90', @@ -135,11 +137,30 @@ modflow_sources = files( 'Model' / 'GroundWaterTransport' / 'gwt1sft1.f90', 'Model' / 'GroundWaterTransport' / 'gwt1src1.f90', 'Model' / 'GroundWaterTransport' / 'gwt1uzt1.f90', + 'Model' / 'SurfaceWaterFlow' / 'swf1.f90', + 'Model' / 'SurfaceWaterFlow' / 'swf1disl1.f90', + 'Model' / 'SurfaceWaterFlow' / 'swf1disl1idm.f90', + 'Model' / 'SurfaceWaterFlow' / 'swf1idm.f90', + 'Model' / 'SurfaceWaterFlow' / 'swf1cxs1.f90', + 'Model' / 'SurfaceWaterFlow' / 'swf1cxs1idm.f90', + 'Model' / 'SurfaceWaterFlow' / 'swf1dfw1.f90', + 'Model' / 'SurfaceWaterFlow' / 'swf1dfw1idm.f90', + 'Model' / 'SurfaceWaterFlow' / 'swf1ic1.f90', + 'Model' / 'SurfaceWaterFlow' / 'swf1ic1idm.f90', + 'Model' / 'SurfaceWaterFlow' / 'swf1obs1.f90', + 'Model' / 'SurfaceWaterFlow' / 'swf1oc1.f90', + 'Model' / 'SurfaceWaterFlow' / 'swf1flw1.f90', + 'Model' / 'SurfaceWaterFlow' / 'swf1flw1idm.f90', + 'Model' / 'SurfaceWaterFlow' / 'swf1chd1idm.f90', + 'Model' / 'SurfaceWaterFlow' / 'swf1sto1.f90', + 'Model' / 'SurfaceWaterFlow' / 'swf1zdg1.f90', + 'Model' / 'SurfaceWaterFlow' / 'swf1zdg1idm.f90', 'Model' / 'ModelUtilities' / 'BoundaryPackage.f90', 'Model' / 'ModelUtilities' / 'BoundaryPackageExt.f90', 'Model' / 'ModelUtilities' / 'GweCndOptions.f90', 'Model' / 'ModelUtilities' / 'Connections.f90', 'Model' / 'ModelUtilities' / 'DiscretizationBase.f90', + 'Model' / 'ModelUtilities' / 'DislGeom.f90', 'Model' / 'ModelUtilities' / 'DisvGeom.f90', 'Model' / 'ModelUtilities' / 'FlowModelInterface.f90', 'Model' / 'ModelUtilities' / 'GweInputData.f90', @@ -156,6 +177,7 @@ modflow_sources = files( 'Model' / 'ModelUtilities' / 'SfrCrossSectionManager.f90', 'Model' / 'ModelUtilities' / 'SfrCrossSectionUtils.f90', 'Model' / 'ModelUtilities' / 'TspAdvOptions.f90', + 'Model' / 'ModelUtilities' / 'SwfCxsUtils.f90', 'Model' / 'ModelUtilities' / 'UzfCellGroup.f90', 'Model' / 'ModelUtilities' / 'Xt3dAlgorithm.f90', 'Model' / 'ModelUtilities' / 'Xt3dInterface.f90', @@ -218,6 +240,7 @@ modflow_sources = files( 'Utilities' / 'Idm' / 'selector' / 'IdmGwfDfnSelector.f90', 'Utilities' / 'Idm' / 'selector' / 'IdmGwtDfnSelector.f90', 'Utilities' / 'Idm' / 'selector' / 'IdmSimDfnSelector.f90', + 'Utilities' / 'Idm' / 'selector' / 'IdmSwfDfnSelector.f90', 'Utilities' / 'Matrix' / 'MatrixBase.f90', 'Utilities' / 'Matrix' / 'SparseMatrix.f90', 'Utilities' / 'Memory' / 'Memory.f90', diff --git a/utils/idmloader/scripts/dfn2f90.py b/utils/idmloader/scripts/dfn2f90.py index f53fa3e1150..6c09fdb8714 100644 --- a/utils/idmloader/scripts/dfn2f90.py +++ b/utils/idmloader/scripts/dfn2f90.py @@ -1053,6 +1053,42 @@ def _write_master_component(self, fh=None): DFN_PATH / "exg-gwegwe.dfn", SRC_PATH / "Exchange" / "gwegweidm.f90", ], + [ + DFN_PATH / "swf-nam.dfn", + SRC_PATH / "Model" / "SurfaceWaterFlow" / "swf1idm.f90", + ], + [ + DFN_PATH / "swf-disl.dfn", + SRC_PATH / "Model" / "SurfaceWaterFlow" / "swf1disl1idm.f90", + ], + [ + DFN_PATH / "swf-cxs.dfn", + SRC_PATH / "Model" / "SurfaceWaterFlow" / "swf1cxs1idm.f90", + ], + [ + DFN_PATH / "swf-dfw.dfn", + SRC_PATH / "Model" / "SurfaceWaterFlow" / "swf1dfw1idm.f90", + ], + [ + DFN_PATH / "swf-ic.dfn", + SRC_PATH / "Model" / "SurfaceWaterFlow" / "swf1ic1idm.f90", + ], + [ + DFN_PATH / "swf-chd.dfn", + SRC_PATH / "Model" / "SurfaceWaterFlow" / "swf1chd1idm.f90", + ], + [ + DFN_PATH / "swf-flw.dfn", + SRC_PATH / "Model" / "SurfaceWaterFlow" / "swf1flw1idm.f90", + ], + [ + DFN_PATH / "swf-zdg.dfn", + SRC_PATH / "Model" / "SurfaceWaterFlow" / "swf1zdg1idm.f90", + ], + [ + DFN_PATH / "exg-swfgwf.dfn", + SRC_PATH / "Exchange" / "swfgwfidm.f90", + ], [ DFN_PATH / "sim-nam.dfn", SRC_PATH / "simnamidm.f90",