source: BOL/Multi_atlas/html_axe5.sh @ 4311

Last change on this file since 4311 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.2 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#############################################################################
34
35compf=$COMP_D/AXE5.html
36HTML=$HTML00/lmdz/MultiSimu/$comp
37
38cat $entetef > $compf
39
40echo '<hr>' >> $compf
41
42cat <<eod>> $compf
43<h1> Cette page n'attend que les ajouts de l'Axe 5: Moyennes latitudes (dynamique et couplage avec l'océan)</h1>
44
45<hr>
46Responsable : Francis Codron <br>
47Francis.Codron@locean-ipsl.upmc.fr <br>
48Liste de diffusion : lmdz_moyennes_latitudes@mailhost.lmd.jussieu.fr
49
50
51</body>
52</html>
53eod
54
55echo $compf | sed -e 's:/thredds/ipsl/:http\://thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds/:'
56
Note: See TracBrowser for help on using the repository browser.