Ignore:
Timestamp:
Jun 18, 2019 4:59:00 PM (5 years ago)
Author:
schwenkel
Message:

further modularization of lpm and delete min_nr_particle

File:
1 edited

Legend:

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

    r4017 r4043  
    2525! -----------------
    2626! $Id$
     27! Remove min_nr_particle
     28!
     29! 4017 2019-06-06 12:16:46Z schwenkel
    2730! interoperable C datatypes introduced in particle type to avoid compiler warnings
    2831!
     
    120123    INTEGER(iwp) ::  ibc_par_ns                                   !< particle north/south boundary condition dummy
    121124    INTEGER(iwp) ::  ibc_par_t                                    !< particle top boundary condition dummy
    122     INTEGER(iwp) ::  min_nr_particle = 50                         !< namelist parameter (see documentation)
    123125    INTEGER(iwp) ::  number_of_particles = 0                      !< number of particles for each grid box (3d array is saved on prt_count)
    124126    INTEGER(iwp) ::  number_of_particle_groups = 1                !< namelist parameter (see documentation)
Note: See TracChangeset for help on using the changeset viewer.