NCEPLIBS-bufr  12.0.0
setim8b.F90 File Reference

Use 8-byte integer arguments to BUFRLIB subprograms from Fortran. More...

Go to the source code of this file.

Functions/Subroutines

subroutine setim8b (int8b)
 Specify whether all integer arguments to BUFRLIB subprograms from Fortran will use 8-byte integers. More...
 

Detailed Description

Use 8-byte integer arguments to BUFRLIB subprograms from Fortran.

Author
J. Ator
Date
2022-09-01

Definition in file setim8b.F90.

Function/Subroutine Documentation

◆ setim8b()

subroutine setim8b ( logical, intent(in)  int8b)

Specify whether all integer arguments to BUFRLIB subprograms from Fortran will use 8-byte integers.

The default value is .false., meaning that if this subroutine is never called, then the BUFRLIB will expect that all future calls from the application program will use 4-byte integer arguments. Otherwise, the specification in any call to this subroutine remains in effect unless and until it is overridden by a subsequent future call to this same subroutine.

Parameters
[in]INT8B- logical: .true. iff 8-byte integers will be used for all integer arguments passed to and from all future calls to BUFRLIB subprograms from within the application program
Author
J. Ator
Date
2022-09-01

Definition at line 22 of file setim8b.F90.

References modv_im8b::im8b.