Changeset 3884
- Timestamp:
- Apr 29, 2021, 3:36:50 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOL/Multi_atlas/Utils/atlas0.sh
r3737 r3884 120 120 htmlopt=index_${proj}_"$seas"_"$sim".html 121 121 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 124 133 125 134 if [ ! -f "$html" -o "`wc -l $html | awk ' { print $1 } '`" = "0" ] ; then
Note: See TracChangeset
for help on using the changeset viewer.