-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Include option for plate model in the mass conserving temperature
- Loading branch information
Showing
11 changed files
with
542 additions
and
11 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
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
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
13 changes: 13 additions & 0 deletions
13
tests/gwb-dat/mass_conserving_slab_temperature_plate_model_old.dat
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,13 @@ | ||
# Profiles across a slab dipping at 30 degrees | ||
# Now define parameters: | ||
# dim = 2 | ||
# compositions = 0 | ||
# x z d T | ||
2490e3 0 5e3 | ||
2495e3 0 5e3 | ||
2460e3 0 25e3 | ||
2475e3 0 35e3 | ||
7553e3 0 145e3 | ||
7714e3 0 44e3 | ||
7804e3 0 126e3 | ||
7875e3 0 150e3 |
162 changes: 162 additions & 0 deletions
162
tests/gwb-dat/mass_conserving_slab_temperature_plate_model_old.wb
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,162 @@ | ||
{ | ||
"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, | ||
-1000.0 | ||
], | ||
[ | ||
0.0, | ||
1000.0 | ||
], | ||
[ | ||
7500000.0, | ||
1000.0 | ||
], | ||
[ | ||
7500000.0, | ||
-1000.0 | ||
] | ||
], | ||
"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, | ||
-1000.0 | ||
], | ||
[ | ||
7500000.0, | ||
1000.0 | ||
] | ||
], | ||
"dip point": [ | ||
40000000.0, | ||
0.0 | ||
], | ||
"segments": [ | ||
{ | ||
"length": 418880.0, | ||
"thickness": [ | ||
300000.0 | ||
], | ||
"top truncation": [ | ||
-100000.0 | ||
], | ||
"angle": [ | ||
0, | ||
60 | ||
], | ||
"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": 100000.0, | ||
"thickness": [ | ||
300000.0 | ||
], | ||
"top truncation": [ | ||
-100000.0 | ||
], | ||
"angle": [ | ||
60, | ||
60 | ||
] | ||
} | ||
], | ||
"temperature models": [ | ||
{ | ||
"model": "mass conserving", | ||
"density": 3300, | ||
"thermal conductivity": 3.3, | ||
"adiabatic heating": true, | ||
"plate velocity": 0.05, | ||
"ridge coordinates": [ | ||
[ | ||
[ | ||
0, | ||
-1000.0 | ||
], | ||
[ | ||
0, | ||
1000.0 | ||
] | ||
] | ||
], | ||
"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" | ||
} | ||
] | ||
} | ||
] | ||
} |
9 changes: 9 additions & 0 deletions
9
tests/gwb-dat/mass_conserving_slab_temperature_plate_model_old/screen-output.log
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,9 @@ | ||
# x z d T | ||
2490e3 0 5e3 391.412 | ||
2495e3 0 5e3 391.313 | ||
2460e3 0 25e3 775.586 | ||
2475e3 0 35e3 948.682 | ||
7553e3 0 145e3 1670.58 | ||
7714e3 0 44e3 1695.98 | ||
7804e3 0 126e3 1689.45 | ||
7875e3 0 150e3 1752.63 |
15 changes: 15 additions & 0 deletions
15
tests/gwb-dat/mass_conserving_slab_temperature_plate_model_young.dat
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,15 @@ | ||
# Profiles across a slab dipping at 30 degrees | ||
# Now define parameters: | ||
# dim = 2 | ||
# compositions = 0 | ||
# x z d T | ||
590e3 0 5e3 | ||
595e3 0 5e3 | ||
660e3 0 25e3 | ||
675e3 0 35e3 | ||
2071e3 0 88e3 | ||
2160e3 0 87e3 | ||
2232e3 0 89e3 | ||
2268e3 0 90e3 | ||
2339e3 0 192e3 | ||
2357e3 0 263e3 |
Oops, something went wrong.