Skip to content

Commit

Permalink
Merge pull request #725 from ljhwang/patch-42
Browse files Browse the repository at this point in the history
Update 14_different_models_in_segments.md
  • Loading branch information
MFraters authored Jun 13, 2024
2 parents 3b17a24 + 3ba4538 commit 06c2742
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
Different models in segments
============================

Slabs and faults can be heterogeneous in depth, and this is very easy to represent in the world builder. The segments we just added allow for defining temperature and compositional models, which overwrite the temperature and compositional models for the whole feature. You can think of it this way: you set the feature models for each segment in the feature (line 54 and 55) and then you overwrite that feature model in the segments where you want something else.
Slabs and faults can be heterogeneous in depth. This is very easy to represent in the World Builder. The segments we just added allow for defining temperature and compositional models that overwrite the temperature and compositional models for the whole feature. You can think of it this way (remember the painting analogy!): you set the feature models for each segment in the feature (line 54 and 55) and then you overwrite that feature model in the segments where you want something else.

In this case we want to have two layers in the first segment, where the upper layer is the same as the upper layer of the oceanic plate and the lower layer is the same as the rest of the subducting plate. This layout is mainly chosen to highlight how the transition between the oceanic plate can both be seamless and sharp.
In this case we want to have two layers in the first segment where the upper layer is the same as the upper layer of the oceanic plate and the lower layer is the same as the rest of the subducting plate. This layout is mainly chosen to highlight how the transition between the oceanic plate can both be seamless and sharp.

::::::{tab-set}

Expand Down Expand Up @@ -61,5 +61,5 @@ In this case we want to have two layers in the first segment, where the upper la
:alt: Basic Starter Tutorial section 14.
:align: center
Basic Starter Tutorial section 14. The top part of the figure shows where the composition as been assigned as an object. Currently is shows composition 0 as green, composition 1 as yellow, composition 2 as purple and composition 3 as blue. Composition 4 is not shown to be able to see the slab. The front half of the overriding plate (composition 1) has also been removed to be able to better view the slab. The bottom part shows the temperature as seen slightly from below where only temperatures between 300K and 1600K are shown.
```
Basic Starter Tutorial section 14. The top part of the figure shows where the composition has been assigned as an object. Currently it shows composition 0 as green, composition 1 as yellow, composition 2 as purple and composition 3 as blue. Composition 4 is not shown to be able to see the slab. The front half of the overriding plate (composition 1) has also been removed to be able to better view the slab. The bottom part shows the temperature as seen slightly from below where only temperatures between 300K and 1600K are shown.
```

0 comments on commit 06c2742

Please sign in to comment.