mirror of https://github.com/ecmwf/eccodes.git
18 lines
443 B
Modula-2
18 lines
443 B
Modula-2
alias mars.step = stepRange;
|
|
|
|
if (defined(editionNumber)){
|
|
transient gribEdition=editionNumber;
|
|
}
|
|
if (defined(edition)){
|
|
transient gribEdition=edition;
|
|
}
|
|
|
|
if (gribEdition == 1){
|
|
meta marsQuantile sprintf("%d:%d",perturbationNumber,numberOfForecastsInEnsemble);
|
|
alias mars.quantile = marsQuantile;
|
|
}
|
|
if (gribEdition == 2){
|
|
meta marsQuantile sprintf("%d:%d",quantileValue,totalNumberOfQuantiles);
|
|
alias mars.quantile = marsQuantile;
|
|
}
|