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