SubTabulate Module

Provides "subtabulation" functions (single and double) for creating interpolated ranges


Used by

  • module~~subtabulate~~UsedByGraph module~subtabulate SubTabulate module~anglemod anglemod module~anglemod->module~subtabulate module~sourcereceiverpositions SourceReceiverPositions module~anglemod->module~sourcereceiverpositions module~bdry3dmod bdry3Dmod module~bdry3dmod->module~subtabulate module~sourcereceiverpositions->module~subtabulate module~influence Influence module~influence->module~sourcereceiverpositions module~influence3d Influence3D module~influence3d->module~sourcereceiverpositions module~rwshdfile RWSHDFile module~rwshdfile->module~sourcereceiverpositions module~step3dmod Step3DMod module~step3dmod->module~bdry3dmod proc~bellhopcore BellhopCore proc~bellhopcore->module~anglemod proc~bellhopcore->module~sourcereceiverpositions proc~openoutputfiles OpenOutputFiles proc~openoutputfiles->module~anglemod proc~openoutputfiles->module~sourcereceiverpositions proc~openoutputfiles->module~rwshdfile proc~readenvironment ReadEnvironment proc~readenvironment->module~anglemod proc~readenvironment->module~sourcereceiverpositions proc~readruntype ReadRunType proc~readruntype->module~sourcereceiverpositions program~bellhop BELLHOP program~bellhop->module~anglemod program~bellhop->module~sourcereceiverpositions program~bellhop->module~influence program~bellhop3d BELLHOP3D program~bellhop3d->module~bdry3dmod program~bellhop3d->module~influence program~bellhop3d->module~influence3d proc~step2d~2 Step2D proc~step2d~2->module~step3dmod proc~traceray3d TraceRay3D proc~traceray3d->module~step3dmod

Interfaces

public interface SubTab

  • 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

Subroutines

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