-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #266 from MFraters/add_fault_benchmark
Add benchmark which tests faults far away.
- Loading branch information
Showing
6 changed files
with
122 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
6150000 900000 1e6 75565 10 | ||
6100000 900000 1e6 124400 10 | ||
6050000 900000 1e6 173218 10 | ||
6000000 900000 1e6 173218 10 | ||
6100000 950000 1200000 81922 10 | ||
6100000 950000 1200000 178867 10 | ||
5950000 950000 1200000 227304 10 | ||
5900000 950000 1200000 275714 10 | ||
5800000 950000 1200000 372458 10 | ||
5800000 1100000 1200000 346881 10 | ||
5800000 1100000 1300000 326167 10 | ||
5800000 1100000 1400000 303875 10 | ||
6000000 1100000 1400000 112405 10 | ||
6000000 1100000 1300000 134013 10 | ||
6000000 1100000 1200000 154087 10 | ||
6000000 1100000 1100000 172613 10 |
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,37 @@ | ||
{ | ||
"version":"0.4", | ||
"coordinate system":{"model":"spherical","depth method":"starting point"}, | ||
"features": | ||
[ | ||
{ | ||
"model":"fault", "name":"Big in model slab", "dip point":[-10,10], | ||
"coordinates":[[0,0],[10,10],[25,15],[35,35]], | ||
"segments": | ||
[ | ||
{"length":450e3, "thickness":[100e3], "angle":[20]}, | ||
{"length":450e3, "thickness":[100e3], "angle":[40]} | ||
], | ||
"temperature models":[{"model":"uniform", "temperature":600}] | ||
}, | ||
{ | ||
"model":"fault", "name":"Big out model slab", "dip point":[-10,10], | ||
"coordinates":[[120,120],[130,130],[145,135],[165,165]], | ||
"segments": | ||
[ | ||
{"length":450e3, "thickness":[100e3], "angle":[20]}, | ||
{"length":450e3, "thickness":[100e3], "angle":[40]} | ||
], | ||
"temperature models":[{"model":"uniform", "temperature":600}] | ||
}, | ||
{ | ||
"model":"fault", "name":"Big out model slab", "dip point":[10,-10], | ||
"coordinates":[[120,120],[130,130],[145,135],[165,165]], | ||
"segments": | ||
[ | ||
{"length":450e3, "thickness":[100e3], "angle":[20]}, | ||
{"length":450e3, "thickness":[100e3], "angle":[40]} | ||
], | ||
"temperature models":[{"model":"uniform", "temperature":600}] | ||
} | ||
] | ||
} |
17 changes: 17 additions & 0 deletions
17
tests/app/spherical_fault_interpolation_simple_none/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,17 @@ | ||
# x y z d g T | ||
6150000 900000 1e6 75565 10 600 | ||
6100000 900000 1e6 124400 10 1656.71 | ||
6050000 900000 1e6 173218 10 1679.51 | ||
6000000 900000 1e6 173218 10 1679.51 | ||
6100000 950000 1200000 81922 10 600 | ||
6100000 950000 1200000 178867 10 1682.17 | ||
5950000 950000 1200000 227304 10 1705.14 | ||
5900000 950000 1200000 275714 10 1728.41 | ||
5800000 950000 1200000 372458 10 1775.87 | ||
5800000 1100000 1200000 346881 10 1763.2 | ||
5800000 1100000 1300000 326167 10 1753 | ||
5800000 1100000 1400000 303875 10 1742.1 | ||
6000000 1100000 1400000 112405 10 600 | ||
6000000 1100000 1300000 134013 10 1661.18 | ||
6000000 1100000 1200000 154087 10 1670.54 | ||
6000000 1100000 1100000 172613 10 1679.23 |
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