type in test for dgov-242

This commit is contained in:
Robert Osinski 2023-06-20 09:47:52 +00:00 committed by shahramn
parent cbfb3c76d1
commit b1712677fc
1 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ grib_check_key_equals $tempGrib backgroundProcess,generatingProcessIdentifier,ty
rm -f $tempGrib
# 2. Point values
## we check if we can set PDTN 122 and typeOfPostProcessing to ecPoint, ecPoint versioning, MARS type, quantile
## we check if we can set PDTN 90 and typeOfPostProcessing to ecPoint, ecPoint versioning, MARS type, quantile
${tools_dir}/grib_set -s tablesVersion=33,productDefinitionTemplateNumber=90,backgroundProcess=1,\
setLocalDefinition=1,grib2LocalSectionNumber=1,type=pfc,class=od,stream=enfo,\
totalNumberOfQuantiles=1000,quantileValue=995,\
@ -35,7 +35,7 @@ grib_check_key_equals $tempGrib backgroundProcess,generatingProcessIdentifier,ty
rm -f $tempGrib
# 3. Point value metrics
## we check if we can set PDTN 122 and typeOfPostProcessing to ecPoint, ecPoint versioning, MARS type, quantile
## we check if we can set PDTN 90 and typeOfPostProcessing to ecPoint, ecPoint versioning, MARS type, quantile
${tools_dir}/grib_set -s tablesVersion=33,productDefinitionTemplateNumber=90,backgroundProcess=1,\
setLocalDefinition=1,grib2LocalSectionNumber=1,type=ppm,class=od,stream=enfo,\
totalNumberOfQuantiles=1000,quantileValue=995,\