ECC-924: Fix the spectralType value

This commit is contained in:
Shahram Najm 2019-05-15 15:32:41 +01:00
parent e96037eeb8
commit c0cb9924a6
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ concept packingType (unknown) {
"grid_second_order_SPD3" = { dataRepresentationTemplateNumber = 50001;orderOfSPD=3; }
"spectral_ieee" = { dataRepresentationTemplateNumber=50000; }
"grid_simple_log_preprocessing" = { dataRepresentationTemplateNumber = 61; }
"bifourier_complex" = { dataRepresentationTemplateNumber = 53; spectralType=99; }
"bifourier_complex" = { dataRepresentationTemplateNumber = 53; spectralType=2; }
} : dump;
template dataRepresentation "grib2/template.5.[dataRepresentationTemplateNumber:l].def";

View File

@ -1,7 +1,7 @@
label "BiFourier coefficients";
constant biFourierCoefficients=1;
codetable[1] spectralType ('3.6.table',masterDir,localDir) = 99 : no_copy;
codetable[1] spectralType ('3.6.table',masterDir,localDir) = 2 : no_copy;
alias spectralDataRepresentationType=spectralType;
unsigned[4] biFourierResolutionParameterN : dump;