diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 973a6e8..c1a4f8e 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -44,11 +44,7 @@ jobs: ${{ runner.os }}-test- ${{ runner.os }}- - uses: julia-actions/julia-buildpkg@v1 - - run: | - svn --username anon --password anon checkout https://issm.ess.uci.edu/svn/issm/issm/trunk - uses: julia-actions/julia-runtest@v1 - env: - ISSM_DIR: ${{ './trunk/' }} - uses: julia-actions/julia-processcoverage@v1 - uses: codecov/codecov-action@v1 with: diff --git a/src/usr/triangle.jl b/src/usr/triangle.jl index 842108d..71f0808 100644 --- a/src/usr/triangle.jl +++ b/src/usr/triangle.jl @@ -67,7 +67,7 @@ TRIANGLE - create model mesh using the triangle package - md=triangle(md,'DomainOutline.exp',1000); - md=triangle(md,'DomainOutline.exp','Rifts.exp',1500); """ -function triangle(md::model,domainname::String,resolution::Float64) #{{{ +function triangle2(md::model,domainname::String,resolution::Float64) #{{{ #read input file contours = expread(domainname) diff --git a/src/usr/triangle2.jl b/src/usr/triangle2.jl index bb8d18e..981f349 100644 --- a/src/usr/triangle2.jl +++ b/src/usr/triangle2.jl @@ -16,7 +16,7 @@ TRIANGLE - create model mesh using the triangle package - md=triangle(md,'DomainOutline.exp',1000); - md=triangle(md,'DomainOutline.exp','Rifts.exp',1500); """ -function triangle2(md::model,domainname::String,resolution::Float64) #{{{ +function triangle(md::model,domainname::String,resolution::Float64) #{{{ #read input file contours = expread(domainname) diff --git a/src/usr/utils.jl b/src/usr/utils.jl index ee95f56..b6d504d 100644 --- a/src/usr/utils.jl +++ b/src/usr/utils.jl @@ -3,7 +3,8 @@ function issmdir() #{{{ issmdir = ENV["ISSM_DIR"] if isempty(issmdir) - error("Could not determine the location of ISSM") + println(io, "Could not determine the location of ISSM, use dJUICE path instead") + return ENV["./"] else return issmdir end diff --git a/test/Data/Pig.arch b/test/Data/Pig.arch new file mode 100644 index 0000000..d0fe66a Binary files /dev/null and b/test/Data/Pig.arch differ diff --git a/test/Data/SquareShelfConstrained.arch b/test/Data/SquareShelfConstrained.arch new file mode 100644 index 0000000..a87b393 Binary files /dev/null and b/test/Data/SquareShelfConstrained.arch differ diff --git a/test/Exp/Pig.exp b/test/Exp/Pig.exp new file mode 100644 index 0000000..2da4df7 --- /dev/null +++ b/test/Exp/Pig.exp @@ -0,0 +1,14 @@ +## Name:Pig +## Icon:0 +# Points Count Value +8 1.000000 +# X pos Y pos +-1630726.5154549279 -324668.7721082006 +-1596284.8605673832 -324668.7721082006 +-1538422.8803563081 -314529.3627584913 +-1512247.2226417740 -243553.4973105265 +-1556332.5408978313 -148496.5346570023 +-1611439.1887179029 -151031.3869944296 +-1670678.8351244798 -235948.9402982446 +-1630726.5154549279 -324668.7721082006 + diff --git a/test/Exp/PigIslands.exp b/test/Exp/PigIslands.exp new file mode 100644 index 0000000..fa7f394 --- /dev/null +++ b/test/Exp/PigIslands.exp @@ -0,0 +1,68 @@ +## Name:Island +## Icon:0 +# Points Count Value +7 1.000000 +# X pos Y pos +-1788144.703034 -331058.869467 +-1790984.462389 -330247.509651 +-1790984.462389 -332073.069237 +-1789767.422665 -334507.148684 +-1787739.023126 -336129.868316 +-1786521.983402 -334912.828592 +-1788144.703034 -331058.869467 + +## Name:Island +## Icon:0 +# Points Count Value +9 1.000000 +# X pos Y pos +-1751633.511323 -319902.672000 +-1753053.391000 -318279.952368 +-1756095.990310 -318077.112414 +-1754878.950586 -320916.871770 +-1754067.590770 -326190.710572 +-1752647.711092 -326190.710572 +-1751430.671369 -324365.150987 +-1752039.191231 -322133.911493 +-1751633.511323 -319902.672000 + +## Name:Island +## Icon:0 +# Points Count Value +7 1.000000 +# X pos Y pos +-1644331.175683 -296576.077296 +-1645548.215407 -297995.956973 +-1645345.375453 -299415.836651 +-1643722.655821 -300024.356513 +-1641694.256282 -298807.316789 +-1642302.776144 -296576.077296 +-1644331.175683 -296576.077296 + +## Name:Island +## Icon:0 +# Points Count Value +8 1.000000 +# X pos Y pos +-1641694.256282 -318077.112414 +-1641694.256282 -320105.511954 +-1639868.696696 -321728.231586 +-1637434.617249 -320916.871770 +-1637434.617249 -318685.632276 +-1638043.137111 -316454.392783 +-1640477.216558 -316657.232737 +-1641694.256282 -318077.112414 + +## Name:Island +## Icon:0 +# Points Count Value +7 1.000000 +# X pos Y pos +-1658732.812414 -359253.623066 +-1660558.371999 -362499.062330 +-1658327.132506 -366961.541316 +-1652039.093933 -367164.381270 +-1652444.773841 -360673.502744 +-1655081.693242 -359050.783112 +-1658732.812414 -359253.623066 + diff --git a/test/Exp/PigShelves.exp b/test/Exp/PigShelves.exp new file mode 100644 index 0000000..fa87248 --- /dev/null +++ b/test/Exp/PigShelves.exp @@ -0,0 +1,1079 @@ +## Name: +## Icon:0 +# Points Count Value +1073 1.000000 +# X pos Y pos +-1623288.8833276688 -348485.9928101762 +-1596095.2358279999 -341730.0242330000 +-1594724.3783690000 -336371.2178050000 +-1593384.6767620000 -335716.9449280000 +-1591337.9871720001 -334447.5913790000 +-1590800.5631190001 -334607.4475730000 +-1590553.6222590001 -334563.9052400000 +-1590306.6813990001 -334520.3629080000 +-1590059.7405389999 -334476.8205750000 +-1589565.8588200000 -334389.7359090000 +-1589318.9179600000 -334346.1935760000 +-1589071.9771000000 -334302.6512440000 +-1588825.0362400000 -334259.1089110000 +-1588578.0953800001 -334215.5665780000 +-1588287.6121870000 -334418.9651060000 +-1588040.6713280000 -334375.4227730000 +-1587503.2472750000 -334535.2789670000 +-1587256.3064150000 -334491.7366350000 +-1586965.8232219999 -334695.1351620000 +-1586675.3400300001 -334898.5336890000 +-1586384.8568370000 -335101.9322170000 +-1586094.3736439999 -335305.3307440000 +-1585760.3481190000 -335755.6701320000 +-1585469.8649259999 -335959.0686590000 +-1585179.3817330000 -336162.4671860000 +-1584888.8985400000 -336365.8657140000 +-1584598.4153479999 -336569.2642410000 +-1584307.9321550000 -336772.6627680000 +-1584220.8474890001 -337266.5444890000 +-1583930.3642960000 -337469.9430160000 +-1583639.8811039999 -337673.3415440000 +-1583392.9402439999 -337629.7992110000 +-1583145.9993840000 -337586.2568780000 +-1582899.0585240000 -337542.7145450000 +-1582405.1768040000 -337455.6298800000 +-1582158.2359440001 -337412.0875470000 +-1581911.2950850001 -337368.5452140000 +-1581664.3542249999 -337325.0028810000 +-1581417.4133649999 -337281.4605480000 +-1581170.4725050000 -337237.9182160000 +-1580676.5907850000 -337150.8335500000 +-1580429.6499250000 -337107.2912170000 +-1580182.7090660001 -337063.7488850000 +-1579935.7682060001 -337020.2065520000 +-1579601.7426799999 -337470.5459390000 +-1579558.2003470000 -337717.4867990000 +-1579514.6580139999 -337964.4276600000 +-1579471.1156810001 -338211.3685200000 +-1579427.5733490000 -338458.3093800000 +-1579384.0310160001 -338705.2502400000 +-1579296.9463500001 -339199.1319600000 +-1579253.4040170000 -339446.0728210000 +-1579209.8616839999 -339693.0136810000 +-1579166.3193520000 -339939.9545410000 +-1579122.7770189999 -340186.8954010000 +-1578832.2938260001 -340390.2939280000 +-1578788.7514930000 -340637.2347890000 +-1578498.2683000001 -340840.6333160000 +-1578164.2427749999 -341290.9727040000 +-1578120.7004420001 -341537.9135640000 +-1577830.2172490000 -341741.3120910000 +-1577583.2763890000 -341697.7697580000 +-1577292.7931969999 -341901.1682860000 +-1577045.8523370000 -341857.6259530000 +-1576755.3691440001 -342061.0244800000 +-1576261.4874239999 -341973.9398150000 +-1575971.0042310001 -342177.3383420000 +-1575724.0633719999 -342133.7960090000 +-1575433.5801790000 -342337.1945370000 +-1575186.6393190001 -342293.6522040000 +-1574896.1561260000 -342497.0507310000 +-1574649.2152660000 -342453.5083980000 +-1574402.2744070000 -342409.9660660000 +-1573864.8503540000 -342569.8222600000 +-1573617.9094940000 -342526.2799280000 +-1573327.4263009999 -342729.6784550000 +-1573080.4854410000 -342686.1361220000 +-1572833.5445820000 -342642.5937890000 +-1572630.1460549999 -342352.1105960000 +-1572383.2051949999 -342308.5682640000 +-1571932.8658080001 -341974.5427380000 +-1571685.9249480001 -341931.0004050000 +-1571482.5264210000 -341640.5172120000 +-1571235.5855610000 -341596.9748790000 +-1571032.1870339999 -341306.4916860000 +-1570828.7885070001 -341016.0084940000 +-1570421.9914530001 -340435.0421080000 +-1570218.5929260000 -340144.5589150000 +-1570015.1943989999 -339854.0757220000 +-1570058.7367320000 -339607.1348620000 +-1569855.3382049999 -339316.6516690000 +-1569898.8805380000 -339069.7108080000 +-1569695.4820109999 -338779.2276160000 +-1569739.0243430000 -338532.2867550000 +-1569535.6258159999 -338241.8035620000 +-1569579.1681490000 -337994.8627020000 +-1569419.3119550000 -337457.4386490000 +-1569462.8542879999 -337210.4977890000 +-1569259.4557610000 -336920.0145960000 +-1569302.9980939999 -336673.0737360000 +-1569099.5995670001 -336382.5905430000 +-1569143.1418999999 -336135.6496830000 +-1568939.7433730001 -335845.1664900000 +-1568983.2857049999 -335598.2256300000 +-1568779.8871780001 -335307.7424370000 +-1568823.4295109999 -335060.8015770000 +-1568620.0309840001 -334770.3183840000 +-1568663.5733169999 -334523.3775230000 +-1568707.1156500001 -334276.4366630000 +-1568503.7171230000 -333985.9534700000 +-1568547.2594560001 -333739.0126100000 +-1568634.3441210000 -333245.1308900000 +-1568430.9455939999 -332954.6476970000 +-1568474.4879270000 -332707.7068370000 +-1568271.0893999999 -332417.2236440000 +-1568314.6317330000 -332170.2827840000 +-1568358.1740659999 -331923.3419240000 +-1568154.7755390001 -331632.8587310000 +-1568198.3178719999 -331385.9178700000 +-1567994.9193450001 -331095.4346770000 +-1568038.4616779999 -330848.4938170000 +-1567835.0631510001 -330558.0106240000 +-1567878.6054839999 -330311.0697640000 +-1567675.2069560001 -330020.5865710000 +-1567718.7492889999 -329773.6457110000 +-1567515.3507620001 -329483.1625180000 +-1567558.8930949999 -329236.2216580000 +-1567399.0369010000 -328698.7976050000 +-1567442.5792340001 -328451.8567450000 +-1567239.1807070000 -328161.3735520000 +-1567282.7230400001 -327914.4326920000 +-1567079.3245130000 -327623.9494990000 +-1567122.8668460001 -327377.0086390000 +-1566919.4683180000 -327086.5254460000 +-1566963.0106510001 -326839.5845850000 +-1566759.6121240000 -326549.1013920000 +-1566556.2135970001 -326258.6181990000 +-1566599.7559300000 -326011.6773390000 +-1566396.3574029999 -325721.1941460000 +-1566439.8997360000 -325474.2532860000 +-1566236.5012089999 -325183.7700930000 +-1566280.0435420000 -324936.8292330000 +-1566120.1873480000 -324399.4051800000 +-1566163.7296810001 -324152.4643200000 +-1565960.3311530000 -323861.9811270000 +-1566003.8734860001 -323615.0402670000 +-1565800.4749590000 -323324.5570740000 +-1565844.0172919999 -323077.6162140000 +-1565640.6187650000 -322787.1330210000 +-1565684.1610979999 -322540.1921610000 +-1565727.7034310000 -322293.2513000000 +-1565814.7880970000 -321799.3695800000 +-1565858.3304290001 -321552.4287200000 +-1565901.8727620000 -321305.4878600000 +-1565945.4150950001 -321058.5470000000 +-1565988.9574279999 -320811.6061390000 +-1566322.9829539999 -320361.2667520000 +-1566366.5252860000 -320114.3258920000 +-1566410.0676190001 -319867.3850320000 +-1566497.1522850001 -319373.5033110000 +-1566540.6946180000 -319126.5624510000 +-1566337.2960910001 -318836.0792580000 +-1566177.4398970001 -318298.6552050000 +-1565974.0413700000 -318008.1720120000 +-1565770.6428429999 -317717.6888190000 +-1565814.1851750000 -317470.7479590000 +-1565857.7275080001 -317223.8070990000 +-1565944.8121740001 -316729.9253780000 +-1565988.3545070000 -316482.9845180000 +-1566031.8968400001 -316236.0436580000 +-1566075.4391729999 -315989.1027980000 +-1566118.9815050000 -315742.1619380000 +-1566162.5238379999 -315495.2210780000 +-1566249.6085039999 -315001.3393570000 +-1566293.1508370000 -314754.3984970000 +-1566336.6931700001 -314507.4576370000 +-1566380.2355020000 -314260.5167770000 +-1566423.7778350001 -314013.5759170000 +-1566467.3201679999 -313766.6350560000 +-1566510.8625010001 -313519.6941960000 +-1566597.9471670000 -313025.8124760000 +-1566641.4894999999 -312778.8716160000 +-1566685.0318320000 -312531.9307560000 +-1566728.5741650001 -312284.9898950000 +-1566772.1164980000 -312038.0490350000 +-1566815.6588310001 -311791.1081750000 +-1566859.2011640000 -311544.1673150000 +-1566902.7434970001 -311297.2264550000 +-1566699.3449700000 -311006.7432620000 +-1566786.4296349999 -310512.8615420000 +-1566829.9719680001 -310265.9206810000 +-1566873.5143009999 -310018.9798210000 +-1566670.1157740001 -309728.4966280000 +-1566713.6581069999 -309481.5557680000 +-1566466.7172470000 -309438.0134350000 +-1566016.3778599999 -309103.9879100000 +-1565769.4369999999 -309060.4455770000 +-1565522.4961399999 -309016.9032440000 +-1565275.5552800000 -308973.3609110000 +-1565028.6144210000 -308929.8185780000 +-1564781.6735610000 -308886.2762460000 +-1564244.2495080000 -309046.1324400000 +-1563997.3086480000 -309002.5901070000 +-1563750.3677880000 -308959.0477750000 +-1563503.4269290001 -308915.5054420000 +-1563546.9692609999 -308668.5645820000 +-1563343.5707340001 -308378.0813890000 +-1563387.1130669999 -308131.1405290000 +-1563183.7145400001 -307840.6573360000 +-1563227.2568729999 -307593.7164750000 +-1563067.4006790000 -307056.2924220000 +-1563110.9430120001 -306809.3515620000 +-1562907.5444850000 -306518.8683690000 +-1562951.0868180001 -306271.9275090000 +-1562747.6882900000 -305981.4443160000 +-1562791.2306230001 -305734.5034560000 +-1562834.7729559999 -305487.5625960000 +-1562878.3152890000 -305240.6217360000 +-1562921.8576219999 -304993.6808750000 +-1562965.3999550000 -304746.7400150000 +-1563008.9422879999 -304499.7991550000 +-1563052.4846200000 -304252.8582950000 +-1563096.0269530001 -304005.9174350000 +-1563139.5692860000 -303758.9765750000 +-1562979.7130920000 -303221.5525220000 +-1563023.2554250001 -302974.6116610000 +-1563066.7977580000 -302727.6708010000 +-1563110.3400910001 -302480.7299410000 +-1563153.8824229999 -302233.7890810000 +-1563197.4247560001 -301986.8482210000 +-1563240.9670889999 -301739.9073610000 +-1563284.5094220000 -301492.9665000000 +-1563328.0517549999 -301246.0256400000 +-1563371.5940880000 -300999.0847800000 +-1563415.1364200001 -300752.1439200000 +-1563458.6787530000 -300505.2030600000 +-1563792.7042789999 -300054.8636720000 +-1563836.2466120000 -299807.9228120000 +-1563879.7889449999 -299560.9819520000 +-1563923.3312770000 -299314.0410920000 +-1563966.8736099999 -299067.1002320000 +-1564257.3568030000 -298863.7017040000 +-1564547.8399960001 -298660.3031770000 +-1564881.8655210000 -298209.9637890000 +-1565172.3487140001 -298006.5652620000 +-1565462.8319069999 -297803.1667340000 +-1565753.3150990000 -297599.7682070000 +-1566000.2559590000 -297643.3105400000 +-1566537.6800120000 -297483.4543450000 +-1566784.6208720000 -297526.9966780000 +-1567075.1040650001 -297323.5981510000 +-1567162.1887300001 -296829.7164300000 +-1567205.7310629999 -296582.7755700000 +-1567292.8157289999 -296088.8938500000 +-1567583.2989210000 -295885.4953230000 +-1567670.3835870000 -295391.6136020000 +-1567960.8667800000 -295188.2150750000 +-1568004.4091129999 -294941.2742150000 +-1568294.8923050000 -294737.8756870000 +-1568832.3163580000 -294578.0194930000 +-1569122.7995509999 -294374.6209650000 +-1569413.2827430000 -294171.2224380000 +-1569950.7067960000 -294011.3662430000 +-1570241.1899890001 -293807.9677160000 +-1570778.6140409999 -293648.1115210000 +-1571069.0972340000 -293444.7129940000 +-1571359.5804270001 -293241.3144670000 +-1571693.6059520000 -292790.9750790000 +-1571737.1482849999 -292544.0342190000 +-1572027.6314780000 -292340.6356920000 +-1572318.1146710000 -292137.2371640000 +-1572652.1401960000 -291686.8977770000 +-1572695.6825290001 -291439.9569160000 +-1572986.1657219999 -291236.5583890000 +-1573276.6489150000 -291033.1598620000 +-1573857.6152999999 -290626.3628070000 +-1574148.0984930000 -290422.9642800000 +-1574438.5816850001 -290219.5657520000 +-1574772.6072110001 -289769.2263650000 +-1574816.1495439999 -289522.2855050000 +-1574859.6918770000 -289275.3446440000 +-1574946.7765420000 -288781.4629240000 +-1574990.3188750001 -288534.5220640000 +-1575033.8612080000 -288287.5812040000 +-1575077.4035410001 -288040.6403440000 +-1574874.0050140000 -287750.1571510000 +-1574961.0896800000 -287256.2754300000 +-1574757.6911530001 -286965.7922370000 +-1574801.2334850000 -286718.8513770000 +-1574844.7758180001 -286471.9105170000 +-1574684.9196240001 -285934.4864640000 +-1574728.4619570000 -285687.5456040000 +-1574772.0042900001 -285440.6047440000 +-1574815.5466229999 -285193.6638830000 +-1574902.6312879999 -284699.7821630000 +-1574946.1736210000 -284452.8413030000 +-1574989.7159539999 -284205.9004430000 +-1575570.6823390000 -283799.1033880000 +-1575817.6231990000 -283842.6457210000 +-1576311.5049190000 -283929.7303860000 +-1576558.4457789999 -283973.2727190000 +-1576805.3866389999 -284016.8150520000 +-1577299.2683590001 -284103.8997180000 +-1577546.2092180001 -284147.4420500000 +-1577749.6077449999 -284437.9252430000 +-1578199.9471320000 -284771.9507690000 +-1578403.3456590001 -285062.4339620000 +-1578693.8288519999 -284859.0354350000 +-1578780.9135179999 -284365.1537140000 +-1579071.3967100000 -284161.7551870000 +-1579114.9390430001 -283914.8143270000 +-1578664.5996560000 -283580.7888010000 +-1578461.2011289999 -283290.3056080000 +-1577967.3194100000 -283203.2209420000 +-1577763.9208829999 -282912.7377490000 +-1577313.5814960001 -282578.7122240000 +-1577066.6406360001 -282535.1698910000 +-1576616.3012490000 -282201.1443650000 +-1576369.3603890000 -282157.6020320000 +-1575919.0210020000 -281823.5765070000 +-1575715.6224750001 -281533.0933140000 +-1575308.8254209999 -280952.1269280000 +-1575105.4268940000 -280661.6437350000 +-1574902.0283669999 -280371.1605420000 +-1574989.1130329999 -279877.2788220000 +-1574785.7145060000 -279586.7956290000 +-1574582.3159789999 -279296.3124360000 +-1574625.8583110000 -279049.3715750000 +-1574916.3415039999 -278845.9730480000 +-1574959.8838370000 -278599.0321880000 +-1575046.9685030000 -278105.1504680000 +-1575090.5108360001 -277858.2096070000 +-1575380.9940279999 -277654.8110800000 +-1575424.5363610000 -277407.8702200000 +-1575715.0195540001 -277204.4716930000 +-1576252.4436059999 -277044.6154980000 +-1576542.9267990000 -276841.2169710000 +-1576833.4099920001 -276637.8184430000 +-1577123.8931849999 -276434.4199160000 +-1577167.4355170000 -276187.4790560000 +-1577457.9187100001 -275984.0805280000 +-1577791.9442360001 -275533.7411410000 +-1578082.4274279999 -275330.3426130000 +-1578125.9697610000 -275083.4017530000 +-1578416.4529540001 -274880.0032260000 +-1578706.9361469999 -274676.6046980000 +-1578750.4784800000 -274429.6638380000 +-1579084.5040050000 -273979.3244510000 +-1579128.0463380001 -273732.3835910000 +-1579418.5295309999 -273528.9850630000 +-1579462.0718640001 -273282.0442030000 +-1579505.6141959999 -273035.1033430000 +-1579796.0973890000 -272831.7048160000 +-1579839.6397220001 -272584.7639550000 +-1580173.6652470001 -272134.4245680000 +-1580217.2075799999 -271887.4837080000 +-1580507.6907730000 -271684.0851800000 +-1580551.2331060001 -271437.1443200000 +-1580841.7162990000 -271233.7457930000 +-1581132.1994910000 -271030.3472650000 +-1581219.2841570000 -270536.4655450000 +-1581509.7673500001 -270333.0670180000 +-1581800.2505419999 -270129.6684900000 +-1582090.7337350000 -269926.2699630000 +-1582134.2760679999 -269679.3291030000 +-1582424.7592610000 -269475.9305750000 +-1582468.3015940001 -269228.9897150000 +-1582802.3271190000 -268778.6503280000 +-1582845.8694519999 -268531.7094680000 +-1583136.3526450000 -268328.3109400000 +-1583179.8949770001 -268081.3700800000 +-1583470.3781699999 -267877.9715530000 +-1583760.8613630000 -267674.5730250000 +-1583804.4036960001 -267427.6321650000 +-1584138.4292210001 -266977.2927780000 +-1584428.9124139999 -266773.8942500000 +-1584472.4547470000 -266526.9533900000 +-1584762.9379400001 -266323.5548630000 +-1585009.8787990001 -266367.0971960000 +-1585256.8196590000 -266410.6395280000 +-1585750.7013790000 -266497.7241940000 +-1585997.6422389999 -266541.2665270000 +-1586244.5830989999 -266584.8088590000 +-1586491.5239589999 -266628.3511920000 +-1586738.4648190001 -266671.8935250000 +-1586985.4056780001 -266715.4358580000 +-1587479.2873980000 -266802.5205230000 +-1587726.2282580000 -266846.0628560000 +-1587973.1691180000 -266889.6051890000 +-1588220.1099779999 -266933.1475220000 +-1588423.5085050000 -267223.6307150000 +-1588873.8478920001 -267557.6562410000 +-1589077.2464190000 -267848.1394340000 +-1589280.6449460001 -268138.6226260000 +-1589484.0434729999 -268429.1058190000 +-1589440.5011400001 -268676.0466800000 +-1589600.3573340001 -269213.4707330000 +-1589556.8150010000 -269460.4115930000 +-1589760.2135280001 -269750.8947860000 +-1589716.6711960000 -269997.8356460000 +-1589920.0697230001 -270288.3188390000 +-1590123.4682499999 -270578.8020320000 +-1590036.3835839999 -271072.6837520000 +-1590239.7821110000 -271363.1669450000 +-1590443.1806379999 -271653.6501380000 +-1590399.6383050000 -271900.5909980000 +-1590603.0368319999 -272191.0741910000 +-1590806.4353590000 -272481.5573840000 +-1590762.8930259999 -272728.4982440000 +-1590966.2915530000 -273018.9814370000 +-1590922.7492209999 -273265.9222970000 +-1591082.6054150001 -273803.3463510000 +-1591039.0630820000 -274050.2872110000 +-1591242.4616090001 -274340.7704040000 +-1591198.9192760000 -274587.7112640000 +-1591402.3178030001 -274878.1944570000 +-1591605.7163300000 -275168.6776500000 +-1591562.1739970001 -275415.6185100000 +-1591765.5725240000 -275706.1017030000 +-1591722.0301910001 -275953.0425630000 +-1591881.8863860001 -276490.4666160000 +-1591838.3440530000 -276737.4074760000 +-1592041.7425800001 -277027.8906690000 +-1591998.2002470000 -277274.8315290000 +-1592201.5987740001 -277565.3147220000 +-1592695.4804940000 -277652.3993880000 +-1592898.8790209999 -277942.8825810000 +-1593102.2775480000 -278233.3657740000 +-1593392.7607410001 -278029.9672470000 +-1593886.6424600000 -278117.0519120000 +-1594177.1256530001 -277913.6533850000 +-1594467.6088459999 -277710.2548570000 +-1595048.5752310001 -277303.4578030000 +-1595339.0584239999 -277100.0592750000 +-1595629.5416170000 -276896.6607480000 +-1595920.0248090001 -276693.2622210000 +-1595963.5671420000 -276446.3213600000 +-1596297.5926679999 -275995.9819730000 +-1596341.1350010000 -275749.0411130000 +-1596631.6181930001 -275545.6425850000 +-1596675.1605260000 -275298.7017250000 +-1596718.7028590001 -275051.7608650000 +-1596762.2451919999 -274804.8200050000 +-1596805.7875250001 -274557.8791450000 +-1596892.8721900000 -274063.9974240000 +-1596936.4145229999 -273817.0565640000 +-1596979.9568560000 -273570.1157040000 +-1597023.4991890001 -273323.1748440000 +-1597067.0415220000 -273076.2339840000 +-1597648.0079069999 -272669.4369290000 +-1597938.4911000000 -272466.0384020000 +-1598228.9742930001 -272262.6398740000 +-1598316.0589580000 -271768.7581540000 +-1598606.5421509999 -271565.3596270000 +-1598650.0844840000 -271318.4187660000 +-1598693.6268170001 -271071.4779060000 +-1598737.1691490000 -270824.5370460000 +-1598533.7706220001 -270534.0538530000 +-1598577.3129550000 -270287.1129930000 +-1598620.8552880001 -270040.1721330000 +-1598707.9399540001 -269546.2904130000 +-1598751.4822869999 -269299.3495520000 +-1598795.0246190000 -269052.4086920000 +-1598591.6260919999 -268761.9254990000 +-1598635.1684250000 -268514.9846390000 +-1598678.7107579999 -268268.0437790000 +-1598722.2530910000 -268021.1029190000 +-1598518.8545639999 -267730.6197260000 +-1598605.9392299999 -267236.7380050000 +-1598402.5407030000 -266946.2548130000 +-1598446.0830349999 -266699.3139520000 +-1598736.5662280000 -266495.9154250000 +-1599027.0494210001 -266292.5168980000 +-1599608.0158060000 -265885.7198430000 +-1599898.4989990001 -265682.3213160000 +-1600188.9821919999 -265478.9227880000 +-1600479.4653840000 -265275.5242610000 +-1601060.4317699999 -264868.7272060000 +-1601350.9149630000 -264665.3286790000 +-1601641.3981550001 -264461.9301510000 +-1601888.3390150000 -264505.4724840000 +-1602425.7630680001 -264345.6162900000 +-1602716.2462599999 -264142.2177620000 +-1602963.1871199999 -264185.7600950000 +-1603253.6703130000 -263982.3615680000 +-1603500.6111730000 -264025.9039000000 +-1603791.0943660000 -263822.5053730000 +-1604038.0352250000 -263866.0477060000 +-1604531.9169449999 -263953.1323710000 +-1604778.8578049999 -263996.6747040000 +-1605069.3409980000 -263793.2761770000 +-1605316.2818580000 -263836.8185100000 +-1605563.2227179999 -263880.3608420000 +-1605810.1635769999 -263923.9031750000 +-1606057.1044369999 -263967.4455080000 +-1606304.0452970001 -264010.9878410000 +-1606797.9270170000 -264098.0725060000 +-1607044.8678770000 -264141.6148390000 +-1607291.8087370000 -264185.1571720000 +-1607538.7495960000 -264228.6995050000 +-1607785.6904559999 -264272.2418380000 +-1607989.0889830000 -264562.7250310000 +-1608236.0298430000 -264606.2673630000 +-1608686.3692300001 -264940.2928890000 +-1608933.3100900000 -264983.8352220000 +-1609136.7086169999 -265274.3184150000 +-1609383.6494770001 -265317.8607480000 +-1609587.0480040000 -265608.3439410000 +-1609790.4465310001 -265898.8271340000 +-1609993.8450579999 -266189.3103270000 +-1610444.1844450000 -266523.3358520000 +-1610604.0406390000 -267060.7599050000 +-1610807.4391660001 -267351.2430980000 +-1611010.8376930000 -267641.7262910000 +-1611257.7785530000 -267685.2686240000 +-1611461.1770800001 -267975.7518170000 +-1611955.0588000000 -268062.8364830000 +-1612158.4573270001 -268353.3196760000 +-1612405.3981870001 -268396.8620080000 +-1612652.3390470000 -268440.4043410000 +-1612899.2799060000 -268483.9466740000 +-1613436.7039590001 -268324.0904790000 +-1613683.6448190000 -268367.6328120000 +-1613930.5856790000 -268411.1751450000 +-1614177.5265390000 -268454.7174780000 +-1614380.9250660001 -268745.2006710000 +-1614627.8659260001 -268788.7430040000 +-1615078.2053119999 -269122.7685290000 +-1615281.6038400000 -269413.2517220000 +-1615528.5446990000 -269456.7940550000 +-1615731.9432260001 -269747.2772480000 +-1615935.3417529999 -270037.7604410000 +-1615848.2570880000 -270531.6421610000 +-1616051.6556150001 -270822.1253540000 +-1616008.1132819999 -271069.0662140000 +-1615717.6300890001 -271272.4647420000 +-1615674.0877560000 -271519.4056020000 +-1615340.0622310000 -271969.7449890000 +-1615296.5198979999 -272216.6858500000 +-1615006.0367050001 -272420.0843770000 +-1614962.4943720000 -272667.0252370000 +-1614918.9520399999 -272913.9660970000 +-1615122.3505670000 -273204.4492900000 +-1615078.8082340001 -273451.3901500000 +-1614991.7235679999 -273945.2718710000 +-1615195.1220950000 -274235.7550640000 +-1615151.5797619999 -274482.6959240000 +-1615442.0629550000 -274279.2973960000 +-1615935.9446749999 -274366.3820620000 +-1616226.4278670000 -274162.9835350000 +-1616473.3687270000 -274206.5258670000 +-1616763.8519200000 -274003.1273400000 +-1616807.3942529999 -273756.1864800000 +-1617141.4197780001 -273305.8470920000 +-1617431.9029709999 -273102.4485650000 +-1617475.4453040001 -272855.5077050000 +-1617765.9284969999 -272652.1091780000 +-1618012.8693570001 -272695.6515100000 +-1618550.2934089999 -272535.7953160000 +-1618797.2342689999 -272579.3376490000 +-1619044.1751290001 -272622.8799810000 +-1619538.0568490000 -272709.9646470000 +-1619741.4553759999 -273000.4478400000 +-1619988.3962359999 -273043.9901730000 +-1619944.8539030000 -273290.9310330000 +-1620148.2524300001 -273581.4142260000 +-1620104.7100970000 -273828.3550860000 +-1620308.1086240001 -274118.8382790000 +-1620221.0239579999 -274612.7199990000 +-1620424.4224850000 -274903.2031920000 +-1620380.8801520001 -275150.1440520000 +-1620584.2786790000 -275440.6272450000 +-1620540.7363470001 -275687.5681050000 +-1620497.1940140000 -275934.5089660000 +-1620700.5925410001 -276224.9921590000 +-1620657.0502080000 -276471.9330190000 +-1620860.4487350001 -276762.4162120000 +-1620816.9064020000 -277009.3570720000 +-1620976.7625960000 -277546.7811250000 +-1620933.2202639999 -277793.7219850000 +-1621136.6187910000 -278084.2051780000 +-1621093.0764580001 -278331.1460380000 +-1621296.4749850000 -278621.6292310000 +-1621252.9326520001 -278868.5700910000 +-1621456.3311790000 -279159.0532840000 +-1621412.7888460001 -279405.9941440000 +-1621616.1873730000 -279696.4773370000 +-1621529.1027070000 -280190.3590580000 +-1621732.5012340001 -280480.8422510000 +-1621688.9589020000 -280727.7831110000 +-1621645.4165690001 -280974.7239710000 +-1621848.8150960000 -281265.2071640000 +-1621761.7304300000 -281759.0888840000 +-1621965.1289570001 -282049.5720770000 +-1621921.5866240000 -282296.5129370000 +-1621878.0442910001 -282543.4537970000 +-1622081.4428190000 -282833.9369900000 +-1622037.9004860001 -283080.8778510000 +-1621950.8158199999 -283574.7595710000 +-1621907.2734870000 -283821.7004310000 +-1622110.6720139999 -284112.1836240000 +-1622067.1296810000 -284359.1244840000 +-1621776.6464889999 -284562.5230110000 +-1621733.1041560001 -284809.4638720000 +-1621442.6209630000 -285012.8623990000 +-1621108.5954370000 -285463.2017870000 +-1621065.0531049999 -285710.1426470000 +-1620774.5699120001 -285913.5411740000 +-1620731.0275790000 -286160.4820340000 +-1620687.4852460001 -286407.4228940000 +-1620643.9429130000 -286654.3637540000 +-1620600.4005809999 -286901.3046150000 +-1620556.8582480000 -287148.2454750000 +-1620222.8327220001 -287598.5848620000 +-1620179.2903890000 -287845.5257220000 +-1620135.7480560001 -288092.4665830000 +-1620092.2057240000 -288339.4074430000 +-1620048.6633909999 -288586.3483030000 +-1620005.1210580000 -288833.2891630000 +-1619961.5787249999 -289080.2300230000 +-1619918.0363920000 -289327.1708830000 +-1619584.0108670001 -289777.5102710000 +-1619540.4685340000 -290024.4511310000 +-1619496.9262010001 -290271.3919910000 +-1619700.3247280000 -290561.8751840000 +-1619656.7823950001 -290808.8160440000 +-1619613.2400620000 -291055.7569050000 +-1619569.6977299999 -291302.6977650000 +-1619729.5539239999 -291840.1218180000 +-1619686.0115910000 -292087.0626780000 +-1619642.4692579999 -292334.0035380000 +-1619598.9269250000 -292580.9443980000 +-1619802.3254519999 -292871.4275910000 +-1619758.7831190000 -293118.3684510000 +-1619962.1816459999 -293408.8516440000 +-1619918.6393140000 -293655.7925040000 +-1620122.0378409999 -293946.2756970000 +-1620078.4955080000 -294193.2165580000 +-1620281.8940349999 -294483.6997500000 +-1620441.7502290001 -295021.1238040000 +-1620398.2078960000 -295268.0646640000 +-1620601.6064230001 -295558.5478570000 +-1620558.0640900000 -295805.4887170000 +-1620761.4626170001 -296095.9719100000 +-1620964.8611440000 -296386.4551030000 +-1621168.2596710001 -296676.9382960000 +-1621124.7173390000 -296923.8791560000 +-1621328.1158660001 -297214.3623490000 +-1621487.9720600001 -297751.7864020000 +-1621691.3705869999 -298042.2695950000 +-1621647.8282540001 -298289.2104550000 +-1621851.2267809999 -298579.6936480000 +-1622054.6253080000 -298870.1768410000 +-1622258.0238350001 -299160.6600340000 +-1622461.4223620000 -299451.1432270000 +-1622374.3376960000 -299945.0249470000 +-1622577.7362230001 -300235.5081400000 +-1622781.1347500000 -300525.9913330000 +-1622984.5332770001 -300816.4745260000 +-1623187.9318039999 -301106.9577190000 +-1623391.3303310000 -301397.4409120000 +-1623594.7288579999 -301687.9241050000 +-1623754.5850529999 -302225.3481580000 +-1623957.9835800000 -302515.8313510000 +-1624161.3821070001 -302806.3145440000 +-1624408.3229670001 -302849.8568770000 +-1624858.6623529999 -303183.8824020000 +-1625105.6032130001 -303227.4247350000 +-1625396.0864060000 -303024.0262080000 +-1625599.4849330001 -303314.5094010000 +-1625889.9681259999 -303111.1108730000 +-1626427.3921780000 -302951.2546790000 +-1626674.3330379999 -302994.7970110000 +-1626964.8162310000 -302791.3984840000 +-1627008.3585640001 -302544.4576240000 +-1627298.8417570000 -302341.0590970000 +-1627385.9264219999 -301847.1773760000 +-1627676.4096150000 -301643.7788490000 +-1627719.9519479999 -301396.8379890000 +-1627763.4942810000 -301149.8971290000 +-1628097.5198059999 -300699.5577410000 +-1628141.0621390000 -300452.6168810000 +-1628184.6044719999 -300205.6760210000 +-1628765.5708570001 -299798.8789660000 +-1629056.0540499999 -299595.4804390000 +-1629346.5372430000 -299392.0819110000 +-1629433.6219080000 -298898.2001910000 +-1629724.1051010001 -298694.8016640000 +-1629767.6474339999 -298447.8608040000 +-1629811.1897670000 -298200.9199430000 +-1629854.7320999999 -297953.9790830000 +-1629694.8759059999 -297416.5550300000 +-1629738.4182380000 -297169.6141700000 +-1629781.9605709999 -296922.6733100000 +-1629825.5029040000 -296675.7324500000 +-1629622.1043769999 -296385.2492570000 +-1629665.6467100000 -296138.3083970000 +-1629462.2481829999 -295847.8252040000 +-1629549.3328490001 -295353.9434830000 +-1629345.9343220000 -295063.4602900000 +-1629389.4766540001 -294816.5194300000 +-1629186.0781270000 -294526.0362370000 +-1628982.6795999999 -294235.5530440000 +-1628532.3402130001 -293901.5275190000 +-1628328.9416860000 -293611.0443260000 +-1628416.0263520000 -293117.1626050000 +-1628212.6278250001 -292826.6794120000 +-1628793.5942100000 -292419.8823580000 +-1629084.0774030001 -292216.4838300000 +-1629127.6197360000 -291969.5429700000 +-1629461.6452619999 -291519.2035830000 +-1629505.1875940000 -291272.2627220000 +-1629548.7299269999 -291025.3218620000 +-1629592.2722600000 -290778.3810020000 +-1629679.3569260000 -290284.4992820000 +-1629722.8992590001 -290037.5584220000 +-1629766.4415910000 -289790.6175620000 +-1630100.4671169999 -289340.2781740000 +-1630390.9503100000 -289136.8796470000 +-1630928.3743620000 -288977.0234520000 +-1631218.8575550001 -288773.6249250000 +-1631465.7984150001 -288817.1672580000 +-1631669.1969420000 -289107.6504500000 +-1632163.0786619999 -289194.7351160000 +-1632366.4771890000 -289485.2183090000 +-1632613.4180490000 -289528.7606420000 +-1632816.8165760001 -289819.2438350000 +-1633020.2151029999 -290109.7270280000 +-1633514.0968220001 -290196.8116930000 +-1633717.4953490000 -290487.2948860000 +-1633920.8938760001 -290777.7780790000 +-1634167.8347360000 -290821.3204120000 +-1634618.1741229999 -291155.3459380000 +-1634865.1149830001 -291198.8882700000 +-1634908.6573160000 -290951.9474100000 +-1635199.1405090000 -290748.5488830000 +-1635242.6828409999 -290501.6080230000 +-1635329.7675069999 -290007.7263020000 +-1635373.3098400000 -289760.7854420000 +-1635663.7930330001 -289557.3869150000 +-1635707.3353660000 -289310.4460550000 +-1635750.8776980001 -289063.5051950000 +-1636041.3608909999 -288860.1066670000 +-1636375.3864170001 -288409.7672800000 +-1636665.8696089999 -288206.3687520000 +-1636956.3528020000 -288002.9702250000 +-1637246.8359950001 -287799.5716980000 +-1637493.7768550001 -287843.1140300000 +-1637784.2600469999 -287639.7155030000 +-1638278.1417670001 -287726.8001690000 +-1638568.6249599999 -287523.4016410000 +-1638815.5658199999 -287566.9439740000 +-1639106.0490120000 -287363.5454470000 +-1639352.9898719999 -287407.0877800000 +-1639599.9307319999 -287450.6301120000 +-1639890.4139250000 -287247.2315850000 +-1640137.3547850000 -287290.7739180000 +-1640631.2365039999 -287377.8585830000 +-1640878.1773639999 -287421.4009160000 +-1641125.1182240001 -287464.9432490000 +-1641415.6014169999 -287261.5447220000 +-1641662.5422769999 -287305.0870540000 +-1641909.4831369999 -287348.6293870000 +-1642156.4239970001 -287392.1717200000 +-1642359.8225240000 -287682.6549130000 +-1642606.7633829999 -287726.1972460000 +-1643100.6451030001 -287813.2819110000 +-1643347.5859630001 -287856.8242440000 +-1643550.9844899999 -288147.3074370000 +-1643797.9253499999 -288190.8497700000 +-1644001.3238770000 -288481.3329630000 +-1643957.7815439999 -288728.2738230000 +-1644117.6377379999 -289265.6978760000 +-1644074.0954050000 -289512.6387360000 +-1644030.5530729999 -289759.5795960000 +-1643740.0698800001 -289962.9781240000 +-1643652.9852140001 -290456.8598440000 +-1643362.5020220000 -290660.2583710000 +-1643318.9596889999 -290907.1992320000 +-1643275.4173560000 -291154.1400920000 +-1643231.8750229999 -291401.0809520000 +-1643144.7903570000 -291894.9626720000 +-1643101.2480240001 -292141.9035320000 +-1643057.7056920000 -292388.8443920000 +-1643261.1042190001 -292679.3275850000 +-1643217.5618860000 -292926.2684460000 +-1643377.4180800000 -293463.6924990000 +-1643333.8757470001 -293710.6333590000 +-1643537.2742740000 -294001.1165520000 +-1643740.6728010001 -294291.5997450000 +-1643653.5881360001 -294785.4814650000 +-1643856.9866630000 -295075.9646580000 +-1643813.4443300001 -295322.9055180000 +-1643522.9611370000 -295526.3040450000 +-1643435.8764710000 -296020.1857660000 +-1643145.3932790000 -296223.5842930000 +-1643101.8509460001 -296470.5251530000 +-1642811.3677530000 -296673.9236810000 +-1642520.8845599999 -296877.3222080000 +-1642186.8590350000 -297327.6615950000 +-1641896.3758419999 -297531.0601230000 +-1641852.8335090000 -297778.0009830000 +-1641809.2911759999 -298024.9418430000 +-1641765.7488440000 -298271.8827030000 +-1641678.6641780001 -298765.7644240000 +-1641635.1218450000 -299012.7052840000 +-1641591.5795120001 -299259.6461440000 +-1641794.9780390000 -299550.1293370000 +-1641998.3765660000 -299840.6125300000 +-1641911.2919010001 -300334.4942500000 +-1642114.6904279999 -300624.9774430000 +-1642318.0889550000 -300915.4606360000 +-1642811.9706740000 -301002.5453020000 +-1643015.3692010001 -301293.0284940000 +-1643218.7677279999 -301583.5116870000 +-1643509.2509210000 -301380.1131600000 +-1644090.2173070000 -300973.3161050000 +-1644380.7004990000 -300769.9175780000 +-1644424.2428319999 -300522.9767180000 +-1644467.7851650000 -300276.0358580000 +-1644511.3274980001 -300029.0949980000 +-1644554.8698310000 -299782.1541370000 +-1644598.4121630001 -299535.2132770000 +-1644641.9544960000 -299288.2724170000 +-1644685.4968290001 -299041.3315570000 +-1644729.0391619999 -298794.3906970000 +-1644569.1829680000 -298256.9666440000 +-1644612.7253010001 -298010.0257840000 +-1644656.2676339999 -297763.0849230000 +-1644699.8099660000 -297516.1440630000 +-1644743.3522989999 -297269.2032030000 +-1644786.8946320000 -297022.2623430000 +-1644830.4369649999 -296775.3214830000 +-1644873.9792980000 -296528.3806230000 +-1644917.5216310001 -296281.4397620000 +-1644961.0639630000 -296034.4989020000 +-1645004.6062960001 -295787.5580420000 +-1645048.1486289999 -295540.6171820000 +-1644888.2924350000 -295003.1931290000 +-1644931.8347680001 -294756.2522690000 +-1644975.3771009999 -294509.3114090000 +-1645018.9194330000 -294262.3705480000 +-1645062.4617659999 -294015.4296880000 +-1645352.9449590000 -293812.0311610000 +-1645396.4872920001 -293565.0903010000 +-1645440.0296250000 -293318.1494410000 +-1645774.0551499999 -292867.8100530000 +-1645817.5974830000 -292620.8691930000 +-1645861.1398159999 -292373.9283330000 +-1646151.6230090000 -292170.5298050000 +-1646195.1653410001 -291923.5889450000 +-1646529.1908670000 -291473.2495580000 +-1646819.6740600001 -291269.8510300000 +-1647313.5557790000 -291356.9356960000 +-1647807.4374990000 -291444.0203620000 +-1648054.3783590000 -291487.5626940000 +-1648344.8615520000 -291284.1641670000 +-1648882.2856040001 -291124.3079720000 +-1649129.2264640001 -291167.8503050000 +-1649419.7096569999 -290964.4517780000 +-1649957.1337100000 -290804.5955830000 +-1650247.6169020000 -290601.1970560000 +-1650741.4986220000 -290688.2817220000 +-1650944.8971490001 -290978.7649150000 +-1651148.2956760000 -291269.2481070000 +-1651642.1773959999 -291356.3327730000 +-1651845.5759230000 -291646.8159660000 +-1652092.5167830000 -291690.3582990000 +-1652542.8561700000 -292024.3838250000 +-1652789.7970290000 -292067.9261570000 +-1652993.1955560001 -292358.4093500000 +-1653574.1619420000 -291951.6122960000 +-1653864.6451350001 -291748.2137680000 +-1653908.1874670000 -291501.2729080000 +-1653995.2721330000 -291007.3911880000 +-1654038.8144660001 -290760.4503280000 +-1654082.3567989999 -290513.5094670000 +-1654372.8399920000 -290310.1109400000 +-1654706.8655170000 -289859.7715530000 +-1654997.3487100000 -289656.3730250000 +-1655578.3150950000 -289249.5759700000 +-1655868.7982880000 -289046.1774430000 +-1656406.2223410001 -288886.3212490000 +-1656696.7055329999 -288682.9227210000 +-1656987.1887260000 -288479.5241940000 +-1657234.1295860000 -288523.0665270000 +-1657771.5536380000 -288363.2103320000 +-1658018.4944980000 -288406.7526650000 +-1658265.4353580000 -288450.2949980000 +-1658308.9776910001 -288203.3541380000 +-1658599.4608839999 -287999.9556100000 +-1658686.5455489999 -287506.0738900000 +-1658977.0287420000 -287302.6753620000 +-1659020.5710750001 -287055.7345020000 +-1658817.1725480000 -286765.2513090000 +-1658323.2908280001 -286678.1666440000 +-1658119.8923010000 -286387.6834510000 +-1657960.0361070000 -285850.2593980000 +-1657756.6375800001 -285559.7762050000 +-1657553.2390530000 -285269.2930120000 +-1657596.7813860001 -285022.3521520000 +-1657683.8660510001 -284528.4704310000 +-1657727.4083840000 -284281.5295710000 +-1658017.8915770000 -284078.1310440000 +-1658104.9762430000 -283584.2493240000 +-1658395.4594350001 -283380.8507960000 +-1658439.0017680000 -283133.9099360000 +-1659019.9681539999 -282727.1128810000 +-1659310.4513460000 -282523.7143540000 +-1659353.9936790001 -282276.7734940000 +-1659644.4768719999 -282073.3749670000 +-1659731.5615379999 -281579.4932460000 +-1660022.0447300000 -281376.0947190000 +-1660065.5870630001 -281129.1538590000 +-1660646.5534490000 -280722.3568040000 +-1660937.0366410001 -280518.9582770000 +-1661183.9775010000 -280562.5006090000 +-1661677.8592210000 -280649.5852750000 +-1661924.8000810000 -280693.1276080000 +-1662171.7409409999 -280736.6699410000 +-1662375.1394680000 -281027.1531340000 +-1662869.0211870000 -281114.2377990000 +-1663072.4197140001 -281404.7209920000 +-1663028.8773820000 -281651.6618520000 +-1663188.7335760000 -282189.0859050000 +-1663145.1912430001 -282436.0267660000 +-1663101.6489100000 -282682.9676260000 +-1663058.1065770001 -282929.9084860000 +-1662971.0219119999 -283423.7902060000 +-1662927.4795790000 -283670.7310660000 +-1662883.9372459999 -283917.6719260000 +-1662840.3949130001 -284164.6127870000 +-1663043.7934399999 -284455.0959790000 +-1662956.7087739999 -284948.9777000000 +-1663160.1073010000 -285239.4608930000 +-1663116.5649689999 -285486.4017530000 +-1663319.9634960000 -285776.8849460000 +-1663523.3620229999 -286067.3681390000 +-1663726.7605500000 -286357.8513320000 +-1663886.6167440000 -286895.2753850000 +-1664090.0152710001 -287185.7585780000 +-1664293.4137980000 -287476.2417710000 +-1664540.3546579999 -287519.7841030000 +-1664787.2955179999 -287563.3264360000 +-1665324.7195700000 -287403.4702420000 +-1665571.6604299999 -287447.0125750000 +-1665818.6012899999 -287490.5549070000 +-1666109.0844830000 -287287.1563800000 +-1666196.1691480000 -286793.2746600000 +-1666486.6523410000 -286589.8761320000 +-1666690.0508679999 -286880.3593250000 +-1666893.4493950000 -287170.8425180000 +-1667343.7887820001 -287504.8680440000 +-1667547.1873089999 -287795.3512370000 +-1667750.5858360000 -288085.8344300000 +-1667707.0435029999 -288332.7752900000 +-1667663.5011700001 -288579.7161500000 +-1667619.9588380000 -288826.6570100000 +-1667779.8150320000 -289364.0810630000 +-1667736.2726990001 -289611.0219230000 +-1667692.7303660000 -289857.9627840000 +-1667649.1880330001 -290104.9036440000 +-1667605.6457000000 -290351.8445040000 +-1667809.0442270001 -290642.3276970000 +-1667765.5018950000 -290889.2685570000 +-1667721.9595619999 -291136.2094170000 +-1667925.3580890000 -291426.6926100000 +-1667881.8157560001 -291673.6334700000 +-1667838.2734230000 -291920.5743300000 +-1668041.6719500001 -292211.0575230000 +-1667954.5872839999 -292704.9392440000 +-1667911.0449520000 -292951.8801040000 +-1667867.5026189999 -293198.8209640000 +-1668070.9011460000 -293489.3041570000 +-1668027.3588129999 -293736.2450170000 +-1667983.8164800000 -293983.1858770000 +-1668187.2150069999 -294273.6690700000 +-1668143.6726740000 -294520.6099300000 +-1668390.6135340000 -294564.1522630000 +-1668594.0120610001 -294854.6354560000 +-1669087.8937810000 -294941.7201220000 +-1669291.2923079999 -295232.2033150000 +-1669538.2331679999 -295275.7456470000 +-1669741.6316950000 -295566.2288400000 +-1669945.0302220001 -295856.7120330000 +-1670148.4287490000 -296147.1952260000 +-1670642.3104689999 -296234.2798920000 +-1670845.7089960000 -296524.7630850000 +-1671049.1075230001 -296815.2462780000 +-1671005.5651900000 -297062.1871380000 +-1670715.0819969999 -297265.5856650000 +-1670671.5396640000 -297512.5265250000 +-1670584.4549990001 -298006.4082460000 +-1670293.9718060000 -298209.8067730000 +-1670250.4294730001 -298456.7476330000 +-1670206.8871400000 -298703.6884930000 +-1669916.4039469999 -298907.0870210000 +-1669872.8616150001 -299154.0278810000 +-1669829.3192820000 -299400.9687410000 +-1669495.2937560000 -299851.3081280000 +-1669451.7514229999 -300098.2489880000 +-1669161.2682310001 -300301.6475160000 +-1669117.7258979999 -300548.5883760000 +-1669074.1835650001 -300795.5292360000 +-1669030.6412320000 -301042.4700960000 +-1668943.5565660000 -301536.3518170000 +-1668900.0142339999 -301783.2926770000 +-1668856.4719010000 -302030.2335370000 +-1669059.8704280001 -302320.7167300000 +-1669263.2689550000 -302611.1999230000 +-1669176.1842890000 -303105.0816430000 +-1669379.5828160001 -303395.5648360000 +-1669336.0404830000 -303642.5056960000 +-1669292.4981509999 -303889.4465560000 +-1669248.9558180000 -304136.3874160000 +-1669205.4134849999 -304383.3282770000 +-1669118.3288189999 -304877.2099970000 +-1669074.7864860001 -305124.1508570000 +-1669031.2441529999 -305371.0917170000 +-1668987.7018210001 -305618.0325770000 +-1668944.1594880000 -305864.9734370000 +-1669147.5580150001 -306155.4566300000 +-1669104.0156820000 -306402.3974910000 +-1669060.4733490001 -306649.3383510000 +-1668973.3886830001 -307143.2200710000 +-1669176.7872100000 -307433.7032640000 +-1669133.2448780001 -307680.6441240000 +-1669089.7025450000 -307927.5849840000 +-1669046.1602119999 -308174.5258440000 +-1669002.6178790000 -308421.4667050000 +-1668959.0755459999 -308668.4075650000 +-1668871.9908809999 -309162.2892850000 +-1668828.4485480001 -309409.2301450000 +-1668784.9062150000 -309656.1710050000 +-1668741.3638820001 -309903.1118650000 +-1668697.8215490000 -310150.0527260000 +-1668654.2792160001 -310396.9935860000 +-1668363.7960240000 -310600.3921130000 +-1668320.2536909999 -310847.3329730000 +-1668233.1690250000 -311341.2146930000 +-1668189.6266920001 -311588.1555540000 +-1667899.1435000000 -311791.5540810000 +-1667855.6011669999 -312038.4949410000 +-1667565.1179740001 -312241.8934680000 +-1667274.6347810000 -312445.2919960000 +-1666984.1515889999 -312648.6905230000 +-1666737.2107289999 -312605.1481900000 +-1666199.7866760001 -312765.0043850000 +-1665909.3034830000 -312968.4029120000 +-1665618.8202910000 -313171.8014400000 +-1665328.3370980001 -313375.1999670000 +-1665037.8539050000 -313578.5984940000 +-1664747.3707130000 -313781.9970220000 +-1664456.8875200001 -313985.3955490000 +-1664166.4043270000 -314188.7940770000 +-1663875.9211339999 -314392.1926040000 +-1663294.9547490000 -314798.9896590000 +-1663004.4715559999 -315002.3881860000 +-1662713.9883640001 -315205.7867130000 +-1662423.5051710000 -315409.1852410000 +-1662133.0219779999 -315612.5837680000 +-1661842.5387850001 -315815.9822950000 +-1661552.0555930000 -316019.3808230000 +-1661508.5132599999 -316266.3216830000 +-1661218.0300670001 -316469.7202100000 +-1660927.5468740000 -316673.1187380000 +-1660637.0636819999 -316876.5172650000 +-1660549.9790159999 -317370.3989850000 +-1660259.4958230001 -317573.7975130000 +-1659969.0126310000 -317777.1960400000 +-1659678.5294379999 -317980.5945670000 +-1659634.9871050001 -318227.5354270000 +-1623288.8833276688 -348485.9928101762 + diff --git a/test/Exp/Square.exp b/test/Exp/Square.exp new file mode 100755 index 0000000..6b491f6 --- /dev/null +++ b/test/Exp/Square.exp @@ -0,0 +1,10 @@ +## Name:domainoutline +## Icon:0 +# Points Count Value +5 1. +# X pos Y pos +0 0 +1000000 0 +1000000 1000000 +0 1000000 +0 0 diff --git a/test/Exp/SquareFront.exp b/test/Exp/SquareFront.exp new file mode 100755 index 0000000..1aa9e3d --- /dev/null +++ b/test/Exp/SquareFront.exp @@ -0,0 +1,10 @@ +## Name:icefront +## Icon:0 +# Points Count Value +5 1. +# X pos Y pos +-1000 999999 +-1000 1100000 +1100000 1100000 +1100000 999999 +-1000 999999 diff --git a/test/test101.jl b/test/test101.jl index e76f583..805b6c3 100755 --- a/test/test101.jl +++ b/test/test101.jl @@ -1,6 +1,4 @@ -#!/Applications/Julia-1.8.app/Contents/Resources/julia/bin/julia --project using dJUICE -#using JET md = model() md = triangle(md,issmdir()*"/test/Exp/Square.exp",50000.)