RMNLIB |
(IP1_VAR) |
FSTD |
INTEGER FUNCTION IP1_VAR( level, kind )
DESCRIPTION
Generates newstyle ip1 coded value. This function is a shorthand to convip.
Author: M. Lepine
ARGUMENTS
| Input: | |
| level | level value in floating point format |
| kind | level kind (integer) as defined in convip |
| Output: | |
| IP1_VAR | integer ip1 newstyle coded value |
EXAMPLE
(in Fortran)
key = fstinf( iun, ni, nj, nk,datev,etiket,ip1_var(level,1),ip2,ip3,typvar,nomvar )
(in C)
key = c_fstinf( iun, ∋, &nj, &nk,datev,etiket,c_ip1_var(level,1),ip2,ip3,typvar,nomvar )
SEE ALSO