Overview

Overview#

Author: Cian Wilson

The thermal structure of subduction zones is fundamental to our understanding of the physical and chemical processes that occur at active convergent plate margins. These include magma generation and related arc volcanism, shallow and deep seismicity and metamorphic reactions that can release fluids. Computational models can predict the thermal structure to great numerical precision when models are fully described but this does not guarantee accuracy or applicability.

In a trio of companion papers (I, II, and III), the construction of thermal subduction zone models, their use in subduction zone studies, and their link to geophysical and geochemical observations were explored. This Jupyter Book reproduces the models presented in part II (github, zenodo) however unlike those models, which mostly used the finite element model builder TerraFERMA and a legacy version of the finite element library FEniCS, here we present these models using the latest version of FEniCS, FEniCSx. Most of the functionality of these models is developed in accessible and interactive Jupyter Notebooks before being converted to importable python modules for use in subsequent notebooks and user-developed python scripts. Parallelization within the notebooks is facilitated by IPython Parallel and we rely on PETSc for Python for access to the suite of linear algebra tools provided by PETSc.

The book begins by presenting several background problems from part II where the finite element techniques for geodynamics were discussed in an introductory fashion along with their verification, validation and parallel scaling. The ultimate goal is to develop models that can be used to predict the thermal structure of subduction zones and to apply these models to the full global suite of models discussed in part III. This suite, originally proposed by Syracuse et al., PEPI, 2010, represents a global compilation of two-dimensional subduction zone transects at the locations seen in Figure 1.1.1.

Global Suite Locations

Figure 1.1.1 Locations of global suite of subduction zones, after Syracuse et al., PEPI, 2010.

Before developing these models we start by discussing how to use and interact with this book on the next page.