SUBROUTINE user_lpm_init !------------------------------------------------------------------------------! ! Current revisions: ! ----------------- ! ! ! Former revisions: ! ----------------- ! $Id: user_lpm_init.f90 850 2012-03-15 12:09:25Z heinze $ ! ! 849 2012-03-15 10:35:09Z raasch ! routine renamed: user_init_particles -> user_lpm_init ! ! 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_init