source: palm/trunk/SOURCE/user_particle_attributes.f90 @ 211

Last change on this file since 211 was 211, checked in by raasch, 15 years ago

user interface was split into one single file per subroutine

  • Property svn:keywords set to Id
File size: 679 bytes
RevLine 
[211]1 SUBROUTINE user_particle_attributes
2
3!------------------------------------------------------------------------------!
4! Actual revisions:
5! -----------------
6! Former file user_interface.f90 split into one file per subroutine
7!
8! Former revisions:
9! -----------------
10! $Id: user_particle_attributes.f90 211 2008-11-11 04:46:24Z raasch $
11!
12! Description:
13! ------------
14! Define the actual particle attributes (size, colour) by the user.
15!------------------------------------------------------------------------------!
16
17    USE particle_attributes
18    USE user
19
20    IMPLICIT NONE
21
22    INTEGER ::  n
23
24!
25!-- Here the user-defined actions follow
26!    DO  n = 1, number_of_initial_particles
27!    ENDDO
28
29 END SUBROUTINE user_particle_attributes
30
Note: See TracBrowser for help on using the repository browser.