Index: /LMDZ6/trunk/libf/phylmd/physiq_mod.F90
===================================================================
--- /LMDZ6/trunk/libf/phylmd/physiq_mod.F90	(revision 3598)
+++ /LMDZ6/trunk/libf/phylmd/physiq_mod.F90	(revision 3599)
@@ -2024,11 +2024,4 @@
       sollwdown(:)= sollwdown(:) + betalwoff *(-1.*ZFLDN0(:,1) - &
                     sollwdown(:))
-!
-! Temporary solutions adressing ticket #104 and the non initialisation of tr_ancien
-! LF
-      WRITE(lunout,*)' WARNING: tr_ancien initialised to tr_seri'
-      DO iq = nqo+1, nqtot
-           tr_ancien(:,:,iq-nqo)=tr_seri(:,:,iq-nqo)
-      ENDDO
 
 
@@ -2166,4 +2159,13 @@
           ENDDO
        ENDDO
+    ENDIF
+!
+! Temporary solutions adressing ticket #104 and the non initialisation of tr_ancien
+! LF
+    IF (debut) THEN
+      WRITE(lunout,*)' WARNING: tr_ancien initialised to tr_seri'
+      DO iq = nqo+1, nqtot
+           tr_ancien(:,:,iq-nqo)=tr_seri(:,:,iq-nqo)
+      ENDDO
     ENDIF
     !
