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. ---