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

last commit documented

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.