Skip to main content

Volatile partitioning between a rocky interior and atmosphere

Project description

atmodeller logo

Atmodeller

Release 0.9.4 Python 3.11+ License: GPL v3 CI Checked with pyright bear-ified Test coverage

About

Atmodeller is a Python package that uses JAX to compute the partitioning of volatiles between a planetary atmosphere and its rocky interior. It is released under The GNU General Public License v3.0 or later.

Documentation

The documentation is available online, with options to download it in EPUB or PDF format:

https://atmodeller.readthedocs.io/en/latest/

Quick install

Atmodeller is a Python package that can be installed on a variety of platforms (e.g. Mac, Windows, Linux). It is recommended to install Atmodeller in a dedicated Python environment. Before installation, create and activate the environment, then run:

pip install atmodeller

Downloading the source code is also recommended if you'd like access to the example notebooks in notebooks/.

Citation

If you use Atmodeller, or data from Atmodeller, please cite:

  • Bower, D. J., Thompson, M. A., Hakim, K., Tian, M., and Sossi, P. A. (2025), Diversity of rocky planet atmospheres in the C-H-O-N-S-Cl system with interior dissolution, non-ideality and condensation: Application to TRAPPIST-1e and sub-Neptunes, The Astrophysical Journal, submitted. ArXiv e-print 2507.00499.

The data from the above study are also available for download at https://doi.org/10.17605/OSF.IO/PC5TD.

Basic usage

Jupyter notebooks in the notebooks/ directory demonstrate how to perform single and batch calculations, and how to perform iterative updates with changing constraints. A simple example of how to use Atmodeller is provided below:

from atmodeller import (
    InteriorAtmosphere,
    Planet,
    Species,
    SpeciesCollection,
    earth_oceans_to_hydrogen_mass,
)
from atmodeller.solubility import get_solubility_models

solubility_models = get_solubility_models()
# Get the available solubility models
print("solubility models = ", solubility_models.keys())

H2_g = Species.create_gas("H2")
H2O_g = Species.create_gas("H2O", solubility=solubility_models["H2O_peridotite_sossi23"])
O2_g = Species.create_gas("O2")

species = SpeciesCollection((H2_g, H2O_g, O2_g))
planet = Planet()
interior_atmosphere = InteriorAtmosphere(species)

oceans = 1
h_kg = earth_oceans_to_hydrogen_mass(oceans)
o_kg = 6.25774e20
mass_constraints = {
    "H": h_kg,
    "O": o_kg,
}

# If you do not specify an initial solution guess then a default will be used
# Initial solution guess number density (molecules/m^3)
initial_log_number_density = 50

interior_atmosphere.solve(
    planet=planet,
    initial_log_number_density=initial_log_number_density,
    mass_constraints=mass_constraints,
)
output = interior_atmosphere.output

# Quick look at the solution
solution = output.quick_look()

# Get complete solution as a dictionary
solution_asdict = output.asdict()
print("solution_asdict =", solution_asdict)

# Write the complete solution to Excel
output.to_excel("example_single")

Funding

Atmodeller was created as part of a SERI-funded ERC Starting grant '2ATMO' granted to P. Sossi (Contract no. MB22.00033), with additional funding provided through a Swiss National Science Foundation (SNSF) Eccellenza Professorship (#203668).

K. Hakim acknowledges the FED-tWIN research program STELLA (Prf-2021-022) funded by the Belgian Science Policy Office (BELSPO) and the research grant G014425N funded by the Research Foundation Flanders (FWO).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

atmodeller-0.9.4.tar.gz (9.2 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

atmodeller-0.9.4-py3-none-any.whl (9.2 MB view details)

Uploaded Python 3

File details

Details for the file atmodeller-0.9.4.tar.gz.

File metadata

  • Download URL: atmodeller-0.9.4.tar.gz
  • Upload date:
  • Size: 9.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.7.20

File hashes

Hashes for atmodeller-0.9.4.tar.gz
Algorithm Hash digest
SHA256 246a90e1f182a32162245c9a48278b1085eb571b85f9dd097c428c263e790be6
MD5 9325e9041b543b6e69c4da0010b740e1
BLAKE2b-256 b36fd3394e77fee5dacdc8b161fd8d79c2b13d40ab0f2d12add1cbd3cfb3a76e

See more details on using hashes here.

File details

Details for the file atmodeller-0.9.4-py3-none-any.whl.

File metadata

  • Download URL: atmodeller-0.9.4-py3-none-any.whl
  • Upload date:
  • Size: 9.2 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.7.20

File hashes

Hashes for atmodeller-0.9.4-py3-none-any.whl
Algorithm Hash digest
SHA256 0e32c48b4ab1636159162a4b06b68b1eff5b3edddbdf47c48b7654b825974847
MD5 7728393ae2a932428d37b4861c45f56c
BLAKE2b-256 fb273f325d83e52275f72f740429c518c636b24bd679b380dc05116251353abf

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page