pytmosph3r.chemistry
Chemistry modules that can be used to compute the volume mixing ratios based on atmospheric data (pressure, temperature, …). These modules include for now fastchem
, parmentier2018
and interpolation
.
You can create you own module by inheriting from Chemistry
.
If you don’t want to inherit from Chemistry
, the module should at least have a function build() that follows the same arguments.
See chemistry
for more information.