LocalIsostasyTectonics

class fastscape.processes.LocalIsostasyTectonics(*, i_coef, bedrock_upward)

Local isostasic effect of tectonic forcing.

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

i_coef

Local isostatic coefficient

Variable properties:

  • type : variable

  • intent : in

  • dimensions : ()

Type:

attr.Attribute

bedrock_upward

Imposed vertical motion of bedrock surface

Variable properties:

Type:

attr.Attribute

Methods

__init__(*, i_coef, bedrock_upward)

Method generated by attrs for class LocalIsostasyTectonics.

run_step()

Output of process info:

In [1]: import xsimlab as xs

In [2]: from fastscape.processes import LocalIsostasyTectonics

In [3]: xs.process_info(LocalIsostasyTectonics)
<LocalIsostasyTectonics  (xsimlab process)>
Variables:
    rebound           [out] ('y', 'x') isostasic rebound due to mat...
    i_coef             [in] local isostatic coefficient
    bedrock_upward     [in] <--- TectonicForcing.bedrock_upward
Simulation stages:
    run_step