Last change
on this file since 4515 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.3 KB
|
Rev | Line | |
---|
[3684] | 1 | #!/bin/bash |
---|
| 2 | |
---|
[4342] | 3 | source ~/env_Multi_atlas.sh |
---|
| 4 | |
---|
[3684] | 5 | comp=$1 |
---|
| 6 | |
---|
| 7 | local=`pwd -P` |
---|
[4342] | 8 | |
---|
| 9 | if [ 1 == 0 ]; then |
---|
[3684] | 10 | login=`whoami` |
---|
| 11 | hostname=`hostname` |
---|
| 12 | if [ ${hostname:0:5} = cicla ] ; then |
---|
[3882] | 13 | DODSDIR=/thredds/ipsl |
---|
[4307] | 14 | dthredds=thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds |
---|
| 15 | HTML00=http://${dthredds}/$login |
---|
[3684] | 16 | machine=ciclad |
---|
| 17 | fi |
---|
[4307] | 18 | if [ ${hostname:0:5} = spiri ] ; then |
---|
| 19 | DODSDIR=/thredds/ipsl |
---|
| 20 | dthredds=thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds |
---|
| 21 | HTML00=http://${dthredds}/$login |
---|
| 22 | machine=spirit |
---|
| 23 | fi |
---|
[3684] | 24 | if [ ${hostname:0:5} = camel ] ; then |
---|
[3882] | 25 | DODSDIR=/thredds/ipsl |
---|
[3684] | 26 | fi |
---|
| 27 | if [ ${hostname:0:5} = irene ] ; then |
---|
| 28 | DODSDIR= |
---|
| 29 | fi |
---|
| 30 | if [ ${hostname:0:5} = jean- ] ; then |
---|
| 31 | DODSDIR= |
---|
| 32 | fi |
---|
[4342] | 33 | fi |
---|
[3684] | 34 | |
---|
| 35 | COMP_D=$DODSDIR/$login/lmdz/MultiSimu/$comp |
---|
| 36 | entetef=$COMP_D/entete.html |
---|
| 37 | |
---|
| 38 | ############################################################################# |
---|
| 39 | |
---|
| 40 | compf=$COMP_D/AXE5.html |
---|
| 41 | HTML=$HTML00/lmdz/MultiSimu/$comp |
---|
| 42 | |
---|
| 43 | cat $entetef > $compf |
---|
| 44 | |
---|
| 45 | echo '<hr>' >> $compf |
---|
| 46 | |
---|
| 47 | cat <<eod>> $compf |
---|
| 48 | <h1> Cette page n'attend que les ajouts de l'Axe 5: Moyennes latitudes (dynamique et couplage avec l'océan)</h1> |
---|
| 49 | |
---|
| 50 | <hr> |
---|
| 51 | Responsable : Francis Codron <br> |
---|
| 52 | Francis.Codron@locean-ipsl.upmc.fr <br> |
---|
| 53 | Liste de diffusion : lmdz_moyennes_latitudes@mailhost.lmd.jussieu.fr |
---|
| 54 | |
---|
| 55 | |
---|
| 56 | </body> |
---|
| 57 | </html> |
---|
| 58 | eod |
---|
| 59 | |
---|
[4307] | 60 | echo $compf | sed -e 's:/thredds/ipsl/:http\://thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds/:' |
---|
[3684] | 61 | |
---|
Note: See
TracBrowser
for help on using the repository browser.