slow_y_ss: Calculate the steady-state slow soil carbon pool

Description Usage Arguments

View source: R/slow_pool.R

Description

Calculates the steady-state version of the modelled slow soil carbon pool, in tonnes C ha^-1.

Usage

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
)

Arguments

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_a parameter, calculated using k_a().

k_s

Numeric vector indicating the k_s parameter, calculated using k_s.

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 soilc_params.


aj-sykes92/soilc.ipcc documentation built on March 19, 2021, 11:52 a.m.