Changeset 3881
- Timestamp:
- Apr 29, 2021, 11:19:46 AM (4 years ago)
- Location:
- BOL/Multi_atlas
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
BOL/Multi_atlas/METRICS/metrics.sh
r3695 r3881 5 5 hostname=`hostname` 6 6 if [ ${hostname:0:5} = cicla ] ; then 7 DODSDIR=/ prodigfs/ipslfs/dods7 DODSDIR=/thredds/ipsl 8 8 fi 9 9 if [ ${hostname:0:5} = camel ] ; then 10 DODSDIR=/ prodigfs/ipslfs/dods10 DODSDIR=/thredds/ipsl 11 11 fi 12 12 if [ ${hostname:0:5} = irene ] ; then -
BOL/Multi_atlas/html_1D.sh
r3684 r3881 7 7 hostname=`hostname` 8 8 if [ ${hostname:0:5} = cicla ] ; then 9 DODSDIR=/ prodigfs/ipslfs/dods9 DODSDIR=/thredds/ipsl 10 10 HTML00=http://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS/$login 11 11 machine=ciclad 12 12 fi 13 13 if [ ${hostname:0:5} = camel ] ; then 14 DODSDIR=/ prodigfs/ipslfs/dods14 DODSDIR=/thredds/ipsl 15 15 fi 16 16 if [ ${hostname:0:5} = irene ] ; then -
BOL/Multi_atlas/html_entete.sh
r3737 r3881 8 8 hostname=`hostname` 9 9 if [ ${hostname:0:5} = cicla ] ; then 10 DODSDIR=/ modfs/ipslfs/dods10 DODSDIR=/thredds/ipsl 11 11 HTML00=http://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS/$login 12 12 machine=ciclad 13 13 fi 14 14 if [ ${hostname:0:5} = camel ] ; then 15 DODSDIR=/ modfs/ipslfs/dods15 DODSDIR=/thredds/ipsl 16 16 fi 17 17 if [ ${hostname:0:5} = irene ] ; then -
BOL/Multi_atlas/html_lma.sh
r3684 r3881 7 7 hostname=`hostname` 8 8 if [ ${hostname:0:5} = cicla ] ; then 9 DODSDIR=/ prodigfs/ipslfs/dods9 DODSDIR=/thredds/ipsl 10 10 HTML00=http://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS/$login 11 11 machine=ciclad 12 12 fi 13 13 if [ ${hostname:0:5} = camel ] ; then 14 DODSDIR=/ prodigfs/ipslfs/dods14 DODSDIR=/thredds/ipsl 15 15 fi 16 16 if [ ${hostname:0:5} = irene ] ; then -
BOL/Multi_atlas/html_pcmdi.sh
r3684 r3881 5 5 hostname=`hostname` 6 6 if [ ${hostname:0:5} = cicla ] ; then 7 DODSDIR=/ prodigfs/ipslfs/dods7 DODSDIR=/thredds/ipsl 8 8 HTML00=http://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS/$login 9 9 machine=ciclad 10 10 fi 11 11 if [ ${hostname:0:5} = camel ] ; then 12 DODSDIR=/ prodigfs/ipslfs/dods12 DODSDIR=/thredds/ipsl 13 13 fi 14 14 if [ ${hostname:0:5} = irene ] ; then -
BOL/Multi_atlas/html_tuning.sh
r3737 r3881 7 7 hostname=`hostname` 8 8 if [ ${hostname:0:5} = cicla ] ; then 9 DODSDIR=/ modfs/ipslfs/dods9 DODSDIR=/thredds/ipsl 10 10 HTML00=http://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS/$login 11 11 machine=ciclad 12 12 fi 13 13 if [ ${hostname:0:5} = camel ] ; then 14 DODSDIR=/ modfs/ipslfs/dods14 DODSDIR=/thredds/ipsl 15 15 fi 16 16 if [ ${hostname:0:5} = irene ] ; then -
BOL/Multi_atlas/html_tuning_min.sh
r3737 r3881 7 7 hostname=`hostname` 8 8 if [ ${hostname:0:5} = cicla ] ; then 9 DODSDIR=/ modfs/ipslfs/dods9 DODSDIR=/thredds/ipsl 10 10 HTML00=http://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS/$login 11 11 machine=ciclad 12 12 fi 13 13 if [ ${hostname:0:5} = camel ] ; then 14 DODSDIR=/ modfs/ipslfs/dods14 DODSDIR=/thredds/ipsl 15 15 fi 16 16 if [ ${hostname:0:5} = irene ] ; then -
BOL/Multi_atlas/make_MOY.sh
r3737 r3881 22 22 hostname=`hostname` 23 23 if [ ${hostname:0:5} = cicla ] ; then 24 DODSDIR=/ modfs/ipslfs/dods24 DODSDIR=/thredds/ipsl 25 25 OBSDIR=$DODSDIR/fabric/lmdz 26 26 ferret="/opt/ferret-7.0.0/bin/ferret" 27 27 fi 28 28 if [ ${hostname:0:5} = camel ] ; then 29 DODSDIR=/ modfs/ipslfs/dods29 DODSDIR=/thredds/ipsl 30 30 OBSDIR=$DODSDIR/$login/lmdz 31 31 ferret="/opt/ferret-7.0.0/bin/ferret" -
BOL/Multi_atlas/multi_atlas.sh
r3745 r3881 21 21 hostname=`hostname` 22 22 if [ ${hostname:0:5} = cicla ] ; then 23 DODSDIR=/ modfs/ipslfs/dods23 DODSDIR=/thredds/ipsl 24 24 HTML=http://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS/$login/lmdz/MultiSimu/$comp 25 25 fi 26 26 if [ ${hostname:0:5} = camel ] ; then 27 DODSDIR=/ modfs/ipslfs/dods27 DODSDIR=/thredds/ipsl 28 28 fi 29 29 if [ ${hostname:0:5} = irene ] ; then
Note: See TracChangeset
for help on using the changeset viewer.