diff --git a/README.md b/README.md index a3f329fdf638403633ef90c74fb111844c253cbc..1bce3afa37c879317c2dc59dccdab3a082a2f4a4 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 451bedaec21ea36474276ced4ad7260227f5b227..f86184e251188edd55c2c3cf2e38954e6e62e26f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,2 +1,3 @@ ```{include} ../README.md ``` + \ No newline at end of file