CHKBUF3()

Fortran version:

    LOGICAL FUNCTION CHKBUF3( FDUM ) 
        INTEGER, INTENT( OUT ) :: FDUM

Summary:

I/O API Version 3.1 only.

Checks to see whether the library supports the latest version of BUFFERED file support (you get link-failure, otherwise, indicating that you need to update your I/O API library.). Used for upcoming (Summer, 2011) version of CMAQ.

Preconditions:

USE M3UTILIO

I/O API must already be initialized by a call to INIT3() .


Previous: WRATT3()

Next: FILCHK3

Up: I/O API: Public Routines

To: Models-3/EDSS I/O API: The Help Pages