source: BOL/Multi_atlas/html_axe2.sh @ 4309

Last change on this file since 4309 was 4307, checked in by musat, 20 months ago

Fusion entre la version commune (compte fabric) et la version perso
du multi-atlas incluant

  • la fiabilisation de la realisation des cartes
  • la correction des coupes (latitude,altitude) pour les biais
  • l'ajout d'une option pour des multi-atlas par rapport a une simulation de reference
  • l'ajout d'options pour un multi-atlas regional
  • la mise a jour des thredds (repertoire & html) pour ciclad

IonelaMusat?

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