Labs WMT Child Exercises

From CSDMS

Landscape Evolution Modeling with CHILD

TEST! [math]\displaystyle{ \frac{\partial n}{\partial t}= - \nabla \cdot \mathbf{J} }[/math]

Gregory E. Tucker, University of Colorado Boulder, and Stephen T. Lancaster, Oregon State University

These short course notes prepared for SIESD 2012: Future Earth: Interaction of Climate and Earth-surface Processes, University of Minnesota, Minneapolis, Minnesota, USA, August 2012. Notes and exercises updated for WMT by Stephanie Higgins, University of Colorado Boulder, August 2014.


Before beginning these exercises, please download the CHILD visualization tools here.

Overview

The learning goals of this exercise are:

  • To appreciate that working with LEMs involves choosing a level of simplification in the governing physics that is appropriate to the problem at hand.

  • To get a sense for how and why soil creep produces convex hillslopes.

  • To appreciate the concepts of transient versus steady topography.

  • To acquire a feel for the similarity and difference between detachment-limited and transport-limited modes of fluvial erosion.

  • To understand the connection between fluvial physics and slope-area plots.

  • To appreciate that LEMs (1) are able to reproduce (and therefore, at least potentially, explain) common forms in fluvially carved landscapes, (2) can enhance our insight into dynamics via visualization and experimentation, but (3) leave open many important questions regarding long-term process physics.

  • To develop a sense of “best practices” in using landscape evolution models.


Mesh schematic.jpg

Fig. 1: Schematic diagram of CHILD model's representation of the landscape: hexagonal Voronoi cells, nodes (at centers of cells) connected by the edges of the Delaunay triangulation, vegetated cell surfaces, channelized cells, and soil and sediment layers above bedrock.

Introduction to LEMs

Brief History

G.K. Gilbert, a member of the Powell Expedition, produced “word pictures” of landscape evolution that still provide insight (Gilbert 1877). For example, consider his “Law of Divides” (Gilbert 1877):

We have seen that the declivity over which water flows bears an inverse relation to the quantity of water. If we follow a stream from its mouth upward and pass successively the mouths of its tributaries, we find its volume gradually less and less and its grade steeper and steeper, until finally at its head we reach the steepest grade of all. If we draw the profile of the river on paper, we produce a curve concave upward and with the greatest curvature at the upper end. The same law applies to every tributary and even to the slopes over which the freshly fallen rain flows in a sheet before it is gathered into rills. The nearer the water-shed or divide the steeper the slope; the farther away the less the slope.

It is in accordance with this law that mountains are steepest at their crests. The profile of a mountain if taken along drainage lines is concave outward...; and this is purely a matter of sculpture, the uplifts from which mountains are carved rarely if ever assuming this form.

Flash forward to the 1960’s, and we find the emergence of the first one-dimensional profile models. Culling (1963), for example, used the diffusion equation to describe the relaxation of escarpments over time.

Models became more sophisticated in the early 1970’s. Frank Ahnert and Mike Kirkby, among others, began to develop computer models of slope profile development and included not only diffusive soil creep but also fluvial downcutting as well as weathering (Ahnert 1971; Kirkby 1971). Meanwhile, Alan Howard developed a simulation model of channel network evolution (Howard 1971).

The mid-1970’s saw the first emergence of fully two-dimensional (and even quasi-three-dimensional) landscape evolution models, perhaps most noteworthy that of Ahnert (1976). Geomorphologists would have to wait nearly 15 years for models to surpass the level of sophistication found in this early model.

During that time, computers would become much more powerful and able to model full landscapes. The late 1980’s through the mid-1990’s saw the beginning of the “modern era” of landscape evolution models, and today there are many model codes with as many applications, scales, and objectives, ranging from soil erosion to continental collision (Table 1).

Brief Overview of Models and their Uses

Some examples of landscape evolution models (LEMs) are shown in Table 1. LEMs have been developed to represent, for example, coupled erosion-deposition systems, meandering, Mars cratering, forecasting of mine-spoil degradation, and estimation of erosion risk to buried hazardous waste. These models provide powerful tools, but their process ingredients are generally provisional and subject to testing. For this reason, it is important to have continuing cross-talk between modeling and observations—after all, that’s how science works.

In this exercise, we provide an overview of how a LEM works, including how terrain and water flow are represented numerically, and how various processes are computed.

Model Example reference Notes
SIBERIA Willgoose, Bras, and Rodriguez-Iturbe (1991) Transport-limited;
Channel activator function
DRAINAL Beaumont, Fullsack, and Hamilton (1992) “Undercapacity” concept
GILBERT Chase (1992) Precipiton
DELIM/MARSSIM Howard (1994) Detachment-limited;
Nonlinear diffusion
GOLEM Tucker and Slingerland (1994) Regolith generation;
Threshold landsliding
CASCADE Braun and Sambridge (1997) Irregular discretization
CAESAR Coulthard, Kirkby, and Macklin (1996) Cellular automaton algorithm
for 2D flow field
ZSCAPE Densmore, Ellis, and Anderson (1998) Stochastic bedrock
landsliding algorithm
CHILD Tucker and Bras (2000) Stochastic rainfall
EROS Crave and Davy (2001) Modified precipiton
TISC Garcia-Castellanos (2002) Thrust stacking
LAPSUS Schoorl, Veldkamp, and Bouma (2002) Multiple flow directions
APERO/CIDRE Carretier and Lucazeau (2005) Single or multiple
flow directions

Table 1: Partial list of numerical landscape models published between 1991 and 2005.

