NDF_PTSZx

Set new scale and zero values for an NDF array component

Description:

The routine sets new values for the scale and zero values associated with an NDF arraycomponent. If the array is stored in simple or primitive form, then the storage form is changed to scaled. See also NDF_ZSCAL which provides a higher level interface for creating SCALED arrays.

Invocation

CALL NDF_PTSZx( SCALE, ZERO, INDF, COMP, STATUS )

Arguments

SCALE = ? (Given)
The new value for the scaling factor.
ZERO = ? (Given)
The new value for the zero offset.
INDF = INTEGER (Given)
NDF identifier.
COMP = CHARACTER ( ) (Given)
Name of the NDF array component; DATA or VARIANCE.
STATUS = INTEGER (Given and Returned)
The global status.

Notes: