39 #ifndef _gridtemplates_H
40 #define _gridtemplates_H
43 #define MAXGRIDTEMP 31
44 #define MAXGRIDMAPLEN 200
63 { 0, 19, 0, {1,1,4,1,4,1,4,4,4,4,4,-4,4,1,-4,4,4,4,1} },
65 { 1, 22, 0, {1,1,4,1,4,1,4,4,4,4,4,-4,4,1,-4,4,4,4,1,-4,4,4} },
67 { 2, 22, 0, {1,1,4,1,4,1,4,4,4,4,4,-4,4,1,-4,4,4,4,1,-4,4,-4} },
69 { 3, 25, 0, {1,1,4,1,4,1,4,4,4,4,4,-4,4,1,-4,4,4,4,1,-4,4,4,-4,4,-4} },
72 { 4, 13, 1, {1,1,4,1,4,1,4,4,4,4,4,1,1} },
74 { 5, 16, 1, {1,1,4,1,4,1,4,4,4,4,4,1,1,-4,4,4} },
76 {12, 22, 0, {1,1,4,1,4,1,4,4,4,-4,4,1,-4,4,4,1,4,4,-4,-4,-4,-4} },
78 {101, 4, 0, {1,4,1,-4} },
80 {140, 17, 0, {1,1,4,1,4,1,4,4,4,-4,4,4,4,1,4,4,1} },
83 {10, 19, 0, {1,1,4,1,4,1,4,4,4,-4,4,1,-4,-4,4,1,4,4,4} },
85 {20, 18, 0, {1,1,4,1,4,1,4,4,4,-4,4,1,-4,4,4,4,1,1} },
87 {30, 22, 0, {1,1,4,1,4,1,4,4,4,-4,4,1,-4,4,4,4,1,1,-4,-4,-4,4} },
89 {31, 22, 0, {1,1,4,1,4,1,4,4,4,-4,4,1,-4,4,4,4,1,1,-4,-4,-4,4} },
91 {40, 19, 0, {1,1,4,1,4,1,4,4,4,4,4,-4,4,1,-4,4,4,4,1} },
93 {41, 22, 0, {1,1,4,1,4,1,4,4,4,4,4,-4,4,1,-4,4,4,4,1,-4,4,4} },
95 {42, 22, 0, {1,1,4,1,4,1,4,4,4,4,4,-4,4,1,-4,4,4,4,1,-4,4,-4} },
97 {43, 25, 0, {1,1,4,1,4,1,4,4,4,4,4,-4,4,1,-4,4,4,4,1,-4,4,4,-4,4,-4} },
99 {50, 5, 0, {4,4,4,1,1} },
101 {51, 8, 0, {4,4,4,1,1,-4,4,4} },
103 {52, 8, 0, {4,4,4,1,1,-4,4,-4} },
105 {53, 11, 0, {4,4,4,1,1,-4,4,4,-4,4,-4} },
107 {90, 21, 0, {1,1,4,1,4,1,4,4,4,-4,4,1,4,4,4,4,1,4,4,4,4} },
109 {100, 11, 0, {1,1,2,1,-4,4,4,1,1,1,4} },
111 {110, 16, 0, {1,1,4,1,4,1,4,4,4,-4,4,1,4,4,1,1} },
113 {120, 7, 1, {4,4,-4,4,4,4,1} },
115 {204, 19, 0, {1,1,4,1,4,1,4,4,4,4,4,-4,4,1,-4,4,4,4,1} },
117 {32768, 19, 0, {1,1,4,1,4,1,4,4,4,4,4,-4,4,1,-4,4,4,4,1} },
119 {32769, 21, 0, {1,1,4,1,4,1,4,4,4,4,4,-4,4,1,-4,4,4,4,1,4,4} },
121 {1000, 20, 1, {1,1,4,1,4,1,4,4,4,4,-4,4,1,4,4,1,2,1,1,2} },
123 {1100, 28, 0, {1,1,4,1,4,1,4,4,4,4,-4,4,1,-4,4,1,4,1,-4,1,1,-4,2,1,1,1,1,1} },
125 {1200, 16, 1, {4,1,-4,1,1,-4,2,1,1,1,1,1,2,1,1,2} }
Header file for NCEPLIBS-g2c library.
int64_t g2int
Long integer type.
g2int template_num
Template number.
#define MAXGRIDTEMP
Maximum number of templates.
g2int needext
Does template need extension?
g2int mapgridlen
The number of entries in the template.
#define MAXGRIDMAPLEN
Maximum template map length.
g2int mapgrid[MAXGRIDMAPLEN]
Number of bytes for each template value.
const struct gridtemplate templatesgrid[MAXGRIDTEMP]
Templates grid.
Struct for grid template.