SUBROUTINE user_lpm_set_attributes !------------------------------------------------------------------------------! ! Current revisions: ! ----------------- ! ! ! Former revisions: ! ----------------- ! $Id: user_lpm_set_attributes.f90 850 2012-03-15 12:09:25Z raasch $ ! ! 849 2012-03-15 10:35:09Z raasch ! routine renamed: user_particle_attributes -> user_lpm_set_attributes ! ! 211 2008-11-11 04:46:24Z raasch ! Former file user_interface.f90 split into one file per subroutine ! ! Description: ! ------------ ! Define the actual particle attributes (size, colour) 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_set_attributes