calc_PDSOCt: Plant-derived SOC in year t (PDSOCt)

Description Usage Arguments Details See Also

View source: R/calc_PDSOCt.R

Description

When it comes to soil organic carbon (SOC), there is plant-derived SOC (PDSOC) and dung-derived SOC (DDSOC). Not generally called directly but incorporated in wrapper function.

Usage

1
calc_PDSOCt(ANPPt_est, BNPPt_est, LIGCELL, GI, Fire)

Arguments

ANPPt_est

Output of calc_ANPPt_est()

BNPPt_est

Output of calc_BNPPt_est()

LIGCELL

Lignin and cellulose content of livestock feed for year t (proportion)

GI

Grazing intensity for year t (proportion)

Fire

Average number of fires per year (#/year)

Details

Both of these equations are fairly straight-forward. PDSOCt just takes the estimated ANPPt and BNPPt along with LIGCELL, Fire and Grazing Intensity. DDSOCt takes only ANPPt, LIGCELL and Grazing Intensity (not BNPPt nor Fire).

See Also

SNAP which wraps this function.

calc_DDSOCt

calc_ANPPt_est

calc_BNPPt_est


ruan-de-wet/snapr documentation built on Dec. 31, 2020, 3:14 a.m.