From 4e5e45065f684803e9d9bb4368c6a8fcc37108b7 Mon Sep 17 00:00:00 2001 From: Alexis Barge <138531178+alexis-barge@users.noreply.github.com> Date: Wed, 20 Dec 2023 00:28:07 +0100 Subject: [PATCH] fix minor bug --- RUNTOOLS/lib/nemo4.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RUNTOOLS/lib/nemo4.sh b/RUNTOOLS/lib/nemo4.sh index d61fc4b..8ff7797 100755 --- a/RUNTOOLS/lib/nemo4.sh +++ b/RUNTOOLS/lib/nemo4.sh @@ -27,7 +27,7 @@ mkdir -p $P_S_DIR/ANNEX ## Generic name for some directories CN_DIAOBS=${DDIR}/${CONFIG_CASE}-DIAOBS # receive files from diaobs functionality, if used CN_DIRICB=${DDIR}/${CONFIG_CASE}-ICB # receive Iceberg Output files -if [ -n "${OUTDIR}" ] ; then # root of XIOS output +if [ -n "${DIROUT}" ] ; then # root of XIOS output CN_DIROUT=${DIROUT} # defined in includefile.sh else CN_DIROUT=${DDIR}/${CONFIG_CASE}-XIOS # default