print_bdy() - print open boundary info (Source File: print_bdy.F90)

INTERFACE:

    subroutine print_bdy(header)
DESCRIPTION:

Print the open boundary information. This routine is called twice - first time with the global boundary infromation and second time with the local boundary information. In the case of a serial run the info is identical - in the case of a parallel run the open boundary information for a each sub-domain will be printed. USES:

    use domain, only: NWB,NNB,NEB,NSB
    use domain, only: wi,wfj,wlj,nj,nfi,nli,ei,efj,elj,sj,sfi,sli
    use domain, only: bdy_2d_type,bdy_3d_type
    use domain, only: bdy_2d_desc
    IMPLICIT NONE
INPUT PARAMETERS:
    character(len=*), intent(in)        :: header
REVISION HISTORY:
    Original author(s): Karsten Bolding & Hans Burchard
LOCAL VARIABLES:
    integer                   :: m,n