Continuity of Mass and Discretization

A typical mass continuity equation for a column of soil or rock is:


$$\frac{\partial \eta}{\partial t} = B - \nabla \vec{q}_s$$

where η is the elevation of the land surface [L]<a href="#fn1" class="footnoteRef" id="fnref1">1</a>; t is time; B [L/T] represents the vertical motion of the rocks and soil relative to baselevel (due, for example, to tectonic uplift or subsidence, sea-level change, or erosion along the boundary of the system); and q⃗s is sediment flux per unit width [L2/T]. This is one of several variations; for discussion of others, see Tucker and Hancock (2010). Some models, for example, distinguish between a regolith layer and the bedrock underneath (Fig. 1). Note that this type of mass continuity equation applies only to terrain that has one and only one surface point for each coordinate; it would not apply to a vertical cliff or an overhang.

A LEM computes η(x, y, t) given (1) a set of process rules, (2) initial conditions, and (3) boundary conditions. One thing all LEMs have in common is that they divide the terrain into discrete elements. Often these are square elements, but sometimes they are irregular polygons (as in the case of CASCADE and CHILD; Fig. 1). For a discrete parcel (or “cell”) of land, continuity of mass enforced by the following equation (in words):

Time rate of change of mass in element = mass rate in at boundaries - mass rate out at boundaries + inputs or outputs from above or below (tectonics, dust deposition, etc.)

This statement can be expressed mathematically, for cell i, as follows:


$$\label{eq:finvol} \frac{d\eta_i}{dt} = B + \frac{1}{\Lambda_i} \sum_{j=1}^N q_{sj} \lambda_j$$

where Λ i is the horizontal surface area of cell i; N is the number of faces surrounding cell i; qsj is the unit flux across face j; and λj is the length of face j (Fig. 2). (Note that, for the sake of simplicity, we are using volume rather than mass flux; this is ok as long as the mass density of the material is unchanging). Equation ([eq:finvol]) expresses what is known as a finite-volume method because it is based on computing fluxes in and out along the boundaries of a finite volume of space.

Some terminology: a cell is a patch of ground with boundaries called faces. A node is the point inside a cell at which we track elevation (and other properties). On a raster grid, each cell is square and each node lies at the center of a cell. On the irregular mesh used by CASCADE and CHILD, the cell is the area of land that is closer to that particular node than to any other node in the mesh. (It is a mathematical entity known as a Voronoi cell or Thiessen polygon; for more, see Braun and Sambridge (1997), Gregory E Tucker, Lancaster, Gasparini, Bras, et al. (2001).)

Equation [eq:finvol] gives us the time derivatives for the elevation of every node on the grid. How do we solve for the new elevations at time t? There are many ways to do this, including matrix-based implicit solvers (see for example Fagherazzi, Howard, and Wiberg (2002; Perron 2011)). We won’t get into the details of numerical solutions (at least not yet), but for now note that the simplest solution is the forward-difference approximation:


$$\begin{aligned} \frac{d\eta_i}{dt} \approx \frac{\eta_i(t+\Delta t) - \eta_i(t)}{\Delta t} \\ \eta_i(t+\Delta t) = \eta_i(t) + U\Delta t + \Delta t \frac{1}{\Lambda_i} \sum_{j=1}^N q_{sj} \lambda_j\end{aligned}$$

The main disadvantage of this approach is that very small time steps are typically needed in order to ensure numerical stability. (CHILD uses a variant of this that seeks the largest possible stable value of Δ t at each iteration). A good discussion of numerical stability, accuracy, and alternative methods for diffusion-like problems can be found in Press et al. (2007).


Child mesh schem.jpg
Fig. 2: Schematic diagram of CHILD mesh with illustration of calculation of volumetric fluxes between cells. Dashed lines indicate cells and their faces, solid circles are nodes, and solid lines show the edges between nodes.

Gravitational Hillslope Transport

Geomorphologists often distinguish between hillslope and channel processes. It’s a useful distinction, although one has to bear in mind that the transition is not always abrupt, and even where it is abrupt, it is commonly either discontinuous or highly dynamic or both.

Alternatively, one can also distinguish between processes that are driven nearly exclusively by gravitational processes, and those that involve a fluid phase (normally water or ice). This distinction too has a gray zone: landslides are gravitational phenomena but often triggered by fluid pore pressure, while debris flows are surges of mixed fluid and solid. Nonetheless, we will start with a consideration of one form of gravitational transport on hillslopes: soil creep.

Linear Diffusion

For relatively gentle, soil-mantled slopes, there is reasonably strong support for a transport law of the form:


q⃗s =  − Dη

where D is a transport coefficient with dimensions of L2T − 1. Using the finite-volume method outlined in equation [eq:finvol], we want to calculate $\vec{q_s}$ at each of the cell faces. Suppose node i and node k are neighboring nodes that share a common face (we’ll call this face j). We approximate the gradient between nodes i and k as:


$S_{ik} = \frac{\eta_k - \eta_i}{L_{ik}}$

where Lik is the distance between nodes. On a raster grid, Lik = Δ x is simply the grid spacing. The sediment flux per unit width is then


$$q_{sik} \simeq D \frac{\eta_k - \eta_i}{L_{ik}}$$

where qsik is the volume flux per unit width from node k to node i (if negative, sediment flows from i to k), and Lik is the distance between nodes. On a raster grid, Lik = Δ x is simply the grid spacing. To compute the total sediment flux through face j, we simply multiply the unit flux by the width of face j, which we denote λij (read as “the j-th face of cell i”):


