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/read_var_list.f90

    r110 r116  
    44! Actual revisions:
    55! -----------------
    6 !
     6! +time_sort_particles
    77!
    88! Former revisions:
     
    4646    USE indices
    4747    USE model_1d
     48    USE particle_attributes
    4849    USE pegrid
    4950    USE profil_parameter
     
    395396          CASE ( 'time_run_control' )
    396397             READ ( 13 )  time_run_control
     398          CASE ( 'time_sort_particles' )
     399             READ ( 13 )  time_sort_particles
    397400          CASE ( 'timestep_scheme' )
    398401             READ ( 13 )  timestep_scheme
Note: See TracChangeset for help on using the changeset viewer.