yask
yask copied to clipboard
Improve condition checking in yask compiler
Need to make sure only domain indices are used in domain conds and only step dim is used in step cond. Neither can use grid vars. Might want to also disallow "%" in grid-value exprs.
Now step conds can use grid vars, but only with const indices.