Download as pdf or txt
Download as pdf or txt
You are on page 1of 12

Environmental Modelling & Software 17 (2002) 333–344

www.elsevier.com/locate/envsoft

Landslide hazard and bioengineering: towards providing improved


decision support through integrated numerical model development
Paul L. Wilkinson a, Malcolm G. Anderson b,∗, David M. Lloyd a, Jean-Philippe Renaud b
a
ZNA UK Ltd, University Gate, Park Row, Bristol BS8 5UD, UK
b
School of Geographical Sciences, University of Bristol, University Road, Bristol BS8 1SS, UK

Received 23 March 2001; received in revised form 14 June 2001; accepted 18 October 2001

Abstract

The combined hydrology and stability model (CHASM) is a state-of-the-art software tool that aids the assessment of slope
stability. The hydrological component of the model solves the Richard’s equation for saturated and unsaturated groundwater flow
to derive the pressure head field as it changes through time. The generated hydrological conditions are used as input to limit
equilibrium stability computations to derive factors of safety (FOS). The software can be applied to both site-specific problems as
well as wide-area assessment to investigate the impacts of dynamic hydrology, with or without vegetation interactions, on slope
stability. The program code, originally developed in a UNIX environment using Fortran ’77, has been implemented in the Microsoft
Windows environment using C++ with the addition of a graphical user-interface (GUI) to enable more seamless and user-friendly
operation. The GUI allows the user to initialise the slope geometry, define the hydrological, vegetation and geotechnical variables
and, impose boundary conditions and initial conditions.  2002 Elsevier Science Ltd. All rights reserved.

Keywords: Slope stability; Hydrology; Vegetation; Highway management

Software availability and requirements: see the establishment of links between design rainfalls and
www.chasm-env.com; 486/33, 8MB RAM, Windows slope stability for landslide warning systems.
3.1 or higher. Classical stability analysis procedures, whilst provid-
ing a certain level of information to aid decisions and
designs, have limitations in the context of the questions
1. Introduction that are now posed in projects requiring slope stability
assessment. Traditional methods, for example, do not
Within the general field of slope stability assessment, allow direct inclusion of elements relating to vegetation,
the nature of the questions being posed in relation to integrated physically based inclusion of rainfall, unsatu-
possible designs, remedial measures and prioritisation of rated and saturated soil water dynamics and the role of
expenditure increasingly demand high levels of inte- topographic plan curvature in controlling the slope pore
gration of environmental processes. Questions arise that water pressure regime. Commercially available com-
relate to the desire to have more accurate stability assess- puter models for slope stability analysis often involve the
ments that incorporate detailed slope surface cover use of classical limit equilibrium methods with a static
specifications (reflecting the aesthetics of vegetated representation of slope hydrology defined by a fixed
slopes), the allocation of potential expenditure for water table height, ru coefficient or pore-pressure field,
remedial works (based upon a detailed analysis of stab- with little or no account of soil suction. Whilst advances
ility that allows clear prioritisation to be established) and have been made in the numerical modelling of slope
hydrodynamics (eg. Slope/w, Seep/w), there is a major
opportunity to improve representation of vegetation and
the architecture of integrated decision support schemes.

Corresponding author. Fax: +44-117-928-7878. The Geotechnical and Geoenvironmental Software
E-mail address: m.g.anderson@bristol.ac.uk (M.G. Anderson). Directory (2001) illustrates the lack of integrated slope

1364-8152/02/$ - see front matter  2002 Elsevier Science Ltd. All rights reserved.
PII: S 1 3 6 4 - 8 1 5 2 ( 0 1 ) 0 0 0 7 8 - 0
334 P.L. Wilkinson et al. / Environmental Modelling & Software 17 (2002) 333–344

hydrology, stability, bioenginerring software develop- defined by the Millington–Quirk (1959) procedure. Flow
ment afforded by the model structure outlined in this between columns is modelled using the Darcy equation
paper. for saturated flow, adopting the Dupuit–Forcheimer
This paper outlines the software CHASM (combined (Forcheimer, 1930) assumption. The numerical stability
hydrology and stability model). The model has been of the solution to the Richards equation is dependent on
developed to achieve a high level of integration of pro- both the time step and iteration period. Beven (1985)
cess controls on slope stability. CHASM is designed to provides a method of deriving the required time step
help the user assess the effects on slope stability of selec- (iteration period) to maintain numerical stability based
ted storm events, surface covers, slope geometry on the distance between the computational nodes, the
(including plan curvatures) and material properties gradient of the suction–moisture curve at a given suction
within a user friendly WINDOWS environment. Typical value and the flow velocity. For most applications the
simulations may focus on determining the impact of sin- commonly recommended spatial and temporal resol-
gle return period storm events on slope stability (e.g. 1 utions are an individual element size of 1×1m area, and
in 10 years, 24-h storm event; 1 in 100 years, 3-day 60s iteration period.
storm event) or more complex multiple storm events Within the integrated model structure (see Fig. 1), the
over longer periods. hydrology scheme facilitates representation of slope plan
This paper highlights the key elements of the software curvature (convexity and concavity) by varying the col-
and provides example applications to wide-area stability umn breadth. The effect that the three-dimensional topo-
analyses. The wide-area examples illustrate the appli- graphic form has on hydrology, and thence stability, can
cation potential of the scheme as an aid to decision sup- thus be investigated. Downslope fluxes are increased due
port for slope stability management. to slope plan convergence (reducing the downslope col-
umn breadth) or reduced due to slope plan divergence
(increasing the downslope column breadth). This
2. CHASM technical overview approach requires identification of the zero flux bound-
ary at either side of the slope—the degree of conver-
CHASM is a physically based combined soil gence or divergence of which defines the downslope
hydrology–slope stability model that allows simulation change in column breadth (cf. radius of curvature; Geo-
of changes in pore water pressures in response to indi- technical Control Office, 1980). Within CHASM the
vidual rainfall events and considers their role in main- user is able to change the breadth of any column accord-
taining slope stability. The model comprises fully inte- ing to the topographic scenario that is to be modelled.
grated hydrology, surface cover (vegetation) and The generated pore pressure field is then used as input
stability components: the bases of these are outlined to standard two-dimensional stability analyses.
below. The program code, originally developed in a
UNIX environment using Fortran ’77, has been
implemented in the Microsoft Windows environment
using C++ with the addition of a graphical user-interface
(GUI) to enable more seamless and user-friendly oper-
ation.

