NDF_GTSZx

Get the scale and zero values for an NDF array component

Description:

The routine returns the scale and zero values associated with an NDF array component. If the array is stored in simple or primitive form, then values of 1.0 and 0.0 are returned.

Invocation

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

Arguments

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

Notes: