Ignore:
Timestamp:
Oct 11, 2007 2:30:27 AM (17 years ago)
Author:
raasch
Message:

further preliminary updates concerning particle sorting and documentation

File:
1 edited

Legend:

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

    r114 r116  
    55! Actual revisions:
    66! -----------------
    7 ! +flags, wall_flags_1..10
     7! +dt_sort_particles, time_sort_particles, flags, wall_flags_1..10
    88!
    99! Former revisions:
     
    876876    LOGICAL, DIMENSION(:), ALLOCATABLE ::  particle_mask, tail_mask
    877877
    878     REAL    ::  c_0 = 3.0, dt_min_part = 0.0002,                               &
     878    REAL    ::  c_0 = 3.0, dt_min_part = 0.0002, dt_sort_particles = 0.0,      &
    879879                dt_write_particle_data = 9999999.9, dvrp_psize = 9999999.9,    &
    880880                end_time_prel = 9999999.9, initial_weighting_factor = 1.0,     &
     
    883883                particle_advection_start = 0.0, sgs_wfu_part = 0.3333333,      &
    884884                sgs_wfv_part = 0.3333333, sgs_wfw_part = 0.3333333,            &
    885                 time_write_particle_data = 0.0
     885                time_sort_particles = 0.0, time_write_particle_data = 0.0
    886886
    887887    REAL, DIMENSION(max_number_of_particle_groups) ::  &
Note: See TracChangeset for help on using the changeset viewer.