Qsik = qsikλij

Exercise 1: Getting Set Up with CHILD

Our first exercise is simply to (1) get the model, input files, documentation, and visualization tools and (2) run the executable file to make sure it is installed and working correctly. In some cases, it might be necessary to create a new executable file from the source code.

For SIESD 2012, the package will already have been installed on the computers in the lab. Look for it in the folder: C: ∖ child ∖ ChildExercises.

1em


If you are working on your own computer:

If you are working on your own computer, you will need to download a copy of the latest CHILD release from the Community Surface Dynamics Modeling System (CSDMS) web site:

<a href="http://csdms.colorado.edu">http://csdms.colorado.edu</a>

Once you have downloaded and unwrapped the package, locate the users’ guide and follow the instructions to compile the model on your particular platform. You will need to use either a UNIX shell or the Command window under Windows. On a mac, use the Terminal application. On a windows machine, use either a UNIX emulator shell such as cygwin on a PC, or the command window. In a UNIX shell, to change folders (“directories” in UNIX-speak), use cd followed by the folder name. A single period represents the current working directory; two periods represent the next directory up. For example, the command cd .. takes you one level up. To get a list of files in a directory, use ls. For Command prompt under windows, use dir instead of ls and backslashes instead of forward slashes.

1em


Start up Command Window. In the command window, type child. You should see something like the following:

<code>Usage: child [options] <input file>
 --help: display this help message.
 --no-check: disable CheckMeshConsistency().
 --silent-mode: silent mode.
 --version: display version.</code>

While we’re at it, let’s get ready to visualize the output. Start Matlab. The first thing we will do is tell Matlab where to look for the plotting programs that we will use. At the Matlab command prompt type:

path( path, ’childFolderLocation ∖ ChildExercises ∖ MatlabScripts’ )

For childFolderLocation, use the path name of the folder that contains the CHILD package. You can also add a folder to your path by selecting File- > Set Path... from the menu.

In Matlab, navigate the current folder to the location of the example input file hillslope1.in (which should end in: ChildExercises ∖ Hillslope1).

Note that the “package” also includes some documentation that you may find useful: the ChildExercises folder contains an earlier version of this document, and the Doc folder contains the Users’ Guide (child_users_guide.pdf). The guide covers the nuts and bolts of the model in much greater detail than these exercises and includes a full list of input parameters.

Exercise 2: Hillslope Diffusion and Parabolic Slopes with CHILD

Nonlinear Diffusion

As we found in our study of hillslope transport processes, the simple slope-linear transport law works poorly for slopes that are not ``small" relative to the angle of repose for sediment and rock. The next example explores what happens to our ridge when we (1) increase the relative uplift rate, and (2) use the nonlinear diffusion transport law:


$$\vec{q}_s = \frac{-D \nabla z}{1-|\nabla z/S_c|^2}$$

Exercise 3: Nonlinear Diffusion and Planar Slopes

Remarks

There is a lot more to mass movement than what is encoded in these simple diffusion-like transport laws. Some models include stochastic landsliding algorithms (e.g., CASCADE, ZSCAPE). Some impose threshold slopes (e.g., GOLEM). One spinoff version of CHILD even includes debris-flow generation and routing (Lancaster, Hayes, and Grant 2003).

Rainfall, Runoff, and Drainage Networks

In order to calculate erosion, sediment transport, and deposition by running water, a model needs to know how much surface water is flowing through each cell in the model. Usually, the erosion/transport equations require either the total discharge, Q [L3/T], the discharge per unit channel width, q [L2/T], or the flow depth, H.

There are three main alternative methods for modeling the flow of water across the landscape:

  1. Methods based on contributing drainage area

  2. Numerical solutions to the 2D, vertically integrated and time-averaged Navier-Stokes equations

  3. Cellular automaton methods

Methods Based on Drainage Area

Drainage area, A, is the horizontally projected area of land that contributes flow to a particular channel cross-section or to unit length of contour on a hillslope. For a numerical landscape model that uses discrete cells, A is defined as the area that contributes flow to a particular cell. When topography is represented as a raster grid, the most common method for computing drainage area is the D8 method. Each cell is assigned a flow direction toward one of its 8 surrounding neighbors. An algorithm is then used to trace flow paths downstream and add up the number of cells that contribute flow each cell (Fig. 3).

For the Voronoi cell matrix that CHILD and CASCADE use, the simplest routing procedure is a generalization of D8 (Fig. 1). Each cell i has Ni neighbors. As we noted earlier, the slope from cell i to neighbor cell k is defined as the elevation difference between the nodes divided by the horizontal distance between them (Fig. 2). Thus, one can define a slope for every edge that connects each pair of nodes. There is a slope value for each of the Ni neighbors of node i. The flow direction is assigned as the steepest of these slopes.

Single-direction flow algorithms have advantages and disadvantages. Some models use a multiple flow direction approach to represent the divergence of flow on relatively gentle slopes or divergent landforms (Fig. 3). This is most appropriate for models that operate on a grid resolution significantly smaller than the length of a hillslope. When grid cells are relatively large, conceptually each cell contains a primary channel, narrower than the cell, that is tracked.


Schauble EtAl flow dirs.jpg
Fig. 3: Flow accumulation by D8, or single flow directions, and multiple flow directions (Schauble et al., 2008)

Exercise 4: Flow Over Noisy, Inclined Topography

