eccodes/definitions/mars/grib.oper.fc.def

6 lines
117 B
Modula-2
Raw Normal View History

2023-06-12 10:46:24 +00:00
if (levtype is "o2d" || levtype is "o3d") {
alias mars.step = stepRange;
} else {
alias mars.step = endStep;
}