Hello Arman,
I can suggest you a few things to try:
- decrease your time step, try e.g. 2 s, 1 s, perhaps less,
- try to model with 8 passive tracers (use the same TELEMAC-2D steering file with COUPLING WITH = '' or comment the line of this keyword). Does the problem still occur?
- for such issues (nan), you should use a debug configuration with debug options to investigate.
See e.g. the S9.gfortran.debug configuration in the $HOMETEL/configs/systel.edf.cfg configuration file, in particular the flag fflags_debug_gfo for gfortran compiler.
fflags_debug_gfo: -g -Wall -fcheck=all -fbacktrace -fbounds-check -finit-integer=-1 -finit-real=nan -ffpe-trap=invalid,zero,overflowconfiguration as you have NaN in your listing (Not a Number).
Hope this helps,
Chi-Tuan