source: BOL/Multi_atlas/atlas/clean_job.sh @ 3684

Last change on this file since 3684 was 3684, checked in by idelkadi, 4 years ago

Repository under svn of a first version of Multiatlas diagnostics for LMDZ. This version is adapted to be able to run a LMDZ multiatlas on an individual account on the ciclad machine of the IPSL. In this version, the parts to be modified are identified so as to subsequently adapt it to other machines.
This version is still under development.

  • Property svn:executable set to *
File size: 278 bytes
Line 
1
2for i in `qstat -u fabric | grep j50 | awk ' { print $1 } '` ; do
3echo $i
4qdel $i
5done
6sleep 3
7\rm j50* climaf.log out.com*
8cd /prodigfs/ipslfs/dods/fabric/lmdz/atlas
9\rm -r Atla* tobe* old.clean block.clean
10\rm -f /prodigfs/ipslfs/dods/fabric/lmdz/MultiSimu/*/ATLAS/*ENCOURS
Note: See TracBrowser for help on using the repository browser.