Last change
on this file since 4094 was
3882,
checked in by musat, 4 years ago
|
Changements PATHS ciclad, runs.txt et sed HTML
Ajout possibilite acces simulations sur l espace "SE" dans cmor.sh
Ajout acces OBS a partir de l espace fabric multi_ZONE.sh
IM
|
-
Property svn:executable set to
*
|
File size:
1.6 KB
|
Rev | Line | |
---|
[3684] | 1 | #!/bin/bash |
---|
| 2 | |
---|
| 3 | comp=$1 |
---|
| 4 | |
---|
| 5 | local=`pwd -P` |
---|
| 6 | login=`whoami` |
---|
| 7 | hostname=`hostname` |
---|
| 8 | if [ ${hostname:0:5} = cicla ] ; then |
---|
[3882] | 9 | DODSDIR=/thredds/ipsl |
---|
[3684] | 10 | HTML00=http://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS/$login |
---|
| 11 | machine=ciclad |
---|
| 12 | fi |
---|
| 13 | if [ ${hostname:0:5} = camel ] ; then |
---|
[3882] | 14 | DODSDIR=/thredds/ipsl |
---|
[3684] | 15 | fi |
---|
| 16 | if [ ${hostname:0:5} = irene ] ; then |
---|
| 17 | DODSDIR= |
---|
| 18 | fi |
---|
| 19 | if [ ${hostname:0:5} = jean- ] ; then |
---|
| 20 | DODSDIR= |
---|
| 21 | fi |
---|
| 22 | |
---|
| 23 | COMP_D=$DODSDIR/$login/lmdz/MultiSimu/$comp |
---|
| 24 | entetef=$COMP_D/entete.html |
---|
| 25 | |
---|
| 26 | ############################################################################# |
---|
| 27 | echo YEARS $years |
---|
| 28 | ############################################################################# |
---|
| 29 | |
---|
| 30 | compf=$COMP_D/AXE2.html |
---|
| 31 | HTML=$HTML00/lmdz/MultiSimu/$comp |
---|
| 32 | |
---|
| 33 | cat $entetef > $compf |
---|
| 34 | echo '<hr>' >> $compf |
---|
| 35 | |
---|
| 36 | cat <<eod>> $compf |
---|
| 37 | <h1> Axe 2: variabilité des précipitations tropicales</h1> |
---|
| 38 | |
---|
| 39 | <hr> |
---|
| 40 | Responsable : |
---|
| 41 | Catherine Rio |
---|
| 42 | remplacée momentanéement par Jean-Yves Grandpeix et Marine Bonazzola <br> |
---|
| 43 | jyg@lmd.jussieu.fr,mbonaz@lmd.jussieu.fr <br> |
---|
| 44 | Liste de diffusion : lmdz_vartrop@mailhost.lmd.jussieu.fr |
---|
| 45 | |
---|
| 46 | <IMG HEIGHT=450 WIDTH=650 SRC="$HTML/AXE2/XMGR/tmp.png"> |
---|
| 47 | |
---|
| 48 | |
---|
| 49 | <h2> <a href="$HTML/lma2.html"> Analyse LMA (Local Modes Analysis) </a> </h2> |
---|
| 50 | |
---|
| 51 | <h2> <a href="$HTML/curves_and_maps.html"> Variabilité des précipitations, comparée à TRMM </a> </h2> |
---|
| 52 | |
---|
| 53 | <h2> <a href="$HTML/AXE2/PR_DAY/index.html"> Variabilité des précipitations, comparée à TRMM (alternative) </a> </h2> |
---|
| 54 | |
---|
| 55 | <h2> <a href="$HTML/AXE2/PR_YR/index.html"> distribution moyenne précipitations, comparée à TRMM et GPCP (océan/continent) </a> </h2> |
---|
| 56 | </body> |
---|
| 57 | </html> |
---|
| 58 | eod |
---|
| 59 | |
---|
| 60 | # A REFAIRE |
---|
[3882] | 61 | echo $compf | sed -e 's:/thredds/ipsl/:http\://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS/:' |
---|
Note: See
TracBrowser
for help on using the repository browser.