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

bugfix for lcm with grid stretching

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/lpm_droplet_condensation.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!
     
    124127
    125128    USE arrays_3d,                                                             &
    126         ONLY:  hyp, pt, q, ql_c, ql_v
     129        ONLY:  dzw, hyp, pt, q, ql_c, ql_v
    127130
    128131    USE cloud_parameters,                                                      &
     
    372375                                   rho_l * 1.33333333_wp * pi *                &
    373376                                   ( new_r(n)**3 - particles(n)%radius**3 ) /  &
    374                                    ( rho_surface * dx * dy * dz )
     377                                   ( rho_surface * dx * dy * dzw(kp) )
    375378!
    376379!--    Check if the increase in liqid water is not too big. If this is the case,
Note: See TracChangeset for help on using the changeset viewer.