mirror of https://github.com/ecmwf/eccodes.git
10 lines
288 B
Modula-2
10 lines
288 B
Modula-2
alias mars.step = stepRange;
|
|
|
|
# We need this because 'postProcessing' is defined later
|
|
meta ecpt_model sprintf("%s", postProcessing) : no_copy;
|
|
alias mars.model = ecpt_model;
|
|
|
|
meta marsQuantile sprintf("%d:%d",quantileValue,totalNumberOfQuantiles);
|
|
alias mars.quantile = marsQuantile;
|
|
|