NDF_TYPE

Obtain the numeric type of an NDF array component

Description:

The routine returns the numeric type of one of the array components of an NDF as an upper-case character string (e.g. _REAL).

Invocation

CALL NDF_TYPE( INDF, COMP, TYPE, STATUS )

Arguments

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

Notes: