-
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.
Add tests for variable spreading rate
- Loading branch information
1 parent
3e4b573
commit 842deb5
Showing
7 changed files
with
53 additions
and
27 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# This is a comment in the data | ||
# file. | ||
# Now define parameters: | ||
# dim = 3 | ||
# compositions = 0 | ||
# x y z d T | ||
250e3 -90e3 0 50e3 | ||
250e3 -60e3 0 50e3 | ||
250e3 -30e3 0 50e3 | ||
250e3 -1e3 0 50e3 | ||
250e3 1e3 0 50e3 | ||
250e3 30e3 0 50e3 | ||
250e3 60e3 0 50e3 | ||
250e3 90e3 0 50e3 |
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,17 @@ | ||
{ | ||
"version": "0.6", | ||
"coordinate system":{"model":"cartesian"}, | ||
"gravity model":{"model":"uniform", "magnitude":10}, | ||
"surface temperature":273, "force surface temperature":true, | ||
"potential mantle temperature":1673, "thermal expansion coefficient":3.1e-5, | ||
"specific heat":1250, "thermal diffusivity":1.0e-6, | ||
"features": | ||
[ | ||
{ "model":"oceanic plate", "name":"Subducting", "max depth":250e3,"min depth":0, | ||
"coordinates" :[[500e3, -100e3],[500e3, 100e3],[0, 100e3],[0, -100e3]], | ||
"temperature models":[ | ||
{"model":"half space model", "min depth":0, "max depth":100e3, "spreading velocity":[ [0,[[0.001, 0.0005, 0.0001]]], [1,[[0.000005, 0.0005]]] ], | ||
"top temperature":273, | ||
"ridge coordinates": [[[100e3,-110e3], [150e3, -60e3], [100e3, 0]], [[400e3, 0], [400e3, 110e3]]]}]} | ||
] | ||
} |
10 changes: 10 additions & 0 deletions
10
tests/gwb-dat/cartesian_variable_spreading/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,10 @@ | ||
# x y z d g T | ||
250e3 -90e3 0 50e3 751.596 | ||
250e3 -60e3 0 50e3 761.356 | ||
250e3 -30e3 0 50e3 751.596 | ||
250e3 -1e3 0 50e3 728.246 | ||
250e3 1e3 0 50e3 329.759 | ||
250e3 30e3 0 50e3 489.645 | ||
250e3 60e3 0 50e3 574.848 | ||
250e3 90e3 0 50e3 639.408 | ||
|