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:
![](namespaceprobes_abebe1d965853db03e94b028063fe7ba2_cgraph.png)
Here is the caller graph for this function:
![](namespaceprobes_abebe1d965853db03e94b028063fe7ba2_icgraph.png)
subroutine probes::dump_probe_data | ( | ) |
Here is the call graph for this function:
![](namespaceprobes_a5700554631e1141d45a086f4bedce37c_cgraph.png)
Here is the caller graph for this function:
![](namespaceprobes_a5700554631e1141d45a086f4bedce37c_icgraph.png)
subroutine probes::init_nml_probe | ( | ) |
Here is the caller graph for this function:
![](namespaceprobes_a9552a60000ccebf3b2c1d640044333f3_icgraph.png)
subroutine probes::myprobe_arr | ( | type(probe_obj) | PROBE, |
real(sp), dimension(:,:), allocatable, target | ARR | ||
) |
Here is the call graph for this function:
![](namespaceprobes_acc6e9fc64a32b3257de22d041bbda9a6_cgraph.png)
subroutine probes::myprobe_vec | ( | type(probe_obj) | PROBE, |
real(sp), dimension(:), allocatable, target | VEC | ||
) |
Here is the call graph for this function:
![](namespaceprobes_a650bfe3eae43d1a126eb7f5b358ebd33_cgraph.png)
subroutine probes::open_probes | ( | ) |
Here is the call graph for this function:
![](namespaceprobes_abb8152b14680bbc1f5f18ebd10c72d19_cgraph.png)
Here is the caller graph for this function:
![](namespaceprobes_abb8152b14680bbc1f5f18ebd10c72d19_icgraph.png)
subroutine probes::probe_store | ( | type(probe_obj) | PROBE | ) |
Here is the call graph for this function:
![](namespaceprobes_a8da0aa07deeb7d2c822d6e5f5b65784e_cgraph.png)
Here is the caller graph for this function:
![](namespaceprobes_a8da0aa07deeb7d2c822d6e5f5b65784e_icgraph.png)
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:
![](namespaceprobes_acee72b2876d84d456d68eb6f3422fd14_cgraph.png)
Here is the caller graph for this function:
![](namespaceprobes_acee72b2876d84d456d68eb6f3422fd14_icgraph.png)
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 |