Skip to content

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
alarshi committed Jul 12, 2023
1 parent 288b84a commit 38155f7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ In this cookbook, the input tomography data uses LLNL-G3D-JPS model {cite}`simmo
```{literalinclude} input_tomography.part.txt
```

where grain_size is set to a constant value of 5mm, Vp and Vs are the P- and S-wave seismic velocities, respectively, Vs_anomaly is the S-wave velocity anomaly relative a reference velocity profile, faults represent the composition value at plate boundaries, and cratons represent the composition value within the continental cratons. Both faults and cratons have composition values set to 0 in this ASCII file because they are defined separately using the Geodynamics WorldBuilder (GWB) {cite}`Fraters2019c` and the input file `cookbooks/equilibrium_grain_size/input_file/world_builder_smac_cratons_faults_2D.json`.
where grain_size is set to a constant value of 5mm, Vp and Vs are the P- and S-wave seismic velocities, respectively, Vs_anomaly is the S-wave velocity anomaly relative a reference velocity profile, faults represent the composition value at plate boundaries, and cratons represent the composition value within the continental cratons. Both faults and cratons have composition values set to 0 in this ASCII file because they are defined separately using the Geodynamics WorldBuilder (GWB) {cite}`Fraters2019c` and the input file `cookbooks/equilibrium_grain_size/input_file/world_builder_smac_cratons_faults_2D.json`.

For plate boundary geometry, we use the Nuvel model{cite}`demets:etal:1990` input as `fault` features and the locations of cratons taken from{cite}`nataf:etal:1996` input as `continental plate` features regions in GWB {cite}`Fraters2019c`. The compositional value of faults transitions smoothly from 1 at the fault trace to 0 over a width of 50 km on either side of the fault. We do this to ensure that the prescribed plate boundary viscosity which is based on the fault composition is also smooth.
Note that while the input file includes plate boundary geometry and cratons for the whole Earth, we only compute the compositions along a cross-section in this cookbook.
Note that while the input file includes plate boundary geometry and cratons for the whole Earth, we only compute the compositions along a cross-section in this cookbook.
The input faults and cratons in a 3D spherical model would look like {numref}`fig:composition`.

```{figure-md} fig:composition
Expand Down

0 comments on commit 38155f7

Please sign in to comment.