The simplest method for computing discharge from drainage area is to simply assume (1) all rain runs off, and (2) rain lasts long enough that the entire drainage network is in hydrologic steady state. In this case, and if precipitation rate P is uniform,


Q = PA

A number of landscape modeling studies have used this assumption, on the basis of its simplicity, even though it tends to make hydrologists faint! The simplicity is indeed a virtue, but one needs to be extremely careful in using this equation, for at least three reasons. First, obviously Q varies substantially over time in response to changing seasons, floods, droughts, etc. We will return to this issue shortly. Second, there is probably no drainage basin on earth, bigger than a hectare or so, from which all precipitation runs off. Typically, evapotranspiration returns more than half of incoming precipitation to the atmosphere. Third, hydrologic steady state is rare and tends to occur only in small basins, though it may be a reasonable approximation for mean annual discharge in some basins.

River discharge, whether defined as mean annual, bankfull, mean peak, or some other way, often shows a power-law-like correlation with drainage area. Some models take advantage of this fact by computing discharge using an empirical approach:


Q = bAc

where c typically ranges from 0.5-1 and b is a runoff coefficient with awkward units that represents a long-term “effective” precipitation regime.

CHILD’s default method for computing discharge during a storm takes runoff at each cell to be the difference between storm rainfall intensity P and soil infiltration capacity I:


Q = (P − I)A

which of course is taken to be zero when P < I.

Shallow-Water Equations

Some landscape models are designed to address relatively small-scale problems such as channel initiation, inundation of alluvial fan surfaces, channel flood flow, etc. In such cases, the convergence and divergence of water in response to evolving topography is an important component of the problem, and is not adequately captured by the simple routing schemes described above. Instead, a tempting tool of choice is some form of the shallow-water equations, which are the vertically integrated form of the general (time-averaged) viscous fluid-flow equations. One form of the full shallow-water equations is:


$$\begin{aligned} \frac{\partial \eta}{\partial t} = i - \left( \frac{\partial q_x}{\partial x} + \frac{\partial q_y}{\partial y} \right ) \\ \frac{\partial q_x}{\partial t} + \frac{\partial q_x u}{\partial x} + \frac{\partial q_y u}{\partial y} + g h \frac{\partial h}{\partial x} + g h \frac{\partial \eta}{\partial x} + \frac{\tau_{bx}}{\rho} = 0 \\ \frac{\partial q_y}{\partial t} + \frac{\partial q_y v}{\partial y} + \frac{\partial q_x v}{\partial x} + g h \frac{\partial h}{\partial y} + g h \frac{\partial \eta}{\partial y} + \frac{\tau_{by}}{\rho} = 0\end{aligned}$$

These equations express continuity of mass, x-directed momentum, and y-directed momentum, respectively. They are challenging and computationally expensive to integrate numerically in their full form. However, there are several approximate forms that are commonly used, including the non-accelerating flow form (in which convective accelerations are assumed negligible) and the kinematic-wave equations (in which gravitational and friction forces are assumed to dominate). An example of use of the shallow-water equations in a landform evolution model can be found in the work of T.R. Smith and colleagues (Fig. 4). Various forms of the shallow-water equations can often be found in hydrologic models, and sometimes in soil-erosion models (e.g., Mitas and Mitasova 1998).


Smith Merchant shallow flow.jpg
Fig. 4: Simulated water surface elevations and flow depth (Birnir et al., 2001)

Cellular Automata

Some models use cellular automaton methods to calculate flow over a cellular topography. These include:

  • Chase (1992) precipiton algorithm

  • Crave and Davy (2001) modified precipiton algorithm

  • Murray and Paola (1994) multiple-flow-direction river-flow algorithm

  • Coulthard, Kirkby, and Macklin (1996) generalization of Murray-Paola for 2D flow (CAESAR model)

Depressions in the Terrain

What happens when flow enters a topographic depression? In the real world, three possibilities: complete evaporation/infiltration, formation of a lake with overflow, or formation of a closed lake. CHILD can be set either to have water in “pits” evaporate, or to use a lake-fill algorithm to route water through depressions in the terrain (with no evaporation).

Precipitation and Discharge

Water supply to the channel network varies dramatically in both time and space, but there is a big gap in time scale between, on the one hand, storms and floods and, on the other hand, topographic evolution. Many landscape evolution models have therefore used the “effective discharge” concept, or the idea that there is some value of discharge that represents the cumulative geomorphic effect of the natural sequence of storms and floods. Willgoose, Bras, and Rodriguez-Iturbe (1991) used mean peak discharge, but Huang and Niemann (2006) recognized that the return period of effective discharge events is not necessarily the same at different times and places.

Basically, landscape models tend to use one of four methods:

  1. Steady flow with uniform precipitation or a specified runoff coefficient (effective discharge concept)

  2. Steady flow with nonuniform precipitation or runoff (e.g., orographic precipitation)

  3. Stochastic-in-time, spatially uniform runoff generation

  4. “Short storms” model (Sólyom and Tucker 2004)

We will not examine all of these in detail. Instead, we will take a brief look at the Poisson rectangular pulse model implemented in CHILD.

Exercise 5: Visualizing a Poisson Storm Sequence

The motivation for using a stochastic flow model is (1) that nature is effectively stochastic, and (2) variability matters when the erosion or transport rate is a nonlinear function of flow. For more on this, see Tucker and Bras (2000; Snyder et al. 2003; Tucker {2004}), and DiBiase and Whipple (2011).

Remarks

Landscape evolution models can be, and have been, used to study climate impacts on erosion, topography, and mountain building. But be careful—climate and hydrology amount to much more than a “sprinkler over the landscape.”

