30 recursive subroutine openbt(lundx,mtyp)
32 use modv_vars,
only: im8b
36 integer,
intent(in) :: mtyp
37 integer,
intent(out) :: lundx
47 call x84(mtyp,my_mtyp,1)
49 call x48(lundx,lundx,1)
55 call errwrt(
'+++++++++++++++++++++WARNING+++++++++++++++++++++++')
56 errstr =
'BUFRLIB: OPENBT - THIS IS A DUMMY BUFRLIB ROUTINE'// &
57 ' CALLED BY CKTABA OR APPL. PGM; OPENBT SHOULD BE INCL. IN-LINE IN APPL. PGM'
59 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.