|
NCEPLIBS-bufr
12.3.0
|
Public Member Functions | |
| subroutine | catch_bort_ufbqcd_c (lunit, cnemo, iqcd, cnemo_len) |
| Catch any bort error inside of subroutine ufbqcd(). More... | |
Definition at line 717 of file bufrlib.F90.
| bufrlib::catch_bort_ufbqcd_c::catch_bort_ufbqcd_c | ( | integer(c_int), intent(in), value | lunit, |
| character(kind=c_char), dimension(*), intent(inout) | cnemo, | ||
| integer(c_int), intent(out) | iqcd, | ||
| integer(c_int), intent(in), value | cnemo_len | ||
| ) |
Catch any bort error inside of subroutine ufbqcd().
Wraps catch_bort_ufbqcd() function.
| lunit | - Fortran logical unit number for BUFR file |
| cnemo | - Mnemonic associated with a Category 63 Table D descriptor |
| iqcd | - Y value of descriptor associated with mnemonic |
| cnemo_len | - Length of cnemo |
Definition at line 717 of file bufrlib.F90.