|
subroutine vol7d_fill_data |
( |
type(vol7d), intent(inout) |
this, |
|
|
type(timedelta), intent(in) |
step, |
|
|
type(datetime), intent(in), optional |
start, |
|
|
type(datetime), intent(in), optional |
stopp, |
|
|
type(timedelta), intent(in), optional |
tolerance |
|
) |
| |
Fill data volume Nearest data in time is set in the time coordinate.
Take in account istantaneous values only.
- Parametri
-
[in,out] | this | data volume to elaborate |
[in] | step | interval in time where to fill data |
[in] | start | start time where to fill |
[in] | stopp | stop time where to fill |
[in] | tolerance | tolerance in time to find data to fill (excluding extreme) (default to step) |
Definizione alla linea 1418 del file vol7d_class_compute.F90.
|