Hello,
We are implementing a new two-class population balance model for flocculation in Telemac-3D. Now the most part is done and we are trying to put additional variables, such as floc size and floc desity in the result files.
We checked the telemac3d.dico. Inside, we found there are "private variables (P1, P2, P3 and P4)" available for the VARIABLES FOR 3D GRAPHIC PRINTOUTS. Can these be used as customized variables for output?
We also found that the way of writing the variables to the result files:
In telemac3d.f, it calls BIEF_DESIMP --> WRITE_DATA --> ADD_DATA --> ADD_DATA_SRF
It seems that the values are stored in VARSO3(3D) and VARSOR(2D) and then they are passed into BIEF_DESIMP and so on. But We couldn't find the way of giving values to VARSO3 and VARSOR in telemac3d.f. If we have TA1 (tracer values) in the keyword VARIABLES FOR 3D GRAPHIC PRINTOUTS, in which subroutine they are passed to VARSO3? How does Telemac write them in the result files?
Thanks in advance!
Qilong