mirror of https://github.com/ecmwf/eccodes.git
7 lines
157 B
Modula-2
7 lines
157 B
Modula-2
|
if (levtype is "o2d" || levtype is "o3d") {
|
||
|
alias mars.step = stepRange;
|
||
|
} else {
|
||
|
alias mars.step = endStep;
|
||
|
}
|
||
|
|
||
|
alias mars.number = perturbationNumber;
|