libsim Versione 7.2.1
Funzioni/Subroutine
Riferimenti per il modulo volgrid6d_class_compute

Extension of volgrid6d_class with methods for performing simple statistical operations on entire volumes of data. Continua...

Funzioni/Subroutine

subroutine volgrid6d_compute_stat_proc (this, that, stat_proc_input, stat_proc, step, start, full_steps, frac_valid, max_step, weighted, clone)
 General-purpose method for computing a statistical processing on data in a volgrid6d object already processed with the same statistical processing, on a different time interval specified by step and start.
 
subroutine volgrid6d_recompute_stat_proc_agg (this, that, stat_proc, step, start, full_steps, frac_valid, clone, stat_proc_input)
 Specialized method for statistically processing a set of data already processed with the same statistical processing, on a different time interval.
 
subroutine volgrid6d_compute_stat_proc_agg (this, that, stat_proc, step, start, full_steps, max_step, clone)
 Method for statistically processing a set of instantaneous data.
 
subroutine volgrid6d_recompute_stat_proc_diff (this, that, stat_proc, step, full_steps, start, clone)
 Specialized method for statistically processing a set of data already processed with the same statistical processing, on a different time interval.
 
subroutine volgrid6d_compute_stat_proc_metamorph (this, that, stat_proc_input, stat_proc, clone)
 Specialized method for statistically processing a set of data by integration/differentiation.
 
subroutine volgrid6d_compute_vert_coord_var (this, level, volgrid_lev)
 Method for building a volume containing the vertical coordinate as a variable.
 

Descrizione dettagliata

Extension of volgrid6d_class with methods for performing simple statistical operations on entire volumes of data.

This module includes methods for performing operations such as (re)averaging and (re)cumulation in time of entire volgrid6d_class::volgrid6d objects.


Generated with Doxygen.