- Timestamp:
- Jun 12, 2017 1:08:18 PM (7 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/lpm_merging.f90
r2263 r2278 25 25 ! ----------------- 26 26 ! 27 ! Inital revision 27 ! Added comments 28 ! 29 ! 30 ! 2263 2017-06-08 14:59:01Z schwenkel 31 ! Initial revision 28 32 ! 29 33 ! -
palm/trunk/SOURCE/lpm_splitting.f90
r2270 r2278 25 25 ! ----------------- 26 26 ! 27 ! Added comments 27 28 ! 28 29 ! 29 ! 30 ! 2263 2017-06-08 14:59:01Z schwenkel 30 31 ! Initial revision 31 32 ! … … 86 87 INTEGER(iwp) :: new_particles_gb !< counter of created particles within one grid box 87 88 INTEGER(iwp) :: new_size !< new particle array size 88 INTEGER(iwp) :: np !< 89 INTEGER(iwp) :: np !< 89 90 INTEGER(iwp) :: old_size !< old particle array size 90 91 -
palm/trunk/SOURCE/mod_particle_attributes.f90
r2265 r2278 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Added comments 28 ! 29 ! 2265 2017-06-08 16:58:28Z schwenkel 27 30 ! Unused variables removed. 28 31 ! … … 105 108 INTEGER(iwp) :: isf !< dummy for splitting function 106 109 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) 108 111 INTEGER(iwp) :: merge_drp = 0 !< number of merged droplets 109 112 INTEGER(iwp) :: min_nr_particle = 50 !< namelist parameter (see documentation) … … 210 213 REAL(wp) :: radius !< radius of particle 211 214 REAL(wp) :: age !< age of particle 212 REAL(wp) :: age_m !< 215 REAL(wp) :: age_m !< 213 216 REAL(wp) :: dt_sum !< 214 217 REAL(wp) :: user !< varible for user
Note: See TracChangeset
for help on using the changeset viewer.