Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/plate-simulation/images/methodology/mesh/mesh_options.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/plate-simulation/images/methodology/model/basement_options.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/plate-simulation/images/methodology/model/n_plates_options.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/plate-simulation/images/methodology/uijson.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 4 additions & 14 deletions docs/plate-simulation/standalone.rst
Original file line number Diff line number Diff line change
Expand Up @@ -125,24 +125,14 @@ below provides a visual representation of these angles.
direction (a) is the angle measured between the horizontal projection of the plate
normal (n\') and due north (N).*

The plate location can be specified in both relative and absolute terms. The position
parameters are given as easting, northing, and elevation. If the relative locations
checkbox is selected, the easting and northing are relative to the center of the
survey and the elevation is relative to one of the available references. The elevation
may be referenced to either the earth-air interface or the overburden via the
``Depth reference`` dropdown. Either choice can be relative to the minimum, maximum,
or mean of the points making up the reference surface as given by the ``Reference type``
dropdown. In all these cases, the distance provided acts as a depth below the reference
to the *top of plate* in the *z negative down* convention. If the relative locations
checkbox is not selected, the easting, northing, and elevation specify the center
location of the plate.
The plate location is chosen to be centered on the provided survey object with the depth
relative to the topography entered as positive down.

.. figure:: /plate-simulation/images/methodology/model/plate_location_options.png
:align: center

*Plate location options in relative mode. Notice the* ``Elevation`` *is given as
negative to ensure the top of the plate is below the selected min of the
overburden.*
*Plate depth option sets the top of the plate n meters below the topography and
centered on the survey object.*

.. figure:: /plate-simulation/images/methodology/model/plate_location.png
:align: center
Expand Down
9 changes: 2 additions & 7 deletions simpeg_drivers-assets/uijson/plate_simulation.ui.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"monitoring_directory": "",
"simulation": {
"main": true,
"label": "SimPEG group",
"label": "Forward group",
"groupType": [
"{55ed3daf-c192-4d4b-a439-60fa987fe2b8}",
"{BB50AC61-A657-4926-9C82-067658E246A0}"
Expand Down Expand Up @@ -126,11 +126,6 @@
"min": 0.0,
"tooltip": "Depth below topography to the plate centre (positive down)."
},
"generate_sweep": {
"label": "Generate sweep file",
"main": true,
"value": false
},
"u_cell_size": {
"min": 0.0,
"group": "Mesh",
Expand Down Expand Up @@ -196,7 +191,7 @@
"enabled": true
},
"out_group": {
"label": "Simulation group",
"label": "SimPEG group",
"value": "",
"groupType": "{55ed3daf-c192-4d4b-a439-60fa987fe2b8}",
"visible": true,
Expand Down
Loading