From 9cb975bc803dfe16b101f95d1ca3bf88648da318 Mon Sep 17 00:00:00 2001 From: Fraser Goldsworth <45496050+fraserwg@users.noreply.github.com> Date: Thu, 25 Mar 2021 15:25:01 +0000 Subject: [PATCH] Update READMELSA.md --- LinearStabilityAnalysis/READMELSA.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/LinearStabilityAnalysis/READMELSA.md b/LinearStabilityAnalysis/READMELSA.md index 6175314..5c61c62 100644 --- a/LinearStabilityAnalysis/READMELSA.md +++ b/LinearStabilityAnalysis/READMELSA.md @@ -1,2 +1,6 @@ +[![Binder](https://binder.pangeo.io/badge_logo.svg)](https://binder.pangeo.io/v2/gh/fraserwg/SIInCrossEquatorialWBCs.git/main?filepath=LinearStabilityAnalysis%2FLinearStabilityAnalysis.ipynb) + # The linear stability analysis -This folder contains the jupyter notebook used to perform the linear stability analysis. It contains two files. The first is `LinearStabilityAnalysis.ipynb` which is the aforementioned jupyter notebook and the second is `environment.yml` which details the package versions needed to run the notebook. For help in getting started with jupter notebooks see https://jupyter-notebook.readthedocs.io/en/stable/. +This folder contains the jupyter notebook used to perform the linear stability analysis -- `LinearStabilityAnalysis.ipynb`. The root directory of this repository also contains an `environment.yml` file which details the package versions needed to run the notebook. For help in getting started with jupter notebooks see https://jupyter-notebook.readthedocs.io/en/stable/. + +The notebook can also be run by clicking on the binder icon at the top of this file which will open the notebook on the cloud. If doing this you may want to reduce the horizontal resolution used by the numerical solver to reduce the computation times.