:py:mod:`pytmosph3r.chemistry` ============================== .. py:module:: pytmosph3r.chemistry .. autoapi-nested-parse:: Chemistry modules that can be used to compute the volume mixing ratios based on atmospheric data (pressure, temperature, ...). These modules include for now :class:`fastchem `, :class:`parmentier2018 ` and :class:`interpolation `. You can create you own module by inheriting from :class:`~pytmosph3r.Chemistry`. If you don't want to inherit from :class:`~pytmosph3r.chemistry.chemistry.Chemistry`, the module should at least have a function build() that follows the same arguments. See :attr:`~pytmosph3r.atmosphere.inputatmosphere.InputAtmosphere.chemistry` for more information. Submodules ---------- .. toctree:: :titlesonly: :maxdepth: 1 ace3d/index.rst chemistry/index.rst dissociation/index.rst fastchemistry/index.rst interpolation/index.rst standard/index.rst