diff --git a/definitions/grib2/local.98.41.def b/definitions/grib2/local.98.41.def index 983a2600b..de786c500 100644 --- a/definitions/grib2/local.98.41.def +++ b/definitions/grib2/local.98.41.def @@ -40,28 +40,6 @@ unsigned[2] anoffsetFrequency = missing(): dump, can_be_missing; # Boolean transient lsdate_bug = 1: hidden; # See ECC-707 -# Note: the key typeOfPostProcessing is in the PDTNs 70, 71, 72, 73, 93, 94, 95, or 96 -concept efas_post_proc { - "unknown" = { typeOfPostProcessing = 0; } - "lisflood" = { typeOfPostProcessing = 1; } - "lisflood_eric" = { typeOfPostProcessing = 2; } - "lisflood_season" = { typeOfPostProcessing = 3; } - "lisflood_merged" = { typeOfPostProcessing = 4; } - "lisflood_global" = { typeOfPostProcessing = 5; } - "geff" = { typeOfPostProcessing = 10; } - "ericha" = { typeOfPostProcessing = 51; } - "htessel_lisflood" = { typeOfPostProcessing = 101; } - "htessel_eric" = { typeOfPostProcessing = 102; } - "htessel_camaflood" = { typeOfPostProcessing = 103; } - "epic" = { typeOfPostProcessing = 152; } - "jules_mrm" = { typeOfPostProcessing = 201; } - "htessel_mrm" = { typeOfPostProcessing = 202; } - "mhm_mrm" = { typeOfPostProcessing = 203; } - "pcrg_mrm" = { typeOfPostProcessing = 204; } - "meteogrid" = { typeOfPostProcessing = 205; } - "unknown" = { dummy = 1; } -} : hidden; - # Model Cycle Date/Time # This is the date of the new official implementation of the EFAS cycle. unsigned[2] yearOfModelVersion = 0 : dump; diff --git a/definitions/grib2/template.4.postproc.def b/definitions/grib2/template.4.postproc.def index ce748a26b..33b08ed46 100644 --- a/definitions/grib2/template.4.postproc.def +++ b/definitions/grib2/template.4.postproc.def @@ -12,3 +12,8 @@ codetable[2] inputOriginatingCentre 'common/c-11.table' : dump,edition_specific, unsigned[1] typeOfPostProcessing : dump,edition_specific; concept postProcessing (unknown,"postProcessingConcept.def",conceptsDir2,conceptsDir1):no_copy; + +if (datasetForLocal is "fire") { + template_nofail fireTemplate "grib2/fireTemplate.def"; +} +