2.1. Hydrological modelling

The procedure adopted to model the hydrological sys-


tem is a forward explicit finite difference scheme in
which the slope is divided into a series of rectangular
columns, each subdivided into regular cells. The model
simulates detention storage, infiltration, evapotranspir-
ation, and unsaturated and saturated flow regimes. Rain-
fall is allowed to infiltrate the top cells governed by the
infiltration capacity. Within CHASM, infiltration during
rainfall is calculated using Darcy’s Law (Darcy, 1856)
with the conductivity being equal to the average of the
saturated conductivity and the hydraulic conductivity of
the top two cells (whether saturated or unsaturated).
Unsaturated vertical flow through each column is com-
puted using the Richards’ equation (Richards, 1931)
solved in explicit form, with the unsaturated conductivity Fig. 1. CHASM Structure.
P.L. Wilkinson et al. / Environmental Modelling & Software 17 (2002) 333–344 335

2.2. Stability assessment example, dense stands of tall grass can be flattened by
intense rainfall to form a semi-permeable barrier. This
is demonstrated by results from experimental plots in
Techniques for stability assessment, such as the limit Hong Kong where between half and three quarters of all
equilibrium methods, are used to perform static analyses rain formed runoff without the infiltration capacity of the
based on soil strengths and the force of gravity acting soil having been reached (Lamb and Premchitt, 1990).
on a slope. The techniques used in CHASM are Bishop’s This process is incorporated into CHASM by reducing
simplified circular method (Bishop, 1955) and Janbu’s
the hourly rainfall intensity applied to the surface of the
non-circular method (Janbu, 1954). These limit equilib-
slope, according to the depth of grass. For interception
rium methods are used to determine the shear strength
by trees, the structure of the canopy is described by a
along the failure surface, the mobilised shear strength,
free throughfall coefficient, a stemflow-partitioning coef-
and the ratio between these two—the factor of safety
ficient, a canopy storage capacity and a trunk storage
(FOS), providing a measure of the relative stability of
capacity (Rutter et al., 1971; Valente et al., 1997). The
the slope (Nash, 1987). Slope stability assessment in an
model estimates throughfall, stemflow and interception
engineering context takes advantage of the concept of
loss from input rainfall and meteorological data. On each
‘functional stability’ in which slope stability is related to
a specific need or governing criterion. As Cernica (1995) iteration of the hydrology model the interception equ-
states “a slope may be considered stable if it meets a ation (Appendix A: Eq. 5) is solved explicitly in discrete
prescribed need for a fixed period of time with a suitable form to derive the effective rainfall reaching the ground
factor of safety”. Whilst continuum methods of analysis surface. This is then allowed to infiltrate the top cell of
and discrete particle representation (Cendall, 2001) are the scheme according to the Darcy’s Law.
able to better represent the ‘failure’ process, it was Evapotranspiration and root water uptake are mod-
judged sensible, within CHASM, to implement the elled in CHASM using the Penman–Monteith equation
hydrology, vegetation and topographic representations in for evapotranspiration (Monteith, 1973). When coupled
the context of limit equilibrium stability methods which with the spatial distribution of the roots and the soil
currently dominate the applied geotechnical engineering moisture content the rate of water uptake from each por-
discipline. The scheme does therefore have limitations tion of the soil can be derived (Feddes et al., 1978; Wilk-
in the context of the description of the failure mech- inson et al., 1998). The impact of vegetation on soil
anisms, but is judged as being the best available for the hydraulic conductivity as a result of the presence of a
functional stability representation required. On each hour root network is modelled in CHASM by an equation
of the simulation, the predicted hydrological conditions relating the root area ratio to the saturated hydraulic con-
are directly coupled to a limit equilibrium method for ductivity (Collison, 1993).
determining slope stability. In the CHASM formulation, Mechanically, vegetation affects slope stability
pore pressures, both negative and positive, are incorpor- through the process of root reinforcement and vegetation
ated directly into the effective stress determination of the surcharge. The interaction between roots and soil can be
Mohr—Coulomb equation for soil shear strength. This quantified using a simple perpendicular root model (Wu
allows derivation of the minimum FOS, with temporal et al., 1979; Wu and Sidle, 1995). The effect elastic ver-
variations arising from hydrodynamic responses and tical roots have on crossing a shear zone undergoing dis-
changes in the position of the critical slip surface placement is an increase in the confining stress and direct
(Wilkinson et al., 2000). The implementation of these shear resistance along the failure surface at the onset of
routines within CHASM is discussed in Section 3.1. shear. Mobilisation of tensile resistance from roots in
vegetated soils is therefore modelled as an increase in
effective soil cohesion. The effect of vegetation sur-
2.3. Vegetation modelling charge is dependant on the stress–strain properties of the
slope material, soil permeability, slope geometry, and the
A recent extension to the numerical scheme has been presence or absence of cohesion. To model this effect,
the full inclusion of a surface cover model, which allows the corresponding force of the vegetation on the slope
comprehensive investigation into the hydrological and surface is distributed through the soil profile according
geotechnical effects of vegetation on slope stability (Fig. to the vertical and horizontal distance from the source
1). Vegetation affects slope stability through the follow- of loading.
ing principal mechanisms; interception, evapotranspir- The principal equation for the mechanical impacts of
ation, hydraulic conductivity, root reinforcement and vegetation is given in Appendix A. The vegetation
surcharge. All of these process elements can be rep- components discussed above are incorporated directly
resented in the model. into the limit equilibrium method for deriving the FOS.
In respect of interception, the procedure adopted in As an example, the Bishop equation presented in Appen-
CHASM depends on the type of vegetation. For dix A (Appendix A: Eq. 3) becomes:
336 P.L. Wilkinson et al. / Environmental Modelling & Software 17 (2002) 333–344


