SABER
|
Moments block derived type. More...
Data Types | |
type | mom_blk_type |
Functions/Subroutines | |
subroutine | mom_blk_alloc (mom_blk, nc1, geom, bpar, ne, nsub) |
Allocation. More... | |
subroutine | mom_blk_dealloc (mom_blk) |
Release memory. More... | |
subroutine | mom_blk_ext (mom_blk_out, mpl, geom, bpar, samp, mom_blk_in) |
Halo extension. More... | |
Moments block derived type.
|
private |
Allocation.
[in,out] | mom_blk | Moments block |
[in] | nc1 | Subsampling size |
[in] | geom | Geometry |
[in] | bpar | Block parameters |
[in] | ne | Ensemble size |
[in] | nsub | Number of sub-ensembles |
Definition at line 43 of file type_mom_blk.F90.
|
private |
Release memory.
[in,out] | mom_blk | Moments block |
Definition at line 77 of file type_mom_blk.F90.
|
private |
Halo extension.
[in,out] | mom_blk_out | Extended moments block |
[in,out] | mpl | MPI data |
[in] | geom | Geometry |
[in] | bpar | Block parameters |
[in] | samp | Sampling |
[in] | mom_blk_in | Reduced moments block |
Definition at line 96 of file type_mom_blk.F90.