source: BOL/Multi_atlas/html_1D.sh @ 4342

Last change on this file since 4342 was 4342, checked in by musat, 20 months ago

Inclut environnement spirit et dernieres corrections (3/3)
IonelaMusat?

  • Property svn:executable set to *
File size: 923 bytes
Line 
1#!/bin/bash
2
3source ~/env_Multi_atlas.sh
4
5comp=$1
6
7local=`pwd -P`
8
9if [ 1 == 0 ]; then
10login=`whoami`
11hostname=`hostname`
12if [ ${hostname:0:5} = cicla ] ; then
13DODSDIR=/thredds/ipsl
14dthredds=thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds
15HTML00=http://${dthredds}/$login
16machine=ciclad
17fi
18if [ ${hostname:0:5} = spiri ] ; then
19DODSDIR=/thredds/ipsl
20dthredds=thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds
21HTML00=http://${dthredds}/$login
22machine=spirit
23fi
24if [ ${hostname:0:5} = camel ] ; then
25DODSDIR=/thredds/ipsl
26fi
27if [ ${hostname:0:5} = irene ] ; then
28DODSDIR=
29fi
30if [ ${hostname:0:5} = jean- ] ; then
31DODSDIR=
32fi
33fi
34
35OUT_DIR=$DODSDIR/$login/lmdz/MultiSimu/$comp
36entetef=$OUT_DIR/entete.html
37
38compf=$OUT_DIR/1D.html
39HTML=$HTML00/lmdz/MultiSimu/$comp
40
41
42
43cat $entetef > $compf
44
45echo '<hr>' >> $compf
46
47cat <<eod>> $compf
48<h1>  Tests systématiques en mode uni-colonne </h1>
49eod
50
51cat $OUT_DIR/1D/1D.html >> $compf
Note: See TracBrowser for help on using the repository browser.