libsim  Versione7.1.6
subroutine vol7d_recompute_stat_proc_agg_multiv ( type(vol7d), intent(inout)  this,
type(vol7d), intent(out)  that,
type(timedelta), intent(in)  step,
type(datetime), intent(in), optional  start,
real, intent(in), optional  frac_valid,
integer, intent(in)  multiv_proc 
)
Parametri
[in,out]thisvolume providing data to be recomputed, it is not modified by the method, apart from performing a vol7d_alloc_vol on it
[out]thatoutput volume which will contain the recomputed data
[in]steplength of the step over which the statistical processing is performed
[in]startstart of statistical processing interval
[in]frac_validminimum fraction of valid data required for considering acceptable a recomputed value, default=1.
[in]multiv_procindex of multivariate specific operation

Definizione alla linea 1263 del file vol7d_class_compute.F90.


Generated with Doxygen.