81: Effects of moisture on decomposition rates according to the...

Description Usage Arguments Value Author(s) References Examples

Description

Calculates the effects of soil moisture on decomposition rates according to the DEMETER model.

Usage

1
fW.Demeter(M, Msat = 100)

Arguments

M

A scalar or vector containing values of soil moisture for which the effects on decomposition rates are calculated.

Msat

A scalar representing saturated soil moisture.

Value

A scalar or a vector containing the effects of moisture on decomposition rates (unitless).

Author(s)

Carlos A. Sierra, Markus Mueller

References

Foley, J. A. (1995), An equilibrium model of the terrestrial carbon budget, Tellus B, 47(3), 310-319.

Examples

1
2
3
Moisture=0:100
plot(Moisture,fW.Demeter(Moisture),type="l",ylab="f(W) (unitless)", 
     main="Effects of soil moisture on decomposition rates according to the DEMETER model")

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

Related to 81 in SoilR...