|
NCEPLIBS-bufr
12.3.0
|
Public Member Functions | |
| subroutine | catch_bort_ufbqcp_c (lunit, iqcp, cnemo, cnemo_len, ncn) |
| Catch any bort error inside of subroutine ufbqcp(). More... | |
Definition at line 736 of file bufrlib.F90.
| bufrlib::catch_bort_ufbqcp_c::catch_bort_ufbqcp_c | ( | integer(c_int), intent(in), value | lunit, |
| integer(c_int), intent(in), value | iqcp, | ||
| character(kind=c_char), dimension(*), intent(out) | cnemo, | ||
| integer(c_int), intent(in), value | cnemo_len, | ||
| integer(c_int), intent(out) | ncn | ||
| ) |
Catch any bort error inside of subroutine ufbqcp().
Wraps catch_bort_ufbqcp() function.
| lunit | - Fortran logical unit number for BUFR file |
| iqcp | - Y value of a Category 63 Table D descriptor |
| cnemo | - Mnemonic associated with iqcp |
| cnemo_len | - Allocated length of cnemo string |
| ncn | - Number of characters returned in cnemo |
Definition at line 736 of file bufrlib.F90.