Changeset 103 for palm/trunk/SOURCE/header.f90
- Timestamp:
- Jul 30, 2007 10:49:46 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/header.f90
r102 r103 5 5 ! ----------------- 6 6 ! Output of informations for coupled model runs (boundary conditions etc.) 7 ! + output of momentumfluxes at the top boundary 7 8 ! 8 9 ! Former revisions: … … 462 463 WRITE ( io, 304 ) 463 464 IF ( coupling_mode == 'uncoupled' ) THEN 465 WRITE ( io, 319 ) top_momentumflux_u, top_momentumflux_v 464 466 IF ( constant_top_heatflux ) THEN 465 467 WRITE ( io, 306 ) top_heatflux … … 1349 1351 318 FORMAT (/' outflow damping layer width: ',I3,' gridpoints with km_', & 1350 1352 'max =',F5.1,' m**2/s') 1353 319 FORMAT (' Predefined constant momentumflux: u: ',F9.6,' m**2/s**2'/ & 1354 ' v: ',F9.6,' m**2/s**2') 1351 1355 320 FORMAT (//' List output:'/ & 1352 1356 ' -----------'// &
Note: See TracChangeset
for help on using the changeset viewer.