NCEPLIBS-bufr
12.0.1
|
This module is used within the debufr utility to share information between subroutine fdebufr_c() and subroutine openbt(), since the latter is not called by the former but rather is called directly from within the NCEPLIBS-bufr software. More...
Variables | |
integer | ltbd |
Length (in characters) of tbldir_f. More... | |
integer | ludx |
Fortran logical unit number to use for referencing a DX table. More... | |
character(len=:), allocatable | tbldir_f |
Directory containing DX BUFR tables to be used for decoding. More... | |
This module is used within the debufr utility to share information between subroutine fdebufr_c() and subroutine openbt(), since the latter is not called by the former but rather is called directly from within the NCEPLIBS-bufr software.
integer share_table_info::ltbd |
Length (in characters) of tbldir_f.
Definition at line 17 of file debufr.F90.
Referenced by fdebufr_c(), and openbt().
integer share_table_info::ludx |
Fortran logical unit number to use for referencing a DX table.
Definition at line 20 of file debufr.F90.
Referenced by fdebufr_c(), and openbt().
character(len=:), allocatable share_table_info::tbldir_f |
Directory containing DX BUFR tables to be used for decoding.
Definition at line 14 of file debufr.F90.
Referenced by openbt().