RMNLIB

(FSTINFX)

FSTD



INTEGER FUNCTION FSTINFX( handle,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). The search begins at the position given by the HANDLE.


Authors: M. Lepine - M. Valin - 2000
ARGUMENTS

Input:
handle handle from which the search begins
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:
FSTINFX 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) handle = fstinf( iun, ni, nj, nk,datev,etiket,ip1,ip2,ip3,typvar,nomvar ) key = fstinfx( handle,iun,ni,nj,nk,datev,etiket,ip1,ip2,ip3,typvar,nomvar ) (in C) handle = c_fstinf( iun, &ni, &nj, &nk,datev,etiket,ip1,ip2,ip3,typvar,nomvar ) key = c_fstinfx( handle,iun,&ni,&nj,&nk,datev,etiket,ip1,ip2,ip3,typvar,nomvar )

SEE ALSO

fstinf



Return to product index