Skip to content

Commit 3aafda1

Browse files
new text
1 parent 0f4ba15 commit 3aafda1

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

cookbooks/2D_subduction_with_two_phase_flow/doc/2D_subduction_two_phase_flow.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ In this cookbook we expand on what was demonstrated in the {ref}`sec:cookbook:ti
77
```{literalinclude} fixed_slab.part.prm
88
```
99

10+
The worldbuilder file can be found at [cookbooks/2D-subduction-two-phase-flow](https://www.github.com/geodynamics/aspect/blob/main/cookbooks/2D-subduction-two-phase-flow/). However, this cookbook will only focus on the ASPECT side of the mode. For more details on the worldbuilder and how to use it, specifically in the context of using geodynamic software like ASPECT for modeling subduction zones, please refer to the GWB manual. There are two comprehensive guides that are relevant to this cookbook, the first focuses on defining a complex and compo which contains a few extremely comprehensive guides on what the parameters mean, and how to build a worldbuilder file specifically for subduction zone modeling.
11+
1012
```{figure-md} fig:initial-bound-water
1113
<img src="bound_water.png" />
1214

cookbooks/2D_subduction_with_two_phase_flow/fixed_slab.prm

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# layer. The layers dehydrate as they are subducted, with the solid-fluid
44
# reactions governed by an approximation published by Tian et al., 2018.
55

6-
set World builder file = world_builder_files/static_2D_cross_section_MOD.wb
6+
set World builder file = fixed_slab.wb
77
set Adiabatic surface temperature = 1573
88
set Nonlinear solver scheme = iterated Advection and Stokes
99
set Nonlinear solver failure strategy = continue with next timestep
@@ -108,7 +108,7 @@ end
108108

109109
subsection Material model
110110

111-
set Model name = reactive fluid transport
111+
set Model name = reactive fluid transport bound fluid source
112112
# set Model name = visco plastic
113113
set Material averaging = geometric average only viscosity
114114

@@ -232,8 +232,8 @@ end
232232
subsection Mesh refinement
233233
set Coarsening fraction = 0.3
234234
set Refinement fraction = 0.5
235-
set Initial adaptive refinement = 3
236-
set Initial global refinement = 5
235+
set Initial adaptive refinement = 0
236+
set Initial global refinement = 0
237237
set Strategy = temperature, viscosity, composition threshold, minimum refinement function
238238
set Time steps between mesh refinement = 5
239239
set Refinement criteria scaling factors = 2, 1.5, 1.5, 1

cookbooks/2D_subduction_with_two_phase_flow/fixed_slab.wb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// Composition 5 is sediment
66

77
{
8-
"version": "1.1",
8+
"version": "1.0",
99
"gravity model":{"model":"uniform", "magnitude":9.81},
1010
"cross section":[[0,0],[50e3,0]],
1111
"surface temperature":273,

doc/sphinx/user/cookbooks/geophysical-setups.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ cookbooks/transform_fault_behn_2007/doc/transform_fault_behn_2007.md
112112
cookbooks/kinematically_driven_subduction_2d/doc/kinematically_driven_subduction_2d.md
113113
cookbooks/allken_et_al_2012_rift_interaction/doc/allken.md
114114
cookbooks/tian_parameterization_kinematic_slab/doc/tian_parameterization_kinematic_slab.md
115-
cookbooks/2D-subduction-two-phase-flow.md
115+
cookbooks/2D_subduction_with_two_phase_flow/doc/2D_subduction_two_phase_flow.md
116116
cookbooks/mantle_convection_with_continents_in_annulus/doc/mantle_convection_in_annulus.md
117117
cookbooks/inclusions/doc/inclusions.md
118118
cookbooks/subduction_initiation/doc/subduction_initiation.md

0 commit comments

Comments
 (0)