76: Effects of temperature on decomposition rates according to...

Description Usage Arguments Value Author(s) References Examples

Description

Calculates the effects of temperature on decomposition rates according to the StandCarb model.

Usage

1
fT.Standcarb(Temp, Topt = 45, Tlag = 4, Tshape = 15, Q10 = 2)

Arguments

Temp

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

Topt

A scalar representing the optimum temperature for decomposition.

Tlag

A scalar that determines the lag of the response curve.

Tshape

A scalar that determines the shape of the response curve.

Q10

A scalar. Temperature coefficient Q10.

Value

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

Author(s)

Carlos A. Sierra, Markus Mueller

References

Harmon, M. E., and J. B. Domingo (2001), A users guide to STANDCARB version 2.0: A model to simulate carbon stores in forest stands. Oregon State University, Corvallis.

Examples

1
2
3
Temperature=0:50
plot(Temperature,fT.Standcarb(Temperature),type="l",ylab="f(T) (unitless)", 
     main="Effects of temperature on decomposition rates according to the StandCarb model")

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

Related to 76 in SoilR...