2021-02-15 18:01:07 +00:00
|
|
|
# (C) Copyright 2005- ECMWF.
|
|
|
|
|
|
|
|
# The input process identifier shall have the value of the 'analysis or forecast process identifier' of the
|
|
|
|
# original GRIB message used as input of the post-processing
|
2022-02-21 16:30:23 +00:00
|
|
|
unsigned[2] inputProcessIdentifier : dump,edition_specific;
|
2021-02-15 18:01:07 +00:00
|
|
|
|
|
|
|
# The input originating centre shall have the value of the 'originating centre' of the original GRIB message
|
|
|
|
# used as input of the post-processing
|
|
|
|
codetable[2] inputOriginatingCentre 'common/c-11.table' : dump,edition_specific,string_type;
|
|
|
|
|
|
|
|
# This identifies which post-processing technique was used. This is defined by the originating centre
|
2022-02-21 16:30:23 +00:00
|
|
|
unsigned[1] typeOfPostProcessing : dump,edition_specific;
|
2022-02-21 13:40:43 +00:00
|
|
|
|
|
|
|
concept postProcessing (unknown,"postProcessingConcept.def",conceptsDir2,conceptsDir1):no_copy;
|
2022-02-25 12:55:39 +00:00
|
|
|
|
|
|
|
if (datasetForLocal is "fire") {
|
2022-04-06 10:37:26 +00:00
|
|
|
template_nofail fireTemplate "grib2/fireTemplate.def";
|
2022-02-25 12:55:39 +00:00
|
|
|
}
|