source: LMDZ.3.3/trunk/script/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: 656 bytes
Line 
1#QSUB -r lmdz32_essai -eo -o /workdir/rech/ces/rces111/out.lmdz32_essai
2#QSUB -lM 370Mb -ls 8Mb -lP 0 -lT 00:10:00 -lt 00:10:00
3
4set -xv
5
6cd $TMPDIR
7date
8
9cp $HOME/lmdz32/run.def.2jours run.def
10
11cp $WORKDIR/gcm.e gcm.e ; chmod u+x gcm.e
12#maiaget lmdz32/divers/limit.nc limit7995.nc
13#maiaget lmdz32/divers/start.nc start.nc
14#maiaget lmdz32/divers/startphy.nc startphy.nc
15cp $WORKDIR/limit.nc limit7995.nc
16cp $WORKDIR/start.nc start.nc
17cp $WORKDIR/startphy.nc startphy.nc
18
19timex gcm.e
20ls -lt
21
22cp histday.nc $WORKDIR
23cp histmth.nc $WORKDIR
24cp histins.nc $WORKDIR
25cp histoire.nc $WORKDIR
26cp histmoy.nc $WORKDIR
27cp restart.nc $WORKDIR
28cp restartphy.nc $WORKDIR
Note: See TracBrowser for help on using the repository browser.