Changeset 1507 for palm/trunk/SOURCE


Ignore:
Timestamp:
Dec 10, 2014 12:14:18 PM (9 years ago)
Author:
suehring
Message:

Bugfix: set horizontal velocity components to zero inside topography

File:
1 edited

Legend:

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

    r1497 r1507  
    2020! Current revisions:
    2121! ------------------
    22 !
     22! Bugfix: set horizontal velocity components to zero inside topography
    2323!
    2424! Former revisions:
     
    796796!--       in the limiting formula!). The original values are stored to be later
    797797!--       used for volume flow control.
    798           IF ( ibc_uv_b /= 1 .AND. ( .NOT. bc_lr_dirrad .AND.                 &
    799                                      .NOT. bc_lr_raddir .AND.                 &
    800                                      .NOT. bc_ns_dirrad .AND.                 &
    801                                      .NOT. bc_ns_raddir ) )  THEN   
     798          IF ( ibc_uv_b /= 1 )  THEN   
    802799             DO  i = nxlg, nxrg
    803800                DO  j = nysg, nyng
Note: See TracChangeset for help on using the changeset viewer.