|
NCEPLIBS-bufr
12.3.0
|
Public Member Functions | |
| subroutine | catch_bort_ufbget_c (lunit, tab, i1, iret, cstr, cstr_len) |
| Catch any bort error inside of subroutine ufbget(). More... | |
Definition at line 1636 of file bufrlib.F90.
| bufrlib::catch_bort_ufbget_c::catch_bort_ufbget_c | ( | integer(c_int), intent(in), value | lunit, |
| real(c_double), dimension(*), intent(out) | tab, | ||
| integer(c_int), intent(in), value | i1, | ||
| integer(c_int), intent(out) | iret, | ||
| character(kind=c_char), dimension(*), intent(inout) | cstr, | ||
| integer(c_int), intent(in), value | cstr_len | ||
| ) |
Catch any bort error inside of subroutine ufbget().
Wraps catch_bort_ufbget() function.
| lunit | - Fortran logical unit number for BUFR file |
| tab | - Data values |
| i1 | - Allocated length of tab |
| iret | - Return code |
| cstr | - String of mnemonics to read from the data subset |
| cstr_len | - Length of cstr |
Definition at line 1636 of file bufrlib.F90.