Analytical AMG trajectory: an active decomposing pool and an inert stable
pool. The humification coefficient is selected from the carbon input type
via whep::amg_h_by_input_type (default 0.15). The active pool relaxes
to its steady state h * input / k; the stable pool is constant.
Usage
calculate_soc_amg(
initial_soc_mgc_ha,
c_input_mgc_ha_yr,
years,
clay_pct = NA,
climate_modifier = 1,
c_input_type = NA,
init_mode = c("fixed_iom", "steady_state")
)Source
Saffih-Hdadi, K. & Mary, B. (2008). doi:10.1016/j.soilbio.2007.08.022 .
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 the active-pool decomposition rate.
- c_input_type
Carbon input type label used to look up the humification coefficient.
- init_mode
Initial pool split.
"fixed_iom"splits the supplied initial stock by the published stable fraction."steady_state"ignores the supplied stock and starts from the analytical equilibriumca_ss / (1 - f_iom)(active pool at its steady stateca_ss = h * input / k, stable pool the matching inert share).