Pv ⫽ (W ⫹ Sw)⫺
1
FOS
((c⬘ ⫹ c⬘r )lsina⫺((u (1)
tional stability of a slope. In this context the limitations
outlined above are not considered restrictive but should


be noted in order that the process mechanics in any
application of the model are not ‘over described’.
⫺uv)ltanf⬘sina)) / mα
2.5. Model ‘validation’
where Pv is the normal force acting perpendicular to the
slope including vegetation, vegetation surcharge is rep- With development of integrated models of the type
resented by Sw, uv represents the combined effects of outlined there is an increasing awareness that modellers
interception, evapotranspiration and increased per- fail to declare models ‘invalid’ largely because there are
meability (a combined function of Appendix A: Eqs. 5 so many variables capable of adjustment to limited field
and 6) and, c⬘r is the additional cohesion derived from data. In particular, a critical general issue is one of dis-
root reinforcement (Appendix A: Eq. 7). The final FOS tinguishing a good fit of an over-parameterised model
equation for the Bishop circular stability analysis may from a good fit based on accurate process description
now be expressed as: (Anderson and Bates, 2001). Against this background, it

冘 is important that such schemes are tested in order that


n

((c⬘ ⫹ c⬘r )l ⫹ (Pv⫺(u⫺uv))ltanf⬘) some judgement can be formed as to their appropriate-


FOS ⫽
i⫽0
. (2) ness. CHASM has undergone extensive testing in Malay-


n
sia, Hong Kong and New Zealand, with evaluation of
(W ⫹ Sw)tana the hydrology, stability and vegetation components of
i⫽0
the model. Pore-water pressure/suction data collected
The pressure head field derived by the finite difference from the Kuala Lumpur–Karak Highway in Malaysia
hydrodynamic scheme, including the hydrological provided a means to evaluate, successfully, the two-
components of the vegetation scheme described in Sec- dimensional finite-difference soil hydrology component
tions 2.1 and 2.3, is calculated according to the time step of the combined model (Anderson et al., 1988; Anderson
defined by the user. On each hour of the hydrological and Kemp, 1991). CHASM has also undergone compari-
simulation, the FOS is calculated using the Janbu or son with standard approaches to stability analysis for a
Bishop methods of stability analysis with the incorpor- sample of known stable and failed slopes in Hong Kong.
ation of the mechanical vegetation components. Some 40 slopes were analysed (slope angles ranged
between 40 and 50°, saturated hydraulic conductivities
2.4. Model limitations ranged between 10–5–10–6 ms–1). In this exercise, the
coupled model correctly classified 77% of failed slopes
Inherent within the CHASM model structure and (Anderson, 1990). The vegetation model has also been
approach are limitations that relate to process represen- successfully applied and tested in the Hawke’s Bay
tation and numerical implementation. It is of vital impor- region of the North Island of New Zealand (Wilkinson,
tance, as for any software model, to understand the 2000), and Anderson et al., 1988 report successful com-
model constraints and limitations for the purpose of parisons between observed and predicted pore pressures
parameterisation and directing the scope and nature of on an instrumented slope in Malaysia. Whilst such
the intended application. Within CHASM, the limi- results are encouraging, they are not definitive; it is how-
tations relate to the assumptions made within the ever important to undertake both external and internal
hydrology scheme and the method of stability analysis. model validation of this type (Anderson and Bates,
For the hydrology model the simplifying assumptions 2001).
primarily relate to flow representation. Soils exhibiting
strong anisotropy in hydraulic conductivity or those 2.6. Parameter requirements
dominated by macropore flow are not capable of being
modelled by CHASM. For the stability assessment The model structure described in the previous sections
component the use of limit equilibrium methods in requires user parameterisation for each major component
CHASM results in the imposition of the failure mech- of the model; hydrology, stability and vegetation. In
anism. Thus, stress–strain and progressive failure mech- addition to this, other temporal and numerical infor-
anisms cannot be accommodated. In addition the real mation is required such as simulation length and iteration
kinematics of slope failure, being three-dimensional, are period. A full listing of the model parameters is given
grossly simplified by consideration of only two dimen- in Table 1. Typically, the values ascribed to each para-
sions. meter will be based on field-derived measurements or
Notwithstanding these issues, the integrated model obtained from a desk study. A sensitivity analysis of
aims to improve on the present widely applied limit each parameter is beyond the scope of this paper given
equilibrium methods of analysis in defining the func- the number of parameters involved. Lloyd (1990) and
P.L. Wilkinson et al. / Environmental Modelling & Software 17 (2002) 333–344 337

