Changeset 4043 for palm/trunk/SOURCE/mod_particle_attributes.f90
- Timestamp:
- Jun 18, 2019 4:59:00 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/mod_particle_attributes.f90
r4017 r4043 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Remove min_nr_particle 28 ! 29 ! 4017 2019-06-06 12:16:46Z schwenkel 27 30 ! interoperable C datatypes introduced in particle type to avoid compiler warnings 28 31 ! … … 120 123 INTEGER(iwp) :: ibc_par_ns !< particle north/south boundary condition dummy 121 124 INTEGER(iwp) :: ibc_par_t !< particle top boundary condition dummy 122 INTEGER(iwp) :: min_nr_particle = 50 !< namelist parameter (see documentation)123 125 INTEGER(iwp) :: number_of_particles = 0 !< number of particles for each grid box (3d array is saved on prt_count) 124 126 INTEGER(iwp) :: number_of_particle_groups = 1 !< namelist parameter (see documentation)
Note: See TracChangeset
for help on using the changeset viewer.