source: LMDZ.3.3/trunk/script/lancer_essai @ 2

Last change on this file since 2 was 2, checked in by lmdz, 25 years ago

Initial revision

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 546 bytes
Line 
1#QSUB -r lmdz32_essai -eo -o /workdir/rech/ces/rces111/out.lmdz32_essai
2#QSUB -lM 290Mb -ls 8Mb -lP 0 -lT 00:30:00 -lt 00:30:00
3
4set -xv
5
6cd $TMPDIR
7date
8
9cp $HOME/lmdz32/run.def.10jours run.def
10
11mkdir saves
12maiaget lmdz32/divers/gcm.e gcm.e; chmod u+x gcm.e
13maiaget lmdz32/divers/limit.dat limit7995.dat
14maiaget lmdz32/divers/limit.dic limit7995.dic
15maiaget lmdz32/divers/start.dat start.dat
16maiaget lmdz32/divers/start.dic start.dic
17maiaget lmdz32/divers/startphy.dat startphy.dat
18maiaget lmdz32/divers/startphy.dic startphy.dic
19
20gcm.e
21
22ls -lt
Note: See TracBrowser for help on using the repository browser.