KPG1_DSSFM

Displays information about the storage form of an NDF array

Description:

This routine displays a textual description of the storage form of the specified NDF array.

Invocation

CALL KPG1_DSSFM( INDF, COMP, REPORT, FORM, SCALE, ZERO, SCTYP, STATUS )

Arguments

INDF = INTEGER (Given)
An identifier for the ndf.
COMP = CHARACTER ( ) (Given)
The name of the NDF component (DATA, QUALITY or VARIANCE) to be displayed.
REPORT = LOGICAL (Given)
If .TRUE. the storage form information is displayed on standard output.
FORM = CHARACTER ( ) (Returned)
The storage form.
SCALE = DOUBLE PRECISION (Returned)
The scale factor. This will be set to 1.0 if the storage form does not support scaled storage.
ZERO = DOUBLE PRECISION (Returned)
The zero offset. This will be set to 0.0 if the storage form does not support scaled storage.
SCTYP = CHARACTER ( ) (Returned)
The scaled data type. This will be set to if the storage form does not support scaled storage.
STATUS = INTEGER (Given and Returned)
The global status.