Ignore:
Timestamp:
Apr 29, 2021, 2:58:06 PM (3 years ago)
Author:
musat
Message:

Changements PATHS ciclad, runs.txt et sed HTML
Ajout possibilite acces simulations sur l espace "SE" dans cmor.sh
Ajout acces OBS a partir de l espace fabric multi_ZONE.sh
IM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOL/Multi_atlas/html_all.sh

    r3684 r3882  
    55hostname=`hostname`
    66if [ ${hostname:0:5} = cicla ] ; then
    7 DODSDIR=/prodigfs/ipslfs/dods
     7DODSDIR=/thredds/ipsl
    88HTML00=http://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS/$login
    99machine=ciclad
    1010fi
    1111if [ ${hostname:0:5} = camel ] ; then
    12 DODSDIR=/prodigfs/ipslfs/dods
     12DODSDIR=/thredds/ipsl
    1313fi
    1414if [ ${hostname:0:5} = irene ] ; then
     
    2626
    2727i=1
    28 for f in /prodigfs/ipslfs/dods/fabric/lmdz/MultiSimu/*/entete.html ; do
    29     sim=`echo $f | cut -d/ -f8`
     28for f in /thredds/ipsl/fabric/lmdz/MultiSimu/*/entete.html ; do
     29    sim=`echo $f | cut -d/ -f7`
    3030# A REFAIRE
    31 echo "<TD ALIGN=LEFT><A HREF=`echo $f | sed -e 's:/prodigfs/ipslfs/dods/:http\://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS/:'`> $sim </A> </TD>"
     31echo "<TD ALIGN=LEFT><A HREF=`echo $f | sed -e 's:/thredds/ipsl/:http\://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS/:'`> $sim </A> </TD>"
    3232
    3333if [ $i = 8 ] ; then
Note: See TracChangeset for help on using the changeset viewer.