Ignore:
Timestamp:
Jun 18, 2019 4:59:00 PM (5 years ago)
Author:
schwenkel
Message:

further modularization of lpm and delete min_nr_particle

File:
1 edited

Legend:

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

    r4039 r4043  
    2525! -----------------
    2626! $Id$
     27! Further LPM modularization
     28!
     29! 4039 2019-06-18 10:32:41Z suehring
    2730! Rename subroutines in module for diagnostic quantities
    2831!
     
    593596        ONLY:  dt_indoor, im_main_heatcool, time_indoor
    594597
    595     USE interaction_droplets_ptq_mod,                                                              &
    596         ONLY:  interaction_droplets_ptq
    597 
    598598    USE interfaces
    599599
     
    604604
    605605    USE lagrangian_particle_model_mod,                                                             &
    606         ONLY:  lpm_data_output_ptseries
     606        ONLY:  lpm_data_output_ptseries, lpm_interaction_droplets_ptq
    607607
    608608    USE lsf_nudging_mod,                                                                           &
     
    10191019          IF ( cloud_droplets  .AND.  intermediate_timestep_count == intermediate_timestep_count_max ) &
    10201020          THEN
    1021              CALL interaction_droplets_ptq
     1021             CALL lpm_interaction_droplets_ptq
    10221022          ENDIF
    10231023
Note: See TracChangeset for help on using the changeset viewer.