2014-02-28 18:06:08 +00:00
|
|
|
#################################################
|
|
|
|
#
|
|
|
|
# author: Sebastien Villaume <Sebastien.Villaume@smhi.se>
|
|
|
|
# created: 14 Feb 2014
|
|
|
|
# modified:
|
|
|
|
#
|
|
|
|
#################################
|
|
|
|
### LOCAL SECTION DESCRIPTION ###
|
|
|
|
#################################
|
|
|
|
|
|
|
|
|
|
|
|
# base file: contains keywords always present
|
2015-07-28 09:50:26 +00:00
|
|
|
include "grib2/local.82.0.def";
|
2014-02-28 18:06:08 +00:00
|
|
|
|
|
|
|
# extra keywords specific to local definition 83 (MATCH)
|
|
|
|
codetable[1] matchSort "grib1/localConcepts/eswi/sort.table" : dump,long_type;
|
|
|
|
codetable[1] matchTimeRepres "grib1/localConcepts/eswi/timerepres.table" : dump,long_type;
|
|
|
|
codetable[1] matchLandType "grib1/localConcepts/eswi/landtype.table" : dump,long_type;
|
|
|
|
codetable[2] matchAerosolBinNumber "grib1/localConcepts/eswi/aerosolbinnumber.table" : dump,long_type;
|
|
|
|
unsigned[2] meanSize : dump;
|
|
|
|
|
|
|
|
|