ECC-1933: GRIB1 definitions: Cannot use the 'edition' key in mars config files

This commit is contained in:
shahramn 2024-10-12 12:07:12 +01:00
parent 528d77b60a
commit de10d9cc21
1 changed files with 2 additions and 2 deletions

View File

@ -43,10 +43,10 @@ g1_message_length[3] totalLength(section4Length);
position startOfHeaders;
unsigned[1] editionNumber = 1 : edition_specific,dump;
template section_1 "grib1/section.1.def";
alias ls.edition = editionNumber;
template section_1 "grib1/section.1.def";
# Note flagbit numbers 7 to 0, while wmo is 1 to 8
flagbit gridDescriptionSectionPresent(section1Flags,7) = 1;
meta GDSPresent gds_is_present(gridDescriptionSectionPresent,gridDefinition,bitmapPresent,values): dump;