Century: This function implements the Century model from Parton.

Description Usage Arguments Details Value Author(s) References Examples

Description

Calculates flows of soil organic carbon and nitrogen based on the Century model. There are two versions one written in R (Century) and one in C (CenturyC) they should give the same result. The C version only runs at weekly timesteps.

Usage

1
2
3
  Century(LeafL, StemL, RootL, RhizL, smoist, stemp,
    precip, leachWater, centuryControl = list(),
    verbose = FALSE)

Arguments

LeafL

Leaf litter.

StemL

Stem litter.

RootL

Root litter.

RhizL

Rhizome litter.

smoist

Soil moisture.

stemp

Soil temperature.

precip

Precipitation.

leachWater

Leached water.

centuryControl

See centuryParms.

verbose

Only used in the R version for debugging.

soilType

See showSoilType.

Details

Most of the details can be found in the papers by Parton et al. (1987, 1988, 1993)

Value

A list with,

Author(s)

Fernando E. Miguez

References

~put references to the literature/web site here ~

Examples

1
2
Century(0,0,0,0,0.3,5,2,2)$Resp
Century(0,0,0,0,0.3,5,2,2)$MinN

serbinsh/biocro documentation built on May 29, 2019, 6:57 p.m.