The default initial carbon pool values used by the default MEMC model configurations
default_initial.Rd
The default initial carbon pool values used by the default MEMC model configurations
Format
A named vector of the initial states of the carbon pools.
- POM
Particulate organic carbon or POC
- MOM
Mineral associated organic carbon or MOC, note that this excludes QOM
- QOM
Adsorbed phase of DOC
- MB
Microbial biomass carbon or MBC
- DOM
Dissolved organic carbon or DOC
- EP
Enzyme for decomposition of POM
- EM
Enzyme for decomposition of MOM
- IC
Accumulated CO2 flux
- Tot
Total carbon in the patch
See also
Other inputs:
default_params
Examples
print(default_initial)
#> POM MOM QOM MB DOM EP EM IC
#> 10.00000 5.00000 0.10000 2.00000 1.00000 0.00001 0.00001 0.00000
#> Tot
#> 18.10002