Code to reproduce plots from Mayne et al. (2014) showing temperature forcing and tidally locked runs.
- Install Mambaforge.
- Install
jupyter labandnb_conda_kernelsinto yourbaseenvironment.
mamba install jupyterlab nodejs nb_conda_kernels- Download or
git clonethis repository. - In the command line, navigate to the local copy of this repository and type
mamba env create --file=environment.ymlIf upstream dependencies have been changed, you can update the existing environment by running
mamba env update --file=environment.yml