Mapper
shef.unix.h
Go to the documentation of this file.
1 
2 /* The following 6 NUM_ values size the arrays for inputparm */
3 /* ver 1.1 SEP 10, 97 DGB
4  Added MAX_INPUT. This will replace the 80 character
5  limit on shef input.
6  Add MAX_COMMENT_LENGTH.
7  JAN 29 98 DGB
8  Add NUM_BLANKS parameter.
9 */
10 #define NUM_BLANKS 50 /* dgb:01/29/98 */
11 #define NUM_PEVAL 190
12 #define NUM_DURVAL 35
13 #define NUM_TSVAL 165
14 #define NUM_EXVAL 30
15 #define NUM_PROVAL 40
16 #define NUM_SENVAL 45
17 #define PE_SIZE 4
18 #define TS_SIZE 3
19 #define MAX_ACCEPTABLE_PE 20
20 #define MAX_ACCEPTABLE_TS 50
21 #define MAXLIN 30
22 #define MAX_ACCEPTABLE_CATEGORIES 5
23 #define MAX_BUFF_CFG_LINE 600
24 #define LIMIT_OF_MISSING_DATA -9000
25 #define TOLERANCE 1
26 #define PRINT_UNKNOWN_STATIONS 0
27 #define PRINT_UNKNOWN_SENSORS 0
28 #define MISSING_VALUE -99
29 #define MISSING_CRITERIA -98
30 #define MAX_F 91
31 #define MAX_SHEF_INPUT 150 /* dgb:09/10/97 */
32 #define MAX_COMMENT_LENGTH 80 /* dgb:09/10/97 */