Index: trunk/LMDZ.GENERIC/README
===================================================================
--- trunk/LMDZ.GENERIC/README	(revision 1690)
+++ trunk/LMDZ.GENERIC/README	(revision 1694)
@@ -1332,2 +1332,5 @@
 == 07/04/2017 == EM
 Fixing a big bug (dating from revision 1529) in wstats.
+
+== 14/04/2017 == JL+EM
+Fixed a bug in start2archive: missing initialization of tracer names.
Index: trunk/LMDZ.GENERIC/libf/dynphy_lonlat/phystd/start2archive.F
===================================================================
--- trunk/LMDZ.GENERIC/libf/dynphy_lonlat/phystd/start2archive.F	(revision 1690)
+++ trunk/LMDZ.GENERIC/libf/dynphy_lonlat/phystd/start2archive.F	(revision 1694)
@@ -234,4 +234,6 @@
       Lmodif=0
 
+! Initialize tracer names, indexes and properties
+      CALL initracer(ngridmx,nqtot,tname)
 
       CALL phyetat0(.true.,ngridmx,llm,fichnom,0,Lmodif,nsoilmx,nqtot,
