NDF_SCTYP

Obtain the numeric type of a scaled NDF array component

Description:

The routine returns the numeric type of a scaled NDF array component as an upper-case character string (e.g. _REAL). The returned type describes the values stored in the array, before they are unscaled using the associated scale and zero values. Use NDF_TYPE if you need the data type of the array after it has been unscaled.

Invocation

CALL NDF_SCTYP( INDF, COMP, TYPE, STATUS )

Arguments

INDF = INTEGER (Given)
NDF identifier.
COMP = CHARACTER ( ) (Given)
Name of the NDF array component whose type is required: DATA or VARIANCE.
TYPE = CHARACTER ( ) (Returned)
Numeric type of the component.
STATUS = INTEGER (Given and Returned)
The global status.

Notes: