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