mirror of https://github.com/ecmwf/eccodes.git
Added support for stepTypes 'avg' and 'accum' if typeOfTimeIncrement is set to 255 'Missing'
This commit is contained in:
parent
cd21477fbb
commit
4e9101dd86
|
@ -56,8 +56,10 @@ if (numberOfTimeRange == 1 || numberOfTimeRange == 2) {
|
|||
"instant" = {typeOfStatisticalProcessing=255;}
|
||||
"avg" = {typeOfStatisticalProcessing=0;typeOfTimeIncrement=2;}
|
||||
"avg" = {typeOfStatisticalProcessing=0;typeOfTimeIncrement=3;}
|
||||
"avg" = {typeOfStatisticalProcessing=0;typeOfTimeIncrement=255;}
|
||||
"avgd" = {typeOfStatisticalProcessing=0;typeOfTimeIncrement=1;}
|
||||
"accum" = {typeOfStatisticalProcessing=1;typeOfTimeIncrement=2;}
|
||||
"accum" = {typeOfStatisticalProcessing=1;typeOfTimeIncrement=255;}
|
||||
"max" = {typeOfStatisticalProcessing=2;}
|
||||
"min" = {typeOfStatisticalProcessing=3;}
|
||||
"diff" = {typeOfStatisticalProcessing=4;} # end-start
|
||||
|
|
Loading…
Reference in New Issue