Matching proddef information¶
Matching GRIB proddefs¶
Syntax: proddef:GRIB:key1=val1,key2=val2,...
Matches any GRIB proddef that has at least all the given keys, with the given values.
There is no exaustive list of possible keys, as they can be anything that gets set by the GRIB scanning configuration.
Examples¶
Given proddef GRIB(md=1, nn=2)
:
proddef:GRIB:md=1
matchesproddef:GRIB:md=1,nn=2
matchesproddef:GRIB:md=2,nn=2
does not matchproddef:GRIB:answer=42
does not match