Run Simulations

growR implements the grassland growth model ModVege. The basis of the model is thoroughly described by (Jouven, Carrère, and Baumont 2006).

In short, ModVege takes a values relating to daily weather conditions, the nutrition availability and water holding capabilities as well as the prevailing functional composition of plant population of the simulated site as inputs and uses them to simulate grass growth on a daily time step.

Functions and data provided by growR allow users to

Quickstart

Parameters

ModVege makes use of a sizable number of different variables. Some of them are used as inputs to the simulation, some tune model behaviour and others are the actual state variables of the simulated grassland system.

The following section attempt to provide an as comprehensive as possible list of all of these. For a thorough understanding, the reader is referred to the original publication by (Jouven, Carrère, and Baumont 2006).

State Variables

These values evolve during a model run and are stored in the respective fields in the [ModvegeSite] instance that was run.

Initial conditions

Model parameters

Functional group parameters

Weather variables

library(growR)
#> +---------------------------------+
#> | Welcome to growR Version 0.0.1! |
#> +---------------------------------+
Jouven, M., P. Carrère, and R. Baumont. 2006. “Model Predicting Dynamics of Biomass, Structure and Digestibility of Herbage in Managed Permanent Pastures. 1. Model Description.” Grass and Forage Science 61 (2): 112–24. https://doi.org/10.1111/j.1365-2494.2006.00515.x.