Original version was FATE-HD
, developed and used in
papers such as Boulangeat 2014, Barros 2017 or
Carboni 2018 (see FATE tutorial -
Publications). It was only C++
code, and all modules
were linked together (LIGHT
, DISPERSAL
,
HABSUIT
, SEEDING
,
DISTURBANCE
).
Refinements to the model, and integration of the C++
code within an R
package, as well as new modules
development, were meant to facilitate the use and spread of the
FATE
model.
SHADE_FACTOR
from int to doubleMAX_ABUND_LOW
, MAX_ABUND_MEDIUM
,
MAX_ABUND_HIGH
in global parametersMAX_ABUND
parameter within PFG succession
files (see FATE tutorial -
Modules)DROUGHT
module codem_Dispersed
to
m_IsSeeded
, MaxRecruit
to
Light/SoilActiveGerm
, m_DormBreaks
to
m_ActiveSeeds
)Makevars.win
and winlibs
to compile
on Windows with R 4.4.0 and RTools44DIST_PROB
and
DIST_PAIR
parameters within DIST
module (see
FATE tutorial - Modules)SuFate::DoDisturbance()
(optimization)Legion::pickupCohorts()
from
Legion::reduceCohort()
function, and add
Legion::reduceCohort()
function targeting directly a
specified cohort (seg fault)LIGHT_TOL
values in
SuFate::CheckSurvival()
function0:10
to 0:100
for IMM_SIZE
, ACTIVE_GERM
,
LIGHT_TOL
, SOIL_TOL
, PROP_KILLED
,
ACTIVATED_SEED
, FATES
parametersLIGHT_RECRUITMENT
parameter within
LIGHT
module, --SOIL_MASK--
,
SOIL_FILL_MAP
and SOIL_RECRUITMENT
parameters
within SOIL
module (see FATE tutorial - Modules)BH
package from version
1.75 to 1.81SimulMap
with unswitchingSHADE_FACTOR
parameter within
LIGHT
module (see FATE tutorial - Modules)LIGHT
module (height strata)PRE-FATE
,
FATE
, POST-FATE
), that can be easily installed
on all OS (Mac, Unix, Windows)shiny
interface for those who prefer to visually
explore the parameters (see SHINY interface
page)