Hydraulic Geometry

Channel size, shape, and roughness control delivery of hydraulic force to the bed and banks. Most landscape models either implicitly assume constant width (practical but dangerous) or use the empirical relation W = KwQb, where b ≈ 0. 5. Models with time-varying discharge must also specify how width varies at a point along the channel as Q rises and falls. Width-discharge scaling is practical but incomplete, because channels may narrow or widen downstream in concert with variations in incision rate, as observed in Italy (Whittaker et al. 2007), Nepal (Lavé and Avouac 2001), New Zealand (Amos and Burbank 2007), Taiwan (Yanites et al. 2010), and California (Duvall, Kirby, and Burbank 2004). Some models have begun to explore these sensitivities (Wobus, Tucker, and Anderson 2006; Wobus et al. 2008; Attal et al. 2008; Turowski, Lague, and Hovius 2009; Yanites and Tucker 2010), but full treatment of the channel geometry adjustment problem is a frontier area.

Erosion and Transport by Running Water

There are several competing models for erosion by channelized flow. Detachment-limited models assume that eroded material leaves the system without significant re-deposition and that lowering of channels is limited by the ability of the stream to detach material from the bed (Howard 1994; Whipple and Tucker 1999). Transport-limited models assume plentiful supply of loose sediment and that lowering of channels is limited by the stream’s capacity to transport sediment (Willgoose, Bras, and Rodriguez-Iturbe 1991; Whipple and Tucker 2002). In simple hybrid models, lowering may be limited either by excess transport capacity or by detachment rate, depending on local sediment supply and substrate resistance (Gregory E Tucker, Lancaster, Gasparini, and Bras 2001; Whipple and Tucker 2002). With the undercapacity concept, detachment rate depends on surplus transport capacity (Beaumont, Fullsack, and Hamilton 1992). In the saltation-abrasion model, detachment is driven by grain impacts and limited by sediment shielding (Gasparini, Whipple, and Bras {2007}; Whipple and Tucker 2002).

Detachment-Limited Models

On a cohesive or rock bed with a discontinuous or absent cover of loose sediment, detachment of particles from the bed may be driven primarily by hydraulic lift and drag (“plucking”). Most models assume that the rate of detachment (or more generally the capacity for detachment) depends on excess bed shear stress:


Dc = Kb(τ − τc)pb, or alternatively, Dc = Kb(τpb − τcpb)

where τ is local bed shear stress, τc is a threshold stress below which detachment is ineffective, Kb is a constant, and pb is an exponent.

Bed shear stress fluctuates in space and time, but is often treated using the cross-sectional average, which in turn is based on a force balance between gravity and friction.

Some models assume that the detachment rate depends on stream power per unit width, ω = ρg(Q / W)S:


$$D_c = K_b \left( \frac{Q}{W}S - \Phi_c \right)^{p_b}$$

where Φ c is, again, a threshold below which detachment is ineffective. Stream power per unit width turns out to be proportional to τ3 / 2, so the two erosion formulas are closely related (Whipple and Tucker 1999). In the following example, we will use the unit stream power formula with Φ c = 0.

Exercise 6: Detachment-Limited Hills and Mountains

Exercise 7: Zooming in to the Hillslopes

Exercise 8: Knickzones and Transient Response

Transport-Limited Models

We next explore the dynamics of landscapes and networks with transport-limited models. One caution as we do so: we will assume that channel width is independent of grain size, slope, etc.

Exercise 9: A Pile of Fine Sand

Exercise 10: A Pile of Cobbles

Hybrid Model: Combining Detachment and Transport

Next, we’ll look at a more complex situation with simultaneous erosion and sedimentation, and simultaneous detachment-limited and transport-limited behavior. In this case, we use a fluvial model in which erosion rate can be limited either by transport capacity or by detachment capacity, depending on their relative magnitudes:


$$E_i = \begin{cases} \frac{Q_c - \sum_{j=1}^{N_i} Q_{sij}}{\Lambda_i} & \text{if $\frac{Q_c - \sum_{j=1}^{N_i} Q_{sij}}{\Lambda_i} < D_c$} \\ D_c & \text{otherwise} \end{cases}$$

Exercise 11: Erosion and Deposition, Together at Last

Other Sediment-Flux-Dependent Fluvial Models

We won’t take the time to address some of the other models, including

  • “Under-capacity” models (detachment rate depends on degree to which sediment flux falls below transport capacity), and

  • Saltation-abrasion models (detachment rate driven by particle impacts, and limited by alluvial shielding of bed)

Gasparini, Whipple, and Bras ({2007}) explore the behavior of these models with CHILD simulations.

Multiple Grain Sizes

Although we won’t explore the effects of including multiple grain sizes of sediment in transport, grain size introduces some interesting issues, including:

  • Bed armoring and its impact on transport rates

  • Downstream fining

  • Abrasion and lithologic controls

Exotica

Landscape evolution models include more than diffusion and stream-power models:

  • Stream meandering in the context of landscape evolution and valley stratigraphy (Clevis et al. 2006 a,b).

  • Vegetation, including both grass (Collins, Bras, and Tucker {2004}; Istanbulluoglu and Bras 2005) and trees (Lancaster, Hayes, and Grant 2003)

  • Alternate forms of mass wasting, including landslides and debris flows (Densmore, Ellis, and Anderson 1998; Lancaster, Hayes, and Grant 2003; Istanbulluoglu et al. 2005)

  • Knickpoints, hanging valleys, and plunge pools (Flores-Cervantes, Istanbulluoglu, and Bras 2006; Crosby et al. {2007})

  • Glaciation (Herman and Braun 2006; Herman, Braun, and Dunlap 2007; Herman and Braun 2008)

