Algae_TKTD {cvasi}R Documentation

Algae model with exponential growth, forcings (P, I) and scaled damage

Description

The model is a mechanistic combined toxicokinetic-toxicodynamic (TK/TD) and growth model for algae. The model simulates the development of algal biomass under laboratory and environmental conditions. The growth of the algae population is simulated on the basis of growth rates, which are dependent on environmental conditions (radiation, temperature and phosphorus). The model is a variant of the Algae_Weber() model (Weber 2012) as cited in EFSA TKTD opinion (2018). This Algae model, Algae_TKTD(), provides an additional possibility (probit) to simulate the dose-response curve and considers a scaled internal damage instead of the external concentration.

Usage

Algae_TKTD()

Value

an S4 object of type AlgaeTKTDScenario

State variables

The model has four state variables:

Model parameters

Forcings

Besides exposure events (Cw), the Algae model requires two environmental properties as time-series input: Irradiance (I, uE/m²/s) and temperature (T_act, deg C). Forcings time-series are represented by data.frame objects consisting of two columns. The first for time and the second for the environmental factor in question. The input format for all forcings is a list of the data frames.

Simulation output

Simulation results will contain the state variables Biomass (A), mass of internal phosphorous (Q), mass of external phosphorous (P) and the damage concentration (Dw). The derivatives are also available as additional output.

References

Weber D, Schaeffer D, Dorgerloh M, Bruns E, Goerlitz G, Hammel K, Preuss TG and Ratte HT, 2012. Combination of a higher-tier flow-through system and population modeling to assess the effects of time-variable exposure of isoproturon on the green algae Desmodesmus subspictatus and Pseudokirchneriella subcapitata. Environmental Toxicology and Chemistry, 31, 899-908. doi:10.1002/etc.1765

See Also

Scenarios, Transferable

Other algae models: Algae-models, Algae_Simple(), Algae_Weber()


[Package cvasi version 1.1.3 Index]