Skip to content

Commit

Permalink
fix test with trench advance
Browse files Browse the repository at this point in the history
  • Loading branch information
lhy11009 committed Mar 10, 2024
1 parent 4d49bef commit 9bc4197
Showing 1 changed file with 163 additions and 0 deletions.
163 changes: 163 additions & 0 deletions tests/gwb-dat/slab_temperature_trench_advance.wb
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"
}
]
}
]
}

0 comments on commit 9bc4197

Please sign in to comment.