SUBROUTINE user_lpm_advec !------------------------------------------------------------------------------! ! Current revisions: ! ----------------- ! routine renamed user_lpm_advec ! ! Former revisions: ! ----------------- ! $Id: user_lpm_advec.f90 849 2012-03-15 10:35:09Z raasch $ ! ! 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_lpm_advec