Changeset 1015 for palm/trunk/SOURCE/header.f90
- Timestamp:
- Sep 27, 2012 9:23:24 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/header.f90
r1004 r1015 4 4 ! Current revisions: 5 5 ! ----------------- 6 ! 6 ! output of Aajustment of mixing length to the Prandtl mixing length at first 7 ! grid point above ground removed 7 8 ! 8 9 ! Former revisions: … … 1482 1483 IF ( e_min > 0.0 ) WRITE ( io, 454 ) e_min 1483 1484 IF ( wall_adjustment ) WRITE ( io, 453 ) wall_adjustment_factor 1484 IF ( adjust_mixing_length .AND. prandtl_layer ) WRITE ( io, 452 )1485 1485 ENDIF 1486 1486 … … 1936 1936 451 FORMAT (' Diffusion coefficients are constant:'/ & 1937 1937 ' Km = ',F6.2,' m**2/s Kh = ',F6.2,' m**2/s Pr = ',F5.2) 1938 452 FORMAT (' Mixing length is limited to the Prandtl mixing lenth.')1939 1938 453 FORMAT (' Mixing length is limited to ',F4.2,' * z') 1940 1939 454 FORMAT (' TKE is not allowed to fall below ',E9.2,' (m/s)**2')
Note: See TracChangeset
for help on using the changeset viewer.