Ignore:
Timestamp:
Aug 29, 2017 2:10:28 PM (7 years ago)
Author:
schwenkel
Message:

improved aerosol initialization for bulk microphysics

File:
1 edited

Legend:

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

    r2312 r2375  
    2020! Current revisions:
    2121! ------------------
    22 !
    23 !
     22! 
     23! 
    2424! Former revisions:
    2525! -----------------
    2626! $Id$
     27! Changed ONLY-dependencies
     28!
     29! 2312 2017-07-14 20:26:51Z hoffmann
    2730! Rosenbrock scheme improved. Gas-kinetic effect added.
    2831!
     
    115118
    116119    USE cloud_parameters,                                                      &
    117         ONLY:  l_d_rv, l_v, rho_l, r_v
     120        ONLY:  l_d_rv, l_v, molecular_weight_of_solute,                        &
     121               molecular_weight_of_water, rho_l, rho_s, r_v, vanthoff
    118122
    119123    USE constants,                                                             &
     
    135139
    136140    USE particle_attributes,                                                   &
    137         ONLY:  curvature_solution_effects, hall_kernel,                        &
    138                molecular_weight_of_solute, molecular_weight_of_water,          &
    139                number_of_particles, particles, radius_classes, rho_s,          &
    140                use_kernel_tables, vanthoff, wang_kernel
     141        ONLY:  curvature_solution_effects, hall_kernel, number_of_particles,   &
     142               particles, radius_classes, use_kernel_tables, wang_kernel
    141143
    142144    IMPLICIT NONE
Note: See TracChangeset for help on using the changeset viewer.