I tried this: ```julia v.foo[TimestepIndex(1),:] .= 0 ``` with this declaration: ```julia foo= Variable(index=[time,4]) ``` and that doesn't seem to work. For now not a big problem because we can just do it manually, but it would be nice if this worked.