source: BOL/Multi_atlas/html_accueil.sh @ 4333

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: 1.1 KB
Line 
1#!/bin/bash
2
3comp=$1
4
5login=`whoami`
6hostname=`hostname`
7if [ ${hostname:0:5} = cicla ] ; then
8DODSDIR=/thredds/ipsl
9dthredds=thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds
10HTML=http://${dthredds}/$login/lmdz/MultiSimu/$comp
11machine=ciclad
12fi
13if [ ${hostname:0:5} = spiri ] ; then
14DODSDIR=/thredds/ipsl
15dthredds=thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds
16HTML=http://${dthredds}/$login/lmdz/MultiSimu/$comp
17machine=spirit
18fi
19if [ ${hostname:0:5} = camel ] ; then
20DODSDIR=/thredds/ipsl
21fi
22if [ ${hostname:0:5} = irene ] ; then
23DODSDIR=
24fi
25if [ ${hostname:0:5} = jean- ] ; then
26DODSDIR=
27fi
28
29
30OUT_DIR=$DODSDIR/$login/lmdz/MultiSimu/$comp
31entetef=$OUT_DIR/entete.html
32
33#############################################################################
34#############################################################################
35
36compf=$OUT_DIR/ACCUEIL.html
37
38cat $entetef > $compf
39
40echo '<hr>' >> $compf
41
42 cat $OUT_DIR/Description >> $compf
43
44# ATTENTION A MODIFIER POUR D AUTRES MACHINE
45echo $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.