have_bdy - checks whether this node has boundaries. (Source File: have_bdy.F90)

INTERFACE:

    subroutine have_bdy
DESCRIPTION:

This routine which is called in domain.F90 checks whether the present node has open lateral boundaries. The integer field bdy_index is then set accordingly. USES:

    use domain
    IMPLICIT NONE
REVISION HISTORY:
    Original author(s): Karsten Bolding & Hans Burchard
LOCAL VARIABLES:
    integer                   :: i,j,k,m,n
    integer                   :: nbdy
    integer                   :: f,l