|
◆ vol7d_fill_data()
subroutine vol7d_class_compute::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 1619 del file vol7d_class_compute.F90.
1622 that%level%level1 = 100 1623 that%level%l1 = int(realdat(that%voldatii(1,1,:,1,ind,1),that%dativar%i 1631 that%level%level1 = 100 1632 that%level%l1 = int(realdat(that%voldatib(1,1,:,1,ind,1),that%dativar%b 1640 that%level%level1 = 100 1641 that%level%l1 = int(realdat(that%voldatic(1,1,:,1,ind,1),that%dativar%c 1649 deallocate(ltimerange) 1651 deallocate(lnetwork) 1653 END SUBROUTINE vol7d_normalize_vcoord
|