Learn R Programming

SoilR (version 1.1-23)

getReleaseFlux: Calculates the release of C from each pool

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

getReleaseFlux(object)

Arguments

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

Value

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.

See Also

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