source: BOL/Multi_atlas/html_1D.sh @ 3881

Last change on this file since 3881 was 3881, checked in by musat, 3 years ago

Changement des PATHS sur ciclad

  • Property svn:executable set to *
File size: 671 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
23OUT_DIR=$DODSDIR/$login/lmdz/MultiSimu/$comp
24entetef=$OUT_DIR/entete.html
25
26compf=$OUT_DIR/1D.html
27HTML=$HTML00/lmdz/MultiSimu/$comp
28
29
30
31cat $entetef > $compf
32
33echo '<hr>' >> $compf
34
35cat <<eod>> $compf
36<h1>  Tests systématiques en mode uni-colonne </h1>
37eod
38
39cat $OUT_DIR/1D/1D.html >> $compf
Note: See TracBrowser for help on using the repository browser.