Changeset 4473 for palm/trunk/SOURCE/header.f90
- Timestamp:
- Mar 25, 2020 9:04:07 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/header.f90
r4444 r4473 25 25 ! ----------------- 26 26 ! $Id$ 27 ! revised message if wall_adjustment is used 28 ! 29 ! 4444 2020-03-05 15:59:50Z raasch 27 30 ! bugfix: cpp-directives for serial mode added 28 31 ! … … 1539 1542 IF ( e_init > 0.0_wp ) WRITE ( io, 455 ) e_init 1540 1543 IF ( e_min > 0.0_wp ) WRITE ( io, 454 ) e_min 1541 IF ( wall_adjustment ) WRITE ( io, 453 ) wall_adjustment_factor1544 IF ( wall_adjustment ) WRITE ( io, 453 ) 1542 1545 ENDIF 1543 1546 IF ( rans_mode ) THEN … … 1884 1887 451 FORMAT (' Diffusion coefficients are constant:'/ & 1885 1888 ' Km = ',F6.2,' m**2/s Kh = ',F6.2,' m**2/s Pr = ',F5.2) 1886 453 FORMAT (' Mixing length is limited to',F5.2,' * z')1889 453 FORMAT (' Mixing length is limited close to surfaces') 1887 1890 454 FORMAT (' TKE is not allowed to fall below ',E9.2,' (m/s)**2') 1888 1891 455 FORMAT (' initial TKE is prescribed as ',E9.2,' (m/s)**2')
Note: See TracChangeset
for help on using the changeset viewer.