141: Calculates the release of C from each pool

Description Usage Arguments Details Value Author(s) See Also

Description

This function computes carbon release from each pool of the given model as funtion of time Have a look at the methods for details.

Usage

1

Arguments

object

An model object (the actual class depends on the method e.g. Model or Model14

Details

This function takes a Model object, which represents a system of ODEs solves the system for C(t), calculates a diagonal matrix of release coefficients R(t), and computes the release flux as R(t) C(t). The numerical solver used can be specified in the model creating functions like e.g. Model.

Value

A matrix. Every column represents a pool and every row a point in time

Author(s)

Carlos A. Sierra, Markus Mueller

See Also

See examples in Model, GeneralModel, GeneralModel_14, TwopParallelModel, TwopSeriesModel, TwopFeedbackModel, etc.


SoilR documentation built on May 4, 2017, 9:08 p.m.

Related to 141 in SoilR...