Emoslib is now deprecated

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

There are routines which provide FORTRAN-callable methods for file handling; it is not normally necessary to use these routines for reading BUFR or GRIB products.

PBSEEKTo position a file
PBREADTo read a given number of bytes from a file
PBREAD2To read a given number of bytes from a file (different behaviour from PBREAD on end-of-file)
PBWRITETo write a given number of bytes to a file
PBTELLTo tell the current byte offset in a file.

These subroutines are written in C and use standard C library functions for file handling (fopen, fclose, fseek, fread and fwrite).

  • No labels