This function runs a FATE dynamical landscape vegetation simulation.
FATE(simulParam, no_CPU = 1L, verboseLevel = 0L)a string corresponding to the name of a
parameter file that will be contained into the PARAM_SIMUL folder
of the FATE simulation
(optional) default 1.
The number of
resources that can be used to parallelize the simulation
(optional) default 0.
The logger
verbose level : a FATE simulation can render different levels of
information (from 0 to 4, see
Details).
None
This function allows to run a vegetation simulation with the
FATE model, based on a simulation folder and a species simulation
parameter file.
A FATE simulation can be parallelized, using the no_CPU
parameter, given that the user machine is multi-core !
Quantity of informations are rendered by the software into the R
console, and the verboseLevel parameter allows to filter which
level of information is printed :
shows any message
shows any message, except debug
shows only warning and error messages
shows only error messages
mute
if (FALSE) FATE() # \dontrun{}