|
1 | | -// Define the location of the first fault, which starts at x = 200 km on the model surface and then |
2 | | -// dips at 60 degrees toward the left side side of the model. The length of the fault is 200 km, |
3 | | -// but it is location is restricted to the uppermost 100 km through the max depth parameter. |
4 | | -// The fault width is 5 km and the temperature is constant at 273 K, but significantly |
5 | | -// the initial temperature in the ASPECT model is not derived from the WB file. Assignment |
6 | | -// of values to specific compositional fields follows the order the are listed in the ASPECT |
7 | | -// PRM files, which is plastic_strain (0), noninitial_plastic_strain (1), viscous_strain (2), |
8 | | -// crust_upper (3), crust_lower (4), mantle_lithosphere (5), and asthenosphere (6). Here, |
9 | | -// values of 1.5 in the fault center are assigned to the plastic and viscous strain fields, which |
10 | | -// smoothly transition to 0.5 at the fault edge. The remaining faults defined below follow the |
11 | | -// same conventions as described above. |
12 | 1 | { |
13 | 2 | "version":"1.0", |
14 | 3 | "cross section":[[0,4e5],[4.2e5,4e5]], |
|
17 | 6 | { |
18 | 7 | "model":"fault","name":"fault1","dip point":[0e5,2e5], |
19 | 8 | "min depth":0, "max depth":1e5, |
20 | | - "coordinates":[[2.0e5,8e5],[2.0e5,0]], |
| 9 | + "coordinates":[[2.5e5,8e5],[2.5e5,0]], |
21 | 10 | "segments": |
22 | 11 | [ |
23 | | - {"length":2e5,"thickness":[5000],"angle":[60]} |
| 12 | + {"length":2e5,"thickness":[5000],"angle":[80]} |
24 | 13 | ], |
25 | 14 | "temperature models":[{"model":"uniform","temperature":273}], |
26 | 15 | "composition models": |
|
34 | 23 | "coordinates":[[2.25e5,8e5],[2.25e5,0]], |
35 | 24 | "segments": |
36 | 25 | [ |
37 | | - {"length":2e5,"thickness":[5000],"angle":[60]} |
| 26 | + {"length":2e5,"thickness":[5000],"angle":[70]} |
38 | 27 | ], |
39 | 28 | "temperature models":[{"model":"uniform","temperature":273}], |
40 | 29 | "composition models": |
|
45 | 34 | }, { |
46 | 35 | "model":"fault","name":"fault3","dip point":[0e5,2e5], |
47 | 36 | "min depth":0, "max depth":1e5, |
48 | | - "coordinates":[[2.5e5,8e5],[2.5e5,0]], |
| 37 | + "coordinates":[[1.4e5,8e5],[1.4e5,0]], |
| 38 | + "segments": |
| 39 | + [ |
| 40 | + {"length":2e5,"thickness":[5000],"angle":[110]} |
| 41 | + ], |
| 42 | + "temperature models":[{"model":"uniform","temperature":273}], |
| 43 | + "composition models": |
| 44 | + [ |
| 45 | + {"model":"smooth", "compositions":[0,2], "operation":"add", "side distance fault center":2500, "center fractions":[1.5,1.5],"side fractions":[0.5,0.5]} |
| 46 | + ] |
| 47 | + |
| 48 | + }, { |
| 49 | + "model":"fault","name":"fault4","dip point":[0e5,2e5], |
| 50 | + "min depth":0, "max depth":1e5, |
| 51 | + "coordinates":[[1.85e5,8e5],[1.85e5,0]], |
49 | 52 | "segments": |
50 | 53 | [ |
51 | | - {"length":2e5,"thickness":[5000],"angle":[60]} |
| 54 | + {"length":2e5,"thickness":[5000],"angle":[90]} |
52 | 55 | ], |
53 | 56 | "temperature models":[{"model":"uniform","temperature":273}], |
54 | 57 | "composition models": |
|
0 commit comments