35 | | A particle ID has been introduced. It is stored on the particle variables '''id1''' and '''id2'''. (Creating two IDs is necessary due to the large number of potentially simulated particles.) For this purpose, the unused particles variables '''tailpoints''' and '''tail_id''' have been renamed. Moreover, the unused particle variable '''dvrp_psize''' has been renamed to '''user''' and can be used by the user. (lpm_data_output_particles.f90, lpm_init.f90, lpm_set_attributes.f90, mod_particle_attributes.f90) Additionally, the calculation of the equilibrium radius of aerosols has been improved (lpm_init.f90). And the code has been reformatted (lpm_droplet_collision.f90). |
| 54 | A particle ID has been introduced. It is stored on the particle variables '''id1''' and '''id2'''. (Creating two IDs is necessary due to the large number of potentially simulated particles.) For this purpose, the unused particles variables '''tailpoints''' and '''tail_id''' have been renamed. Moreover, the unused particle variable '''dvrp_psize''' has been renamed to '''user''' and can be used by the user. (lpm_data_output_particles, lpm_init, lpm_set_attributes, mod_particle_attributes) Additionally, the calculation of the equilibrium radius of aerosols has been improved (lpm_init). And the code has been reformatted (lpm_droplet_collision). |