Last change
on this file since 1038 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:
1.4 KB
|
Line | |
---|
1 | #QSUB -r lmdz32_sim01 -eo -o /workdir/rech/ces/rces111/out.lmdz32_sim01 |
---|
2 | #QSUB -lM 290Mb -ls 8Mb -lP 0 -lT 09:00:00 -lt 03:00:00 |
---|
3 | exp=sim01 |
---|
4 | |
---|
5 | set -xv |
---|
6 | |
---|
7 | cd $TMPDIR |
---|
8 | date |
---|
9 | |
---|
10 | cp $HOME/lmdz32/run.def run.def |
---|
11 | |
---|
12 | mkdir saves |
---|
13 | maiaget lmdz32/${exp}/gcm.e saves/gcm.e; chmod u+x saves/gcm.e |
---|
14 | maiaget lmdz32/divers/limit.dat saves/limit.dat |
---|
15 | maiaget lmdz32/divers/limit.dic saves/limit.dic |
---|
16 | mv run.def saves/run.def |
---|
17 | maiaget lmdz32/divers/start.dat saves/start.dat |
---|
18 | maiaget lmdz32/divers/start.dic saves/start.dic |
---|
19 | maiaget lmdz32/divers/startphy.dat saves/startphy.dat |
---|
20 | maiaget lmdz32/divers/startphy.dic saves/startphy.dic |
---|
21 | |
---|
22 | for m in 1 2 3 |
---|
23 | do |
---|
24 | cp saves/gcm.e gcm.e |
---|
25 | cp saves/limit.dat limit7995.dat |
---|
26 | cp saves/limit.dic limit7995.dic |
---|
27 | cp saves/run.def run.def |
---|
28 | mv saves/start.dat . |
---|
29 | mv saves/start.dic . |
---|
30 | mv saves/startphy.dat . |
---|
31 | mv saves/startphy.dic . |
---|
32 | mp1=`expr $m + 1` |
---|
33 | gcm.e || exit 1 |
---|
34 | maiaput histphy.dat lmdz32/${exp}/histphy.dat.$m |
---|
35 | maiaput histphy.dic lmdz32/${exp}/histphy.dic.$m |
---|
36 | maiaput relief.gdat lmdz32/${exp}/relief.gdat |
---|
37 | maiaput relief.ctl lmdz32/${exp}/relief.ctl |
---|
38 | maiaput restartphy.dat lmdz32/${exp}/startphy.dat.${mp1} |
---|
39 | maiaput restartphy.dic lmdz32/${exp}/startphy.dic.${mp1} |
---|
40 | maiaput restart.dat lmdz32/${exp}/start.dat.${mp1} |
---|
41 | maiaput restart.dic lmdz32/${exp}/start.dic.${mp1} |
---|
42 | mv restartphy.dat saves/startphy.dat |
---|
43 | mv restartphy.dic saves/startphy.dic |
---|
44 | mv restart.dat saves/start.dat |
---|
45 | mv restart.dic saves/start.dic |
---|
46 | ls -lt |
---|
47 | /bin/rm * |
---|
48 | done |
---|
49 | |
---|
Note: See
TracBrowser
for help on using the repository browser.