|
subroutine, public qc_compute_percentile |
( |
type(qcclitype), intent(inout) |
this, |
|
|
real, dimension(:), intent(in) |
perc_vals, |
|
|
type(cyclicdatetime), intent(in) |
cyclicdt, |
|
|
real, optional |
presentperc, |
|
|
integer, optional |
presentnumb |
|
) |
| |
- 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 | percentual of data present for compute (default=not used) |
| presentnumb | number of data present for compute (default=not used) $logical, optional :: height2level !< use conventional level starting from station height |
Definizione alla linea 1605 del file modqccli.F90.
|