GRIB-88: LongWindow4DVar. Fix the issue with local def 13 (See comment in JIRA)

This commit is contained in:
Shahram Najm 2013-04-19 10:49:39 +01:00
parent d65b0e3016
commit 03b9421fa1
2 changed files with 4 additions and 1 deletions

View File

@ -3,3 +3,4 @@
1 1 System and method are included
2 2 System, method, reference date, climate date (from) and climate date (to) are included
3 3 All information in 2 plus leg information for variable resolution systems are included
4 4 All information in 3 plus 4DVar window info

View File

@ -59,7 +59,8 @@ alias integerScalingFactorAppliedToDirections = directionScalingFactor;
unsigned[4] frequencyScalingFactor : dump;
alias integerScalingFactorAppliedToFrequencies = frequencyScalingFactor ;
codetable[1] localFlag "grib1/local.13.table" = 4;
constant localFlagLatestVersion = 4 : hidden;
codetable[1] localFlag "grib1/local.13.table" = localFlagLatestVersion;
#!
#! Old versions of wave 2D spectra direction and frequency do not
@ -177,6 +178,7 @@ if(localFlag == 4)
# Hours
unsigned[2] offsetToEndOf4DvarWindow : dump;
alias anoffset=offsetToEndOf4DvarWindow;
unsigned[2] lengthOf4DvarWindow : dump;
alias system = systemNumber;