| RMNLIB | (FSTINF) | FSTD | 
INTEGER FUNCTION FSTINF( iun,ni,nj,nk,datev,etiket,ip1,ip2,ip3,typvar,nomvar)
DESCRIPTION
Locates the next record that matches the search keys (datev,etiket,ip1, ip2,ip3,typvar,nomvar)
Authors: M. Lepine - M. Valin - 2000
ARGUMENTS
| Input: | |
| iun | unit number associated to the file | 
| datev | valid date | 
| etiket | label | 
| ip1 | vertical level | 
| ip2 | forecast hour | 
| ip3 | user defined identifier | 
| typvar | type of field | 
| nomvar | variable name | 
| Output: | |
| FSTINF | handle of the record found after the search | 
| ni | dimension 1 of the data field | 
| nj | dimension 2 of the data field | 
| nk | dimension 3 of the data field | 
EXAMPLE Click here for argument declarations (in Fortran) key = fstinf( iun, ni, nj, nk,datev,etiket,ip1,ip2,ip3,typvar,nomvar ) (in C) key = c_fstinf( iun, &ni, &nj, &nk,datev,etiket,ip1,ip2,ip3,typvar,nomvar )
SEE ALSO
fstinfx