mirror of https://github.com/ecmwf/eccodes.git
10 lines
307 B
Modula-2
10 lines
307 B
Modula-2
|
alias mars.fcmonth = marsForecastMonth;
|
||
|
alias mars.number = perturbationNumber;
|
||
|
|
||
|
unalias mars.step;
|
||
|
|
||
|
alias mars.method = methodNumber;
|
||
|
if (class is "od") { alias mars.system = systemNumber; }
|
||
|
if (class is "me") { alias mars.system = systemNumber; }
|
||
|
if (class is "en") { alias mars.system = systemNumber; }
|