LPG_CREP

Create a new primitive NDF via the parameter system

Description:

This routine should be called in place of NDF_CREP within applications that process lists of NDFs.

On the first invocation of the applicaton, a group of names for some new NDFs will be obtained from the environment using the specified parameter. The first name will be used to create an NDF with the requested attributes, and an identifier for the new NDF will be returned. If more than one name was supplied for the parameter then the application may be invoked again (see LPG_AGAIN), in which case this routine will return an identifier for a new NDF with the next name in the group supplied on the first invocation.

If a modification element is included in the group expression supplied for the parameter on the first invocation of the application, the new NDF names are based on the names of the first group of existing data files (NDFs or catalogues) to be accessed by the application.

If an application attempts to get a new NDF by cancelling the parameter (PAR_CANCL), the name used to create the returned NDF is NOT the next one in the group, but is obtained by prompting the user for a single new NDF.

The monolith routine should arrange to invoke the application repeatedly until one or more of its NDF parameters have been exhausted (i.e. all its values used). See NDF_AGAIN.

Invocation

CALL LPG_CREP( PARAM, FTYPE, NDIM, UBND, INDF, STATUS )

Arguments

PARAM = CHARACTER ( ) (Given)
Name of the parameter.
FTYPE = CHARACTER ( ) (Given)
Type of the NDFs DATA component (e.g. _REAL). Note that complex types are not permitted when creating a primitive NDF.
NDIM = INTEGER (Given)
Number of NDF dimensions.
UBND( NDIM ) = INTEGER (Given)
Upper pixel-index bounds of the NDF (the lower bound of each dimension is taken to be 1).
INDF = INTEGER (Returned)
NDF identifier.
STATUS = INTEGER (Given and Returned)
The global status.