Last change
on this file since 4333 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:
870 bytes
|
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 | OUT_DIR=$DODSDIR/$login/lmdz/MultiSimu/$comp |
---|
31 | entetef=$OUT_DIR/entete.html |
---|
32 | |
---|
33 | compf=$OUT_DIR/1D.html |
---|
34 | HTML=$HTML00/lmdz/MultiSimu/$comp |
---|
35 | |
---|
36 | |
---|
37 | |
---|
38 | cat $entetef > $compf |
---|
39 | |
---|
40 | echo '<hr>' >> $compf |
---|
41 | |
---|
42 | cat <<eod>> $compf |
---|
43 | <h1> Tests systématiques en mode uni-colonne </h1> |
---|
44 | eod |
---|
45 | |
---|
46 | cat $OUT_DIR/1D/1D.html >> $compf |
---|
Note: See
TracBrowser
for help on using the repository browser.