- Timestamp:
- Jan 18, 2017 12:34:59 PM (8 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/lpm_data_output_particles.f90
r2122 r2123 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! Calculation of particle ID22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! 28 ! 2122 2017-01-18 12:22:54Z hoffmann 29 ! Calculation of particle ID 27 30 ! 28 31 ! 2000 2016-08-20 18:09:15Z knoop -
palm/trunk/SOURCE/lpm_droplet_collision.f90
r2122 r2123 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! Some reformatting of the code.22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! 28 ! 2122 2017-01-18 12:22:54Z hoffmann 29 ! Some reformatting of the code. 27 30 ! 28 31 ! 2000 2016-08-20 18:09:15Z knoop -
palm/trunk/SOURCE/lpm_init.f90
r2122 r2123 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Improved initialization of equilibrium aerosol radii 23 ! Calculation of particle ID 22 ! 24 23 ! 25 24 ! Former revisions: 26 25 ! ----------------- 27 26 ! $Id$ 27 ! 28 ! 2122 2017-01-18 12:22:54Z hoffmann 29 ! Improved initialization of equilibrium aerosol radii 30 ! Calculation of particle ID 28 31 ! 29 32 ! 2000 2016-08-20 18:09:15Z knoop … … 236 239 !-- Define MPI derived datatype for FORTRAN datatype particle_type (see module 237 240 !-- particle_attributes). Integer length is 4 byte, Real is 8 byte 238 ! blocklengths(1) = 20; blocklengths(2) = 5; blocklengths(3) = 1239 ! displacements(1) = 0; displacements(2) = 160; displacements(3) = 180240 241 blocklengths(1) = 19; blocklengths(2) = 6; blocklengths(3) = 1 241 242 displacements(1) = 0; displacements(2) = 152; displacements(3) = 176 242 243 !244 !-- WARNING: the double precision integer 'id' is treated as a double precision245 !-- integer here, i.e., there are 20 real variables and only 5 integer variables246 !-- instead of 19 and 6, respectively.247 243 248 244 types(1) = MPI_REAL -
palm/trunk/SOURCE/lpm_set_attributes.f90
r2122 r2123 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! DVRP routine removed22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! 28 ! 2122 2017-01-18 12:22:54Z hoffmann 29 ! DVRP routine removed 27 30 ! 28 31 ! 2000 2016-08-20 18:09:15Z knoop -
palm/trunk/SOURCE/mod_particle_attributes.f90
r2122 r2123 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! Calculation of particle ID 23 ! Particle attribute dvrp_psize renamed to user: this attribute can be used by 24 ! by the user to store any variable 22 ! 25 23 ! 26 24 ! Former revisions: 27 25 ! ----------------- 28 26 ! $Id$ 27 ! 28 ! 2122 2017-01-18 12:22:54Z hoffmann 29 ! Calculation of particle ID 30 ! Particle attribute dvrp_psize renamed to user: this attribute can be used by 31 ! by the user to store any variable 29 32 ! 30 33 ! 2000 2016-08-20 18:09:15Z knoop
Note: See TracChangeset
for help on using the changeset viewer.