libsim  Versione6.3.0
subroutine move_datac ( 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 character 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]v7ddata in form of character in this object will be moved
[in]indnetworksource coordinate of the data
[in]indnetworknewdestination coordinate of data

Definizione alla linea 9008 del file vol7d_class.F90.


Generated with Doxygen.