|
NCEPLIBS-bufr
12.3.0
|
Public Member Functions | |
| subroutine | catch_bort_ufbmex_c (lunit, lundx, inew, iret, mesg) |
| Catch any bort error inside of subroutine ufbmex(). More... | |
Definition at line 1252 of file bufrlib.F90.
| bufrlib::catch_bort_ufbmex_c::catch_bort_ufbmex_c | ( | integer(c_int), intent(in), value | lunit, |
| integer(c_int), intent(in), value | lundx, | ||
| integer(c_int), intent(in), value | inew, | ||
| integer(c_int), intent(out) | iret, | ||
| integer(c_int), dimension(*), intent(out) | mesg | ||
| ) |
Catch any bort error inside of subroutine ufbmex().
Wraps catch_bort_ufbmex() function.
| lunit | - Fortran logical unit number for BUFR file |
| lundx | - Fortran logical unit number containing DX BUFR table information |
| inew | - Processing option |
| iret | - Number of BUFR messages that were read and stored into internal arrays |
| mesg | - Types of BUFR messages that were read and stored into internal arrays |
Definition at line 1252 of file bufrlib.F90.