Skip to content
This repository has been archived by the owner on Apr 5, 2023. It is now read-only.

Latest commit

 

History

History
26 lines (22 loc) · 1.05 KB

README.md

File metadata and controls

26 lines (22 loc) · 1.05 KB

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