From 678990ce71e73d52e7336297504353f5ce8a31a2 Mon Sep 17 00:00:00 2001 From: Dethinne Thomas <tdethinne@uliege.be> Date: Thu, 5 Dec 2024 16:59:04 +0000 Subject: [PATCH] Update MAR_n5 --- couplage/MAR_n5 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/couplage/MAR_n5 b/couplage/MAR_n5 index cce4578..3edc558 100644 --- a/couplage/MAR_n5 +++ b/couplage/MAR_n5 @@ -1094,10 +1094,10 @@ BCH " " BCH "smget \"$CARfil\" \"$CARcou\" \"\${WRKdir}\"" BCH "tar -xzf \"\${WRKdir}\"/\"$CARcou\"" BCH "rm -rf \${WRKdir}/CARAIB_couplage.tar.gz" -BCH "if [ -f "CARAIB_couplage/MARglf.nc" ]; then" +BCH "if [ -f \"CARAIB_couplage/MARglf.nc\" ]; then" BCH " mv CARAIB_couplage/MARglf.nc ." BCH "fi" -# BCH " " +BCH " " # BCH "rm -rf \${WRKdir}/CARAIB_couplage/results/Belgium/*" # BCH " " # BCH "for fil in \`ls \${CARfilres}/*"${yl}"*\` ; do" @@ -1627,11 +1627,11 @@ BCH " for fil in \`ls *CAR*.nc\` ; do" BCH " smput \"\${WRKdir}\" \"\$fil\" \"$STKcar\"" BCH " done" BCH -#Back up of the results in .res -BCH " for fil in \`ls CARAIB_couplage/results/Belgium/*${yr}*\` ; do" -BCH " smput \"\${WRKdir}/\" \"\$fil\" \"$STKcar\"" -BCH " done" -BCH +# #Back up of the results in .res +# BCH " for fil in \`ls CARAIB_couplage/results/Belgium/*${yr}*\` ; do" +# BCH " smput \"\${WRKdir}/\" \"\$fil\" \"$STKcar\"" +# BCH " done" +# BCH BCH " mv -f MARglf.nc CARAIB_couplage/ " BCH BCH " tar -czf \${WRKdir}/CARAIB_couplage.tar.gz \${WRKdir}/CARAIB_couplage " -- GitLab