Ignore:
Timestamp:
Jun 29, 2020, 5:04:13 PM (4 years ago)
Author:
idelkadi
Message:

Repository under svn of a first version of Multiatlas diagnostics for LMDZ. This version is adapted to be able to run a LMDZ multiatlas on an individual account on the ciclad machine of the IPSL. In this version, the parts to be modified are identified so as to subsequently adapt it to other machines.
Modifications following changes and simplification of access from CICLAD / ClimServ?? to the different "thredds"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOL/Multi_atlas/make_html_libigcm.sh

    r3697 r3737  
    5555hostname=`hostname`
    5656if [ ${hostname:0:5} = cicla ] ; then
    57 DODSDIR=/prodigfs/ipslfs/dods
     57DODSDIR=/modfs/ipslfs/dods
    5858HTML=http://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS/$login/lmdz/MultiSimu/$comp
    5959machine=ciclad
    6060fi
    6161if [ ${hostname:0:5} = camel ] ; then
    62 DODSDIR=/prodigfs/ipslfs/dods
     62DODSDIR=/modfs/ipslfs/dods
    6363fi
    6464if [ ${hostname:0:5} = irene ] ; then
     
    8888STORAGE=$CICLAD
    8989ROOTWEBatlas=http://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS/$login/lmdz/STORE/$EXPNAME
    90 MULTIDIR=/prodigfs/ipslfs/dods/$login/lmdz/MultiSimu
     90MULTIDIR=/modfs/ipslfs/dods/$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:/prodigfs/ipslfs/dods/:http\://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS/:'`
     212                 atlas_html=`echo $atlasf | sed -e 's:/modfs/ipslfs/dods/: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.