Index: LMDZ4/branches/LMDZ4-dev/libf/dyn3d/infotrac.F90
===================================================================
--- LMDZ4/branches/LMDZ4-dev/libf/dyn3d/infotrac.F90	(revision 1179)
+++ LMDZ4/branches/LMDZ4-dev/libf/dyn3d/infotrac.F90	(revision 1180)
@@ -295,5 +295,5 @@
 
 
-    WRITE(lunout,*) 'Information stored in dimtrac :'
+    WRITE(lunout,*) 'Information stored in infotrac :'
     WRITE(lunout,*) 'iadv  niadv tname  ttext :'
     DO iq=1,nqtot
@@ -306,5 +306,5 @@
 !
     DO iq=1,nqtot
-       IF (iadv(iq)/=10 .AND. iadv(iq)/=14) THEN
+       IF (iadv(iq)/=10 .AND. iadv(iq)/=14 .AND. iadv(iq)/=0) THEN
           WRITE(lunout,*)'STOP : The option iadv=',iadv(iq),' is not tested in this version of LMDZ'
           CALL abort_gcm('infotrac_init','In this version only iadv=10 and iadv=14 is tested!',1)
Index: LMDZ4/branches/LMDZ4-dev/libf/dyn3dpar/infotrac.F90
===================================================================
--- LMDZ4/branches/LMDZ4-dev/libf/dyn3dpar/infotrac.F90	(revision 1179)
+++ LMDZ4/branches/LMDZ4-dev/libf/dyn3dpar/infotrac.F90	(revision 1180)
@@ -295,5 +295,5 @@
 
 
-    WRITE(lunout,*) 'Information stored in dimtrac :'
+    WRITE(lunout,*) 'Information stored in infotrac :'
     WRITE(lunout,*) 'iadv  niadv tname  ttext :'
     DO iq=1,nqtot
@@ -306,5 +306,5 @@
 !
     DO iq=1,nqtot
-       IF (iadv(iq)/=10 .AND. iadv(iq)/=14) THEN
+       IF (iadv(iq)/=10 .AND. iadv(iq)/=14 .AND. iadv(iq)/=0) THEN
           WRITE(lunout,*)'STOP : The option iadv=',iadv(iq),' is not tested in this version of LMDZ'
           CALL abort_gcm('infotrac_init','In this version only iadv=10 and iadv=14 is tested!',1)
