|
Last change
on this file since 176 was
145,
checked in by htune, 7 years ago
|
|
Series of small modifications and additional files in order to run automatic diags
after a series of simulations.
Fredho
|
-
Property svn:executable set to
*
|
|
File size:
496 bytes
|
| Line | |
|---|
| 1 | \rm -f prof*png prof*pdf |
|---|
| 2 | for cas in ARMCU_REF IHOP_REF RICO_REF SANDU_SLOW SANDU_REF SANDU_FAST ; do |
|---|
| 3 | main=`echo $cas | cut -d_ -f1` ; sub=`echo $cas | cut -d_ -f2` |
|---|
| 4 | for var in qv rneb theta ; do |
|---|
| 5 | echo main $main sub $sub |
|---|
| 6 | python trace_sens_LES.py ${var} ${main} ${sub} |
|---|
| 7 | #display profil_${cas}_${var}_*.png |
|---|
| 8 | out=`basename profil_${cas}_${var}_*.png .png` |
|---|
| 9 | echo $out |
|---|
| 10 | convert $out.png $out.pdf |
|---|
| 11 | done |
|---|
| 12 | done |
|---|
| 13 | |
|---|
| 14 | pdfjam --nup 3x3 --frame true prof*pdf --outfile t.pdf --landscape |
|---|
Note: See
TracBrowser
for help on using the repository browser.