ECC-857: GRIB2: stepType undefined for typeOfStatisticalProcessing 10 and 11

This commit is contained in:
Shahram Najm 2018-12-19 12:10:33 +00:00
parent 67392ccf2c
commit 407afe5441
2 changed files with 4 additions and 0 deletions

View File

@ -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 ;

View File

@ -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;