Changeset 3241 for palm/trunk/SOURCE/lpm_droplet_condensation.f90
- Timestamp:
- Sep 12, 2018 3:02:00 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/lpm_droplet_condensation.f90
r3049 r3241 25 25 ! ----------------- 26 26 ! $Id$ 27 ! unused variables removed 28 ! 29 ! 3049 2018-05-29 13:52:36Z Giersch 27 30 ! Error messages revised 28 31 ! … … 136 139 137 140 USE cloud_parameters, & 138 ONLY: l_ d_rv, l_v, molecular_weight_of_solute, &141 ONLY: l_v, molecular_weight_of_solute, & 139 142 molecular_weight_of_water, rho_l, rho_s, r_v, vanthoff 140 143 … … 143 146 144 147 USE control_parameters, & 145 ONLY: dt_3d, dz,message_string, molecular_viscosity, rho_surface148 ONLY: dt_3d, message_string, molecular_viscosity, rho_surface 146 149 147 150 USE cpulog, & … … 160 163 161 164 USE particle_attributes, & 162 ONLY: curvature_solution_effects, hall_kernel,number_of_particles, &163 particles, radius_classes, use_kernel_tables , wang_kernel165 ONLY: curvature_solution_effects, number_of_particles, & 166 particles, radius_classes, use_kernel_tables 164 167 165 168 IMPLICIT NONE
Note: See TracChangeset
for help on using the changeset viewer.