Ignore:
Timestamp:
Jul 30, 2007 10:49:46 AM (18 years ago)
Author:
raasch
Message:

further preliminary changes concerning coupling

File:
1 edited

Legend:

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

    r102 r103  
    55! -----------------
    66! Output of informations for coupled model runs (boundary conditions etc.)
     7! + output of momentumfluxes at the top boundary
    78!
    89! Former revisions:
     
    462463       WRITE ( io, 304 )
    463464       IF ( coupling_mode == 'uncoupled' )  THEN
     465          WRITE ( io, 319 )  top_momentumflux_u, top_momentumflux_v
    464466          IF ( constant_top_heatflux )  THEN
    465467             WRITE ( io, 306 )  top_heatflux
     
    13491351318 FORMAT (/'       outflow damping layer width: ',I3,' gridpoints with km_', &
    13501352                    'max =',F5.1,' m**2/s')
     1353319 FORMAT ('       Predefined constant momentumflux:  u: ',F9.6,' m**2/s**2'/ &
     1354            '                                          v: ',F9.6,' m**2/s**2')
    13511355320 FORMAT (//' List output:'/ &
    13521356             ' -----------'//  &
Note: See TracChangeset for help on using the changeset viewer.