Hello,
Instead of:
VARIABLES FOR GRAPHIC PRINTOUTS = 'U,V,S,B,H,Q,M,L,T(1,1),T(1,2),T(1,3),T(1,4),T(1,5),T(1,6),T(2,1),T(2,2),T(2,3),T(2,4),T(2,5),T(2,6)'
try:
VARIABLES FOR GRAPHIC PRINTOUTS = 'U,V,S,B,H,Q,M,L,T*,T1*'
For the names of tracers try:
NAMES OF TRACERS =
'DN,1 [mg/L] ';
'DN,2 [mg/L] ';
etc. (16 characters for name and 16 for unit)
INITIAL VALUES OF TRACERS : 0. (is OK, will be given for all values, if problem, give 12 numbers...)
VALUES OF THE TRACERS AT THE SOURCES : I'am afraid you have to give 12 * 6 values but you can do it with several lines. First the 6 values at the sources of the first tracer, then the 6 values for the second tracer, and so on... To avoid any problem, cut a line after ; only, not in the middle of a number.
With best regards,
Jean-Michel Hervouet