bufr2synop 0.24.0
|
file with the code to set environments More...
#include "bufr2tac.h"
Go to the source code of this file.
Functions | |
int | bufr_set_environment (char *default_bufrtables, char *bufrtables_dir) |
set the environment vars needed to work properly with ECMWF bufrdc library More... | |
file with the code to set environments
Definition in file bufr2tac_env.c.
int bufr_set_environment | ( | char * | default_bufrtables, |
char * | bufrtables_dir | ||
) |
set the environment vars needed to work properly with ECMWF bufrdc library
default_bufrtables | defaut bufr tables dir. ususally '/usr/local/lib/bufrtables/' |
bufrtables_dir | alternative char with bufr tables dir |
During decoding Bufr table path and the names are printed. If user doeas not want that, set: VARIABLE PRINT_TABLE_NAMES=false
During decoding code/flag tables could be read if code figure meaning is needed. If user want to use code and flag tables set: VARIABLE USE TABLE C=true
Then we set the proper environment here
Definition at line 41 of file bufr2tac_env.c.