yasso15_se: Yasso15 error

Description Usage Arguments Value Author(s) Examples

Description

Calculates the error of soil carbon prediction due to errors in the model parameters

Usage

1
yasso.15.se(time, climate, init, b, d, steady)

Arguments

time

time interval in years

climate

a 3 element vector with climate parameters: mean temperature (°C), accumulated precipitition (mm), and mean difference between min and max monthly temperature(°C)

init

5 element vector with initial carbon quantities in each chemical pool

b

5 element vector with yearly litter input to each chemical pool

d

litter diameter if needed

steady

weather to calculate the steady state. If true it ignores "time" parameter and loops until the carbon in chemical pools stabilizes

leac

leach parameter, default = 0

Value

a vector with 5 elements representing the carbon quantities in each chemical pool

Author(s)

Victor Felix Strîmbu victor.strimbu@nmbu.no

Examples

1
2
3
4
5
6
7
8
time = 5
climate = c(10,700,10)
init = c(10,10,10,10,10)
b = c(2,2,2,2,2)
d = 0
steady = F

yasso.15.se(time=time,climate=climate,init=init,b=b,d=d,steady=steady)

vstrimbu/yasso15 documentation built on May 25, 2019, 5:02 a.m.