From 73fa2b896da27e06f054ff452c92979265c2de95 Mon Sep 17 00:00:00 2001 From: Luke Conibear Date: Tue, 5 Apr 2022 15:28:31 +0100 Subject: [PATCH] updating readme with local leeds instructions summary --- README.md | 15 +++++++++++++++ docs/index.md | 1 + 2 files changed, 16 insertions(+) diff --git a/README.md b/README.md index a3f329f..1bce3af 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,21 @@ These four general phases may consist of several subjobs, which can be seen (and ($workDir is set in the experiment config) +### Local instructions to run on ARC4 + +```bash +git clone https://mbees.med.uni-augsburg.de/gitlab/mbees/wrfotron.git +cd wrfotron +git checkout leeds_setup +ln -s machine_profiles/arc4 profile.bash +cd blueprints/leeds/ +ln -s machine_specific/arc4/batch_preambles batch_preambles +ln -s machine_specific/arc4/config.bash config.bash +cd ../.. + +. master.bash leeds 2015 10 12 00 24 06 +``` + ## To create the documentation locally 1. Create the conda environment for the docs (only do this once): diff --git a/docs/index.md b/docs/index.md index 451beda..f86184e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,2 +1,3 @@ ```{include} ../README.md ``` + \ No newline at end of file -- GitLab