Last change
on this file since 4343 was
4342,
checked in by musat, 2 years ago
|
Inclut environnement spirit et dernieres corrections (3/3)
IonelaMusat?
|
-
Property svn:executable set to
*
|
File size:
1.2 KB
|
Rev | Line | |
---|
[3684] | 1 | #!/bin/bash |
---|
| 2 | |
---|
[4342] | 3 | source ~/env_Multi_atlas.sh |
---|
[3684] | 4 | comp=$1 |
---|
[4342] | 5 | HTML=http://${dthredds}/$login/lmdz/MultiSimu/$comp |
---|
[3684] | 6 | |
---|
[4342] | 7 | if [ 1 == 0 ]; then |
---|
[3684] | 8 | login=`whoami` |
---|
| 9 | hostname=`hostname` |
---|
| 10 | if [ ${hostname:0:5} = cicla ] ; then |
---|
[3882] | 11 | DODSDIR=/thredds/ipsl |
---|
[4307] | 12 | dthredds=thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds |
---|
| 13 | HTML=http://${dthredds}/$login/lmdz/MultiSimu/$comp |
---|
[3684] | 14 | machine=ciclad |
---|
| 15 | fi |
---|
[4307] | 16 | if [ ${hostname:0:5} = spiri ] ; then |
---|
| 17 | DODSDIR=/thredds/ipsl |
---|
| 18 | dthredds=thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds |
---|
| 19 | HTML=http://${dthredds}/$login/lmdz/MultiSimu/$comp |
---|
| 20 | machine=spirit |
---|
| 21 | fi |
---|
[3684] | 22 | if [ ${hostname:0:5} = camel ] ; then |
---|
[3882] | 23 | DODSDIR=/thredds/ipsl |
---|
[3684] | 24 | fi |
---|
| 25 | if [ ${hostname:0:5} = irene ] ; then |
---|
| 26 | DODSDIR= |
---|
| 27 | fi |
---|
| 28 | if [ ${hostname:0:5} = jean- ] ; then |
---|
| 29 | DODSDIR= |
---|
| 30 | fi |
---|
[4342] | 31 | fi |
---|
[3684] | 32 | |
---|
| 33 | OUT_DIR=$DODSDIR/$login/lmdz/MultiSimu/$comp |
---|
| 34 | entetef=$OUT_DIR/entete.html |
---|
| 35 | |
---|
| 36 | ############################################################################# |
---|
| 37 | ############################################################################# |
---|
| 38 | |
---|
| 39 | compf=$OUT_DIR/ACCUEIL.html |
---|
| 40 | |
---|
| 41 | cat $entetef > $compf |
---|
| 42 | |
---|
| 43 | echo '<hr>' >> $compf |
---|
| 44 | |
---|
| 45 | cat $OUT_DIR/Description >> $compf |
---|
| 46 | |
---|
| 47 | # ATTENTION A MODIFIER POUR D AUTRES MACHINE |
---|
[4307] | 48 | echo $compf | sed -e 's:/thredds/ipsl/:http\://thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds/:' |
---|
Note: See
TracBrowser
for help on using the repository browser.