#!/bin/bash comp=$1 local=`pwd -P` login=`whoami` hostname=`hostname` if [ ${hostname:0:5} = cicla ] ; then DODSDIR=/modfs/ipslfs/dods HTML00=http://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS/$login machine=ciclad fi if [ ${hostname:0:5} = camel ] ; then DODSDIR=/modfs/ipslfs/dods fi if [ ${hostname:0:5} = irene ] ; then DODSDIR= fi if [ ${hostname:0:5} = jean- ] ; then DODSDIR= fi COMP_D=$DODSDIR/$login/lmdz/MultiSimu/$comp entetef=$COMP_D/entete.html ############################################################################# compf=$COMP_D/AXE5.html HTML=$HTML00/lmdz/MultiSimu/$comp cat $entetef > $compf echo '
' >> $compf cat <> $compf

Cette page n'attend que les ajouts de l'Axe 5: Moyennes latitudes (dynamique et couplage avec l'océan)


Responsable : Francis Codron
Francis.Codron@locean-ipsl.upmc.fr
Liste de diffusion : lmdz_moyennes_latitudes@mailhost.lmd.jussieu.fr eod echo $compf | sed -e 's:/modfs/ipslfs/dods/:http\://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS/:'