
Simulate soil organic carbon with the ICBM two-pool model.
Source:R/soc_models.R
calculate_soc_icbm.RdAnalytical ICBM trajectory: a young and an old pool with a closed-form solution evaluated at integer years. A degenerate branch handles the case where the two effective rate constants coincide.
Usage
calculate_soc_icbm(
initial_soc_mgc_ha,
c_input_mgc_ha_yr,
years,
clay_pct = NA,
climate_modifier = 1
)Source
Andren, O. & Katterer, T. (1997). doi:10.1890/1051-0761(1997)007[1226:ITICBM]2.0.CO;2 .
Arguments
- initial_soc_mgc_ha
Initial soil organic carbon stock (Mg C per ha).
- c_input_mgc_ha_yr
Annual carbon input (Mg C per ha per year).
- years
Number of years to simulate.
- clay_pct
Soil clay content (percent); unused, kept for contract.
- climate_modifier
Annual climate rate modifier (dimensionless), scaling both pool decomposition rates.