Ignore:
Timestamp:
Jun 13, 2016 1:37:44 PM (8 years ago)
Author:
suehring
Message:

deallocation of unused particle memory, formatting adjustments

File:
1 edited

Legend:

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

    r1930 r1936  
    1919! Current revisions:
    2020! ------------------
    21 !
     21! +deallocate_memory, step_dealloc
    2222!
    2323! Former revisions:
     
    8383                     offset_ocean_nzt_m1 = 0, particles_per_point = 1,         &
    8484                     particle_file_count = 0, radius_classes = 20,             &
    85                      sort_count = 0,                                           &
     85                     sort_count = 0, step_dealloc = 100,                       &
    8686                     total_number_of_particles,                                &
    8787                     trlp_count_sum, trlp_count_recv_sum, trrp_count_sum,      &
     
    9595    LOGICAL ::  all_or_nothing = .FALSE., average_impact = .FALSE.,            &
    9696                curvature_solution_effects = .FALSE.,                          &
     97                deallocate_memory = .TRUE.,                                    &
    9798                hall_kernel = .FALSE., particle_advection = .FALSE.,           &
    9899                random_start_position = .FALSE.,                               &
Note: See TracChangeset for help on using the changeset viewer.