libsim Versione 7.1.11
Funzioni/Subroutine
Riferimenti per il modulo vol7d_class_compute

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

Funzioni/Subroutine

subroutine vol7d_compute_stat_proc (this, that, stat_proc_input, stat_proc, step, start, full_steps, frac_valid, max_step, weighted, other)
 General-purpose method for computing a statistical processing on data in a vol7d object already processed with the same statistical processing, on a different time interval specified by step and start.
 
subroutine vol7d_recompute_stat_proc_agg (this, that, stat_proc, step, start, full_steps, frac_valid, other, 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 vol7d_compute_stat_proc_agg (this, that, stat_proc, step, start, full_steps, max_step, weighted, other)
 Method for statistically processing a set of instantaneous data.
 
subroutine vol7d_decompute_stat_proc (this, that, step, other, stat_proc_input)
 Method to transform the timerange of a set of data from statistically processed to instantaneous.
 
subroutine vol7d_recompute_stat_proc_diff (this, that, stat_proc, step, full_steps, start, other)
 Specialized method for statistically processing a set of data already processed with the same statistical processing, on a different time interval.
 
subroutine vol7d_compute_stat_proc_metamorph (this, that, stat_proc_input, stat_proc)
 Specialized method for statistically processing a set of data by integration/differentiation.
 
subroutine vol7d_recompute_stat_proc_agg_multiv (this, that, step, start, frac_valid, multiv_proc)
 
subroutine vol7d_fill_time (this, that, step, start, stopp, cyclicdt)
 Riempimento dei buchi temporali in un volume.
 
subroutine vol7d_filter_time (this, that, step, start, stopp, cyclicdt)
 Filter time dimension inside a volume.
 
subroutine vol7d_fill_data (this, step, start, stopp, tolerance)
 Fill data volume Nearest data in time is set in the time coordinate.
 
subroutine vol7d_normalize_vcoord (this, that, ana, time, timerange, network)
 Metodo per normalizzare la coordinata verticale.
 

Descrizione dettagliata

Extension of vol7d_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 vol7d_class::vol7d objects containing real or double precision data.


Generated with Doxygen.