ChannelErosion

class fastscape.processes.ChannelErosion

Base class for continental channel erosion and/or deposition.

Do not use this base class directly in a model! Use one of its subclasses instead.

However, if you need one or several of the variables declared here in another process, it is preferable to pass this base class in xsimlab.foreign().

erosion

Channel erosion and/or deposition

Variable properties:

  • type : variable

  • intent : out

  • dimensions : (‘y’, ‘x’)

  • groups : erosion

Type:

attr.Attribute

Methods

__init__()

Method generated by attrs for class ChannelErosion.

Output of process info:

In [1]: import xsimlab as xs

In [2]: from fastscape.processes import ChannelErosion

In [3]: xs.process_info(ChannelErosion)
<ChannelErosion  (xsimlab process)>
Variables:
    erosion    [out] ('y', 'x') channel erosion and/or deposition
Simulation stages:
    *no stage implemented*