Ignore:
Timestamp:
Nov 10, 2022, 9:58:20 AM (20 months ago)
Author:
musat
Message:

Inclut environnement spirit et dernieres corrections (2/3)
IonelaMusat?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOL/Multi_atlas/make_html_libigcm.sh

    r4330 r4341  
    33#set -x
    44
    5 source ./env.sh
     5source ~/env_Multi_atlas.sh
    66
    77###########################################################################
     
    5252done
    5353
     54HTML=http://${dthredds}/$login/lmdz/MultiSimu/$comp
     55MULTIDIR=${DODSDIR}/${login}/lmdz/MultiSimu
    5456COMP_D=$MULTIDIR/$comp
    5557DEF_FILE=$COMP_D/def.txt
    5658HTML_D=$COMP_D
     59CICLAD=/thredds/ipsl/${login}/lmdz
     60ROOTWORK=$CICLAD
    5761
    5862####################################################################
    59 if [ 1 == 0 ]; then
    60 if [ ${hostname:0:5} = cicla ] || [ ${hostname:0:5} = spiri ]; then
    61 
    62 ###tmpdir=/thredds/ipsl/fabric/lmdz
    63 tmpdir=/thredds/ipsl/${login}/lmdz
    64 EXPNAME=B96x95x39/V20090611.dev/
    65 ROOTWORK=$tmpdir
    66 ROOTWEBORIG=""
    67 EXPNAME=IGCM_OUT/$CONFIGNAME/DEVT/clim
    68 
    69 STORAGE=$ARCHIVE
    70 put=mfput
    71 ROOTWEBatlas=http://dods.idris.fr/$LOGNAME/$EXPNAME
    72 HTML_D=$ROOTSTORAGE/HTML
    73 
    74 DODSDIR=/thredds/ipsl
    75 dthredds=thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds
    76 HTML=http://${dthredds}/$login/lmdz/MultiSimu/$comp
    77 DODSDIR=/thredds/ipsl
    78 dthredds=thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds
    79 HTML=http://${dthredds}/$login/lmdz/MultiSimu/$comp
    80 ####################################################################
    81 EXPNAME=NPV5LRL79
    82 put=cp
    83 CICLAD=/thredds/ipsl/${login}/lmdz
    84 ARCHIVE=$CICLAD/STORE
    85 workdir=$CICLAD/WORK
    86 STORAGE=$CICLAD
    87 ROOTWEBatlas=http://thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds/${logname}/lmdz/STORE/$EXPNAME
    88 MULTIDIR=/thredds/ipsl/${login}/lmdz/MultiSimu
    89 COMP_D=$MULTIDIR/$comp
    90 DEF_FILE=$COMP_D/def.txt
    91 HTML_D=$COMP_D
    92 
    93 ROOTSTORAGE=$ARCHIVE/$EXPNAME
    94 ROOTDODS=DODS/pub/$LOGNAME/$CONFIGNAME
    95 ROOTWEB="http://dodsp.idris.fr/$LOGNAME/$EXPNAME"
    96 # http://dods.extra.cea.fr/work/aidel/IGCM_OUT/LMDZOR/DEVT/clim/AR5.0lr/ATM/Analyse/COSP/Calipso/1982-1989
    97 #ROOTWEB_PROD=http://dods.extra.cea.fr/work/aidel/IGCM_OUT/LMDZOR/DEVT/clim
    98 ROOTWEB_PROD=http://esgf.extra.cea.fr/thredds/catalog/work/aidel/IGCM_OUT/LMDZOR/DEVT/clim
    99 ROOTWEB_PROD=https://thredds-su.ipsl.fr/thredds/catalog/work/aidel/IGCM_OUT/LMDZOR/DEVT/clim
    100 ROOTWEB_PROD=https://thredds-su.ipsl.fr/thredds/catalog/store_thredds/aidel/IGCM_OUT/LMDZOR/DEVT/clim
    101 ROOTWEB_PRODout=https://thredds-su.ipsl.fr/thredds/catalog/store_thredds/aidel/LMDZOR/DEVT/clim
    102 #STOREWEB_PROD=http://dods.extra.cea.fr/store/aidel/IGCM_OUT/LMDZOR/DEVT/clim
    103 #STOREWEB_PROD=http://esgf.extra.cea.fr/thredds/catalog/store/aidel/IGCM_OUT/LMDZOR/DEVT/clim
    104 STOREWEB_PROD=http://esgf.extra.cea.fr/thredds/catalog/store_thredds/aidel/IGCM_OUT/LMDZOR/DEVT/clim
    105 STOREWEB_PRODold=http://esgf.extra.cea.fr/thredds/catalog/store/aidel/IGCM_OUT/LMDZOR/DEVT/clim
    106 #ROOTWEBatlas=http://dods.idris.fr/$LOGNAME/$CONFIGNAME/DEVT/clim
    107 if [ "$ROOTWEBORIG" = "" ] ; then
    108 ROOTWEBORIG=ROOTWEBlibigcm
    109 fi
    110 
    111 echo ROOTSTORAGE $ROOTSTORAGE ROOTWEB $ROOTWEB
    112 
    113 fi
    114 fi
    115  
    11663glob=1
    11764
Note: See TracChangeset for help on using the changeset viewer.