|
| subroutine | type_avg::avg_alloc (avg, nam, geom, bpar, samp, ne, nsub, prefix) |
| | Allocation. More...
|
| |
| subroutine | type_avg::avg_dealloc (avg) |
| | Release memory. More...
|
| |
| subroutine | type_avg::avg_copy (avg_out, avg_in) |
| | Copy. More...
|
| |
| subroutine | type_avg::avg_write (avg, mpl, nam, geom, bpar) |
| | Write. More...
|
| |
| subroutine | type_avg::avg_compute (avg, mpl, nam, geom, bpar, samp, mom, ne, prefix) |
| | Compute averaged statistics. More...
|
| |
| subroutine | type_avg::avg_compute_hyb (avg_1, mpl, nam, geom, bpar, samp, avg_2) |
| | Compute hybrid averaged statistics. More...
|
| |
| subroutine | type_avg::avg_compute_deh (avg_1, mpl, nam, geom, bpar, samp, mom_1, mom_2) |
| | Compute dual-ensemble hybrid averaged statistics. More...
|
| |
| subroutine | type_avg::avg_copy_wgt (avg_out, geom, bpar, avg_in) |
| | Averaged statistics data copy for weight definition. More...
|
| |
| subroutine | type_avg::avg_compute_bwavg (avg, mpl, nam, geom, bpar, samp, avg_wgt) |
| | Compute block-averaged statistics. More...
|
| |
| subroutine | type_avg::avg_compute_bwavg_hyb (avg, mpl, nam, geom, bpar, samp, avg_wgt) |
| | Compute hybrid block-averaged statistics. More...
|
| |
| subroutine | type_avg::avg_compute_bwavg_deh (avg, mpl, nam, geom, bpar, samp, avg_wgt) |
| | Compute dual-ensemble hybrid block-averaged statistics. More...
|
| |