Forecasting or Speculation?

Some mathematical models in the physical sciences have such firm foundations that they can be relied upon to forecast the behavior of the natural world. For example, laws of motion of objects in a vacuum are absolutely reliable (as long as their speed is much less than that of light). The same can be said for numerical solutions to these equations, provided the solution is reasonably accurate. For these kinds of model, the verb “to model” means to calculate with high reliability what would happen under a particular set of initial and boundary conditions.

At the other end of the spectrum, we have mathematical models that are essentially tentative hypotheses. Such models are often based on intuition about a physical system, and represent a sort of educated guess about the quantitative relationships between things. For example, when Ahnert (1976) presented his inverse-exponential equation for regolith generation from bedrock, he was essentially expressing a conceptual hypothesis in mathematical terms. For these models-as-hypotheses, the phrase “to model” means to perform a quantitative “what if” experiment, asking the question: what kinds of pattern would I see if my hypothesis were correct? Comparing the prediction with observations provides a test of the hypothesis.

One can find many models that fall between these extremes. There are models that are based on well-known physics, but which are forced to use approximations of unknown accuracy in order to solve the governing equations. For example, climate models typically use simple parameterization schemes to represent convective mass and energy transport. Then too there are models that combine basic physical principles with elements of intuition, empiricism, and approximation. Arguably, many sediment-transport laws fall into this category: they are based on firm mechanical foundations (the force balance on a sediment grain) but also rely on strong approximations of factors like grain geometry, local flow velocity, and so on.

By now, it should be obvious that landscape evolution models also fall somewhere between the end-member cases of “model as truth” and “model as speculative hypothesis.” As we have seen throughout this course, there is a varying degree of experimental and observational support for the individual transport, weathering and erosion laws that go into a typical landscape model. In that sense, then, these models amount to more than just speculation. But equally there is still an element of speculation behind many of the process laws used in landscape models. Also, the process laws and algorithms represent a significant amount of upscaling in space and (especially) time. For example, the use of a steady precipitation rate as a proxy for the natural sequence of flows in a river channel represents a major approximation. For these reasons, we believe that three of the most important frontiers in landscape evolution research are (1) continuing to test individual process laws in the field and lab, (2) testing whole-landscape models using natural experiments, and (3) using mathematics, computation and experiments to study how the rates of various processes scale upward in time and space, and how these can be effectively parameterized.

