-
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.
Merge pull request #489 from MFraters/sphinx_manual_User_manual_basic…
…_starter_tutorial_v2 Sphinx manual user manual basic starter tutorial
- Loading branch information
Showing
136 changed files
with
118,419 additions
and
256 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
22 changes: 22 additions & 0 deletions
22
doc/sphinx/_static/gwb_input_files/BST_02_minimal_box.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,22 @@ | ||
# ouput variables | ||
grid_type = cartesian | ||
dim = 3 | ||
compositions = 4 | ||
|
||
# domain of the grid | ||
x_min = -1000e3 | ||
x_max = 2000e3 | ||
y_min = 0e3 | ||
y_max = 1000e3 | ||
z_min = 0 | ||
z_max = 600e3 | ||
|
||
# low res grid properties | ||
n_cell_x = 150 | ||
n_cell_y = 50 | ||
n_cell_z = 30 | ||
|
||
# shown grid properties | ||
# n_cell_x = 300 | ||
# n_cell_y = 100 | ||
# n_cell_z = 60 |
File renamed without changes.
22 changes: 22 additions & 0 deletions
22
doc/sphinx/_static/gwb_input_files/BST_04_overriding_plate.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,22 @@ | ||
# ouput variables | ||
grid_type = cartesian | ||
dim = 3 | ||
compositions = 4 | ||
|
||
# domain of the grid | ||
x_min = -1000e3 | ||
x_max = 2000e3 | ||
y_min = 0e3 | ||
y_max = 1000e3 | ||
z_min = 0 | ||
z_max = 600e3 | ||
|
||
# low res grid properties | ||
n_cell_x = 150 | ||
n_cell_y = 50 | ||
n_cell_z = 30 | ||
|
||
# shown grid properties | ||
# n_cell_x = 300 | ||
# n_cell_y = 100 | ||
# n_cell_z = 60 |
File renamed without changes.
22 changes: 22 additions & 0 deletions
22
doc/sphinx/_static/gwb_input_files/BST_05_limit_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,22 @@ | ||
# ouput variables | ||
grid_type = cartesian | ||
dim = 3 | ||
compositions = 4 | ||
|
||
# domain of the grid | ||
x_min = -1000e3 | ||
x_max = 2000e3 | ||
y_min = 0e3 | ||
y_max = 1000e3 | ||
z_min = 0 | ||
z_max = 600e3 | ||
|
||
# low res grid properties | ||
n_cell_x = 150 | ||
n_cell_y = 50 | ||
n_cell_z = 30 | ||
|
||
# shown grid properties | ||
# n_cell_x = 300 | ||
# n_cell_y = 100 | ||
# n_cell_z = 60 |
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
22 changes: 22 additions & 0 deletions
22
doc/sphinx/_static/gwb_input_files/BST_06_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,22 @@ | ||
# ouput variables | ||
grid_type = cartesian | ||
dim = 3 | ||
compositions = 4 | ||
|
||
# domain of the grid | ||
x_min = -1000e3 | ||
x_max = 2000e3 | ||
y_min = 0e3 | ||
y_max = 1000e3 | ||
z_min = 0 | ||
z_max = 600e3 | ||
|
||
# low res grid properties | ||
n_cell_x = 150 | ||
n_cell_y = 50 | ||
n_cell_z = 30 | ||
|
||
# shown grid properties | ||
# n_cell_x = 300 | ||
# n_cell_y = 100 | ||
# n_cell_z = 60 |
20 changes: 20 additions & 0 deletions
20
doc/sphinx/_static/gwb_input_files/BST_06_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} | ||
] | ||
} | ||
] | ||
} |
22 changes: 22 additions & 0 deletions
22
doc/sphinx/_static/gwb_input_files/BST_07_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,22 @@ | ||
# ouput variables | ||
grid_type = cartesian | ||
dim = 3 | ||
compositions = 4 | ||
|
||
# domain of the grid | ||
x_min = -1000e3 | ||
x_max = 2000e3 | ||
y_min = 0e3 | ||
y_max = 1000e3 | ||
z_min = 0 | ||
z_max = 600e3 | ||
|
||
# low res grid properties | ||
n_cell_x = 150 | ||
n_cell_y = 50 | ||
n_cell_z = 30 | ||
|
||
# shown grid properties | ||
# n_cell_x = 300 | ||
# n_cell_y = 100 | ||
# n_cell_z = 60 |
27 changes: 27 additions & 0 deletions
27
doc/sphinx/_static/gwb_input_files/BST_07_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}] | ||
} | ||
] | ||
} |
22 changes: 22 additions & 0 deletions
22
doc/sphinx/_static/gwb_input_files/BST_08_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,22 @@ | ||
# ouput variables | ||
grid_type = cartesian | ||
dim = 3 | ||
compositions = 4 | ||
|
||
# domain of the grid | ||
x_min = -1000e3 | ||
x_max = 2000e3 | ||
y_min = 0e3 | ||
y_max = 1000e3 | ||
z_min = 0 | ||
z_max = 600e3 | ||
|
||
# low res grid properties | ||
n_cell_x = 150 | ||
n_cell_y = 50 | ||
n_cell_z = 30 | ||
|
||
# shown grid properties | ||
# n_cell_x = 300 | ||
# n_cell_y = 100 | ||
# n_cell_z = 60 |
39 changes: 39 additions & 0 deletions
39
doc/sphinx/_static/gwb_input_files/BST_08_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,39 @@ | ||
{ | ||
"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":"continental plate", "name":"Passive margin", "max depth":[[200e3]], | ||
"coordinates":[[-1000e3,0],[-1000e3,1000e3],[0,1000e3],[0,0]], | ||
"temperature models": | ||
[ | ||
{"model":"linear", "max depth":[[100e3],[200e3,[[-250e3,0],[-750e3,1000e3]]]]} | ||
], | ||
"composition models": | ||
[ | ||
{"model":"uniform", "compositions":[3], | ||
"max depth":[[100e3],[200e3,[[-250e3,0],[-750e3,1000e3]]]]}, | ||
{"model":"uniform", "compositions":[1], | ||
"min depth":[[100e3],[200e3,[[-250e3,0],[-750e3,1000e3]]]]} | ||
] | ||
}, | ||
{ | ||
"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}] | ||
} | ||
] | ||
} |
22 changes: 22 additions & 0 deletions
22
doc/sphinx/_static/gwb_input_files/BST_09_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,22 @@ | ||
# ouput variables | ||
grid_type = cartesian | ||
dim = 3 | ||
compositions = 5 | ||
|
||
# domain of the grid | ||
x_min = -1000e3 | ||
x_max = 2000e3 | ||
y_min = 0e3 | ||
y_max = 1000e3 | ||
z_min = 0 | ||
z_max = 600e3 | ||
|
||
# low res grid properties | ||
n_cell_x = 150 | ||
n_cell_y = 50 | ||
n_cell_z = 30 | ||
|
||
# shown grid properties | ||
# n_cell_x = 300 | ||
# n_cell_y = 100 | ||
# n_cell_z = 60 |
44 changes: 44 additions & 0 deletions
44
doc/sphinx/_static/gwb_input_files/BST_09_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,44 @@ | ||
{ | ||
"version":"0.5", | ||
"coordinate system":{"model":"cartesian"}, | ||
"features": | ||
[ | ||
{ | ||
"model":"mantle layer", "name":"upper mantle", "max depth":660e3, | ||
"coordinates":[[-1000e3,0],[-1000e3,1000e3],[3000e3,1000e3],[3000e3,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":"continental plate", "name":"Passive margin", "max depth":[[200e3]], | ||
"coordinates":[[-1000e3,0],[-1000e3,1000e3],[0,1000e3],[0,0]], | ||
"temperature models": | ||
[ | ||
{"model":"linear", "max depth":[[100e3],[200e3,[[-250e3,0],[-750e3,1000e3]]]]} | ||
], | ||
"composition models": | ||
[ | ||
{"model":"uniform", "compositions":[3], | ||
"max depth":[[100e3],[200e3,[[-250e3,0],[-750e3,1000e3]]]]}, | ||
{"model":"uniform", "compositions":[1], | ||
"min depth":[[100e3],[200e3,[[-250e3,0],[-750e3,1000e3]]]]} | ||
] | ||
}, | ||
{ | ||
"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}] | ||
} | ||
] | ||
} |
22 changes: 22 additions & 0 deletions
22
doc/sphinx/_static/gwb_input_files/BST_10_adding_basic_subducting_plate.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,22 @@ | ||
# ouput variables | ||
grid_type = cartesian | ||
dim = 3 | ||
compositions = 4 | ||
|
||
# domain of the grid | ||
x_min = -1000e3 | ||
x_max = 2000e3 | ||
y_min = 0e3 | ||
y_max = 1000e3 | ||
z_min = 0 | ||
z_max = 600e3 | ||
|
||
# low res grid properties | ||
n_cell_x = 150 | ||
n_cell_y = 50 | ||
n_cell_z = 30 | ||
|
||
# shown grid properties | ||
# n_cell_x = 300 | ||
# n_cell_y = 100 | ||
# n_cell_z = 60 |
Oops, something went wrong.