#!/bin/bash source ~/env_Multi_atlas.sh local=`pwd -P` if [ 1 == 0 ]; then login=`whoami` hostname=`hostname` if [ ${hostname:0:5} = cicla ] ; then DODSDIR=/thredds/ipsl dthredds=thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds HTML00=http://${dthredds}/$login machine=ciclad fi if [ ${hostname:0:5} = spiri ] ; then DODSDIR=/thredds/ipsl dthredds=thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds HTML00=http://${dthredds}/$login machine=spirit 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 fi echo '

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

' echo "" echo "

" i=1 for f in $DODSDIR/${login}/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 ""