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

further small changes added to last revision

File:
1 edited

Legend:

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

    r110 r117  
    44! Actual revisions:
    55! -----------------
    6 !
     6! Output of sorting frequency of particles
    77!
    88! Former revisions:
     
    11361136       WRITE ( io, 480 )  particle_advection_start, dt_prel, bc_par_lr, &
    11371137                          bc_par_ns, bc_par_b, bc_par_t, particle_maximum_age, &
    1138                           end_time_prel
     1138                          end_time_prel, dt_sort_particles
    11391139       IF ( use_sgs_for_particles )  WRITE ( io, 488 )  dt_min_part
    11401140       IF ( random_start_position )  WRITE ( io, 481 )
     
    15111511            '                            bottom:     ', A, ' top:         ', A/&
    15121512            '       Maximum particle age:                 ',F9.1,' s'/ &
    1513             '       Advection stopped at t = ',F9.1,' s'/)
     1513            '       Advection stopped at t = ',F9.1,' s'/ &
     1514            '       Particles are sorted every ',F9.1,' s'/)
    15141515481 FORMAT ('       Particles have random start positions'/)
    15151516482 FORMAT ('       Particles are advected only horizontally'/)
Note: See TracChangeset for help on using the changeset viewer.