mirror of https://github.com/ecmwf/eccodes.git
work on fire
This commit is contained in:
parent
83c41ae6c0
commit
8f3a28f417
|
@ -40,28 +40,6 @@ unsigned[2] anoffsetFrequency = missing(): dump, can_be_missing;
|
||||||
# Boolean
|
# Boolean
|
||||||
transient lsdate_bug = 1: hidden; # See ECC-707
|
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
|
# Model Cycle Date/Time
|
||||||
# This is the date of the new official implementation of the EFAS cycle.
|
# This is the date of the new official implementation of the EFAS cycle.
|
||||||
unsigned[2] yearOfModelVersion = 0 : dump;
|
unsigned[2] yearOfModelVersion = 0 : dump;
|
||||||
|
|
|
@ -12,3 +12,8 @@ codetable[2] inputOriginatingCentre 'common/c-11.table' : dump,edition_specific,
|
||||||
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;
|
||||||
|
|
||||||
|
if (datasetForLocal is "fire") {
|
||||||
|
template_nofail fireTemplate "grib2/fireTemplate.def";
|
||||||
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue