SABER
|
Subroutines/functions list. More...
Data Types | |
type | lct_type |
Functions/Subroutines | |
subroutine | lct_alloc (lct, nam, geom, bpar) |
Allocation. More... | |
subroutine | lct_partial_dealloc (lct) |
Release memory (partial) More... | |
subroutine | lct_dealloc (lct) |
Release memory. More... | |
subroutine | lct_run_lct (lct, mpl, rng, nam, geom, bpar, ens) |
LCT driver. More... | |
subroutine | lct_compute (lct, mpl, rng, nam, geom, bpar) |
Compute LCT. More... | |
subroutine | lct_filter (lct, mpl, nam, geom, bpar) |
Filter LCT. More... | |
subroutine | lct_interp (lct, mpl, nam, geom, bpar) |
Interpolate LCT. More... | |
subroutine | lct_write (lct, mpl, nam, geom, bpar) |
Write LCT. More... | |
subroutine | lct_write_cor (lct, mpl, nam, geom, bpar) |
Write full correlation. More... | |
Subroutines/functions list.
Instrumentation functions LCT data derived type
|
private |
Allocation.
[in] | nam | Namelist |
[in] | geom | Geometry |
[in] | bpar | Block parameters |
Definition at line 75 of file type_lct.F90.
|
private |
Compute LCT.
[in,out] | rng | Random number generator |
[in,out] | mpl | MPI data |
[in] | nam | Namelist |
[in] | geom | Geometry |
[in] | bpar | Block parameters |
Definition at line 273 of file type_lct.F90.
|
private |
Release memory.
Definition at line 144 of file type_lct.F90.
|
private |
Filter LCT.
[in,out] | mpl | MPI data |
[in] | nam | Namelist |
[in] | geom | Geometry |
[in] | bpar | Block parameters |
Definition at line 321 of file type_lct.F90.
|
private |
Interpolate LCT.
[in,out] | mpl | MPI data |
[in] | nam | Namelist |
[in] | geom | Geometry |
[in] | bpar | Block parameters |
Definition at line 360 of file type_lct.F90.
|
private |
Release memory (partial)
Definition at line 112 of file type_lct.F90.
|
private |
LCT driver.
[in,out] | mpl | MPI data |
[in,out] | rng | Random number generator |
[in,out] | nam | Namelist |
[in] | geom | Geometry |
[in] | bpar | Block parameters |
[in,out] | ens | Ensemble |
Definition at line 180 of file type_lct.F90.
|
private |
Write LCT.
[in,out] | mpl | MPI data |
[in] | nam | Namelist |
[in] | geom | Geometry |
[in] | bpar | Block parameters |
Definition at line 399 of file type_lct.F90.
|
private |
Write full correlation.
[in,out] | mpl | MPI data |
[in] | nam | Namelist |
[in] | geom | Geometry |
[in] | bpar | Block parameters |
Definition at line 444 of file type_lct.F90.