Table 1
Model parameter requirementsa

Parameter group Parameter name Symbol/Units

Feature geometry Slope height H (m)


Slope angle a (degrees)
Slope plan convergence/divergence radius C (m)
Numerical Mesh resolution (width, depth, breadth)b w, d, b (m)
Iteration periodb t (s)
Hydrological Rainfall p (ms⫺1)
Saturated hydraulic conductivity Ks (ms⫺1)
Initial surface suctionc yt0 m)
Initial water table heightc wt (m)
Saturated moisture content qs (m3m⫺3)
Suction-moisture curve y (m) - q (m3m⫺3)
Geotechnical Effective angle of internal friction f⬘ (degrees)
Unsaturated/saturated bulk density gus , gs (kNm⫺3)
Effective cohesion c⬘(kNm⫺2)
Vegetation Root tensile strength tr (kNm⫺2)
Vegetation cover/spacing vc (%), vs (m)
Leaf area index lai (m2m⫺2)
Aerodynamic resistance ra (sm⫺1)
Canopy resistance rc (sm⫺1)
Canopy/trunk storage capacity cs, ts (m)
Root depth/lateral extent Rd, Rl (m)
Vegetation surcharge Sw (kNm⫺2)
Atmosphericc Net radiation Rn (Wm⫺2)
Relative humidity Rh (%)
Temperature T (°Centigade)

a
The above are the key required input parameters. In any application the initial model configuration would be run to establish appropriate initial
conditions upon which model simulation would then be based.
b
Determined according to Beven (1985) to maintain numerical stability in the Richards equation.
c
Initial surface suction and water table heights are assigned according to measured field conditions or a hypothetical scenario.

Wilkinson (2000), however, have undertaken determin- A major component of the GUI is an automated mesh
istic and stochastic sensitivity analysis; the former generator. Fig. 2 shows an example of the mesh gener-
enabling verification of the mathematical procedure, the ator window, which allows the user to draw a slope pro-
latter enabling insight to the impacts of parameter uncer- file on the screen, through a simple point and click oper-
tainty on the model solution. ation. By the same manner, definition of soil layers,

3. GUI

Physically based distributed models like CHASM are


demanding in their requirement for numerical discretis-
ation and model parameterisation. Such demands
additionally foster potential for end-user input error. In
order to minimise such error and to maximise practi-
cality a GUI has been developed, allowing more seam-
less and user-friendly pre and post-processing.

3.1. Pre-processing

The pre-processing module within CHASM is


designed to be as simple and efficient as possible for the
user. A protocol was established for building the input
file, mesh generation, initialisation of the hydrology,
vegetation, storm and soil components and finally, para-
meterisation of the stability analysis. Fig. 2. Finite difference mesh generation.
338 P.L. Wilkinson et al. / Environmental Modelling & Software 17 (2002) 333–344

Fig. 3. Hydrology dialog box (with 3D convergence).

water table, and choice of slip-circle search grid location etation species from a pre-defined database and add it
(for the Bishop circular stability analysis) is achieved. to the slope surface. The geotechnical and hydrological
A seperate hydrology dialog box allows editing, properties of the soil are then automatically updated
through simple point and click operation, of the slope according to the chosen vegetation species. The ability
cross-section (including three-dimensional slope rep- to spatially distribute the vegetation is particularly useful
resentation—hydrological convergence/divergence), as it allows investigation into the relationship between
water table height, and mesh dimensions, Fig. 3. The vegetation density, planting patterns and vegetation
slope visualisation changes ‘on-the-fly’ in response to growth and decay on slope stability. The effects of main-
any alteration of the parameters. Access to other win- taining or removing vegetation from any location on the
dows may be gained through the hydrology dialogue box slope can thus also be assessed.
for initialisation of the soil, storm and vegetation para- The final stage of model parameterisation is the speci-
meters, as listed in Table 1. fication of the stability analysis. The methods employed
Fig. 4 shows the format of the vegetation dialog box. within CHASM are the Bishop circular stability analysis
Within this window the user is able to cycle through and the Janbu simplified non-circular analysis (Section
each column in the finite difference mesh, select a veg- 2.2). For the Bishop circular analysis, a slip circle centre

