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/make_html_libigcm.sh

    r3737 r3882  
    5555hostname=`hostname`
    5656if [ ${hostname:0:5} = cicla ] ; then
    57 DODSDIR=/modfs/ipslfs/dods
     57DODSDIR=/thredds/ipsl
    5858HTML=http://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS/$login/lmdz/MultiSimu/$comp
    5959machine=ciclad
    6060fi
    6161if [ ${hostname:0:5} = camel ] ; then
    62 DODSDIR=/modfs/ipslfs/dods
     62DODSDIR=/thredds/ipsl
    6363fi
    6464if [ ${hostname:0:5} = irene ] ; then
     
    8888STORAGE=$CICLAD
    8989ROOTWEBatlas=http://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS/$login/lmdz/STORE/$EXPNAME
    90 MULTIDIR=/modfs/ipslfs/dods/$login/lmdz/MultiSimu
     90MULTIDIR=$DODSDIR/$login/lmdz/MultiSimu
    9191COMP_D=$MULTIDIR/$comp
    9292DEF_FILE=$COMP_D/def.txt
     
    210210                 fi
    211211# ATTENTION A REFAIRE EN FONCTION DE LA MACHINE
    212                  atlas_html=`echo $atlasf | sed -e 's:/modfs/ipslfs/dods/:http\://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS/:'`
     212                 atlas_html=`echo $atlasf | sed -e 's:/thredds/ipsl/:http\://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS/:'`
    213213                 echo atlas_html $atlas_html
    214214                 echo atlasf $atlasf
Note: See TracChangeset for help on using the changeset viewer.