Ignore:
Timestamp:
Jun 8, 2017 2:59:01 PM (7 years ago)
Author:
schwenkel
Message:

Implemented splitting and merging algorithm

File:
1 edited

Legend:

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

    r2183 r2263  
    2525! -----------------
    2626! $Id$
     27! Implemented splitting and merging algorithm
     28!
     29! 2183 2017-03-17 14:29:15Z schwenkel
    2730!
    2831! 2182 2017-03-17 14:27:40Z schwenkel
     
    167170               dissipation_classes, dt_min_part, dt_prel,                      &
    168171               dt_write_particle_data, end_time_prel, initial_weighting_factor,&
    169                init_aerosol_probabilistic, min_nr_particle,                    &
    170                monodisperse_aerosols, n1, n2, n3, number_concentration,        &
    171                number_of_particle_groups, number_particles_per_gridbox,        &
    172                particles_per_point, particle_advection,                        &
    173                particle_advection_start,                                       &
    174                pdx, pdy, pdz, psb, psl, psn, psr, pss, pst, radius,            &
    175                radius_classes, random_start_position,                          &
     172               init_aerosol_probabilistic, max_number_particles_per_gridbox,   &
     173               merging, min_nr_particle, monodisperse_aerosols, n1, n2, n3,    &
     174               number_concentration, number_of_particle_groups,                &
     175               number_particles_per_gridbox, particles_per_point,              &
     176               particle_advection, particle_advection_start, pdx, pdy, pdz,    &
     177               psb, psl, psn, psr, pss, pst, radius, radius_classes,           &
     178               radius_merge, radius_split, random_start_position,              &
    176179               read_particles_from_restartfile, rm1, rm2, rm3,                 &
    177                seed_follows_topography, step_dealloc, s1, s2, s3,              &
    178                use_sgs_for_particles, vertical_particle_advection,             &
    179                write_particle_statistics
     180               seed_follows_topography, splitting, splitting_factor,           &
     181               splitting_factor_max, splitting_function, splitting_mode,       &
     182               step_dealloc, s1, s2, s3, use_sgs_for_particles,                &
     183               vertical_particle_advection, weight_factor_merge,               &
     184               weight_factor_split, write_particle_statistics               
    180185
    181186    IMPLICIT NONE
     
    210215                                  end_time_prel, initial_weighting_factor,     &
    211216                                  init_aerosol_probabilistic,                  &
     217                                  max_number_particles_per_gridbox, merging,   &
    212218                                  min_nr_particle, monodisperse_aerosols,      &
    213219                                  n1, n2, n3, number_concentration,            &
     
    218224                                  particle_maximum_age, pdx, pdy, pdz, psb,    &
    219225                                  psl, psn, psr, pss, pst, radius,             &
    220                                   radius_classes, random_start_position,       &
     226                                  radius_classes, radius_merge, radius_split,  &   
     227                                  random_start_position,                       &
    221228                                  read_particles_from_restartfile,             &
    222229                                  rm1, rm2, rm3,                               &
    223                                   seed_follows_topography, step_dealloc,       &
    224                                   s1, s2, s3, use_sgs_for_particles,           &
     230                                  seed_follows_topography,                     &
     231                                  splitting, splitting_factor,                 &
     232                                  splitting_factor_max, splitting_function,    &
     233                                  splitting_mode, step_dealloc, s1, s2, s3,    &
     234                                  use_sgs_for_particles,                       &
    225235                                  vertical_particle_advection,                 &
     236                                  weight_factor_merge, weight_factor_split,    &
    226237                                  write_particle_statistics
    227238
Note: See TracChangeset for help on using the changeset viewer.