From 32a1a80e715512f14763f7f7b87bb39dac4b16d6 Mon Sep 17 00:00:00 2001 From: Alexandre Mary <77966107+AlexandreMary@users.noreply.github.com> Date: Mon, 20 Jan 2025 16:36:29 +0100 Subject: [PATCH] Update belenos.md --- docs/src/belenos.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/src/belenos.md b/docs/src/belenos.md index 9d0bd93..dce1d99 100644 --- a/docs/src/belenos.md +++ b/docs/src/belenos.md @@ -6,8 +6,9 @@ Quick install ``` module use ~mary/public/modulefiles -module load davai +module load davai/x.y.z ``` +To know what version (`x.y.z`) of davai tests to use, cf. https://github.com/ACCORD-NWP/DAVAI-tests/wiki/Versions-of-tests I advise to put the first line in your `.bash_profile`, and execute the second only when needed. ---