30 recursive subroutine openbt(lundx,mtyp)
32 use modv_vars,
only: im8b, iprt
36 integer,
intent(in) :: mtyp
37 integer,
intent(out) :: lundx
45 call x84(mtyp,my_mtyp,1)
47 call x48(lundx,lundx,1)
53 call errwrt(
'+++++++++++++++++++++WARNING+++++++++++++++++++++++')
54 errstr =
'BUFRLIB: OPENBT - THIS IS A DUMMY BUFRLIB ROUTINE'// &
55 ' CALLED BY CKTABA OR APPL. PGM; OPENBT SHOULD BE INCL. IN-LINE IN APPL. PGM'
57 call errwrt(
'+++++++++++++++++++++WARNING+++++++++++++++++++++++')
subroutine errwrt(str)
Specify a custom location for the logging of error and diagnostic messages generated by the NCEPLIBS-...
recursive subroutine openbt(lundx, mtyp)
Specify a DX BUFR table of last resort, in case subroutine cktaba() is unable to locate a DX BUFR tab...
subroutine x48(iin4, iout8, nval)
Encode one or more 4-byte integer values as 8-byte integer values.
subroutine x84(iin8, iout4, nval)
Encode one or more 8-byte integer values as 4-byte integer values.