3 /* search order for parameter names
5 * #define P_TABLE_FIRST
6 * look at external parameter table first
8 * otherwise use builtin NCEP-2 or ECMWF-160 first
10 /* #define P_TABLE_FIRST */
12 /* search order for external parameter table
13 * 1) environment variable GRIBTAB
14 * 2) environment variable gribtab
15 * 3) the file 'gribtab' in current directory
20 /* then default values */
21 char *k5toa(unsigned char *pds
);
22 char *k5_comments(unsigned char *pds
);
23 int setup_user_table(int center
, int subcenter
, int ptable
);