Changeset 3884


Ignore:
Timestamp:
Apr 29, 2021, 3:36:50 PM (3 years ago)
Author:
musat
Message:

Derniere commission avant le test
IM

File:
1 edited

Legend:

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

    r3737 r3884  
    120120   htmlopt=index_${proj}_"$seas"_"$sim".html
    121121   rm -f $html
    122    echo python $local/$pyatlas -v $vars -s `basename $simdir`_$years -t $ref -p $seas --root $simdir/ATM/Analyse/SE
    123    python $local/$pyatlas -v $vars -s `basename $simdir`_$years -t $ref -p $seas --root $simdir/ATM/Analyse/SE
     122
     123   INDIR=$simdir/ATM/Analyse/SE
     124   file=${INDIR}/`basename $simdir`_SE_$years_1M_histmth.nc
     125   if [ ! -f ${file} ]; then
     126      echo PB fichier $file inexistant
     127      INDIR=$DODSDIR/$login/lmdz/SE/ORIG
     128      file=$INDIR/`basename $simdir`_SE_$years_1M_histmth.nc
     129   fi
     130
     131   echo python $local/$pyatlas -v $vars -s `basename $simdir`_$years -t $ref -p $seas --root $INDIR
     132   python $local/$pyatlas -v $vars -s `basename $simdir`_$years -t $ref -p $seas --root $INDIR
    124133
    125134   if [ ! -f "$html"  -o "`wc -l $html | awk ' { print $1 } '`" = "0" ] ; then
Note: See TracChangeset for help on using the changeset viewer.