Ignore:
Timestamp:
Jun 4, 2020, 11:31:02 AM (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/Utils/atlas0.sh

    r3684 r3694  
    11local=`pwd -P`
    2 cd $local
    32
    43date
     
    9594
    9695   echo Nettoyage des fichiers corrompus du cache
    97    ~/LMDZ/atlas/clean_cache.sh
     96   $local/clean_cache.sh $DIRATLAS
    9897   echo passage $ipass >> atlas.sh.log
    9998   html=index_example_"$seas"_"$sim".html
    10099   htmlopt=index_${proj}_"$seas"_"$sim".html
    101100   rm -f $html
    102    ###echo python /home/fabric/LMDZ/atlas/$pyatlas --force -v $vars -s `basename $simdir`_$years -t $ref -p $seas -i $simdir/ATM/Analyse/SE
    103101   echo python $local/$pyatlas -v $vars -s `basename $simdir`_$years -t $ref -p $seas --root $simdir/ATM/Analyse/SE
    104    ###python /home/fabric/LMDZ/atlas/$pyatlas --force -v $vars -s `basename $simdir`_$years -t $ref -p $seas -i $simdir/ATM/Analyse/SE
    105102   python $local/$pyatlas -v $vars -s `basename $simdir`_$years -t $ref -p $seas --root $simdir/ATM/Analyse/SE
    106    #python /home/fabric/LMDZ/atlas/$pyatlas -v $vars -s `basename $simdir`_$years -t $ref -p $seas -i $simdir/ATM/Analyse/SE --root XXXX
    107103
    108104   if [ ! -f "$html"  -o "`wc -l $html | awk ' { print $1 } '`" = "0" ] ; then
Note: See TracChangeset for help on using the changeset viewer.