Ignore:
Timestamp:
Aug 9, 2012 8:28:32 AM (12 years ago)
Author:
fricke
Message:

merge fricke branch back into trunk

Location:
palm/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk

  • palm/trunk/SOURCE

  • palm/trunk/SOURCE/header.f90

    r965 r978  
    44! Current revisions:
    55! -----------------
    6 !
     6! -km_damp_max, outflow_damping_width
     7! +pt_damping_factor, pt_damping_width
     8! +z0h
    79!
    810! Former revisions:
     
    704706
    705707    IF ( prandtl_layer )  THEN
    706        WRITE ( io, 305 )  (zu(1)-zu(0)), roughness_length, kappa, &
     708       WRITE ( io, 305 )  (zu(1)-zu(0)), roughness_length, &
     709                          z0h_factor*roughness_length, kappa, &
    707710                          rif_min, rif_max
    708711       IF ( .NOT. constant_heatflux )  WRITE ( io, 308 )
     
    721724    WRITE ( io, 317 )  bc_lr, bc_ns
    722725    IF ( .NOT. bc_lr_cyc  .OR.  .NOT. bc_ns_cyc )  THEN
    723        WRITE ( io, 318 )  outflow_damping_width, km_damp_max
     726       WRITE ( io, 318 )  pt_damping_width, pt_damping_factor       
    724727       IF ( turbulent_inflow )  THEN
    725728          WRITE ( io, 319 )  recycling_width, recycling_plane, &
     
    17791782305 FORMAT (//'    Prandtl-Layer between bottom surface and first ', &
    17801783               'computational u,v-level:'// &
    1781              '       zp = ',F6.2,' m   z0 = ',F6.4,' m   kappa = ',F4.2/ &
     1784             '       zp = ',F6.2,' m   z0 = ',F6.4,' m   z0h = ',F7.5,&
     1785             ' m   kappa = ',F4.2/ &
    17821786             '       Rif value range:   ',F6.2,' <= rif <=',F6.2)
    17831787306 FORMAT ('       Predefined constant heatflux:   ',F9.6,' K m/s')
     
    17971801            '       left/right:  ',A/    &
    17981802            '       north/south: ',A)
    1799 318 FORMAT (/'       outflow damping layer width: ',I3,' gridpoints with km_', &
    1800                     'max =',F5.1,' m**2/s')
     1803318 FORMAT (/'       pt damping layer width = ',F7.2,' m, pt ', &
     1804                    'damping factor = ',F6.4)
    18011805319 FORMAT ('       turbulence recycling at inflow switched on'/ &
    18021806            '       width of recycling domain: ',F7.1,' m   grid index: ',I4/ &
Note: See TracChangeset for help on using the changeset viewer.