source: BOL/Multi_atlas/html_axe2.sh

Last change on this file was 4342, checked in by musat, 20 months ago

Inclut environnement spirit et dernieres corrections (3/3)
IonelaMusat?

  • Property svn:executable set to *
File size: 1.9 KB
Line 
1#!/bin/bash
2
3source ~/env_Multi_atlas.sh
4
5comp=$1
6
7local=`pwd -P`
8
9if [ 1 == 0 ]; then
10login=`whoami`
11hostname=`hostname`
12if [ ${hostname:0:5} = cicla ] ; then
13DODSDIR=/thredds/ipsl
14dthredds=thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds
15HTML00=http://${dthredds}/$login
16machine=ciclad
17fi
18if [ ${hostname:0:5} = spiri ] ; then
19DODSDIR=/thredds/ipsl
20dthredds=thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds
21HTML00=http://${dthredds}/$login
22machine=spirit
23fi
24if [ ${hostname:0:5} = camel ] ; then
25DODSDIR=/thredds/ipsl
26fi
27if [ ${hostname:0:5} = irene ] ; then
28DODSDIR=
29fi
30if [ ${hostname:0:5} = jean- ] ; then
31DODSDIR=
32fi
33fi
34
35COMP_D=$DODSDIR/$login/lmdz/MultiSimu/$comp
36entetef=$COMP_D/entete.html
37
38#############################################################################
39echo YEARS $years
40#############################################################################
41
42compf=$COMP_D/AXE2.html
43HTML=$HTML00/lmdz/MultiSimu/$comp
44
45cat $entetef > $compf
46echo '<hr>' >> $compf
47
48cat <<eod>> $compf
49<h1> Axe 2: variabilité des précipitations tropicales</h1>
50
51<hr>
52Responsable :
53Catherine Rio
54remplacée momentanéement par Jean-Yves Grandpeix et Marine Bonazzola <br>
55jyg@lmd.jussieu.fr,mbonaz@lmd.jussieu.fr <br>
56Liste de diffusion : lmdz_vartrop@mailhost.lmd.jussieu.fr
57
58<IMG HEIGHT=450 WIDTH=650  SRC="$HTML/AXE2/XMGR/tmp.png">
59
60
61<h2> <a href="$HTML/lma2.html"> Analyse LMA (Local Modes Analysis) </a> </h2>
62
63<h2> <a href="$HTML/curves_and_maps.html"> Variabilité des précipitations, comparée à TRMM  </a> </h2>
64
65<h2> <a href="$HTML/AXE2/PR_DAY/index.html"> Variabilité des précipitations, comparée à TRMM (alternative)  </a> </h2>
66
67<h2> <a href="$HTML/AXE2/PR_YR/index.html"> distribution moyenne précipitations, comparée à TRMM et GPCP (océan/continent)  </a> </h2>
68</body>
69</html>
70eod
71
72# A REFAIRE
73echo $compf | sed -e 's:/thredds/ipsl/:http\://thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds/:'
Note: See TracBrowser for help on using the repository browser.