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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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`
Note: See TracChangeset for help on using the changeset viewer.