Ignore:
Timestamp:
May 22, 2007 3:46:47 PM (17 years ago)
Author:
raasch
Message:

Preliminary update for user defined profiles

File:
1 edited

Legend:

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

    r83 r87  
    44! Actual revisions:
    55! -----------------
    6 !
     6! Bugfix: output of use_upstream_for_tke
    77!
    88! Former revisions:
     
    224224       WRITE ( io, 122 )  timestep_scheme
    225225    ENDIF
     226    IF ( use_upstream_for_tke )  WRITE ( io, 143 )
    226227    IF ( rayleigh_damping_factor /= 0.0 )  THEN
    227228       WRITE ( io, 123 )  rayleigh_damping_height, rayleigh_damping_factor
     
    11951196142 FORMAT ('     perturbation pressure is calculated at every Runge-Kutta ', &
    11961197                  'step')
     1198143 FORMAT ('     Euler/upstream scheme is used for the SGS turbulent ', &
     1199                  'kinetic energy')
    11971200150 FORMAT (' --> Volume flow at the right and north boundary will be ', &
    11981201                  'conserved')
Note: See TracChangeset for help on using the changeset viewer.