|
◆ 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 1612 del file vol7d_class_compute.F90.
1613 that%level%level2 = imiss
1614 that%level%l2 = imiss
1620 that%level%level1 = 100
1621 that%level%l1 = int(realdat(that%voldatii(1,1,:,1,ind,1),that%dativar%i(ind)))
1622 that%level%level2 = imiss
1623 that%level%l2 = imiss
1629 that%level%level1 = 100
1630 that%level%l1 = int(realdat(that%voldatib(1,1,:,1,ind,1),that%dativar%b(ind)))
1631 that%level%level2 = imiss
1632 that%level%l2 = imiss
1638 that%level%level1 = 100
1639 that%level%l1 = int(realdat(that%voldatic(1,1,:,1,ind,1),that%dativar%c(ind)))
1640 that%level%level2 = imiss
1641 that%level%l2 = imiss
1647 deallocate(ltimerange)
1649 deallocate(lnetwork)
1651 END SUBROUTINE vol7d_normalize_vcoord
|