Fig. 4. Vegetation dialog box.


P.L. Wilkinson et al. / Environmental Modelling & Software 17 (2002) 333–344 339

search grid is defined by choosing the X–Y co-ordinates surface. These are displayed in real-time (i.e. as the cal-
for the start of the grid, the grid dimensions and the grid culations are made), so that the user can monitor the
increment (Fig. 5). Each generated grid point represents progress of the simulation. Once the simulation has fin-
the centre of a potential slip circle. During the compu- ished, the user may examine the temporal changes in the
tation, the slip circle radius is incremented and the FOS factor of safety and position of the critical failure surface
computed for each generated slip surface. The minimum (Fig. 6a). Additionally, the spatial distribution of the soil
FOS and its associated slip surface are stored for each moisture within the slope may be examined at the time
hour of the simulation. The Janbu method of stability of the minimum factor of safety by ‘point and click’ on
analysis does not include an automated slip search pro- the finite difference mesh (Fig. 6b).
cedure in the Windows version of CHASM; rather the
user is required to enter the co-ordinates of a fixed (non- 4. Example applications of CHASM within a
circular) slip surface. This is a useful tool that allows decision support architecture
iterative back analysis of a known failure surface and
for other circumstances in which the location of the Physically based models are often perceived as being
probable slip surface can be estimated. tools that are limited to site-specific applications. This
is based generally on their high demands on input data
3.2. Post-processing and hence operating time/cost. With optimised user-fri-
endly systems such demands are minimised and with
On running the program from the main dialogue box increasing computing power more generalised appli-
the user is offered the option of resetting the initial soil cations become a practical reality. Through multiple
moisture conditions. If reset, the initial soil moisture applications of the model across a broad range of poten-
conditions defined in the data file are used. However, by tial slope geometries, hydrological conditions and/or sur-
choosing not to reset the soil moisture conditions, the face vegetation conditions, greater understanding of sys-
prevailing conditions at the end of the previous simul- tem interactions and responses can be developed. Of
ation, are used. This is a useful option if the user wishes particular benefit is the use of such an approach within
to study the effect of successive storms on stability. Dur- decision support systems, which extend the scope of
ing the simulation period, a results window displays the application from ‘site specific’ to ‘wide area’ analysis.
factor of safety, the X–Y co-ordinates of slip grid, the Two illustrations of the use of CHASM in such a
slip circle radius and mass of soil above the critical slip decision support architecture are provided.

Fig. 5. Bishops circular slip search.


340 P.L. Wilkinson et al. / Environmental Modelling & Software 17 (2002) 333–344

Fig. 6. CHASM Visualisation of (a) critical slip surface and (b) soil moisture distribution.

4.1. Bioengineering design charts slope. These two potentially negative effects are of parti-
cular importance as there is no interaction between the
Summaries of a broad range of potential input con- root zone and slip surface; accordingly in the absence
ditions utilising CHASM are usefully illustrated in the of root derived cohesion the overall impact of vegetation
form of design charts. Anderson and Lloyd (1991) and is negative.
Anderson et al. (1997) used this technique to facilitate With an increase in effective cohesion provided by
rapid wide area assessment of stability and design of cut roots the impact of vegetation ceases to be detrimental
slopes in the tropics. due principally to increased root zone–slip surface inter-
Given the high degree of variability in ‘below’ and action. This effectively offsets the detrimental impact of
‘above ground’ biomass characteristics among different increased surcharge and increased hydraulic conduc-
vegetation types, it is not feasible to represent every veg- tivity. Vegetation in these cases has a negligible impact
etation–slope scenario within a single design chart. In on slope stability.
the following example, each vegetation component out- For slopes where vegetation surcharge is a positive
lined in Section 2.3 has been represented in terms of a component (slope angle less than the effective friction
range of likely values to produce a summary ‘design angle) the effect of root reinforcement not only balances
chart’ (Watson and O’Loughlin, 1985, 1990; Philips and the detrimental impact of enhanced permeability but
Watson, 1998). results in a net increase in available shear strength. In
The aim of such design charts is to enable comparison such cases vegetation is beneficial to stability, increasing
between slopes with no vegetation cover and those with the factor of safety.
a generalised vegetation cover to see whether the effect This design chart allows delineation of vegetation
is beneficial, negligible or detrimental to slope stability. effects in to ‘very strong’, ‘significant’ and ‘negligible’
In this example, comparison is made in the form of the effects in terms of their modeled impact on available
FOS after a single storm event (24-h duration, 1 in 10 shear strength and, therefore, FOS. In this example,
years return period). Fig. 7 indicates that the strongest CHASM modelling shows that clear differentiation is
negative effect (i.e. a significant reduction in the FOS possible between those slope topographic, geotechnical
towards unity) is experienced when the soil is of low and hydrological characteristics that result in vegetation
permeability, low friction angle and there is a high having a net negative effect and those resulting in a net
additional surcharge. positive effect. In particular, there are especially critical
Soils of low permeability experience an increase in elements of the result domain that illustrate the role that
hydraulic conductivity within the root zone resulting in root area ratio and soil hydraulic conductivity play in
increased infiltration and either reduction in matric suc- establishing threshold vegetation net benefits in relation
tion or the development of a perched water table. to slope stabilisation.
Increasing the surcharge acting upon the slope will, in As previously indicated, integrated models of this type
general, be detrimental to stability in circumstances cannot be truly ‘validated’ in a conventional sense. Thus
where the slope angle is greater than the effective fric- the concept advanced here is one of providing a firmer
tion angle. However, this effect can be beneficial if the reference frame for decision making within the bioengi-
inverse is true or vegetation is placed at the toe of the neering context by the development of a model structure
P.L. Wilkinson et al. / Environmental Modelling & Software 17 (2002) 333–344 341

