Yes, you should be able to define the start and end time of the oil spill. I used to do oil spill modelling in 2D, but the 3D version is similar. Start with the tel3d user manual, however I believe the subroutine should be FLOT3D not OIL_FLOT as in the manual. OIL_FLOT subroutine is for the 2D version. You will need to:
- define your spill history (inject, remove, and location) in FLOT3D subroutine, and
- oil properties in a steering text file
To overlay the result particle locations with your 2D/3D results, I created a script to convert the particle location file to a BlueKenue pcl file (binary format). BlueKenue is able to load both your results files and pcl file so you view the locations of the particles. Not sure whether there is a better way now.
Hailiang