public interface find
Called by
interface~~find~~CalledByGraph
interface~find
find
proc~indexupdate
indexUpdate
proc~indexupdate->interface~find
proc~init_infotrac~2
init_infotrac
proc~init_infotrac~2->proc~indexupdate
proc~readtracersfiles
readTracersFiles
proc~init_infotrac~2->proc~readtracersfiles
proc~init_infotrac_phy~2
init_infotrac_phy
proc~init_infotrac_phy~2->proc~indexupdate
proc~init_infotrac_phy~2->proc~readtracersfiles
proc~init_infotrac
init_infotrac
proc~init_infotrac->proc~indexupdate
proc~init_infotrac->proc~readtracersfiles
proc~init_infotrac_phy
init_infotrac_phy
proc~init_infotrac_phy->proc~indexupdate
proc~init_infotrac_phy->proc~readtracersfiles
proc~readtracersfiles->proc~indexupdate
proc~old_lmdz1d
old_lmdz1d
proc~old_lmdz1d->proc~init_infotrac
proc~iniphysiq
iniphysiq
proc~old_lmdz1d->proc~iniphysiq
proc~iniphysiq->proc~init_infotrac_phy
proc~iniphysiq~3
iniphysiq
proc~iniphysiq~3->proc~init_infotrac_phy
proc~iniphysiq~2
iniphysiq
proc~iniphysiq~2->proc~init_infotrac_phy
program~gcm~2
gcm
program~gcm~2->proc~init_infotrac
program~gcm~2->proc~iniphysiq
program~ce0l
ce0l
program~ce0l->proc~init_infotrac
program~ce0l->proc~iniphysiq
proc~scm
scm
proc~scm->proc~init_infotrac
proc~scm->proc~iniphysiq
program~gcm
gcm
program~gcm->proc~init_infotrac
program~gcm->proc~iniphysiq
program~lmdz1d
lmdz1d
program~lmdz1d->proc~old_lmdz1d
program~lmdz1d->proc~scm
Nodes of different colours represent the following:
Graph Key
Subroutine
Subroutine
Function
Function
Interface
Interface
Unknown Procedure Type
Unknown Procedure Type
Program
Program
This Page's Entity
This Page's Entity
Solid arrows point from a procedure to one which it calls. Dashed
arrows point from an interface to procedures which implement that interface.
This could include the module procedures in a generic interface or the
implementation in a submodule of an interface in a parent module.
Module Procedures
private function strFind_1(str, s, n) result(out)
Arguments
Type
Intent Optional Attributes
Name
character(len=*),
intent(in)
::
str (:)
character(len=*),
intent(in)
::
s
integer,
intent(out),
optional
::
n
Return Value
integer, ALLOCATABLE, (:)
private function strFind_m(str, s, n) result(out)
Arguments
Type
Intent Optional Attributes
Name
character(len=*),
intent(in)
::
str (:)
character(len=*),
intent(in)
::
s (:)
integer,
intent(out),
optional
::
n
Return Value
integer, ALLOCATABLE, (:)
private function intFind_1(i, j, n) result(out)
Arguments
Type
Intent Optional Attributes
Name
integer,
intent(in)
::
i (:)
integer,
intent(in)
::
j
integer,
intent(out),
optional
::
n
Return Value
integer, ALLOCATABLE, (:)
private function intFind_m(i, j, n) result(out)
Arguments
Type
Intent Optional Attributes
Name
integer,
intent(in)
::
i (:)
integer,
intent(in)
::
j (:)
integer,
intent(out),
optional
::
n
Return Value
integer, ALLOCATABLE, (:)
private function booFind(l, n) result(out)
Arguments
Type
Intent Optional Attributes
Name
logical,
intent(in)
::
l (:)
integer,
intent(out),
optional
::
n
Return Value
integer, ALLOCATABLE, (:)