source: BOL/Multi_atlas/html_accueil.sh @ 3883

Last change on this file since 3883 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: 868 bytes
Line 
1#!/bin/bash
2
3comp=$1
4
5login=`whoami`
6hostname=`hostname`
7if [ ${hostname:0:5} = cicla ] ; then
8DODSDIR=/thredds/ipsl
9HTML=http://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS/$login/lmdz/MultiSimu/$comp
10machine=ciclad
11fi
12if [ ${hostname:0:5} = camel ] ; then
13DODSDIR=/thredds/ipsl
14fi
15if [ ${hostname:0:5} = irene ] ; then
16DODSDIR=
17fi
18if [ ${hostname:0:5} = jean- ] ; then
19DODSDIR=
20fi
21
22
23OUT_DIR=$DODSDIR/$login/lmdz/MultiSimu/$comp
24entetef=$OUT_DIR/entete.html
25
26#############################################################################
27#############################################################################
28
29compf=$OUT_DIR/ACCUEIL.html
30
31cat $entetef > $compf
32
33echo '<hr>' >> $compf
34
35 cat $OUT_DIR/Description >> $compf
36
37# ATTENTION A MODIFIER POUR D AUTRES MACHINE
38echo $compf | sed -e 's:/thredds/ipsl/:http\://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS/:'
39
Note: See TracBrowser for help on using the repository browser.