Eroders

“Eroder” classes implement various erosion processes. They all provide an erode method for computing erosion and/or updating the elevation of the topographic surface during one time step.

Channel erosion

SPLEroder

Bedrock channel erosion modelled using the Stream Power Law.

Hillslope erosion

DiffusionADIEroder

Hillslope erosion using linear diffusion.

Flow kernel eroder

FlowKernelEroder(flow_graph, **kwargs)

Abstract flow kernel eroder class.