Last change
on this file since 256 was
226,
checked in by raasch, 16 years ago
|
preparations for the next release
|
-
Property svn:keywords set to
Id
|
File size:
691 bytes
|
Rev | Line | |
---|
[211] | 1 | SUBROUTINE user_advec_particles |
---|
| 2 | |
---|
| 3 | !------------------------------------------------------------------------------! |
---|
| 4 | ! Actual revisions: |
---|
| 5 | ! ----------------- |
---|
[226] | 6 | ! |
---|
[211] | 7 | ! |
---|
| 8 | ! Former revisions: |
---|
| 9 | ! ----------------- |
---|
| 10 | ! $Id: user_advec_particles.f90 226 2009-02-02 07:39:34Z letzel $ |
---|
| 11 | ! |
---|
[226] | 12 | ! 211 2008-11-11 04:46:24Z raasch |
---|
| 13 | ! Former file user_interface.f90 split into one file per subroutine |
---|
| 14 | ! |
---|
[211] | 15 | ! Description: |
---|
| 16 | ! ------------ |
---|
| 17 | ! Modification of initial particles by the user. |
---|
| 18 | !------------------------------------------------------------------------------! |
---|
| 19 | |
---|
| 20 | USE particle_attributes |
---|
| 21 | USE user |
---|
| 22 | |
---|
| 23 | IMPLICIT NONE |
---|
| 24 | |
---|
| 25 | INTEGER :: n |
---|
| 26 | |
---|
| 27 | ! |
---|
| 28 | !-- Here the user-defined actions follow |
---|
| 29 | ! DO n = 1, number_of_initial_particles |
---|
| 30 | ! ENDDO |
---|
| 31 | |
---|
| 32 | END SUBROUTINE user_advec_particles |
---|
| 33 | |
---|
Note: See
TracBrowser
for help on using the repository browser.