|
NCEPLIBS-bufr
12.3.0
|
Public Member Functions | |
| subroutine | catch_bort_ufbinx_c (lunit, imsg, isub, usr, i1, i2, iret, cstr, cstr_len) |
| Catch any bort error inside of subroutine ufbinx(). More... | |
Definition at line 1660 of file bufrlib.F90.
| bufrlib::catch_bort_ufbinx_c::catch_bort_ufbinx_c | ( | integer(c_int), intent(in), value | lunit, |
| integer(c_int), intent(in), value | imsg, | ||
| integer(c_int), intent(in), value | isub, | ||
| real(c_double), dimension(i1,*), intent(out) | usr, | ||
| integer(c_int), intent(in), value | i1, | ||
| integer(c_int), intent(in), value | i2, | ||
| 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 ufbinx().
Wraps catch_bort_ufbinx() function.
| lunit | - Fortran logical unit number for BUFR file |
| imsg | - Number of BUFR message to be read |
| isub | - Number of data subset to be read from imsg |
| usr | - Data values |
| i1 | - First dimension of usr |
| i2 | - Second dimension of usr |
| iret | - Number of replications of cstr that were read from the data subset |
| cstr | - String of mnemonics to read from the data subset |
| cstr_len | - Length of cstr |
Definition at line 1660 of file bufrlib.F90.