API reference for abiotic modules#
The abiotic module is one of the component
models of the Virtual Ecosystem. It is comprised of several submodules that calculate
the microclimate for the Virtual Ecosystem.
Each of the abiotic sub-modules has its own API reference page:
The
abiotic_modelsubmodule instantiates the AbioticModel class which consolidates the functionality of the abiotic model into a single class, which the high level functions of the Virtual Ecosystem can then use.The
model_configsubmodule provides configuration settings for the model and a set of constants required by the model.The
abiotic_toolssubmodule contains a set of general functions that are shared across submodules in theabioticmodel.The
windsubmodule calculates the above- and within-canopy wind profiles for the Virtual Ecosystem. These profiles will determine the exchange of heat, water, and \(\ce{CO_{2}}\) between soil and atmosphere below the canopy as well as the exchange with the atmsophere above the canopy.The
energy_balancesubmodule calculates the energy balance of the Virtual Ecosystem. The module returns vertical profiles of air temperature, relative humidity, vapour pressure deficit, and soil temperature as well as the partitioned energy and radiation fluxes at the leaf and soil surface.The
microclimatesubmodule integrates all processes and returns vertical profiles of air temperature, relative humidity, vapour pressure deficit, soil temperature, and wind speed as well as the partitioned energy fluxes. The model also provides vertical profiles of atmospheric pressure and \(\ce{CO_{2}}\).