|
| 1 | +(sec:cookbooks:Continental-Compression-with-imposed-faults)= |
| 2 | +# Continental Compression with Pre-Existing Fault inheritance |
| 3 | + |
| 4 | +*This section was contributed by Prajakta Mohite & John Naliboff.* |
| 5 | + |
| 6 | +Recent numerical modeling investigations have demonstrated the influence of extensional phases of deformation on the subsequent evolution of continental collision zones (eg., {cite}`Vasey:etal:2024`,{cite}`Zwaan:etal:2025`). Motivated by these studies and a wide range of observations that highlight fault reactivation processes during the Wilson cycle, this cookbook implements a 2D visco-plastic model of continental compression that incorporates pre-existing fault zones into the initial conditions. |
| 7 | + |
| 8 | +The cookbook builds directly on components of the continental extension cookbook, and the primary goal here is to |
| 9 | +1. Highlight techniques for imposing fault zones in the initial conditions of a lithospheric deformation simulation and |
| 10 | + |
| 11 | +2. Demonstrate their effect on the evolution of deformation patterns. |
| 12 | + |
| 13 | +# Model Design |
| 14 | +The model domain spans 400 km x 400 km and uses adaptive refinement to resolve deformation patterns in the regions where faults are imposed at the onset of deformation. The initial thermal structure follows a conductive, continental-style geothermal through the lithosphere and an initial adiabatic profile in the asthenosphere. |
| 15 | + |
| 16 | +Deformation is driven by horizontal velocity applied at the model sides (2 mm/yr), which are balanced by outflow at the model base. A free surface allows topography to develop through time, which is diffused at each time step to approximate landscape evolution processes and stabilize both linear and nonlinear solver behavior. |
| 17 | + |
| 18 | +The initial lithological structure includes distinct layers representing the upper crust (20 km), lower crust (20 km), mantle lithosphere (40 km), and asthenosphere (320 km). Each layer is represented by a nonlinear viscoplastic rheology combining dislocation creep and pressure-dependent plasticity. Respectively, the pre-yield viscosity and brittle material parameters (cohesion, friction) weaken by a factor of 10 and 4 as a function of accumulated viscous and brittle strain over strain intervals of 0.5-1.5. |
| 19 | + |
| 20 | +```{literalinclude} strain_weakening_mechanism.part.prm |
| 21 | +``` |
| 22 | + |
| 23 | +Faults are correspondingly integrated into the model initial conditions as zones of initial strain defined in the Geodynamic World Builder. Four faults extending to the base of the lithosphere with constant dip angles are included, two of which dip at 60 degrees toward each other in a style representing pre-existing normal faults. A third vertical fault (i.e., approximating a strike-slip fault) is centrally located between the two dipping faults, while the fourth fault is located to the right of two normal faults and dips at a higher angle. In addition to defined fault locations with constant strain values, randomized zones of plastic and brittle strain are imposed across a 300 km wide zone in the upper to approximate pervasive off-fault damage observed in many regions that have undergone significant tectonic deformation. |
| 24 | + |
| 25 | +Following Howard et al. (2023), the configuration of these faults is motivated by the inferred tectonic history of the Dzereg basin in the Mongolia Altai, which has been undergoing relatively slow compression since the onset of the India-Asia collision following a period of extensional deformation. |
| 26 | + |
| 27 | +```{figure-md} fig:initial_plastic_and_viscous_strain |
| 28 | +<img src="initial_plastic_and_viscous_strain.svg" style="width:50.0%" /> |
| 29 | +
|
| 30 | + Initial plastic (left) and viscous (right) strain highlighting the location of defined fault zones and randomized strain across a broader region in the upper 100 km. |
| 31 | +``` |
| 32 | + |
| 33 | +The observed reduction in plastic strain with depth arises from the implementation of depth-dependent rheological behavior and initial conditions. Initial plastic strain is prescribed only within the upper 40 km of the crust, limiting potential for strain localization in deeper regions. The lithosphere is layered compositionally as upper and lower crust with rheologically weaker materials, while mantle lithosphere has higher strength and supports viscous deformation. Temperature dependent dislocation creep becomes dominant at deeper depth due to high temperatures, further suppressing brittle failure. Strain weakening is initiated only after the plastic strain threshold is exceeded. As a result, the model demonstrates a depth-dependent rheological transition from brittle to ductile behavior, as indicated by the substantially lower plastic strain magnitudes observed in the deeper lithospheric domains. |
| 34 | + |
| 35 | +The position, dip angle and direction, thickness (5 km), and composition (plastic and viscous strain) of each fault are defined with the GWB, with the section of code below illustrating this approach for a single fault. |
| 36 | + |
| 37 | +```{literalinclude} single_fault_imposed.part.wb |
| 38 | +``` |
| 39 | + |
| 40 | +# Model Evolution and Potential Expansion. |
| 41 | + |
| 42 | +```{figure-md} fig:strain_rate_and_density_0_myr |
| 43 | +<img src="strain_rate_and_density_0_myr.svg" style="width:50.0%" /> |
| 44 | +
|
| 45 | + Strain rate and density distribution at timestep 0 Myr in a 2D continental compression model. Strain localizes in the upper crust along pre-defined fault zones, while density increases with depth, reflecting the compositional and thermal stratification of the lithosphere. |
| 46 | +``` |
| 47 | + |
| 48 | +```{figure-md} fig:strain_rate_and_density_35_myr |
| 49 | +<img src="strain_rate_and_density_35_myr.svg" style="width:50.0%" /> |
| 50 | +
|
| 51 | + Strain rate and density distribution at timestep 35 Myr in a 2D continental compression model. Strain localizes in the upper crust along pre-defined fault zones, while density increases with depth, reflecting the compositional and thermal stratification of the lithosphere. |
| 52 | +``` |
| 53 | + |
| 54 | +Deformation preferentially localizes along the two pre-existing shear zones forming a grabben-like geometry (Figure 2), which reflects their optimal orientation and position within the model domain to accommodate the imposed convergence. While additional smaller-structures develop after 35 Myr of convergence (Figure 3), deformation remains strongly localized along these faults with crustal shortening and thickening occurring between them. |
| 55 | +Given the nonlinearity of the rheology and governing equations, minor variations in fault strength, geometry, lithospheric structure, and boundary velocities may lead to significant variations in the spatiotemporal evolution of deformation. This cookbook provides a flexible framework for exploring the effects of these parameters, and application to hypothesis-driven questions such as fault reactivation, inversion of rift basins, or the partitioning of strain in complex orogens. |
0 commit comments