From c52020e5aee40833b379df0a409c79db6b62e262 Mon Sep 17 00:00:00 2001 From: Lorraine Hwang <ljhwang@ucdavis.edu> Date: Fri, 31 May 2024 19:46:42 -0600 Subject: [PATCH] Update 07_subducting_plate_oceanic_part.md Fixes typo --- .../07_subducting_plate_oceanic_part.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/sphinx/user_manual/basic_starter_tutorial/07_subducting_plate_oceanic_part.md b/doc/sphinx/user_manual/basic_starter_tutorial/07_subducting_plate_oceanic_part.md index d3cee82ea..5b21c56bf 100644 --- a/doc/sphinx/user_manual/basic_starter_tutorial/07_subducting_plate_oceanic_part.md +++ b/doc/sphinx/user_manual/basic_starter_tutorial/07_subducting_plate_oceanic_part.md @@ -2,7 +2,7 @@ Subducting plate oceanic part ======================== -Now that we have made the overriding (Caribbean) plate, it is time to add the oceanic part of the subducting plate (the Atlantic). To do this, we just need to add another object to the feature list. For this plate we will assume the oceanic lithosphere is really old, and the temperature gradient in the lithosphere is therefore linear between a top temperature of 293.15K and the adiabatic temperature at the max depth of the plate. Luckily for us, this is the default in the world builder, so we will only need to provide the `model` (`linear`) and the `max depth`, which we will set to 100km. +Now that we have made the overriding (Caribbean) plate, it is time to add the oceanic part of the subducting plate (the Atlantic). To do this, we just need to add another object to the feature list. For this plate we will assume the oceanic lithosphere is really old, and the temperature gradient in the lithosphere is therefore linear between a top temperature of 293.15K and the adiabatic temperature at the max depth of the plate. Luckily for us, this is the default in the World Builder, so we will only need to provide the `model` (`linear`) and the `max depth`, which we will set to 100km. For the composition, we are going to do something a bit more special. A common thing you will probably want to do with compositional fields is have multiple layers of them within a feature. This is very easy to do in the GWB. If you remember from the last section, both the `temperature models` and `compositional models` are a list of objects. Making layers is thus as easy as adding multiple compositional models with each their own `min depth` and `max depth`. @@ -66,4 +66,4 @@ If you provide a `min depth` or `max depth` outside the min and max depth range :align: center Basic Starter Tutorial section 7. 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 and composition 3 as blue. The bottom part shows the temperature as seen slightly from below where only temperatures between 300K and 1600K are shown. Both the oceanic plate with the ridge and the oceanic plate with a linear temperature profile are visible. -``` \ No newline at end of file +```