Changeset 3701 for BOL


Ignore:
Timestamp:
Jun 8, 2020, 5:23:17 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.
Corrections

Location:
BOL/Multi_atlas
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • BOL/Multi_atlas/Utils/atlas0.sh

    r3696 r3701  
    11# Definitions en fonction de la machine
    22# CICLAD
     3hostname=`hostname`
    34if [ ${hostname:0:5} = cicla ] ; then
    45########################################################################################################
  • BOL/Multi_atlas/atlas/atlas.sh

    r3697 r3701  
    1414login=aidelkad
    1515DODSDIR=/prodigfs/ipslfs/dods
     16hostname=`hostname`
    1617# Definitions en fonction de la machine
    1718# CICLAD
     
    3031MULTIDIR=$DODSDIR/$login/lmdz/MultiSimu
    3132DIRATLAS=$DODSDIR/$login/lmdz/atlas
    32 ########################################################################################################
    3333ATLAS_DIR=$DODSDIR/$login/lmdz/atlas/Atlas$$
    3434if [ ! -d $DODSDIR/$login/lmdz/atlas/Atlas$$ ] ; then mkdir -p $DODSDIR/$login/lmdz/atlas/Atlas$$ ; fi
     35##########################################################################################################
    3536fi
    3637local=`pwd -P`
  • BOL/Multi_atlas/multi_atlas.sh

    r3697 r3701  
    136136done
    137137
    138 echo VOTRE MULTI-ATLAS EST DISPONIBLE SUR : $HTML/ACCUEIl.html
     138echo VOTRE MULTIATLAS EST DISPONIBLE SUR $HTML/ACCUEIl.html
Note: See TracChangeset for help on using the changeset viewer.