mirror of https://github.com/ecmwf/eccodes.git
ECC-857: GRIB2: stepType undefined for typeOfStatisticalProcessing 10 and 11
This commit is contained in:
parent
67392ccf2c
commit
407afe5441
|
@ -109,6 +109,8 @@ concept stepType {
|
|||
"sd" = {selectStepTemplateInterval=1; stepTypeInternal="sd";}
|
||||
"cov" = {selectStepTemplateInterval=1; stepTypeInternal="cov";}
|
||||
"ratio" = {selectStepTemplateInterval=1; stepTypeInternal="ratio";}
|
||||
"stdanom" = {selectStepTemplateInterval=1; stepTypeInternal="stdanom";}
|
||||
"summation" = {selectStepTemplateInterval=1; stepTypeInternal="summation";}
|
||||
}
|
||||
|
||||
transient setCalendarId = 0 ;
|
||||
|
|
|
@ -73,6 +73,8 @@ if (numberOfTimeRange == 1 || numberOfTimeRange == 2) {
|
|||
"sd" = {typeOfStatisticalProcessing=6;}
|
||||
"cov" = {typeOfStatisticalProcessing=7;}
|
||||
"ratio" = {typeOfStatisticalProcessing=9;}
|
||||
"stdanom" = {typeOfStatisticalProcessing=10;}
|
||||
"summation" = {typeOfStatisticalProcessing=11;}
|
||||
}
|
||||
meta startStep step_in_units(forecastTime,indicatorOfUnitOfTimeRange,stepUnits,
|
||||
indicatorOfUnitForTimeRange,lengthOfTimeRange) : no_copy;
|
||||
|
|
Loading…
Reference in New Issue