Last change
on this file since 4325 was
4307,
checked in by musat, 2 years ago
|
Fusion entre la version commune (compte fabric) et la version perso
du multi-atlas incluant
- la fiabilisation de la realisation des cartes
- la correction des coupes (latitude,altitude) pour les biais
- l'ajout d'une option pour des multi-atlas par rapport a une simulation de reference
- l'ajout d'options pour un multi-atlas regional
- la mise a jour des thredds (repertoire & html) pour ciclad
IonelaMusat?
|
-
Property svn:executable set to
*
|
File size:
1.1 KB
|
Line | |
---|
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 |
---|
9 | DODSDIR=/thredds/ipsl |
---|
10 | dthredds=thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds |
---|
11 | HTML00=http://${dthredds}/$login |
---|
12 | machine=ciclad |
---|
13 | fi |
---|
14 | if [ ${hostname:0:5} = spiri ] ; then |
---|
15 | DODSDIR=/thredds/ipsl |
---|
16 | dthredds=thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds |
---|
17 | HTML00=http://${dthredds}/$login |
---|
18 | machine=spirit |
---|
19 | fi |
---|
20 | if [ ${hostname:0:5} = camel ] ; then |
---|
21 | DODSDIR=/thredds/ipsl |
---|
22 | fi |
---|
23 | if [ ${hostname:0:5} = irene ] ; then |
---|
24 | DODSDIR= |
---|
25 | fi |
---|
26 | if [ ${hostname:0:5} = jean- ] ; then |
---|
27 | DODSDIR= |
---|
28 | fi |
---|
29 | |
---|
30 | COMP_D=$DODSDIR/$login/lmdz/MultiSimu/$comp |
---|
31 | entetef=$COMP_D/entete.html |
---|
32 | |
---|
33 | compf=$COMP_D/AXE6.html |
---|
34 | HTML=$HTML00/lmdz/MultiSimu/$comp |
---|
35 | |
---|
36 | cat $entetef > $compf |
---|
37 | |
---|
38 | echo '<hr>' >> $compf |
---|
39 | |
---|
40 | cat <<eod>> $compf |
---|
41 | <h1> Cette page n'attend que les ajouts de l'Axe 6: haute atmosphère</h1> |
---|
42 | |
---|
43 | <hr> |
---|
44 | Responsable : David Cugnet <br> |
---|
45 | dcugnet@lmd.ens.fr <br> |
---|
46 | Liste de diffusion : lmdz_stratosphere@mailhost.lmd.jussieu.fr |
---|
47 | |
---|
48 | |
---|
49 | </body> |
---|
50 | </html> |
---|
51 | eod |
---|
52 | |
---|
53 | |
---|
54 | 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.