|
◆ 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 1614 del file vol7d_class_compute.F90.
1615 that%level%level2 = imiss
1616 that%level%l2 = imiss
1622 that%level%level1 = 100
1623 that%level%l1 = int(realdat(that%voldatii(1,1,:,1,ind,1),that%dativar%i(ind)))
1624 that%level%level2 = imiss
1625 that%level%l2 = imiss
1631 that%level%level1 = 100
1632 that%level%l1 = int(realdat(that%voldatib(1,1,:,1,ind,1),that%dativar%b(ind)))
1633 that%level%level2 = imiss
1634 that%level%l2 = imiss
1640 that%level%level1 = 100
1641 that%level%l1 = int(realdat(that%voldatic(1,1,:,1,ind,1),that%dativar%c(ind)))
1642 that%level%level2 = imiss
1643 that%level%l2 = imiss
1649 deallocate(ltimerange)
1651 deallocate(lnetwork)
1653 END SUBROUTINE vol7d_normalize_vcoord
|