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 NONEINPUT PARAMETERS:
character(len=*), intent(in) :: headerREVISION HISTORY:
Original author(s): Karsten Bolding & Hans BurchardLOCAL VARIABLES:
integer :: m,n