Last change
on this file since 4298 was
3881,
checked in by musat, 4 years ago
|
Changement des PATHS sur ciclad
|
-
Property svn:executable set to
*
|
File size:
671 bytes
|
Rev | Line | |
---|
[3684] | 1 | #!/bin/bash |
---|
| 2 | |
---|
| 3 | comp=$1 |
---|
| 4 | |
---|
| 5 | local=`pwd -P` |
---|
| 6 | login=`whoami` |
---|
| 7 | hostname=`hostname` |
---|
| 8 | if [ ${hostname:0:5} = cicla ] ; then |
---|
[3881] | 9 | DODSDIR=/thredds/ipsl |
---|
[3684] | 10 | HTML00=http://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS/$login |
---|
| 11 | machine=ciclad |
---|
| 12 | fi |
---|
| 13 | if [ ${hostname:0:5} = camel ] ; then |
---|
[3881] | 14 | DODSDIR=/thredds/ipsl |
---|
[3684] | 15 | fi |
---|
| 16 | if [ ${hostname:0:5} = irene ] ; then |
---|
| 17 | DODSDIR= |
---|
| 18 | fi |
---|
| 19 | if [ ${hostname:0:5} = jean- ] ; then |
---|
| 20 | DODSDIR= |
---|
| 21 | fi |
---|
| 22 | |
---|
| 23 | OUT_DIR=$DODSDIR/$login/lmdz/MultiSimu/$comp |
---|
| 24 | entetef=$OUT_DIR/entete.html |
---|
| 25 | |
---|
| 26 | compf=$OUT_DIR/1D.html |
---|
| 27 | HTML=$HTML00/lmdz/MultiSimu/$comp |
---|
| 28 | |
---|
| 29 | |
---|
| 30 | |
---|
| 31 | cat $entetef > $compf |
---|
| 32 | |
---|
| 33 | echo '<hr>' >> $compf |
---|
| 34 | |
---|
| 35 | cat <<eod>> $compf |
---|
| 36 | <h1> Tests systématiques en mode uni-colonne </h1> |
---|
| 37 | eod |
---|
| 38 | |
---|
| 39 | cat $OUT_DIR/1D/1D.html >> $compf |
---|
Note: See
TracBrowser
for help on using the repository browser.