|
NCEPLIBS-bufr
12.3.0
|
Public Member Functions | |
| subroutine | catch_bort_gettagpr_c (lunit, tagch, tagch_len, ntagch, tagpr, tagpr_len, ntpchr, iret) |
| Catch any bort error inside of subroutine gettagpr(). More... | |
Definition at line 1488 of file bufrlib.F90.
| bufrlib::catch_bort_gettagpr_c::catch_bort_gettagpr_c | ( | integer(c_int), intent(in), value | lunit, |
| character(kind=c_char), dimension(*), intent(inout) | tagch, | ||
| integer(c_int), intent(in), value | tagch_len, | ||
| integer(c_int), intent(in), value | ntagch, | ||
| character(kind=c_char), dimension(*), intent(out) | tagpr, | ||
| integer(c_int), intent(in), value | tagpr_len, | ||
| integer(c_int), intent(out) | ntpchr, | ||
| integer(c_int), intent(out) | iret | ||
| ) |
Catch any bort error inside of subroutine gettagpr().
Wraps catch_bort_gettagpr() function.
| lunit | - Fortran logical unit number for BUFR file |
| tagch | - Table B or Table D mnemonic |
| tagch_len | - Length of tagch string |
| ntagch | - Ordinal occurrence of tagch for which tagpr is to be returned |
| tagpr | - Table D mnemonic |
| tagpr_len | - Allocated length of tagpr |
| ntpchr | - Number of characters returned in tagpr |
| iret | - Return code |
Definition at line 1488 of file bufrlib.F90.