/medfate

Functions to simulate Mediterranean forest functioning and dynamics using cohort-based description of vegetation

Primary LanguageC++

medfate - Mediterranean Forest Simulation

CRAN_Status_Badge R-CMD-check

Introduction

Package medfate is designed to assist forest scientists to simulate forest functioning and dynamics, using cohort-based description of forest stands. The package provides functions to simulate the following processes:

  • Soil water balance (De Cáceres et al. 2015)
  • Plant hydraulics, transpiration and photosynthesis (De Cáceres et al. 2021)
  • Carbon balance, plant growth, senescence and mortality (in preparation)
  • Forest dynamics (in preparation)

The models are parameterized for species of the Mediterranean region (particularly for Catalonia, NE Spain), but forests with different composition could be modelled with different parameter sets.

Package installation & documentation

Package medfate can be found at CRAN, where it is updated every few months. Installation from CRAN can be done via:

install.packages("medfate")

Users can also download and install the latest stable versions GitHub as follows (required package remotes should be installed/updated first):

remotes::install_github("emf-creaf/medfate")

A number of vignettes illustrate how to run simulation models in medfate. These, and additional articles regarding parameter estimation and model evaluation can be found at the package website.

A complete documentation of the models included in the package can be found in medfate’s reference book.

Companion R packages

During the development of medfate some functions have been originally placed there and then moved to more specialized packages which evolve together with medfate:

  • Package meteoland allows generating daily weather input for simulation models in medfate.
  • Package medfateland extends medfate by allowing simulations to be performed in a spatially explicit context.
  • Package medfateutils provides functions to help initializing vegetation, soil and species parameter inputs for medfate simulation functions.

The set of R packages are developed and maintained by the Ecosystem Modelling Facility at CREAF (Spain).

References

  • De Cáceres M, Martínez-Vilalta J, Coll L, Llorens P, Casals P, Poyatos R, Pausas JG, Brotons L. (2015) Coupling a water balance model with forest inventory data to predict drought stress: the role of forest structural changes vs. climate changes. Agricultural and Forest Meteorology 213: 77-90 (https://doi.org/10.1016/j.agrformet.2015.06.012).

  • De Cáceres M, Mencuccini M, Martin-StPaul N, Limousin JM, Coll L, Poyatos R, Cabon A, Granda V, Forner A, Valladares F, Martínez-Vilalta J (2021) Unravelling the effect of species mixing on water use and drought stress in holm oak forests: a modelling approach. Agricultural and Forest Meteorology 296 (https://doi.org/10.1016/j.agrformet.2020.108233).