RMNLIB

(FSTLIR)

FSTD



INTEGER FUNCTION FSTLIR( field,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).


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:
FSTLIR 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) key = fstlir( field,iun, ni, nj, nk,datev,etiket,ip1,ip2,ip3,typvar,nomvar ) (in C) key = c_fstlir( field,iun, &ni, &nj, &nk,datev,etiket,ip1,ip2,ip3,typvar,nomvar )

SEE ALSO

fstlirx



Return to product index