Index: LMDZ6/trunk/libf/misc/readTracFiles_mod.f90
===================================================================
--- LMDZ6/trunk/libf/misc/readTracFiles_mod.f90	(revision 5770)
+++ LMDZ6/trunk/libf/misc/readTracFiles_mod.f90	(revision 5771)
@@ -1075,6 +1075,8 @@
     iqParent(iq) = strIdx(tnames, parent(iq))
     DO; jq = strIdx(tnames, parent(jq)); IF(jq == 0) EXIT; iGen(iq) = iGen(iq) + 1; END DO
-    CALL addKey('iqParent',   parent(iq), tr(iq)%keys)
+    CALL addKey('iqParent', iqParent(iq), tr(iq)%keys)
     CALL addKey('iqGeneration', iGen(iq), tr(iq)%keys)
+    tr(iq)%iqParent = iqParent(iq)
+    tr(iq)%iGeneration =  iGen(iq)
   END DO
 
Index: LMDZ6/trunk/libf/misc/strings_mod.f90
===================================================================
--- LMDZ6/trunk/libf/misc/strings_mod.f90	(revision 5770)
+++ LMDZ6/trunk/libf/misc/strings_mod.f90	(revision 5771)
@@ -1234,6 +1234,4 @@
   ncol = SIZE(c1, DIM=2)
   IF(ncol /= SIZE(c,2)) n = tableCellsWidth(c1)+2*nm                 !--- UPDATE "n(:)" IF "c" HAS BEEN STACKED
-
-  nCmx = 48
 
   !=== HIGH WIDTH TABLE: CUT IT INTO SUB-TABLES, WITH THE FIRST "nHead" COLUMNS REPEATED IN EACH OF THEM
