Hello,
I used LIMI3D to prescribe the velocity at bottom boundary and it worked.
I'm not totally sure but maybe you could try LIMI3D for the tracers as well.
To be more specific, I think you will need to modify the following lines in LIMI3D:
DO IPOIN2 = 1,NPOIN2
LITABF%ADR(ITRAC)%P%I(IPOIN2) = KLOG
TABORF%ADR(ITRAC)%P%R(IPOIN2) = 0.D0
ENDDO
ITRAC is the tracer index. Change the KLOG to KENT and give your values in the second line for each node at bottom.
Hopefully this will be enough for prescribing the bottom boundary for tracer.
Best regards,
Qilong