libsim
Versione7.2.1
|
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. Continua... | |
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. Continua... | |
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. Continua... | |
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. Continua... | |
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. Continua... | |
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. Continua... | |
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. Continua... | |
subroutine | vol7d_filter_time (this, that, step, start, stopp, cyclicdt) |
Filter time dimension inside a volume. Continua... | |
subroutine | vol7d_fill_data (this, step, start, stopp, tolerance) |
Fill data volume Nearest data in time is set in the time coordinate. Continua... | |
subroutine | vol7d_normalize_vcoord (this, that, ana, time, timerange, network) |
Metodo per normalizzare la coordinata verticale. Continua... | |
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.