|
9 | 9 | "features": |
10 | 10 | [ |
11 | 11 | // defining an oceanic plate for the North and South American plate |
12 | | - {"model":"oceanic plate", "name":"NS American plate", |
13 | | - "coordinates":[[1700e3,0],[1700e3,300e3],[1606e3,650e3], |
14 | | - [1350e3,906e3],[1000e3,1000e3],[-1e3,1000e3], |
15 | | - [-1e3,1501e3],[2501e3,1501e3],[2501e3,-501e3], |
16 | | - [-1e3,-501e3],[-1e3,-50e3],[2000e3,-50e3], |
17 | | - [2000e3,0e3]], |
18 | | - "temperature models":[{"model":"linear", "max depth":100e3}], |
19 | | - "composition models":[{"model":"uniform", "compositions":[0], |
20 | | - "max depth":30e3}]}, |
21 | | - |
22 | | - // Defining an oceanic plate for the Caribbean plate |
23 | | - {"model":"oceanic plate", "name":"Caribbean plate", |
24 | | - "coordinates":[[1700e3,300e3],[1689e3,422e3],[1658e3,539e3], |
25 | | - [1606e3,650e3],[1536e3,749e3],[1450e3,836e3], |
26 | | - [1350e3,906e3],[1239e3,958e3],[1122e3,989e3], |
27 | | - [1000e3,1000e3],[650e3,1000e3],[-1e3,1000e3], |
28 | | - [-1e3,0e3],[1700e3,0e3]], |
29 | | - "temperature models":[{"model":"linear", "max depth":100e3}], |
30 | | - "composition models":[{"model":"uniform", "compositions":[1], |
31 | | - "max depth":30e3}]}, |
| 12 | + //{"model":"oceanic plate", "name":"NS American plate", |
| 13 | + // "coordinates":[[1700e3,0],[1700e3,300e3],[1606e3,650e3], |
| 14 | + // [1350e3,906e3],[1000e3,1000e3],[-1e3,1000e3], |
| 15 | + // [-1e3,1501e3],[2501e3,1501e3],[2501e3,-501e3], |
| 16 | + // [-1e3,-501e3],[-1e3,-50e3],[2000e3,-50e3], |
| 17 | + // [2000e3,0e3]], |
| 18 | + // "temperature models":[{"model":"linear", "max depth":100e3}], |
| 19 | + // "composition models":[{"model":"uniform", "compositions":[0], |
| 20 | + // "max depth":30e3}]}, |
| 21 | +// |
| 22 | + //// Defining an oceanic plate for the Caribbean plate |
| 23 | + //{"model":"oceanic plate", "name":"Caribbean plate", |
| 24 | + // "coordinates":[[1700e3,300e3],[1689e3,422e3],[1658e3,539e3], |
| 25 | + // [1606e3,650e3],[1536e3,749e3],[1450e3,836e3], |
| 26 | + // [1350e3,906e3],[1239e3,958e3],[1122e3,989e3], |
| 27 | + // [1000e3,1000e3],[650e3,1000e3],[-1e3,1000e3], |
| 28 | + // [-1e3,0e3],[1700e3,0e3]], |
| 29 | + // "temperature models":[{"model":"linear", "max depth":100e3}], |
| 30 | + // "composition models":[{"model":"uniform", "compositions":[1], |
| 31 | + // "max depth":30e3}]}, |
32 | 32 |
|
33 | 33 | // Defining a continental plate for the weak zone |
34 | 34 | {"model":"continental plate", "name":"Caribbean weak zone", |
|
39 | 39 | "composition models":[{"model":"uniform", "compositions":[2], |
40 | 40 | "max depth":30e3}, |
41 | 41 | {"model":"uniform", "compositions":[3], |
42 | | - "min depth":30e3}]}, |
| 42 | + "min depth":30e3}], |
| 43 | + "velocity models":[{"model":"uniform","velocity":[1,2,3]}]}//, |
43 | 44 |
|
44 | 45 | // Defining a mantle layer for the lower mantle |
45 | | - {"model":"mantle layer", "name":"660", "min depth":660e3, |
46 | | - "coordinates":[[-1e3,-500e3],[-501e3,2500e3],[2501e3,2500e3], |
47 | | - [2501e3,-501e3]], |
48 | | - "composition models":[{"model":"uniform", "compositions":[4]}]}, |
49 | | - |
50 | | - // Defining a subducting plate for the Lesser Antilles slab |
51 | | - {"model":"subducting plate", "name":"Lesser Antilles slab", |
52 | | - "coordinates":[[1700e3,0],[1700e3,300e3],[1606e3,650e3], |
53 | | - [1350e3,906e3],[1000e3,1000e3],[650e3,1000e3]], |
54 | | - "dip point":[-1,-1], |
55 | | - "min depth":0, "max depth":660e3, |
56 | | - "segments": |
57 | | - [ |
58 | | - {"length":300e3, "thickness":[100e3], "angle":[0,50]}, |
59 | | - {"length":371e3, "thickness":[100e3], "angle":[50]}, |
60 | | - {"length":275e3, "thickness":[100e3], "angle":[50,0]}, |
61 | | - {"length":0e3, "thickness":[100e3], "angle":[0]} |
62 | | - ], |
63 | | - "sections": |
64 | | - [ |
65 | | - {"coorindate":"0", |
66 | | - "segments": |
67 | | - [ |
68 | | - {"length":300e3, "thickness":[100e3], "angle":[0,25]}, |
69 | | - {"length":371e3, "thickness":[100e3], "angle":[50]}, |
70 | | - {"length":300e3, "thickness":[100e3], "angle":[50,0]}, |
71 | | - {"length":50, "thickness":[100e3], "angle":[0]} |
72 | | - ] |
73 | | - }, |
74 | | - {"coorindate":"5", |
75 | | - "segments": |
76 | | - [ |
77 | | - {"length":300e3, "thickness":[100e3], "angle":[0,25]}, |
78 | | - {"length":371e3, "thickness":[100e3], "angle":[50]}, |
79 | | - {"length":50e3, "thickness":[100e3], "angle":[50,0]}, |
80 | | - {"length":0, "thickness":[100e3], "angle":[0]} |
81 | | - ] |
82 | | - } |
83 | | - ], |
84 | | - "temperature models": |
85 | | - [ |
86 | | - {"model":"plate model", "density":3300, "plate velocity":0.0144, |
87 | | - "thermal conductivity":2.5, "thermal expansion coefficient":2e-5 } |
88 | | - ], |
89 | | - "composition models": |
90 | | - [ |
91 | | - {"model":"uniform","compositions":[0], "min distance slab top":30e3} |
92 | | - ] |
93 | | - }, |
| 46 | + //{"model":"mantle layer", "name":"660", "min depth":660e3, |
| 47 | + // "coordinates":[[-1e3,-500e3],[-501e3,2500e3],[2501e3,2500e3], |
| 48 | + // [2501e3,-501e3]], |
| 49 | + // "composition models":[{"model":"uniform", "compositions":[4]}]}, |
| 50 | +// |
| 51 | + //// Defining a subducting plate for the Lesser Antilles slab |
| 52 | + //{"model":"subducting plate", "name":"Lesser Antilles slab", |
| 53 | + // "coordinates":[[1700e3,0],[1700e3,300e3],[1606e3,650e3], |
| 54 | + // [1350e3,906e3],[1000e3,1000e3],[650e3,1000e3]], |
| 55 | + // "dip point":[-1,-1], |
| 56 | + // "min depth":0, "max depth":660e3, |
| 57 | + // "segments": |
| 58 | + // [ |
| 59 | + // {"length":300e3, "thickness":[100e3], "angle":[0,50]}, |
| 60 | + // {"length":371e3, "thickness":[100e3], "angle":[50]}, |
| 61 | + // {"length":275e3, "thickness":[100e3], "angle":[50,0]}, |
| 62 | + // {"length":0e3, "thickness":[100e3], "angle":[0]} |
| 63 | + // ], |
| 64 | + // "sections": |
| 65 | + // [ |
| 66 | + // {"coorindate":"0", |
| 67 | + // "segments": |
| 68 | + // [ |
| 69 | + // {"length":300e3, "thickness":[100e3], "angle":[0,25]}, |
| 70 | + // {"length":371e3, "thickness":[100e3], "angle":[50]}, |
| 71 | + // {"length":300e3, "thickness":[100e3], "angle":[50,0]}, |
| 72 | + // {"length":50, "thickness":[100e3], "angle":[0]} |
| 73 | + // ] |
| 74 | + // }, |
| 75 | + // {"coorindate":"5", |
| 76 | + // "segments": |
| 77 | + // [ |
| 78 | + // {"length":300e3, "thickness":[100e3], "angle":[0,25]}, |
| 79 | + // {"length":371e3, "thickness":[100e3], "angle":[50]}, |
| 80 | + // {"length":50e3, "thickness":[100e3], "angle":[50,0]}, |
| 81 | + // {"length":0, "thickness":[100e3], "angle":[0]} |
| 82 | + // ] |
| 83 | + // } |
| 84 | + // ], |
| 85 | + // "temperature models": |
| 86 | + // [ |
| 87 | + // {"model":"plate model", "density":3300, "plate velocity":0.0144, |
| 88 | + // "thermal conductivity":2.5, "thermal expansion coefficient":2e-5 } |
| 89 | + // ], |
| 90 | + // "composition models": |
| 91 | + // [ |
| 92 | + // {"model":"uniform","compositions":[0], "min distance slab top":30e3} |
| 93 | + // ] |
| 94 | + //}, |
94 | 95 |
|
95 | 96 | // Defining a continental plate for the weakzone between the Caribbean and |
96 | 97 | // South America |
97 | | - {"model":"continental plate","name":"South Weakzone", |
98 | | - "coordinates":[[-1e3,0e3],[-1e3,-50e3],[2000e3,-50e3],[2000e3,0e3]], |
99 | | - "temperature models":[{"model":"linear", "max depth":100e3}], |
100 | | - "composition models": |
101 | | - [ |
102 | | - {"model":"uniform","compositions":[2], "max depth":30e3}, |
103 | | - {"model":"uniform", "compositions":[3], "min depth":30e3}]} |
| 98 | + //{"model":"continental plate","name":"South Weakzone", |
| 99 | + // "coordinates":[[-1e3,0e3],[-1e3,-50e3],[2000e3,-50e3],[2000e3,0e3]], |
| 100 | + // "temperature models":[{"model":"linear", "max depth":100e3}], |
| 101 | + // "composition models": |
| 102 | + // [ |
| 103 | + // {"model":"uniform","compositions":[2], "max depth":30e3}, |
| 104 | + // {"model":"uniform", "compositions":[3], "min depth":30e3}]} |
104 | 105 |
|
105 | 106 | ] |
106 | 107 | } |
0 commit comments