SurfaceAfterTectonics
- class fastscape.processes.SurfaceAfterTectonics(*, topo_elevation, forced_motion)
Used for the computation erosion processes after applying tectonic forcing.
- topo_elevation
Surface topography elevation
Variable properties:
type :
foreignreference variable :
SurfaceTopography.elevationintent :
indimensions : (‘y’, ‘x’)
- Type:
attr.Attribute
- forced_motion
Imposed vertical motion of topographic surface
Variable properties:
type :
foreignreference variable :
TectonicForcing.surface_upwardintent :
indimensions : () or (‘y’, ‘x’)
- Type:
attr.Attribute
- elevation
Surface elevation before erosion
Variable properties:
type :
variableintent :
outdimensions : (‘y’, ‘x’)
- Type:
attr.Attribute
Methods
__init__(*, topo_elevation, forced_motion)Method generated by attrs for class SurfaceAfterTectonics.
run_step()
Output of process info:
In [1]: import xsimlab as xs
In [2]: from fastscape.processes import SurfaceAfterTectonics
In [3]: xs.process_info(SurfaceAfterTectonics)
<SurfaceAfterTectonics (xsimlab process)>
Variables:
topo_elevation [in] <--- SurfaceTopography.elevation
forced_motion [in] <--- TectonicForcing.surface_upward
elevation [out] ('y', 'x') surface elevation before ero...
Simulation stages:
run_step