#!/bin/bash local=`pwd -P` login=`whoami` hostname=`hostname` if [ ${hostname:0:5} = cicla ] ; then DODSDIR=/thredds/ipsl HTML00=http://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS/$login machine=ciclad fi if [ ${hostname:0:5} = camel ] ; then DODSDIR=/thredds/ipsl fi if [ ${hostname:0:5} = irene ] ; then DODSDIR= fi if [ ${hostname:0:5} = jean- ] ; then DODSDIR= fi echo '

Liste des séries de simulations préparatoires à CMIP6, LMDZ-Orchidee

' echo "" echo "

" i=1 for f in /thredds/ipsl/fabric/lmdz/MultiSimu/*/entete.html ; do sim=`echo $f | cut -d/ -f7` # A REFAIRE echo "

" if [ $i = 8 ] ; then echo "" i=0 fi i=$(( $i + 1 )) done echo "
$sim
" echo ""