Ignore:
Timestamp:
Sep 27, 2012 9:23:24 AM (12 years ago)
Author:
raasch
Message:

Starting with changes required for GPU optimization. OpenACC statements for using NVIDIA GPUs added.
Adjustment of mixing length to the Prandtl mixing length at first grid point above ground removed.
mask array is set zero for ghost boundaries

File:
1 edited

Legend:

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

    r1004 r1015  
    44! Current revisions:
    55! -----------------
    6 !
     6! output of Aajustment of mixing length to the Prandtl mixing length at first
     7! grid point above ground removed
    78!
    89! Former revisions:
     
    14821483       IF ( e_min > 0.0 )  WRITE ( io, 454 )  e_min
    14831484       IF ( wall_adjustment )  WRITE ( io, 453 )  wall_adjustment_factor
    1484        IF ( adjust_mixing_length  .AND.  prandtl_layer )  WRITE ( io, 452 )
    14851485    ENDIF
    14861486
     
    19361936451 FORMAT ('    Diffusion coefficients are constant:'/ &
    19371937            '    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.')
    19391938453 FORMAT ('    Mixing length is limited to ',F4.2,' * z')
    19401939454 FORMAT ('    TKE is not allowed to fall below ',E9.2,' (m/s)**2')
Note: See TracChangeset for help on using the changeset viewer.