source: BOL/Multi_atlas/html_axe6.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.1 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
33compf=$COMP_D/AXE6.html
34HTML=$HTML00/lmdz/MultiSimu/$comp
35
36cat $entetef > $compf
37
38echo '<hr>' >> $compf
39
40cat <<eod>> $compf
41<h1> Cette page n'attend que les ajouts de l'Axe 6: haute atmosphère</h1>
42
43<hr>
44Responsable : David Cugnet <br>
45 dcugnet@lmd.ens.fr <br>
46Liste de diffusion : lmdz_stratosphere@mailhost.lmd.jussieu.fr
47
48
49</body>
50</html>
51eod
52
53
54echo $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.