probes Module Reference

Data Types

interface  assignment(=)
 
interface  myprobe
 
type  probe_obj
 

Functions/Subroutines

subroutine init_nml_probe
 
subroutine alloc_probe (PROBE, N)
 
subroutine assign_probe (A, B)
 
subroutine myprobe_vec (PROBE, VEC)
 
subroutine myprobe_arr (PROBE, ARR)
 
subroutine set_probes (P_ON, NP, FNM)
 
subroutine open_probes
 
subroutine dump_probe_data
 
subroutine probe_store (PROBE)
 

Variables

character(len=80) probe_interval
 
integer probe_location
 
integer, dimension(2) probe_levels
 
character(len=80) probe_title
 
character(len=80) probe_description
 
character(len=80) probe_variable
 
character(len=80) probe_var_name
 
type(probe_obj), dimension(:), allocatable glb_probe
 
type(probe_obj), dimension(:), allocatable lcl_probe
 
logical probe_on
 
integer global_probes
 
integer local_probes
 
character input_fname
 

Function/Subroutine Documentation

subroutine probes::alloc_probe ( type(probe_obj), dimension(:), allocatable  PROBE,
integer, intent(in)  N 
)

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine probes::assign_probe ( type(probe_obj), intent(out)  A,
type(probe_obj), intent(in)  B 
)
subroutine probes::dump_probe_data ( )

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine probes::init_nml_probe ( )

Here is the caller graph for this function:

subroutine probes::myprobe_arr ( type(probe_obj PROBE,
real(sp), dimension(:,:), allocatable, target  ARR 
)

Here is the call graph for this function:

subroutine probes::myprobe_vec ( type(probe_obj PROBE,
real(sp), dimension(:), allocatable, target  VEC 
)

Here is the call graph for this function:

subroutine probes::open_probes ( )

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine probes::probe_store ( type(probe_obj PROBE)

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine probes::set_probes ( logical, intent(in)  P_ON,
integer, intent(in)  NP,
character(len=*), intent(in)  FNM 
)

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

type(probe_obj), dimension(:), allocatable probes::glb_probe
integer probes::global_probes
character probes::input_fname
type(probe_obj), dimension(:), allocatable probes::lcl_probe
integer probes::local_probes
character(len=80) probes::probe_description
character(len=80) probes::probe_interval
integer, dimension(2) probes::probe_levels
integer probes::probe_location
logical probes::probe_on
character(len=80) probes::probe_title
character(len=80) probes::probe_var_name
character(len=80) probes::probe_variable