SABER
|
Averaged statistics block derived type. More...
Data Types | |
type | avg_blk_type |
Functions/Subroutines | |
subroutine | avg_blk_alloc (avg_blk, nam, geom, bpar, ic2a, ib, ne, nsub) |
Allocation. More... | |
subroutine | avg_blk_dealloc (avg_blk) |
Release memory. More... | |
subroutine | avg_blk_copy (avg_blk_out, avg_blk_in) |
Copy. More... | |
subroutine | avg_blk_write (avg_blk, mpl, nam, geom, bpar, filename) |
Write. More... | |
subroutine | avg_blk_compute_global (avg_blk, mpl, nam, geom, bpar, samp, mom_blk) |
Compute globally averaged statistics via spatial-angular erogodicity assumption. More... | |
subroutine | avg_blk_compute_local (avg_blk, mpl, nam, geom, bpar, samp, mom_blk) |
Compute locally averaged statistics via spatial-angular erogodicity assumption. More... | |
subroutine | avg_blk_compute_asy (avg_blk, mpl, nam, geom, bpar, ne) |
Compute asymptotic statistics. More... | |
subroutine | avg_blk_compute_hyb (avg_blk_hyb, mpl, geom, bpar, avg_blk_sta) |
Compute averaged statistics via spatial-angular erogodicity assumption, for hybrid covariance products. More... | |
subroutine | avg_blk_compute_deh_global (avg_blk, mpl, nam, geom, bpar, samp, mom_blk, mom_lr_blk) |
Compute globally averaged statistics via spatial-angular erogodicity assumption, for LR covariance/HR covariance and LR covariance/HR asymptotic covariance products. More... | |
subroutine | avg_blk_compute_deh_local (avg_blk, mpl, nam, geom, bpar, samp, mom_blk, mom_lr_blk) |
Compute averaged statistics via spatial-angular erogodicity assumption, for LR covariance/HR covariance and LR covariance/HR asymptotic covariance products. More... | |
subroutine | avg_blk_compute_asy_deh (avg_blk, mpl, nam, geom, bpar) |
Compute LR covariance/HR asymptotic covariance products. More... | |
Averaged statistics block derived type.
|
private |
Allocation.
[in,out] | avg_blk | Averaged statistics block |
[in] | nam | Namelist |
[in] | geom | Geometry |
[in] | bpar | Block parameters |
[in] | ic2a | Local index |
[in] | ib | Block index |
[in] | ne | Ensemble size |
[in] | nsub | Sub-ensembles number |
Definition at line 79 of file type_avg_blk.F90.
|
private |
Compute asymptotic statistics.
[in,out] | avg_blk | Averaged statistics block |
[in,out] | mpl | MPI data |
[in] | nam | Namelist |
[in] | geom | Geometry |
[in] | bpar | Block parameters |
[in] | ne | Ensemble size |
Definition at line 841 of file type_avg_blk.F90.
|
private |
Compute LR covariance/HR asymptotic covariance products.
[in,out] | avg_blk | Averaged statistics block |
[in,out] | mpl | MPI data |
[in] | nam | Namelist |
[in] | geom | Geometry |
[in] | bpar | Block parameters |
Definition at line 1328 of file type_avg_blk.F90.
|
private |
Compute globally averaged statistics via spatial-angular erogodicity assumption, for LR covariance/HR covariance and LR covariance/HR asymptotic covariance products.
[in,out] | avg_blk | Averaged statistics block |
[in,out] | mpl | MPI data |
[in] | nam | Namelist |
[in] | geom | Geometry |
[in] | bpar | Block parameters |
[in] | samp | Sampling |
[in] | mom_blk | Moments block |
[in] | mom_lr_blk | Low-resolution moments block |
Definition at line 1033 of file type_avg_blk.F90.
|
private |
Compute averaged statistics via spatial-angular erogodicity assumption, for LR covariance/HR covariance and LR covariance/HR asymptotic covariance products.
[in,out] | avg_blk | Averaged statistics block |
[in,out] | mpl | MPI data |
[in] | nam | Namelist |
[in] | geom | Geometry |
[in] | bpar | Block parameters |
[in] | samp | Sampling |
[in] | mom_blk | Moments block |
[in] | mom_lr_blk | Low-resolution moments block |
Definition at line 1187 of file type_avg_blk.F90.
|
private |
Compute globally averaged statistics via spatial-angular erogodicity assumption.
[in,out] | avg_blk | Averaged statistics block |
[in,out] | mpl | MPI data |
[in] | nam | Namelist |
[in] | geom | Geometry |
[in] | bpar | Block parameters |
[in] | samp | Sampling |
[in] | mom_blk | Moments |
Definition at line 308 of file type_avg_blk.F90.
|
private |
Compute averaged statistics via spatial-angular erogodicity assumption, for hybrid covariance products.
[in,out] | avg_blk_hyb | Hybrid averaged statistics block |
[in,out] | mpl | MPI data |
[in] | geom | Geometry |
[in] | bpar | Block parameters |
[in] | avg_blk_sta | Static averaged statistics block |
Definition at line 991 of file type_avg_blk.F90.
|
private |
Compute locally averaged statistics via spatial-angular erogodicity assumption.
[in,out] | avg_blk | Averaged statistics block |
[in,out] | mpl | MPI data |
[in] | nam | Namelist |
[in] | geom | Geometry |
[in] | bpar | Block parameters |
[in] | samp | Sampling |
[in] | mom_blk | Moments |
Definition at line 666 of file type_avg_blk.F90.
|
private |
Copy.
[in,out] | avg_blk_out | Output averaged statistics block |
[in] | avg_blk_in | Input averaged statistics block |
Definition at line 183 of file type_avg_blk.F90.
|
private |
Release memory.
[in,out] | avg_blk | Averaged statistics block |
Definition at line 144 of file type_avg_blk.F90.
|
private |
Write.
[in,out] | avg_blk | Averaged statistics block |
[in,out] | mpl | MPI data |
[in] | nam | Namelist |
[in] | geom | Geometry |
[in] | bpar | Block parameters |
[in] | filename | File name |
Definition at line 225 of file type_avg_blk.F90.