exoclim / idealised_exo_runs

Code to reproduce some of the plots from Mayne et al. (2014)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python 3.8 License: MIT Black

⚠️ Work in progress ⚠️

Idealised exoplanet simulations

Code to reproduce plots from Mayne et al. (2014) showing temperature forcing and tidally locked runs.

Setting up

  1. Install Mambaforge.
  2. Install jupyter lab and nb_conda_kernels into your base environment.
mamba install jupyterlab nodejs nb_conda_kernels
  1. Download or git clone this repository.
  2. In the command line, navigate to the local copy of this repository and type
mamba env create --file=environment.yml

Updating the environment

If upstream dependencies have been changed, you can update the existing environment by running

mamba env update --file=environment.yml

About

Code to reproduce some of the plots from Mayne et al. (2014)

License:MIT License


Languages

Language:Jupyter Notebook 99.9%Language:Python 0.1%