|
◆ 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 1438 del file vol7d_class_compute.F90.
1438 that%level%l2 = imiss 1444 that%level%level1 = 100 1445 that%level%l1 = int(realdat(that%voldatic(1,1,:,1,ind,1),that%dativar%c(ind))) 1446 that%level%level2 = imiss 1447 that%level%l2 = imiss 1453 deallocate(ltimerange) 1455 deallocate(lnetwork) 1457 END SUBROUTINE vol7d_normalize_vcoord
|