mirror of https://github.com/ecmwf/eccodes.git
fix uerra localConcept lookup and param
This commit is contained in:
parent
2fa1ae27a1
commit
95b3dc1ac6
|
@ -4,7 +4,17 @@
|
|||
parameterCategory = 2 ;
|
||||
parameterNumber = 1 ;
|
||||
typeOfFirstFixedSurface = 103 ;
|
||||
scaledValueOfFirstFixedSurface = 100 ;
|
||||
scaleFactorOfFirstFixedSurface = 0 ;
|
||||
}
|
||||
'10' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 2 ;
|
||||
parameterNumber = 1 ;
|
||||
typeOfFirstFixedSurface = 103 ;
|
||||
scaledValueOfFirstFixedSurface = 200 ;
|
||||
scaleFactorOfFirstFixedSurface = 0 ;
|
||||
}
|
||||
#10 metre wind gust since previous post-processing
|
||||
'49' = {
|
||||
discipline = 0 ;
|
||||
|
|
|
@ -38,8 +38,8 @@ concept datasetForLocal(unknown) {
|
|||
}
|
||||
|
||||
if (!(datasetForLocal is "unknown")) {
|
||||
constant conceptsDir1 = "grib2/localConcepts/[datasetForLocal]": hidden;
|
||||
constant conceptsDir2 = "grib2": hidden;
|
||||
constant conceptsDir2 = "grib2/localConcepts/[datasetForLocal]": hidden;
|
||||
constant conceptsDir1 = "grib2": hidden;
|
||||
}
|
||||
|
||||
codetable[2] productDefinitionTemplateNumber('4.0.table',masterDir,localDir) : dump;
|
||||
|
|
Loading…
Reference in New Issue