fetch3#
FETCH3 is a tree hydrodynamic model for water fluxes across the soil-plant-atmosphere continuum. FETCH3 simulates water transport through the soil, roots, and xylem as flow through porous media. The model resolves water potentials along the vertical dimension, and stomatal response is linked to xylem water potential.
See FETCH3’s doc pages for instructions about how to use the model
Overview of package structure:
model_config - Reads configuration yml file - #TODO conversions of parameters to the required format of the model
model_setup - sets up spatial discretization
met_data - imports and prepares met data for model
initial_conditions - calculates initial water potential conditions
Initial conditions Calculates initial conditions based on specified soil moisture and assuming hydrostatic conditions in the plant |
|
Input met data |
|
Model configuration |
|
Model functions |
|
Model setup |
|
NHL transpiration module |
|
PM transpiration |
|
Root functions |
|
Main |
|
Functions for calculating sap storage and sap flux from the model outputs |
|
Provides scaling functions to convert common parameters to model parameters, and convenience functions for unit conversions of transpiration. |
|