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
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).
These values evolve during a model run and are stored in the respective fields in the [ModvegeSite] instance that was run.
BM Standing biomass in kg DM per ha.BMG Standing green biomass (kg DM / ha).cBM Cumulativeley grown biomass (kg DM / ha).dBM Daily grown biomass (kg DM / ha).hvBM Cumulative harvested biomass (kg DM / ha).OMD Organic matter digestibility (kg / kg).OMDG OMD of green matter (kg / kg).ST Temperature sum in degree Celsius days.REP Reproductive function. Gives the fraction of growth
that is assigned to reproductive growth. The remainder goes into
vegetative growth. Dimensionless.PGRO Potential growth in kg DM / ha.GRO Effective growth in kg DM / ha.LAI Leaf area index, accounting for the proportion of
light intercepted by the sward. Dimensionless.LAIGV LAI of green vegetative biomass.
Dimensionless.AET Actual evapotranspiration in mm.WR Water reserves in mm.ENV Function representing environmental effects on
growth. Acts as a multiplicative factor. Dimensionless.ENVfPAR Part of ENV due to strength of incident
radiation. Dimensionless.ENVfT Part of ENV due to temperature.
Dimensionless.ENVfW Part of ENV due to water limitation.
Dimensionless.AgeGV Age of green vegetative matter in degree
Celsius days.
AgeGR Age of green reproductive matter in degree
Celsius days.
AgeDV Age of dead vegetative matter in degree
Celsius days.
AgeDR Age of dead reproductive matter in degree
Celsius days.
BMGV biomass of GV (kg DM per ha).
BMGR biomass of GR (kg DM per ha).
BMDV biomass of DV (kg DM per ha).
BMDR biomass of DR (kg DM per ha).
BMDR biomass of DR (kg DM per ha).
SENG senescence of GV (kg DM per ha).
SENG senescence of GR (kg DM per ha).
ABSG abscission of DV (kg DM per ha).
ABSG abscission of DR (kg DM per ha).
ST thermal time (degree days).
cBM cumulative total biomass (kg per ha).
LON geographic longitude of site in degree.
LAT geographic latitude of site in degree.
ELV geographic elevation of site in
m.a.s.l.
WHC water-holding capacity of site in mm.
NI site nutritional index (dimensionless).
RUEmax maximum radiuation use efficiency in g DM per
MJ.
w_FGA relative weight of functional group
A.
w_FGB relative weight of functional group
B.
w_FGC relative weight of functional group
C.
w_FGD relative weight of functional group
D.
sigmaGV rate of GV respirative biomass loss
(dimensionless).
sigmaGR rate of GR respirative biomass loss
(dimensionless).
T0 photosynthesis activation temperature (degree
C).
T1 photosynthesis plateau temperature (degree
C).
T2 photosynthesis max temperature (degree
C).
KGV basic senescence rate GV
(dimensionless).
KGR basic senescence rate GR
(dimensionless).
KlGV basic abscission rate GV
(dimensionless).
KlGR basic abscission rate GR
(dimensionless).
maxOMDDV organic matter digestibility in gram per
gram DV.
minOMDDR organic matter digestibility in gram per
gram DR.
SLA Specific Leaf Area in m2 per
g.
pcLAM Percentage of laminae (number between 0 and
1).
ST1 Temperature sum in degree Celsiues days after
which the seasonality function SEA starts to decrease from
its maximum plateau. See also [SEA()].
ST2 Temperature sum in degree Celsiues days after
which the seasonality function SEA has decreased back to
its minimum value. See also [SEA()].
maxSEA Maximum value of the seasonality function
[SEA()]
minSEA Minimum value of the seasonality function
[SEA()]. Usually, minSEA = 1 - (maxSEA - 1).
maxOMDGV Maximum organic matter digestability for
green vegetative matter in arbitrary units.
minOMDGV Minimum organic matter digestability for
green vegetative matter in arbitrary units.
maxOMDGR Maximum organic matter digestability for
green reproductive matter in arbitrary units.
minOMDGR Minimum organic matter digestability for
green reproductive matter in arbitrary units.
BDGV Bulk density of green vegetative dry matter in
g per m3.
BDDV Bulk density of dead vegetative dry matter in g
per m3.
BDGR Bulk density of green reproductive dry matter
in g per m3.
BDDR Bulk density of dead reproductive dry matter in
g per m3.
fg_parameter_names Vector of strings of the variable
names of all vegetation parameters governed by functional group
composition.
DOY day of year in given year
Ta average temperature of given day
(Celsius).
Tmin minimum temperature of given day
(Celsius).
Tmax maximum temperature of given day
(Celsius).
precip precipitation in millimeter per day.
rSSD relative sunshine duration (%) apparently
unused.
SRad average sunlight irradiance in 1/0.47
J/s/m2. In other words, this value will be converted to
photosynthetically active radiation (PAR) in MJ/m2 as:
PAR = SRad * 0.47 * 24 * 60 * 60 / 1e6
ET0 evapotranspiration in mm. Currently calculated
here. Should be calculated in model from day length.
snow calculated by model.
library(growR)
#> +---------------------------------+
#> | Welcome to growR Version 0.0.1! |
#> +---------------------------------+