NCEPLIBS-bufr  12.0.0
igetmxby.f File Reference

Get the maximum length of a BUFR message that can be written to an output file. More...

Go to the source code of this file.

Functions/Subroutines

recursive function igetmxby ()
 Get the maximum length of a BUFR message that can be written to an output file. More...
 

Detailed Description

Get the maximum length of a BUFR message that can be written to an output file.

Author
J. Ator
Date
2016-06-27

Definition in file igetmxby.f.

Function/Subroutine Documentation

◆ igetmxby()

recursive function igetmxby

Get the maximum length of a BUFR message that can be written to an output file.

This function returns the maximum length of a BUFR message that can be written to any output file by the NCEPLIBS-bufr software.

Returns
igetmxby - integer: Maximum length of a BUFR message that can be written to an output file by the NCEPLIBS-bufr software.

This maximum length value can be changed at any time via a separate call to subroutine maxout().

Author
J. Ator
Date
2016-06-27

Definition at line 20 of file igetmxby.f.

References modv_im8b::im8b, moda_bitbuf::maxbyt, and openbf().

Referenced by bufr_c2f_interface::igetmxby_c().