Changeset 3241 for palm/trunk/SOURCE/lpm_boundary_conds.f90
- Timestamp:
- Sep 12, 2018 3:02:00 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/lpm_boundary_conds.f90
r3189 r3241 25 25 ! ----------------- 26 26 ! $Id$ 27 ! unused variables removed 28 ! 29 ! 3189 2018-08-06 13:18:55Z Giersch 27 30 ! Bugfix in calculation of the x/y indices for current particle postion 28 31 ! … … 119 122 120 123 USE arrays_3d, & 121 ONLY: z u, zw124 ONLY: zw 122 125 123 126 USE control_parameters, & 124 ONLY: dz,message_string, particle_maximum_age127 ONLY: message_string, particle_maximum_age 125 128 126 129 USE cpulog, & … … 131 134 132 135 USE indices, & 133 ONLY: nxl, nxr, nyn, nys, nz, nzb, wall_flags_0,nyng,nysg136 ONLY: nxl, nxr, nyn, nys, nz, wall_flags_0 134 137 135 138 USE kinds … … 137 140 USE particle_attributes, & 138 141 ONLY: deleted_particles, ibc_par_b, ibc_par_t, number_of_particles, & 139 particles, particle_type, offset_ocean_nzt_m1, & 140 use_sgs_for_particles 142 particles, particle_type, use_sgs_for_particles 141 143 142 144 USE pegrid … … 191 193 192 194 REAL(wp) :: dt_particle !< particle timestep 193 REAL(wp) :: dum !< dummy argument194 195 REAL(wp) :: eps = 1E-10_wp !< security number to check if particle has reached a wall 195 196 REAL(wp) :: pos_x !< intermediate particle position (x)
Note: See TracChangeset
for help on using the changeset viewer.