USGS Debris Flow Likelihood Model

Inputs

Probability of Debris Flow

The likelihood of debris flow Pdf for a given cell or watershed can be computed as:

Pdf(i,j) = σ(α S(i,j) + β R(i,j) + γ B(i,j) + δ A(i,j) + ε T(i,j) + η)
    

Where:

Flow Accumulation

To model the cumulative debris flow likelihood downstream, use a recursive accumulation:

Ldf(i,j) = Pdf(i,j) + Σ(m,n) ∈ upstream(i,j) wm,n ⋅ Ldf(m,n)
    

Where:

Implementation Notes