Interpolation coefficients are needed for spectral to grid transformations. They are generated automatically if they do not exist.

The coefficients may be handled in a number of ways depending on the computer platform and on operating system environment settings.

The way in which the coefficients are handled can be configured using the environment variable CONFIG_INTERP; the default method for handling coefficients depends on the computer platform (AIX defaults to MAPPED, other platforms to FILEIO). CONFIG_INTERP can take the following values (entries start in column one):

The environment variable PPDIR gives the pathname of a directory to hold interpolation coefficients. If PPDIR is not defined, coefficient files are created in the application program's current working directory.

FILEIO, MEMORY and MAPPED cause a file to be generated if it does not already exist in PPDIR. SHARED causes a shared memory segment to be generated if it does not already exist. Note that shared memory segments continue to exist after the generating application terminates.

For common transformations, files often already exist, having been generated by other users of the interpolation software (such as MARS, Metview, ...).