bdy_spec() - defines open boundaries (Source File: bdy_spec.F90)

INTERFACE:

    subroutine bdy_spec(fn)
DESCRIPTION:

Read in the open boundary information from 'fn'. USES:

    use exceptions
    use domain, only: NWB,NNB,NEB,NSB,NOB
    use domain, only: wi,wfj,wlj,nj,nfi,nli,ei,efj,elj,sj,sfi,sli
    use domain, only: bdy_index,bdy_map,nsbv
    use domain, only: bdy_2d_type,bdy_3d_type
    use domain, only: need_2d_bdy_elev,need_2d_bdy_u,need_2d_bdy_v
    IMPLICIT NONE
INPUT PARAMETERS:
    character(len=*), intent(in)        :: fn
REVISION HISTORY:
    Original author(s): Karsten Bolding & Hans Burchard
LOCAL VARIABLES:
    character(len=255)        :: line
    integer                   :: iostat
    integer                   :: i,j,k,l
    integer                   :: n,rc
    integer                   :: type_2d(4,10),type_3d(4,10)