Index: /LMDZ6/trunk/libf/phylmd/dyn1d/1DUTILS.h
===================================================================
--- /LMDZ6/trunk/libf/phylmd/dyn1d/1DUTILS.h	(revision 3315)
+++ /LMDZ6/trunk/libf/phylmd/dyn1d/1DUTILS.h	(revision 3316)
@@ -3569,5 +3569,5 @@
         read (ilesfile,*) kmax2,nt1,nt2
         if (nt2>ntrac) then
-          stop'Augmenter le nombre de traceurs dans traceur.def'
+          stop 'Augmenter le nombre de traceurs dans traceur.def'
         endif
         if (kmax .ne. kmax2) then
Index: /LMDZ6/trunk/libf/phylmd/dyn1d/lmdz1d.F90
===================================================================
--- /LMDZ6/trunk/libf/phylmd/dyn1d/lmdz1d.F90	(revision 3315)
+++ /LMDZ6/trunk/libf/phylmd/dyn1d/lmdz1d.F90	(revision 3316)
@@ -512,5 +512,5 @@
       call ymds2ju(annee_ref,mois,day_ref,heure,day)
       day_ini = int(day)
-      day_end = day_ini + fnday
+      day_end = day_ini + int(fnday)
 
       IF (forcing_type .eq.2) THEN
@@ -585,5 +585,5 @@
       call infotrac_init 
 
-      if (nqtot>nqmx) STOP'Augmenter nqmx dans lmdz1d.F'
+      if (nqtot>nqmx) STOP 'Augmenter nqmx dans lmdz1d.F'
       allocate(q(llm,nqtot)) ; q(:,:)=0.
       allocate(dq(llm,nqtot)) 
