-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
163 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,163 @@ | ||
{ | ||
"version":"0.6", | ||
"coordinate system":{"model":"cartesian"}, | ||
"gravity model":{"model":"uniform", "magnitude":10}, | ||
"cross section":[[0,0],[10000e3,0]],"surface temperature":273, "force surface temperature":true, | ||
"potential mantle temperature":1673, "thermal expansion coefficient":3.1e-5, | ||
"specific heat":1000, "thermal diffusivity":1.0e-6, | ||
"features": | ||
[ | ||
{ | ||
"model": "oceanic plate", | ||
"name": "sp plate", | ||
"max depth": 150000.0, | ||
"min depth": -100000.0, | ||
"coordinates": [ | ||
[ | ||
0.0, | ||
-1000e3 | ||
], | ||
[ | ||
0.0, | ||
1000e3 | ||
], | ||
[ | ||
7500000.0, | ||
1000e3 | ||
], | ||
[ | ||
7500000.0, | ||
-1000e3 | ||
] | ||
], | ||
"temperature models": [ | ||
{ | ||
"model": "plate model", | ||
"min depth": -10000.0, | ||
"max depth": 150000.0, | ||
"spreading velocity": 0.05, | ||
"ridge coordinates": [ | ||
[ | ||
[ | ||
0, | ||
-1000.0 | ||
], | ||
[ | ||
0, | ||
1000.0 | ||
] | ||
] | ||
] | ||
} | ||
], | ||
"composition models": [ | ||
{ | ||
"model": "uniform", | ||
"min depth": -10000.0, | ||
"max depth": 7500.0, | ||
"compositions": [ | ||
0 | ||
] | ||
}, | ||
{ | ||
"model": "uniform", | ||
"min depth": 7500.0, | ||
"max depth": 35200.0, | ||
"compositions": [ | ||
1 | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"model": "subducting plate", | ||
"name": "initial slab", | ||
"coordinates": [ | ||
[ | ||
7500000.0, | ||
-1000e3 | ||
], | ||
[ | ||
7500000.0, | ||
1000e3 | ||
] | ||
], | ||
"dip point": [ | ||
40000000.0, | ||
0.0 | ||
], | ||
"segments": [ | ||
{ | ||
"length": 1000000.0, | ||
"thickness": [ | ||
300000.0 | ||
], | ||
"top truncation": [ | ||
-100000.0 | ||
], | ||
"angle": [ | ||
0, | ||
80 | ||
], | ||
"composition models": [ | ||
{ | ||
"model": "uniform", | ||
"compositions": [ | ||
0 | ||
], | ||
"max distance slab top": 7500.0 | ||
}, | ||
{ | ||
"model": "uniform", | ||
"compositions": [ | ||
1 | ||
], | ||
"min distance slab top": 7500.0, | ||
"max distance slab top": 35200.0 | ||
} | ||
] | ||
}, | ||
{ | ||
"length": 300000.0, | ||
"thickness": [ | ||
300000.0 | ||
], | ||
"top truncation": [ | ||
-100000.0 | ||
], | ||
"angle": [ | ||
80, | ||
80 | ||
] | ||
} | ||
], | ||
"temperature models": [ | ||
{ | ||
"model": "mass conserving", | ||
"density": 3300, | ||
"thermal conductivity": 3.3, | ||
"adiabatic heating": true, | ||
"plate velocity": 0.05, | ||
"subducting velocity": 0.02, | ||
"ridge coordinates": [ | ||
[ | ||
[ | ||
0, | ||
-1000.0e3 | ||
], | ||
[ | ||
0, | ||
1000.0e3 | ||
] | ||
] | ||
], | ||
"coupling depth": 50000.0, | ||
"taper distance": 100000.0, | ||
"min distance slab top": -100000.0, | ||
"max distance slab top": 150000.0, | ||
"reference model name": "plate model" | ||
} | ||
] | ||
} | ||
] | ||
} |