Ignore:
Timestamp:
Jun 12, 2017 1:08:18 PM (7 years ago)
Author:
schwenkel
Message:

Added comments

File:
1 edited

Legend:

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

    r2265 r2278  
    2525! -----------------
    2626! $Id$
     27! Added comments
     28!
     29! 2265 2017-06-08 16:58:28Z schwenkel
    2730! Unused variables removed.
    2831!
     
    105108    INTEGER(iwp) ::  isf                                          !< dummy for splitting function
    106109    INTEGER(iwp) ::  i_splitting_mode                             !< dummy for splitting mode
    107     INTEGER(iwp) ::  max_number_particles_per_gridbox = 30        !< namelist parameter (see documentation)
     110    INTEGER(iwp) ::  max_number_particles_per_gridbox = 100       !< namelist parameter (see documentation)
    108111    INTEGER(iwp) ::  merge_drp = 0                                !< number of merged droplets
    109112    INTEGER(iwp) ::  min_nr_particle = 50                         !< namelist parameter (see documentation)         
     
    210213        REAL(wp)     ::  radius        !< radius of particle
    211214        REAL(wp)     ::  age           !< age of particle
    212         REAL(wp)     ::  age_m         !<  
     215        REAL(wp)     ::  age_m         !<
    213216        REAL(wp)     ::  dt_sum        !<
    214217        REAL(wp)     ::  user          !< varible for user
Note: See TracChangeset for help on using the changeset viewer.