Skip to content

Commit

Permalink
unalias step as type an do not have steps
Browse files Browse the repository at this point in the history
  • Loading branch information
sebvi committed May 15, 2024
1 parent d34b870 commit b8fbaee
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions definitions/mars/grib.mmsf.an.def
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
if (levtype is "o2d" || levtype is "o3d") {
alias mars.step = stepRange;
} else {
alias mars.step = endStep;
}
#no step in type an
unalias mars.step;

if (class is "od") { alias mars.system = systemNumber; }
if (class is "me") { alias mars.system = systemNumber; }
Expand Down

0 comments on commit b8fbaee

Please sign in to comment.