Skip to content
Snippets Groups Projects
Commit c99b1164 authored by Dethinne Thomas's avatar Dethinne Thomas
Browse files

Update MAR_n5

parent 7b47b7bd
No related branches found
No related tags found
No related merge requests found
...@@ -1620,13 +1620,13 @@ BCH "# ------------------------" ...@@ -1620,13 +1620,13 @@ BCH "# ------------------------"
echo "Back up the caraib files" echo "Back up the caraib files"
#Back up of the results in .nc #Back up of the results in .nc
BCH " for fil in \`ls \${WRKdir}/*CAR*.nc\` ; do" BCH " for fil in \`ls *CAR*.nc\` ; do"
BCH " smput \"\${WRKdir}\" \"\$fil\" \"$STKcar\"" BCH " smput \"\${WRKdir}\" \"\$fil\" \"$STKcar\""
BCH " done" BCH " done"
#Back up of the results in .res #Back up of the results in .res
BCH " for fil in \`ls \${WRKdir}/CARAIB_couplage/results/Belgium/*${yr}*\` ; do" BCH " for fil in \`ls CARAIB_couplage/results/Belgium/*${yr}*\` ; do"
BCH " smput \"\${WRKdir}/CARAIB_couplage/results/Belgium/\" \"\$fil\" \"$STKcar\"" BCH " smput \"\${WRKdir}/\" \"\$fil\" \"$STKcar\""
BCH " done" BCH " done"
BCH " tar -czf \${WRKdir}/CARAIB_couplage.tar.gz \${WRKdir}/CARAIB_couplage " BCH " tar -czf \${WRKdir}/CARAIB_couplage.tar.gz \${WRKdir}/CARAIB_couplage "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment