NCEPLIBS-bufr
12.1.0
|
Public Member Functions | |
integer(c_int) function | crdbufr_c (nfile, bufr, mxwrd) |
Read the next message from a BUFR file that was previously opened for reading. More... | |
Definition at line 117 of file bufrlib.F90.
bufrlib::crdbufr_c::crdbufr_c | ( | integer(c_int), intent(in), value | nfile, |
integer(c_int), dimension(*), intent(out) | bufr, | ||
integer(c_int), intent(in), value | mxwrd | ||
) |
Read the next message from a BUFR file that was previously opened for reading.
Wraps crdbufr() function.
nfile | - File ID. |
bufr | - BUFR message. |
mxwrd | - Number of elements in bufr array; used by the function to ensure that it doesn't overflow the array. |
Return code:
Definition at line 117 of file bufrlib.F90.