|
NCEPLIBS-bufr
12.3.0
|
Public Member Functions | |
| subroutine | catch_bort_readlc_c (lunit, cstr, cstr_len, chr, chr_len, nchr) |
| Catch any bort error inside of subroutine readlc(). More... | |
Definition at line 664 of file bufrlib.F90.
| bufrlib::catch_bort_readlc_c::catch_bort_readlc_c | ( | integer(c_int), intent(in), value | lunit, |
| character(kind=c_char), dimension(*), intent(inout) | cstr, | ||
| integer(c_int), intent(in), value | cstr_len, | ||
| character(kind=c_char), dimension(*), intent(out) | chr, | ||
| integer(c_int), intent(in), value | chr_len, | ||
| integer(c_int), intent(out) | nchr | ||
| ) |
Catch any bort error inside of subroutine readlc().
Wraps catch_bort_readlc() function.
| lunit | - Fortran logical unit number for BUFR file |
| cstr | - Mnemonic of long character string to read from data subset |
| cstr_len | - Length of cstr |
| chr | - Long character string corresponding to cstr |
| chr_len | - Allocated length of chr |
| nchr | - Number of characters returned in chr |
Definition at line 664 of file bufrlib.F90.