Hello,
First of all, please use the latest release v8p2r1. Many fixes of bugs and new features are added.
If you want to tune initial conditions for tracers, you only need to write them in the USER_CONDI3D_TRAC subroutine and it will do the job correctly.
The CONDIM subroutine does many things:
- treatment of the initial conditions for many variables (water depth, velocities, tracers, etc.),
- computation of the first 3D mesh from the initial water depth.
If you delete lines in CONDIM subroutine that are needed for the computation as you did, you may experience wrong results.
Hope this helps,
Chi-Tuan