mirror of https://github.com/ecmwf/eccodes.git
ECC-1912: First try based on generalisation approach.
This commit is contained in:
parent
8b639e4a30
commit
f832945ad8
|
@ -54,12 +54,9 @@ statisticalProcessesList list(numberOfTimeRanges)
|
||||||
if (numberOfTimeRanges == 1 || numberOfTimeRanges == 2) {
|
if (numberOfTimeRanges == 1 || numberOfTimeRanges == 2) {
|
||||||
concept stepTypeInternal {
|
concept stepTypeInternal {
|
||||||
"instant" = {typeOfStatisticalProcessing=255;}
|
"instant" = {typeOfStatisticalProcessing=255;}
|
||||||
"avg" = {typeOfStatisticalProcessing=0;typeOfTimeIncrement=255;}
|
"avg" = {typeOfStatisticalProcessing=0;}
|
||||||
"avg" = {typeOfStatisticalProcessing=0;typeOfTimeIncrement=2;}
|
|
||||||
"avg" = {typeOfStatisticalProcessing=0;typeOfTimeIncrement=3;}
|
|
||||||
"avgd" = {typeOfStatisticalProcessing=0;typeOfTimeIncrement=1;}
|
"avgd" = {typeOfStatisticalProcessing=0;typeOfTimeIncrement=1;}
|
||||||
"accum" = {typeOfStatisticalProcessing=1;typeOfTimeIncrement=255;}
|
"accum" = {typeOfStatisticalProcessing=1;}
|
||||||
"accum" = {typeOfStatisticalProcessing=1;typeOfTimeIncrement=2;}
|
|
||||||
"max" = {typeOfStatisticalProcessing=2;}
|
"max" = {typeOfStatisticalProcessing=2;}
|
||||||
"min" = {typeOfStatisticalProcessing=3;}
|
"min" = {typeOfStatisticalProcessing=3;}
|
||||||
"diff" = {typeOfStatisticalProcessing=4;} # end-start
|
"diff" = {typeOfStatisticalProcessing=4;} # end-start
|
||||||
|
|
Loading…
Reference in New Issue