mirror of https://github.com/ecmwf/eccodes.git
ECC-1734: Change rule for avgd in stepTypeInternal
This commit is contained in:
parent
13d036e81b
commit
4a04e269f7
|
@ -55,7 +55,7 @@ if (numberOfTimeRanges == 1 || numberOfTimeRanges == 2) {
|
|||
concept stepTypeInternal {
|
||||
"instant" = {typeOfStatisticalProcessing=255;}
|
||||
"avg" = {typeOfStatisticalProcessing=0;}
|
||||
"avgd" = {typeOfStatisticalProcessing=0;typeOfTimeIncrement=1;}
|
||||
"avgd" = {significaneOfReferenceTime=1;typeOfStatisticalProcessing=0;typeOfTimeIncrement=1;}
|
||||
"accum" = {typeOfStatisticalProcessing=1;}
|
||||
"max" = {typeOfStatisticalProcessing=2;}
|
||||
"min" = {typeOfStatisticalProcessing=3;}
|
||||
|
|
Loading…
Reference in New Issue