Changeset 2151 for palm


Ignore:
Timestamp:
Feb 15, 2017 10:42:16 AM (7 years ago)
Author:
schwenkel
Message:

Bugfix in lpm_exchange_horiz

File:
1 edited

Legend:

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

    r2101 r2151  
    2020! Current revisions:
    2121! ------------------
    22 !
     22!
     23! Bugfix in lpm_move_particle that prevents
     24! false production of additional particles
    2325!
    2426! Former revisions:
     
    10181020                               prt_count(k,j,i) = number_of_particles
    10191021!
     1022!--                            Set pindex to next index of the modified
     1023!--                            particle-array (due to lpm_pack_arrays)
     1024                               pindex = prt_count(k,j,i)+1
     1025!
    10201026!--                            If number of particles in the new grid box
    10211027!--                            exceeds its allocated memory, the particle array
Note: See TracChangeset for help on using the changeset viewer.