|
9 | 9 | "temperature models":[{"model":"uniform", "max depth":75e3, "temperature":150}, |
10 | 10 | {"model":"uniform", "min depth":75e3, "max depth":150e3, "temperature":100}, |
11 | 11 | {"model":"uniform", "min depth":150e3, "max depth":225e3, "temperature":50}], |
12 | | - "velocity models":[{"model":"uniform","velocity":[1,2,3]}, |
13 | | - {"model":"direction dip", "direction":[1,2], "dip":30, "magnitude": 2}]}, |
| 12 | + "velocity models":[{"model":"uniform raw","velocity":[1,2,3]}]}, |
14 | 13 |
|
15 | 14 | {"model":"continental plate", "tag":"B", "name":"Second continental plate", "max depth":250e3, "coordinates":[[2000e3,2000e3],[1000e3,2000e3],[1000e3,1000e3],[2000e3,1000e3]], |
16 | 15 | "temperature models":[{"model":"adiabatic", "potential mantle temperature":20}], |
17 | 16 | "composition models":[{"model":"uniform", "compositions":[2]}], |
18 | | - "velocity models":[{"model":"uniform","velocity":[1,2,3]}], |
| 17 | + "velocity models":[{"model":"uniform raw","velocity":[1,2,3]}], |
19 | 18 | "grains models":[ |
20 | 19 | {"model":"uniform", "compositions":[0,1], // olivine and enstatie |
21 | 20 | "rotation matrices":[[[1,2,3],[4,5,6],[7,8,9]],[[10,11,12],[13,14,15],[16,17,18]]], |
|
29 | 28 | "rotation matrices":[[[10,20,30],[40,50,60],[70,80,90]],[[100,110,120],[130,140,150],[160,170,180]]], |
30 | 29 | "grain sizes":[0.3,-1]} |
31 | 30 | ], |
32 | | -"velocity models":[{"model":"uniform","velocity":[1,2,3]}]}, |
| 31 | +"velocity models":[{"model":"uniform raw","velocity":[1,2,3]}]}, |
33 | 32 |
|
34 | 33 | {"model":"continental plate", "name":"Fourth continental plate", "max depth":250e3, "coordinates":[[-1e3,1500e3],[500e3,1500e3],[500e3,2000e3],[-1e3,2000e3]], |
35 | 34 | "temperature models":[{"model":"linear", "max depth":250e3}], |
36 | 35 | "composition models":[{"model":"uniform", "compositions":[4]}], |
37 | | - "velocity models":[{"model":"uniform","velocity":[1,2,3]}]}, |
| 36 | + "velocity models":[{"model":"uniform raw","velocity":[1,2,3]}]}, |
38 | 37 |
|
39 | 38 | {"model":"continental plate", "name":"Fifth continental plate", "max depth":250e3, "coordinates":[[500e3,-1e3],[500e3,500e3],[1000e3,500e3],[1000e3,-1e3]], |
40 | 39 | "temperature models":[{"model":"linear", "max depth":250e3, "top temperature":10, "bottom temperature":50}], |
41 | 40 | "composition models":[{"model":"uniform", "compositions":[5,6], "fractions":[0.25,0.75]}], |
42 | | - "velocity models":[{"model":"uniform","velocity":[1,2,3]}]}, |
| 41 | + "velocity models":[{"model":"uniform raw","velocity":[1,2,3]}]}, |
43 | 42 |
|
44 | 43 | {"model":"continental plate", "name":"Sixth continental plate", "max depth":250e3, "coordinates":[[1250e3,-1e3],[1250e3,500e3],[1750e3,500e3],[1750e3,-1e3]], |
45 | 44 | "temperature models":[{"model":"linear", "max depth":250e3, "top temperature":10, "bottom temperature":50}], |
46 | 45 | "composition models":[{"model":"uniform", "max depth":75e3, "compositions":[6,7], "fractions":[0.25,0.75]}, |
47 | 46 | {"model":"uniform", "min depth":75e3, "max depth":150e3, "compositions":[7]}, |
48 | 47 | {"model":"uniform", "min depth":150e3, "max depth":225e3, "compositions":[8]}], |
49 | | - "velocity models":[{"model":"uniform","velocity":[1,2,3]}]} |
| 48 | + "velocity models":[{"model":"uniform raw","velocity":[1,2,3]}]} |
50 | 49 |
|
51 | 50 | ] |
52 | 51 | } |
0 commit comments