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

Update MAR_n5

parent 678990ce
No related branches found
No related tags found
No related merge requests found
......@@ -1627,14 +1627,15 @@ 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 CARAIB_couplage/results/Belgium/*${yr}*; do"
BCH " filename=\$(basename \"\$fil\")"
BCH " smput \"\${WRKdir}/CARAIB_couplage/results/Belgium/\" \"\$filename\" \"$STKcar\""
BCH "done"
BCH
BCH " mv -f MARglf.nc CARAIB_couplage/ "
BCH
BCH " tar -czf \${WRKdir}/CARAIB_couplage.tar.gz \${WRKdir}/CARAIB_couplage "
BCH " tar -czf CARAIB_couplage.tar.gz CARAIB_couplage "
BCH " smput \"\${WRKdir}/\" \"CARAIB_couplage.tar.gz\" \"$CARfil\""
......
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