Fig. 7. Vegetation design chart: the change in FOS compared to a non-vegetated slope for a range of vegetation and slope parameter combinations
(E=Evapotranspiration, I=Interception, Sw=Vegetation surcharge, Ksat=Saturated hydraulic conductivity, Rc=Added root cohesion, a=Slope angle,
f=Effective angle of internal friction).

aimed at providing greater insights to complex slope tions. The system thus enables practical and seamless
stability processes and relationships. The design chart stability assessment for any slope (or range of slopes)
approach we believe achieves this goal in that it enables: held within the database Fig. 9 illustrates the output from
such the scheme; note that each slope feature can be
1. the determination of the likely net effect of vegetation assessed utilising the full topographic
on slope stability under a range of pre-specified veg- divergence/convergence capability of CHASM if so
etation-slope conditions, thus providing a rapid bioen- desired. The MEHMS system design thus provides an
gineering decision tool; important component of an overall system architecture
2. a preliminary investigation into vegetation change that is designed to establish a ranking of slopes con-
scenarios. The charts may assist modelling growth sidered ‘ at risk of failure’ for preventive remedial works
and decay cycles associated with timber harvesting, prioritisation. It is important to emphasise that such sys-
for example; tems must still, however, rely on expert knowledge at
3. the identification of appropriate site investigation stra- critical stages of the decision process. It is considered
tegies. This may include more rigorous numerical inappropriate to try and fully automate such decision
approaches and simulations, or indeed, different stra- processes due to local scale variability and process rep-
tegies for instrumentation and remediation. resentation limitations. This also applies to any definition
of remedial works as local conditions and cost factors
4.2. Landslide hazard assessment would preclude a suitable detailed design and/or cost
optimisation within such a process. However, the
The second example of the use of CHASM within a CHASM scheme, implemented within a database archi-
decision support structure is in an ‘Expert System’ for tecture does allow the users to rapidly review and
slope maintenance management. Created for a project in initially appraise potential stability conditions prior to
Malaysia, the Malaysian engineered hillslope manage- further more detailed analyses—a facility that would
ment system (MEHMS—Fig. 8) has a structured datab- conventionally be impracticable.
ase, recording all slope attributes by site and has full
data reporting facilities linked to both design charts
(Anderson et al., 1996) and CHASM. The database 5. Conclusions
architecture allows complete data entry of all relevant
slope attributes. Thus slope location (chainage), As the complexity of terrain increases in which
geometry, soil, and geological information can all be arterial routes and buildings are constructed and the legal
recorded and retrieved to construct the appropriate input framework for responsibility becomes ever more
files such that, for slopes selected, CHASM can be run demanding, there is an identified need to more compre-
automatically from within MEHMS, or compared hensively integrate slope processes within models of
directly to summary design charts of CHASM simula- slope stability. CHASM integrates stability analysis with
342 P.L. Wilkinson et al. / Environmental Modelling & Software 17 (2002) 333–344

Fig. 8. MEHMS interface screen for an individual slope.

demands of the discretisation and parameterisation pro-


cesses, thereby minimising the risk of user errors. As a
component within slope management decision support
architecture, CHASM has potential—whether directly or
through the use of a summary matrix of model simula-
tions—to significantly aid the decision process.

Appendix A. Principle equation set

A.1. Richards equation (1931)

∂q
∂t
∂ ∂q ∂K
⫽⫺ D
∂z ∂z 冉 冊
⫺ .
dz

앫 q: volumetric moisture content (m3m⫺3)


앫 t: time (s)
앫 z: vertical depth (m)
앫 D: hydraulic diffusivity (m2s⫺1)
Fig. 9. An example of hazard and risk maps.
A.2. Millington–Quirk equation (Millington and Quirk,
1959)


dynamic slope hydrology. In addition the scheme allows m
the impacts of vegetation to be investigated. As such the Ks(qi / qs)p ((2j ⫹ 1⫺2i)yj⫺2)
combined physically based scheme represents a techni- j⫽i
Ki ⫽ .

cal innovation over standard approaches to the assess- m
ment of stability. Implemented within the WINDOWS ((2j⫺1)yj⫺2)
environment, the GUI successfully minimises the j⫽1
P.L. Wilkinson et al. / Environmental Modelling & Software 17 (2002) 333–344 343

앫 p: pore interaction term where f0 is a correction factor to account for interslice


앫 Ki: unsaturated conductivity (ms⫺1) shear forces.
앫 Ks: saturated conductivity (ms⫺1)
앫 qi: unsaturated moisture content (m3m⫺3) A.5. Interception equation (Rutter et al., 1971;
앫 qs: saturated moisture content (m3m⫺3) Valente et al., 1997)

冕 冕 冕
앫 yj: suction value at moisture content qi (m)
앫 m: number of equal increments of q from q=0 to q=qs (1⫺p⫺pt) Rdt ⫽ Ddt ⫹ Edt ⫹ ⌬C
앫 j,i: summation indices

A.3. Mohr–Coulomb equation (Coulomb, 1776) 冕 冕


pt Rdt ⫽ Sf ⫹ Etdt ⫹ ⌬Ct

s ⫽ c⬘ ⫹ (s⫺u)tanf⬘.
앫 S: canopy storage capacity (m)
앫 s: soil shear strength (kNm⫺2) 앫 St: trunk storage capacity (m)
앫 c⬘: effective soil cohesion (kNm⫺2) 앫 p: free throughfall coefficient
앫 f⬘: effective angle of internal friction (degrees) 앫 pt: stemflow partitioning coefficient
앫 s: total normal stress (kNm⫺2) 앫 R: gross rainfall intensity (ms⫺1)
앫 u: pore water pressure (kNm⫺2) 앫 D: drainage rate from the canopy (ms⫺1)
앫 E: evaporation rate of water intercepted by the can-
A.4. Bishop and Janbu stability equations (Bishop, opy (ms⫺1)
1955) 앫 ⌬C: change in canopy storage (m)
앫 Sf: stemflow (m)
Bishop: 앫 Et: evaporation rate of the water intercepted by the
trunks (ms⫺1)

冘 앫 ⌬Ct: change in the trunk storage (m)


n

(c⬘l ⫹ (P⫺ul)tanf⬘)
FOS ⫽
i=0


n A.6. Penman–Monteith equation (Monteith, 1973)
Wtana
i=0
⌬Rn ⫹ rcpVPD / ra
Ep ⫽ .
where l[⌬ ⫹ g(1 ⫹ rc / ra)]

P ⫽ W⫺冋 1
FS0
(c⬘lsina⫺ultanf⬘sina) / mα 册 앫 Ep: potential evapotranspiration rate (ms⫺1)
앫 ra, rc: aerodynamic and canopy resistance, respect-
and ively (sm⫺1)

冉 冊
앫 ⌬: slope of the saturation vapour pressure–tempera-
tanf⬘ ture curve (kgm⫺3K⫺1)
mα ⫽ cosa 1 ⫹ tana .
FS0 앫 VPD: represents the vapour pressure deficit
(kgm⫺1s⫺2)
앫 n: number of slices 앫 cp: specific heat of air (Jkg⫺1K⫺1)
앫 FS: factor of safety 앫 Rn : net radiation (Wm⫺2).
앫 c⬘: effective soil cohesion (kNm⫺2)
앫 l: slice length (m) A.7. Root reinforcement equation (Wu et al., 1979;
앫 a: slice angle (degrees) Wu, 1995)
앫 u: pore water pressure (kNm⫺2)
앫 f⬘: effective angle of internal friction (degrees)
앫 W: weight of the soil (kNm⫺2) ⌬c⬘ ⫽ c⬘R ⫽ tR(cosqtanf ⫹ sinq)

Janbu: 앫 c’: effective cohesion (kNm⫺2)


앫 c’R: effective cohesion attributed to the root net-

n

(c⬘l ⫹ (P⫺ul)tanf⬘)seca work (kNm⫺2)


앫 q: angle of shear rotation (degrees)
FOS ⫽ f0
i=0
앫 f: angle of internal friction (degrees)

n

Wtana 앫 tR : average tensile strength of the roots per unit area


i=0 of soil (kNm⫺2)
344 P.L. Wilkinson et al. / Environmental Modelling & Software 17 (2002) 333–344

References analysis. Proceedings of the European Conference on the Stability


