Hello,
The subroutine that does advection-diffusion for every tracer is cvdftr.f, it includes many methods and options, e.g. it can call cvtrvf.f which deals with distributive schemes. The equation solved is given in the header, and the explicit source term is here called SM, the implicit source term is called SMI.
To understand what explicit source term you have to set, it suffices to know that if F is the tracer, the equation solved is DF/DT + other terms = SM.
With best regards,
Jean-Michel Hervouet