RMNLIB

(FSTLIRX)

FSTD



INTEGER FUNCTION FSTLIRX( field,handle,iun,ni,nj,nk,datev,etiket,ip1,ip2,ip3,typvar,nomvar)
DESCRIPTION

Locates and reads 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:
FSTLIRX handle returned of the record found and read after the search
field data field read from record found
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 = fstlir( field,iun, ni, nj, nk,datev,etiket,ip1,ip2,ip3,typvar,nomvar ) key = fstlirx( field,handle,iun, ni, nj, nk,datev,etiket,ip1,ip2,ip3,typvar,nomvar ) (in C) handle = c_fstlir( field,iun, &ni, &nj, &nk,datev,etiket,ip1,ip2,ip3,typvar,nomvar ) key = c_fstlirx( field,handle,iun, &ni, &nj, &nk,datev,etiket,ip1,ip2,ip3,typvar,nomvar )

SEE ALSO

fstlir



Return to product index