mirror of https://github.com/ecmwf/eccodes.git
GRIB1: Typo in key name
This commit is contained in:
parent
1461c75a04
commit
b48102f910
|
@ -16,7 +16,7 @@ constant three=1 : hidden;
|
|||
constant eight=8 : hidden;
|
||||
constant eleven=11 : hidden;
|
||||
constant epsPoint=1 : hidden;
|
||||
constant epsContinous=11 : hidden;
|
||||
constant epsContinuous=11 : hidden;
|
||||
constant epsStatisticsPoint=2 : hidden;
|
||||
constant epsStatisticsContinous=12 : hidden;
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@ if (stepType is "instant" ) {
|
|||
}
|
||||
} else {
|
||||
if (numberOfForecastsInEnsemble!=0) {
|
||||
alias productDefinitionTemplateNumber=epsContinous;
|
||||
alias productDefinitionTemplateNumber=epsContinuous;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -40,7 +40,7 @@ if (stepType is "instant" ) {
|
|||
} else {
|
||||
alias typeOfEnsembleForecast=three;
|
||||
}
|
||||
alias productDefinitionTemplateNumber=epsContinous;
|
||||
alias productDefinitionTemplateNumber=epsContinuous;
|
||||
} else {
|
||||
alias productDefinitionTemplateNumber=eight;
|
||||
}
|
||||
|
|
|
@ -41,7 +41,7 @@ if (stepType is "instant" ) {
|
|||
} else {
|
||||
alias typeOfEnsembleForecast=three;
|
||||
}
|
||||
alias productDefinitionTemplateNumber=epsContinous;
|
||||
alias productDefinitionTemplateNumber=epsContinuous;
|
||||
} else {
|
||||
alias productDefinitionTemplateNumber=eight;
|
||||
}
|
||||
|
|
|
@ -10,7 +10,7 @@ constant grib2LocalSectionNumber=18;
|
|||
if (stepType is "instant" ) {
|
||||
alias productDefinitionTemplateNumber=epsPoint;
|
||||
} else {
|
||||
alias productDefinitionTemplateNumber=epsContinous;
|
||||
alias productDefinitionTemplateNumber=epsContinuous;
|
||||
}
|
||||
template mars_labeling "grib1/mars_labeling.def";
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ constant grib2LocalSectionNumber=18;
|
|||
if (stepType is "instant" ) {
|
||||
alias productDefinitionTemplateNumber=epsPoint;
|
||||
} else {
|
||||
alias productDefinitionTemplateNumber=epsContinous;
|
||||
alias productDefinitionTemplateNumber=epsContinuous;
|
||||
}
|
||||
template mars_labeling "grib1/mars_labeling.def";
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ constant grib2LocalSectionNumber=26;
|
|||
if (stepType is "instant" ) {
|
||||
alias productDefinitionTemplateNumber=epsPoint;
|
||||
} else {
|
||||
alias productDefinitionTemplateNumber=epsContinous;
|
||||
alias productDefinitionTemplateNumber=epsContinuous;
|
||||
}
|
||||
|
||||
constant wrongPadding=1 : hidden;
|
||||
|
|
|
@ -23,7 +23,7 @@ if (stepType is "instant" ) {
|
|||
if (type is "em" || type is "es" ) {
|
||||
alias productDefinitionTemplateNumber=epsStatisticsContinous;
|
||||
} else {
|
||||
alias productDefinitionTemplateNumber=epsContinous;
|
||||
alias productDefinitionTemplateNumber=epsContinuous;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -47,7 +47,7 @@ if (stepType is "instant" ) {
|
|||
} else {
|
||||
alias typeOfEnsembleForecast=three;
|
||||
}
|
||||
alias productDefinitionTemplateNumber=epsContinous;
|
||||
alias productDefinitionTemplateNumber=epsContinuous;
|
||||
} else {
|
||||
alias productDefinitionTemplateNumber=eight;
|
||||
}
|
||||
|
|
|
@ -48,7 +48,7 @@ if (stepType is "instant" ) {
|
|||
} else {
|
||||
alias typeOfEnsembleForecast=three;
|
||||
}
|
||||
alias productDefinitionTemplateNumber=epsContinous;
|
||||
alias productDefinitionTemplateNumber=epsContinuous;
|
||||
} else {
|
||||
alias productDefinitionTemplateNumber=eight;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue