[3684] | 1 | #!/bin/bash |
---|
| 2 | |
---|
[4342] | 3 | source ~/env_Multi_atlas.sh |
---|
| 4 | |
---|
[3684] | 5 | comp=$1 |
---|
| 6 | |
---|
| 7 | local=`pwd -P` |
---|
[4342] | 8 | |
---|
| 9 | if [ 1 == 0 ]; then |
---|
[3684] | 10 | login=`whoami` |
---|
| 11 | hostname=`hostname` |
---|
| 12 | if [ ${hostname:0:5} = cicla ] ; then |
---|
[3882] | 13 | DODSDIR=/thredds/ipsl |
---|
[4307] | 14 | dthredds=thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds |
---|
| 15 | HTML00=http://${dthredds}/$login |
---|
[3684] | 16 | machine=ciclad |
---|
| 17 | fi |
---|
[4307] | 18 | if [ ${hostname:0:5} = spiri ] ; then |
---|
| 19 | DODSDIR=/thredds/ipsl |
---|
| 20 | dthredds=thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds |
---|
| 21 | HTML00=http://${dthredds}/$login |
---|
| 22 | machine=spirit |
---|
| 23 | fi |
---|
[3684] | 24 | if [ ${hostname:0:5} = camel ] ; then |
---|
[3882] | 25 | DODSDIR=/thredds/ipsl |
---|
[3684] | 26 | fi |
---|
| 27 | if [ ${hostname:0:5} = irene ] ; then |
---|
| 28 | DODSDIR= |
---|
| 29 | fi |
---|
| 30 | if [ ${hostname:0:5} = jean- ] ; then |
---|
| 31 | DODSDIR= |
---|
| 32 | fi |
---|
[4342] | 33 | fi |
---|
[3684] | 34 | |
---|
| 35 | COMP_D=$DODSDIR/$login/lmdz/MultiSimu/$comp |
---|
| 36 | entetef=$COMP_D/entete.html |
---|
| 37 | |
---|
| 38 | ############################################################################# |
---|
| 39 | echo YEARS $years |
---|
| 40 | ############################################################################# |
---|
| 41 | |
---|
| 42 | compf=$COMP_D/AXE4.html |
---|
| 43 | HTML=$HTML00/lmdz/MultiSimu/$comp |
---|
| 44 | |
---|
| 45 | |
---|
| 46 | |
---|
| 47 | cat $entetef > $compf |
---|
| 48 | |
---|
| 49 | echo '<hr>' >> $compf |
---|
| 50 | |
---|
| 51 | cat <<eod>> $compf |
---|
| 52 | <h1> Axe 4: climats polaires </h1> |
---|
| 53 | |
---|
| 54 | <hr> |
---|
| 55 | Responsable : Jean-Baptiste Madeleine <br> |
---|
| 56 | jmadeleine@lmd.jussieu.fr <br> |
---|
| 57 | Liste de diffusion : lmdz_poles@lmd.jussieu.fr |
---|
| 58 | |
---|
| 59 | <h2> <a href="$HTML/AXE4/PRECIP/index.html"> Précipitation Antarctique (CloudSat) </a> </h2> |
---|
| 60 | |
---|
| 61 | <h2> <a href="$HTML/AXE4/TZ1DC/index.html"> Température 1er niveau Dôme C (CALVA) </a> </h2> |
---|
| 62 | |
---|
| 63 | </body> |
---|
| 64 | </html> |
---|
| 65 | eod |
---|
| 66 | |
---|
| 67 | # CREATION DE LA PAGE+PDF: PRECIP |
---|
| 68 | # ------------------------------- |
---|
| 69 | |
---|
| 70 | cat $entetef >| $COMP_D/AXE4/PRECIP/index.html |
---|
| 71 | |
---|
| 72 | # Concaténer les figures sur une page |
---|
| 73 | # Création de l'argument pour l'appel de concat_html.sh: |
---|
| 74 | # Prendre la liste des chemins, isoler les noms de fichiers, enlever |
---|
| 75 | # l'extension, faire une ligne, enlever la dernière virgule |
---|
| 76 | # mais ne marche pas vraiment |
---|
| 77 | #concatarg=`ls $COMP_D/AXE4/PRECIP/PNG/*.png | sed "s/.*\///" | \ |
---|
| 78 | # sed "s/\.png//" | awk '{printf "%s,",$0}' | sed 's/\(.*\),/\1/'` |
---|
| 79 | # plus manuel : |
---|
| 80 | concatarg="" ; virg="" ; for i in `ls $COMP_D/AXE4/PRECIP/PNG/*.png | sed "s/.*\///" | sed "s/\.png//"` ; do concatarg="$concatarg$virg$i" ; virg="," ; done |
---|
| 81 | |
---|
| 82 | |
---|
| 83 | ./concat_html.sh $COMP_D/AXE4/PRECIP/PNG "Precip CloudSat" $concatarg 4 >> $COMP_D/AXE4/PRECIP/index.html |
---|
| 84 | |
---|
| 85 | # CREATION DE LA PAGE+PDF: TZ1DC |
---|
| 86 | # ------------------------------ |
---|
| 87 | |
---|
| 88 | cat $entetef >| $COMP_D/AXE4/TZ1DC/index.html |
---|
| 89 | |
---|
| 90 | # Concaténer les figures sur une page |
---|
| 91 | # Création de l'argument pour l'appel de concat_html.sh: |
---|
| 92 | # Prendre la liste des chemins, isoler les noms de fichiers, enlever |
---|
| 93 | # l'extension, faire une ligne, enlever la dernière virgule |
---|
| 94 | #concatarg=`ls $COMP_D/AXE4/TZ1DC/PNG/*.png | sed "s/.*\///" | \ |
---|
| 95 | # sed "s/\.png//" | awk '{printf "%s,",$0}' | sed 's/\(.*\),/\1/'` |
---|
| 96 | |
---|
| 97 | |
---|
| 98 | liste=`for s in \`awk ' { print $1"_"$2 } ' $COMP_D/def.txt\`; do sb=\`echo $s\` ; ( cd $COMP_D/AXE4/TZ1DC/PNG/ ; ls t*${sb}*png ; ls [pL]*${s}*png ; ls wi*${sb}*png ) ; done` |
---|
| 99 | #liste=`for s in \`awk ' { print $1"_"$2 } ' $COMP_D/def.txt\`; do sb=\`echo $s | sed -e 's/\./-/g'\` ; ( cd $COMP_D/AXE4/TZ1DC/PNG/ ; ls t*${sb}*png ; ls [pL]*${s}*png ; ls wi*${sb}*png ) ; done` |
---|
| 100 | |
---|
| 101 | echo LISTE $liste |
---|
| 102 | concatarg=`echo $liste | sed -e 's/ /,/g' -e 's/.png//g'` |
---|
| 103 | echo $concatarg |
---|
| 104 | |
---|
| 105 | mkdir -p $COMP_D/AXE4/TZ1DC/PNG/POUB ; mv $COMP_D/AXE4/TZ1DC/PNG/tso*png $COMP_D/AXE4/TZ1DC/PNG/POUB |
---|
| 106 | ./concat_html.sh $COMP_D/AXE4/TZ1DC/PNG "Tz1 dome C" $concatarg 5 >> $COMP_D/AXE4/TZ1DC/index.html |
---|
| 107 | |
---|
| 108 | |
---|
[4307] | 109 | echo $compf | sed -e 's:/thredds/ipsl/:http\://thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds/:' |
---|
[3684] | 110 | |
---|