[65] | 1 | #@$-eo |
---|
| 2 | #@$-o /workdir/rech/ces/rces011/lmdz_96x72/lancer.out |
---|
| 3 | #@$-lM 1Gb |
---|
| 4 | #@$-lT 00:40:00 |
---|
| 5 | #@$-jo |
---|
| 6 | |
---|
| 7 | set -x |
---|
| 8 | |
---|
| 9 | # Repertoire de sauvegarde des resultats sur gaya |
---|
| 10 | GAYADIR=LMDZ.3.3 |
---|
| 11 | rsh gaya "mkdir $GAYADIR" |
---|
| 12 | |
---|
| 13 | cd $tmpdir |
---|
| 14 | |
---|
| 15 | # Recuperer les fichiers necessaires a la creation des start et limit |
---|
| 16 | |
---|
| 17 | mfget ~rces011/LMDZ_Init/Albedo.nc Albedo.nc |
---|
| 18 | mfget ~rces011/LMDZ_Init/AMIP.nc AMIP.nc |
---|
| 19 | mfget ~rces011/LMDZ_Init/ECDYN.nc ECDYN.nc |
---|
| 20 | mfget ~rces011/LMDZ_Init/Relief.nc Relief.nc |
---|
| 21 | mfget ~rces011/LMDZ_Init/Rugos.nc Rugos.nc |
---|
| 22 | cp ECDYN.nc ECPHY.nc |
---|
| 23 | |
---|
| 24 | cp ~rces011/LMDZ.3.3/run.def.967219 run.def |
---|
| 25 | |
---|
| 26 | # Compiler les executables |
---|
| 27 | $LMDGCM/makegcm -d 96x72x19 create_etat0 |
---|
| 28 | $LMDGCM/makegcm -d 96x72x19 create_limit |
---|
| 29 | $LMDGCM/makegcm -d 96x72x19 gcm |
---|
| 30 | |
---|
| 31 | # On lance tout |
---|
| 32 | ./create_etat0.e |
---|
| 33 | ./create_limit.e |
---|
| 34 | |
---|
| 35 | # Pour avoir des details sur le programme (MFlops etc...) |
---|
| 36 | export F_PROGINF=detail |
---|
| 37 | time ./gcm.e |
---|
| 38 | |
---|
| 39 | # Sauvegarde des fichier sur gaya |
---|
| 40 | # Fichiers restart |
---|
| 41 | mfput restartphy.nc $GAYADIR/restartphy.nc |
---|
| 42 | mfput restart.nc $GAYADIR/restart.nc |
---|
| 43 | # Fichiers histoire |
---|
| 44 | mfput dyn_hist.nc $GAYADIR/dyn_hist.nc |
---|
| 45 | mfput dyn_histv.nc $GAYADIR/dyn_histv.nc |
---|
| 46 | mfput dyn_hist_ave.nc $GAYADIR/dyn_hist_ave.nc |
---|
| 47 | mfput histmth.nc $GAYADIR/histmth.nc |
---|
| 48 | mfput histrac.nc $GAYADIR/histrac.nc |
---|
| 49 | # Fichiers Fluxs offline |
---|
| 50 | mfput fluxstoke.nc $GAYADIR/fluxstoke.nc |
---|
| 51 | mfput fluxstokev.nc $GAYADIR/fluxstokev.nc |
---|
| 52 | mfput defstoke.nc $GAYADIR/defstoke.nc |
---|
| 53 | mfput phystoke.nc $GAYADIR/phystoke.nc |
---|
| 54 | |
---|
| 55 | |
---|
| 56 | ls -l |
---|
| 57 | |
---|
| 58 | exit |
---|