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 | lmsg (SEC0) |
Given a character string 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 lmsg | ( | character*8 | SEC0 | ) |
Given a character string 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 nmwrd(), except that it takes a character string as input rather than an integer array.
[in] | SEC0 | – character*8: Section 0 from a BUFR message |
Definition at line 23 of file lmsg.f.
References modv_im8b::im8b, and nmwrd().
Referenced by readerme().