|
NCEPLIBS-bufr
12.3.0
|
Public Member Functions | |
| subroutine | catch_bort_ufbtab_c (lunin, tab, i1, i2, iret, cstr, cstr_len) |
| Catch any bort error inside of subroutine ufbtab(). More... | |
Definition at line 806 of file bufrlib.F90.
| bufrlib::catch_bort_ufbtab_c::catch_bort_ufbtab_c | ( | integer(c_int), intent(in), value | lunin, |
| real(c_double), dimension(i1,*), intent(out) | tab, | ||
| integer(c_int), intent(in), value | i1, | ||
| integer(c_int), intent(in), value | i2, | ||
| integer(c_int), intent(inout) | iret, | ||
| character(kind=c_char), dimension(*), intent(inout) | cstr, | ||
| integer(c_int), intent(in), value | cstr_len | ||
| ) |
Catch any bort error inside of subroutine ufbtab().
Wraps catch_bort_ufbtab() function.
| lunin | - Absolute value is Fortran logical unit number for BUFR file |
| tab | - Data values |
| i1 | - First dimension of tab |
| i2 | - Second dimension of tab |
| iret | - Number of data subsets returned |
| cstr | - String of mnemonics to read from each data subset |
| cstr_len | - Length of cstr |
Definition at line 806 of file bufrlib.F90.