NCEPLIBS-bufr
12.0.1
|
Read a BUFR message. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | rdmsgw (lunit, mesg, iret) |
Read the next BUFR message from logical unit lunit as an array of integer words. More... | |
subroutine rdmsgw | ( | integer | lunit, |
integer, dimension(*) | mesg, | ||
integer | iret | ||
) |
Read the next BUFR message from logical unit lunit as an array of integer words.
[in] | lunit | - integer: Fortran logical unit number for BUFR file. |
[out] | mesg | - integer(*): BUFR message. |
[out] | iret | - integer: return code:
|
Definition at line 15 of file rdmsgw.F90.
References errwrt(), modv_mxmsgl::mxmsgld4, and status().
Referenced by copybf(), cpdxmm(), datebf(), dumpbf(), mesgbc(), mesgbf(), posapx(), rdbfdx(), readmg(), ufbmem(), and ufbmex().