Excel Guide Check Dam Sediment Modeling
Excel Guide Check Dam Sediment Modeling
4. Take Logarithms
To apply a power-law model (e.g., w(x) = w0 * (1 - x/L)^n), take the natural logarithm of
width or height and the normalized x:
ln(w) = ln(w0) + n * ln(1 - x/L)
In Excel:
- ln(w): =LN(B2)
- ln(1 - x/L): =LN(C2)