RMNLIB |
(IP2_ALL) |
FSTD |
INTEGER FUNCTION IP2_ALL( val, kind )
DESCRIPTION
Generates all possible coded ip2 values (oldstyle, newstyle ...) for a given floating point ip2.
For instance ip2 may represent a time coordinate.
Author: M. Lepine
ARGUMENTS
| Input: | |
| val | ip2 value in floating point format |
| kind | kind (integer) as defined in convip (usually 10, time coordinate) |
| Output: | |
| IP2_ALL | integer ip2 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,ip2_all(valip2,10),ip3,typvar,nomvar )
(in C)
key = c_fstinf( iun, ?, &nj, &nk,datev,etiket,ip1,c_ip1_all(valip2,10),ip3,typvar,nomvar )
SEE ALSO