|
subroutine move_datar |
( |
type(vol7d), intent(inout) |
v7d, |
|
|
integer, intent(in) |
indana, |
|
|
integer, intent(in) |
indtime, |
|
|
integer, intent(in) |
indlevel, |
|
|
integer, intent(in) |
indtimerange, |
|
|
integer, intent(in) |
indnetwork, |
|
|
integer, intent(in) |
indananew, |
|
|
integer, intent(in) |
indtimenew, |
|
|
integer, intent(in) |
indlevelnew, |
|
|
integer, intent(in) |
indtimerangenew, |
|
|
integer, intent(in) |
indnetworknew |
|
) |
| |
Move data for all variables from one coordinate in the real volume to other.
Only not missing data will be copyed and all attributes will be moved together. Usefull to colapse data spread in more indices (level or time or ....). After the move is possible to set to missing some descriptor and make a copy with miss=.true. to obtain a new vol7d with less data shape.
- Parametri
-
[in,out] | v7d | data in form of character in this object will be moved |
[in] | indnetwork | source coordinate of the data |
[in] | indnetworknew | destination coordinate of data |
Definizione alla linea 9269 del file vol7d_class.F90.
|