ARTS built-in documentation server
Workspace Method Copy
Description
Copy a workspace variable.
This method can copy any workspace variable
to another workspace variable of the same group. (E.g., a Matrix to
another Matrix.)
As always, output comes first in the argument list!
Usage example:
Copy(f_grid, p_grid)
Will copy the content of p_grid to f_grid. The size of f_grid
is adjusted automatically (the normal behaviour for workspace
methods).
Authors: Stefan Buehler
Synopsis
Variables
GOUT | out | (Any) | Destination variable. |
GIN | in | (Any) | Source variable. |