source: trunk/RESULTATS/time-series/trace-vol_buoy.sh

Last change on this file was 4, checked in by dumas, 10 years ago

initial import GRISLI trunk

File size: 464 bytes
Line 
1# trace toutes les régions d'un coup
2file=$1
3
4# fait la difference avec la valeur initiale
5delta_toutes_regions.sh $file
6
7# change le soustitre dans le fichier .par
8sed 's/AI2Sn105/'${file%%_*}'/g' vol_buoy.par > vol_buoy_bis.par
9
10# trace
11xmgrace -param vol_buoy_bis.par -block delta-var.dat -bxy 1:3 -bxy 1:4 -bxy 1:5 -bxy 1:6 -bxy 1:7 -bxy 1:8 -bxy 1:9 -bxy 1:10 -bxy 1:11  -bxy 1:12  -bxy 1:13 -bxy 1:14 -bxy 1:15 -bxy 1:16 -bxy 1:2 -world 0 -3.e+13 250 3.e+13
Note: See TracBrowser for help on using the repository browser.