twoStation_dDOdt: Time derivative of DO concentration

Description Usage Arguments Details Value References

View source: R/twostation.r

Description

Time derivative of DO concentration

Usage

1
twoStation_dDOdt(t, y, parms, data, return_list = FALSE)

Arguments

t

Time step for the ode integration

y

Current state (dissolved oxygen concentration) at both sites

parms

a vector of parameters; see details

data

a list of data for the ode; see details

return_list

logical, should a list (suitable for deSolve) be returned?

Details

params must be a vector. The indices of the vector must map to model parameters as follows; (where parameters with length two are fit per site):

data is a list of length 2 (one per site); each item is a list of (constant) data items, including the following:

Value

Time derivative of dissolved oxygen

References

Fuß, T. et al. (2017). Land use controls stream ecosystem metabolism by shifting dissolved organic matter and nutrient regimes. Freshw Biol 62:582–599. \ Van de Bogert MC et al. 2007. Assessing pelagic and benthic metabolism using free water measurements. Limnol. Oceanogr.: Methods 5:145–155. \ Uehlinger, U., et al. 2000. Variability of photosynthesis‐irradiance curves and ecosystem respiration in a small river. Freshw Biol 44:493–507.


mtalluto/NSmetabolism documentation built on May 3, 2021, 7:51 p.m.