|
35 | 35 | "max depth": 300e3, |
36 | 36 | "composition models": |
37 | 37 | [ |
38 | | - {"model": "tian water content mod", "compositions": [1], "min depth":0.0, "max depth": 10e3, "lithology": "sediment", "initial water content": 2, "cutoff pressure": 1}, |
39 | | - {"model": "tian water content mod", "compositions": [1], "min depth":10e3, "max depth": 20e3, "lithology": "MORB", "initial water content": 1, "cutoff pressure": 16}, |
40 | | - {"model": "tian water content mod", "compositions": [1], "min depth":20e3, "max depth": 30e3, "lithology": "gabbro", "initial water content": 0.5, "cutoff pressure": 26}, |
41 | | - {"model": "tian water content mod", "compositions": [1], "min depth":30e3, "max depth": 120e3, "lithology": "peridotite", "initial water content": 1, "cutoff pressure": 10}, |
| 38 | + {"model": "tian water content", "compositions": [1], "min depth":0.0, "max depth": 10e3, "lithology": "sediment", "initial water content": 2, "cutoff pressure": 1}, |
| 39 | + {"model": "tian water content", "compositions": [1], "min depth":10e3, "max depth": 20e3, "lithology": "MORB", "initial water content": 1, "cutoff pressure": 16}, |
| 40 | + {"model": "tian water content", "compositions": [1], "min depth":20e3, "max depth": 30e3, "lithology": "gabbro", "initial water content": 0.5, "cutoff pressure": 26}, |
| 41 | + {"model": "tian water content", "compositions": [1], "min depth":30e3, "max depth": 120e3, "lithology": "peridotite", "initial water content": 1, "cutoff pressure": 10}, |
42 | 42 | {"model": "uniform", "compositions": [5], "min depth":0.0, "max depth": 10e3, "operation":"add"}, |
43 | 43 | {"model": "uniform", "compositions": [4], "min depth":10e3, "max depth": 20e3, "operation":"add"}, |
44 | 44 | {"model": "uniform", "compositions": [3], "min depth":20e3, "max depth": 30e3, "operation":"add"}, |
|
58 | 58 | {"length":300e3,"thickness":[300e3],"top truncation":[-50e3],"angle":[45,45]}], |
59 | 59 |
|
60 | 60 | "composition models":[ |
61 | | - {"model":"tian water content mod", "compositions":[1], "min distance slab top":0, "max distance slab top":10e3, "lithology":"sediment", "initial water content": 2, "cutoff pressure": 1}, |
62 | | - {"model":"tian water content mod", "compositions":[1], "min distance slab top":10e3, "max distance slab top":20e3, "lithology":"MORB", "initial water content": 1, "cutoff pressure": 16}, |
63 | | - {"model":"tian water content mod", "compositions":[1], "min distance slab top":20e3, "max distance slab top":30e3, "lithology":"gabbro", "initial water content": 0.5, "cutoff pressure": 26}, |
64 | | - {"model":"tian water content mod", "compositions":[1], "min distance slab top":30e3, "max distance slab top":120e3, "lithology":"peridotite", "initial water content": 1, "cutoff pressure": 10}, |
| 61 | + {"model":"tian water content", "compositions":[1], "min distance slab top":0, "max distance slab top":10e3, "lithology":"sediment", "initial water content": 2, "cutoff pressure": 1}, |
| 62 | + {"model":"tian water content", "compositions":[1], "min distance slab top":10e3, "max distance slab top":20e3, "lithology":"MORB", "initial water content": 1, "cutoff pressure": 16}, |
| 63 | + {"model":"tian water content", "compositions":[1], "min distance slab top":20e3, "max distance slab top":30e3, "lithology":"gabbro", "initial water content": 0.5, "cutoff pressure": 26}, |
| 64 | + {"model":"tian water content", "compositions":[1], "min distance slab top":30e3, "max distance slab top":120e3, "lithology":"peridotite", "initial water content": 1, "cutoff pressure": 10}, |
65 | 65 | {"model":"uniform", "compositions":[5], "min distance slab top":0.0, "max distance slab top":10e3, "operation":"add"}, |
66 | 66 | {"model":"uniform", "compositions":[4], "min distance slab top":10e3, "max distance slab top":20e3, "operation":"add"}, |
67 | 67 | {"model":"uniform", "compositions":[3], "min distance slab top":20e3, "max distance slab top":30e3, "operation":"add"}, |
|
0 commit comments