Skip to content

Commit

Permalink
remove choice for XIOS out directory
Browse files Browse the repository at this point in the history
  • Loading branch information
alexis-barge committed Dec 22, 2023
1 parent d52e86a commit 67625ff
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
6 changes: 1 addition & 5 deletions RUNTOOLS/lib/nemo4.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +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 "${DIROUT}" ] ; then # root of XIOS output
CN_DIROUT=${DIROUT} # defined in includefile.sh
else
CN_DIROUT=${DDIR}/${CONFIG_CASE}-XIOS # default
fi
CN_DIROUT=${DDIR}/${CONFIG_CASE}-XIOS # root of XIOS output
if [ -n "${DIRRST}" ] ; then # receive restart file
CN_RST=${DIRRST} # defined in includefile.sh
else
Expand Down
1 change: 0 additions & 1 deletion RUNTOOLS/templates/includefile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ WORKDIR=/scratch/$USER
TMPDIR=$WORKDIR/TMPDIR_${CONFIG_CASE}
MACHINE=<MACHINE>
DIRRST= #'./'
DIROUT= #'./'

case $MACHINE in
( occigen | jean-zay ) SUBMIT=sbatch ;;
Expand Down
1 change: 0 additions & 1 deletion RUNTOOLS/templates/scal/includefile.sh.tmp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ QUEUE=none # queue name (e.g. curie )
TMPDIR=$WORKDIR/TMPDIR_${CONFIG_CASE}_<JPNI>_<JPNJ>_<JPNIJ>
MACHINE=$MACHINE
DIRRST= #'./'
DIROUT= #'./'

case $MACHINE in
( occigen | jean-zay) SUBMIT=sbatch ;;
Expand Down

0 comments on commit 67625ff

Please sign in to comment.