RMNLIB

(IP1_ALL)

FSTD



INTEGER FUNCTION IP1_ALL( level, kind )

DESCRIPTION

Generates all possible coded ip1 values (oldstyle, newstyle ...) for a given level.

The same (floating point) ip1 level may appear in the form of different (integer) coded value in the same file. IP1_ALL is provided in order to be able to do a particular level search without having to perform multiple search with multiple coded values.


Author: M. Lepine

ARGUMENTS

Input:
level level value in floating point format
kind level kind (integer) as defined in convip
Output:
IP1_ALL integer ip1 newstyle coded value (an internal flag is set to look for all possible coded values)


EXAMPLE

(in Fortran)
key = fstinf( iun, ni, nj, nk,datev,etiket,ip1_all(level,1),ip2,ip3,typvar,nomvar )
(in C)
key = c_fstinf( iun, ∋, &nj, &nk,datev,etiket,c_ip1_all(level,1),ip2,ip3,typvar,nomvar )


SEE ALSO

ip1_var ,  convip



Return to RPN home page