Ignore:
Timestamp:
Apr 7, 2016 1:15:51 PM (8 years ago)
Author:
hoffmann
Message:

cloud physics variables renamed

File:
1 edited

Legend:

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

    r1823 r1831  
    1919! Current revisions:
    2020! ------------------
    21 !
     21! curvature_solution_effects moved to particle_attributes
    2222!
    2323! Former revisions:
     
    9090
    9191    USE cloud_parameters,                                                      &
    92         ONLY:  bfactor, curvature_solution_effects, eps_ros, l_d_rv, l_v,      &
    93                rho_l,  r_v
     92        ONLY:  bfactor, eps_ros, l_d_rv, l_v, rho_l,  r_v
    9493
    9594    USE constants,                                                             &
     
    111110
    112111    USE particle_attributes,                                                   &
    113         ONLY:  block_offset, grid_particles, hall_kernel, number_of_particles, &
    114                particles, radius_classes, use_kernel_tables, wang_kernel
     112        ONLY:  block_offset, curvature_solution_effects, grid_particles,       &
     113               hall_kernel, number_of_particles, particles, radius_classes,    &
     114               use_kernel_tables, wang_kernel
    115115
    116116
Note: See TracChangeset for help on using the changeset viewer.