mirror of https://github.com/ecmwf/eccodes.git
Definitions: PostProcessingConcept cleanups
This commit is contained in:
parent
53d48ba0e5
commit
ffd07f19d1
|
@ -1,4 +1,4 @@
|
||||||
"unknown" = { typeOfPostProcessing = 0; }
|
# For template.4.postproc.def
|
||||||
"lisflood" = { typeOfPostProcessing = 1; }
|
"lisflood" = { typeOfPostProcessing = 1; }
|
||||||
"lisflood_eric" = { typeOfPostProcessing = 2; }
|
"lisflood_eric" = { typeOfPostProcessing = 2; }
|
||||||
"lisflood_season" = { typeOfPostProcessing = 3; }
|
"lisflood_season" = { typeOfPostProcessing = 3; }
|
||||||
|
@ -15,4 +15,3 @@
|
||||||
"mhm_mrm" = { typeOfPostProcessing = 203; }
|
"mhm_mrm" = { typeOfPostProcessing = 203; }
|
||||||
"pcrg_mrm" = { typeOfPostProcessing = 204; }
|
"pcrg_mrm" = { typeOfPostProcessing = 204; }
|
||||||
"meteogrid" = { typeOfPostProcessing = 205; }
|
"meteogrid" = { typeOfPostProcessing = 205; }
|
||||||
|
|
||||||
|
|
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
# The input process identifier shall have the value of the 'analysis or forecast process identifier' of the
|
# 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
|
# original GRIB message used as input of the post-processing
|
||||||
unsigned[2] inputProcessIdentifier : dump,edition_specific;
|
unsigned[2] inputProcessIdentifier : dump,edition_specific;
|
||||||
|
|
||||||
# The input originating centre shall have the value of the 'originating centre' of the original GRIB message
|
# The input originating centre shall have the value of the 'originating centre' of the original GRIB message
|
||||||
# used as input of the post-processing
|
# used as input of the post-processing
|
||||||
codetable[2] inputOriginatingCentre 'common/c-11.table' : dump,edition_specific,string_type;
|
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
|
# This identifies which post-processing technique was used. This is defined by the originating centre
|
||||||
unsigned[1] typeOfPostProcessing : dump,edition_specific;
|
unsigned[1] typeOfPostProcessing : dump,edition_specific;
|
||||||
|
|
||||||
concept postProcessing (unknown,"postProcessingConcept.def",conceptsDir2,conceptsDir1):no_copy;
|
concept postProcessing(unknown,"postProcessingConcept.def",conceptsDir2,conceptsDir1):no_copy;
|
||||||
|
|
Loading…
Reference in New Issue