31 #ifndef _drstemplates_H
32 #define _drstemplates_H
37 #define MAXDRSMAPLEN 200
58 { 0, 5, 0, {4,-2,-2,1,1} },
62 { 2, 16, 0, {4,-2,-2,1,1,1,1,4,4,4,1,1,4,1,4,1} },
66 { 3, 18, 0, {4,-2,-2,1,1,1,1,4,4,4,1,1,4,1,4,1,1,1} },
70 { 50, 5, 0, {4,-2,-2,1,4} },
74 { 51, 10, 0, {4,-2,-2,1,-4,2,2,2,4,1} },
81 { 40, 7, 0, {4,-2,-2,1,1,1,1} },
85 { 41, 5, 0, {4,-2,-2,1,1} },
88 { 40000, 7, 0, {4,-2,-2,1,1,1,1} },
91 { 40010, 5, 0, {4,-2,-2,1,1} }
const struct drstemplate templatesdrs[MAXDRSTEMP]
Stuct holding data for GRIB2 Data Representation Section (DRS) template.
g2int needext
Whether the Template needs to be extended.
g2int mapdrslen
Length of map of the template.
#define MAXDRSTEMP
maximum number of templates
g2int template_num
The number of entries in the template.
g2int mapdrs[MAXDRSMAPLEN]
A map of the template.
#define MAXDRSMAPLEN
maximum template map length
Stuct for GRIB2 Data Representation Section (DRS) template.
Header file for NCEPLIBS-g2c library.
int64_t g2int
Long integer type.