From e892deef81a79b0d9361b6f78d29ab4c7a794157 Mon Sep 17 00:00:00 2001 From: Victor Correal Date: Thu, 23 May 2024 11:17:52 +0200 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b708c8..214bc70 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,14 @@ IFS uses time varying aerosols and CMIP6 Ozone Only hard copies, no symbolic links -# usage +# Usage +To generate an experiment folder to run the NEMO standalone mode use: +```bash +# On the root of your repo: +bash scripts/create_experiment.sh +# This will create a folder with a timestamp +# You need to symlink your env.sh and your nemo binary +``` ## clone the repository on LUMI -- GitLab