|
SABER
|
Subroutines/functions list. More...
Data Types | |
| type | var_type |
Functions/Subroutines | |
| subroutine | var_alloc (var, nam, geom) |
| Allocation. More... | |
| subroutine | var_partial_dealloc (var) |
| Release memory (partial) More... | |
| subroutine | var_dealloc (var) |
| Release memory (full) More... | |
| subroutine | var_read (var, mpl, nam, geom) |
| Read. More... | |
| subroutine | var_write (var, mpl, nam, geom) |
| Write. More... | |
| subroutine | var_run_var (var, mpl, rng, nam, geom, ens) |
| Compute variance. More... | |
| subroutine | var_filter (var, mpl, rng, nam, geom) |
| Filter variance. More... | |
| subroutine | var_apply_sqrt (var, nam, geom, fld) |
| Apply square-root variance. More... | |
| subroutine | var_apply_sqrt_inv (var, nam, geom, fld) |
| Apply square-root variance inverse. More... | |
Subroutines/functions list.
Instrumentation functions Variance derived type
|
private |
Allocation.
| [in,out] | var | Variance |
| [in] | nam | Namelist |
| [in] | geom | Geometry |
Definition at line 76 of file type_var.F90.
|
private |
Apply square-root variance.
| [in] | var | Variance |
| [in] | nam | Namelist |
| [in] | geom | Geometry |
| [in,out] | fld | Source/destination vector |
Definition at line 485 of file type_var.F90.
|
private |
Apply square-root variance inverse.
| [in] | var | Variance |
| [in] | nam | Namelist |
| [in] | geom | Geometry |
| [in,out] | fld | Source/destination vector |
Definition at line 520 of file type_var.F90.
|
private |
|
private |
Filter variance.
| [in,out] | var | Variance |
| [in,out] | mpl | MPI data |
| [in,out] | rng | Random number generator |
| [in] | nam | Namelist |
| [in] | geom | Geometry |
Definition at line 346 of file type_var.F90.
|
private |
Release memory (partial)
| [in,out] | var | Variance |
Definition at line 108 of file type_var.F90.
|
private |
Read.
| [in,out] | var | Variance |
| [in,out] | mpl | MPI data |
| [in] | nam | Namelist |
| [in] | geom | Geometry |
Definition at line 161 of file type_var.F90.
|
private |
Compute variance.
| [in,out] | var | Variance |
| [in,out] | mpl | MPI data |
| [in,out] | rng | Random number generator |
| [in,out] | nam | Namelist |
| [in] | geom | Geometry |
| [in,out] | ens | Ensemble |
Definition at line 258 of file type_var.F90.
|
private |
Write.
| [in,out] | var | Variance |
| [in,out] | mpl | MPI data |
| [in] | nam | Namelist |
| [in] | geom | Geometry |
Definition at line 206 of file type_var.F90.