NCL Home >
Documentation >
Functions >
General applied math,
Statistics
dim_rmvmean_Wrap
Calculates and removes the mean of the (rightmost) dimension at all other dimensions and retains metadata.
Prototype
load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl" ; This library is automatically loaded
; from NCL V6.2.0 onward.
; No need for user to explicitly load.
function dim_rmvmean_Wrap (
x : numeric
)
return_val [dimsizes(x)] : float or double
Arguments
xA variable of numeric type and any dimensionality.
Description
This function is identical to dim_rmvmean, except the return value will have metadata added based on metadata attached to x. See the dim_rmvmean page for full documentation and examples.