source: BOL/Multi_atlas/html_1D.sh @ 4307

Last change on this file since 4307 was 4307, checked in by musat, 20 months 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
3comp=$1
4
5local=`pwd -P`
6login=`whoami`
7hostname=`hostname`
8if [ ${hostname:0:5} = cicla ] ; then
9DODSDIR=/thredds/ipsl
10dthredds=thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds
11HTML00=http://${dthredds}/$login
12machine=ciclad
13fi
14if [ ${hostname:0:5} = spiri ] ; then
15DODSDIR=/thredds/ipsl
16dthredds=thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds
17HTML00=http://${dthredds}/$login
18machine=spirit
19fi
20if [ ${hostname:0:5} = camel ] ; then
21DODSDIR=/thredds/ipsl
22fi
23if [ ${hostname:0:5} = irene ] ; then
24DODSDIR=
25fi
26if [ ${hostname:0:5} = jean- ] ; then
27DODSDIR=
28fi
29
30OUT_DIR=$DODSDIR/$login/lmdz/MultiSimu/$comp
31entetef=$OUT_DIR/entete.html
32
33compf=$OUT_DIR/1D.html
34HTML=$HTML00/lmdz/MultiSimu/$comp
35
36
37
38cat $entetef > $compf
39
40echo '<hr>' >> $compf
41
42cat <<eod>> $compf
43<h1>  Tests systématiques en mode uni-colonne </h1>
44eod
45
46cat $OUT_DIR/1D/1D.html >> $compf
Note: See TracBrowser for help on using the repository browser.