Ignore:
Timestamp:
Nov 10, 2017 10:36:31 AM (6 years ago)
Author:
schwenkel
Message:

Modified particle box location and further changes in particle model

File:
1 edited

Legend:

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

    r2312 r2606  
    2020! Current revisions:
    2121! ------------------
    22 !
    23 !
     22! 
     23! 
    2424! Former revisions:
    2525! -----------------
    2626! $Id$
     27! Changed particle box locations: center of particle box now coincides
     28! with scalar grid point of same index.
     29! Renamed module and subroutines: lpm_pack_arrays_mod -> lpm_pack_and_sort_mod
     30! lpm_pack_all_arrays -> lpm_sort_in_subboxes, lpm_pack_arrays -> lpm_pack
     31! lpm_sort -> lpm_sort_timeloop_done
     32!
     33! 2312 2017-07-14 20:26:51Z hoffmann
    2734! Extended particle data type.
    2835!
     
    7481    USE kinds
    7582
    76     USE lpm_pack_arrays_mod,                                                   &
    77         ONLY:  lpm_pack_all_arrays
     83    USE lpm_pack_and_sort_mod,                                                   &
     84        ONLY:  lpm_sort_in_subboxes
    7885
    7986    USE particle_attributes,                                                   &
     
    178185!-- Must be called to sort particles into blocks, which is needed for a fast
    179186!-- interpolation of the LES fields on the particle position.
    180     CALL lpm_pack_all_arrays
     187    CALL lpm_sort_in_subboxes
    181188
    182189
Note: See TracChangeset for help on using the changeset viewer.