The impact of the explicit representation of convection on the climate of a tidally locked planet in global stretched-mesh simulations.
Notebooks and Python scripts are in the src/scripts/
directory, while the figures are in the src/figures/
directory.
To recreate the required environment for running Python code, follow these steps. (Skip the first two steps if you have Jupyter with nb_conda_kernels
installed already.)
- Install conda or mamba, e.g. using miniforge.
- 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 conda-lock
- Git-clone or download this repository to your computer.
- In the command line, navigate to the downloaded folder, e.g.
cd /path/to/downloaded/repository
- Create a conda environment from the lock file.
conda-lock install --name stretched_mesh_env conda-lock.yml
- Start the Jupyter Lab, for example from the command line (from the
base
environment).
jupyter lab
- Open notebooks in the
stretched_mesh_env
environment start running the code.
Date: Tue Apr 30 11:43:52 2024 BST
OS : Linux
CPU(s) : 56
Machine : x86_64
Architecture : 64bit
RAM : 502.6 GiB
Environment : Python
File system : ext4
Python 3.12.3 | packaged by conda-forge | (main, Apr 15 2024, 18:38:13) [GCC 12.3.0]
numpy : 1.26.4
scipy : 1.13.0
IPython : 8.22.2
matplotlib : 3.8.4
scooby : 0.9.2
python -c 'import scooby; print(scooby.Report())'