|
SABER
|
Subroutines/functions list. More...
Data Types | |
| type | mom_type |
Functions/Subroutines | |
| subroutine | mom_alloc (mom, nam, geom, bpar, samp, ne, nsub, prefix) |
| Allocation. More... | |
| subroutine | mom_init (mom, nam, bpar) |
| Initialization. More... | |
| subroutine | mom_dealloc (mom) |
| Release memory. More... | |
| subroutine | mom_read (mom, mpl, nam, geom, bpar, samp, ens, prefix) |
| Read. More... | |
| subroutine | mom_write (mom, mpl, nam, geom, bpar, samp) |
| Write. More... | |
| subroutine | mom_update (mom, mpl, nam, geom, bpar, samp, prefix, fld_c0a, ie) |
| Compute centered moments. More... | |
| subroutine | mom_compute (mom, mpl, nam, geom, bpar, samp, ens, prefix) |
| Compute centered moments. More... | |
Subroutines/functions list.
Instrumentation functions Moments derived type
|
private |
Allocation.
| [in,out] | mom | Moments |
| [in] | nam | Namelist |
| [in] | geom | Geometry |
| [in] | bpar | Block parameters |
| [in] | samp | Sampling |
| [in] | ne | Ensemble size |
| [in] | nsub | Number of sub-ensembles |
Definition at line 76 of file type_mom.F90.
|
private |
Compute centered moments.
| [in,out] | mom | Moments |
| [in,out] | mpl | MPI data |
| [in] | nam | Namelist |
| [in] | geom | Geometry |
| [in] | bpar | Block parameters |
| [in] | samp | Sampling |
| [in] | ens | Ensemble |
Definition at line 587 of file type_mom.F90.
|
private |
|
private |
Initialization.
| [in,out] | mom | Moments |
| [in] | nam | Namelist |
| [in] | bpar | Block parameters |
Definition at line 124 of file type_mom.F90.
|
private |
Read.
| [in,out] | mom | Moments |
| [in,out] | mpl | MPI data |
| [in] | nam | Namelist |
| [in] | geom | Geometry |
| [in] | bpar | Block parameters |
| [in] | samp | Sampling |
| [in] | ens | Ensemble |
Definition at line 206 of file type_mom.F90.
|
private |
Compute centered moments.
| [in,out] | mom | Moments |
| [in,out] | mpl | MPI data |
| [in] | nam | Namelist |
| [in] | geom | Geometry |
| [in] | bpar | Block parameters |
| [in] | samp | Sampling |
| [in] | fld_c0a | Field |
| [in] | ie | Member index |
Definition at line 364 of file type_mom.F90.
|
private |
Write.
| [in] | mom | Moments |
| [in,out] | mpl | MPI data |
| [in] | nam | Namelist |
| [in] | geom | Geometry |
| [in] | bpar | Block parameters |
| [in] | samp | Sampling |
Definition at line 289 of file type_mom.F90.