Hello all,
So now its working properly, thanks Riadh and Laurent. But the particle dont move enough fast which is weird, for example:
a node with velocity of 0.6m/s during 30 minute will show a result of 2 km travelling, but im the result file the particles don't move further than 15 m during a day...
I wonder if the velocity is taking into account?
In this part of the code i used could you please tell to what correponds the part wiht called 0.DO ?
XFLOT(1)=424660.D0
YFLOT(1)=5899480.D0
!
IF(LT.EQ.1.) THEN
CALL ADD_PARTICLE(424660.D0,5899480.D0,0.DO,LT,NFLOT,
& NFLOT_MAX,XFLOT,YFLOT,YFLOT,TAGFLO,
& SHPFLO,SHPFLO,ELTFLO,ELTFLO,MESH,1,
& 0.D0,0.D0,0.D0,0.D0,0,0)
ENDIF
Thank you very much