Changeset 1417 for palm/trunk/SOURCE
- Timestamp:
- Jun 4, 2014 4:05:56 PM (10 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/lpm.f90
r1416 r1417 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! 23 ! 24 ! Former revisions: 25 ! ----------------- 26 ! $Id$ 27 ! 28 ! 1416 2014-06-04 16:04:03Z suehring 22 29 ! user_lpm_advec is called for each gridpoint. 23 30 ! Bugfix: in order to prevent an infinite loop, time_loop_done is set .TRUE. 24 31 ! at the head of the do-loop. 25 32 ! 26 ! Former revisions:27 ! -----------------28 ! $Id$29 !30 33 ! 1359 2014-04-11 17:15:14Z hoffmann 31 34 ! New particle structure integrated. -
palm/trunk/SOURCE/user_lpm_advec.f90
r1416 r1417 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Provide template for new particle structure. 23 ! Moreover, user_lpm_advec is called for each gridpoint. 22 ! 24 23 ! 25 24 ! Former revisions: … … 27 26 ! $Id$ 28 27 ! 28 ! 1416 2014-06-04 16:04:03Z suehring 29 ! Provide template for new particle structure. 30 ! Moreover, user_lpm_advec is called for each gridpoint. 31 ! 29 32 ! 1359 2014-04-11 17:15:14Z hoffmann 30 33 ! New particle structure integrated. -
palm/trunk/SOURCE/user_lpm_init.f90
r1416 r1417 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! load module indices22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 1416 2014-06-04 16:04:03Z suehring 29 ! load module indices 30 ! 28 31 ! 1359 2014-04-11 17:15:14Z hoffmann 29 32 ! New particle structure integrated.
Note: See TracChangeset
for help on using the changeset viewer.