Ignore:
Timestamp:
May 24, 2018 1:13:11 PM (7 years ago)
Author:
schwenkel
Message:

bugfix for lcm with grid stretching

File:
1 edited

Legend:

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

    r2718 r3039  
    2525! -----------------
    2626! $Id$
     27! bugfix for lcm with grid stretching
     28!
     29! 2718 2018-01-02 08:49:38Z maronga
    2730! Corrected "Former revisions" section
    2831!
     
    114117
    115118    USE arrays_3d,                                                             &
    116         ONLY:  diss, ql_v, ql_vp
     119        ONLY:  diss, dzw, ql_v, ql_vp
    117120
    118121    USE cloud_parameters,                                                      &
     
    174177    number_of_particles   = prt_count(k,j,i)
    175178    factor_volume_to_mass = 4.0_wp / 3.0_wp * pi * rho_l
    176     ddV                   = 1.0_wp / ( dx * dy * dz )
     179    ddV                   = 1.0_wp / ( dx * dy * dzw(k) )
    177180!
    178181!-- Collision requires at least one super droplet inside the box
Note: See TracChangeset for help on using the changeset viewer.