BaseIsostasy

class fastscape.processes.BaseIsostasy

Base class for isostasy.

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().

rebound

Isostasic rebound due to material loading/unloading

Variable properties:

  • type : variable

  • intent : out

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

  • groups : bedrock_upward, surface_upward

Type:

attr.Attribute

Methods

__init__()

Method generated by attrs for class BaseIsostasy.

Output of process info:

In [1]: import xsimlab as xs

In [2]: from fastscape.processes import BaseIsostasy

In [3]: xs.process_info(BaseIsostasy)
<BaseIsostasy  (xsimlab process)>
Variables:
    rebound    [out] ('y', 'x') isostasic rebound due to material l...
Simulation stages:
    *no stage implemented*