Changeset 3881


Ignore:
Timestamp:
Apr 29, 2021, 11:19:46 AM (3 years ago)
Author:
musat
Message:

Changement des PATHS sur ciclad

Location:
BOL/Multi_atlas
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • BOL/Multi_atlas/METRICS/metrics.sh

    r3695 r3881  
    55hostname=`hostname`
    66if [ ${hostname:0:5} = cicla ] ; then
    7 DODSDIR=/prodigfs/ipslfs/dods
     7DODSDIR=/thredds/ipsl
    88fi
    99if [ ${hostname:0:5} = camel ] ; then
    10 DODSDIR=/prodigfs/ipslfs/dods
     10DODSDIR=/thredds/ipsl
    1111fi
    1212if [ ${hostname:0:5} = irene ] ; then
  • BOL/Multi_atlas/html_1D.sh

    r3684 r3881  
    77hostname=`hostname`
    88if [ ${hostname:0:5} = cicla ] ; then
    9 DODSDIR=/prodigfs/ipslfs/dods
     9DODSDIR=/thredds/ipsl
    1010HTML00=http://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS/$login
    1111machine=ciclad
    1212fi
    1313if [ ${hostname:0:5} = camel ] ; then
    14 DODSDIR=/prodigfs/ipslfs/dods
     14DODSDIR=/thredds/ipsl
    1515fi
    1616if [ ${hostname:0:5} = irene ] ; then
  • BOL/Multi_atlas/html_entete.sh

    r3737 r3881  
    88hostname=`hostname`
    99if [ ${hostname:0:5} = cicla ] ; then
    10 DODSDIR=/modfs/ipslfs/dods
     10DODSDIR=/thredds/ipsl
    1111HTML00=http://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS/$login
    1212machine=ciclad
    1313fi
    1414if [ ${hostname:0:5} = camel ] ; then
    15 DODSDIR=/modfs/ipslfs/dods
     15DODSDIR=/thredds/ipsl
    1616fi
    1717if [ ${hostname:0:5} = irene ] ; then
  • BOL/Multi_atlas/html_lma.sh

    r3684 r3881  
    77hostname=`hostname`
    88if [ ${hostname:0:5} = cicla ] ; then
    9 DODSDIR=/prodigfs/ipslfs/dods
     9DODSDIR=/thredds/ipsl
    1010HTML00=http://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS/$login
    1111machine=ciclad
    1212fi
    1313if [ ${hostname:0:5} = camel ] ; then
    14 DODSDIR=/prodigfs/ipslfs/dods
     14DODSDIR=/thredds/ipsl
    1515fi
    1616if [ ${hostname:0:5} = irene ] ; then
  • BOL/Multi_atlas/html_pcmdi.sh

    r3684 r3881  
    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
  • BOL/Multi_atlas/html_tuning.sh

    r3737 r3881  
    77hostname=`hostname`
    88if [ ${hostname:0:5} = cicla ] ; then
    9 DODSDIR=/modfs/ipslfs/dods
     9DODSDIR=/thredds/ipsl
    1010HTML00=http://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS/$login
    1111machine=ciclad
    1212fi
    1313if [ ${hostname:0:5} = camel ] ; then
    14 DODSDIR=/modfs/ipslfs/dods
     14DODSDIR=/thredds/ipsl
    1515fi
    1616if [ ${hostname:0:5} = irene ] ; then
  • BOL/Multi_atlas/html_tuning_min.sh

    r3737 r3881  
    77hostname=`hostname`
    88if [ ${hostname:0:5} = cicla ] ; then
    9 DODSDIR=/modfs/ipslfs/dods
     9DODSDIR=/thredds/ipsl
    1010HTML00=http://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS/$login
    1111machine=ciclad
    1212fi
    1313if [ ${hostname:0:5} = camel ] ; then
    14 DODSDIR=/modfs/ipslfs/dods
     14DODSDIR=/thredds/ipsl
    1515fi
    1616if [ ${hostname:0:5} = irene ] ; then
  • BOL/Multi_atlas/make_MOY.sh

    r3737 r3881  
    2222hostname=`hostname`
    2323if [ ${hostname:0:5} = cicla ] ; then
    24 DODSDIR=/modfs/ipslfs/dods
     24DODSDIR=/thredds/ipsl
    2525OBSDIR=$DODSDIR/fabric/lmdz
    2626ferret="/opt/ferret-7.0.0/bin/ferret"
    2727fi
    2828if [ ${hostname:0:5} = camel ] ; then
    29 DODSDIR=/modfs/ipslfs/dods
     29DODSDIR=/thredds/ipsl
    3030OBSDIR=$DODSDIR/$login/lmdz
    3131ferret="/opt/ferret-7.0.0/bin/ferret"
  • BOL/Multi_atlas/multi_atlas.sh

    r3745 r3881  
    2121hostname=`hostname`
    2222if [ ${hostname:0:5} = cicla ] ; then
    23 DODSDIR=/modfs/ipslfs/dods
     23DODSDIR=/thredds/ipsl
    2424HTML=http://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS/$login/lmdz/MultiSimu/$comp
    2525fi
    2626if [ ${hostname:0:5} = camel ] ; then
    27 DODSDIR=/modfs/ipslfs/dods
     27DODSDIR=/thredds/ipsl
    2828fi
    2929if [ ${hostname:0:5} = irene ] ; then
Note: See TracChangeset for help on using the changeset viewer.