|
subroutine, public qc_compute_normalizeddensityindex |
( |
type(qcclitype), intent(inout) |
this, |
|
|
real, dimension(:), intent(in) |
perc_vals, |
|
|
type(cyclicdatetime), intent(in) |
cyclicdt, |
|
|
real, optional |
presentperc, |
|
|
integer, optional |
presentnumb, |
|
|
logical, intent(in), optional |
data_normalized |
|
) |
| |
- Parametri
-
[in,out] | this | volume providing data to be computed and output data. Input data are not modified by the method, apart from performing a vol7d_alloc_vol on it |
[in] | perc_vals | percentile values to use in compute, between 0. and 100. |
[in] | cyclicdt | cyclic date and time |
| presentperc | rate of data present for compute on expected values (default=not used) |
| presentnumb | number of data present for compute (default= not used) |
[in] | data_normalized | data input are normalized and the output will be not differentiated by area/height. |
Definizione alla linea 1894 del file modqccli.F90.
|