Changeset 117 for palm/trunk/SOURCE/header.f90
- Timestamp:
- Oct 11, 2007 3:27:59 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/header.f90
r110 r117 4 4 ! Actual revisions: 5 5 ! ----------------- 6 ! 6 ! Output of sorting frequency of particles 7 7 ! 8 8 ! Former revisions: … … 1136 1136 WRITE ( io, 480 ) particle_advection_start, dt_prel, bc_par_lr, & 1137 1137 bc_par_ns, bc_par_b, bc_par_t, particle_maximum_age, & 1138 end_time_prel 1138 end_time_prel, dt_sort_particles 1139 1139 IF ( use_sgs_for_particles ) WRITE ( io, 488 ) dt_min_part 1140 1140 IF ( random_start_position ) WRITE ( io, 481 ) … … 1511 1511 ' bottom: ', A, ' top: ', A/& 1512 1512 ' 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'/) 1514 1515 481 FORMAT (' Particles have random start positions'/) 1515 1516 482 FORMAT (' Particles are advected only horizontally'/)
Note: See TracChangeset
for help on using the changeset viewer.