Last change
on this file since 2077 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:
990 bytes
|
Line | |
---|
1 | #QSUB -r lmdz32_sim04 -eo -o /workdir/rech/ces/rces111/out.lmdz32_sim04 |
---|
2 | #QSUB -lM 290Mb -ls 8Mb -lP 0 -lT 09:00:00 -lt 03:00:00 |
---|
3 | exp=sim04 |
---|
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.nc saves/limit.nc |
---|
15 | mv run.def saves/run.def |
---|
16 | maiaget lmdz32/divers/start.nc saves/start.nc |
---|
17 | maiaget lmdz32/divers/startphy.nc saves/startphy.nc |
---|
18 | |
---|
19 | for m in 1 2 3 |
---|
20 | do |
---|
21 | cp saves/gcm.e gcm.e |
---|
22 | cp saves/limit.nc limit7995.nc |
---|
23 | cp saves/run.def run.def |
---|
24 | mv saves/start.nc . |
---|
25 | mv saves/startphy.nc . |
---|
26 | mp1=`expr $m + 1` |
---|
27 | gcm.e || exit 1 |
---|
28 | maiaput histphy.nc lmdz32/${exp}/histphy.nc.$m |
---|
29 | maiaput histday.nc lmdz32/${exp}/histday.nc.$m |
---|
30 | maiaput relief.gdat lmdz32/${exp}/relief.gdat |
---|
31 | maiaput relief.ctl lmdz32/${exp}/relief.ctl |
---|
32 | maiaput restartphy.nc lmdz32/${exp}/startphy.nc.${mp1} |
---|
33 | maiaput restart.nc lmdz32/${exp}/start.nc.${mp1} |
---|
34 | mv restartphy.nc saves/startphy.nc |
---|
35 | mv restart.nc saves/start.nc |
---|
36 | ls -lt |
---|
37 | /bin/rm * |
---|
38 | done |
---|
39 | |
---|
Note: See
TracBrowser
for help on using the repository browser.