Ignore:
Timestamp:
Nov 9, 2020 1:40:05 PM (4 years ago)
Author:
raasch
Message:

first preliminary version for output of particle data time series

File:
1 edited

Legend:

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

    r4768 r4778  
    2424! -----------------
    2525! $Id$
     26! routine required for output of particle time series added
     27!
     28! 4768 2020-11-02 19:11:23Z suehring
    2629! Enable 3D data output also with 64-bit precision
    2730!
     
    399402               lpm_init,                                                                           &
    400403               lpm_init_arrays,                                                                    &
     404               lpm_last_actions,                                                                   &
    401405               lpm_parin,                                                                          &
    402406               lpm_rrd_global,                                                                     &
     
    20652069
    20662070    CALL dynamics_last_actions
    2067 
     2071    IF ( particle_advection )   CALL lpm_last_actions
    20682072    IF ( user_module_enabled )  CALL user_last_actions
    20692073
Note: See TracChangeset for help on using the changeset viewer.