|
NCEPLIBS-bufr
12.3.0
|
Public Member Functions | |
| subroutine | catch_bort_upftbv_c (lunit, cnemo, lcn, val, ibit, mxib, nib) |
| Catch any bort error inside of subroutine upftbv(). More... | |
Definition at line 784 of file bufrlib.F90.
| bufrlib::catch_bort_upftbv_c::catch_bort_upftbv_c | ( | integer(c_int), intent(in), value | lunit, |
| character(kind=c_char), dimension(*), intent(inout) | cnemo, | ||
| integer(c_int), intent(in), value | lcn, | ||
| real(c_double), intent(in), value | val, | ||
| integer(c_int), dimension(*), intent(out) | ibit, | ||
| integer(c_int), intent(in), value | mxib, | ||
| integer(c_int), intent(out) | nib | ||
| ) |
Catch any bort error inside of subroutine upftbv().
Wraps catch_bort_upftbv() function.
| lunit | - Fortran logical unit number for BUFR file |
| cnemo | - Mnemonic with flag table units |
| lcn | - Length of cnemo |
| val | - Value corresponding to cnemo |
| ibit | - Bit numbers which were set to "On" in val |
| mxib | - Allocated size of ibit |
| nib | - Number of bit numbers returned in ibit |
Definition at line 784 of file bufrlib.F90.