mirror of https://github.com/ecmwf/eccodes.git
UERRA: add perturbation number to mars namespace
This commit is contained in:
parent
405c7c384e
commit
fc24d4cf5a
|
@ -20,11 +20,13 @@ alias number=perturbationNumber;
|
|||
unsigned[1] numberOfForecastsInEnsemble : dump;
|
||||
alias totalNumber=numberOfForecastsInEnsemble;
|
||||
|
||||
# Rules for TIGGE and S2S
|
||||
# Rules for TIGGE, S2S and UERRA
|
||||
if (productionStatusOfProcessedData == 4 ||
|
||||
productionStatusOfProcessedData == 5 ||
|
||||
productionStatusOfProcessedData == 6 ||
|
||||
productionStatusOfProcessedData == 7)
|
||||
productionStatusOfProcessedData == 7 ||
|
||||
productionStatusOfProcessedData == 8 ||
|
||||
productionStatusOfProcessedData == 9)
|
||||
{
|
||||
alias mars.number=perturbationNumber;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue