Calculates the steady-state version of the modelled slow soil carbon pool, in tonnes C ha^-1.
1 2 3 4 5 6 7 8 9 | slow_y_ss(
c_input,
lignin_frac,
active_y_ss,
k_a,
k_s,
sand_frac,
params = soilc_params
)
|
c_input |
Numeric vector indicating combined carbon inputs for the model, in tonnes C ha^-1. |
lignin_frac |
Numeric vector indicating lignin fraction of the carbon inputs, fractional. |
active_y_ss |
Numeric vector indicating the steady-state version of the modelled active soil carbon pool, in tonnes C ha^-1. |
k_a |
Numeric vector containing the model |
k_s |
Numeric vector indicating the |
sand_frac |
A numeric scalar or vector indicating the sand proportion in the soil mineral makeup, fractional. |
params |
A named list containing model parameters. Defaults to the package default parameter
set |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.