Description Usage Arguments Objects from the Class Slots Methods Author(s) References Examples
A CHILD object comprises all data sets from a model run output. CHILD
saves a series of ASCII-files in a common directory. A CHILD object can
be created from a model run output file collection with the function
read.CHILD
.
1 |
... |
Objects can be created by calls of the form CHILD(...)
.
summary
:Object of class "character"
, A brief
character summay of the model setup and results.
inputs
:Object of class "character"
, A record of
input parameters.
timesteps
:Object of class "numeric"
, A vector
of the created time steps, i.e. the layer IDs.
pts
:Object of class "matrix"
, An optinal matrix
of xyz-coordinates and boundary flags as input data for surface
triangulation in CHILD.
upliftmap
:Object of class "list"
, An optional
list with xy-coordinates of spatially distributed uplift values.
layers
:Object of class "list"
, An optional
list of Layer information for time steps.
nodes
:Object of class "list"
, A list with
xy-coordinates of nodes, the ID of one spoke, and boundary code.
edges
:Object of class "list"
, A list with
IDs of origin and destination nodes, ID of ccw edge.
tri
:Object of class "list"
, A list with
IDs of vertices, neighbor triangles, and edges.
random
:Object of class "numeric"
, A vector with
data for re-starting the random number sequence of mesh generation.
varea
:Object of class "list"
, A list with
Voronoi area of each node in square metres.
slp
:Object of class "list"
, A list with
the gradient of each node in downstream direction.
area
:Object of class "list"
, A list with
the drainage area of each node in square metres.
vols
:Object of class "numeric"
, A vector with
the landscape volume at each storm.
dvols
:Object of class "numeric"
, A vector with
the change in landscape volume over one storm.
q
:Object of class "list"
, A list with
the water discharge at each node in cubic metres per year.
net
:Object of class "list"
, A list with
the ID of each nodes downstream neighbor.
storm
:Object of class "matrix"
, A matrix with
storm data: inter-storm duration in years, storm intensity in metres
per year and storm duration in years.
tau
:Object of class "list"
, A list with the
shear stress in Pascal for each node.
tx
:Object of class "list"
, A list with
the volumetric proportion of the finest grain size in the top layer.
z
:Object of class "list"
, A list with node
elevations in metres.
signature(object = "CHILD")
: ...
Michael Dietze
CSDMS website. http://csdms.colorado.edu/wiki/Model:CHILD.
Tucker, GE. 2010. CHILD Users Guide for version R9.4.1.
http://csdms.colorado.edu/mediawiki/images/Child_users_guide.pdf
Tucker, GE., Lancaster, ST., Gasparini, NM., Bras, RL. 2001. The
Channel-Hillslope Integrated Landscape Development (CHILD) Model.
In Harmon, RS., Doe, W.W. III (eds). Landscape Erosion and Evolution
Modeling. Kluwer Academic/Plenum Publishers, pp. 349-388.
1 | showClass("CHILD")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.