API reference for abiotic_simple modules

The abiotic_simple 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_simple_model submodule instantiates the AbioticSimpleModel class which consolidates the functionality of the abiotic simple module into a single class, which the high level functions of the Virtual Ecosystem can then use.

  • The microclimate submodule contains a set functions and parameters that are used to calculate atmospheric temperature, humidity, \(\ce{CO2}\), and atmospheric pressure profiles as well as soil temperature profiles.

  • The constants submodule provides a set of dataclasses containing the constants required by the broader abiotic model.