SubTab Interface

public interface SubTab

Calls

interface~~subtab~~CallsGraph interface~subtab SubTab proc~subtab_dble SubTab_dble interface~subtab->proc~subtab_dble proc~subtab_sngl SubTab_sngl interface~subtab->proc~subtab_sngl

Called by

interface~~subtab~~CalledByGraph interface~subtab SubTab proc~readati3d ReadATI3D proc~readati3d->interface~subtab proc~readbty3d ReadBTY3D proc~readbty3d->interface~subtab proc~readfreqvec ReadfreqVec proc~readfreqvec->interface~subtab proc~readraybearingangles ReadRayBearingAngles proc~readraybearingangles->interface~subtab proc~readrayelevationangles ReadRayElevationAngles proc~readrayelevationangles->interface~subtab proc~readvector ReadVector proc~readvector->interface~subtab proc~readenvironment ReadEnvironment proc~readenvironment->proc~readfreqvec proc~readenvironment->proc~readraybearingangles proc~readenvironment->proc~readrayelevationangles proc~readrcvrbearings ReadRcvrBearings proc~readenvironment->proc~readrcvrbearings proc~readrcvrranges ReadRcvrRanges proc~readenvironment->proc~readrcvrranges proc~readsxsy ReadSxSy proc~readenvironment->proc~readsxsy proc~readszrz ReadSzRz proc~readenvironment->proc~readszrz proc~readrcvrbearings->proc~readvector proc~readrcvrranges->proc~readvector proc~readsxsy->proc~readvector proc~readszrz->proc~readvector program~bellhop3d BELLHOP3D program~bellhop3d->proc~readati3d program~bellhop3d->proc~readbty3d program~bellhop3d->proc~readenvironment program~bellhop BELLHOP program~bellhop->proc~readenvironment

Module Procedures

public subroutine SubTab_sngl(x, Nx)

Subtabulate array x, creating interpolated array of length Nx

Arguments

Type IntentOptional Attributes Name
real, intent(inout) :: x(Nx)
integer, intent(in) :: Nx

public subroutine SubTab_dble(x, Nx)

Subtabulate array x, creating interpolated array of length Nx

Arguments

Type IntentOptional Attributes Name
real(kind=8), intent(inout) :: x(Nx)
integer, intent(in) :: Nx