Myrio {cvasi}R Documentation

Myriophyllum model with exponential growth

Description

The Myriophyllum model is derived from the Lemna TKTD model by Klein et al. (2021). The Myriophyllum model is mathematically equivalent to the Tier 2C version of the Lemna model by Klein et al. (2021), cf. Lemna_SETAC(). Recommended settings for Tier 2C are k_photo_fixed=TRUE and k_resp=0 (Klein et al. 2021). In particular, the growth model is a simple exponential growth model, which is considered to be the typical situation for a laboratory macrophyte study. Instead of frond numbers as for Lemna, the biomass is also returned as total shoot length (TSL) in simulation results. Consequently, the model has the additional parameter r_DW_TSL (dry weight per total shoot length ratio) instead of r_DW_FN (dry weight per frond number ratio).

Usage

Myrio()

Value

an S4 object of type MyrioExpScenario

State variables

The model has two state variables:

Model parameters

Environmental factors

None.

Simulation output

Simulation results will contain two additional columns besides state variables:

The available output levels are as follows:

Effects

Supported effect endpoints include BM (biomass) and r (average growth rate during simulation). The effect on biomass is calculated from the last state of a simulation. Be aware that endpoint r is incompatible with biomass transfers.

Biomass transfer

Models supporting biomass transfer can be instructed to move a fixed amount of biomass to a new medium after a period of time. This feature replicates a procedure occurring in e.g. Lemna effect studies and may be necessary to recreate study results.

The biomass transfer feature assumes that always a fixed amount of biomass is transferred. Transfers can occur at any fixed point in time or in regular intervals. During a transfer, the biomass is reset to the transferred amount and additional compartments can be scaled 1:1 accordingly, to e.g. reflect the change in internal toxicant mass when biomass is modified. Transfer settings can be modified using set_transfer().

Any transfer time point must also be an output time point. If a transfer occurs, simulation results of that time point will report the model state before the transfer. Be aware that in order to use transfers at regular intervals, the simulation must start at time point zero.

References

Klein J., Cedergreen N., Heine S., Reichenberger S., Rendal C., Schmitt W., Hommen U., 2021: Refined description of the Lemna TKTD growth model based on Schmitt et al. (2013) - equation system and default parameters. Report of the working group Lemna of the SETAC Europe Interest Group Effect Modeling. Version 1, uploaded on 22. Sept. 2021. https://www.setac.org/group/effect-modeling.html

See Also

Macrophyte-models, Transferable, Scenarios

Other Myriophyllum models: Myrio_log(), Myriophyllum-models

Other macrophyte models: Lemna_SETAC(), Lemna_Schmitt(), Macrophyte-models, Myrio_log()


[Package cvasi version 1.1.3 Index]