copy_VarCoords_2
Copies all named dimensions and coordinate variables from one variable to another except for the rightmost two dimensions.
Prototype
load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl" procedure copy_VarCoords_2 ( var_from , var_to )
Arguments
var_fromAn array of any dimensionality. Must have named dimensions and coordinate variables
var_toAn array of any dimensionality.
Description
This procedure copies all named dimensions and coordinate variables from one variable to another except for the rightmost two dimensions.
See Also
There are many metadata tools.