Changeset 2123 for palm/trunk/SOURCE


Ignore:
Timestamp:
Jan 18, 2017 12:34:59 PM (7 years ago)
Author:
hoffmann
Message:

last commit documented

Location:
palm/trunk/SOURCE
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/lpm_data_output_particles.f90

    r2122 r2123  
    2020! Current revisions:
    2121! ------------------
    22 ! Calculation of particle ID
     22!
    2323!
    2424! Former revisions:
    2525! -----------------
    2626! $Id$
     27!
     28! 2122 2017-01-18 12:22:54Z hoffmann
     29! Calculation of particle ID
    2730!
    2831! 2000 2016-08-20 18:09:15Z knoop
  • palm/trunk/SOURCE/lpm_droplet_collision.f90

    r2122 r2123  
    2020! Current revisions:
    2121! ------------------
    22 ! Some reformatting of the code.
     22!
    2323!
    2424! Former revisions:
    2525! -----------------
    2626! $Id$
     27!
     28! 2122 2017-01-18 12:22:54Z hoffmann
     29! Some reformatting of the code.
    2730!
    2831! 2000 2016-08-20 18:09:15Z knoop
  • palm/trunk/SOURCE/lpm_init.f90

    r2122 r2123  
    2020! Current revisions:
    2121! -----------------
    22 ! Improved initialization of equilibrium aerosol radii
    23 ! Calculation of particle ID
     22!
    2423!
    2524! Former revisions:
    2625! -----------------
    2726! $Id$
     27!
     28! 2122 2017-01-18 12:22:54Z hoffmann
     29! Improved initialization of equilibrium aerosol radii
     30! Calculation of particle ID
    2831!
    2932! 2000 2016-08-20 18:09:15Z knoop
     
    236239!-- Define MPI derived datatype for FORTRAN datatype particle_type (see module
    237240!-- particle_attributes). Integer length is 4 byte, Real is 8 byte
    238 !    blocklengths(1)  = 20;  blocklengths(2)  =   5;  blocklengths(3)  =   1
    239 !    displacements(1) =  0;  displacements(2) = 160;  displacements(3) = 180
    240241    blocklengths(1)  = 19;  blocklengths(2)  =   6;  blocklengths(3)  =   1
    241242    displacements(1) =  0;  displacements(2) = 152;  displacements(3) = 176
    242 
    243 !
    244 !-- WARNING: the double precision integer 'id' is treated as a double precision
    245 !-- integer here, i.e., there are 20 real variables and only 5 integer variables
    246 !-- instead of 19 and 6, respectively.
    247243
    248244    types(1) = MPI_REAL
  • palm/trunk/SOURCE/lpm_set_attributes.f90

    r2122 r2123  
    2020! Current revisions:
    2121! -----------------
    22 ! DVRP routine removed
     22!
    2323!
    2424! Former revisions:
    2525! -----------------
    2626! $Id$
     27!
     28! 2122 2017-01-18 12:22:54Z hoffmann
     29! DVRP routine removed
    2730!
    2831! 2000 2016-08-20 18:09:15Z knoop
  • palm/trunk/SOURCE/mod_particle_attributes.f90

    r2122 r2123  
    2020! Current revisions:
    2121! ------------------
    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!
    2523!
    2624! Former revisions:
    2725! -----------------
    2826! $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
    2932!
    3033! 2000 2016-08-20 18:09:15Z knoop
Note: See TracChangeset for help on using the changeset viewer.