NCEPLIBS-bufr
12.0.1
|
Determine the array size needed to store a BUFR message. More...
Go to the source code of this file.
Functions/Subroutines | |
recursive function | nmwrd (MBAY) |
Given an integer array containing Section 0 from a BUFR message, this function determines the array size (in integers) needed to store the entire BUFR message. More... | |
recursive function nmwrd | ( | dimension(*) | MBAY | ) |
Given an integer array containing Section 0 from a BUFR message, this function determines the array size (in integers) needed to store the entire BUFR message.
This function is similar to function lmsg(), except that it takes an integer array as input rather than a character string.
[in] | MBAY | – integer(*): Section 0 from a BUFR message |
Definition at line 23 of file nmwrd.f.
References modv_im8b::im8b, and iupbs01().
Referenced by cnved4(), cpdxmm(), lmsg(), msgwrt(), padmsg(), ufbmem(), and ufbmex().