NCL Home >
Documentation >
Functions >
Interpolation,
Ngmath routines
cssetp
Sets control parameters for Cssgrid routines.
Prototype
procedure cssetp ( pnam [1] : string, pval )
Arguments
pnamName of the parameter you want to set. Choose one from this list.
pvalValue of the parameter to be set; it must be of a type appropriate to the parameter being set.
Description
The function cssetp sets the current value of a named parameter of Cssgrid.
See Also
cssgrid, cssgrid_Wrap, csstri, csvoro, css2c, csc2s, cssetp, csgetp
Examples
. . . ; ; Set the value for the tension factor sigma. ; cssetp("sig",5.) . . .