mirror of https://github.com/ecmwf/eccodes.git
Add missing entries stepTypeForConversion.def
This commit is contained in:
parent
92de545f08
commit
bf6ffb6790
|
@ -155,9 +155,9 @@
|
|||
# 10fg3
|
||||
"max"={gribTablesVersionNo=228;indicatorOfParameter=28;centre=98;}
|
||||
# litota1
|
||||
""={gribTablesVersionNo=228;indicatorOfParameter=51;centre=98;}
|
||||
"avg"={gribTablesVersionNo=228;indicatorOfParameter=51;centre=98;}
|
||||
# licga1
|
||||
""={gribTablesVersionNo=228;indicatorOfParameter=53;centre=98;}
|
||||
"avg"={gribTablesVersionNo=228;indicatorOfParameter=53;centre=98;}
|
||||
# ssrdc
|
||||
"accum"={gribTablesVersionNo=228;indicatorOfParameter=129;centre=98;}
|
||||
# strdc
|
||||
|
|
|
@ -337,6 +337,14 @@ if (stepTypeForConversion is "min" ) {
|
|||
alias productDefinitionTemplateNumber=eight;
|
||||
}
|
||||
}
|
||||
if (stepTypeForConversion is "avg" ) {
|
||||
if (productDefinitionTemplateNumber == 1) {
|
||||
alias productDefinitionTemplateNumber=eleven;
|
||||
}
|
||||
else {
|
||||
alias productDefinitionTemplateNumber=eight;
|
||||
}
|
||||
}
|
||||
|
||||
meta md5Section1 md5(offsetSection1,section1Length);
|
||||
# md5(start,length,blacklisted1,blacklisted2,...);
|
||||
|
|
Loading…
Reference in New Issue