SUBROUTINE user_advec_particles !------------------------------------------------------------------------------! ! Actual revisions: ! ----------------- ! ! ! Former revisions: ! ----------------- ! $Id: user_advec_particles.f90 226 2009-02-02 07:39:34Z maronga $ ! ! 211 2008-11-11 04:46:24Z raasch ! Former file user_interface.f90 split into one file per subroutine ! ! Description: ! ------------ ! Modification of initial particles by the user. !------------------------------------------------------------------------------! USE particle_attributes USE user IMPLICIT NONE INTEGER :: n ! !-- Here the user-defined actions follow ! DO n = 1, number_of_initial_particles ! ENDDO END SUBROUTINE user_advec_particles