source: BOL/Multi_atlas/html_axe6.sh @ 4221

Last change on this file since 4221 was 3882, checked in by musat, 3 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: 895 bytes
Line 
1#!/bin/bash
2
3comp=$1
4
5local=`pwd -P`
6login=`whoami`
7hostname=`hostname`
8if [ ${hostname:0:5} = cicla ] ; then
9DODSDIR=/thredds/ipsl
10HTML00=http://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS/$login
11machine=ciclad
12fi
13if [ ${hostname:0:5} = camel ] ; then
14DODSDIR=/thredds/ipsl
15fi
16if [ ${hostname:0:5} = irene ] ; then
17DODSDIR=
18fi
19if [ ${hostname:0:5} = jean- ] ; then
20DODSDIR=
21fi
22
23COMP_D=$DODSDIR/$login/lmdz/MultiSimu/$comp
24entetef=$COMP_D/entete.html
25
26compf=$COMP_D/AXE6.html
27HTML=$HTML00/lmdz/MultiSimu/$comp
28
29cat $entetef > $compf
30
31echo '<hr>' >> $compf
32
33cat <<eod>> $compf
34<h1> Cette page n'attend que les ajouts de l'Axe 6: haute atmosphère</h1>
35
36<hr>
37Responsable : David Cugnet <br>
38 dcugnet@lmd.ens.fr <br>
39Liste de diffusion : lmdz_stratosphere@mailhost.lmd.jussieu.fr
40
41
42</body>
43</html>
44eod
45
46
47echo $compf | sed -e 's:/thredds/ipsl/:http\://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS/:'
Note: See TracBrowser for help on using the repository browser.