29 void open_f(
int unit,
const char* filepath);
52 void openbf_f(
int bufr_unit,
const char* cio,
int table_file_id);
84 int ireadmg_f(
int bufr_unit,
char* subset,
int* iddate,
int subset_len);
108 void ufbint_f(
int bufr_unit,
void** c_data,
int dim_1,
int dim_2,
109 int* iret,
const char* table_b_mnemonic);
123 void ufbrep_f(
int bufr_unit,
void** c_data,
int dim_1,
int dim_2,
124 int* iret,
const char* table_b_mnemonic);
136 void mtinfo_f(
const char* path,
int file_unit_1,
int file_unit_2);
150 void status_f(
int file_unit,
int* lun,
int* il,
int* im);
167 const char* mnemonic,
189 const char* mnemonic,
210 const char* mnemonic,
void closbf_f(int bufr_unit)
Wraps BUFRLIB "closbf" subroutine.
void ufbrep_f(int bufr_unit, void **c_data, int dim_1, int dim_2, int *iret, const char *table_b_mnemonic)
Wraps BUFRLIB "ufbrep" function.
void get_inv_f(int lun, int **data, int *len)
Get pointer to the moda_usrint INV array.
void get_inode_f(int lun, int *startNode)
Get the bufr node idx for the start node of the subset.
void nemtab_f(int bufr_unit, const char *mnemonic, int *descriptor, char *table_type, int *table_idx)
This subroutine returns information about a descriptor from the internal DX BUFR tables,...
void get_val_f(int lun, double **data, int *len)
Get pointer to the moda_usrint VAL array.
void get_typ_f(char **data, int *str_len, int *size)
Get copy of the moda_tables TYP array.
int ireadsb_f(int bufr_unit)
Wraps BUFRLIB "ireadsb" function.
void openbf_f(int bufr_unit, const char *cio, int table_file_id)
Wraps BUFRLIB "openbf" subroutine.
void get_jmpb_f(int **data, int *len)
Get copy of the moda_tables JMPB array.
void get_isc_f(int **data, int *len)
Get copy of the moda_tables ISC array.
void nemspecs_f(int file_unit, const char *mnemonic, int mnemonic_idx, int *scale, int *reference, int *bits, int *iret)
Gets Table B scale, reference, and bits values. Wraps BUFRLIB "nemspecs".
void status_f(int file_unit, int *lun, int *il, int *im)
Wraps BUFRLIB "status" function.
int ireadmg_f(int bufr_unit, char *subset, int *iddate, int subset_len)
Wraps BUFRLIB "ireadmg" subroutine.
void mtinfo_f(const char *path, int file_unit_1, int file_unit_2)
Wraps BUFRLIB "mtinfo" function.
void nemdefs_f(int file_unit, const char *mnemonic, char *unit_c, int unit_str_len, char *desc_c, int desc_str_len, int *iret)
Gets Table B Unit and Description strings for a mnemonic. Wraps BUFRLIB "nemdefs".
void close_f(int unit)
Wraps fortran "close" statement so we can close a Fortran file from a C program.
void ufbint_f(int bufr_unit, void **c_data, int dim_1, int dim_2, int *iret, const char *table_b_mnemonic)
Wraps BUFRLIB "ufbint" function.
void exitbufr_f()
Wraps BUFRLIB "exitbufr" subroutine. Closes all open file units used by BUFRLIB.
void get_itp_f(int **data, int *len)
Get copy of the moda_tables ITP array.
void open_f(int unit, const char *filepath)
Wraps fortran "open" statement so we can open a Fortran file from a C program.
void delete_table_data_f()
Deletes the copies of the moda_tables arrays.
void get_nval_f(int lun, int *numNodes)
Get the number of values in the current subset.
void get_link_f(int **data, int *len)
Get copy of the moda_tables LINK array.
void nemtbb_f(int bufr_unit, int table_idx, char *unit_str, int unit_str_len, int *scale, int *reference, int *bits)
Get information about a Table B descriptor.
void get_tag_f(char **data, int *str_len, int *size)
Get copy of the moda_tables TAG array.