Changeset 4282 for palm/trunk
- Timestamp:
- Oct 29, 2019 4:18:46 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/lagrangian_particle_model_mod.f90
r4277 r4282 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Bugfix of particle timeseries in case of more than one particle group 28 ! 29 ! 4277 2019-10-28 16:53:23Z schwenkel 27 30 ! Bugfix: Added first_call_lpm in use statement 28 31 ! … … 2674 2677 ENDIF 2675 2678 pts_value_l(jg,15) = pts_value_l(jg,15) + particles(n)%radius 2676 pts_value_l(jg,16) = MIN( pts_value (jg,16), particles(n)%radius )2677 pts_value_l(jg,17) = MAX( pts_value (jg,17), particles(n)%radius )2679 pts_value_l(jg,16) = MIN( pts_value_l(jg,16), particles(n)%radius ) 2680 pts_value_l(jg,17) = MAX( pts_value_l(jg,17), particles(n)%radius ) 2678 2681 pts_value_l(jg,18) = pts_value_l(jg,18) + 1.0_wp 2679 2682 pts_value_l(jg,19) = pts_value_l(jg,19) + 1.0_wp
Note: See TracChangeset
for help on using the changeset viewer.