-
Notifications
You must be signed in to change notification settings - Fork 239
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
1 parent
dba5c9d
commit 0598cb9
Showing
3 changed files
with
51 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,6 @@ | ||
# test that output/original.wb is written correctly | ||
|
||
# based on world_builder_simple.prm: | ||
# set World builder file = $ASPECT_SOURCE_DIR/tests/world_builder_simple.wb | ||
include $ASPECT_SOURCE_DIR/tests/world_builder_simple.prm | ||
set World builder file = $ASPECT_SOURCE_DIR/tests/world_builder_simple.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,31 @@ | ||
{ | ||
"version":"1.0", | ||
"cross section":[[0,0],[100,0]], | ||
"features": | ||
[ | ||
{"model":"oceanic plate", "name":"oceanic plate", "coordinates":[[-1e3,-1e3],[1150e3,-1e3],[1150e3,1e3],[-1e3,1e3]], | ||
"temperature models":[{"model":"plate model", "max depth":95e3, "bottom temperature":1600, "spreading velocity":0.005, "ridge coordinates":[[[100e3,-1e3],[100e3,1e3]]]}], | ||
"composition models":[{"model":"uniform", "compositions":[0], "max depth":10e3}, | ||
{"model":"uniform", "compositions":[1], "min depth":10e3, "max depth":95e3}]}, | ||
|
||
{"model":"continental plate", "name":"continental plate", "coordinates":[[1150e3,-1e3],[2001e3,-1e3],[2001e3,1e3],[1150e3,1e3]], | ||
"temperature models":[{"model":"linear", "max depth":95e3, "bottom temperature":1600}], | ||
"composition models":[{"model":"uniform", "compositions":[2], "max depth":30e3}, | ||
{"model":"uniform", "compositions":[3], "min depth":30e3, "max depth":65e3}]}, | ||
|
||
{"model":"mantle layer", "name":"upper mantle", "min depth":95e3, "max depth":660e3, "coordinates":[[-1e3,-1e3],[2001e3,-1e3],[2001e3,1e3],[-1e3,1e3]], | ||
"temperature models":[{"model":"linear", "min depth":95e3, "max depth":660e3, "top temperature":1600, "bottom temperature":1820}], | ||
"composition models":[{"model":"uniform", "compositions":[4]}]}, | ||
|
||
{"model":"mantle layer", "name":"lower mantle", "min depth":660e3, "max depth":1160e3, "coordinates":[[-1e3,-1e3],[2001e3,-1e3],[2001e3,1e3],[-1e3,1e3]], | ||
"temperature models":[{"model":"linear", "min depth":660e3, "max depth":1160e3, "top temperature":1820, "bottom temperature":2000}], | ||
"composition models":[{"model":"uniform", "compositions":[5]}]}, | ||
|
||
{"model":"subducting plate", "name":"Subducting plate", "coordinates":[[1150e3,-1e3],[1150e3,1e3]], "dip point":[2000e3,0], | ||
"segments":[{"length":200e3, "thickness":[95e3], "angle":[0,45]}, {"length":200e3, "thickness":[95e3], "angle":[45]}, | ||
{"length":200e3, "thickness":[95e3], "angle":[45,0]}, {"length":100e3, "thickness":[95e3], "angle":[0]}], | ||
"temperature models":[{"model":"plate model", "density":3300, "plate velocity":0.01, "adiabatic heating":false}], | ||
"composition models":[{"model":"uniform", "compositions":[0], "max distance slab top":10e3}, | ||
{"model":"uniform", "compositions":[1], "min distance slab top":10e3, "max distance slab top":95e3 }]} | ||
] | ||
} |
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,14 @@ | ||
# 1: Time step number | ||
# 2: Time (seconds) | ||
# 3: Time step size (seconds) | ||
# 4: Number of mesh cells | ||
# 5: Number of Stokes degrees of freedom | ||
# 6: Number of temperature degrees of freedom | ||
# 7: Number of degrees of freedom for all compositions | ||
# 8: Iterations for temperature solver | ||
# 9: Iterations for composition solver 1 | ||
# 10: Iterations for Stokes solver | ||
# 11: Velocity iterations in Stokes preconditioner | ||
# 12: Schur complement iterations in Stokes preconditioner | ||
# 13: Visualization file name | ||
0 0.000000000000e+00 0.000000000000e+00 1024 9539 4225 4225 0 0 36 38 38 output-original_wb/solution/solution-00000 |