of Earth Slopes 3, 43–49.
Lamb, T.S.K., Premchitt, J., 1990. Rainfall-runoff on slopes 1984–
Anderson, M.G., 1990. A feasibility study in mathematical modelling 1988. Civil Engineering Services Report Hong Kong 1990. Special
of slope hydrology and stability. Geotechnical Control Office Civil Project Report I 1/90.
Engineering Services Department Hong Kong Report CE 23/90. Lloyd, D.M. 1990. Modelling the hydrology and stability of tropical
Anderson, M.G., Kemp, M.J., 1991. Towards an improved specifi- cut slopes, PhD thesis, University of Bristol.
cation of slope hydrology in the analysis of slope instability prob- Millington, R.J., Quirk, J.P., 1959. Permeability of porous media. Nat-
lems in the tropics. Progress in Physical Geography 15 (1), 29–52. ure 183, 387–388.
Anderson, M.G., Lloyd, D.M., 1991. Using a combined slope Monteith, J.L., 1973. Principles of Environmental Physics. Edward
hydrology–stability model to develop cut slope design charts. Pro- Arnold, London.
ceedings of the Institution of Civil Engineers 91 (2), 705–718. Nash, D., 1987. A comparative review of limit equilibrium methods
Anderson, M.G., Bates, P.D. (Eds.), 2001. Model Validation—Per- of stability analysis. In: Anderson, M.G., Richards, K.S. (Eds.),
spectives in Hydrological Science. Wiley, Chichester, p. 500. Slope Stability, pp. 11–73.
Anderson, M.G., Kemp, M.J., Lloyd, D.M., 1988. Applications of soil Philips, C.J., Watson, A.J., 1998. Structural Tree Root Research in
water finite difference models to slope stability problems. In: Pro- New Zealand: a Review. Manaaki Whenua Press, Christchurch.
ceedings of the 5th International Symposium on Landslides, vol. Richards, L.A., 1931. Capillary conduction of liquids in porous
1. Lausanne, pp. 525–530. mediums. Physics 1, 318–333.
Anderson, M.G., Collison, A.J.C., Hartshorne, J., Lloyd, D.M., Park, Rutter, A.J., Kershaw, K.A., Robins, P.C., 1971. A predictive model
A., 1996. Developments in slope hydrology—stability modelling of rainfall interception in forests. I. Derivation of the model from
for tropical slopes. In: Anderson, M.G., Brooks, S.M. (Eds.), observation in a plantation of corsican pine. Agric. Meteorol. 9,
Advances in Hillslope Processes, pp. 799–821. 367–384.
Anderson, M.G., Kemp, M.J., Lloyd, D.M., 1997. Hydrological Design Valente, F., David, J.S., Gash, J.H.C., 1997. Modelling interception
Manual for Slope Stability in the Tropics. Transport Research Lab- loss for two sparse eucalypt and pine forests in central Portugal
oratory p. 58. using reformulated Rutter and Gash analytical models. Journal of
Beven, K.J., 1985. Distributed models. In: Anderson, M.G., Burt, T.B. Hydrology 190, 141–162.
(Eds.), Hydrological Forecasting. Wiley, New York, pp. 405–435. Watson, A.J., O’Loughlin, C.L., 1985. Morphology strength and
Bishop, A.W., 1955. The use of the slip circle in the stability analysis biomass of manuka roots and their influence on slope stability. New
of slopes. Geotechnique 5 (1), 7–77. Zealand Journal of Forestry Science 15 (3), 337–348.
Cendall, P.A., 2001. A discontinuous future for modelling in geomech- Watson, A.J., O’Loughlin, C.L., 1990. Structural root morphology and
anics? Geotechnical Engineering 149, 41–47. biomass of three age classes of Pinus radiata. New Zealand Journal
Cernica, J.N., 1995. Geotechnical Engineering: Soil Mechanics. Wiley, of Forestry Science 20 (1), 97–110.
Chichester, p. 453. Wilkinson, P.L., 2000. Investigating the hydrological and geotechnical
Collison, A.J.C., 1993. Assessing the influence of vegetation on slope effects of vegetation on slope stability: development of a fully inte-
stability in the tropics, Ph.D. Thesis, University of Bristol. grated numerical model, PhD thesis, University of Bristol.
Coulomb, C.A., 1776. Essai sur une application des regles des maximis Wilkinson, P.L., Brooks, S.M., Anderson, M.G., 1998. Investigating
a quelques problemes de statique relatifs a l’architecture. Memor- the effect of moisture extraction by vegetation upon slope stability:
andum Academie Ryale, Pres. Div. Sav. 7, 343–382. further developments of a Combined Hydrology and Stability
Darcy, H., 1856. Les Fontaines Publique de la Ville de Dijon. Dal- Model (CHASM). British Hydrological Society International Sym-
mont, Paris. posium on Hydrology in a Changing Environment. Theme 4:
Feddes, R.A., Kowalik, P.J., Zaradny, H., 1978. Simulation of field Hydrology of environmental hazards, pp. 165–178.
water use and crop yield. Simulation Monographs. Pudoc. Wagen- Wilkinson, P.L., Brooks, S.M., Anderson, M.G., 2000. Design and
ingen, p. 189. application of an automated non-circular slip surface search within
Forcheimer, P., 1930. Hydraulik, 3rd ed. Teubner, Leipzig and Berlin. a Combined Hydrology And Stability Model (CHASM). Hydrolog-
Geotechnical and Geoenvironmental Software Directory, 2001, ical Processes 14, 2003–2017.
www.ggsd.com/ Wu, W., Sidle, R.C., 1995. A distributed slope stability model for steep
Geotechnical Control Office 1980. CHASE Cutslopes in Hong Kong: forested basins. Water Resources Research 31, 2097–2110.
Assessment of Stability by Empiricism. Public Works Department, Wu, T.H., McKinnell III, W.P., Swanston, D.N., 1979. Strength of tree
Hong Kong. roots and landslides on Prince of Wales Island, Alaska. Canadian
Janbu, N., 1954. Application of composite slip surface for stability Geotechnical Journal 16 (1), 19–33.

You might also like