-
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.
- Loading branch information
Showing
27 changed files
with
551 additions
and
56 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,18 @@ | ||
# ouput variables | ||
grid_type = cartesian | ||
dim = 3 | ||
compositions = 4 | ||
vtu_output_format = ASCII | ||
|
||
# domain of the grid | ||
x_min = 0e3 | ||
x_max = 2000e3 | ||
y_min = 0e3 | ||
y_max = 1000e3 | ||
z_min = 0 | ||
z_max = 500e3 | ||
|
||
# grid properties | ||
n_cell_x = 640 #160 | ||
n_cell_y = 320 #80 | ||
n_cell_z = 160 #40 |
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
18 changes: 18 additions & 0 deletions
18
doc/sphinx/_static/gwb_input_files/BST_4_oceanic_plate_temperature.grid
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,18 @@ | ||
# ouput variables | ||
grid_type = cartesian | ||
dim = 3 | ||
compositions = 3 | ||
vtu_output_format = ASCII | ||
|
||
# domain of the grid | ||
x_min = 0e3 | ||
x_max = 2000e3 | ||
y_min = 0e3 | ||
y_max = 1000e3 | ||
z_min = 0 | ||
z_max = 500e3 | ||
|
||
# grid properties | ||
n_cell_x = 16 | ||
n_cell_y = 8 | ||
n_cell_z = 4 |
20 changes: 20 additions & 0 deletions
20
doc/sphinx/_static/gwb_input_files/BST_4_oceanic_plate_temperature.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,20 @@ | ||
{ | ||
"version":"0.5", | ||
"coordinate system":{"model":"cartesian"}, | ||
"features": | ||
[ | ||
{ | ||
"model":"oceanic plate", "name":"Overriding Plate", "max depth":100e3, | ||
"coordinates":[[0,0],[0,1000e3],[1500e3,1000e3],[1600e3,350e3],[1500e3,0]], | ||
"temperature models": | ||
[ | ||
{"model":"half space model", "max depth":100e3, "spreading velocity":0.04, | ||
"ridge coordinates":[[[400e3,-1],[-100e3,2000e3]]]} | ||
], | ||
"composition models": | ||
[ | ||
{"model":"uniform", "compositions":[0], "max depth":50e3} | ||
] | ||
} | ||
] | ||
} |
18 changes: 18 additions & 0 deletions
18
doc/sphinx/_static/gwb_input_files/BST_5_subducting_plate_oceanic_part.grid
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,18 @@ | ||
# ouput variables | ||
grid_type = cartesian | ||
dim = 3 | ||
compositions = 3 | ||
vtu_output_format = ASCII | ||
|
||
# domain of the grid | ||
x_min = 0e3 | ||
x_max = 2000e3 | ||
y_min = 0e3 | ||
y_max = 1000e3 | ||
z_min = 0 | ||
z_max = 500e3 | ||
|
||
# grid properties | ||
n_cell_x = 16 | ||
n_cell_y = 8 | ||
n_cell_z = 4 |
27 changes: 27 additions & 0 deletions
27
doc/sphinx/_static/gwb_input_files/BST_5_subducting_plate_oceanic_part.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,27 @@ | ||
{ | ||
"version":"0.5", | ||
"coordinate system":{"model":"cartesian"}, | ||
"features": | ||
[ | ||
{ | ||
"model":"oceanic plate", "name":"Overriding Plate", "max depth":100e3, | ||
"coordinates":[[0,0],[0,1000e3],[1500e3,1000e3],[1600e3,350e3],[1500e3,0]], | ||
"temperature models": | ||
[ | ||
{"model":"half space model", "max depth":100e3, "spreading velocity":0.04, | ||
"ridge coordinates":[[[400e3,-1],[-100e3,2000e3]]]} | ||
], | ||
"composition models": | ||
[ | ||
{"model":"uniform", "compositions":[0], "max depth":50e3} | ||
] | ||
}, | ||
{ | ||
"model":"oceanic plate", "name":"Subducting Oceanic plate", "max depth":100e3, | ||
"coordinates":[[2000e3,0],[2000e3,1000e3],[1500e3,1000e3],[1600e3,350e3],[1500e3,0]], | ||
"temperature models":[{"model":"linear", "max depth":100e3}], | ||
"composition models":[{"model":"uniform", "compositions":[3], "max depth":50e3}, | ||
{"model":"uniform", "compositions":[1], "min depth":50e3}] | ||
} | ||
] | ||
} |
18 changes: 18 additions & 0 deletions
18
doc/sphinx/_static/gwb_input_files/BST_6_adding_mantle_layer.grid
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,18 @@ | ||
# ouput variables | ||
grid_type = cartesian | ||
dim = 3 | ||
compositions = 3 | ||
vtu_output_format = ASCII | ||
|
||
# domain of the grid | ||
x_min = 0e3 | ||
x_max = 2000e3 | ||
y_min = 0e3 | ||
y_max = 1000e3 | ||
z_min = 0 | ||
z_max = 500e3 | ||
|
||
# grid properties | ||
n_cell_x = 16 | ||
n_cell_y = 8 | ||
n_cell_z = 4 |
32 changes: 32 additions & 0 deletions
32
doc/sphinx/_static/gwb_input_files/BST_6_adding_mantle_layer.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,32 @@ | ||
{ | ||
"version":"0.5", | ||
"coordinate system":{"model":"cartesian"}, | ||
"features": | ||
[ | ||
{ | ||
"model":"mantle layer", "name":"upper mantle", "max depth":660e3, | ||
"coordinates":[[0,0],[0,1000e3],[2000e3,1000e3],[2000e3,0]], | ||
"composition models":[{"model":"uniform", "compositions":[4]}] | ||
}, | ||
{ | ||
"model":"oceanic plate", "name":"Overriding Plate", "max depth":100e3, | ||
"coordinates":[[0,0],[0,1000e3],[1500e3,1000e3],[1600e3,350e3],[1500e3,0]], | ||
"temperature models": | ||
[ | ||
{"model":"half space model", "max depth":100e3, "spreading velocity":0.04, | ||
"ridge coordinates":[[[400e3,-1],[-100e3,2000e3]]]} | ||
], | ||
"composition models": | ||
[ | ||
{"model":"uniform", "compositions":[0], "max depth":50e3} | ||
] | ||
}, | ||
{ | ||
"model":"oceanic plate", "name":"Subducting Oceanic plate", "max depth":100e3, | ||
"coordinates":[[2000e3,0],[2000e3,1000e3],[1500e3,1000e3],[1600e3,350e3],[1500e3,0]], | ||
"temperature models":[{"model":"linear", "max depth":100e3}], | ||
"composition models":[{"model":"uniform", "compositions":[3], "max depth":50e3}, | ||
{"model":"uniform", "compositions":[1], "min depth":50e3}] | ||
} | ||
] | ||
} |
18 changes: 18 additions & 0 deletions
18
doc/sphinx/_static/gwb_input_files/BST_7_passive_margin_variable_depth.grid
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,18 @@ | ||
# ouput variables | ||
grid_type = cartesian | ||
dim = 3 | ||
compositions = 3 | ||
vtu_output_format = ASCII | ||
|
||
# domain of the grid | ||
x_min = 0e3 | ||
x_max = 2000e3 | ||
y_min = 0e3 | ||
y_max = 1000e3 | ||
z_min = 0 | ||
z_max = 500e3 | ||
|
||
# grid properties | ||
n_cell_x = 16 | ||
n_cell_y = 8 | ||
n_cell_z = 4 |
32 changes: 32 additions & 0 deletions
32
doc/sphinx/_static/gwb_input_files/BST_7_passive_margin_variable_depth.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,32 @@ | ||
{ | ||
"version":"0.5", | ||
"coordinate system":{"model":"cartesian"}, | ||
"features": | ||
[ | ||
{ | ||
"model":"mantle layer", "name":"upper mantle", "max depth":660e3, | ||
"coordinates":[[0,0],[0,1000e3],[2000e3,1000e3],[2000e3,0]], | ||
"composition models":[{"model":"uniform", "compositions":[4]}] | ||
}, | ||
{ | ||
"model":"oceanic plate", "name":"Overriding Plate", "max depth":100e3, | ||
"coordinates":[[0,0],[0,1000e3],[1500e3,1000e3],[1600e3,350e3],[1500e3,0]], | ||
"temperature models": | ||
[ | ||
{"model":"half space model", "max depth":100e3, "spreading velocity":0.04, | ||
"ridge coordinates":[[[400e3,-1],[-100e3,2000e3]]]} | ||
], | ||
"composition models": | ||
[ | ||
{"model":"uniform", "compositions":[0], "max depth":50e3} | ||
] | ||
}, | ||
{ | ||
"model":"oceanic plate", "name":"Subducting Oceanic plate", "max depth":100e3, | ||
"coordinates":[[2000e3,0],[2000e3,1000e3],[1500e3,1000e3],[1600e3,350e3],[1500e3,0]], | ||
"temperature models":[{"model":"linear", "max depth":100e3}], | ||
"composition models":[{"model":"uniform", "compositions":[3], "max depth":50e3}, | ||
{"model":"uniform", "compositions":[1], "min depth":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
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
Oops, something went wrong.