|
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] | this | volume providing data to be recomputed, it is not modified by the method, apart from performing a vol7d_alloc_vol on it |
[out] | that | output volume which will contain the recomputed data |
[in] | step | length of the step over which the statistical processing is performed |
[in] | start | start of statistical processing interval |
[in] | frac_valid | minimum fraction of valid data required for considering acceptable a recomputed value, default=1. |
[in] | multiv_proc | index of multivariate specific operation |
Definizione alla linea 1263 del file vol7d_class_compute.F90.
|