[1] 217 157
Ecosystem Modelling Facility, CREAF
traits4models
?medfate
traits4models
?traits4models
?General procedure
For each trait data source, harmonization needs to be conducted in terms of:
How it is done in traits4models?
HarmonizedTraitDefinition
that presents plant trait definitions and their required notation and units.harmonize_taxonomy_WFO()
.check_harmonized_trait()
allows checking that the harmonized source is acceptable.csv
or rds
(compressed) format.General procedure
For each allometry data source, harmonization needs to be conducted in terms of:
How it is done in traits4models?
harmonize_taxonomy_WFO()
.check_harmonized_allometry()
allows checking that the harmonized source is acceptable.csv
or rds
(compressed) format.medfate
The following sections describe the main steps used to create a species parameter table for medfate and the functions in traits4models that assist the process:
# | Step | Function(s) |
---|---|---|
1 | Initialize the parameter table with target taxonomic entities | init_medfate_params() |
2 | Populate species parameters from forest inventory data | fill_medfate_inventory_traits() |
3 | Populate plant allometric coefficients from suitable databases | fill_medfate_allometries() |
4 | Populate plant functional traits from harmonized data bases | fill_medfate_traits() |
5 | Checking the final parameter table | check_medfate_params() |
6 | If necessary, completing strict parameters | complete_medfate_strict() |
The procedure is illustrated in vignette Building species parameter tables for medfate.
Warning
check_medfate_params()
should include verification of the relationships between physiological traits.Species trait parameter table SpParamsMED
was created before traits4models and is provided in medfate as default parameter table:
However, the taxonomy of SpParamsMED
is a simplification of that of the Spanish National Forest Inventory (IFN).
Package traits4models provides SpParamsES
which has more taxonomic entities, matching IFN taxonomy and ready to be used when parsing forest plot data with package forestables:
Data sets SpParamsES
, SpParamsFR
and SpParamsUS
provided in traits4models follow the populating procedure explained here.
SpParamsMED
is still supported, but SpParamsES
, SpParamsFR
and SpParamsUS
are more likely to be maintained and curated in the long term.