Ten Commandments of Landscape Evolution Modeling

  1. Thou shalt not use a model without understanding the ingredients therein.

  2. Be thou ever mindful of uncertainty.

  3. Thou shalt use thy model to develop insight.

  4. Thou shalt take delight when thy model surprises thee.

  5. Thou shalt kick thy model hard, that it may notice thee (an injunction borrowed gratefully from the 10 Climate Modeling Commandments).

  6. Thou shalt diagnose the reasons for thy model’s behavior.

  7. Thou shalt conduct sensitivity experiments and “play around.”

  8. Thou shalt use thy model to discover the necessary and sufficient conditions needed to explain thy target problem.

  9. If thou darest use a model to calculate what happened in your field area in the past, thou shalt find a way to test and calibrate it first.

  10. If thou darest to predict future erosion, thou shalt heed the previous commandment ten times over (but thou mightest point out to skeptics that a process-based prediction is usually better than one based on pure guesswork, provided that commandment #2 is obeyed).

References

Ahnert, F. 1976. “Brief Description of a Comprehensive Three-Dimensional Process-Response Model of Landform Development.” Zeitschrift F&Uuml;R Geomorfologie, Supplementband 25: 29–49.

Ahnert, F. 1971. “Brief Description of a Comprehensive Three-Dimensional Process-Response Model of Landform Development.” Zeitschrift Fur Geomorfologie, Supplementband 25: 29–49.

Amos, Colin B, and Douglas W Burbank. 2007. “Channel Width Response to Differential Uplift.” Journal of Geophysical Research: Earth Surface (2003–2012) 112 (F2).

Attal, M., G. E. Tucker, A. C. Whittaker, P. A. Cowie, and G P Roberts. 2008. “Modeling Fluvial Incision and Transient Landscape Evolution: Influence of Dynamic Channel Adjustment.” Journal of Geophysical Research 113: F03013.

Beaumont, C., P. Fullsack, and J. Hamilton. 1992. “Erosional Control of Active Compressional Orogens.” Thrust Tectonics 99: 1–18.

Braun, Jean, and Malcom Sambridge. 1997. “Modelling Landscape Evolution on Geological Time Scales: a New Method Based on Irregular Spatial Discretization.” Basin Research 9: 27–52.

Carretier, S., and F. Lucazeau. 2005. “How Does Alluvial Sedimentation at Range Fronts Modify the Erosional Dynamics of Mountain Catchments?” Basin Research 17 (3): 361–381.

Chase, Clement G. 1992. “Fluvial Landsculpting and the Fractal Dimension of Topography.” Geomorphology 5: 39–57.

Clevis, Q., G. Tucker, S. Lancaster, A. Desitter, N. Gasparini, and G. Lock. 2006. “Geoarchaeological Simulation of Meandering River Deposits and Settlement Distributions: a Three-Dimensional Approach.” Computers and Geosciences 21 (8): 843–874.

Collins, DBG, RL Bras, and GE Tucker. {2004}. “Modeling the Effects of Vegetation-Erosion Coupling on Landscape Evolution.” Journal of Geophysical Research—Earth Surface 109 (F3) ({AUG 3}). doi:<a href="http://dx.doi.org/{10.1029/2003JF000028}">{10.1029/2003JF000028}</a>.

Coulthard, TJ, MJ Kirkby, and MG Macklin. 1996. “A Cellular Automaton Landscape Evolution Model.” Proceedings of the First International Conference on GeoComputation.

Crave, A, and Ph Davy. 2001. “A Stochastic ’Precipiton’ Model for Simulating Erosion/Sedimentation Dynamics.” Computers and Geosciences 27: 815–827.

Crosby, Benjamin T., Kelin X. Whipple, Nicole M. Gasparini, and Cameron W. Wobus. {2007}. “Formation of Fluvial Hanging Valleys: Theory and Simulation.” JOURNAL OF GEOPHYSICAL RESEARCH-EARTH SURFACE 112 (F3) ({AUG 9}). doi:<a href="http://dx.doi.org/{10.1029/2006JF000566}">{10.1029/2006JF000566}</a>.

Culling, WEH. 1963. “Soil Creep and the Development of Hillside Slopes.” The Journal of Geology: 127–161.

Densmore, Alexander L, Michael A Ellis, and Robert S Anderson. 1998. “Landsliding and the Evolution of Normal-Fault-Bounded Mountains.” Journal of Geophysical Research 103: 15203–15219.

DiBiase, R.A., and K.X. Whipple. 2011. “The Influence of Erosion Thresholds and Runoff Variability on the Relationships Among Topography, Climate, and Erosion Rate.” Journal of Geophysical Research 116 (F4): F04036.

Duvall, A., E. Kirby, and D. Burbank. 2004. “Tectonic and Lithologic Controls on Bedrock Channel Profiles and Processes in Coastal California.” Journal of Geophysical Research 109 (F3): F03002.

Fagherazzi, S., A.D. Howard, and P.L. Wiberg. 2002. “An Implicit Finite Difference Method for Drainage Basin Evolution.” Water Resources Research 38 (7): 21.

Flores-Cervantes, Homero, Erkan Istanbulluoglu, and Rafael L Bras. 2006. “Development of Gullies on the Landscape: a Model of Headcut Retreat Resulting from Plunge Pool Erosion.” Journal of Geophysical Research 111: F01010.

Garcia-Castellanos, D. 2002. “Interplay Between Lithospheric Flexure and River Transport in Foreland Basins.” Basin Research 14 (2): 89–104.

Gasparini, N. M., K. X. Whipple, and R. L. Bras. {2007}. “Predictions of Steady State and Transient Landscape Morphology Using Sediment-Flux-Dependent River Incision Models.” JOURNAL OF GEOPHYSICAL RESEARCH-EARTH SURFACE 112 (F3) ({MAY 19}). doi:<a href="http://dx.doi.org/{10.1029/2006JF000567}">{10.1029/2006JF000567}</a>.

Gilbert, GK. 1877. “Report on the Geology of the Henry Mountains: US Geog. and Geol.” Survey, Rocky Mtn. Region 160.

Herman, F., and J. Braun. 2006. “Fluvial Response to Horizontal Shortening and Glaciations: a Study in the Southern Alps of New Zealand.” Journal of Geophysical Research-Earth Surface 111 (F1): F01008.

———. 2008. “Evolution of the Glacial Landscape of the Southern Alps of New Zealand: Insights from a Glacial Erosion Model.” Journal of Geophysical Research-Earth Surface 113 (F2): F02009.

Herman, F., J. Braun, and W.J. Dunlap. 2007. “Tectonomorphic Scenarios in the Southern Alps of New Zealand.” Journal of Geophysical Research-Solid Earth 112 (B4): B04201.

Howard, A. 1971. “Simulation Model of Stream Capture.” Geological Society of America Bulletin 82 (5): 1355–1376.

Howard, Alan D. 1994. “A Detachment-Limited Model of Drainage Basin Evolution.” Water Resources Research 30 (7): 2261–2285.

Huang, X., and J.D. Niemann. 2006. “An Evaluation of the Geomorphically Effective Event for Fluvial Processes over Long Periods.” Journal of Geophysical Research 111 (F3): F03015.

Istanbulluoglu, Erkan, and Rafael L. Bras. 2005. “Vegetation-Modulated Landscape Evolution: Effects of Vegetation on Landscape Processes, Drainage Density, and Topography.” Journal of Geophysical Research 110: F02012.

Istanbulluoglu, Erkan, Rafael L. Bras, Homero Flores-Cervantes, and Gregory E. Tucker. 2005. “Implications of Bank Failures and Fluvial Erosion for Gully Development: Field Observations and Modeling.” Journal of Geophysical Research 110: F01014.

Kirkby, MJ. 1971. “Hillslope Process-Response Models Based on the Continuity Equation.” Inst. Br. Geogr. Spec. Publ 3: 15–30.

Lancaster, S.T., S.K. Hayes, and G.E. Grant. 2003. “Effects of Wood on Debris Flow Runout in Small Mountain Watersheds.” Water Resources Research 39 (6): 1168.

Lavé, J., and JP Avouac. 2001. “Fluvial Incision and Tectonic Uplift Across the Himalayas of Central Nepal.” Journal of Geophysical Research 106 (B11): 26561.

Mitas, L., and H. Mitasova. 1998. “Distributed Soil Erosion Simulation for Effective Erosion Prevention.” Water Resources Research 34 (3): 505–516.

Murray, A.B., and C. Paola. 1994. “A Cellular Model of Braided Rivers.” Nature 371 (6492): 54–57.

Perron, J.T. 2011. “Numerical Methods for Nonlinear Hillslope Transport Laws.” Journal of Geophysical Research 116 (F2): F02021.

Press, W.H., S.A. Teukolsky, W.T. Vetterling, and B.P. Flannery. 2007. Numerical Recipes: the Art of Scientific Computing. Cambridge Univ Pr.

Schoorl, JM, A. Veldkamp, and J. Bouma. 2002. “Modeling Water and Soil Redistribution in a Dynamic Landscape Context.” Soil Science Society of America Journal 66 (5): 1610.

Snyder, N.P., K.X. Whipple, G.E. Tucker, and D.J. Merritts. 2003. “Importance of a Stochastic Distribution of Floods and Erosion Thresholds in the Bedrock River Incision Problem.” Journal of Geophysical Research 108 (B2): 2117.

Sólyom, P.B., and G.E. Tucker. 2004. “Effect of Limited Storm Duration on Landscape Evolution, Drainage Basin Geometry, and Hydrograph Shapes.” Journal of Geophysical Research 109: 13.

Tucker, G E, and R L Slingerland. 1994. “Erosional Dynamics, Flexural Isostasy, and Long-Lived Escarpments: a Numerical Modeling Study.” Journal of Geophysical Research 99: 12, 229–12, 243.

Tucker, GE. {2004}. “Drainage Basin Sensitivity to Tectonic and Climatic Forcing: Implications of a Stochastic Model for the Role of Entrainment and Erosion Thresholds.” Earth Surface Processes and Landforms 29 (2) ({FEB}): 185–205. doi:<a href="http://dx.doi.org/{10.1002/esp.1020}">{10.1002/esp.1020}</a>.

Tucker, Gregory E, and Rafael L Bras. 2000. “A Stochastic Approach to Modeling the Role of Rainfall Variability in Drainage Basin Evolution.” Water Resources Research 36 (7): 1953–1964.

Tucker, Gregory E, and Gregory R Hancock. 2010. “Modelling Landscape Evolution.” Earth Surface Processes and Landforms 46: 28–50.

Tucker, Gregory E, S T Lancaster, Nicole M Gasparini, and Rafael L Bras. 2001. “The Channel-Hillslope Integrated Landscape Development Model (CHILD).” In Landscape Erosion and Evolution Modeling, edited by R. S. Harmon and W. W. Doe, 349–388. Dordrecht: Kluwer Press.

Tucker, Gregory E, S T Lancaster, Nicole M Gasparini, Rafael L Bras, and S M Rybarczyk. 2001. “An Object-Oriented Framework for Hydrologic and Geomorphic Modeling Using Triangular Irregular Networks.” Computers and Geosciences 27: 959–973.

Turowski, Jens M, Dimitri Lague, and Niels Hovius. 2009. “Response of Bedrock Channel Width to Tectonic Forcing: Insights from a Numerical Model, Theoretical Considerations, and Comparison with Field Data.” Journal of Geophysical Research: Earth Surface (2003–2012) 114 (F3).

Whipple, K X, and G E Tucker. 1999. “Dynamics of the Stream-Power River Incision Model: Implications for Height Limits of Mountain Ranges, Landscape Response Timescales, and Research Needs.” Journal of Geophysical Research 104: 17661–17674.

———. 2002. “Implications of Sediment-Flux-Dependent River Incision Models for Landscape Evolution.” Journal of Geophysical Research 107.

Whittaker, A.C., P.A. Cowie, M. Attal, G.E. Tucker, and G.P. Roberts. 2007. “Bedrock Channel Adjustment to Tectonic Forcing: Implications for Predicting River Incision Rates.” Geology 35 (2): 103.

Willgoose, Garry, Rafael L Bras, and Ignacio Rodriguez-Iturbe. 1991. “A Coupled Channel Network Growth and Hillslope Evolution Model, 1, Theory.” Water Resources Research 27 (7): 1671–1684.

Wobus, C.W., J.W. Kean, G.E. Tucker, and R.S. Anderson. 2008. “Modeling the Evolution of Channel Shape: Balancing Computational Efficiency with Hydraulic Fidelity.” Journal of Geophysical Research 113.

Wobus, C.W., G.E. Tucker, and R.S. Anderson. 2006. “Self-Formed Bedrock Channels.” Geophys. Res. Lett 33: 1–6.

Yanites, B.J., and G.E. Tucker. 2010. “Controls and Limits on Bedrock Channel Geometry.” Journal of Geophysical Research 115 (F4): F04019.

Yanites, B.J., G.E. Tucker, K.J. Mueller, Y.G. Chen, T. Wilcox, S.Y. Huang, and K.W. Shi. 2010. “Incision and Channel Morphology Across Active Structures Along the Peikang River, Central Taiwan: Implications for the Importance of Channel Width.” Geological Society of America Bulletin 122 (7-8): 1192.


  1. The letters in square brackets indicate the dimensions of each variable; L stands for length, T for time, and M for mass.<a href="#fnref1">↩</a>



>> If you have never used WMT, learn how to use it here.
>> Pick SedFlux2D from the list of components in WMT
>> SedFlux2D component is the sole driver of this simulation, so there is no need to assemble its ports.

LoadSedflux2D component.png