Denis E. Sergeev, Neil T. Lewis, F. Hugo Lambert, Nathan J. Mayne, Ian A. Boutle, James Manners, and Krisztian Kohary
Code for reproducing figures from the paper. Model data are available upon request (raw data O(100 Gb)).
@article{Sergeev22_bistability,
author = {Denis E. Sergeev and Neil T. Lewis and F. Hugo Lambert and Nathan J. Mayne and Ian A. Boutle and James Manners and Krisztian Kohary},
doi = {10.3847/PSJ/ac83be},
issn = {2632-3338},
issue = {9},
journal = {The Planetary Science Journal},
keywords = {Atmospheric circulation,Exoplanet atmospheres,Habitable planets,Habitable zone,Planetary atmospheres,Theoretical models,Transmission spectroscopy,Water vapor},
month = {9},
pages = {214},
publisher = {IOP Publishing},
title = {Bistability of the Atmospheric Circulation on TRAPPIST-1e},
volume = {3},
url = {https://iopscience.iop.org/article/10.3847/PSJ/ac83be https://iopscience.iop.org/article/10.3847/PSJ/ac83be/meta},
year = {2022},
}
Notebooks for each figure are in the code/
directory, while the figures themselves are in the plots/
directory.
Please email the lead author, Denis E. Sergeev, to get the data (raw data O(100 Gb)).
To recreate the required environment for running Python code, follow these steps. (Skip the first two steps if you have Jupyter Lab with nb_conda_kernels
installed already.)
- Install conda or mamba, e.g. using mambaforge
- Install necessary packages to the
base
environment. Make sure you are installing them from theconda-forge
channel.
mamba install -c conda-forge jupyterlab nb_conda_kernels
- Git-clone or download this repository to your computer
- In the command line, navigate to the downloaded folder, e.g.
cd /path/to/downloaded/t1e_bistability_code
- Create a separate conda environment
mamba env create --file environment.yml
- Start the Jupyter Lab, for example from the command line (from the
base
environment):
jupyter lab
- Open noteboks in the
t1e_bistability
environment and start coding.