|
NCEPLIBS-bufr
12.3.0
|
Public Member Functions | |
| subroutine | catch_bort_nemspecs_c (lunit, cnemo, lcn, nnemo, nscl, nref, nbts, iret) |
| Catch any bort error inside of subroutine nemspecs(). More... | |
Definition at line 1180 of file bufrlib.F90.
| bufrlib::catch_bort_nemspecs_c::catch_bort_nemspecs_c | ( | integer(c_int), intent(in), value | lunit, |
| character(kind=c_char), dimension(*), intent(inout) | cnemo, | ||
| integer(c_int), intent(in), value | lcn, | ||
| integer(c_int), intent(in), value | nnemo, | ||
| integer(c_int), intent(out) | nscl, | ||
| integer(c_int), intent(out) | nref, | ||
| integer(c_int), intent(out) | nbts, | ||
| integer(c_int), intent(out) | iret | ||
| ) |
Catch any bort error inside of subroutine nemspecs().
Wraps catch_bort_nemspecs() function.
| lunit | - Fortran logical unit number for BUFR file |
| cnemo | - Mnemonic |
| lcn | - Length of cnemo |
| nnemo | - Ordinal indicator of specific mnemonic occurrence |
| nscl | - Scale factor |
| nref | - Reference value |
| nbts | - Bit width |
| iret | - Return code |
Definition at line 1180 of file bufrlib.F90.