Index: BOL/LMDZ_Setup/setup.sh
===================================================================
--- BOL/LMDZ_Setup/setup.sh	(revision 4712)
+++ BOL/LMDZ_Setup/setup.sh	(revision 4718)
@@ -883,5 +883,5 @@
    if [ $aerosols = spla ] ; then 
      #mkdir -p $local/INPUT_SPLA ; pour l'instant on copie $LMDZ_Init/SPLA_Init en block
-     cp -pr $LMDZ_Init/SPLA_Init $local/INPUT_SPLA
+     if [ ! -d $local/INPUT_SPLA ] ; then cp -pr $LMDZ_Init/SPLA_Init $local/INPUT_SPLA ; fi
    fi
    cd $WRK
